:root{
  --night:#171A2B;
  --night-2:#22263A;
  --paper:#EAEDF5;
  --paper-2:#E1E5EF;
  --ink:#1F2230;
  --ink-soft:#5B6070;
  --rule:#CDD2E0;
  --rule-dk:#343A52;
  --moon:#C9D2E8;
  --peri:#8C93F5;
  --peri-dk:#4A50B8;
  --aqua:#6FD8CF;

  /* Two containers, deliberately.
     --measure  the reading width. Never widened.
     --wide     the structural width. Grids, the hero split, the console. */
  --measure:37rem;
  --wide:72rem;
  --gutter:2rem;

  /* Stops the browser inverting form controls (dark inputs on a light page)
     when the OS is in dark mode -- this page has one deliberate palette. */
  color-scheme:light;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overscroll-behavior-y:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  margin:0;color:var(--ink);
  background:var(--paper);
  background-image:
    radial-gradient(62% 40% at 90% 1%, rgba(140,147,245,.20) 0%, rgba(234,237,245,0) 62%),
    radial-gradient(55% 38% at 4% 96%, rgba(111,216,207,.16) 0%, rgba(234,237,245,0) 60%),
    linear-gradient(174deg,#E6EAF4 0%,#EDEFF6 46%,#E8EEF2 100%);
  font-family:Figtree,system-ui,sans-serif;font-size:18px;line-height:1.68;
  padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);
}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;
  opacity:.55;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='150' height='150' filter='url(%23p)' opacity='.32'/%3E%3C/svg%3E")}
.hero,section,footer{position:relative;z-index:2}

/* The container is now wide. Prose is constrained inside it (see .prose),
   left-aligned rather than centred, so a large screen reads as composed
   rather than empty. */
.wrap{max-width:var(--wide);margin:0 auto;padding:0 var(--gutter)}

h1,h2,h3{font-family:Poppins,sans-serif;margin:0;line-height:1.3}
h1{font-size:2.3rem;font-weight:300;letter-spacing:-0.008em;line-height:1.16}
h2{font-size:1.35rem;font-weight:400;margin-bottom:.7rem}
h3{font-size:1.05rem;font-weight:500;margin-bottom:.3rem}
p{margin:0 0 .95rem}
a{color:var(--peri-dk)}

/* Anything that is read, not scanned. */
.prose{max-width:var(--measure)}

