:root {
  --red: #d91f26;
  --red-dark: #ad1117;
  --ink: #101318;
  --ink-soft: #343a43;
  --night: #090c10;
  --paper: #ffffff;
  --mist: #f3f5f7;
  --line: #dfe3e8;
  --green: #16844b;
  --blue: #2465a8;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 24px 70px rgba(10, 14, 20, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: #fff; color: #111; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 76px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(9,12,16,.94); box-shadow: 0 8px 30px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 25px; line-height: 1; font-weight: 900; letter-spacing: .1em; text-decoration: none; }
.brand-mark { position: relative; display: inline-flex; gap: 3px; width: 31px; height: 26px; transform: skew(-13deg); }
.brand-mark i { display: block; width: 8px; height: 100%; background: var(--red); border-radius: 1px; }
.brand-mark i:nth-child(2) { height: 76%; align-self: flex-end; }
.brand-mark i:nth-child(3) { height: 48%; align-self: flex-end; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { position: relative; color: rgba(255,255,255,.8); font-size: 14px; font-weight: 800; letter-spacing: .035em; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav a.current { color: #fff; }
.site-nav a.current::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 6px auto; background: #fff; transition: transform .2s ease; }

.hero { position: relative; min-height: 790px; height: 94vh; max-height: 940px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--night); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("assets/tss-hero.png") center/cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(3,6,10,.94) 0%, rgba(4,7,12,.78) 34%, rgba(4,7,12,.2) 67%, rgba(4,7,12,.18) 100%), linear-gradient(0deg, rgba(3,5,8,.7) 0%, transparent 45%); }
.hero-inner { position: relative; z-index: 2; padding-top: 40px; }
.eyebrow { margin: 0 0 17px; color: var(--red); font-size: 13px; line-height: 1.3; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #ff5b61; }
.hero h1, h2 { margin: 0; font-family: "Arial Narrow", "Avenir Next Condensed", Inter, sans-serif; font-stretch: condensed; letter-spacing: -.045em; }
.hero h1 { max-width: 900px; font-size: clamp(58px, 6.5vw, 96px); line-height: .94; text-transform: uppercase; }
.hero h1 span { color: #fff; -webkit-text-stroke: 1px rgba(255,255,255,.9); -webkit-text-fill-color: transparent; }
.hero-copy { max-width: 650px; margin: 31px 0 0; color: rgba(255,255,255,.77); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 23px; border-radius: 2px; font-size: 14px; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { color: #fff; background: var(--red); }
.button-red:hover { background: #ef272f; }
.text-link { font-size: 15px; font-weight: 800; text-underline-offset: 5px; }
.text-link span { margin-left: 8px; color: var(--red); }
.text-link-light { color: rgba(255,255,255,.92); }
.hero-index { position: absolute; z-index: 2; left: 50%; bottom: 32px; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); }
.hero-index span { color: var(--red); font-size: 11px; font-weight: 900; }
.hero-index strong { margin-right: 30px; color: rgba(255,255,255,.65); font-size: 12px; letter-spacing: .18em; }

.flow-strip { border-bottom: 1px solid var(--line); background: #fff; }
.flow-list { min-height: 102px; display: flex; align-items: center; justify-content: space-between; }
.flow-list span { font-size: 14px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.flow-list i { width: 42px; height: 1px; background: var(--line); }
.flow-list i::after { content: ""; display: block; width: 6px; height: 6px; margin: -3px auto 0; border-radius: 50%; background: var(--red); }

.section { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; margin-bottom: 60px; }
.section-heading h2, .split-copy h2, .driver-copy h2, .network-heading h2, .marketplace-copy h2, .closing-inner h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1.02; text-transform: uppercase; }
.section-heading > p { max-width: 520px; margin: 0 0 7px; color: #5b626b; font-size: 18px; }
.suite-section { background: var(--mist); }
.product-stage { overflow: hidden; border: 1px solid #cfd4da; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.window-bar { height: 66px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 22px; border-bottom: 1px solid var(--line); }
.window-brand { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 900; }
.mini-mark { width: 10px; height: 22px; display: inline-block; background: var(--red); transform: skew(-12deg); }
.window-tabs { display: flex; align-self: stretch; gap: 28px; color: #7c838b; font-size: 12px; font-weight: 800; }
.window-tabs span { display: flex; align-items: center; }
.window-tabs .active { color: var(--ink); box-shadow: inset 0 -3px var(--red); }
.window-status { justify-self: end; font-size: 11px; font-weight: 800; }
.window-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #20a765; box-shadow: 0 0 0 4px rgba(32,167,101,.11); }
.planner-demo { min-height: 420px; display: grid; grid-template-columns: 270px 1fr; }
.planner-demo aside { padding: 28px 20px; border-right: 1px solid var(--line); background: #f8f9fb; }
.planner-demo aside > strong { display: block; font-size: 15px; }
.planner-demo aside > small { display: block; margin-bottom: 22px; color: #747b84; }
.job-card { position: relative; margin: 12px 0; padding: 14px 13px 12px; border: 1px solid #d7dde5; border-left: 4px solid; border-radius: 4px; background: #fff; box-shadow: 0 6px 20px rgba(22,31,43,.07); }
.job-card b { font-size: 12px; }
.job-card > span { float: right; font-size: 9px; font-weight: 900; }
.job-card p { margin: 5px 0 0; font-size: 11px; font-weight: 700; }
.job-card time { position: absolute; right: 13px; bottom: 11px; font-size: 11px; font-weight: 900; }
.job-card.collect { border-left-color: var(--blue); }
.job-card.collect > span { color: var(--blue); }
.job-card.deliver { border-left-color: var(--green); }
.job-card.deliver > span { color: var(--green); }
.planner-grid { overflow: hidden; }
.grid-head, .grid-row { display: grid; grid-template-columns: 78px repeat(3, 1fr); }
.grid-head { height: 58px; align-items: center; color: #fff; background: #191d23; }
.grid-head > * { padding: 0 16px; font-size: 11px; letter-spacing: .04em; }
.grid-head strong { height: 100%; display: flex; align-items: center; border-left: 1px solid #343943; }
.grid-row { min-height: 90px; border-bottom: 1px solid var(--line); }
.grid-row > * { padding: 12px; border-right: 1px solid var(--line); }
.grid-row > span { color: #7f8690; font-size: 11px; font-weight: 800; background: #fafbfc; }
.grid-row .planned { align-self: center; min-height: 52px; margin: 7px; padding: 9px 10px; border-radius: 3px; font-size: 11px; }
.planned b, .planned small { display: block; }
.planned.blue { color: #164b82; background: #e7f1fb; border-left: 3px solid var(--blue); }
.planned.green { color: #176a43; background: #e7f6ee; border-left: 3px solid var(--green); }
.planned.red { color: #8c1f24; background: #fbeaec; border-left: 3px solid var(--red); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid #d7dce1; border-left: 1px solid #d7dce1; }
.feature-card { min-height: 280px; padding: 30px 28px; border-right: 1px solid #d7dce1; border-bottom: 1px solid #d7dce1; }
.feature-no { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.feature-card h3 { margin: 45px 0 12px; font-size: 21px; line-height: 1.2; }
.feature-card p { margin: 0; color: #636a73; font-size: 15px; }

.portal-section { overflow: hidden; }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.split-copy .lead, .driver-copy .lead, .marketplace-copy .lead { margin: 27px 0 0; color: #5b626b; font-size: 19px; }
.tick-list { margin: 43px 0 0; padding: 0; list-style: none; }
.tick-list li { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid var(--line); }
.tick-list li > span { color: var(--red); font-size: 11px; font-weight: 900; }
.tick-list strong { font-size: 16px; }
.tick-list p { margin: 5px 0 0; color: #68707a; font-size: 14px; }
.portal-visual { position: relative; min-height: 530px; padding: 0 0 20px; border: 1px solid #d4d9df; border-radius: 7px; background: #fff; box-shadow: var(--shadow); transform: rotate(1deg); }
.portal-top { height: 68px; display: flex; align-items: center; gap: 11px; padding: 0 22px; border-bottom: 1px solid var(--line); }
.portal-top b { font-size: 14px; }
.portal-top small { margin-left: auto; color: #747b85; }
.portal-body { padding: 33px 28px; }
.portal-progress { display: flex; align-items: center; justify-content: center; margin-bottom: 32px; }
.portal-progress span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #cbd1d8; border-radius: 50%; color: #8a9199; font-size: 11px; font-weight: 900; }
.portal-progress span.done { color: #fff; border-color: var(--red); background: var(--red); }
.portal-progress i { width: 90px; height: 1px; background: #dce0e5; }
.portal-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.portal-columns > div { padding: 19px; border: 1px solid var(--line); border-radius: 4px; background: #fafbfc; }
.portal-columns div > small { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.portal-columns label { display: block; margin-top: 15px; color: #8b929a; font-size: 10px; }
.portal-columns label strong { display: block; margin-top: 4px; padding: 10px 9px; color: #252a30; border: 1px solid #d8dde3; border-radius: 3px; background: #fff; font-size: 12px; }
.two-fields { display: grid; grid-template-columns: 1fr .65fr; gap: 9px; }
.portal-summary { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 14px 16px; color: #fff; border-radius: 3px; background: var(--ink); font-size: 11px; }
.portal-summary b { color: #fff; }
.portal-summary i { margin-left: 10px; color: #ff545a; font-style: normal; }
.floating-note { position: absolute; right: -35px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-left: 3px solid var(--green); background: #fff; box-shadow: 0 14px 40px rgba(18,26,37,.18); transform: rotate(-1deg); }
.floating-note > i { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(22,132,75,.1); }
.floating-note b, .floating-note small { display: block; font-size: 11px; }
.floating-note small { color: #78808a; }

.driver-section { position: relative; overflow: hidden; color: #fff; background: #0c0f14; }
.driver-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 45%, rgba(217,31,38,.18), transparent 35%), linear-gradient(115deg, transparent 55%, rgba(255,255,255,.035) 55% 56%, transparent 56%); }
.driver-layout { position: relative; display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: 130px; }
.phone-wrap { min-height: 650px; display: grid; place-items: center; }
.phone { width: 320px; padding: 10px; border: 1px solid #424851; border-radius: 44px; background: #050608; box-shadow: 0 40px 90px rgba(0,0,0,.46), 0 0 0 7px #171a20; transform: rotate(-4deg); }
.phone-top { height: 31px; display: flex; justify-content: space-between; padding: 6px 17px; color: #cdd2d7; font-size: 10px; }
.phone-top i { width: 70px; height: 18px; margin-top: -3px; border-radius: 20px; background: #000; }
.phone-app { min-height: 568px; padding: 31px 20px; border-radius: 32px; background: linear-gradient(155deg, #1a1e25, #0e1116 50%); }
.app-kicker { color: #ff4a50; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.phone-app h3 { margin: 13px 0 21px; font-size: 28px; line-height: 1.12; }
.shift-live { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #303741; border-radius: 9px; background: rgba(255,255,255,.035); }
.shift-live > i { width: 10px; height: 10px; border-radius: 50%; background: #32c875; box-shadow: 0 0 0 5px rgba(50,200,117,.13); }
.shift-live small, .shift-live b { display: block; }
.shift-live small { color: #818993; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.shift-live b { font-size: 13px; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.app-grid span { min-height: 92px; display: flex; flex-direction: column; justify-content: space-between; padding: 14px; border: 1px solid #292f37; border-radius: 8px; color: #d4d8dd; background: #171b21; font-size: 11px; font-weight: 800; }
.app-grid span b { color: #ff565c; font-size: 16px; }
.app-grid span.on { color: #fff; border-color: #b91c22; background: var(--red-dark); }
.app-grid span.on b { color: #fff; }
.driver-copy .lead { color: #aeb4bd; }
.driver-points { margin-top: 40px; border-top: 1px solid #343941; }
.driver-points div { display: grid; grid-template-columns: 82px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid #343941; }
.driver-points span { color: #ff4e54; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.driver-points p { margin: 0; color: #c3c8cf; font-size: 15px; }

.network-section { overflow: hidden; padding-bottom: 100px; background: var(--mist); }
.network-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.network-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -56px; }
.network-heading h2 span { color: #7e858d; }
.network-heading > p { margin: 0 0 6px; color: #5d646d; font-size: 18px; }
.network-map { position: relative; height: 600px; margin-top: 55px; }
.network-lines { position: absolute; inset: 50px 0; width: 100%; height: 500px; overflow: visible; }
.network-lines path { fill: none; stroke: #c2c8ce; stroke-width: 1.3; stroke-dasharray: 5 6; }
.network-node { position: absolute; width: 230px; min-height: 130px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border: 1px solid #cfd4d9; border-radius: 4px; background: #fff; box-shadow: 0 14px 40px rgba(17,23,31,.08); }
.network-node > span:not(.brand-mark) { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.network-node b { margin-top: 4px; font-size: 18px; }
.network-node small { color: #6f7780; font-size: 12px; }
.network-node.centre { z-index: 2; left: 50%; top: 50%; width: 250px; min-height: 175px; align-items: center; color: #fff; border-color: #1c2129; border-radius: 50%; background: #0d1015; box-shadow: 0 24px 60px rgba(10,14,19,.25); transform: translate(-50%,-50%); }
.network-node.centre .brand-mark { margin-bottom: 9px; }
.network-node.centre b { font-size: 21px; }
.network-node.centre small { color: #979ea7; }
.node-a { left: 0; top: 42px; }
.node-b { right: 0; top: 42px; }
.node-c { left: 0; bottom: 42px; }
.node-d { right: 0; bottom: 42px; }
.usp-band { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: start; padding-top: 35px; border-top: 3px solid var(--ink); }
.usp-band span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.usp-band p { margin: 0; max-width: 880px; font-size: 21px; font-weight: 700; line-height: 1.5; }

.connect-section { overflow: hidden; }
.connect-layout { grid-template-columns: 1.1fr .9fr; }
.connect-visual { position: relative; min-height: 480px; padding-top: 40px; }
.search-bar { position: relative; z-index: 5; height: 64px; display: flex; align-items: center; gap: 15px; padding: 0 19px; border: 1px solid #d4d9df; border-radius: 4px; background: #fff; box-shadow: 0 10px 30px rgba(17,24,33,.1); }
.search-bar > span { color: var(--red); font-size: 26px; transform: rotate(-15deg); }
.search-bar b { font-size: 14px; }
.search-bar kbd { margin-left: auto; padding: 6px 9px; color: #fff; border: 0; border-radius: 2px; background: var(--red); font: 900 9px/1 Inter, sans-serif; letter-spacing: .1em; }
.profile-stack { position: relative; margin: 28px 20px 0; }
.profile-card { position: absolute; inset: 0; min-height: 268px; padding: 28px; border: 1px solid #d5dae0; border-radius: 6px; background: #fff; box-shadow: 0 15px 40px rgba(15,23,34,.11); }
.profile-card.front { z-index: 3; display: grid; grid-template-columns: 66px 1fr auto; gap: 17px; }
.profile-card.back-one { z-index: 2; top: 18px; left: 18px; right: -18px; transform: rotate(1.8deg); }
.profile-card.back-two { z-index: 1; top: 38px; left: 35px; right: -35px; transform: rotate(3.4deg); }
.avatar { width: 60px; height: 60px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg, #4f5964, #161b21); font-size: 18px; font-weight: 900; }
.profile-card small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.profile-card h3 { margin: 3px 0 0; font-size: 21px; }
.profile-card p { margin: 2px 0 0; color: #68707a; font-size: 12px; }
.status-pill { height: 28px; padding: 4px 10px; color: #16713f; border: 1px solid #a8d8bd; border-radius: 20px; background: #eef9f3; font-size: 10px; font-weight: 900; }
.profile-card dl { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.5fr; gap: 12px; margin: 16px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.profile-card dl div { padding: 12px; background: #f5f7f8; }
.profile-card dt { color: #858c94; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.profile-card dd { margin: 4px 0 0; font-size: 12px; font-weight: 800; }
.simple-list { margin: 38px 0 0; padding: 0; list-style: none; }
.simple-list li { position: relative; padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); color: #3f464e; font-size: 15px; font-weight: 700; }
.simple-list li::before { content: "→"; position: absolute; left: 0; color: var(--red); font-weight: 900; }

.marketplace-section { position: relative; overflow: hidden; color: #fff; background: var(--red-dark); }
.marketplace-section::before { content: "MARKETPLACE"; position: absolute; left: -20px; bottom: -85px; color: rgba(255,255,255,.045); font-size: 190px; line-height: 1; font-weight: 900; letter-spacing: -.07em; white-space: nowrap; }
.marketplace-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.marketplace-copy .lead { color: rgba(255,255,255,.72); }
.marketplace-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.marketplace-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.3); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.market-board { overflow: hidden; border-radius: 6px; color: var(--ink); background: #f6f7f8; box-shadow: 0 28px 70px rgba(74,0,3,.3); }
.board-head { height: 65px; display: flex; align-items: center; justify-content: space-between; padding: 0 23px; color: #fff; background: #101318; }
.board-head span { color: #aeb4bc; font-size: 11px; }
.market-board article { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; padding: 21px 22px; border-bottom: 1px solid #dde1e5; background: #fff; }
.market-board article:last-child { border-bottom: 0; }
.listing-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--red); font-size: 19px; font-weight: 900; }
.listing-icon.outline { color: var(--red); border: 1px solid #f0b4b6; background: #fff3f3; }
.listing-icon.dark { background: var(--ink); }
.market-board small { color: #959ba2; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.market-board b { display: block; margin-top: 1px; font-size: 14px; }
.market-board p { margin: 2px 0 0; color: #737a83; font-size: 11px; }
.listing-status { padding: 5px 9px; color: #187042; border-radius: 20px; background: #e8f7ef; font-size: 9px; font-weight: 900; }
.listing-status.neutral { color: #505862; background: #edf0f2; }

.interest-section { background: var(--mist); }
.interest-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 90px; }
.interest-copy h2 { margin: 0; font-family: "Arial Narrow", "Avenir Next Condensed", Inter, sans-serif; font-size: clamp(44px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; text-transform: uppercase; }
.interest-copy > .lead { margin: 26px 0 0; color: #5b626b; font-size: 19px; }
.interest-notes { margin-top: 40px; border-top: 1px solid #d5dae0; }
.interest-notes > div { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #d5dae0; }
.interest-notes > div > span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.interest-notes p { margin: 0; color: #6c737c; font-size: 14px; }
.interest-notes strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.interest-email { display: inline-flex; align-items: center; gap: 14px; margin-top: 35px; text-decoration: none; }
.interest-email > span { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--ink); font-size: 18px; font-weight: 900; }
.interest-email small, .interest-email strong { display: block; }
.interest-email small { color: #858c94; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.interest-email strong { font-size: 14px; letter-spacing: .025em; }
.interest-form { overflow: hidden; border: 1px solid #d2d7dd; border-radius: 7px; background: #fff; box-shadow: var(--shadow); }
.form-heading { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 28px; color: #fff; background: var(--ink); }
.form-heading > div { display: flex; align-items: center; gap: 11px; }
.form-heading strong { font-size: 16px; }
.form-heading small { color: #aeb4bc; font-size: 12px; }
.form-body { padding: 30px 28px 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.interest-form label:not(.consent-row) { display: block; margin-bottom: 20px; }
.interest-form label > span:first-child { display: block; margin-bottom: 7px; color: #454c55; font-size: 13px; font-weight: 800; }
.interest-form input:not([type="checkbox"]), .interest-form select, .interest-form textarea { width: 100%; border: 1px solid #cfd5dc; border-radius: 3px; color: var(--ink); background: #fff; font-size: 16px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.interest-form input:not([type="checkbox"]), .interest-form select { min-height: 52px; padding: 0 14px; }
.interest-form textarea { min-height: 138px; padding: 13px 14px; resize: vertical; line-height: 1.5; }
.interest-form input::placeholder, .interest-form textarea::placeholder { color: #9aa1aa; }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(217,31,38,.1); }
.consent-row { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; margin: 3px 0 22px; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--red); }
.consent-row span { color: #606872; font-size: 13px; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-privacy { margin: 13px 0 0; color: #7b828b; font-size: 12px; line-height: 1.45; text-align: center; }
.form-status { min-height: 20px; margin: 8px 0 0; color: var(--green); font-size: 13px; font-weight: 800; text-align: center; }

.subpage-body { background: var(--mist); }
.subpage-body .site-header { background: rgba(9,12,16,.96); backdrop-filter: blur(16px); }
.page-hero { position: relative; overflow: hidden; min-height: 410px; display: flex; align-items: end; padding: 150px 0 72px; color: #fff; background: #0a0d11; }
.page-hero::after { content: ""; position: absolute; right: -8%; bottom: -85%; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 95px rgba(255,255,255,.025), 0 0 0 190px rgba(255,255,255,.018); }
.page-hero::before { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg, var(--red) 0 28%, transparent 28%); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero h1 { margin: 0; max-width: 900px; font-family: "Arial Narrow", "Avenir Next Condensed", Inter, sans-serif; font-size: clamp(60px, 8vw, 110px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.page-hero p:last-child { max-width: 670px; margin: 25px 0 0; color: #b6bcc4; font-size: 19px; }
.page-hero-interest::after { border-color: rgba(217,31,38,.4); box-shadow: 0 0 0 95px rgba(217,31,38,.05), 0 0 0 190px rgba(217,31,38,.025); }
.standalone-interest { padding-top: 105px; }
.compact-footer { margin-top: 0; }

.policy-section { padding: 86px 0 120px; background: #fff; }
.policy-layout { display: grid; grid-template-columns: 230px minmax(0, 790px); gap: 90px; align-items: start; }
.policy-meta { position: sticky; top: 110px; padding-top: 7px; }
.policy-meta > .mini-mark { height: 32px; margin-bottom: 24px; }
.policy-meta p { margin: 0; padding: 15px 0; color: #69717a; border-bottom: 1px solid var(--line); font-size: 14px; }
.policy-meta p strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.policy-meta > a { display: inline-block; margin-top: 25px; color: var(--red); font-size: 14px; font-weight: 800; }
.legal-copy { min-width: 0; }
.policy-summary { margin-bottom: 50px; padding: 27px 29px; border-left: 4px solid var(--red); background: var(--mist); color: #464e57; font-size: 16px; }
.policy-summary strong { color: var(--ink); }
.legal-copy h2 { margin: 47px 0 14px; padding-top: 4px; color: var(--ink); font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 24px; line-height: 1.25; letter-spacing: -.02em; text-transform: none; }
.legal-copy h2:first-of-type { margin-top: 0; }
.legal-copy p, .legal-copy li, .legal-copy address { color: #4d555e; font-size: 16px; line-height: 1.75; }
.legal-copy p { margin: 0 0 17px; }
.legal-copy address { margin: 18px 0; padding: 21px 24px; border: 1px solid var(--line); border-radius: 4px; background: #fbfcfd; font-style: normal; }
.legal-copy ul { margin: 5px 0 20px; padding-left: 24px; }
.legal-copy li { margin: 7px 0; padding-left: 4px; }
.legal-copy a { color: #b6161c; font-weight: 700; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-footer { margin-top: 55px; padding-top: 23px; color: #767e87; border-top: 1px solid var(--line); font-size: 13px; }

.support-section { padding: 100px 0 120px; background: var(--mist); }
.support-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.support-intro { position: sticky; top: 110px; }
.support-intro h2 { margin: 0; font-family: "Arial Narrow", "Avenir Next Condensed", Inter, sans-serif; font-size: clamp(45px, 5vw, 68px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.support-intro > .lead { margin: 24px 0 0; color: #5f6770; font-size: 18px; }
.support-contact-card { display: grid; grid-template-columns: 20px 1fr; gap: 18px; margin-top: 38px; padding: 24px; color: #fff; border-radius: 5px; background: var(--ink); box-shadow: 0 17px 45px rgba(10,14,20,.18); }
.support-contact-card > .mini-mark { grid-row: 1 / 3; height: 32px; }
.support-contact-card > div { min-width: 0; }
.support-contact-card small { display: block; color: #929aa4; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.support-contact-card a { display: block; margin-top: 2px; color: #fff; font-size: 14px; font-weight: 800; overflow-wrap: anywhere; }
.support-content { overflow: hidden; border: 1px solid #d6dbe1; border-radius: 7px; background: #fff; box-shadow: var(--shadow); }
.support-content > section { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 38px 39px; border-bottom: 1px solid var(--line); }
.support-number { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.support-content h2 { margin: -5px 0 14px; font-family: Inter, "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 24px; line-height: 1.25; letter-spacing: -.02em; text-transform: none; }
.support-content p { margin: 0 0 16px; color: #545c65; font-size: 16px; }
.support-content a { color: #b6161c; font-weight: 800; overflow-wrap: anywhere; }
.support-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 18px 0 25px; padding: 0; list-style: none; }
.support-checklist li { position: relative; padding: 12px 12px 12px 34px; color: #31373e; border: 1px solid var(--line); border-radius: 3px; background: #fafbfc; font-size: 14px; font-weight: 700; }
.support-checklist li::before { content: "✓"; position: absolute; left: 12px; color: var(--green); font-weight: 900; }
.privacy-warning { padding: 19px 21px; border-left: 4px solid var(--red); background: #fff2f2; }
.privacy-warning strong { font-size: 14px; }
.privacy-warning p { margin: 4px 0 0; color: #6c4a4c; font-size: 14px; }
.company-signoff { display: flex; align-items: center; gap: 14px; padding: 30px 39px; }
.company-signoff strong { font-size: 13px; letter-spacing: .08em; }
.company-signoff .brand-mark { transform: skew(-13deg) scale(.75); transform-origin: left center; }

.closing-section { padding: 125px 0; text-align: center; background: #fff; }
.closing-inner { max-width: 880px; }
.closing-inner p:not(.eyebrow) { margin: 22px auto 33px; color: #676e77; font-size: 19px; }
.site-footer { padding: 64px 0 24px; color: #fff; background: #0a0d11; }
.footer-main { display: grid; grid-template-columns: 180px 1fr 1.1fr; gap: 50px; align-items: start; padding-bottom: 48px; }
.footer-main > p { margin: 0; color: #939aa3; font-size: 14px; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.footer-main nav a { color: #c9cdd2; font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #747b84; border-top: 1px solid #252a31; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid #ff656a; outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: flex-start; padding: 45px 28px; background: #0a0d11; transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-size: 22px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 720px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,6,10,.93), rgba(3,6,10,.64) 70%, rgba(3,6,10,.4)); }
  .section { padding: 94px 0; }
  .section-heading, .network-heading, .split-layout, .driver-layout, .marketplace-layout, .interest-layout { grid-template-columns: 1fr; gap: 50px; }
  .section-heading { align-items: start; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .planner-demo { grid-template-columns: 220px minmax(620px, 1fr); overflow-x: auto; }
  .product-stage { overflow-x: auto; }
  .split-layout, .connect-layout { grid-template-columns: 1fr; }
  .portal-visual { max-width: 700px; }
  .driver-layout { max-width: 700px; }
  .driver-copy { order: -1; }
  .driver-layout { gap: 30px; }
  .network-heading .eyebrow { grid-column: auto; margin-bottom: -30px; }
  .network-map { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 60px 0; }
  .network-lines { display: none; }
  .network-node, .network-node.centre, .node-a, .node-b, .node-c, .node-d { position: relative; inset: auto; width: auto; min-height: 140px; transform: none; }
  .network-node.centre { grid-column: 1 / -1; order: -1; min-height: 150px; border-radius: 4px; }
  .marketplace-layout { gap: 55px; }
  .interest-layout { max-width: 760px; }
  .policy-layout, .support-layout { grid-template-columns: 1fr; gap: 50px; }
  .policy-meta, .support-intro { position: static; }
  .policy-meta { display: grid; grid-template-columns: auto 1fr 1fr; gap: 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); background: var(--mist); }
  .policy-meta > .mini-mark { margin: 0; }
  .policy-meta p { padding: 0; border: 0; }
  .policy-meta > a { grid-column: 2 / -1; margin-top: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 16px; }
  .site-header { height: 68px; }
  .site-nav { inset: 68px 0 0; }
  .hero { min-height: 720px; height: 100svh; max-height: none; }
  .hero-media { background-position: 69% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,6,10,.95), rgba(3,6,10,.57)), linear-gradient(0deg, rgba(3,6,10,.9), transparent 55%); }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-index { bottom: 19px; gap: 7px; }
  .hero-index strong { margin-right: 8px; font-size: 9px; }
  .flow-list { min-height: 82px; overflow: hidden; }
  .flow-list span { font-size: 10px; }
  .flow-list i { width: 12px; }
  .section { padding: 78px 0; }
  .section-heading { gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .split-copy h2, .driver-copy h2, .network-heading h2, .marketplace-copy h2, .closing-inner h2 { font-size: 42px; }
  .window-bar { grid-template-columns: 1fr auto; }
  .window-tabs { display: none; }
  .planner-demo { grid-template-columns: 200px minmax(570px, 1fr); }
  .feature-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .feature-card { min-height: auto; padding: 26px 24px; }
  .feature-card h3 { margin-top: 25px; }
  .portal-visual { min-height: 610px; transform: none; }
  .portal-body { padding: 25px 17px; }
  .portal-columns { grid-template-columns: 1fr; }
  .floating-note { right: 8px; bottom: 12px; }
  .phone-wrap { min-height: 570px; }
  .phone { width: min(310px, calc(100vw - 46px)); }
  .network-map { grid-template-columns: 1fr; }
  .network-node.centre { grid-column: auto; }
  .usp-band { grid-template-columns: 1fr; gap: 12px; }
  .connect-visual { min-height: 425px; }
  .search-bar b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .profile-stack { margin-inline: 0; }
  .profile-card { padding: 19px; }
  .profile-card.front { grid-template-columns: 53px 1fr; }
  .profile-card .avatar { width: 50px; height: 50px; }
  .profile-card .status-pill { display: none; }
  .profile-card dl { grid-template-columns: 1fr; }
  .market-board article { grid-template-columns: 42px 1fr; padding: 18px 15px; }
  .listing-status { grid-column: 2; justify-self: start; }
  .marketplace-section::before { font-size: 80px; bottom: -30px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 17px; }
  .form-body { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .page-hero { min-height: 350px; padding: 128px 0 55px; }
  .page-hero h1 { font-size: 58px; }
  .page-hero p:last-child { font-size: 17px; }
  .policy-section, .support-section { padding: 65px 0 82px; }
  .policy-meta { grid-template-columns: auto 1fr; }
  .policy-meta > a { grid-column: 1 / -1; }
  .policy-summary { padding: 21px 20px; }
  .legal-copy h2 { font-size: 21px; }
  .support-content > section { grid-template-columns: 1fr; gap: 10px; padding: 28px 22px; }
  .support-checklist { grid-template-columns: 1fr; }
  .company-signoff { padding: 25px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-main nav { grid-column: auto; grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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