:root {
    --navy: #071D41;
    --blue: #246FDB;
    --sky: #59A8F5;
    --ice: #EAF4FF;
    --ink: #15243A;
    --slate: #66758A;
    --white: #FFFFFF;
    --line: #DCE7F5;
    --soft: #F7FAFE;
    --shadow: 0 24px 70px rgba(7, 29, 65, .12);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 12px 16px; background: var(--navy); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(255,255,255,.92); border-color: rgba(220,231,245,.9); box-shadow: 0 10px 35px rgba(7,29,65,.06); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 184px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { text-decoration: none; font-size: .94rem; font-weight: 650; color: var(--ink); }
.primary-nav a:hover { color: var(--blue); }
.primary-nav .nav-cta { color: white; background: var(--navy); padding: 12px 18px; border-radius: 999px; }
.primary-nav .nav-cta:hover { color: white; background: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 999px; }

.hero { position: relative; overflow: hidden; padding-top: 164px; min-height: 790px; background: linear-gradient(180deg, #fff 0%, #fbfdff 62%, var(--ice) 100%); }
.hero::after { content: ""; position: absolute; left: -8%; right: -8%; bottom: -180px; height: 330px; border: 1px solid rgba(36,111,219,.14); border-radius: 50%; pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -170px; top: 40px; background: radial-gradient(circle, rgba(89,168,245,.2), rgba(89,168,245,0) 70%); }
.hero-glow-two { width: 420px; height: 420px; left: -200px; bottom: -100px; background: radial-gradient(circle, rgba(36,111,219,.12), rgba(36,111,219,0) 72%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 740px; margin: 0; color: var(--navy); font-size: clamp(3.4rem, 6.2vw, 6.6rem); line-height: .93; letter-spacing: -.055em; font-weight: 760; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 700px; margin: 28px 0 0; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.65; color: var(--slate); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); box-shadow: 0 14px 32px rgba(7,29,65,.18); }
.button-primary:hover { background: var(--blue); }
.button-secondary { color: var(--navy); border: 1px solid var(--line); background: rgba(255,255,255,.8); }
.button-secondary:hover { border-color: var(--sky); }
.hero-note { margin: 20px 0 0; color: var(--slate); font-size: .9rem; }

.journey-visual { position: relative; width: min(520px, 100%); aspect-ratio: 1; margin-left: auto; }
.orbit { position: absolute; border: 1px solid rgba(36,111,219,.22); border-radius: 50%; }
.orbit-large { inset: 2%; }
.orbit-small { inset: 18%; border-style: dashed; }
.experience-core { position: absolute; inset: 31%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: linear-gradient(145deg, var(--navy), #0d356f 64%, var(--blue)); border-radius: 50%; box-shadow: 0 30px 80px rgba(7,29,65,.3); }
.experience-core img { width: 62px; height: 58px; object-fit: contain; margin-bottom: 8px; filter: brightness(0) invert(1); }
.experience-core strong { font-size: 1.04rem; }
.experience-core span { margin-top: 4px; font-size: .74rem; color: #cfe5ff; }
.journey-point { position: absolute; width: 118px; min-height: 72px; padding: 14px; border: 1px solid rgba(36,111,219,.12); border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 16px 45px rgba(7,29,65,.1); backdrop-filter: blur(12px); }
.journey-point span { display: block; color: var(--sky); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.journey-point strong { display: block; margin-top: 4px; color: var(--navy); font-size: .94rem; }
.point-invite { left: 0; top: 14%; }
.point-arrive { right: 0; top: 8%; }
.point-engage { right: 1%; bottom: 10%; }
.point-understand { left: 2%; bottom: 8%; }

.trust-strip { padding: 18px 0; border-top: 1px solid #dbe8f7; border-bottom: 1px solid #dbe8f7; background: var(--ice); }
.trust-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 17px; color: #526982; font-size: .84rem; font-weight: 700; }
.trust-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--sky); }

.section-heading { max-width: 680px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading h2, .split-heading h2, .solutions h2, .intelligence-panel h2, .pricing-panel h2, .final-cta h2 { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 4.2vw, 4.35rem); line-height: 1.02; letter-spacing: -.04em; }
.section-heading p:not(.eyebrow), .split-heading > p, .solutions .section-heading > p:not(.eyebrow) { margin: 22px 0 0; color: var(--slate); line-height: 1.7; font-size: 1.05rem; }
.journey-steps { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); }
.journey-steps article { position: relative; padding: 30px 20px 18px 0; }
.journey-steps article:not(:last-child)::after { content: ""; position: absolute; right: 14px; top: -5px; width: 9px; height: 9px; background: var(--sky); border-radius: 50%; box-shadow: 0 0 0 5px white; }
.journey-steps article > span { color: var(--sky); font-weight: 800; font-size: .72rem; }
.step-icon { width: 42px; height: 42px; margin: 17px 0 15px; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: var(--ice); font-size: 1.2rem; }
.journey-steps h3 { margin: 0; color: var(--navy); font-size: 1.1rem; }
.journey-steps p { margin: 9px 0 0; color: var(--slate); font-size: .88rem; line-height: 1.6; }

.operating-layer { color: white; background: var(--navy); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.eyebrow-light { color: #8bc4ff; }
.split-heading h2, .intelligence-panel h2, .final-cta h2 { color: white; }
.split-heading > p { color: #b9cce4; }
.capability-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability-card { min-height: 235px; padding: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.capability-card > span { color: #78b9fa; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.capability-card h3 { margin: 42px 0 10px; font-size: 1.22rem; }
.capability-card p { margin: 0; color: #b9cce4; line-height: 1.65; font-size: .92rem; }
.capability-card.featured { grid-row: span 2; min-height: 486px; background: linear-gradient(165deg, #103e79, #0a2852 58%, #081f44); }
.capability-card.featured h3 { margin-top: 28px; }
.mini-pass { margin-top: 40px; min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--navy); border-radius: 22px; background: linear-gradient(145deg, white, #dceeff); box-shadow: 0 20px 45px rgba(0,0,0,.14); transform: rotate(-2deg); }
.mini-pass b { margin-bottom: auto; font-size: .65rem; letter-spacing: .14em; color: var(--blue); }
.mini-pass strong { font-size: 1.75rem; }
.mini-pass small { margin-top: 5px; color: var(--slate); }
.capability-card.intelligence { background: linear-gradient(145deg, rgba(36,111,219,.35), rgba(89,168,245,.12)); }

.solutions { background: var(--soft); }
.solutions-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.solution-cloud { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.solution-cloud span { padding: 16px 20px; border: 1px solid #d8e6f6; border-radius: 999px; color: var(--navy); background: white; font-weight: 700; box-shadow: 0 10px 30px rgba(7,29,65,.04); }
.solution-cloud span.large { padding: 20px 26px; font-size: 1.12rem; background: var(--ice); border-color: #c5defa; }

.intelligence-section { background: white; }
.intelligence-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 70px; color: white; border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--navy), #0b315f 58%, #124f8f); box-shadow: var(--shadow); }
.intelligence-panel::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -180px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.intelligence-panel p:not(.eyebrow) { color: #c2d5ea; line-height: 1.7; }
.text-link { display: inline-flex; gap: 12px; margin-top: 18px; color: white; text-decoration: none; font-weight: 800; }
.text-link span { color: #8bc4ff; }
.signal-board { position: relative; z-index: 2; padding: 26px; color: var(--ink); border-radius: 24px; background: rgba(255,255,255,.97); box-shadow: 0 30px 65px rgba(0,0,0,.2); }
.signal-top, .signal-row, .signal-stat { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.signal-top { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.signal-top span { font-size: .69rem; font-weight: 800; letter-spacing: .12em; color: var(--blue); }
.signal-top strong { padding: 7px 11px; border-radius: 999px; color: #166534; background: #dcfce7; font-size: .75rem; }
.signal-stat { margin-top: 24px; color: var(--slate); }
.signal-stat b { color: var(--navy); font-size: 1.55rem; }
.signal-bar { height: 8px; margin: 10px 0 22px; overflow: hidden; border-radius: 999px; background: var(--ice); }
.signal-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--sky)); }
.signal-row { padding: 13px 0; border-top: 1px solid #eef3f8; color: var(--slate); font-size: .88rem; }
.signal-row strong { color: var(--navy); }

.pricing-preview { padding-top: 30px; }
.pricing-panel { display: grid; grid-template-columns: 1.15fr .8fr auto; gap: 45px; align-items: center; padding: 44px 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--ice); }
.pricing-panel h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.pricing-panel > p { color: var(--slate); line-height: 1.65; }

.final-cta { padding-top: 90px; color: white; background: linear-gradient(145deg, var(--navy), #0d356f); }
.final-cta-inner { max-width: 820px; text-align: center; }
.final-cta img { width: 70px; margin: 0 auto 28px; filter: brightness(0) invert(1); }
.final-cta h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 24px auto 0; color: #bdd2ea; font-size: 1.08rem; line-height: 1.7; }
.centered-actions { justify-content: center; }
.button-white { color: var(--navy); background: white; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.26); }
.button-ghost:hover { border-color: white; }

.site-footer { padding: 62px 0 24px; color: white; background: #04152f; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .8fr); gap: 56px; }
.footer-brand img { width: 152px; height: 76px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 320px; margin: 13px 0 0; color: #8fa9c7; line-height: 1.65; font-size: .9rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid strong { margin-bottom: 5px; font-size: .87rem; }
.footer-grid a { color: #91a8c4; text-decoration: none; font-size: .87rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #7290b2; font-size: .78rem; }

@media (max-width: 980px) {
    .section-pad { padding: 88px 0; }
    .hero-grid, .solutions-grid, .intelligence-panel, .split-heading { grid-template-columns: 1fr; }
    .hero-grid { gap: 45px; }
    .hero-copy { max-width: 760px; }
    .journey-visual { margin: 0 auto; }
    .journey-steps { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
    .journey-steps article:nth-child(3)::after { display: none; }
    .capability-grid { grid-template-columns: repeat(2, 1fr); }
    .capability-card.featured { grid-row: span 1; min-height: 360px; }
    .pricing-panel { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 28px, var(--shell)); }
    .section-pad { padding: 74px 0; }
    .nav-wrap { min-height: 72px; }
    .brand img { width: 158px; }
    .nav-toggle { display: block; }
    .primary-nav { position: absolute; left: 14px; right: 14px; top: 66px; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { padding: 12px; border-radius: 12px; }
    .primary-nav .nav-cta { text-align: center; margin-top: 6px; }
    .hero { padding-top: 130px; min-height: auto; }
    .hero h1 { font-size: clamp(3rem, 15vw, 4.9rem); }
    .hero-actions .button { flex: 1 1 190px; }
    .journey-visual { width: min(430px, 100%); }
    .journey-point { width: 98px; min-height: 64px; padding: 11px; }
    .experience-core { inset: 29%; }
    .experience-core img { width: 48px; height: 44px; }
    .trust-list { gap: 11px; }
    .journey-steps { grid-template-columns: repeat(2, 1fr); }
    .journey-steps article:nth-child(3)::after { display: block; }
    .journey-steps article:nth-child(even)::after { display: none; }
    .capability-grid { grid-template-columns: 1fr; }
    .intelligence-panel { padding: 34px 24px; }
    .pricing-panel { padding: 30px 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 3.2rem; }
    .journey-visual { margin-top: 12px; }
    .journey-point { width: 90px; font-size: .8rem; }
    .experience-core strong { font-size: .85rem; }
    .experience-core span { display: none; }
    .journey-steps { grid-template-columns: 1fr; border-top: 0; }
    .journey-steps article { padding: 18px 0; border-top: 1px solid var(--line); }
    .journey-steps article::after { display: none !important; }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* EXP-WEB-P0.3B HERO V2 START */

.hero-v2 {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 76px;
    min-height: 760px;
}

.hero-v2-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
    align-items: center;
    gap: 54px;
}

.hero-v2-title {
    max-width: 780px;
    margin: 20px 0 0;
    color: var(--navy);
    font-size: clamp(3.6rem, 5vw, 5.8rem);
    line-height: .96;
    letter-spacing: -.052em;
    font-weight: 780;
}

.hero-v2-title > span {
    display: block;
}

.hero-v2-accent {
    color: var(--blue);
}

.hero-v2-lead {
    max-width: 670px;
    margin: 26px 0 0;
    color: var(--slate);
    font-size: clamp(1.03rem, 1.28vw, 1.2rem);
    line-height: 1.62;
}

.hero-v2-actions {
    margin-top: 31px;
}

.hero-v2-actions .button {
    min-height: 54px;
    padding-inline: 27px;
}

.hero-outcomes {
    display: flex;
    align-items: center;
    margin-top: 42px;
}

.hero-outcome {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 27px;
}

.hero-outcome + .hero-outcome {
    padding-left: 27px;
    border-left: 1px solid var(--line);
}

.hero-outcome > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-outcome strong {
    color: var(--navy);
    font-size: .9rem;
}

.hero-outcome small {
    color: var(--slate);
    font-size: .78rem;
}

.outcome-icon,
.journey-icon {
    display: grid;
    place-items: center;
    color: var(--blue);
}

.outcome-icon {
    width: 35px;
    height: 35px;
}

.outcome-icon svg,
.journey-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.outcome-icon svg {
    width: 28px;
    height: 28px;
}

.journey-v2 {
    position: relative;
    width: min(570px, 100%);
    aspect-ratio: 1;
    margin-inline: auto;
}

.journey-orbit {
    position: absolute;
    border: 1px solid rgba(36,111,219,.23);
    border-radius: 50%;
}

.journey-orbit-outer {
    inset: 4%;
}

.journey-orbit-inner {
    inset: 20%;
    border-style: dashed;
}

.journey-core {
    position: absolute;
    inset: 31%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-align: center;
    background:
        linear-gradient(145deg, #071d41 10%, #123f81 65%, #246fdb 120%);
    box-shadow: 0 28px 65px rgba(7,29,65,.2);
}

.journey-core img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 9px;
    filter: brightness(0) invert(1);
}

.journey-core strong {
    font-size: 1rem;
}

.journey-core span {
    margin-top: 3px;
    font-size: .72rem;
    opacity: .88;
}

.journey-card {
    position: absolute;
    z-index: 6;
    width: 145px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 17px;
    border: 1px solid rgba(36,111,219,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 17px 38px rgba(27,65,116,.09);
    backdrop-filter: blur(10px);
}

.journey-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.journey-copy small {
    color: var(--blue);
    font-size: .66rem;
    font-weight: 800;
}

.journey-copy strong {
    color: var(--navy);
    font-size: .96rem;
}

.journey-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}

.journey-icon svg {
    width: 27px;
    height: 27px;
}

.journey-invite {
    left: 0;
    top: 12%;
}

.journey-arrive {
    right: 0;
    top: 12%;
}

.journey-explore {
    right: -5%;
    top: 43%;
}

.journey-engage {
    right: 2%;
    bottom: 8%;
}

.journey-understand {
    left: 2%;
    bottom: 8%;
}

.journey-continue {
    left: -5%;
    top: 43%;
}

.experience-v2-ribbon {
    position: relative;
    z-index: 5;
    border-top: 1px solid #dce8f6;
    border-bottom: 1px solid #dce8f6;
    background: rgba(255,255,255,.97);
}

.experience-v2-ribbon-inner {
    display: grid;
    grid-template-columns: 250px 1fr;
    align-items: stretch;
}

.experience-v2-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 24px 28px 24px 0;
    border-right: 1px solid var(--line);
}

.experience-v2-label small,
.experience-v2-label strong {
    text-transform: uppercase;
    letter-spacing: .17em;
}

.experience-v2-label small {
    color: var(--slate);
    font-size: .68rem;
}

.experience-v2-label strong {
    color: #667b95;
    font-size: .7rem;
}

.experience-v2-types {
    display: grid;
    grid-template-columns: repeat(9, minmax(85px, 1fr));
}

.experience-type {
    min-height: 93px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 8px;
    text-align: center;
    border-left: 1px solid var(--line);
}

.experience-type span {
    color: var(--blue);
    font-size: 1.65rem;
    line-height: 1;
}

.experience-type small {
    color: #4f6681;
    font-size: .73rem;
    font-weight: 650;
    line-height: 1.25;
}

@media (max-width: 1120px) {
    .hero-v2-grid {
        grid-template-columns: minmax(0, 1fr) 460px;
        gap: 30px;
    }

    .hero-v2-title {
        font-size: clamp(3.3rem, 5vw, 5rem);
    }

    .journey-v2 {
        width: 500px;
    }

    .experience-v2-ribbon-inner {
        grid-template-columns: 200px 1fr;
    }

    .experience-v2-types {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 930px) {
    .hero-v2-grid {
        grid-template-columns: 1fr;
    }

    .hero-v2-copy {
        max-width: 780px;
    }

    .journey-v2 {
        width: min(560px, 90vw);
        margin-top: 20px;
    }

    .experience-v2-ribbon-inner {
        grid-template-columns: 1fr;
    }

    .experience-v2-label {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 720px) {
    .hero-v2 {
        padding-top: 115px;
    }

    .hero-v2-title {
        font-size: clamp(3rem, 12.8vw, 4.4rem);
    }

    .hero-outcomes {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-outcome {
        padding: 14px 0;
    }

    .hero-outcome + .hero-outcome {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .journey-card {
        width: 112px;
        min-height: 67px;
        padding: 11px;
    }

    .journey-icon {
        width: 23px;
        height: 23px;
    }

    .journey-icon svg {
        width: 22px;
        height: 22px;
    }

    .journey-copy strong {
        font-size: .8rem;
    }

    .experience-v2-types {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .hero-v2-title {
        font-size: 3rem;
    }

    .journey-v2 {
        width: 100%;
    }

    .journey-card {
        width: 95px;
    }

    .journey-explore {
        right: -1%;
    }

    .journey-continue {
        left: -1%;
    }

    .experience-v2-types {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* EXP-WEB-P0.3B HERO V2 END */

/* EXP-WEB-P0.3B FINAL HERO POLISH START */

/*
 * Final visual contract:
 *
 * The Operating System
 * for Live Experiences.
 *
 * Navy first line, Intelligent Blue second line.
 * Keep journey visual as equal visual partner.
 */

.hero-v2 .hero-v2-grid {
    grid-template-columns:
        minmax(0, 1.03fr)
        minmax(480px, .97fr);
    gap: 58px;
}

/* Reset inherited hero heading colour */
.hero-v2 .hero-v2-title {
    max-width: 720px !important;
    margin-top: 18px;

    color: #071D41 !important;

    font-size:
        clamp(3.55rem, 4.35vw, 4.85rem) !important;

    line-height: .98 !important;
    letter-spacing: -.045em !important;
    font-weight: 760;
}

/* Explicitly protect each headline line from older hero rules */
.hero-v2 .hero-v2-title > span:first-child {
    display: block;
    color: #071D41 !important;
}

.hero-v2 .hero-v2-title > .hero-v2-accent {
    display: block;
    margin-top: 3px;

    color: #246FDB !important;
}

/* Supporting copy */
.hero-v2 .hero-v2-lead {
    max-width: 650px;

    margin-top: 25px;

    color: #66758A;

    font-size:
        clamp(1.05rem, 1.16vw, 1.18rem);

    line-height: 1.62;
}

/* Keep CTAs visually separated */
.hero-v2 .hero-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-v2 .hero-v2-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    min-height: 54px;
    padding-inline: 28px;
}

/* Balanced journey graphic */
.hero-v2 .journey-v2 {
    width: min(575px, 100%);
}

/* Slightly more compact outcome row */
.hero-v2 .hero-outcomes {
    margin-top: 38px;
}

/* Prevent SVGs in this component escaping their boxes */
.hero-v2 .outcome-icon svg,
.hero-v2 .journey-icon svg {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

/* Large laptop / smaller desktop */
@media (max-width: 1280px) {

    .hero-v2 .hero-v2-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(450px, .95fr);

        gap: 42px;
    }

    .hero-v2 .hero-v2-title {
        font-size:
            clamp(3.35rem, 4.45vw, 4.55rem) !important;
    }

    .hero-v2 .journey-v2 {
        width: min(535px, 100%);
    }
}

/* Tablet */
@media (max-width: 930px) {

    .hero-v2 .hero-v2-grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .hero-v2 .hero-v2-title {
        max-width: 690px !important;

        font-size:
            clamp(3.15rem, 7.8vw, 4.35rem) !important;
    }

    .hero-v2 .journey-v2 {
        width: min(560px, 90vw);
    }
}

/* Mobile */
@media (max-width: 720px) {

    .hero-v2 .hero-v2-title {
        max-width: 100% !important;

        font-size:
            clamp(2.8rem, 12vw, 3.8rem) !important;

        line-height: 1 !important;
        letter-spacing: -.04em !important;
    }

    .hero-v2 .hero-v2-title > .hero-v2-accent {
        margin-top: 5px;
    }
}

/* Small mobile */
@media (max-width: 480px) {

    .hero-v2 .hero-v2-title {
        font-size: 2.85rem !important;
    }
}

/* EXP-WEB-P0.3B FINAL HERO POLISH END */

/* EXP-WEB-P0.3B HEADLINE FIT START */

@media (min-width: 1281px) {

    .hero-v2 .hero-v2-grid {
        grid-template-columns:
            minmax(0, 1.10fr)
            minmax(500px, .90fr);
        gap: 46px;
    }

    .hero-v2 .hero-v2-title {
        max-width: 790px !important;
        font-size: clamp(3.7rem, 3.9vw, 4.25rem) !important;
        line-height: .99 !important;
        letter-spacing: -.043em !important;
    }

    .hero-v2 .hero-v2-title > span {
        white-space: nowrap;
    }

    .hero-v2 .journey-v2 {
        width: min(550px, 100%);
    }
}
/* EXP-WEB-P0.3B HEADLINE FIT END */

/* ==========================================================
   EXP-WEB-P0.3C
   Responsive + keyboard accessibility certification layer
   ========================================================== */

a:focus-visible,
button:focus-visible {
    outline: 3px solid #246FDB;
    outline-offset: 4px;
}

.nav-toggle {
    cursor: pointer;
}

@media (max-width: 760px) {

    .primary-nav {
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .primary-nav a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .primary-nav .nav-cta {
        justify-content: center;
    }
}

@media (max-width: 480px) {

    .hero-v2 .hero-v2-actions {
        width: 100%;
    }

    .hero-v2 .hero-v2-actions .button {
        min-height: 48px;
    }

    .experience-v2-types {
        min-width: 0;
    }

    .experience-type {
        min-width: 0;
    }
}
/* ==========================================================
   EXP-WEB-P0.3C
   Journey card internal alignment
   Approved visual standard:
   icon left -> number + label right
   ========================================================== */

.hero-v2 .journey-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    text-align: left;
}

.hero-v2 .journey-card .journey-icon {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.hero-v2 .journey-card .journey-copy {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    margin: 0;
}

.hero-v2 .journey-card .journey-copy small,
.hero-v2 .journey-card .journey-copy strong {
    text-align: left;
}

.hero-v2 .journey-card .journey-icon svg {
    display: block;
    margin: 0;
}

/* Keep every journey card internally consistent even where
   the original HTML places the text before the icon. */
.hero-v2 .journey-arrive .journey-icon,
.hero-v2 .journey-engage .journey-icon {
    grid-column: 1;
}

.hero-v2 .journey-arrive .journey-copy,
.hero-v2 .journey-engage .journey-copy {
    grid-column: 2;
}

/* ==========================================================
   EXP-WEB-P0.4B
   Solutions landing page
   ========================================================== */

.solutions-page-hero {
    position: relative;
    overflow: hidden;
    padding: 170px 0 105px;
    background:
        radial-gradient(circle at 82% 18%, rgba(89,168,245,.18), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.solutions-page-hero::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    bottom: -310px;
    border: 1px solid rgba(36,111,219,.12);
    border-radius: 50%;
}

.solutions-page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1050px;
}

.solutions-page-hero h1 {
    max-width: 1000px;
    margin: 18px 0 0;
    color: var(--navy);
    font-size: clamp(3.3rem, 6.2vw, 6.4rem);
    line-height: .98;
    letter-spacing: -.05em;
}

.solutions-page-hero h1 span {
    color: var(--blue);
}

.solutions-page-lead {
    max-width: 760px;
    margin: 30px 0 0;
    color: var(--slate);
    font-size: 1.12rem;
    line-height: 1.75;
}

.solution-lifecycle {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.solution-lifecycle span {
    padding: 11px 16px;
    border: 1px solid #d8e6f6;
    border-radius: 999px;
    color: var(--navy);
    background: white;
    font-size: .82rem;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(7,29,65,.045);
}

.solution-lifecycle i {
    color: var(--blue);
    font-style: normal;
}

.solutions-catalogue {
    background: white;
}

.solution-card-grid {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.solution-page-card {
    position: relative;
    min-height: 390px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 55px rgba(7,29,65,.055);
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.solution-page-card:hover {
    transform: translateY(-3px);
    border-color: #bdd8f6;
    box-shadow: 0 24px 65px rgba(7,29,65,.09);
}

.solution-page-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.solution-page-card-top > span {
    color: var(--blue);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.solution-page-card-top small {
    color: var(--slate);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.solution-page-card h3 {
    max-width: 520px;
    margin: 60px 0 14px;
    color: var(--navy);
    font-size: clamp(1.65rem, 2.3vw, 2.35rem);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.solution-page-card > p {
    max-width: 570px;
    margin: 0;
    color: var(--slate);
    line-height: 1.7;
}

.solution-journey {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: var(--ink);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.65;
}

.solution-page-card > a {
    margin-top: auto;
    padding-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--blue);
    font-weight: 800;
}

.solutions-operating-model {
    color: white;
    background:
        radial-gradient(circle at 80% 20%, rgba(36,111,219,.3), transparent 32%),
        linear-gradient(145deg, var(--navy), #0a2c5d);
}

.solutions-operating-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.solutions-operating-grid h2 {
    margin: 0;
    color: white;
    font-size: clamp(2.6rem, 4.7vw, 4.8rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.solutions-operating-copy > p {
    margin: 0;
    color: #bfd2e8;
    font-size: 1.05rem;
    line-height: 1.75;
}

.operating-pill-grid {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.operating-pill-grid span {
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    color: #dcecff;
    background: rgba(255,255,255,.06);
    font-size: .78rem;
    font-weight: 750;
}

.solutions-site-header {
    background: rgba(255,255,255,.9);
    border-color: rgba(220,231,245,.8);
    backdrop-filter: blur(18px);
}

@media (max-width: 930px) {
    .solutions-page-hero {
        padding: 145px 0 85px;
    }

    .solution-card-grid,
    .solutions-operating-grid {
        grid-template-columns: 1fr;
    }

    .solutions-operating-grid {
        gap: 45px;
    }
}

@media (max-width: 720px) {
    .solutions-page-hero {
        padding: 125px 0 68px;
    }

    .solutions-page-hero h1 {
        font-size: clamp(2.75rem, 12vw, 4.5rem);
    }

    .solution-lifecycle {
        gap: 8px;
    }

    .solution-lifecycle i {
        display: none;
    }

    .solution-page-card {
        min-height: 350px;
        padding: 27px 24px;
    }

    .solution-page-card h3 {
        margin-top: 44px;
    }
}

@media (max-width: 480px) {
    .solutions-page-hero h1 {
        font-size: clamp(2.55rem, 13vw, 3.55rem);
    }

    .solution-lifecycle span {
        padding: 9px 12px;
        font-size: .74rem;
    }

    .solution-page-card-top {
        align-items: flex-start;
    }

    .solution-page-card-top small {
        max-width: 180px;
        text-align: right;
    }
}

/* ==========================================================
   EXP-WEB-P0.4B.1
   Human Experience Photography Layer
   ========================================================== */

.solutions-page-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    gap: 68px;
    align-items: center;
}

.solutions-page-hero-layout .solutions-page-hero-inner {
    max-width: none;
}

.solutions-page-hero-layout .solutions-page-hero-inner h1 {
    font-size: clamp(3.2rem, 5vw, 5.6rem);
}

.solutions-hero-media {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border-radius: 34px;
    background:
        linear-gradient(145deg, #dceeff, #bcd9f7);
    box-shadow:
        0 35px 90px rgba(7,29,65,.16),
        0 1px 0 rgba(255,255,255,.8) inset;
}

.solutions-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    display: block;
    object-fit: cover;
}

.solutions-hero-media-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(7,29,65,.02) 35%,
            rgba(7,29,65,.68) 100%
        );
}

.solutions-hero-badge {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 20px 22px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    color: white;
    background: rgba(7,29,65,.54);
    backdrop-filter: blur(14px);
}

.solutions-hero-badge span {
    display: block;
    margin-bottom: 7px;
    color: #9dcdff;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.solutions-hero-badge strong {
    display: block;
    font-size: 1.05rem;
}


/* ----------------------------------------------------------
   Experience cards with editorial photography
   ---------------------------------------------------------- */

.solution-page-card {
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.solution-card-media {
    position: relative;
    height: 255px;
    overflow: hidden;
    background:
        linear-gradient(145deg, #dceeff, #edf6ff);
}

.solution-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .55s ease;
}

.solution-page-card:hover .solution-card-media img {
    transform: scale(1.035);
}

.solution-card-media-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(7,29,65,0) 55%,
            rgba(7,29,65,.14) 100%
        );
}

.solution-page-card-body {
    min-height: 375px;
    padding: 30px 32px 32px;
    display: flex;
    flex-direction: column;
}

.solution-page-card-body .solution-page-card-top {
    flex: 0 0 auto;
}

.solution-page-card-body h3 {
    margin-top: 42px;
}

.solution-page-card-body > p {
    max-width: 570px;
}

.solution-page-card-body .solution-journey {
    margin-top: 26px;
}

.solution-page-card-body > a {
    margin-top: auto;
}


/* Featured rhythm: conference card becomes wider on desktop */

@media (min-width: 931px) {
    .solution-page-card:nth-child(3) {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1.08fr .92fr;
    }

    .solution-page-card:nth-child(3) .solution-card-media {
        height: 100%;
        min-height: 440px;
    }

    .solution-page-card:nth-child(3) .solution-page-card-body {
        min-height: 440px;
        padding: 40px;
    }

    .solution-page-card:nth-child(3) h3 {
        margin-top: 72px;
    }
}


/* ----------------------------------------------------------
   Responsive photography
   ---------------------------------------------------------- */

@media (max-width: 1080px) {
    .solutions-page-hero-layout {
        grid-template-columns: 1fr 390px;
        gap: 42px;
    }

    .solutions-hero-media,
    .solutions-hero-media img {
        min-height: 530px;
    }
}

@media (max-width: 930px) {
    .solutions-page-hero-layout {
        grid-template-columns: 1fr;
    }

    .solutions-hero-media {
        min-height: 460px;
        max-height: 580px;
    }

    .solutions-hero-media img {
        min-height: 460px;
        max-height: 580px;
    }
}

@media (max-width: 720px) {
    .solutions-page-hero-layout {
        gap: 38px;
    }

    .solutions-hero-media,
    .solutions-hero-media img {
        min-height: 390px;
    }

    .solutions-hero-media {
        border-radius: 25px;
    }

    .solution-card-media {
        height: 225px;
    }

    .solution-page-card-body {
        min-height: 350px;
        padding: 27px 24px;
    }
}

@media (max-width: 480px) {
    .solutions-hero-media,
    .solutions-hero-media img {
        min-height: 340px;
    }

    .solutions-hero-badge {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 16px 17px;
    }

    .solution-card-media {
        height: 205px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .solution-card-media img {
        transition: none;
    }

    .solution-page-card:hover .solution-card-media img {
        transform: none;
    }
}

/* ==========================================================
   EXP-WEB-P0.4C
   Reusable Experience-Type Detail System
   ========================================================== */

.solution-detail-hero {
    padding: 155px 0 90px;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 10%, rgba(89,168,245,.13), transparent 30%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.solution-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
    gap: 70px;
    align-items: center;
}

.solution-back {
    display: inline-flex;
    margin-bottom: 34px;
    color: var(--slate);
    font-size: .8rem;
    font-weight: 800;
}

.solution-detail-hero-copy h1 {
    max-width: 690px;
    margin: 15px 0 22px;
    color: var(--navy);
    font-size: clamp(3.4rem, 5.8vw, 6.1rem);
    line-height: .96;
    letter-spacing: -.05em;
}

.solution-detail-lead {
    max-width: 650px;
    color: var(--slate);
    font-size: 1.08rem;
    line-height: 1.75;
}

.solution-detail-journey {
    margin: 31px 0;
    color: var(--blue);
    font-size: .8rem;
    font-weight: 850;
    line-height: 1.7;
}

.solution-detail-media {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--ice);
    box-shadow: 0 35px 90px rgba(7,29,65,.15);
}

.solution-detail-media img {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover;
}

.solution-detail-media-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(7,29,65,.72) 100%
        );
}

.solution-detail-media-label {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 27px;
    color: white;
}

.solution-detail-media-label span {
    display: block;
    margin-bottom: 7px;
    color: #a9d4ff;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.solution-detail-media-label strong {
    font-size: 1.12rem;
}

.solution-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.solution-story-block {
    padding: 48px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: white;
}

.solution-story-block h2 {
    margin: 16px 0;
    color: var(--navy);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.solution-story-block > p:last-child {
    color: var(--slate);
    line-height: 1.75;
}

.solution-story-highlight {
    background:
        linear-gradient(145deg, var(--navy), #0b3268);
}

.solution-story-highlight h2 {
    color: white;
}

.solution-story-highlight > p:last-child {
    color: #c4d7eb;
}

.solution-story-highlight .eyebrow {
    color: #76b9ff;
}

.solution-capabilities-section {
    background: var(--ice);
}

.solution-capability-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.solution-capability {
    min-height: 150px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #d9e7f5;
    border-radius: 20px;
    background: white;
}

.solution-capability span {
    color: var(--blue);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.solution-capability strong {
    color: var(--navy);
    line-height: 1.3;
}

.solution-value-section {
    color: white;
    background: var(--navy);
}

.solution-value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.solution-value-grid article > span {
    color: #79bbff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.solution-value-grid h2 {
    margin: 15px 0;
    color: white;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.solution-value-grid p {
    max-width: 570px;
    color: #c3d5e9;
    line-height: 1.75;
}

.solution-example-section {
    text-align: center;
}

.solution-example-journey {
    max-width: 1050px;
    margin: 46px auto 32px;
    padding: 27px 30px;
    border: 1px solid #d8e6f5;
    border-radius: 999px;
    color: var(--navy);
    background: #f7fbff;
    font-size: clamp(.8rem, 1.4vw, 1rem);
    font-weight: 850;
    line-height: 1.6;
}

.solution-next-link {
    display: inline-flex;
    color: var(--blue);
    font-weight: 850;
}

@media (max-width: 960px) {
    .solution-detail-hero-grid,
    .solution-story-grid,
    .solution-value-grid {
        grid-template-columns: 1fr;
    }

    .solution-detail-hero-grid {
        gap: 45px;
    }

    .solution-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .solution-detail-hero {
        padding: 125px 0 65px;
    }

    .solution-detail-hero-copy h1 {
        font-size: clamp(2.7rem, 13vw, 4.1rem);
    }

    .solution-detail-media,
    .solution-detail-media img {
        min-height: 390px;
        height: 390px;
    }

    .solution-detail-media {
        border-radius: 25px;
    }

    .solution-story-block {
        padding: 30px 25px;
    }

    .solution-capability-grid {
        grid-template-columns: 1fr;
    }

    .solution-capability {
        min-height: 120px;
    }

    .solution-example-journey {
        border-radius: 24px;
    }
}
/* EXP-WEB-P0.4F TABLET NAVIGATION BRIDGE */
@media (min-width: 761px) and (max-width: 800px) {
    .nav-toggle {
        display: block;
    }

    .primary-nav {
        position: absolute;
        left: 14px;
        right: 14px;
        top: 66px;
        display: none;
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        overscroll-behavior: contain;
        border: 1px solid var(--line);
        border-radius: 20px;
        background: rgba(255,255,255,.98);
        box-shadow: var(--shadow);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a {
        min-height: 44px;
        padding: 12px;
        display: flex;
        align-items: center;
        border-radius: 12px;
    }

    .primary-nav .nav-cta {
        justify-content: center;
        margin-top: 6px;
        text-align: center;
    }
}

/* =========================================================
   EXP-WEB-P0.5C — PRODUCT / PLATFORM LANDING PAGE
   ========================================================= */

.product-hero {
    padding: 154px 0 104px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 25%,
            rgba(89, 168, 245, .18),
            transparent 32%
        ),
        linear-gradient(145deg, #f7fbff 0%, #ffffff 56%, #eaf4ff 100%);
}

.product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: 76px;
    align-items: center;
}

.product-hero h1 {
    max-width: 760px;
    margin: 14px 0 24px;
    color: var(--navy);
    font-size: clamp(3.5rem, 5.4vw, 5.5rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.product-hero h1 span {
    display: block;
    color: var(--blue);
}

.product-hero-copy {
    max-width: 680px;
    margin: 0;
    color: var(--slate);
    font-size: 1.08rem;
    line-height: 1.75;
}

.product-system-card {
    min-height: 430px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(36, 111, 219, .14);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(234, 244, 255, .88)
        );
    box-shadow: 0 32px 80px rgba(7, 29, 65, .12);
}

.product-system-card > strong {
    max-width: 430px;
    margin-top: 10px;
    color: var(--navy);
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.product-journey {
    margin-top: 52px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.product-journey span {
    padding: 9px 13px;
    color: var(--navy);
    font-size: .75rem;
    font-weight: 800;
    border: 1px solid rgba(36, 111, 219, .16);
    border-radius: 999px;
    background: white;
}

.product-journey i {
    color: var(--blue);
    font-style: normal;
}

.product-intro {
    color: white;
    background: var(--navy);
}

.product-intro .split-heading > p {
    color: #b9cce4;
    line-height: 1.75;
}

.product-group {
    border-bottom: 1px solid var(--line);
    background: white;
}

.product-group:nth-of-type(even) {
    background: var(--soft);
}

.product-group-heading {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 28px;
    max-width: 850px;
}

.product-group-heading > span {
    padding-top: 5px;
    color: var(--blue);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.product-group-heading h2 {
    max-width: 720px;
    margin: 8px 0 14px;
    color: var(--navy);
    font-size: clamp(2rem, 3.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.product-group-heading div > p:last-child {
    max-width: 680px;
    margin: 0;
    color: var(--slate);
    line-height: 1.7;
}

.product-capability-grid {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.product-capability-card {
    min-height: 330px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: white;
    box-shadow: 0 16px 42px rgba(7, 29, 65, .055);
}

.product-capability-number {
    margin-bottom: 40px;
    color: var(--blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.product-capability-card h3 {
    margin: 8px 0 12px;
    color: var(--navy);
    font-size: 1.45rem;
    line-height: 1.2;
}

.product-capability-card > p:not(.eyebrow) {
    margin: 0;
    color: var(--slate);
    line-height: 1.68;
}

.product-stage-list {
    margin-top: auto;
    padding-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.product-stage-list span {
    padding: 6px 9px;
    color: var(--blue);
    font-size: .67rem;
    font-weight: 800;
    border-radius: 999px;
    background: var(--ice);
}

.product-solutions-bridge {
    background: var(--ice);
}

.product-solutions-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
    gap: 90px;
    align-items: center;
}

.product-solutions-grid h2 {
    max-width: 700px;
    margin: 10px 0 0;
    color: var(--navy);
    font-size: clamp(2.2rem, 3.6vw, 3.7rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.product-solutions-grid > div:last-child > p {
    margin: 0 0 24px;
    color: var(--slate);
    line-height: 1.75;
}

@media (max-width: 1050px) {
    .product-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .product-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .product-hero {
        padding: 122px 0 76px;
    }

    .product-hero-grid,
    .product-solutions-grid {
        grid-template-columns: 1fr;
    }

    .product-hero-grid {
        gap: 48px;
    }

    .product-system-card {
        min-height: 340px;
    }

    .product-group-heading {
        grid-template-columns: 48px minmax(0, 1fr);
    }
}

@media (max-width: 600px) {
    .product-hero {
        padding: 106px 0 62px;
    }

    .product-hero h1 {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .product-system-card {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 24px;
    }

    .product-journey {
        margin-top: 36px;
    }

    .product-group-heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .product-capability-grid {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .product-capability-card {
        min-height: 290px;
        padding: 25px;
    }
}

/* =========================================================
   EXP-WEB-P0.5C — VISUAL CERTIFICATION REFINEMENTS
   ========================================================= */

@media (max-width: 800px) {
    .product-hero {
        padding-top: 88px;
    }

    .product-hero .text-link {
        color: var(--blue);
    }
}

@media (max-width: 600px) {
    .product-hero {
        padding-top: 62px;
    }

    .product-hero .hero-actions {
        gap: 22px;
    }

    .product-hero .text-link {
        color: var(--blue);
    }
}

/* =========================================================
   EXP-WEB-P0.5D — REUSABLE PRODUCT CAPABILITY DETAIL SYSTEM
   ========================================================= */

.product-detail-hero {
    padding: 154px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 22%,
            rgba(89, 168, 245, .18),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #f7fbff 0%,
            #ffffff 57%,
            #eaf4ff 100%
        );
}

.product-detail-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.04fr)
        minmax(400px, .96fr);
    gap: 74px;
    align-items: center;
}

.product-detail-copy {
    min-width: 0;
}

.product-detail-back {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 36px;
    color: var(--slate);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.product-detail-back:hover {
    color: var(--blue);
}

.product-detail-number {
    margin-top: 24px;
    color: var(--blue);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .15em;
}

.product-detail-copy h1 {
    max-width: 760px;
    margin: 12px 0 13px;
    color: var(--navy);
    font-size: clamp(3.5rem, 5.4vw, 5.45rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.product-detail-eyebrow {
    margin: 0 0 22px;
    color: var(--blue);
    font-size: 1.12rem;
    font-weight: 800;
}

.product-detail-lead {
    max-width: 680px;
    margin: 0;
    color: var(--slate);
    font-size: 1.08rem;
    line-height: 1.75;
}

.product-detail-system {
    min-height: 430px;
    padding: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(36, 111, 219, .14);
    border-radius: 34px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .98),
            rgba(234, 244, 255, .88)
        );
    box-shadow: 0 32px 80px rgba(7, 29, 65, .12);
}

.product-detail-system > strong {
    max-width: 430px;
    margin: 10px 0 18px;
    color: var(--navy);
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1.06;
    letter-spacing: -.04em;
}

.product-detail-system > p:not(.eyebrow) {
    max-width: 480px;
    margin: 0;
    color: var(--slate);
    line-height: 1.7;
}

.product-detail-stage-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-detail-stage-list span {
    padding: 8px 11px;
    color: var(--blue);
    font-size: .7rem;
    font-weight: 800;
    border: 1px solid rgba(36, 111, 219, .12);
    border-radius: 999px;
    background: white;
}


/* Capability context */

.product-detail-context {
    background: white;
}

.product-detail-context-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .9fr)
        minmax(0, 1.1fr);
    gap: 100px;
    align-items: start;
}

.product-detail-context h2 {
    max-width: 660px;
    margin: 10px 0 0;
    color: var(--navy);
    font-size: clamp(2.25rem, 3.7vw, 3.8rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.product-detail-context-copy > p {
    max-width: 650px;
    margin: 0;
    color: var(--slate);
    font-size: 1.04rem;
    line-height: 1.78;
}

.product-detail-facts {
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.product-detail-facts > div {
    min-height: 125px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--soft);
}

.product-detail-facts span {
    display: block;
    margin-bottom: 9px;
    color: var(--slate);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-detail-facts strong {
    color: var(--navy);
    font-size: .96rem;
    line-height: 1.45;
}


/* Connected platform */

.product-detail-platform {
    color: white;
    background: var(--navy);
}

.product-detail-platform-heading {
    max-width: 760px;
}

.product-detail-platform-heading .eyebrow {
    color: #8fc7ff;
}

.product-detail-platform-heading h2 {
    margin: 10px 0 17px;
    color: white;
    font-size: clamp(2.3rem, 3.8vw, 3.9rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.product-detail-platform-heading > p:last-child {
    max-width: 680px;
    margin: 0;
    color: #b9cce4;
    line-height: 1.75;
}

.product-detail-capability-nav {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.product-detail-capability-link {
    min-height: 116px;
    padding: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    color: white;
    text-decoration: none;
    background: rgba(255, 255, 255, .055);
    transition:
        transform .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.product-detail-capability-link:hover {
    transform: translateY(-2px);
    border-color: rgba(89, 168, 245, .55);
    background: rgba(89, 168, 245, .11);
}

.product-detail-capability-link.is-current {
    border-color: rgba(89, 168, 245, .7);
    background: rgba(89, 168, 245, .16);
}

.product-detail-capability-link span {
    color: #8fc7ff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.product-detail-capability-link strong {
    max-width: 240px;
    font-size: .94rem;
    line-height: 1.35;
}


/* Product landing capability links */

.product-capability-link {
    margin-top: 22px;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    width: fit-content;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
}

.product-capability-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}


/* Responsive */

@media (max-width: 1050px) {
    .product-detail-hero-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, .9fr);
        gap: 42px;
    }

    .product-detail-context-grid {
        gap: 60px;
    }
}

@media (max-width: 800px) {
    .product-detail-hero {
        padding: 88px 0 76px;
    }

    .product-detail-hero-grid,
    .product-detail-context-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-hero-grid {
        gap: 48px;
    }

    .product-detail-system {
        min-height: 340px;
    }

    .product-detail-context-grid {
        gap: 38px;
    }

    .product-detail-capability-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .product-detail-hero {
        padding: 62px 0 62px;
    }

    .product-detail-back {
        margin-bottom: 28px;
    }

    .product-detail-copy h1 {
        font-size: clamp(2.75rem, 14vw, 4rem);
    }

    .product-detail-system {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 24px;
    }

    .product-detail-facts,
    .product-detail-capability-nav {
        grid-template-columns: 1fr;
    }

    .product-detail-capability-link {
        min-height: 96px;
    }

    .product-detail-context h2,
    .product-detail-platform-heading h2 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }
}

/* =========================================================
   EXP-WEB-P0.5D — CAPABILITY PHOTOGRAPHIC HERO SYSTEM
   ========================================================= */

.product-detail-hero--visual {
    position: relative;
    isolation: isolate;

    background-image:
        linear-gradient(
            90deg,
            rgba(247, 251, 255, .99) 0%,
            rgba(247, 251, 255, .96) 22%,
            rgba(247, 251, 255, .82) 42%,
            rgba(7, 29, 65, .16) 72%,
            rgba(7, 29, 65, .28) 100%
        ),
        linear-gradient(
            0deg,
            rgba(247, 251, 255, .92) 0%,
            rgba(247, 251, 255, .20) 34%,
            rgba(247, 251, 255, .08) 100%
        ),
        var(--product-hero-image);

    background-size: cover;
    background-position: center 44%;
    background-repeat: no-repeat;
}

.product-detail-hero--visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 24% 70%,
            rgba(255, 255, 255, .94),
            transparent 37%
        ),
        radial-gradient(
            circle at 56% 18%,
            rgba(89, 168, 245, .15),
            transparent 34%
        );
}

.product-detail-hero--visual .product-detail-copy {
    position: relative;
    z-index: 1;
}

.product-detail-hero--visual .product-detail-system {
    position: relative;
    z-index: 1;

    border-color: rgba(255, 255, 255, .62);

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .96),
            rgba(239, 247, 255, .94)
        );

    box-shadow:
        0 34px 80px rgba(7, 29, 65, .20),
        inset 0 1px 0 rgba(255, 255, 255, .92);

    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.product-detail-hero--visual .text-link {
    color: var(--blue);
}

@media (max-width: 800px) {
    .product-detail-hero--visual {
        background-image:
            linear-gradient(
                180deg,
                rgba(247, 251, 255, .98) 0%,
                rgba(247, 251, 255, .94) 46%,
                rgba(234, 244, 255, .88) 100%
            ),
            var(--product-hero-image);

        background-position: 62% center;
    }

    .product-detail-hero--visual::before {
        background:
            linear-gradient(
                180deg,
                rgba(255, 255, 255, .10),
                rgba(255, 255, 255, .30)
            );
    }
}

@media (max-width: 600px) {
    .product-detail-hero--visual {
        background-image:
            linear-gradient(
                180deg,
                rgba(247, 251, 255, .99) 0%,
                rgba(247, 251, 255, .97) 42%,
                rgba(247, 251, 255, .90) 72%,
                rgba(234, 244, 255, .94) 100%
            ),
            var(--product-hero-image);

        background-position: 66% center;
    }

    .product-detail-hero--visual .product-detail-system {
        background: rgba(255, 255, 255, .94);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
    }
}

/* =========================================================
   EXP-WEB-P0.5D — HERO GLASS PANEL + STICKY WHITE NAV
   Approved visual refinement
   ========================================================= */


/* =========================================================
   EXP-WEB-P0.5D — PRODUCT HERO GLASS + STICKY NAV
   Final approved visual baseline
   ========================================================= */


/* ---------------------------------------------------------
   WHITE STICKY PUBLIC NAVIGATION
   --------------------------------------------------------- */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    width: 100%;
    background: rgba(255, 255, 255, .98);

    border-bottom: 1px solid rgba(7, 29, 65, .07);

    box-shadow:
        0 6px 24px rgba(7, 29, 65, .055);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition:
        box-shadow .2s ease,
        background-color .2s ease;
}


.site-header .primary-nav > a:not(.nav-cta) {
    color: var(--navy);
}


.site-header .primary-nav .nav-cta {
    color: #ffffff;
    background: var(--navy);
}


.site-header .nav-toggle {
    color: var(--navy);
}


.site-header .nav-toggle span:not(.sr-only) {
    background: var(--navy);
}


/* ---------------------------------------------------------
   PHOTOGRAPHIC PRODUCT HERO
   --------------------------------------------------------- */

.product-detail-hero--visual {
    padding-top: 118px;
}


/* ---------------------------------------------------------
   CONNECTED JOURNEY — CLEAR GLASS PANEL
   Keep background subjects visible through the card.
   --------------------------------------------------------- */

.product-detail-hero--visual .product-detail-system {
    position: relative;
    z-index: 2;

    background:
        linear-gradient(
            145deg,
            rgba(235, 245, 255, .12) 0%,
            rgba(210, 228, 248, .07) 100%
        );

    border: 1px solid rgba(255, 255, 255, .82);

    box-shadow:
        0 24px 54px rgba(7, 29, 65, .14),
        inset 0 1px 0 rgba(255, 255, 255, .28);

    backdrop-filter:
        blur(3px) saturate(105%);

    -webkit-backdrop-filter:
        blur(3px) saturate(105%);
}


/* No second white veil */

.product-detail-hero--visual
.product-detail-system::before {
    content: none;
}


/* ---------------------------------------------------------
   PANEL TYPOGRAPHY
   --------------------------------------------------------- */

.product-detail-hero--visual
.product-detail-system > strong {
    color: #071d41;
}


.product-detail-hero--visual
.product-detail-system > p:not(.eyebrow) {
    color: rgba(21, 36, 58, .94);
}


.product-detail-hero--visual
.product-detail-system .eyebrow {
    color: #1268e8;
}


/* ---------------------------------------------------------
   JOURNEY STAGE PILLS
   --------------------------------------------------------- */

.product-detail-hero--visual
.product-detail-stage-list span {
    background: rgba(255, 255, 255, .84);

    border: 1px solid rgba(255, 255, 255, .92);

    box-shadow:
        0 4px 12px rgba(7, 29, 65, .05);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}


/* ---------------------------------------------------------
   DESKTOP POSITIONING
   --------------------------------------------------------- */

@media (min-width: 1051px) {

    .product-detail-hero--visual
    .product-detail-system {
        transform: translateY(6px);
    }
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 800px) {

    .product-detail-hero--visual {
        padding-top: 72px;
    }

    .product-detail-hero--visual
    .product-detail-system {
        background:
            linear-gradient(
                145deg,
                rgba(235, 245, 255, .26),
                rgba(210, 228, 248, .18)
            );

        backdrop-filter:
            blur(5px) saturate(105%);

        -webkit-backdrop-filter:
            blur(5px) saturate(105%);
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .product-detail-hero--visual {
        padding-top: 54px;
    }

    .product-detail-hero--visual
    .product-detail-system {
        background:
            linear-gradient(
                145deg,
                rgba(245, 250, 255, .54),
                rgba(225, 238, 252, .42)
            );

        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);

        box-shadow:
            0 20px 42px rgba(7, 29, 65, .13);
    }
}


/* ---------------------------------------------------------
   BROWSER FALLBACK
   Only used when backdrop-filter is genuinely unsupported.
   --------------------------------------------------------- */

@supports not ((backdrop-filter: blur(1px)) or
              (-webkit-backdrop-filter: blur(1px))) {

    .product-detail-hero--visual
    .product-detail-system {
        background: rgba(235, 245, 255, .80);
    }
}
/* =========================================================
   EXP-WEB-P0.5E.3 — COMMERCIAL CAPABILITY STORY
   Namespaced below the frozen P0.5D hero system.
   ========================================================= */


/* Why it matters */

.product-detail-why {
    background: var(--ice);
}

.product-detail-why-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .82fr)
        minmax(0, 1.18fr);
    gap: clamp(52px, 7vw, 108px);
    align-items: start;
}

.product-detail-story-heading {
    max-width: 620px;
}

.product-detail-story-heading h2,
.product-detail-section-heading h2 {
    margin: 10px 0 0;
    color: var(--navy);
    font-size: clamp(2.25rem, 3.7vw, 3.8rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.product-detail-why-story {
    display: grid;
    gap: 18px;
}

.product-detail-story-block {
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(7, 29, 65, .09);
    border-radius: 24px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 50px rgba(7, 29, 65, .06);
}

.product-detail-story-block--outcome {
    border-color: rgba(36, 111, 219, .18);
    background: white;
}

.product-detail-story-label {
    display: block;
    margin-bottom: 15px;
    color: var(--blue);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.product-detail-story-block p {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.72;
}


/* What it helps you do */

.product-detail-benefits {
    background: white;
}

.product-detail-section-heading {
    max-width: 780px;
}

.product-detail-section-heading > p:last-child {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--slate);
    font-size: 1.04rem;
    line-height: 1.75;
}

.product-detail-benefit-grid {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.product-detail-benefit-card {
    min-height: 220px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(7, 29, 65, .09);
    border-radius: 22px;
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #f7fbff 100%
    );
    box-shadow: 0 16px 44px rgba(7, 29, 65, .055);
}

.product-detail-benefit-card > span {
    color: var(--blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
}

.product-detail-benefit-card p {
    max-width: 330px;
    margin: 45px 0 0;
    color: var(--navy);
    font-size: clamp(1.08rem, 1.4vw, 1.28rem);
    font-weight: 700;
    line-height: 1.48;
}


/* Where it comes to life */

.product-detail-related {
    background: #f5f9ff;
}

.product-detail-section-heading--related {
    max-width: 830px;
}

.product-detail-related-grid {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.product-detail-related-card {
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(7, 29, 65, .09);
    border-radius: 24px;
    color: inherit;
    background: white;
    box-shadow: 0 18px 50px rgba(7, 29, 65, .06);
    text-decoration: none;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.product-detail-related-card:hover {
    transform: translateY(-4px);
    border-color: rgba(36, 111, 219, .24);
    box-shadow: 0 24px 62px rgba(7, 29, 65, .11);
}

.product-detail-related-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--ice);
}

.product-detail-related-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-detail-related-card:hover
.product-detail-related-media img {
    transform: scale(1.025);
}

.product-detail-related-copy {
    flex: 1;
    padding: 27px;
    display: flex;
    flex-direction: column;
}

.product-detail-related-eyebrow {
    color: var(--blue);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.product-detail-related-copy h3 {
    margin: 10px 0 12px;
    color: var(--navy);
    font-size: clamp(1.28rem, 1.8vw, 1.6rem);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.product-detail-related-copy p {
    margin: 0;
    color: var(--slate);
    font-size: .94rem;
    line-height: 1.68;
}

.product-detail-related-link {
    margin-top: auto;
    padding-top: 24px;
    color: var(--blue);
    font-size: .86rem;
    font-weight: 800;
}

.product-detail-related-link > span {
    display: inline-block;
    margin-left: 5px;
    transition: transform .2s ease;
}

.product-detail-related-card:hover
.product-detail-related-link > span {
    transform: translateX(3px);
}


/* P0.5E.3 responsive contract */

@media (max-width: 1050px) {

    .product-detail-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


@media (max-width: 800px) {

    .product-detail-why-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .product-detail-benefit-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-benefit-card {
        min-height: 170px;
    }

    .product-detail-benefit-card p {
        margin-top: 32px;
    }

}


@media (max-width: 600px) {

    .product-detail-story-heading h2,
    .product-detail-section-heading h2 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .product-detail-related-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-story-block {
        padding: 24px;
        border-radius: 20px;
    }

    .product-detail-benefit-card {
        padding: 25px;
        border-radius: 20px;
    }

    .product-detail-related-card {
        border-radius: 20px;
    }

    .product-detail-related-copy {
        padding: 24px;
    }

}


/* =========================================================
   EXP-WEB-P0.5E.4 — SHARED PRODUCT NAVIGATION
   ========================================================= */

.nav-product {
    position: relative;
}

.nav-product-trigger {
    min-height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: var(--navy);
    font: inherit;
    font-size: .94rem;
    font-weight: 650;
    cursor: pointer;
}

.nav-product-trigger:hover,
.nav-product-trigger:focus-visible,
.nav-product-trigger.is-current,
.nav-product-trigger[aria-expanded="true"] {
    color: var(--blue);
}

.nav-product-chevron {
    font-size: .72rem;
    line-height: 1;
    transition: transform .18s ease;
}

.nav-product-trigger[aria-expanded="true"]
.nav-product-chevron {
    transform: rotate(180deg);
}

.product-nav-panel {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    z-index: 1100;
    width: min(920px, calc(100vw - 48px));
    padding: 28px;
    transform: translateX(-42%);
    border: 1px solid rgba(7, 29, 65, .1);
    border-radius: 24px;
    background: rgba(255, 255, 255, .985);
    box-shadow:
        0 28px 80px rgba(7, 29, 65, .16);
    backdrop-filter: blur(20px);
}

.product-nav-panel[hidden] {
    display: none;
}

.product-nav-panel-top {
    padding-bottom: 23px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 1px solid rgba(7, 29, 65, .08);
}

.product-nav-panel-top > div {
    display: grid;
    gap: 7px;
}

.product-nav-panel-top strong {
    max-width: 470px;
    color: var(--navy);
    font-size: 1.18rem;
    line-height: 1.35;
}

.product-nav-kicker {
    color: var(--blue);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.primary-nav .product-nav-overview {
    min-height: 44px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--ice);
    color: var(--blue);
    font-size: .84rem;
    font-weight: 800;
    white-space: nowrap;
}

.product-nav-groups {
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.product-nav-group-heading {
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.product-nav-group-heading > span {
    color: var(--blue);
    font-size: .65rem;
    font-weight: 900;
}

.product-nav-group-heading > strong {
    color: var(--slate);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.product-nav-capabilities {
    display: grid;
    gap: 5px;
}

.primary-nav .product-nav-capabilities > a {
    min-height: 53px;
    padding: 9px 10px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 4px;
    border-radius: 12px;
    color: var(--navy);
}

.primary-nav .product-nav-capabilities > a:hover,
.primary-nav .product-nav-capabilities > a:focus-visible,
.primary-nav .product-nav-capabilities
    > a[aria-current="page"] {
    color: var(--blue);
    background: var(--ice);
}

.product-nav-capabilities > a > span {
    color: var(--blue);
    font-size: .63rem;
    font-weight: 900;
}

.product-nav-capabilities > a > strong {
    font-size: .82rem;
    line-height: 1.25;
}


@media (max-width: 800px) {

    .nav-product {
        width: 100%;
    }

    .nav-product-trigger {
        width: 100%;
        min-height: 44px;
        padding: 12px;
        justify-content: space-between;
        border-radius: 12px;
    }

    .product-nav-panel {
        position: static;
        width: 100%;
        margin: 4px 0 8px;
        padding: 12px;
        transform: none;
        border-radius: 16px;
        box-shadow: none;
        background: #f7fbff;
        backdrop-filter: none;
    }

    .product-nav-panel-top {
        padding: 5px 5px 14px;
        display: grid;
        gap: 13px;
    }

    .primary-nav .product-nav-overview {
        width: 100%;
        justify-content: space-between;
        background: #fff;
    }

    .product-nav-groups {
        padding-top: 15px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .primary-nav .product-nav-capabilities > a {
        min-height: 48px;
    }

}


@media (max-width: 600px) {

    .product-nav-panel-top > div {
        display: none;
    }

    .product-nav-panel-top {
        padding-bottom: 11px;
    }

}


/* EXP-WEB-P0.6A.5 COMMERCIAL CONVERSION UI */

.commercial-page {
    background: #fff;
}

.commercial-hero {
    position: relative;
    overflow: hidden;
    padding-top: 156px;
    padding-bottom: 82px;
    background:
        radial-gradient(circle at 86% 18%, rgba(31, 111, 235, .18), transparent 28%),
        linear-gradient(145deg, #f7fbff 0%, #fff 54%, #edf5ff 100%);
}

.commercial-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(31, 111, 235, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(31, 111, 235, .035), 0 0 0 140px rgba(31, 111, 235, .025);
    pointer-events: none;
}

.commercial-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
    gap: 72px;
    align-items: end;
}

.commercial-hero-copy h1,
.confirmation-card h1 {
    max-width: 850px;
    margin: 0;
    color: var(--navy);
    font-size: clamp(3rem, 6vw, 6.3rem);
    line-height: .96;
    letter-spacing: -.055em;
}

.commercial-hero-copy .hero-lead,
.confirmation-card .hero-lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: var(--slate);
    font-size: 1.08rem;
    line-height: 1.75;
}

.market-switcher,
.commercial-promise {
    padding: 25px;
    border: 1px solid rgba(7, 29, 65, .1);
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 24px 70px rgba(7, 29, 65, .1);
    backdrop-filter: blur(18px);
}

.market-switcher {
    display: grid;
    gap: 20px;
}

.market-switcher-kicker,
.commercial-promise > span {
    display: block;
    margin-bottom: 6px;
    color: var(--blue);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.market-switcher label {
    color: var(--navy);
    font-size: 1.15rem;
    font-weight: 850;
}

.market-switcher-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.market-switcher select,
.commercial-form input:not([type="checkbox"]),
.commercial-form select,
.commercial-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #cbd8e7;
    border-radius: 12px;
    color: var(--navy);
    background: #fff;
    font: inherit;
}

.commercial-form textarea {
    min-height: 138px;
    resize: vertical;
}

.market-switcher select:focus,
.commercial-form input:focus,
.commercial-form select:focus,
.commercial-form textarea:focus {
    outline: 3px solid rgba(31, 111, 235, .18);
    border-color: var(--blue);
}

.commercial-section {
    padding-top: 90px;
}

.commercial-status {
    margin: 0 0 28px;
    padding: 15px 18px;
    border-left: 4px solid var(--blue);
    border-radius: 8px;
    color: var(--navy);
    background: var(--ice);
}

.commercial-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .7fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 46px;
}

.commercial-section-heading h2,
.commercial-terms h2,
.commercial-form-aside h2,
.commercial-cta h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(2.15rem, 4vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.commercial-section-heading > p,
.commercial-form-aside > p {
    margin: 0;
    color: var(--slate);
    line-height: 1.7;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.package-card {
    position: relative;
    display: flex;
    min-height: 510px;
    padding: 32px;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(7, 29, 65, .07);
}

.package-card.is-featured {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(155deg, var(--navy), #0d356f 68%, #1454aa);
    transform: translateY(-12px);
    box-shadow: 0 28px 80px rgba(7, 29, 65, .2);
}

.package-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--navy);
    background: #fff;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.package-number {
    color: var(--blue);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.package-card.is-featured .package-number,
.package-card.is-featured .package-summary,
.package-card.is-featured .package-note {
    color: #cfe0ff;
}

.package-card h3 {
    margin: 34px 0 16px;
    color: var(--navy);
    font-size: 1.65rem;
}

.package-card.is-featured h3 {
    color: #fff;
}

.package-summary,
.package-note {
    color: var(--slate);
    line-height: 1.65;
}

.package-price {
    margin: auto 0 8px;
    padding-top: 34px;
    color: var(--navy);
    font-size: clamp(2.25rem, 4vw, 3.6rem);
    font-weight: 900;
    letter-spacing: -.05em;
}

.package-card.is-featured .package-price {
    color: #fff;
}

.package-price small {
    display: block;
    margin-bottom: 6px;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.package-price > span {
    margin-right: 2px;
    font-size: .48em;
    vertical-align: top;
}

.package-card .button {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.commercial-subsection {
    padding-top: 110px;
}

.commercial-section-heading.compact h2 {
    font-size: clamp(2rem, 3.5vw, 3.45rem);
}

.addon-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.addon-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fbfdff;
}

.addon-card h3 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: 1rem;
}

.addon-price {
    margin: 0;
    color: var(--blue);
    font-size: 1.2rem;
    font-weight: 850;
}

.addon-note {
    margin: 8px 0 0;
    color: var(--slate);
    font-size: .82rem;
    line-height: 1.5;
}

.commercial-terms {
    display: grid;
    grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
    gap: 58px;
    margin-top: 76px;
    padding: 42px;
    border-radius: 28px;
    color: #fff;
    background: var(--navy);
}

.commercial-terms h2 {
    color: #fff;
    font-size: clamp(2rem, 3vw, 3.2rem);
}

.commercial-terms ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.commercial-terms li {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: rgba(255, 255, 255, .06);
}

.commercial-terms li strong,
.commercial-terms li span {
    display: block;
}

.commercial-terms li strong {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.commercial-terms li span,
.commercial-terms > p {
    color: #c7d5e8;
    font-size: .82rem;
    line-height: 1.5;
}

.commercial-terms > p {
    grid-column: 2;
    margin: -36px 0 0;
}

.market-availability-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 40px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--ice);
}

.availability-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: var(--blue);
    font-size: 1.4rem;
}

.market-availability-panel h3 {
    margin: 0 0 7px;
    color: var(--navy);
    font-size: 1.4rem;
}

.market-availability-panel p {
    margin: 0;
    color: var(--slate);
    line-height: 1.6;
}

.commercial-cta {
    padding: 84px 0;
    color: #fff;
    background: linear-gradient(145deg, var(--navy), #0d356f);
}

.commercial-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
}

.commercial-cta h2 {
    color: #fff;
}

.commercial-cta p:not(.eyebrow) {
    color: #c7d5e8;
}

.commercial-promise ol {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.commercial-promise li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
    color: var(--slate);
    font-size: .9rem;
}

.commercial-promise b {
    color: var(--blue);
    font-size: .68rem;
}

.commercial-form-layout {
    display: grid;
    grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr);
    gap: 70px;
    align-items: start;
}

.commercial-form-aside {
    position: sticky;
    top: 130px;
}

.commercial-form-aside h2 {
    margin-bottom: 22px;
    font-size: clamp(2.2rem, 3.5vw, 3.6rem);
}

.commercial-form-aside .text-link {
    display: inline-flex;
    margin-top: 24px;
}

.commercial-form-card {
    padding: 40px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 75px rgba(7, 29, 65, .08);
}

.commercial-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.commercial-form fieldset + fieldset {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid var(--line);
}

.commercial-form legend {
    width: 100%;
    margin-bottom: 24px;
    color: var(--navy);
    font-size: 1.25rem;
    font-weight: 850;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
}

.form-field-wide {
    grid-column: 1 / -1;
}

.form-field > label {
    display: block;
    margin-bottom: 8px;
    color: var(--navy);
    font-size: .84rem;
    font-weight: 800;
}

.errorlist {
    margin: 7px 0 0;
    padding: 0;
    color: #a12222;
    font-size: .8rem;
    list-style: none;
}

.form-errors {
    margin-bottom: 28px;
    padding: 15px;
    border-radius: 10px;
    background: #fff1f1;
}

.privacy-panel {
    margin-top: 40px;
    padding: 24px;
    border-radius: 18px;
    color: var(--slate);
    background: var(--ice);
}

.privacy-panel > p {
    margin: 0 0 18px;
    font-size: .85rem;
    line-height: 1.6;
}

.checkbox-field {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    margin-top: 12px;
    color: var(--navy);
    font-size: .86rem;
    line-height: 1.5;
}

.checkbox-field input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--blue);
}

.form-submit-row {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.form-submit-row p {
    margin: 0;
    color: var(--slate);
    font-size: .78rem;
}

.commercial-confirmation {
    min-height: 760px;
    padding-top: 170px;
    background: linear-gradient(145deg, #f7fbff, #fff 60%, #edf5ff);
}

.confirmation-card {
    max-width: 850px;
    margin: 0 auto;
    padding: 64px;
    border: 1px solid var(--line);
    border-radius: 32px;
    text-align: center;
    background: #fff;
    box-shadow: 0 28px 90px rgba(7, 29, 65, .11);
}

.confirmation-card h1 {
    font-size: clamp(2.7rem, 5vw, 5rem);
}

.confirmation-card .hero-lead {
    margin-right: auto;
    margin-left: auto;
}

.confirmation-mark {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 28px;
    place-items: center;
    border-radius: 24px;
    color: #fff;
    background: var(--blue);
    font-size: 2rem;
    box-shadow: 0 18px 45px rgba(31, 111, 235, .24);
}

.confirmation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 34px;
}

@media (max-width: 980px) {
    .commercial-hero-grid,
    .commercial-section-heading,
    .commercial-form-layout,
    .commercial-terms {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .package-card:last-child {
        grid-column: 1 / -1;
        min-height: 440px;
    }

    .package-card.is-featured {
        transform: none;
    }

    .addon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .commercial-terms > p {
        grid-column: 1;
        margin: 0;
    }

    .commercial-form-aside {
        position: static;
    }
}

@media (max-width: 760px) {
    .commercial-hero {
        padding-top: 126px;
        padding-bottom: 58px;
    }

    .commercial-hero-grid {
        gap: 30px;
    }

    .commercial-hero-copy h1 {
        font-size: clamp(2.7rem, 13vw, 4.4rem);
    }

    .market-switcher-control,
    .package-grid,
    .addon-grid,
    .commercial-terms ul,
    .form-grid,
    .commercial-cta-inner,
    .market-availability-panel {
        grid-template-columns: 1fr;
    }

    .market-switcher-control .button,
    .commercial-cta .button,
    .market-availability-panel .button {
        width: 100%;
        justify-content: center;
    }

    .package-card,
    .package-card:last-child {
        grid-column: auto;
        min-height: 470px;
    }

    .commercial-section,
    .commercial-subsection {
        padding-top: 72px;
    }

    .commercial-terms,
    .commercial-form-card,
    .confirmation-card {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .commercial-form-layout {
        gap: 38px;
    }

    .form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .form-submit-row .button {
        width: 100%;
        justify-content: center;
    }

    .commercial-confirmation {
        min-height: 650px;
        padding-top: 130px;
    }
}

@media (max-width: 440px) {
    .market-switcher,
    .commercial-promise {
        padding: 19px;
        border-radius: 18px;
    }

    .package-card {
        min-height: 440px;
        padding: 25px;
    }

    .commercial-section-heading {
        margin-bottom: 34px;
    }

    .confirmation-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .confirmation-actions .button {
        width: 100%;
        justify-content: center;
    }
}

/* EXP-WEB-P0.6A.6 PACKAGE DETAIL + UK PRICING + EXPERIENCE ICONS */
.experience-type img {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    object-fit: contain;
}

.package-best-for {
    margin: 0 0 18px;
    color: inherit;
    font-size: .9rem;
    line-height: 1.55;
}

.package-best-for strong,
.package-includes > strong {
    display: block;
    margin-bottom: 5px;
    color: inherit;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.package-includes {
    margin-bottom: 22px;
}

.package-includes ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.package-includes li {
    position: relative;
    padding-left: 19px;
    color: inherit;
    font-size: .88rem;
    line-height: 1.4;
}

.package-includes li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: 900;
}

.package-card.is-featured .package-includes li::before {
    color: #7fb4ff;
}

.enterprise-pathway {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 28px;
    padding: 28px 32px;
    border: 1px solid #d6e2f2;
    border-radius: 22px;
    background: #f5f9ff;
}

.enterprise-pathway h3 {
    margin: 4px 0 8px;
    color: #061f48;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.enterprise-pathway p:last-child {
    margin: 0;
    color: #526783;
}

.enterprise-pathway .button {
    flex: 0 0 auto;
}

@media (max-width: 760px) {
    .enterprise-pathway {
        align-items: stretch;
        flex-direction: column;
        padding: 24px;
    }

    .enterprise-pathway .button {
        justify-content: center;
        width: 100%;
    }
}


/* EXP-WEB-P0.6A.6R1 RIBBON READABILITY */
.experience-v2-label small {
    font-size: .76rem;
}

.experience-v2-label strong {
    font-size: .82rem;
    line-height: 1.3;
}

.experience-type small {
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1120px) {
    .experience-type small {
        font-size: .78rem;
    }
}

/* EXP-WEB-P0.6A.7 HOME NAVIGATION + MOTION EXPERIENCE */
.experience-v2-ribbon {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #d9e5f3;
    border-bottom: 1px solid #d9e5f3;
    background: #fff;
}

.experience-v2-ribbon-inner {
    display: grid;
    grid-template-columns: clamp(245px, 18vw, 320px) minmax(0, 1fr);
    width: 100%;
    max-width: none;
    min-height: 132px;
}

.experience-v2-label {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 28px clamp(26px, 4vw, 72px);
    border: 0;
    color: white;
    background: linear-gradient(135deg, #061c42, #0b4388 72%, #1168c8);
    box-shadow: 16px 0 38px rgba(5, 31, 70, .13);
}

.experience-v2-label small,
.experience-v2-label strong {
    color: white;
    text-transform: uppercase;
}

.experience-v2-label small {
    font-size: .74rem;
    font-weight: 750;
    letter-spacing: .22em;
    opacity: .75;
}

.experience-v2-label strong {
    font-size: clamp(.92rem, 1.05vw, 1.08rem);
    line-height: 1.34;
    letter-spacing: .15em;
}

.experience-v2-label > span {
    width: 42px;
    height: 3px;
    margin-top: 8px;
    border-radius: 999px;
    background: #65b7ff;
}

.experience-v2-marquee {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(233, 244, 255, .78), transparent 8%, transparent 92%, rgba(233, 244, 255, .78));
}

.experience-v2-track {
    display: flex;
    width: max-content;
    min-height: 132px;
    will-change: transform;
}

.experience-v2-marquee.is-ready .experience-v2-track {
    animation: experienceMarquee 36s linear infinite;
}

.experience-v2-marquee:hover .experience-v2-track,
.experience-v2-marquee:focus-within .experience-v2-track {
    animation-play-state: paused;
}

.experience-v2-group {
    display: flex;
    flex: 0 0 auto;
    min-width: max-content;
}

.experience-v2-group .experience-type {
    flex: 0 0 148px;
    min-height: 132px;
    gap: 10px;
    padding: 18px 13px;
    border-left: 1px solid #dce7f3;
    background: rgba(255, 255, 255, .9);
    transition: background-color .25s ease, transform .25s ease;
}

.experience-v2-group .experience-type:hover {
    z-index: 2;
    background: #f2f8ff;
    transform: translateY(-3px);
}

.experience-v2-group .experience-type img {
    width: 42px;
    height: 42px;
    margin: 0;
    object-fit: contain;
    filter: drop-shadow(0 8px 12px rgba(24, 88, 158, .12));
}

.experience-v2-group .experience-type small {
    color: #233f64;
    font-size: .85rem;
    font-weight: 750;
    line-height: 1.28;
}

@keyframes experienceMarquee {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

.journey-section .journey-steps {
    position: relative;
}

.journey-section .journey-steps::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0d6efd, #58aaf7, #86cbff);
    transform: scaleX(0);
    transform-origin: left center;
}

.journey-section.is-in-view .journey-steps::before {
    animation: journeyLine 1.35s cubic-bezier(.22, 1, .36, 1) forwards;
}

.journey-section .journey-steps article {
    z-index: 2;
    border-radius: 18px;
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.journey-section .journey-steps article:hover {
    background: #fbfdff;
    box-shadow: 0 20px 48px rgba(7, 39, 82, .08);
    transform: translateY(-7px);
}

.journey-step-icon {
    width: 68px;
    height: 68px;
    margin: 17px 0 17px;
    border: 1px solid #d8e9fb;
    border-radius: 20px;
    background: linear-gradient(145deg, #f5faff, #e8f3ff);
    box-shadow: 0 12px 28px rgba(25, 99, 181, .1);
}

.journey-step-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.journey-section.is-motion-ready:not(.is-in-view) .section-heading,
.journey-section.is-motion-ready:not(.is-in-view) .journey-steps article {
    opacity: 0;
    transform: translateY(24px);
}

.journey-section.is-in-view .section-heading {
    animation: journeyReveal .65s cubic-bezier(.22, 1, .36, 1) both;
}

.journey-section.is-in-view .journey-steps article {
    animation: journeyReveal .62s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: calc(.12s + (var(--journey-order) * .11s));
}

@keyframes journeyReveal {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes journeyLine {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

@media (max-width: 900px) {
    .experience-v2-ribbon-inner {
        grid-template-columns: 1fr;
    }

    .experience-v2-label {
        min-height: 104px;
        padding: 22px 24px;
        box-shadow: 0 12px 30px rgba(5, 31, 70, .11);
    }

    .experience-v2-label strong br {
        display: none;
    }

    .experience-v2-track,
    .experience-v2-group .experience-type {
        min-height: 120px;
    }

    .experience-v2-group .experience-type {
        flex-basis: 138px;
    }
}

@media (max-width: 480px) {
    .experience-v2-label {
        min-height: 96px;
        padding-inline: 20px;
    }

    .experience-v2-group .experience-type {
        flex-basis: 128px;
    }

    .journey-section .journey-steps article {
        padding: 24px 18px;
    }

    .journey-step-icon {
        width: 64px;
        height: 64px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .experience-v2-marquee {
        overflow-x: auto;
    }

    .experience-v2-marquee.is-ready .experience-v2-track,
    .journey-section.is-in-view .section-heading,
    .journey-section.is-in-view .journey-steps article,
    .journey-section.is-in-view .journey-steps::before {
        animation: none;
    }

    .journey-section.is-motion-ready:not(.is-in-view) .section-heading,
    .journey-section.is-motion-ready:not(.is-in-view) .journey-steps article {
        opacity: 1;
        transform: none;
    }
}