/* ------------------------------------------------------------------ hero */
.hero{color:var(--moon);padding:3.4rem 0 3.6rem;position:relative;overflow:hidden;
  background:var(--night);
  background-image:
    radial-gradient(105% 85% at 84% -12%, rgba(140,147,245,.46) 0%, rgba(120,150,240,.18) 30%, rgba(23,26,43,0) 62%),
    radial-gradient(85% 70% at 6% 118%, rgba(111,216,207,.24) 0%, rgba(23,26,43,0) 58%),
    linear-gradient(158deg,#1C1B36 0%,#171A2B 48%,#111F2E 100%);
}
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.62;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E")}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;z-index:3;
  background:linear-gradient(90deg,#3F45A8 0%,#8C93F5 40%,#6FD8CF 78%,#9BE6DF 100%);opacity:1}
.hero h1{color:#EEF1F8}
.hero > .wrap{position:relative;z-index:2}

.lockup{display:flex;align-items:center;gap:1rem;margin-bottom:2.25rem}
.wordmark{
  font-family:Poppins,sans-serif;font-weight:300;font-size:1.15rem;
  letter-spacing:.32em;text-indent:.32em;color:var(--moon);
}
.hero-copy{max-width:var(--measure)}
.lede{font-size:1.14rem;line-height:1.55;color:#A7B0C6;margin:1.15rem 0 0;font-weight:400}
.strap{margin:1.7rem 0 0;padding-top:1.1rem;border-top:1px solid var(--rule-dk);font-size:.95rem;color:#7E8698}
.cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;
  min-width:10rem;min-height:48px;text-align:center;
  font-family:Poppins,sans-serif;font-weight:400;font-size:.98rem;letter-spacing:.02em;
  color:#12131F;text-decoration:none;background:#C9D2E8;
  padding:.8rem 1.9rem;border:none}
.cta:hover{background:#E4EAF7}
.cta:focus-visible{outline:2px solid #6FD8CF;outline-offset:3px}

.kicker{font-family:Poppins,sans-serif;font-weight:300;font-size:1.05rem;
  letter-spacing:.02em;color:var(--aqua);margin:0 0 .6rem}

.proof{display:flex;flex-wrap:wrap;gap:1.75rem 2.75rem;margin:2.25rem 0 0;
  padding-top:1.4rem;border-top:1px solid var(--rule-dk)}
.proof div{min-width:0}
.proof dt{font-family:Poppins,sans-serif;font-weight:300;font-size:1.5rem;
  color:#EEF1F8;line-height:1.15;font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum" 1}
.proof dd{margin:.3rem 0 0;font-size:.82rem;color:#7E8698}

/* Reserved for the openings stack (T11's front end). Until it has content it
   collapses to nothing and the hero reads as a single column — no empty box. */
.hero-aside:empty{display:none}

/* On first load only, the two circles converge and the lens lights. Never
   repeats, and it is the only animation on the site -- that restraint is
   what makes it land. */
@media (prefers-reduced-motion:no-preference){
  .lockup svg circle:last-of-type{animation:converge .6s cubic-bezier(.2,.8,.3,1) both}
  @keyframes converge{from{transform:translateX(10px);opacity:0}to{transform:none;opacity:1}}
}

/* ---------------------------------------------------------------- sections */
section{padding:3.6rem 0 3rem;border-top:1px solid var(--rule);position:relative;scroll-margin-top:1.5rem}
section::before{content:"";position:absolute;top:-1px;left:0;width:min(38%,22rem);height:1px;
  background-image:linear-gradient(90deg,var(--rule) 0%,var(--rule) 46%,rgba(0,0,0,0) 46%),
    radial-gradient(circle at center, var(--ink-soft) .9px, rgba(0,0,0,0) 1px);
  background-size:100% 1px, 7px 1px;background-repeat:no-repeat,repeat-x;
  background-position:0 0, 46% 0;opacity:.85}
section:first-of-type::before{display:none}
section:first-of-type{border-top:none;padding-top:4rem}
section:last-of-type{padding-bottom:4.75rem}
section > h2{margin-bottom:.8rem}
section > *:last-child{margin-bottom:0}

/* Text-level children of a section read at measure width. Grids and cards,
   which carry their own class, are left alone and span the container. */
.wrap > h2,
.wrap > p,
.wrap > ul,
.wrap > ol{max-width:var(--measure)}

/* ------------------------------------------------------------------ cards */
.routes{display:grid;grid-template-columns:1fr;gap:.9rem;margin-top:1.4rem}
@media (min-width:820px){ .routes{grid-template-columns:repeat(3,1fr)} }
.route{border:1px solid var(--rule);padding:1.2rem 1.4rem;
  background:linear-gradient(160deg,#FFFFFF 0%,#FDFEFF 52%,#F7FAFD 100%);
  box-shadow:0 1px 2px rgba(31,34,48,.05), 0 6px 18px -12px rgba(31,34,48,.18), inset 0 1px 0 #fff;
  display:flex;flex-direction:column}
.route p{margin:0;font-size:.95rem;color:var(--ink-soft)}
.route .pay{display:block;margin-top:auto;padding-top:.9rem;font-size:.9rem;
  color:var(--peri-dk);font-weight:600;font-family:Figtree,sans-serif}
.fine{font-size:.9rem;color:var(--ink-soft);max-width:var(--measure)}

/* ------------------------------------------------------------------ steps */
ol.steps{list-style:none;counter-reset:s;padding:0;margin:1.6rem 0 0;max-width:var(--measure)}
ol.steps li{counter-increment:s;position:relative;padding-left:2.85rem;margin-bottom:1.35rem}
ol.steps li:last-child{margin-bottom:0}
ol.steps li::before{
  content:counter(s);position:absolute;left:0;top:.05rem;
  font-family:Poppins,sans-serif;font-weight:400;font-size:.95rem;color:var(--peri-dk);
  background:#fff;border:1px solid var(--rule);
  width:2.1rem;height:2.1rem;display:flex;align-items:center;justify-content:center;
}
ul.plain{padding-left:1.15rem;margin:0 0 1.1rem;max-width:var(--measure)}
ul.plain li{margin-bottom:.45rem}

/* ---------------------------------------------------------------- candour */
/* Two columns on a wide screen: four short pieces read better side by side
   than as one long stack, and it stops the dark block dominating the page. */
.candid{color:#A7B0C6;padding:1.7rem 1.8rem;margin-top:1.25rem;position:relative;overflow:hidden;
  background:var(--night);
  background-image:
    radial-gradient(92% 82% at 88% -12%, rgba(111,216,207,.26) 0%, rgba(23,26,43,0) 60%),
    linear-gradient(158deg,#1C1B36 0%,#171A2B 52%,#11202E 100%)}
.candid::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.55;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n2)' opacity='.34'/%3E%3C/svg%3E")}
.candid::after{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;
  background:linear-gradient(180deg,#8C93F5 0%,#6FD8CF 100%);opacity:.9}
.candid > *{position:relative;z-index:2}
.candid h3{color:var(--moon);font-weight:400;margin-top:1.25rem}
.candid h3:first-child{margin-top:0}
.candid p{font-size:.98rem;margin-bottom:0;max-width:34rem}

@media (min-width:900px){
  .candid{columns:2;column-gap:2.75rem;padding:2rem 2.1rem}
  .candid h3{break-after:avoid;margin-top:0}
  .candid > *{break-inside:avoid}
  .candid p{margin-bottom:1.4rem}
  .candid p:last-child{margin-bottom:0}
}

/* ------------------------------------------------------------------- form */
form{margin:2rem 0 0;max-width:var(--measure)}
label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}
input,select,textarea{
  width:100%;font-family:inherit;font-size:16px;color:var(--ink);
  background:#fff;border:1px solid var(--rule);
  box-shadow:0 1px 2px rgba(31,34,48,.04);
  padding:.7rem .8rem;margin-bottom:1.2rem;
  min-height:48px;
}
input:focus,select:focus,textarea:focus{outline:2px solid var(--peri);outline-offset:1px;border-color:var(--peri)}
textarea{min-height:6.5rem;resize:vertical}
button{
  font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.02em;
  background:var(--night);color:var(--paper);border:none;border-radius:0;
  padding:.85rem 2.2rem;min-height:48px;cursor:pointer;
}
button:hover{background:var(--peri-dk)}
button:focus-visible{outline:2px solid var(--peri);outline-offset:3px}
/* Space is reserved whether or not the error is showing, so it appearing
   never pushes the next field down under a thumb mid-form on a phone. */
.err{
  color:#A33232;font-size:.85rem;
  display:block;visibility:hidden;min-height:1.25rem;
  margin:-.7rem 0 .5rem;
}
.out{display:none;background:#fff;border:1px solid var(--rule);padding:1.5rem;
  margin-top:1.5rem;white-space:pre-wrap;font-size:.9rem;line-height:1.6;max-width:var(--measure)}

/* ------------------------------------------------------------------ choice */
/* Visible choices instead of native selects. Every option on screen, one tap
   each, whole row clickable. A select hides its options, then costs two more
   interactions to confirm -- four of them in a row is where this form was
   losing people, especially on a phone, especially for an over-sixty
   audience for whom a native picker wheel is where a form gets abandoned. */

.choice{border:0;padding:0;margin:0 0 1.5rem;min-width:0}
.choice legend{
  font-size:.9rem;font-weight:600;color:var(--ink);
  padding:0;margin-bottom:.55rem;
}
.choice label{
  display:flex;align-items:center;gap:.7rem;
  min-height:52px;padding:.55rem .85rem;
  border:1px solid var(--rule);background:#fff;
  margin-bottom:-1px;            /* collapse adjacent borders into one rule */
  cursor:pointer;font-size:1rem;
  transition:background .12s ease, border-color .12s ease;
}
.choice label:first-of-type{border-radius:0}
.choice label:hover{background:#F7F9FD}

/* The native input stays in the DOM and keeps its semantics -- screen
   readers, keyboard, form submission all work. It is drawn rather than
   hidden. */
.choice input[type=radio]{
  appearance:none;-webkit-appearance:none;
  width:20px;height:20px;min-height:0;margin:0;flex:0 0 auto;
  border:1.5px solid var(--rule);border-radius:50%;
  background:#fff;box-shadow:none;padding:0;
  display:grid;place-content:center;
}
.choice input[type=radio]::after{
  content:"";width:10px;height:10px;border-radius:50%;
  background:var(--peri-dk);transform:scale(0);
  transition:transform .12s ease;
}
.choice input[type=radio]:checked::after{transform:scale(1)}
.choice input[type=radio]:checked{border-color:var(--peri-dk)}

/* :has() lets the whole row respond, which is what makes it feel like a
   button rather than a form control. Supported everywhere current. */
.choice label:has(input:checked){
  background:#F2F4FE;border-color:var(--peri-dk);position:relative;z-index:1;
}
.choice label:has(input:focus-visible){
  outline:2px solid var(--peri);outline-offset:-2px;position:relative;z-index:2;
}

/* Short options sit side by side rather than stacking pointlessly. */
.choice.inline{display:flex;flex-direction:column}
@media (min-width:520px){
  .choice.inline{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
  .choice.inline legend{grid-column:1 / -1}
  .choice.inline label{margin:0 -1px 0 0;justify-content:center;text-align:center}
  .choice.inline label:last-of-type{margin-right:0}
}

/* A combobox rather than <datalist>, which is unreliable on iOS and shows
   less than other browsers where it works at all. */
.combo{position:relative;margin-bottom:1.2rem}
.combo input{margin-bottom:0}
.combo ul{
  list-style:none;margin:.3rem 0 0;padding:0;
  position:absolute;left:0;right:0;top:100%;z-index:20;
  max-height:15rem;overflow-y:auto;-webkit-overflow-scrolling:touch;
  background:#fff;border:1px solid var(--rule);
  box-shadow:0 8px 24px -12px rgba(31,34,48,.35);
}
.combo li{
  padding:.7rem .85rem;min-height:48px;display:flex;align-items:center;
  font-size:1rem;cursor:pointer;border-bottom:1px solid var(--paper-2);
}
.combo li:last-child{border-bottom:0}
.combo li:hover,
.combo li[aria-selected=true]{background:#F2F4FE}
.combo mark{background:none;color:var(--peri-dk);font-weight:600}

/* Text fields: lighter, with the emphasis on the underline rather than a box.
   Four boxed rectangles stacked is what reads as a government form. */
.lbl{display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}
.hint{font-size:.85rem;color:var(--ink-soft);margin:-.15rem 0 .5rem;max-width:34rem}

input[type=text],input[type=email],textarea{
  border:1px solid var(--rule);
  border-bottom-width:2px;
  background:#fff;
  transition:border-color .12s ease, box-shadow .12s ease;
}
input[type=text]:focus,input[type=email]:focus,textarea:focus{
  border-bottom-color:var(--peri-dk);
  box-shadow:0 2px 0 0 rgba(140,147,245,.18);
}

.err.show{visibility:visible}

/* Submit: full width on the measure. A small button at the end of a form is a
   small target at the moment that matters most. */
form button{
  width:100%;margin-top:.5rem;
  transition:background .15s ease, transform .06s ease;
}
form button:active{transform:translateY(1px)}
form button[disabled]{opacity:.6;cursor:default}

/* Success replaces the form. Not a message beside a form they must now
   ignore. */
.out{animation:rise .35s cubic-bezier(.2,.7,.3,1) both}
@keyframes rise{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.out{animation:none}}

/* ------------------------------------------------------------------ misc */
::selection{background:rgba(140,147,245,.28);color:var(--ink)}
.hero ::selection,.candid ::selection{background:rgba(111,216,207,.35);color:#fff}

:focus-visible{outline:2px solid var(--peri);outline-offset:2px}
:focus:not(:focus-visible){outline:none}

.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:1rem;top:1rem;z-index:99;background:#fff;color:var(--ink);
  padding:.7rem 1rem;border:1px solid var(--rule)}

/* iOS paints a grey box over anything tappable. Safe to remove only because
   every one of these already has a visible :active/:checked/:has() state --
   removing it without a replacement would leave taps feeling dead. */
a,button,label,input,select,textarea,.combo li{
  -webkit-tap-highlight-color:transparent;
}

@media print{
  body::before,.hero::before,.candid::before{display:none}
  .hero,.candid,footer{background:#fff !important;color:#000 !important}
  .hero h1,.candid h3{color:#000 !important}
  .cta,form,.skip-link{display:none}
  a[href^="http"]::after{content:" (" attr(href) ")";font-size:.8em;color:#555}
}

footer{color:#7E8698;padding:2.5rem 0;font-size:.85rem;
  padding-bottom:calc(2.5rem + env(safe-area-inset-bottom));
  background:var(--night);
  background-image:linear-gradient(158deg,#13202D 0%,#171A2B 54%,#1A1930 100%)}
footer p{margin:0;max-width:var(--measure)}
footer a{color:#A7B0C6}
footer a:hover{color:var(--moon)}

/* ------------------------------------------------------- hero, two columns */
/* 960px is the breakpoint because below it two 37rem-ish columns cannot both
   hold their measure, and a cramped two-column hero is worse than one column. */
@media (min-width:960px){
  .hero{padding:4.5rem 0 4.75rem}
  .hero > .wrap{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
    gap:4rem;
    align-items:center;
  }
  .lockup{grid-column:1 / -1;margin-bottom:2.75rem}
  h1{font-size:2.85rem}
  .lede{font-size:1.2rem}
}

/* Above 1400px, stop growing. A hero that keeps stretching on a 27-inch
   display reads as a website; one that stops reads as a product. */
@media (min-width:1440px){
  :root{--gutter:2.5rem}
  .hero{padding:5.25rem 0 5.5rem}
  h1{font-size:3.1rem}
}

/* ----------------------------------------------------------------- mobile */
/* 700px: phones and small tablets. Single column throughout, tighter
   spacing. */
@media (max-width:700px){
  :root{--gutter:1.15rem}
  body{font-size:17px;line-height:1.6}
  h1{font-size:1.9rem}
  h2{font-size:1.2rem}
  .hero{padding:2rem 0 2.4rem}
  .lede{font-size:1.05rem}
  section{padding:2.6rem 0 2.2rem}
  section:first-of-type{padding-top:2.8rem}
  .routes{grid-template-columns:1fr}
  .cta{display:flex;width:100%}
  form button{width:100%}

  /* body::before is a fixed full-viewport layer with mix-blend-mode -- free
     on desktop, but it forces a composite on every scroll frame on a
     mid-range phone. Same texture, absolute instead of fixed, no per-frame
     cost. */
  body::before{position:absolute;height:100%;mix-blend-mode:normal;opacity:.35}
}

/* 380px: small phones. Nothing here may force horizontal scroll at 375px. */
@media (max-width:380px){
  :root{--gutter:1rem}
  h1{font-size:1.65rem}
  .lockup{gap:.7rem;margin-bottom:1.75rem}
  ol.steps li{padding-left:2.4rem}
  ol.steps li::before{width:1.8rem;height:1.8rem}
}

/* A phone rotated is very short (375x812 becomes 812x375) -- the hero's
   normal vertical padding would then consume the entire screen. */
@media (max-height:480px) and (orientation:landscape){
  .hero{padding:1.5rem 0 1.75rem}
  .lockup{margin-bottom:1.25rem}
  h1{font-size:1.5rem}
  .proof{margin-top:1.25rem;padding-top:1rem}
}
