@font-face {
  font-family: "TooWe Acquisition Display";
  src: url("/static/fonts/liberation/LiberationSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --twa-ink: #17151f;
  --twa-muted: #625e6e;
  --twa-purple: #5a35f2;
  --twa-purple-dark: #4320d8;
  --twa-lilac: #eeeaff;
  --twa-line: #ded9ea;
  --twa-soft: #f7f6fa;
  --twa-white: #fff;
  --twa-green: #176b45;
  --twa-radius: 16px;
  --twa-shadow: 0 18px 44px rgba(37, 24, 84, .10);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.twa-public { margin: 0; color: var(--twa-ink); background: var(--twa-white); font-size: 16px; line-height: 1.55; }
body.twa-public::selection { color: var(--twa-white); background: var(--twa-purple); }
.twa-public a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
.twa-public a:focus-visible, .twa-public summary:focus-visible { outline: 3px solid rgba(90, 53, 242, .35); outline-offset: 4px; }
.twa-skip { position: fixed; z-index: 50; top: 10px; left: 10px; padding: 10px 14px; color: #fff !important; background: var(--twa-purple); border-radius: 10px; transform: translateY(-140%); }
.twa-skip:focus { transform: translateY(0); }

.twa-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 180px 1fr 90px; align-items: center; min-height: 72px; padding: 0 clamp(20px, 5vw, 76px); border-bottom: 1px solid rgba(222, 217, 234, .85); background: rgba(255, 255, 255, .96); }
.twa-brand { display: inline-flex; width: 147px; height: 40px; align-items: center; }
.twa-brand img { width: 147px; height: auto; display: block; }
.twa-header nav { display: flex; justify-content: center; gap: clamp(22px, 3.5vw, 52px); }
.twa-header nav a, .twa-header-login { font-size: 14px; font-weight: 720; text-decoration: none; }
.twa-header nav a:hover, .twa-header-login:hover { color: var(--twa-purple); }
.twa-header-login { justify-self: end; }
.twa-mobile-nav { display: none; position: relative; }
.twa-mobile-nav summary { cursor: pointer; color: var(--twa-purple); font-size: 13px; font-weight: 780; list-style: none; }
.twa-mobile-nav summary::-webkit-details-marker { display: none; }
.twa-mobile-nav summary::after { content: " +"; }
.twa-mobile-nav[open] summary::after { content: " −"; }
.twa-mobile-nav div { position: absolute; z-index: 30; top: 34px; right: 0; display: grid; min-width: 172px; padding: 8px; border: 1px solid var(--twa-line); border-radius: 12px; background: var(--twa-white); box-shadow: var(--twa-shadow); }
.twa-mobile-nav a { padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 720; text-decoration: none; }
.twa-mobile-nav a:hover { background: var(--twa-lilac); }

.twa-public main { overflow: clip; }
.twa-public section { scroll-margin-top: 88px; }
.twa-hero, .twa-local-hero, .twa-route-hero, .twa-split, .twa-economics, .twa-contexts, .twa-local-section, .twa-route-section, .twa-faq, .twa-final, .twa-route-explain { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.twa-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); gap: clamp(40px, 6vw, 92px); min-height: 660px; padding: 76px 0 88px; align-items: center; }
.twa-breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; color: var(--twa-muted); font-size: 13px; font-weight: 650; }
.twa-breadcrumb a { text-decoration: none; }
.twa-breadcrumb a:hover { color: var(--twa-purple); }
.twa-hero h1, .twa-local-hero h1, .twa-route-hero h1 { max-width: 820px; margin: 0 0 24px; font-family: "TooWe Acquisition Display", sans-serif; font-size: clamp(42px, 6.2vw, 78px); line-height: .98; letter-spacing: -.038em; text-wrap: balance; }
.twa-hero-copy > p, .twa-local-hero > p:not(.twa-source-note), .twa-route-hero > p:not(.twa-source-note) { max-width: 680px; margin: 0 0 30px; color: var(--twa-muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.twa-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.twa-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border-radius: 14px; font-size: 15px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.twa-primary { color: var(--twa-white) !important; background: var(--twa-purple); box-shadow: 0 10px 24px rgba(90, 53, 242, .22); }
.twa-primary:hover { background: var(--twa-purple-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(90, 53, 242, .27); }
.twa-text-link { font-weight: 760; color: var(--twa-purple) !important; }
.twa-truth-note { display: block; max-width: 620px; margin-top: 20px; color: var(--twa-muted); font-size: 13px; }

.twa-driver-stage { position: relative; min-height: 470px; padding: 52px 38px; border-radius: var(--twa-radius); background: var(--twa-purple); color: var(--twa-white); box-shadow: var(--twa-shadow); overflow: hidden; isolation: isolate; }
.twa-driver-stage::before { content: ""; position: absolute; inset: 25% -25% -50%; z-index: -1; border-radius: 50%; background: #6f4df6; transform: rotate(-9deg); }
.twa-driver-stage img { position: absolute; z-index: 2; right: 118px; bottom: 38px; width: 150px; height: 150px; filter: drop-shadow(0 18px 18px rgba(23, 10, 72, .28)); transform: rotate(76deg); }
.twa-stage-city { position: relative; z-index: 3; display: block; width: max-content; padding: 8px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 10px; background: rgba(44,24,116,.28); font-weight: 780; }
.twa-stage-city:last-of-type { position: absolute; right: 34px; top: 140px; }
.twa-stage-line { position: absolute; z-index: 1; left: 78px; right: 84px; top: 103px; height: 100px; border-top: 2px solid rgba(255,255,255,.76); border-right: 2px solid rgba(255,255,255,.76); border-radius: 0 72px 0 0; transform: rotate(10deg); }
.twa-stage-line i { position: absolute; right: -6px; bottom: -5px; width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 8px rgba(255,255,255,.16); }

.twa-benefit-band { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; padding: 42px max(20px, calc((100% - 1180px) / 2)); color: var(--twa-white); background: var(--twa-ink); }
.twa-benefit-band article { padding: 12px clamp(12px, 2vw, 30px); }
.twa-benefit-band article + article { border-left: 1px solid rgba(255,255,255,.18); }
.twa-benefit-band svg { width: 26px; height: 26px; fill: none; stroke: #b7a7ff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.twa-benefit-band h2 { margin: 16px 0 5px; font-size: 20px; }
.twa-benefit-band p { margin: 0; color: #cbc8d3; font-size: 14px; }

.twa-split { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 128px); padding-block: 112px; }
.twa-split h2, .twa-economics h2, .twa-contexts h2, .twa-local-section h2, .twa-route-section h2, .twa-faq h2, .twa-final h2, .twa-route-explain h2 { margin: 0 0 16px; font-family: "TooWe Acquisition Display", sans-serif; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.twa-lead { color: var(--twa-muted); font-size: 18px; }
.twa-steps { position: relative; margin: 0; padding: 0; list-style: none; }
.twa-steps::before { content: ""; position: absolute; left: 17px; top: 20px; bottom: 20px; width: 2px; background: var(--twa-line); }
.twa-steps li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 0 0 34px; }
.twa-steps li::before { content: ""; z-index: 1; width: 14px; height: 14px; margin: 6px 0 0 11px; border: 5px solid var(--twa-lilac); border-radius: 50%; background: var(--twa-purple); }
.twa-steps b, .twa-steps span { grid-column: 2; }
.twa-steps b { margin-top: -29px; font-size: 18px; }
.twa-steps span { margin-top: -12px; color: var(--twa-muted); }

.twa-economics { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 96px); padding: 76px clamp(24px, 5vw, 70px); border-radius: var(--twa-radius); background: var(--twa-soft); }
.twa-economics > div > p { max-width: 58ch; color: var(--twa-muted); }
.twa-economics > div > span { font-size: 13px; color: var(--twa-green); font-weight: 750; }
.twa-example { padding: 30px; border-radius: 14px; background: var(--twa-white); box-shadow: 0 12px 34px rgba(37, 24, 84, .08); }
.twa-example h3 { margin: 0 0 22px; font-size: 16px; }
.twa-example dl { margin: 0; }
.twa-example dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--twa-line); }
.twa-example dt { color: var(--twa-muted); }
.twa-example dd { margin: 0; font-weight: 850; font-variant-numeric: tabular-nums; }
.twa-example p { margin: 18px 0 0; color: var(--twa-muted); font-size: 12px; }

.twa-contexts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 112px; border-radius: var(--twa-radius); background: var(--twa-line); overflow: hidden; }
.twa-contexts > div { padding: clamp(30px, 5vw, 62px); background: var(--twa-white); }
.twa-contexts h2 { font-size: clamp(28px, 3vw, 40px); }
.twa-contexts p { margin: 0; color: var(--twa-muted); }

.twa-local-section, .twa-route-section, .twa-faq { padding-block: 104px 0; }
.twa-chip-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.twa-chip-links a { padding: 10px 15px; border: 1px solid var(--twa-line); border-radius: 12px; color: var(--twa-purple); font-weight: 720; text-decoration: none; }
.twa-chip-links a:hover { background: var(--twa-lilac); }
.twa-faq { max-width: 820px; }
.twa-faq details { border-top: 1px solid var(--twa-line); }
.twa-faq details:last-child { border-bottom: 1px solid var(--twa-line); }
.twa-faq summary { padding: 22px 4px; cursor: pointer; font-weight: 760; }
.twa-faq p { margin: -8px 4px 22px; color: var(--twa-muted); }

.twa-final { margin-top: 112px; padding: 68px clamp(26px, 6vw, 84px); border-radius: var(--twa-radius); color: var(--twa-white); background: var(--twa-purple); }
.twa-final h2 { max-width: 780px; }
.twa-final p { max-width: 650px; color: #e5defe; font-size: 18px; }
.twa-final .twa-primary { color: var(--twa-purple) !important; background: var(--twa-white); box-shadow: none; }
.twa-final .twa-primary:hover { background: #f7f5ff; }

.twa-fleet-diagram { display: grid; grid-template-columns: 72px 1fr 72px 1fr 72px; align-items: center; gap: 16px; padding: 50px 30px; border-radius: var(--twa-radius); background: var(--twa-soft); }
.twa-fleet-diagram svg { width: 72px; height: 72px; padding: 18px; border-radius: 16px; fill: none; stroke: var(--twa-purple); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; background: var(--twa-white); box-shadow: var(--twa-shadow); }
.twa-fleet-diagram i { height: 2px; background: var(--twa-purple); }
.twa-fleet-diagram span { grid-column: 1 / -1; margin-top: 20px; color: var(--twa-muted); text-align: center; }
.twa-checks { margin: 0; padding: 0; list-style: none; }
.twa-checks li { position: relative; padding: 18px 12px 18px 42px; border-top: 1px solid var(--twa-line); }
.twa-checks li::before { content: ""; position: absolute; left: 12px; top: 22px; width: 10px; height: 6px; border-left: 2px solid var(--twa-purple); border-bottom: 2px solid var(--twa-purple); transform: rotate(-45deg); }

.twa-local-hero, .twa-route-hero { padding-block: 72px 88px; }
.twa-source-note { margin: -14px 0 26px !important; color: var(--twa-muted) !important; font-size: 13px !important; font-weight: 650; }
.twa-route-signature { display: grid; grid-template-columns: auto minmax(48px, 190px) auto; align-items: center; gap: 10px; width: min(100%, 480px); margin: 0 0 28px; font-size: 13px; font-weight: 760; }
.twa-route-signature i { position: relative; height: 2px; background: var(--twa-purple); }
.twa-route-signature i::before, .twa-route-signature i::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--twa-purple); transform: translateY(-50%); }
.twa-route-signature i::before { left: 0; }
.twa-route-signature i::after { right: 0; }
.twa-local-hero h1, .twa-route-hero h1 { font-size: clamp(40px, 6vw, 72px); }
.twa-local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; width: 100%; padding: 0 max(20px, calc((100% - 1180px) / 2)); background: var(--twa-line); }
.twa-local-grid > div { padding: clamp(36px, 6vw, 72px); background: var(--twa-soft); }
.twa-local-grid h2 { margin: 0 0 12px; font-size: 28px; }
.twa-local-grid p { margin: 0; color: var(--twa-muted); }
.twa-local-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; width: min(1180px, calc(100% - 40px)); margin: 28px auto 0; border: 1px solid var(--twa-line); border-radius: 14px; background: var(--twa-line); overflow: hidden; }
.twa-local-proof > div { display: grid; gap: 4px; padding: 22px 24px; background: var(--twa-white); }
.twa-local-proof span { color: var(--twa-muted); font-size: 13px; font-weight: 720; }
.twa-local-proof strong { font-size: 22px; line-height: 1.2; }
.twa-local-proof small { color: var(--twa-muted); font-size: 12px; }
.twa-driver-ready { padding-bottom: 0; }
.twa-trust { margin-top: 88px; }

