/* Bidaiesim base styles. Tokens from docs/08-design.md; dark only. */

:root{
  --bg:#06261d;    /* page */
  --bg2:#0a3128;   /* cards, inputs */
  --bg3:#12463a;   /* hover */
  --ink:#eef3ee;   /* primary text */
  --soft:#c7d5cb;  /* secondary text */
  --mute:#8fb3a0;  /* mono labels, 12px only */
  --amber:#e6b450; /* single accent */
  --line:rgba(255,255,255,.1);
  --read:#dbe6dc;  /* long-form prose, >= 7:1 on --bg */
  color-scheme:dark;
}

/* Self-hosted fonts (see fonts/LICENSE.md). No third-party font request. */
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:300 600;font-stretch:100%;font-display:swap;src:url(/static/fonts/bricolage-grotesque-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:300 600;font-stretch:100%;font-display:swap;src:url(/static/fonts/bricolage-grotesque-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url(/static/fonts/jetbrains-mono-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'JetBrains Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url(/static/fonts/jetbrains-mono-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

*{box-sizing:border-box}
/* Author display rules beat the browser's [hidden] rule, so .field{display:grid}
   and .or{display:flex} left "hidden" elements on screen. This restores the
   attribute's meaning for every rule we write. */
[hidden]{display:none!important}
html,body{margin:0;background:var(--bg);color:var(--ink);font-family:'Bricolage Grotesque',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}a:hover{color:var(--amber)}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}
/* Removes the double-tap-to-zoom gesture on things meant to be tapped once,
   which is what makes a quick second tap zoom the page instead of acting. */
a,button,input,label,summary{touch-action:manipulation}
input{font:inherit;color:inherit}

.mono{font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:.4px;color:var(--mute)}
.prose{color:var(--read);font-size:17px;line-height:1.6;max-width:68ch}

.wrap{max-width:1200px;margin:0 auto;padding:0 32px}
main{min-height:60vh}

/* header */
header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0}
.brand{display:flex;align-items:center;gap:12px;font-weight:600;font-size:20px;letter-spacing:-.4px;text-decoration:none}
.mark{width:24px;height:24px;display:grid;grid-template-columns:1fr 1fr;gap:3px;transform:rotate(45deg)}
.mark i{background:var(--amber);display:block}
.mark i:nth-child(1){border-radius:100% 0 0 0}.mark i:nth-child(2){border-radius:0 100% 0 0}.mark i:nth-child(3){border-radius:0 0 0 100%}.mark i:nth-child(4){border-radius:0 0 100% 0}
/* An outlined circle, like the arrow on a plan row: no text to translate and
   no width to fight the step bar for. */
.help{display:grid;place-items:center;flex:none;width:38px;height:38px;border-radius:999px;border:1.5px solid rgba(255,255,255,.25);color:var(--soft);text-decoration:none}
.help:hover{border-color:var(--amber);color:var(--amber)}

/* headings: weight 300 with a bold span, tight tracking, balanced wrap */
h1{margin:0;font-size:clamp(44px,6vw,80px);line-height:.95;letter-spacing:-3px;font-weight:300;text-wrap:balance}
h1 b{font-weight:600}
h2{margin:0;font-size:clamp(36px,4.6vw,60px);letter-spacing:-2px;line-height:1;font-weight:300;text-wrap:balance}
h2 b{font-weight:600}

/* controls and surfaces */
.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;background:var(--amber);color:#1d1a0d;border-radius:999px;padding:18px 30px;font-size:17px;font-weight:600}
.btn[disabled]{opacity:.35;cursor:default}
.btn.ghost{background:transparent;color:var(--ink);border:1.5px solid rgba(255,255,255,.25);font-weight:500}

footer{border-top:1px solid var(--line);padding:24px 0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--mute)}

/* ---- step indicator ---------------------------------------------------- */
.steps{display:flex;gap:6px;background:rgba(255,255,255,.06);border-radius:999px;padding:6px}
.steps span,.steps a{padding:8px 16px;border-radius:999px;font-size:14px;color:var(--mute);display:flex;gap:8px;align-items:center;text-decoration:none}
.steps b{font-family:'JetBrains Mono',monospace;font-weight:400;font-size:11px}
/* The step you are on: lifted off the bar rather than coloured in. Amber is
   the accent for actions, and this is not one. */
.steps .on{background:rgba(255,255,255,.12);color:var(--ink);box-shadow:0 1px 2px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.08)}
.steps .done{color:var(--soft)}
.steps a.done:hover{background:rgba(255,255,255,.08);color:var(--ink)}

