:root {
  --blue-950: #071a3d;
  --blue-900: #0b2b63;
  --blue-800: #113f91;
  --blue-700: #1957bd;
  --blue-100: #e9f1ff;
  --blue-050: #f5f8ff;
  --yellow: #ffd51f;
  --yellow-soft: #fff7c9;
  --ink: #122038;
  --muted: #5d6b82;
  --line: #dce4ef;
  --white: #fff;
  --shadow: 0 22px 60px rgba(8, 35, 82, .13);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
}

@view-transition { navigation: auto; }
::view-transition-old(root) { animation: .18s ease both page-out; }
::view-transition-new(root) { animation: .32s ease both page-in; }
@keyframes page-out { to { opacity: 0; transform: translateY(-5px); } }
@keyframes page-in { from { opacity: 0; transform: translateY(8px); } }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 7vw, 5.7rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 20px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
p { color: var(--muted); }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.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; }
.skip-link { position: fixed; z-index: 200; left: 18px; top: -80px; padding: 12px 18px; color: var(--white); background: var(--blue-950); border-radius: 10px; }
.skip-link:focus { top: 18px; }
.eyebrow { margin-bottom: 12px; color: var(--blue-700); font-weight: 800; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,228,239,.8); backdrop-filter: blur(18px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 12px 35px rgba(7,26,61,.09); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-900); text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 50%; }
.brand span { display: flex; font-size: 1.05rem; letter-spacing: -.03em; }
.brand b { color: #c9a400; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav > a, .nav-group > button { padding: 11px 13px; border: 0; color: #31415b; background: transparent; border-radius: 12px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.site-nav > a:hover, .site-nav > a[aria-current="page"], .nav-group > button:hover { color: var(--blue-800); background: var(--blue-050); }
.site-nav .nav-cta { margin-left: 8px; padding: 12px 18px; color: var(--white); background: var(--blue-800); }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { color: var(--blue-950); background: var(--yellow); }
.nav-group { position: relative; }
.nav-menu { position: absolute; visibility: hidden; opacity: 0; display: grid; width: 240px; top: calc(100% + 10px); left: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); transform: translateY(-5px); transition: .16s ease; }
.nav-menu a { padding: 10px 12px; color: #31415b; border-radius: 10px; text-decoration: none; font-weight: 700; }
.nav-menu a:hover, .nav-menu a[aria-current="page"] { color: var(--blue-800); background: var(--blue-050); }
.nav-group:hover .nav-menu, .nav-group > button[aria-expanded="true"] + .nav-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: var(--white); border-radius: 13px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--blue-900); }

.breadcrumbs { padding: 11px 0; color: var(--muted); background: var(--blue-050); border-bottom: 1px solid var(--line); font-size: .86rem; }
.breadcrumbs .shell { display: flex; gap: 9px; }
.breadcrumbs a { color: var(--blue-700); font-weight: 700; text-decoration: none; }