.twa-route-ribbon { display: grid; grid-template-columns: auto minmax(80px, 1fr) auto; align-items: center; gap: 18px; max-width: 850px; margin: 44px 0 30px; font-weight: 820; }
.twa-route-ribbon a { color: var(--twa-ink); text-decoration: none; }
.twa-route-ribbon a:hover { color: var(--twa-purple-dark); }
.twa-route-ribbon i { position: relative; height: 2px; background: var(--twa-purple); }
.twa-route-ribbon i::before, .twa-route-ribbon i::after { content: ""; position: absolute; top: 50%; width: 12px; height: 12px; border: 4px solid var(--twa-lilac); border-radius: 50%; background: var(--twa-purple); transform: translateY(-50%); }
.twa-route-ribbon i::before { left: 0; }
.twa-route-ribbon i::after { right: 0; }
.twa-route-ribbon b { position: absolute; inset: -1px auto -1px 0; width: 42%; background: var(--twa-purple-dark); animation: twa-route-progress 1.1s cubic-bezier(.16,1,.3,1) both; }
@keyframes twa-route-progress { from { width: 0; } to { width: 42%; } }
.twa-route-facts { display: flex; flex-wrap: wrap; gap: 42px; margin: 0 0 34px; }
.twa-route-facts div { min-width: 220px; }
.twa-route-facts dt { color: var(--twa-muted); font-size: 13px; }
.twa-route-facts dd { margin: 4px 0 0; font-size: 24px; font-weight: 850; font-variant-numeric: tabular-nums; }
.twa-route-explain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-radius: var(--twa-radius); background: var(--twa-line); overflow: hidden; }
.twa-route-explain > div { padding: 34px; background: var(--twa-soft); }
.twa-route-explain h2 { font-size: 24px; }
.twa-route-explain p { margin: 0; color: var(--twa-muted); }
.twa-route-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.twa-route-link { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 92px; padding: 20px; border: 1px solid var(--twa-line); border-radius: 14px; text-decoration: none; }
.twa-route-link i { height: 1px; background: var(--twa-line); }
.twa-route-link strong { color: var(--twa-purple); }
.twa-route-link small { grid-column: 1 / -1; color: var(--twa-muted); }
.twa-route-link:hover { border-color: #b9acfa; background: #fbfaff; }

.twa-footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; width: min(1180px, calc(100% - 40px)); margin: 112px auto 0; padding: 42px 0 52px; border-top: 1px solid var(--twa-line); color: var(--twa-muted); font-size: 13px; }
.twa-footer div { display: flex; flex-direction: column; }
.twa-footer strong { color: var(--twa-ink); font-size: 20px; }
.twa-footer nav { display: flex; gap: 24px; }
.twa-footer p { grid-column: 1 / -1; max-width: 760px; margin: 0; }

