/* Original site layout, mobile menu and readable text over the animated hero. */
.hero__media::after { background: linear-gradient(180deg, #221f20a6, #221f2059 50%, #221f2000 65%, #221f20fa); }
/* Keep the message crisp while the cinematic background and text enter. */
.hero__sub { filter: none !important; }
/* Delivery labels must wrap on the narrowest supported phone viewport. */
.stats .stat { min-width: 0; }
.stats .stat__l { white-space: normal; overflow-wrap: anywhere; }
@media (max-width: 380px) { .stats { column-gap: 14px; } .stat__n { font-size: 1.8rem; } }
.mobile-menu { display: none; }
.mobile-menu a:focus-visible, .mobile-menu summary:focus-visible { outline: 2px solid var(--c-accent); outline-offset: 5px; }
@media (max-width: 860px) {
  .vnav__inner { gap: 10px; }
  .vnav__contact { margin-left: auto; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 74px; min-height: 44px; padding: 8px 10px; border: 1px solid var(--c-grey-3); color: var(--c-white); cursor: pointer; list-style: none; font-size: .85rem; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu__icon { width: 14px; height: 10px; border-block: 1px solid currentColor; position: relative; }
  .mobile-menu__icon::after { content: ''; position: absolute; top: 4px; width: 14px; height: 1px; background: currentColor; }
  .mobile-menu[open] summary { color: var(--c-accent); border-color: var(--c-accent); }
  .mobile-menu__panel { position: absolute; top: 60px; right: 0; left: 0; max-height: calc(100dvh - 60px); overflow-y: auto; padding: 16px 22px 24px; background: #191c1e; border-bottom: 1px solid var(--c-accent); box-shadow: 0 20px 35px #0006; }
  .mobile-menu__panel a { display: flex; align-items: center; min-height: 48px; padding: 12px 4px; border-bottom: 1px solid var(--c-grey-4); }
  .mobile-menu__panel a:hover { color: var(--c-accent); }
}
@media (max-width: 380px) {
  .vnav__inner { padding-inline: 12px; gap: 8px; }
  .vnav__contact { width: 114px; }
  .vnav__contact-inner { padding: 0 17px 0 12px; gap: 8px; }
  .mobile-menu summary { min-width: 66px; padding-inline: 8px; }
}

/* Feature switcher layout adapted from Hirael Feature 11, retrieved via 21st.dev.
 * https://21st.dev/@hirael/components/feature-11
 * MIT License. Copyright (c) 2026 Mohammad Shehadeh.
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.solutions { background: #1a1d1f; }
.solutions__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 56px; }
.solutions__intro h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); letter-spacing: -.055em; line-height: 1.07; }
.solutions__intro .lead { max-width: 39ch; color: #b7c1c2; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.solution-explorer { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr); gap: 56px; align-items: start; }
.solution-options { display: flex; flex-direction: column; }
.solution-option { position: relative; display: block; padding: 27px 38px 27px 22px; border-left: 2px solid #454e50; border-bottom: 1px solid #343c3e; color: #aab6b8; font-size: .92rem; line-height: 1.7; transition: background .2s, border-color .2s, color .2s; }
.solution-option__title { display: block; color: #f3f6f6; font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 500; line-height: 1.35; margin-bottom: 10px; }
.solution-option:hover, .solution-option[aria-selected="true"] { background: #76e0db09; color: #d0dcdd; border-left-color: var(--c-accent); }
.solution-option[aria-selected="true"] .solution-option__title { color: var(--c-accent); }
.solution-option__arrow { position: absolute; right: 10px; top: 27px; font-size: 1.4rem; }
.solution-option:focus-visible, .solution-panel:focus-visible, .solution-link:focus-visible { outline: 2px solid var(--c-accent); outline-offset: 5px; }
.solution-panels { min-width: 0; }
.solution-panel { border: 1px solid #465254; background: #20282a; border-radius: 14px; overflow: hidden; margin-bottom: 24px; scroll-margin-top: 90px; }
.solution-panel[hidden] { display: none; }
.solution-explorer.is-enhanced .solution-panel { margin-bottom: 0; min-height: 580px; }
.solution-explorer.is-enhanced .solution-panel:not([hidden]) { animation: solution-enter .25s ease-out; }
.solution-panel__top { display: flex; justify-content: space-between; gap: 12px; padding: 18px 24px; border-bottom: 1px solid #465254; font-size: .72rem; color: #d8e2e3; }
.solution-example { color: #a4b5b8; text-align: right; }
.workflow-preview { margin: 26px; padding: 25px; border: 1px solid #496363; border-radius: 8px; background: #162427; min-height: 243px; }
.workflow-preview__heading { display: flex; align-items: center; gap: 13px; }
.workflow-symbol { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border: 1px solid #557f7b; border-radius: 9px; color: var(--c-accent); font-size: 1.4rem; }
.workflow-preview strong { display: block; color: #f0f5f4; font-weight: 500; font-size: .94rem; }
.workflow-preview__heading div > span { display: block; font-size: .72rem; color: #a4b8ba; margin-top: 5px; }
.workflow-track { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 32px 0 24px; }
.workflow-track li { position: relative; padding-top: 22px; border-top: 1px solid #577d78; }
.workflow-track li::before { content: ''; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--c-accent); }
.workflow-track span { font-size: .78rem; color: #e1efed; }
.workflow-track small { display: block; color: #a4b8ba; font-size: .64rem; line-height: 1.6; margin-top: 4px; max-width: 12ch; }
.workflow-connect, .knowledge-sources { display: flex; flex-wrap: wrap; gap: 7px; }
.workflow-connect span, .knowledge-sources span { border: 1px solid #415e60; border-radius: 4px; padding: 5px 9px; color: #b9cfce; font-size: .66rem; }
.solution-panel__copy { padding: 0 26px 28px; }
.solution-panel__copy h3 { font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.3; font-weight: 500; }
.solution-panel__copy p { margin: 14px 0 22px; color: #bac8c9; font-size: .94rem; line-height: 1.8; max-width: 54ch; }
.solution-link { display: inline-flex; align-items: center; gap: 15px; color: var(--c-accent); font-size: .86rem; font-weight: 500; }
.solution-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.knowledge-question { margin: 0 0 24px; border-bottom: 1px solid #415e60; padding-bottom: 17px; font-size: .91rem; color: #e1efed; }
.knowledge-answer { display: flex; gap: 12px; margin-bottom: 18px; }
.knowledge-answer p { font-size: .78rem; line-height: 1.7; color: #a4b8ba; margin-top: 8px; }
.workflow-note { color: #a4b8ba; font-size: .7rem; margin-top: 15px; }
.document-steps { list-style: none; margin: 18px 0 0 17px; padding: 0 0 0 29px; border-left: 1px solid #577d78; }
.document-steps li { position: relative; padding: 0 0 16px; }
.document-steps li:last-child { padding-bottom: 0; }
.document-steps li::before { content: ''; position: absolute; left: -33px; top: 6px; width: 7px; height: 7px; border-radius: 50%; background: var(--c-accent); }
.document-steps span { display: block; font-size: .8rem; color: #e1efed; }
.document-steps small { display: block; font-size: .68rem; color: #a4b8ba; margin-top: 3px; }
.solutions__foot { margin-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.solutions__foot p { color: #aab6b8; font-size: .95rem; }
@keyframes solution-enter { from { opacity: .55; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 860px) {
  .solutions__intro { gap: 24px; margin-bottom: 32px; }
  .solution-explorer { gap: 28px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); }
  .solution-option { padding: 23px 28px 23px 16px; font-size: .82rem; }
  .solution-panel__top { padding: 15px 18px; }
  .workflow-preview { margin: 18px; padding: 18px; }
  .solution-panel__copy { padding: 0 18px 24px; }
  .workflow-track { grid-template-columns: 1fr 1fr; gap: 18px 0; }
}
@media (max-width: 640px) {
  .solutions__intro, .solution-explorer { grid-template-columns: 1fr; }
  .solutions__intro h2 { font-size: clamp(2.5rem, 10vw, 3.6rem); }
  .solution-option { padding-block: 17px; }
  .solution-option__title { font-size: 1.05rem; margin-bottom: 5px; }
  .solution-option__arrow { top: 15px; }
  .solution-explorer.is-enhanced .solution-panel { min-height: 0; }
  .solutions__foot { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .solution-option { transition: none; }
  .solution-explorer.is-enhanced .solution-panel:not([hidden]) { animation: none; }
}