.home-cinematic { position: relative; min-height: min(800px, calc(100svh - 82px)); display: grid; align-items: center; overflow: hidden; isolation: isolate; color: var(--white); background: var(--blue-950); }
.home-cinematic-media, .home-cinematic-shade { position: absolute; inset: 0; }
.home-cinematic-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-breathe 14s ease-out both; }
.home-cinematic-shade { z-index: 1; background: linear-gradient(90deg, rgba(4,18,47,.94) 0%, rgba(4,18,47,.82) 34%, rgba(4,18,47,.22) 67%, rgba(4,18,47,.06) 100%), linear-gradient(0deg, rgba(4,18,47,.42), transparent 38%); }
.home-cinematic-content { position: relative; z-index: 2; padding-block: 110px 145px; }
.home-cinematic-content .eyebrow { color: var(--yellow); }
.home-cinematic-content h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(3.5rem, 7.8vw, 7.2rem); line-height: .92; letter-spacing: -.065em; text-wrap: balance; text-shadow: 0 6px 34px rgba(0,0,0,.2); }
.home-cinematic-content h1 span { color: var(--yellow); }
.home-cinematic-content .hero-lead { max-width: 640px; font-size: clamp(1.1rem, 1.7vw, 1.35rem); }
.button-yellow { color: var(--blue-950); background: var(--yellow); box-shadow: 0 12px 34px rgba(255,213,31,.24); }
.button-yellow:hover { background: #ffe568; }
.button-glass { color: var(--white); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); backdrop-filter: blur(12px); }
.button-glass:hover { background: rgba(255,255,255,.2); }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 30px; display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { position: relative; width: 26px; height: 40px; border: 1px solid rgba(255,255,255,.65); border-radius: 99px; }
.hero-scroll span::after { content: ""; position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; background: var(--yellow); border-radius: 4px; transform: translateX(-50%); animation: scroll-cue 1.8s ease-in-out infinite; }
.service-rail { position: relative; z-index: 5; margin-top: -1px; color: var(--white); background: var(--blue-950); }
.service-rail-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-rail a { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 0 16px; padding: 28px clamp(20px, 3vw, 40px); border-right: 1px solid rgba(255,255,255,.12); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.service-rail a:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.service-rail a:hover { z-index: 1; background: var(--blue-800); transform: translateY(-5px); }
.service-rail a > span { grid-row: 1 / 3; color: var(--yellow); font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.service-rail strong { font-size: 1.08rem; }
.service-rail small { color: #aebdd3; }
#choose-your-move { scroll-margin-top: 110px; }

@keyframes hero-breathe { from { transform: scale(1.055); } to { transform: scale(1); } }
@keyframes scroll-cue { 0%, 100% { opacity: .3; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 12px); } }

.value-intro { padding-block: 130px; }
.value-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(45px, 9vw, 130px); }
.value-intro h2 { max-width: 710px; margin-bottom: 0; font-size: clamp(3rem, 6.2vw, 6rem); line-height: .98; }
.large-copy { font-size: clamp(1.12rem, 1.7vw, 1.34rem); line-height: 1.7; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 1.02rem; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translate(3px, -3px); }

.section-showcase { overflow: hidden; background: linear-gradient(180deg, var(--blue-050), #fff); }
.showcase-heading { max-width: 820px; }
.service-switcher { position: relative; }
.switcher-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 18px; padding: 8px; background: #e6edf8; border-radius: 18px; }
.switcher-tab { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 12px 18px; border: 0; color: #485a76; background: transparent; border-radius: 13px; font: inherit; font-weight: 850; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.switcher-tab span { color: var(--blue-700); font-size: .72rem; letter-spacing: .08em; }
.switcher-tab:hover { color: var(--blue-900); background: rgba(255,255,255,.55); }
.switcher-tab.is-active { color: var(--blue-950); background: var(--white); box-shadow: 0 8px 28px rgba(8,35,82,.1); }
.switcher-panel { position: relative; min-height: 650px; overflow: hidden; isolation: isolate; color: var(--white); background: var(--blue-950); border-radius: 34px; box-shadow: var(--shadow); animation: panel-enter .38s ease both; }
.switcher-panel[hidden] { display: none; }
.switcher-media, .switcher-shade { position: absolute; inset: 0; }
.switcher-media img { width: 100%; height: 100%; object-fit: cover; }
.switcher-shade { z-index: 1; background: linear-gradient(90deg, rgba(5,20,50,.98) 0%, rgba(5,20,50,.94) 39%, rgba(5,20,50,.58) 58%, rgba(5,20,50,.04) 88%); }
.switcher-copy { position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; width: min(52%, 620px); min-height: 650px; padding: clamp(40px, 6vw, 78px); }
.switcher-copy .eyebrow { color: var(--yellow); }
.switcher-copy h3 { max-width: 560px; margin-bottom: 22px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.switcher-copy p:not(.eyebrow) { max-width: 520px; color: #ccd8e9; font-size: 1.05rem; }
@keyframes panel-enter { from { opacity: .25; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.movement-marquee { overflow: hidden; color: var(--blue-950); background: var(--yellow); border-block: 1px solid rgba(7,26,61,.14); }
.movement-marquee > div { display: flex; align-items: center; width: max-content; min-height: 76px; animation: marquee 26s linear infinite; }
.movement-marquee span { padding-inline: 28px; font-size: clamp(1.05rem, 2vw, 1.4rem); font-weight: 900; letter-spacing: -.02em; }
.movement-marquee i { width: 8px; height: 8px; background: var(--blue-800); border-radius: 50%; }
@keyframes marquee { to { transform: translateX(-50%); } }

.value-section { position: relative; overflow: hidden; background: radial-gradient(circle at 100% 10%, rgba(25,87,189,.38), transparent 30%), var(--blue-950); }
.value-section::before { content: ""; position: absolute; left: -240px; bottom: -300px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.value-section-head { position: relative; max-width: 850px; margin-bottom: 52px; }
.value-section-head h2 { font-size: clamp(3rem, 6vw, 5.7rem); }
.value-section-head > p:last-child { max-width: 660px; font-size: 1.1rem; }
.bento-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.bento-card { position: relative; min-height: 320px; overflow: hidden; padding: clamp(30px, 5vw, 52px); color: var(--white); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; backdrop-filter: blur(18px); }
.bento-card h3 { max-width: 500px; margin-top: 54px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.bento-card p { max-width: 540px; color: #b9c7dc; }
.bento-wide { display: grid; grid-template-columns: 1fr .68fr; gap: 30px; grid-column: 1 / -1; min-height: 360px; }
.bento-number { position: absolute; top: 25px; left: 30px; color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.bento-yellow { color: var(--blue-950); background: var(--yellow); border-color: var(--yellow); }
.bento-yellow p, .bento-yellow .bento-number { color: #33415a; }
.orbit-mark { position: relative; align-self: center; justify-self: end; width: min(260px, 28vw); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit-mark::before, .orbit-mark::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit-mark::after { inset: 38%; background: var(--yellow); border: 0; box-shadow: 0 0 50px rgba(255,213,31,.35); }
.orbit-mark b { position: absolute; width: 14px; height: 14px; background: var(--white); border: 4px solid var(--blue-800); border-radius: 50%; }
.orbit-mark b:nth-child(1) { left: 12%; top: 24%; }
.orbit-mark b:nth-child(2) { right: 5%; top: 52%; }
.orbit-mark b:nth-child(3) { left: 42%; bottom: -6px; }
.category-stack { display: grid; align-self: center; gap: 9px; }
.category-stack span { display: block; padding: 13px 18px; color: var(--blue-950); background: var(--white); border-radius: 999px; font-weight: 900; text-align: center; transform: rotate(-2deg); }
.category-stack span:nth-child(even) { color: var(--white); background: var(--blue-700); transform: rotate(2deg); }

.process-section { background: #fff; }
.process-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 60px; margin-bottom: 70px; }
.process-heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(3rem, 6vw, 5.8rem); }
.process-heading > p { font-size: 1.08rem; }
.process-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.process-flow::before { content: ""; position: absolute; left: 9%; right: 9%; top: 34px; height: 2px; background: linear-gradient(90deg, var(--blue-700), var(--yellow)); }
.process-flow li { position: relative; padding: 0 14px; text-align: center; }
.process-flow li > span { position: relative; z-index: 1; display: grid; width: 68px; height: 68px; margin: 0 auto 28px; place-items: center; color: var(--white); background: var(--blue-900); border: 9px solid var(--white); border-radius: 50%; font-size: .75rem; font-weight: 900; box-shadow: 0 0 0 1px var(--line); }
.process-flow li:last-child > span { color: var(--blue-950); background: var(--yellow); }
.process-flow strong { display: block; margin-bottom: 8px; font-size: 1.08rem; }
.process-flow p { font-size: .92rem; }
.process-action { margin: 48px auto 0; }

.driver-ad { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: linear-gradient(115deg, #0d47a1, #06152f 72%); }
.driver-ad::before { content: "YOYO"; position: absolute; right: -3vw; bottom: -7vw; color: rgba(255,255,255,.045); font-size: clamp(9rem, 25vw, 26rem); font-weight: 1000; line-height: .8; letter-spacing: -.08em; }
.driver-ad-orb { position: absolute; top: -180px; left: 55%; width: 500px; height: 500px; border: 90px solid rgba(255,213,31,.13); border-radius: 50%; }
.driver-ad-grid { position: relative; display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.driver-ad h2 { max-width: 760px; font-size: clamp(3rem, 6vw, 5.5rem); }
.driver-ad p { max-width: 660px; color: #c5d1e5; }
.driver-ad .eyebrow { color: var(--yellow); }
.driver-ad-categories { display: grid; gap: 12px; }
.driver-ad-categories span { padding: 18px 24px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 17px; font-weight: 850; backdrop-filter: blur(12px); transition: transform .2s ease, background .2s ease; }
.driver-ad-categories span:hover { background: rgba(255,255,255,.15); transform: translateX(-6px); }

.confidence-section { background: linear-gradient(180deg, #fff, var(--blue-050)); }
.confidence-section h2 { max-width: 650px; font-size: clamp(3rem, 5vw, 5rem); }
.confidence-card { padding: clamp(30px, 5vw, 52px); color: var(--white); background: var(--blue-950); border-radius: 28px; box-shadow: var(--shadow); }
.confidence-card.light { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.confidence-card > span { display: block; margin-bottom: 26px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.confidence-card.light > span { color: var(--blue-700); }
.confidence-card ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: confidence; }
.confidence-card li { counter-increment: confidence; display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 760; }
.confidence-card.light li { border-bottom-color: var(--line); }
.confidence-card li:last-child { border-bottom: 0; }
.confidence-card li::before { content: counter(confidence, decimal-leading-zero); color: var(--yellow); font-size: .72rem; font-weight: 900; }
.confidence-card.light li::before { color: var(--blue-700); }

.campaign-hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; isolation: isolate; color: var(--white); background: var(--blue-950); }
.campaign-hero-media, .campaign-hero-shade { position: absolute; inset: 0; }
.campaign-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.campaign-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(4,18,47,.98) 0%, rgba(4,18,47,.95) 39%, rgba(4,18,47,.68) 56%, rgba(4,18,47,.08) 88%), linear-gradient(0deg, rgba(4,18,47,.36), transparent 48%); }
.campaign-hero-content { position: relative; z-index: 2; padding-block: 110px; }
.campaign-hero-content .eyebrow { color: var(--yellow); }
.campaign-hero-content h1 { max-width: 740px; font-size: clamp(3.2rem, 6.4vw, 6.2rem); line-height: .98; }
.campaign-hero-content .hero-lead { max-width: 620px; }

.capacity-spectrum { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.capacity-spectrum article { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); }
.capacity-spectrum article:last-child { border-right: 0; }
.capacity-spectrum span { display: inline-block; margin-bottom: 50px; color: var(--blue-700); font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.capacity-spectrum h3 { font-size: 1.45rem; }
.driver-category-cloud { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 40px; background: var(--blue-950); border-radius: 28px; box-shadow: var(--shadow); }
.driver-category-cloud span { padding: 12px 18px; color: var(--blue-950); background: var(--white); border-radius: 999px; font-weight: 850; }
.driver-category-cloud span:nth-child(3n + 2) { background: var(--yellow); }
.driver-category-cloud span:nth-child(3n) { color: var(--white); background: var(--blue-700); }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.download-band .eyebrow, .section-dark .eyebrow { color: var(--yellow); }
.hero-lead { max-width: 740px; color: inherit; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.6; opacity: .9; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.actions.stacked { align-items: stretch; flex-direction: column; }
.actions.centred { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .15s ease, background .15s ease, color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue-800); }
.button-primary:hover { background: var(--blue-700); }
.button-light { color: var(--blue-950); background: var(--white); }
.button-outline { color: var(--blue-800); border-color: var(--blue-800); background: transparent; }
.button-white { color: var(--blue-950); background: var(--white); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.microcopy { margin-top: 18px; color: rgba(255,255,255,.72); font-size: .88rem; }
.section { padding: 108px 0; }
.section-tint { background: var(--blue-050); }
.section-dark { color: var(--white); background: var(--blue-950); }
.section-dark p { color: #c5d1e5; }
.section-dark .bento-card.bento-yellow h3,
.section-dark .bento-card.bento-yellow p,
.section-dark .bento-card.bento-yellow .bento-number { color: var(--blue-950); }
.section-heading { max-width: 750px; margin-bottom: 44px; }
.section-heading > p:last-child { max-width: 650px; }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card, .feature-panel { position: relative; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 35px rgba(8,35,82,.06); transition: transform .2s ease, box-shadow .2s ease; }
.info-card:hover, .feature-panel:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(8,35,82,.11); }
.card-kicker { display: inline-block; margin-bottom: 34px; color: var(--blue-700); font-weight: 900; font-size: .8rem; letter-spacing: .1em; }
.text-link { color: var(--blue-700); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.feature-panel { min-height: 280px; padding: 44px; }
.pill { display: inline-block; margin-bottom: 28px; padding: 7px 11px; color: var(--blue-800); background: var(--yellow-soft); border-radius: 999px; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.split.reverse > :first-child { order: 2; }
.media-frame { overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.media-frame img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.media-frame.wide img { aspect-ratio: 4 / 3; }
.steps { display: grid; gap: 26px; margin: 30px 0 34px; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; }
.steps li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--blue-950); background: var(--yellow); border-radius: 13px; font-weight: 900; }
.steps strong { display: block; margin-bottom: 3px; }
.steps p { margin-bottom: 0; }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue-700); font-weight: 900; }
.check-list.compact { gap: 8px; margin: 0; }
.callout { padding: 40px; background: var(--white); border: 1px solid var(--line); border-left: 6px solid var(--yellow); border-radius: 22px; box-shadow: var(--shadow); }
.callout strong { display: block; margin-bottom: 10px; font-size: 1.35rem; }
.driver-callout { padding: clamp(36px, 6vw, 62px); color: var(--white); background: radial-gradient(circle at 100% 0%, rgba(255,213,31,.32), transparent 34%), var(--blue-950); border-radius: var(--radius); box-shadow: var(--shadow); }
.driver-callout p { color: #c5d1e5; }
.driver-callout .eyebrow { color: var(--yellow); }
.simple-hero { position: relative; overflow: hidden; padding: 132px 0 120px; color: var(--white); background: radial-gradient(circle at 85% 0%, rgba(255,213,31,.32), transparent 28%), linear-gradient(135deg, var(--blue-950), var(--blue-800)); }
.simple-hero::after { content: ""; position: absolute; right: -110px; bottom: -260px; width: 520px; height: 520px; border: 90px solid rgba(255,255,255,.06); border-radius: 50%; }
.simple-hero .shell { position: relative; z-index: 1; }
.simple-hero-inner > * { max-width: 820px; }
.simple-hero .eyebrow { color: var(--yellow); }
.simple-hero h1 { font-size: clamp(3rem, 6.5vw, 5.7rem); }

.legal-hero { padding-bottom: 104px; }
.legal-hero h1 { max-width: 1040px; font-size: clamp(2.7rem, 5.4vw, 5rem); }
.legal-meta { margin: 0; color: #d4dfef; font-size: 1rem; font-style: italic; }
.legal-page { background: var(--blue-050); }
.legal-content { max-width: 980px; padding: clamp(30px, 5vw, 64px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-content p, .legal-content li { color: #46566f; }
.legal-content ul, .legal-content ol { margin: 0 0 22px; padding-left: 1.35rem; }
.legal-content li { margin-bottom: 9px; }
.legal-intro { margin-bottom: 38px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.legal-section { margin-bottom: 42px; }
.legal-section:last-child { margin-bottom: 0; }
.legal-content h2 { margin: 48px 0 22px; padding-bottom: 12px; color: var(--blue-950); border-bottom: 2px solid var(--blue-100); font-size: clamp(1.55rem, 2.6vw, 2.2rem); }
.legal-content h3 { margin: 32px 0 13px; color: var(--blue-800); font-size: clamp(1.18rem, 2vw, 1.5rem); }
.legal-highlight, .legal-warning { margin: 24px 0; padding: 20px 22px; border-left: 5px solid var(--blue-700); background: var(--blue-050); border-radius: 0 14px 14px 0; }
.legal-warning { border-left-color: #d45145; background: #fff4f2; }
.legal-highlight p:last-child, .legal-warning p:last-child { margin-bottom: 0; }
.legal-contact { margin-top: 36px; padding: 26px; background: var(--yellow-soft); border-radius: 18px; }
.legal-contact h3 { margin-top: 0; color: var(--blue-950); }
.legal-section-number { display: inline-grid; width: 34px; height: 34px; margin-right: 10px; place-items: center; color: var(--white); background: var(--blue-800); border-radius: 50%; font-size: .9rem; vertical-align: .12em; }

.download-band { position: relative; overflow: hidden; padding: 88px 0; color: var(--white); background: radial-gradient(circle at 90% 15%, rgba(255,213,31,.3), transparent 27%), linear-gradient(105deg, var(--blue-800), var(--blue-950)); }
.download-band::before { content: ""; position: absolute; right: 8%; bottom: -180px; width: 360px; height: 360px; border: 65px solid rgba(255,255,255,.07); border-radius: 50%; }
.download-band h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3rem); }
.download-band p { margin-bottom: 0; color: #c9d7ed; }
.band-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.band-inner > div:first-child { max-width: 650px; }
.band-inner .actions { margin-top: 0; justify-content: flex-end; }
.emergency { padding: 30px; text-align: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; }
.emergency span, .emergency small { display: block; color: #c5d1e5; }
.emergency a { display: block; margin: 10px 0; color: var(--yellow); font-size: 5rem; font-weight: 900; line-height: 1; text-decoration: none; }
.timeline { position: relative; display: grid; gap: 0; max-width: 920px; }
.timeline::before { content: ""; position: absolute; left: 34px; top: 28px; bottom: 28px; width: 2px; background: var(--line); }
.timeline article { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 24px 0; }
.timeline article > span { z-index: 1; display: grid; width: 70px; height: 70px; place-items: center; color: var(--blue-950); background: var(--yellow); border: 8px solid var(--white); border-radius: 50%; font-weight: 900; }
.timeline h2 { margin: 6px 0 8px; font-size: 1.55rem; }
.address-card { display: grid; max-width: 720px; gap: 6px; padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); font-style: normal; }
.address-card strong { font-size: 1.4rem; }
.address-card a { margin-top: 10px; color: var(--blue-700); font-weight: 800; }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.contact-card { padding: 36px; border: 1px solid var(--line); border-radius: 22px; }
.contact-card > span { color: var(--blue-700); font-weight: 900; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-card h2 { margin: 20px 0 12px; font-size: clamp(1.25rem, 2vw, 1.65rem); overflow-wrap: anywhere; }
.contact-card h2 a { text-decoration: none; }
.faq-list { max-width: 920px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; cursor: pointer; font-size: 1.12rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-700); font-size: 1.8rem; font-weight: 400; transition: transform .15s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; padding: 0 45px 25px 4px; }
.centre { max-width: 760px; text-align: center; }
.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.app-card { position: relative; overflow: hidden; isolation: isolate; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.app-card::after { content: ""; position: absolute; right: -65px; top: -65px; width: 150px; height: 150px; background: var(--yellow-soft); border-radius: 50%; z-index: -1; }
.app-card-head { display: flex; align-items: center; gap: 20px; margin-bottom: 26px; }
.app-card-head img { width: 74px; height: 74px; border-radius: 18px; }
.app-card-head span { color: var(--blue-700); font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; }
.app-card-head h2 { margin: 3px 0 0; font-size: 1.8rem; }

.site-footer { padding: 86px 0 28px; color: #d4dfef; background: #06152f; border-top: 5px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
.footer-grid p { color: #9eacc0; }
.footer-grid h2 { margin-bottom: 12px; color: var(--white); font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { color: #d4dfef; text-decoration: none; }
.footer-grid a:hover { color: var(--yellow); }
.footer-brand { margin-bottom: 12px; color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8fa0b7; font-size: .88rem; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { color: #b7c5d8; text-decoration: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; display: none; top: calc(100% + 1px); left: 20px; right: 20px; align-items: stretch; flex-direction: column; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a, .nav-group > button { width: 100%; text-align: left; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
  .nav-menu { position: static; display: none; visibility: visible; opacity: 1; width: auto; margin: 2px 0 8px 18px; padding: 4px; border: 0; box-shadow: none; transform: none; }
  .nav-group > button[aria-expanded="true"] + .nav-menu { display: grid; }
  .nav-group:hover .nav-menu { display: none; }
  .nav-group:hover > button[aria-expanded="true"] + .nav-menu { display: grid; }
  .switcher-copy { width: 65%; }
  .process-flow { grid-template-columns: repeat(2, 1fr); row-gap: 54px; }
  .process-flow::before { display: none; }
  .driver-ad-grid { grid-template-columns: 1fr; }
  .driver-ad-categories { grid-template-columns: repeat(2, 1fr); }
  .capacity-spectrum { grid-template-columns: repeat(2, 1fr); }
  .capacity-spectrum article:nth-child(2) { border-right: 0; }
  .capacity-spectrum article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .card-grid.three, .contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .home-cinematic { min-height: 760px; }
  .home-cinematic-media img { object-position: 61% center; }
  .home-cinematic-shade { background: linear-gradient(90deg, rgba(4,18,47,.96) 0%, rgba(4,18,47,.78) 68%, rgba(4,18,47,.3) 100%), linear-gradient(0deg, rgba(4,18,47,.7), transparent 50%); }
  .home-cinematic-content { padding-block: 94px 140px; }
  .home-cinematic-content h1 { max-width: 560px; font-size: clamp(3.25rem, 17vw, 5.2rem); }
  .home-cinematic-content .hero-lead { max-width: 510px; }
  .service-rail-inner { grid-template-columns: 1fr; }
  .service-rail a, .service-rail a:first-child { border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .value-intro { padding-block: 90px; }
  .value-intro-grid, .process-heading { grid-template-columns: 1fr; gap: 30px; }
  .value-intro h2, .process-heading h2 { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .switcher-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .switcher-tab { min-width: 190px; scroll-snap-align: start; }
  .switcher-panel { min-height: 690px; }
  .switcher-media img { object-position: 64% center; }
  .switcher-shade { background: linear-gradient(0deg, rgba(5,20,50,.99) 0%, rgba(5,20,50,.94) 48%, rgba(5,20,50,.38) 78%, rgba(5,20,50,.12) 100%); }
  .switcher-copy { justify-content: flex-end; width: 100%; min-height: 690px; padding: 38px 28px 46px; }
  .switcher-copy h3 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-wide { grid-template-columns: 1fr; grid-column: auto; }
  .orbit-mark { display: none; }
  .category-stack { margin-top: 15px; }
  .process-flow { grid-template-columns: 1fr; gap: 30px; }
  .process-flow li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 0; text-align: left; }
  .process-flow li > span { grid-row: 1 / 3; margin: 0; }
  .process-flow li p { margin-bottom: 0; }
  .driver-ad { padding: 86px 0; }
  .driver-ad h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .driver-ad-categories { grid-template-columns: 1fr; }
  .campaign-hero { min-height: 700px; }
  .campaign-hero-media img { object-position: 64% center; }
  .campaign-hero-shade { background: linear-gradient(90deg, rgba(4,18,47,.94), rgba(4,18,47,.58)), linear-gradient(0deg, rgba(4,18,47,.88), transparent 60%); }
  .campaign-hero-content { padding-block: 95px; }
  .campaign-hero-content h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .capacity-spectrum { grid-template-columns: 1fr; }
  .capacity-spectrum article, .capacity-spectrum article:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .capacity-spectrum article:last-child { border-bottom: 0; }
  .capacity-spectrum span { margin-bottom: 22px; }
  .simple-hero { padding: 78px 0 72px; }
  .legal-hero { padding-bottom: 70px; }
  .legal-content { padding: 28px 22px; border-radius: 20px; }
  .legal-content h2 { margin-top: 40px; }
  .card-grid.three, .card-grid.two, .contact-grid, .app-grid, .split { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .feature-panel, .info-card { min-height: auto; padding: 28px; }
  .band-inner { align-items: flex-start; flex-direction: column; }
  .band-inner .actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .card-grid.three, .footer-grid { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .actions { align-items: stretch; flex-direction: column; }
  .timeline::before { left: 25px; }
  .timeline article { grid-template-columns: 52px 1fr; gap: 16px; }
  .timeline article > span { width: 52px; height: 52px; border-width: 6px; font-size: .78rem; }
  .contact-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