@media (max-width: 840px) {
  .twa-header { grid-template-columns: 1fr auto auto; gap: 18px; min-height: 64px; padding-inline: 20px; }
  .twa-header nav { display: none; }
  .twa-mobile-nav { display: block; }
  .twa-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; }
  .twa-driver-stage { min-height: 390px; }
  .twa-benefit-band { grid-template-columns: 1fr; padding-block: 28px; }
  .twa-benefit-band article { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding-block: 18px; }
  .twa-benefit-band article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .twa-benefit-band h2 { margin: 0; }
  .twa-benefit-band p { grid-column: 2; }
  .twa-split, .twa-economics { grid-template-columns: 1fr; gap: 40px; }
  .twa-route-explain { grid-template-columns: 1fr; }
  .twa-route-links { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .twa-hero, .twa-local-hero, .twa-route-hero, .twa-split, .twa-economics, .twa-contexts, .twa-local-section, .twa-route-section, .twa-faq, .twa-final, .twa-route-explain { width: min(100% - 28px, 1180px); }
  .twa-hero { gap: 34px; padding-bottom: 54px; }
  .twa-driver-hero { gap: 18px; padding-top: 32px; }
  .twa-hero h1, .twa-local-hero h1, .twa-route-hero h1 { font-size: clamp(38px, 12vw, 54px); line-height: 1.02; }
  .twa-driver-hero h1 { margin-bottom: 16px; font-size: clamp(36px, 10.4vw, 45px); }
  .twa-driver-hero .twa-hero-copy > p { margin-bottom: 18px; font-size: 16px; }
  .twa-actions { align-items: stretch; flex-direction: column; }
  .twa-actions .twa-button { width: 100%; }
  .twa-driver-hero .twa-actions { gap: 12px; }
  .twa-driver-hero .twa-text-link { text-align: center; }
  .twa-driver-hero .twa-truth-note { margin-top: 12px; font-size: 12px; }
  .twa-driver-stage { min-height: 238px; padding: 24px 18px; }
  .twa-driver-stage img { right: 72px; bottom: 18px; width: 116px; height: 116px; }
  .twa-stage-city { padding: 6px 9px; font-size: 13px; }
  .twa-stage-city:last-of-type { right: 18px; top: 80px; }
  .twa-stage-line { left: 48px; right: 62px; top: 64px; height: 60px; }
  .twa-split { padding-block: 76px; }
  .twa-economics { width: 100%; padding: 58px 20px; border-radius: 0; }
  .twa-example { padding: 22px 18px; }
  .twa-contexts, .twa-local-grid { grid-template-columns: 1fr; }
  .twa-local-proof { grid-template-columns: 1fr; width: calc(100% - 28px); }
  .twa-contexts { width: 100%; margin-top: 76px; border-radius: 0; }
  .twa-trust { margin-top: 48px; }
  .twa-local-grid { padding: 0; }
  .twa-local-hero, .twa-route-hero { padding-block: 50px 66px; }
  .twa-route-ribbon { grid-template-columns: auto minmax(46px, 1fr) auto; gap: 10px; font-size: 14px; }
  .twa-route-ribbon i { min-width: 46px; }
  .twa-route-facts { gap: 18px; }
  .twa-route-facts div { min-width: 100%; padding: 14px 0; border-top: 1px solid var(--twa-line); }
  .twa-final { width: 100%; margin-top: 76px; border-radius: 0; }
  .twa-footer { grid-template-columns: 1fr; width: calc(100% - 28px); margin-top: 76px; }
  .twa-footer nav { flex-wrap: wrap; gap: 12px 20px; }
  .twa-footer p { grid-column: 1; }
  .twa-fleet-diagram { grid-template-columns: 56px 1fr 56px; padding: 32px 18px; }
  .twa-fleet-diagram svg { width: 56px; height: 56px; padding: 13px; }
  .twa-fleet-diagram i:nth-of-type(2), .twa-fleet-diagram svg:nth-of-type(3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .twa-public *, .twa-public *::before, .twa-public *::after { animation: none !important; transition: none !important; }
}