/* ---- destination picker ------------------------------------------------ */
.hero{padding:40px 0 8px;display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:wrap}
h1{margin:0;font-size:clamp(44px,6vw,80px);line-height:.95;letter-spacing:-3px;font-weight:300;text-wrap:balance}
h1 b{font-weight:600}
.hero p{margin:0 0 8px;max-width:380px;font-size:18px;line-height:1.4;color:var(--soft)}

/* Mode toggle (docs/08): centred pill group above the search bubble. */
.mode{display:flex;justify-content:center;margin:28px 0 0}
.mode .group{display:flex;gap:4px;background:rgba(255,255,255,.06);border-radius:999px;padding:4px}
.mode a{padding:10px 22px;border-radius:999px;font-size:15px;color:var(--mute);text-decoration:none}
.mode a:hover{color:var(--ink)}
.mode a[aria-current="true"]{background:var(--ink);color:#0c2a20;font-weight:500}

.bubble{position:relative;margin:20px auto 0;max-width:640px;z-index:3}
.bubble .in{display:flex;align-items:center;gap:14px;background:var(--ink);color:#0c2a20;border-radius:999px;padding:8px 8px 8px 24px;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.bubble input{flex:1;background:none;border:0;outline:0;font-size:20px;color:#0c2a20;min-width:0}
.bubble input::placeholder{color:#5b6f63}
.bubble .go{background:var(--bg);color:#fff;border-radius:999px;padding:14px 22px;font-size:15px;font-weight:500;white-space:nowrap;text-decoration:none;display:inline-block}
.bubble .go[disabled],.bubble .go.off{opacity:.35;cursor:default;pointer-events:none}
.sugg{position:absolute;left:16px;right:16px;top:calc(100% + 8px);background:var(--ink);color:#0c2a20;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.35);display:none}
.sugg.on{display:block}
.sugg button,.sugg a{display:flex;justify-content:space-between;gap:16px;width:100%;text-align:left;padding:14px 22px;font-size:16px;border-top:1px solid rgba(0,0,0,.06);text-decoration:none;color:inherit}
.sugg :first-child{border-top:0}
.sugg button:hover,.sugg a:hover,.sugg .hl{background:#e3ece5}
.sugg .mono{color:#5b6f63}
.sugg .empty{padding:14px 22px;color:#5b6f63;font-size:15px}

.mapbox{--map-zoom:1;position:relative;margin:-30px 0 24px;border-radius:28px;background:var(--bg2);overflow:hidden;min-height:420px}
/* The map scrolls inside its own box at every width; at zoom 1 on a desktop
   there is nothing to scroll, so this changes nothing until it is used. */
.mapscroll{overflow:auto;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.mapscroll::-webkit-scrollbar{display:none}
.mapscroll>svg{display:block;width:calc(100% * var(--map-zoom));height:auto}
/* Zoom control: a rounded pair, the way every map has one, distinct from the
   round buttons that navigate. Dark enough to read over both the ocean and a
   country, and amber only on hover, where the rest of the design puts it. */
.mapzoom{position:absolute;top:16px;right:16px;z-index:2;display:grid;border-radius:14px;background:rgba(6,38,29,.72);border:1px solid rgba(255,255,255,.12);overflow:hidden}
.mapzoom button{width:38px;height:38px;display:grid;place-items:center;color:var(--soft);transition:color .15s,background .15s}
.mapzoom button+button{border-top:1px solid rgba(255,255,255,.12)}
.mapzoom button:hover:not(:disabled){color:var(--amber);background:rgba(255,255,255,.07)}
.mapzoom button:disabled{opacity:.3;cursor:default}
.mapbox .c{fill:#12463a;stroke:rgba(238,243,238,.32);stroke-width:.5;cursor:pointer;transition:fill .15s}
.mapbox .c:hover{fill:#1d5c4a}
.mapbox .c.sel{fill:var(--amber);stroke:#06261d}
.mapbox .c.na{fill:#0d3a2f;stroke:rgba(238,243,238,.12);cursor:default;pointer-events:none}
.mapbox .c.na:hover{fill:#0d3a2f}
.tip{position:absolute;pointer-events:none;background:var(--ink);color:#0c2a20;padding:6px 12px;border-radius:999px;font-size:14px;transform:translate(-50%,-140%);display:none;white-space:nowrap}
.tip.on{display:block}
.maplegend{position:absolute;left:24px;bottom:20px;display:flex;gap:18px;align-items:center}
.maplegend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:6px;vertical-align:-1px}
.maplegend .av{background:#12463a;outline:1px solid rgba(238,243,238,.32)}
.maplegend .se{background:var(--amber)}
.fromline{text-align:center;padding:8px 0 48px}

/* Destinations that have no shape on the map are reachable by search only
   (DECISION 52); they are listed here so they are never unreachable. */

/* ---- plan list --------------------------------------------------------- */
.top{display:flex;justify-content:space-between;align-items:flex-end;padding:40px 0 28px;gap:24px;flex-wrap:wrap}
.top h2{margin:0;font-size:clamp(36px,4.6vw,60px);letter-spacing:-2px;line-height:1;font-weight:300}
.top h2 b{font-weight:600}
.back{font-size:14px;color:var(--soft);display:inline-flex;gap:8px;align-items:center;margin-bottom:18px;text-decoration:none}
.plans{display:grid;gap:8px;max-width:820px}
.plan{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr auto;align-items:center;gap:16px;padding:20px 24px;border-radius:18px;background:var(--bg2);border:1.5px solid transparent;text-align:left;width:100%;transition:border-color .15s,background .15s;text-decoration:none;color:inherit}
.plan:hover{background:var(--bg3)}
.plan.sel{border-color:var(--amber)}
.plan .gb{font-size:26px;font-weight:600;letter-spacing:-.6px}
.plan .d{color:var(--soft);font-size:16px}
.plan .p{font-size:22px;font-weight:500;text-align:right}
.plan .arr{width:34px;height:34px;border-radius:999px;border:1.5px solid rgba(255,255,255,.25);display:grid;place-items:center;color:var(--soft)}
.plan.sel .arr{background:var(--amber);border-color:var(--amber);color:#1d1a0d}
@media (max-width:700px){.plan{grid-template-columns:1fr auto;row-gap:6px}.plan .d,.plan .mono{grid-column:1}}
.netline{color:var(--soft);font-size:16px;margin:0 0 20px}
.cond{max-width:820px;margin:20px 0 48px}
.cond summary{list-style:none;cursor:pointer;display:inline-flex;gap:10px;align-items:center;font-size:15px;color:var(--soft);padding:10px 0}
.cond summary::-webkit-details-marker{display:none}
.cond summary i{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;border:1px solid rgba(255,255,255,.3);font-style:normal;font-size:13px;transition:transform .2s}
.cond[open] summary i{transform:rotate(45deg)}
.condgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px;padding:20px 0 8px;font-size:15px;line-height:1.5;color:var(--soft)}
.condgrid .mono{color:var(--ink);display:block;margin-bottom:8px}
.empty{max-width:820px;color:var(--soft);font-size:17px;padding:8px 0 64px}

/* ---- reading pages ------------------------------------------------------ */
/* .wrap is 1136px of usable width, which the plan ladder fills and a column of
   prose must not. Centred rather than left-aligned: a 760px block flush left
   inside 1136px reads as a layout bug, because it is one. */
.read{max-width:760px;margin:0 auto}
.readhead{padding:40px 0 26px}
.readhead h2{margin:0;font-size:clamp(36px,4.6vw,60px);letter-spacing:-2px;line-height:1;font-weight:300}
.readhead h2 b{font-weight:600}
.readhead p{margin:16px 0 0;color:var(--soft);font-size:17px;line-height:1.5;max-width:52ch}

/* ---- error pages -------------------------------------------------------- */
/* A reading page with a number on it. The status is the eyebrow rather than
   the heading: "404" tells a customer nothing, and the sentence under it
   tells them everything. Small and muted so it reads as a label, not a shout. */
.readhead p.code{margin:0 0 12px;letter-spacing:2px}
.errcta{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px;margin:30px 0 0}
.errcta .quiet{color:var(--soft);font-size:16px;text-decoration:underline;text-underline-offset:3px}

/* ---- faq ---------------------------------------------------------------- */
.faq{padding:4px 0 72px;display:grid;gap:10px}
.qa{background:var(--bg2);border-radius:18px;border:1.5px solid transparent;transition:background .15s,border-color .15s;scroll-margin-top:24px}
.qa:hover{background:var(--bg3)}
.qa[open]{background:var(--bg3);border-color:var(--line)}
.qa summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 22px;font-size:17px;font-weight:500;letter-spacing:-.2px;line-height:1.35}
.qa summary::-webkit-details-marker{display:none}
/* The same + that rotates into a x on the plan page's conditions block: one
   idiom for "there is more here", not two. */
.qa summary i{flex:none;display:inline-grid;place-items:center;width:26px;height:26px;border-radius:999px;border:1px solid rgba(255,255,255,.28);font-style:normal;font-size:15px;color:var(--soft);transition:transform .2s,color .2s,border-color .2s}
.qa[open] summary i{transform:rotate(45deg);color:var(--amber);border-color:var(--amber)}
.qa p{margin:0;padding:0 22px 22px;color:var(--read);font-size:16px;line-height:1.65;max-width:62ch}

/* The way in from the picker. The help icon in the header is 19px and a
   first-time buyer has no reason to press it; this sits under the map, where
   someone who has just scrolled the whole world is likely to have questions. */
.faqcard{display:flex;align-items:center;gap:18px;max-width:640px;margin:0 auto 48px;padding:18px 22px;border-radius:18px;background:var(--bg2);border:1.5px solid transparent;text-decoration:none;color:inherit;transition:background .15s,border-color .15s}
.faqcard:hover{background:var(--bg3);border-color:var(--line);color:inherit}
.faqcard .q{flex:none;display:grid;place-items:center;width:36px;height:36px;border-radius:999px;border:1.5px solid var(--amber);color:var(--amber);font-size:18px}
.faqcard .txt{display:grid;gap:3px;min-width:0}
.faqcard .txt b{font-weight:500;font-size:16px;letter-spacing:-.2px}
.faqcard .txt span{color:var(--soft);font-size:14px;line-height:1.45}
.faqcard .arr{flex:none;color:var(--mute)}
.faqcard:hover .arr{color:var(--amber)}

/* ---- the three landing-page sections ------------------------------------ */
/* One rhythm, set once. These headings previously carried 26px, 20px and none
   at all — the FAQ's spacing lived on the paragraph beneath it and left with
   it — so the rule that keeps them equal lives here rather than three times. */
.how h2,.compat h2,.faqhome .hrow{margin:0 0 22px}

/* ---- how it works, on the landing page ---------------------------------- */
.how{margin:0 0 56px}
.how h2{font-size:clamp(28px,3.4vw,42px);letter-spacing:-1.4px;line-height:1;font-weight:300}
.how h2 b{font-weight:600}
.howsteps{list-style:none;margin:0 0 26px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.howsteps li{background:var(--bg2);border-radius:18px;padding:22px}
.howsteps .n{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--bg3);color:var(--amber);font-size:12px;margin-bottom:14px}
.howsteps b{display:block;font-weight:500;font-size:19px;letter-spacing:-.3px;margin-bottom:8px}
.howsteps p{margin:0;color:var(--soft);font-size:15px;line-height:1.55}

/* ---- the questions on the landing page ---------------------------------- */
.faqhome{margin:0 0 56px}
.hrow{display:flex;align-items:baseline;gap:14px;text-decoration:none;color:inherit}
.hrow h2{font-size:clamp(28px,3.4vw,42px);letter-spacing:-1.4px;line-height:1;font-weight:300}
.hrow h2 b{font-weight:600}
.hrow .arr{color:var(--mute);font-size:20px}
.hrow:hover .arr,.hrow:hover h2{color:var(--amber)}
/* Two columns, no inner scrollbar: twelve collapsed bubbles are six short
   rows, and a scroll area that moves 40px is friction with nothing to show for
   it. align-items:start so an open bubble does not stretch the closed one
   beside it. */
.faqscroll{display:grid;grid-template-columns:1fr 1fr;align-items:start;align-content:start;gap:10px}

/* ---- device compatibility ----------------------------------------------- */
.compat{margin:0 0 56px}
.compat h2{font-size:clamp(28px,3.4vw,42px);letter-spacing:-1.4px;line-height:1;font-weight:300}
.box{background:var(--bg2);border-radius:20px;padding:24px}
.panel .step{margin:0 0 16px;display:flex;align-items:center;gap:14px;font-size:12px;color:var(--mute)}
.panel .step .back{margin:0;font-size:13px}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chip{display:inline-block;padding:10px 16px;border-radius:999px;background:var(--bg3);border:1.5px solid transparent;font-size:15px;text-decoration:none;color:var(--ink);transition:border-color .12s,background .12s}
.chip:hover{border-color:var(--amber);color:var(--ink)}
/* The answer, sized so it is the only thing anyone reads. */
.ans2 .model{margin:2px 0 6px;font-size:clamp(24px,3vw,34px);letter-spacing:-.8px;font-weight:300;line-height:1.1}
.ans2 .verdict{margin:0 0 14px;font-size:20px;letter-spacing:-.4px}
.ans2 .verdict[data-yes] b{color:#7fd18f}
.ans2 .verdict[data-no] b{color:#ffb4a2}
.ans2 .detail{margin:0;color:var(--soft);font-size:15px;line-height:1.6;max-width:56ch}
.ans2 .cta{margin:20px 0 0;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.ans2 .also{font-size:14px;color:var(--soft)}
.caveats{margin:14px 0 0;padding:0 0 0 20px;color:var(--soft);font-size:15px;line-height:1.55;display:grid;gap:6px}
.fallback{margin:12px 0 0;background:none}
.fallback:hover,.fallback[open]{background:none;border-color:transparent}
.fallback summary{padding:14px 2px;font-size:15px;font-weight:400;color:var(--soft)}
.fallback ul{padding:0 2px 16px 22px}
.note{margin:6px 0 0;color:var(--mute);font-size:13px}

/* ---- install guides ----------------------------------------------------- */
.sub{margin:38px 0 14px;font-size:15px;font-weight:500;color:var(--soft);letter-spacing:-.1px}
.picker2{display:grid;gap:10px}
.picker2 .faqcard{max-width:none;margin:0}
/* No leading ? bubble here: the card names a phone, and the name is the point. */
.prose{margin:0 0 14px;color:var(--read);font-size:16px;line-height:1.65;max-width:62ch}
.steps2{list-style:none;margin:0;padding:4px 0 8px;display:grid;gap:26px;counter-reset:none}
.steps2 li{display:flex;gap:18px;align-items:flex-start}
.steps2 .n{flex:none;width:34px;height:34px;border-radius:999px;background:var(--bg2);color:var(--amber);display:grid;place-items:center;font-size:13px}
.steps2 b{display:block;font-weight:500;font-size:17px;letter-spacing:-.2px;margin:6px 0 6px}
.steps2 p{margin:0;color:var(--read);font-size:16px;line-height:1.6;max-width:58ch}
/* The troubleshooting bubbles reuse .qa, but hold a list rather than a para. */
.qa ul{margin:0;padding:0 22px 22px 44px;color:var(--read);font-size:16px;line-height:1.6;display:grid;gap:8px}

/* ---- admin -------------------------------------------------------------- */
.adminform{display:grid;gap:16px;max-width:320px;margin:0 0 40px}
.adminform .field{display:grid;gap:6px}
.adminform input{background:var(--bg2);border:1.5px solid var(--line);border-radius:12px;padding:12px 14px;color:var(--ink);font:inherit;font-size:16px}
.adminform input:focus{outline:none;border-color:var(--amber)}
.qa .inline{padding:0 22px 20px 44px;margin:0}
.orderlist{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:6px}
.orderlist a{display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:14px 18px;border-radius:14px;background:var(--bg2);text-decoration:none;color:inherit;font-size:15px}
.orderlist a:hover{background:var(--bg3);color:inherit}
.chips .inline{margin:0}
.sev{text-transform:uppercase;font-size:11px;letter-spacing:.06em;padding:3px 8px;border-radius:999px;margin-right:10px}
.sev.critical{background:rgba(255,180,162,.16);color:#ffb4a2}
.sev.warning{background:rgba(230,180,80,.16);color:var(--amber)}

/* ---- footer ------------------------------------------------------------- */
.legal{display:flex;flex-wrap:wrap;gap:18px}
.legal a{color:var(--mute);text-decoration:none;font-size:13px}
.legal a:hover{color:var(--amber)}

/* ---- generated destination prose ---------------------------------------- */
.destprose{max-width:680px;padding:0 0 72px}
.destprose h3{margin:34px 0 12px;font-size:21px;font-weight:500;letter-spacing:-.4px}
.destprose h3:first-child{margin-top:0}
.destprose p{margin:0 0 14px;color:var(--read);font-size:16px;line-height:1.65}
.destprose a{color:var(--amber);text-decoration:underline;text-underline-offset:3px}
.destprose ul{margin:0 0 14px;padding-left:20px;color:var(--read);font-size:16px;line-height:1.65}
/* A coverage list is 117 names. In one column it is a wall; in four it is a
   thing you scan for your own country, which is the only question being asked.
   Not hidden behind a disclosure: naming them is the point (DECISION 105). */
.coverage{max-width:820px;padding:0 0 40px}
.coverage h3{margin:0 0 10px;font-size:21px;font-weight:500;letter-spacing:-.4px}
.coverage p{margin:0 0 14px;color:var(--soft);font-size:15px}
.coverage ul{margin:0;padding-left:20px;color:var(--read);font-size:16px;line-height:1.65}
.destprose ul,.coverage ul{columns:4;column-gap:26px}
.destprose li,.coverage li{break-inside:avoid;margin-bottom:2px}
@media (max-width:900px){.destprose ul,.coverage ul{columns:3}}
@media (max-width:700px){.destprose ul,.coverage ul{columns:2;font-size:15px}}

/* ---- checkout ---------------------------------------------------------- */
.err{color:#ffb4a2;font-size:14px;margin:2px 0 0}
.err.banner{max-width:820px;background:rgba(255,180,162,.1);border:1px solid rgba(255,180,162,.35);border-radius:14px;padding:14px 18px;margin:0 0 20px}
.check{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.45;color:var(--soft);cursor:pointer}
.check input{margin:2px 0 0;width:18px;height:18px;accent-color:var(--amber);flex:none}
.waiver{background:var(--bg2);border-radius:14px;padding:18px}
.waiver input[aria-invalid="true"]{outline:2px solid #ffb4a2;outline-offset:3px}
.disclose{margin:8px 0 0 30px}
.disclose summary{cursor:pointer;font-size:14px;color:var(--soft);text-decoration:underline;text-underline-offset:3px}
.disclose p{margin:8px 0 0;font-size:14px;line-height:1.5;color:var(--mute);max-width:52ch}
.field input:disabled{opacity:.45;cursor:not-allowed}

/* ---- checkout layout (prototype step 3) -------------------------------- */
.co{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:40px;padding:8px 0 64px;align-items:start}
@media (max-width:820px){.co{grid-template-columns:1fr}}
.sum{background:var(--bg2);border-radius:24px;padding:28px;display:grid;gap:18px}
/* Sticky only where there is a second column for it to travel beside. Stacked,
   it floats over the form underneath it. */
@media (min-width:821px){.sum{position:sticky;top:24px}}
.sum .row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;font-size:16px;color:var(--soft)}
.sum .row b{color:var(--ink);font-weight:500;text-align:right}
.sum .tot{border-top:1px solid var(--line);padding-top:18px;font-size:16px}
.sum .tot b{font-size:32px;letter-spacing:-1px;font-weight:600}
.sum small{font-size:13px;line-height:1.5;color:var(--mute)}
.form{display:grid;gap:26px}
.field{display:grid;gap:8px}
.field label{font-size:14px;color:var(--soft)}
.field input[type="email"],.field input[type="text"]{width:100%;background:var(--bg2);border:1.5px solid transparent;border-radius:14px;padding:16px 18px;font-size:17px;outline:0;color:var(--ink)}
.field input::placeholder{color:#5f8a74}
.field input:focus{border-color:var(--amber)}
.field input[aria-invalid="true"]{border-color:#ffb4a2}
.field .hint{font-size:13px;color:var(--mute);margin:0}
.or{display:flex;align-items:center;gap:14px;color:var(--mute);font-size:13px}
.or::before,.or::after{content:"";flex:1;height:1px;background:var(--line)}
.promo{font-size:14px;color:var(--soft);text-decoration:underline;text-underline-offset:3px;text-align:left;justify-self:start}
.legal{font-size:13px;line-height:1.5;color:var(--mute);margin:0}
.cta{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.cta .btn{flex:1;min-width:240px;justify-content:center}
button.btn{width:100%}
/* Stripe mounts its own iframes here; these only reserve space so the layout
   does not jump while they load. */
#express-element:empty,#payment-element:empty{min-height:52px}
#express-element{display:grid;gap:10px}

/* ---- order page -------------------------------------------------------- */
/* .form spaces its children 26px apart, which is right for input fields and
   far too airy for consecutive lines of prose. */
.status{display:grid;gap:8px}
.status p{margin:0;font-size:17px;line-height:1.5}
.status .hint{font-size:14px}
.ready{padding:40px 0 96px}
.bigtitle{margin:0 0 20px;font-size:clamp(40px,5vw,72px);letter-spacing:-2.5px;line-height:.95;font-weight:300}
.bigtitle b{font-weight:600}
.lede{margin:0 0 12px;font-size:18px;line-height:1.45;color:var(--soft);max-width:480px}
.planline{margin:0 0 28px}
.ready .cta{padding:28px 0 0}
.ready .cta .btn{flex:0 0 auto;min-width:0}
.ready .cond{margin:16px 0 0}
.ready .condgrid p{margin:0 0 8px;font-size:14px}
.ready .usage{margin:28px 0 0}
.field input[readonly]{font-family:'JetBrains Mono',ui-monospace,monospace;font-size:13px;word-break:break-all}

/* The install screen: device-led, not QR-led (docs/04, M5.5). You cannot scan
   a QR with the phone that needs the profile, so the panel the customer sees
   is chosen by device, the QR drops to last on a phone, and the activation
   code and the caveats are never behind a disclosure. */
.installwrap{display:grid;gap:28px;align-items:start}
@media (min-width:900px){.installwrap{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:44px}}
.install{display:flex;flex-direction:column;gap:22px;background:var(--bg2);border-radius:24px;padding:24px}
.devicepick{order:-1;display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:13px;color:var(--mute)}
.devicepick .picks{display:flex;gap:4px;background:var(--bg);border-radius:999px;padding:4px}
.devicepick a{padding:7px 14px;border-radius:999px;font-size:14px;color:var(--soft);text-decoration:none}
.devicepick a:hover{color:var(--ink)}
.devicepick a.on{background:var(--amber);color:#1d1a0d;font-weight:600}
.devicepick a.on:hover{color:#1d1a0d}
.install [data-for]{display:none}
.install[data-device="iphone"] [data-for~="iphone"],
.install[data-device="android"] [data-for~="android"],
.install[data-device="desktop"] [data-for~="desktop"]{display:block}
.pane h3{margin:0 0 12px;font-size:21px;font-weight:600;letter-spacing:-.4px}
.pane p{margin:0 0 8px;font-size:15px;line-height:1.55;color:var(--soft)}
.pane p:last-child{margin:0}
.pane .btn{margin:0 0 12px;text-decoration:none}
.code{display:grid;gap:8px}
.code>.mono{font-size:13px;color:var(--mute)}
.code .hint{margin:0;font-size:12px}
.copybox{display:flex;align-items:center;gap:8px;background:var(--bg);border:1.5px solid transparent;border-radius:16px;padding:5px 5px 5px 16px}
.copybox:focus-within{border-color:var(--amber)}
.copybox input{flex:1;min-width:0;background:none;border:0;outline:0;padding:11px 0;font-family:'JetBrains Mono',ui-monospace,monospace;font-size:13px;text-overflow:ellipsis}
.copy{flex:0 0 auto;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--amber);color:#1d1a0d;transition:background .15s,color .15s}
.copy:hover{background:#f0c46c}
.copy.done{background:var(--bg3);color:var(--ink)}
.copycode{padding:12px 20px;font-size:15px;margin:0 0 12px}
.qrfig{margin:0;display:grid;gap:10px;justify-items:center;text-align:center}
.qrfig figcaption{margin:0;max-width:320px}
.qrfig figcaption:empty,.install[data-device="desktop"] .qrfig figcaption{display:none}
.qr{display:block;width:190px;max-width:100%;height:auto;border-radius:20px;background:#fff;padding:12px}
.install[data-device="desktop"] .qr{width:280px}
.notes{display:grid;gap:22px;font-size:15px;line-height:1.55;color:var(--soft)}
.notes .mono{display:block;color:var(--ink);margin-bottom:6px;font-size:13px}
.notes p{margin:0}
.notes ul{margin:0;padding-left:18px}
.notes li{margin:0 0 6px}
.refundform{display:grid;gap:4px;margin:36px 0 0;padding:20px 0 0;border-top:1px solid var(--line);max-width:520px}
.installagain{display:grid;gap:20px;padding:16px 0 8px;justify-items:start}
.installagain .qrfig{justify-items:start;text-align:left}

/* Data remaining. Muted when the reading is old, because an old number
   presented confidently is worse than no number at all. */
.usage{display:grid;gap:8px;margin:8px 0 4px;max-width:480px}
.usagetop{display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.usagetop b{font-size:20px;font-weight:600;letter-spacing:-.4px}
.usage.big{max-width:560px;gap:12px}
.usage.big .usagetop b{font-size:clamp(28px,4vw,40px);letter-spacing:-1.2px}
.usage.big .bar{height:12px}
.usage .bar{height:8px;border-radius:999px;background:var(--bg2);overflow:hidden}
.usage .bar i{display:block;height:100%;background:var(--amber);border-radius:999px}
.usage .hint{margin:0;font-size:13px}
.usage.stale .bar i{background:var(--mute)}
.usage.stale .usagetop b{color:var(--soft)}

/* ---- phones -------------------------------------------------------------
   Most customers buy on a phone (M5.6). Everything above this point is a
   desktop layout; this is where it is made to fit a hand.

   The one that mattered: the header was a single non-wrapping row about 600px
   wide. On any phone that made the document wider than the screen, which is
   why every page looked left-aligned with dead space on the right — the
   content was centred correctly, inside a canvas that was too wide. */
@media (max-width:700px){
  .wrap{padding:0 20px}

  /* One column. */
  .faqscroll{grid-template-columns:1fr}
  /* Stacked, and tighter: three cards side by side at 360px are three slivers. */
  .howsteps{grid-template-columns:1fr;gap:10px}
  .steps2 b{font-size:22px;letter-spacing:-.6px}
  .steps2{gap:28px}
  .steps2 .n{width:32px;height:32px}
  .howsteps li{padding:18px}
  .howsteps .n{margin-bottom:10px}
  .how h2{font-size:28px;letter-spacing:-1px}
  .how{margin-bottom:40px}
  .box{padding:18px}
  .chip{padding:9px 14px;font-size:14px}
  .faqhome{margin-bottom:44px}
  .hrow h2{font-size:28px;letter-spacing:-1px}

  header{padding:14px 0;gap:10px}
  /* Only the step bar absorbs the squeeze; the brand and the help link keep
     their size rather than wrapping mid-word. */
  .brand,.help{flex:none}
  .brand{font-size:17px;gap:9px}
  .mark{width:20px;height:20px}
  .help{width:36px;height:36px}
  /* Only the step you are on keeps its label; the other two collapse to
     numbered bubbles. The labels stay in the DOM for screen readers, and the
     bar scrolls inside itself rather than pushing the page, so a longer
     language cannot break the layout. */
  .steps{gap:3px;padding:4px;min-width:0;overflow-x:auto;scrollbar-width:none}
  .steps::-webkit-scrollbar{display:none}
  .steps span,.steps a{padding:7px 11px;font-size:13px;gap:6px;white-space:nowrap}
  .steps :not(.on) .lbl{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}

  h1{font-size:clamp(36px,10.5vw,52px);letter-spacing:-2px}
  h2{font-size:clamp(28px,8vw,40px);letter-spacing:-1.2px}
  .hero p{font-size:16px}

  .mode{margin:22px 0 0}
  .mode a{padding:11px 18px;font-size:14px}

  /* 16px is the line below which iOS zooms the page on focus. Every field the
     customer can tap into sits on or above it. */
  .bubble{margin-top:16px}
  .bubble .in{padding:6px 6px 6px 18px;gap:8px}
  .bubble input{font-size:17px}
  .bubble .go{padding:13px 16px;font-size:14px}
  /* The keyboard owns the bottom half of the screen, so the list scrolls
     inside itself instead of running underneath it. */
  .sugg{left:8px;right:8px;max-height:46vh;overflow-y:auto;overscroll-behavior:contain}
  .sugg a,.sugg button{padding:16px 18px}
  /* Two on a phone, three on a desktop: the third row lands under the
     keyboard on most handsets. */
  .sugg a:nth-child(n+3){display:none}

  /* The map. It was a ~150px band of world crammed into the top of a 420px
     box, with the search bubble deliberately overlapping its top edge — a
     desktop hero device that just reads as two boxes colliding on a phone.
     Now the box is sized to what it holds, and the map is drawn at 2.3x and
     panned with a finger, which is the only thing that makes a world map
     usable at this width. */
  .mapbox{margin:18px 0 20px;min-height:0;border-radius:22px}
  .mapscroll>svg{width:calc(230% * var(--map-zoom));max-width:none}
  /* The tap target stays 44px; the chrome around it is what was heavy over a
     376px map. */
  .mapzoom{top:10px;right:10px;border-radius:13px}
  .mapzoom button{width:44px;height:44px}
  .mapzoom svg{width:15px;height:15px}
  .maplegend{position:static;padding:14px 18px 16px;gap:14px;flex-wrap:wrap}
  .fromline{padding:4px 0 32px}

  .top{padding:26px 0 20px}
  .plan{padding:18px}
  .plan .gb{font-size:23px}
  .plan .arr{width:40px;height:40px}
  .cond summary{padding:14px 0}
  .condgrid{gap:20px;padding:16px 0 4px}

  .co{gap:22px;padding:4px 0 48px}
  .sum{padding:20px;border-radius:20px;gap:12px}
  .sum .tot b{font-size:26px}
  .form{gap:22px}
  .field input[type="email"],.field input[type="text"]{font-size:16px;padding:15px 16px}
  .cta{gap:14px}
  .cta .btn{min-width:0;width:100%;padding:17px 24px}

  .ready{padding:22px 0 64px}
  .install{padding:18px;gap:18px;border-radius:20px}
  .devicepick{gap:8px}
  .devicepick .picks{width:100%}
  .devicepick a{flex:1;justify-content:center;padding:9px 8px;font-size:13px;text-align:center}
  .pane h3{font-size:19px}
  .copybox{padding:5px 5px 5px 14px}
  .copybox input{font-size:16px}
  .copy{width:44px;height:44px}
  .installwrap{gap:24px}
  .refundform{margin-top:28px}
}

/* Very narrow phones: the wordmark is the first thing that can go, and the
   step bar keeps its bubbles. */
@media (max-width:360px){
  .brand .name{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
}
