/* ==========================================================================
   Site theme — generated from company-formations-templates/builder.html
   Palette and layout flags are documented in that folder's THEME.md.
   Layout variants are kept live: body data-attributes come from config/site.php.
   ========================================================================== */

/* ============================================================
   THE WEBSITE  (everything below is driven by the controls)
   ============================================================ */
body{
  /* colour — see THEME.md; chosen in the templates builder */
  --accent:#0F7A52; --accent-d:#074F34; --accent-t:#EEF9F5; --accent-ink:#fff;
  --ink:#0B0D12; --body:#23293A; --muted:#4A5266; --line:#DFE3EB;
  --bg:#F5F7FA; --surface:#fff;
  --r:12px; --r-sm:8px; --pad:58px; --gap:18px;
  --f-head:'Inter',-apple-system,system-ui,sans-serif;
  --f-body:'Inter',-apple-system,system-ui,sans-serif;
  --h1:clamp(2.1rem,4.4vw,3.35rem); --h2:clamp(1.5rem,2.7vw,2.05rem); --tight:-.03em;
  background:var(--bg);color:var(--ink);font-family:var(--f-body);line-height:1.55;
  font-size:16px;
}
body[data-type=serif]{--f-head:'Lora',Georgia,serif;--tight:-.015em}
body[data-type=grotesk]{--f-head:'Space Grotesk',Inter,sans-serif;--f-body:'Inter',sans-serif;--tight:-.02em}
body[data-radius=sharp]{--r:0px;--r-sm:0px}
body[data-radius=soft]{--r:12px;--r-sm:8px}
body[data-radius=round]{--r:20px;--r-sm:12px}
body[data-density=compact]{--pad:34px;--gap:14px;--h1:clamp(1.9rem,3.6vw,2.7rem);--h2:clamp(1.35rem,2.2vw,1.72rem)}
body *{box-sizing:border-box}
body a{color:inherit;text-decoration:none}
body h1,body h2,body h3,body h4{font-family:var(--f-head);letter-spacing:var(--tight);line-height:1.15;margin:0}
body p{margin:0}
.w{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.sec{padding:var(--pad) 0}
.eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}
.lede{color:var(--body);max-width:66ch}
.ph{background:#FDF0D2;box-shadow:0 0 0 1px #EFD79A inset;padding:0 .2em;border-radius:3px;color:#6B4B10}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.94rem;padding:.68rem 1.2rem;border-radius:var(--r-sm);border:1px solid transparent;cursor:pointer;font-family:var(--f-body);transition:.15s}
.btn-p{background:var(--accent);color:var(--accent-ink)}
.btn-p:hover{background:var(--accent-d)}
.btn-o{background:transparent;color:var(--ink);border-color:var(--line)}
.btn-o:hover{border-color:var(--ink)}
.btn-w{background:#fff;color:var(--ink)}

/* ---- header ---- */
.util{font-size:.8rem;background:var(--ink);color:#A9B4C6}
.util .w{display:flex;gap:20px;padding:.55rem 0;flex-wrap:wrap}
.util b{color:#fff;font-weight:600}
.util b.ph,.util .ph{color:#6B4B10}
.util span:last-child{margin-left:auto}
body[data-nav=standard] .util,body[data-nav=minimal] .util{display:none}
.nav{border-bottom:1px solid var(--line);background:var(--surface)}
.nav .w{display:flex;align-items:center;gap:26px;padding:12px 0}
.logo{display:flex;align-items:center;gap:10px;font-family:var(--f-head);font-weight:700;font-size:1.06rem;letter-spacing:var(--tight)}
.logo i{width:30px;height:30px;border-radius:var(--r-sm);background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;font-style:normal;font-size:.82rem;font-weight:700;font-family:var(--f-body)}
.nav nav{display:flex;gap:22px;margin-left:auto;font-size:.92rem;font-weight:500;color:var(--body)}
.nav nav a:hover{color:var(--accent)}
.nav .cta{margin-left:22px}
body[data-nav=minimal] .nav nav{display:none}
body[data-nav=minimal] .nav .cta{margin-left:auto}
body[data-header=dark] .nav{background:var(--ink);border-bottom-color:#232838;color:#fff}
body[data-header=dark] .nav nav{color:#C4CCDA}
body[data-header=dark] .nav nav a:hover{color:#fff}
body[data-header=dark] .logo i{background:#fff;color:var(--ink)}
body[data-header=dark] .nav .btn-o{color:#fff;border-color:#3A4356}
body[data-header=accent] .nav{background:var(--accent);border-bottom-color:var(--accent-d);color:var(--accent-ink)}
body[data-header=accent] .nav nav{color:var(--accent-ink);opacity:.86}
body[data-header=accent] .logo i{background:var(--accent-ink);color:var(--accent)}
body[data-header=accent] .nav .btn-p{background:var(--accent-ink);color:var(--accent)}
body[data-header=accent] .nav .btn-o{color:var(--accent-ink);border-color:rgba(255,255,255,.4)}

/* ---- hero ---- */
.hero{padding:var(--pad) 0;background:var(--surface);border-bottom:1px solid var(--line)}
.hero h1{font-size:var(--h1);margin-bottom:.5rem}
.hero .lede{font-size:1.06rem;margin-bottom:1.4rem}
.hero-grid{display:grid;gap:44px;align-items:start}
body[data-hero=split] .hero-grid{grid-template-columns:1.05fr .95fr}
body[data-hero=centre] .hero-grid{grid-template-columns:1fr;text-align:center;justify-items:center}
body[data-hero=centre] .hero .lede{margin-inline:auto}
body[data-hero=centre] .hero-copy{max-width:none}
body[data-hero=centre] .finder{width:min(760px,100%);text-align:left}
body[data-hero=panel] .hero{background:var(--ink);border-bottom:0;color:#fff}
body[data-hero=panel] .hero .lede{color:#B7C0CF}
body[data-hero=panel] .hero .eyebrow{color:#7FD8B4}
body[data-hero=panel] .hero-grid{grid-template-columns:1fr 1fr}

/* The search box is the hero's job, so it stays tight: the supporting copy
   moved beneath it and is set small, to keep the whole band short. */
.hero .finder{padding:16px 18px}
.hero .finder h2{font-size:1.05rem;margin-bottom:.75rem}
.hero .finder .fbar input{font-size:.98rem;padding:.72rem 0}
.hero-note{font-size:.9rem;line-height:1.6;color:var(--body);margin:0;max-width:78ch}
body[data-hero=panel] .hero-note{color:#B7C0CF}

/* ---- the company name search box ---- */
.finder{color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:22px;box-shadow:0 18px 44px rgba(11,13,18,.07)}
body[data-hero=panel] .finder{box-shadow:0 24px 60px rgba(0,0,0,.35)}
.finder h2{font-size:1.15rem;margin-bottom:.35rem;text-align:center}
.finder .sub{font-size:.86rem;color:var(--muted);margin:0 auto 1.1rem;text-align:center;max-width:44ch}
.fbar{display:flex;gap:8px}
.fbar .field{flex:1;display:flex;align-items:center;gap:10px;border:1.5px solid var(--line);border-radius:var(--r-sm);padding:0 .9rem;background:var(--surface);transition:.15s}
.fbar .field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-t)}
.fbar svg{flex:none;width:17px;height:17px;stroke:var(--muted);fill:none;stroke-width:2}
.fbar input{flex:1;border:0;outline:0;font:inherit;font-size:1rem;padding:.85rem 0;background:transparent;color:var(--ink);min-width:0}
.fbar input::placeholder{color:#767F94}
.suffix{font-size:.9rem;font-weight:600;color:var(--muted);white-space:nowrap}
.field .ending{flex:none;font:inherit;font-size:.9rem;font-weight:600;color:var(--ink);
  background:var(--bg);border:1px solid var(--line);border-radius:100px;
  padding:.35rem 1.9rem .35rem .8rem;margin-left:.4rem;cursor:pointer;-webkit-appearance:none;appearance:none;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236B7488' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right .7rem center;background-size:10px}
.field .ending:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-t)}
.jur{display:flex;gap:6px;margin-top:12px;flex-wrap:wrap}
.jur button{font:inherit;font-size:.8rem;font-weight:600;color:var(--body);background:var(--surface);border:1px solid var(--line);border-radius:100px;padding:.35rem .8rem;cursor:pointer}
.jur button[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}
.res{display:none;margin-top:16px;border-top:1px solid var(--line);padding-top:14px}
.res.on{display:block}
.rr{display:flex;gap:10px;padding:.5rem 0;align-items:flex-start}
.rr i{flex:none;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:.7rem;font-weight:700;margin-top:2px}
.rr i.ok{background:#DCF2E7;color:#0F7A52}
.rr i.warn{background:#FDF0D2;color:#8A5A00}
.rr i.bad{background:#FBE3E1;color:#B3261E}
.rr b{display:block;font-size:.88rem;font-weight:600}
.rr span span{display:block;font-size:.82rem;color:var(--muted);line-height:1.5}

/* ---- generic blocks ---- */
.grid{display:grid;gap:var(--gap)}
.g4{grid-template-columns:repeat(4,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px 20px}
.card h3{font-size:1.05rem;margin-bottom:.4rem}
.card p{font-size:.9rem;color:var(--body)}
.num{font-family:'IBM Plex Mono',monospace;font-size:.76rem;font-weight:500;color:var(--accent);letter-spacing:.1em;display:block;margin-bottom:.7rem}
.tags{list-style:none;margin:.7rem 0 0;padding:0;font-size:.84rem;color:var(--body)}
.tags li{padding:.16rem 0 .16rem 1rem;position:relative}
.tags li::before{content:"";position:absolute;left:0;top:.62rem;width:5px;height:5px;border-radius:50%;background:var(--accent)}
.head{margin-bottom:20px}
.head h2{font-size:var(--h2);margin:.5rem 0 .6rem}
.strip{background:var(--accent-t);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.strip .w{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);padding:20px 0}
.strip h4{font-size:.92rem;margin-bottom:.25rem}
.strip p{font-size:.83rem;color:var(--body)}
.pkg{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px 20px;display:flex;flex-direction:column}
.pkg.sel{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-t);position:relative}
.pkg-flag{position:absolute;top:-11px;left:20px;background:var(--accent);color:var(--accent-ink);
  font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  padding:.25rem .6rem;border-radius:100px}
.pkg h3{font-size:1.1rem}
.pkg .for{font-size:.8rem;color:var(--muted);margin:.2rem 0 .6rem;min-height:2.4em;line-height:1.2}
.pkg .btn{margin-top:auto;width:100%}
/* The second action is a link, not a second button — two stacked buttons made
   every card 40px taller for something almost nobody clicks first. */
.pkg-more{display:block;text-align:center;margin-top:.5rem;font-size:.82rem;
  color:var(--body);text-decoration:underline;text-underline-offset:3px}
.pkg-more:hover{color:var(--accent)}
.cta-band{background:var(--ink);color:#fff}
body[data-header=accent] .cta-band{background:var(--accent)}
.cta-band .w{padding:calc(var(--pad) * .9) 0;display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.cta-band h2{font-size:var(--h2);flex:1;min-width:280px}
.cta-band p{color:#B7C0CF;font-size:.95rem;max-width:60ch;margin-top:.6rem}
body[data-header=accent] .cta-band p{color:rgba(255,255,255,.82)}
footer{background:var(--surface);border-top:1px solid var(--line);padding:32px 0 24px;font-size:.87rem;color:var(--body)}
footer .cols{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:var(--gap)}
@media(max-width:1100px){footer .cols{grid-template-columns:repeat(3,1fr)}}
footer h4{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}
footer ul{list-style:none;margin:0;padding:0}
footer li{padding:.1rem 0}
footer a:hover{color:var(--accent)}
.legal{margin-top:34px;padding-top:20px;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted)}
@media(max-width:980px){
  body[data-hero=split] .hero-grid,body[data-hero=panel] .hero-grid{grid-template-columns:1fr}
  .g4,.g3,.g2,.strip .w,footer .cols{grid-template-columns:1fr 1fr}
  .nav nav{display:none}
}
@media(max-width:620px){.g4,.g3,.g2,.strip .w,footer .cols{grid-template-columns:1fr}.fbar{flex-wrap:wrap}.fbar .btn{width:100%}}

/* ==========================================================================
   Base + components added for the full site
   ========================================================================== */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0}
img{max-width:100%;height:auto}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:.7rem 1rem;z-index:99}
.skip:focus{left:8px;top:8px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* nav: mobile disclosure */
.navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:var(--r-sm);
  padding:0;font:inherit;color:inherit;cursor:pointer;margin-left:auto;position:relative}
body[data-header=accent] .navtoggle{border-color:rgba(255,255,255,.4);color:var(--accent-ink)}
body[data-header=dark] .navtoggle{border-color:#3A4356;color:#fff}
.nav nav a[aria-current=page]{color:var(--accent);font-weight:600}
body[data-header=accent] .nav nav a[aria-current=page],
body[data-header=dark] .nav nav a[aria-current=page]{color:#fff;opacity:1;text-decoration:underline;text-underline-offset:5px}

/* page header (inner pages) */
.phead{background:var(--ink);color:#fff;padding:calc(var(--pad) * 1.15) 0}
body[data-header=accent] .phead{background:var(--accent)}
.phead h1{font-size:var(--h1);margin:.45rem 0 .5rem;max-width:22ch}
.phead p{color:rgba(255,255,255,.9);max-width:64ch;font-size:1.02rem}
.crumbs{font-size:.8rem;color:rgba(255,255,255,.7)}
.crumbs a:hover{text-decoration:underline}
.crumbs span{opacity:.5;padding:0 .35rem}

/* prose */
.prose{max-width:70ch}
.prose h2{font-size:var(--h2);margin:1.5rem 0 .55rem}
.prose h3{font-size:1.08rem;margin:1.2rem 0 .4rem}
.prose p,.prose li{color:var(--body)}
.prose p{margin:0 0 .8rem}
.prose ul,.prose ol{margin:0 0 .9rem;padding-left:1.2rem}
.prose li{margin-bottom:.3rem}
.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.prose strong{color:var(--ink)}

/* forms */
.form{display:grid;gap:14px}
.form .two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.f label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem}
.f input,.f select,.f textarea{width:100%;font:inherit;font-size:.95rem;color:var(--ink);background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-sm);padding:.72rem .85rem}
.f textarea{min-height:120px;resize:vertical}
.f input:focus,.f select:focus,.f textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-t)}
.f .err{display:block;font-size:.8rem;color:#B3261E;margin-top:.3rem}
.f .hint{display:block;font-size:.78rem;color:var(--muted);margin-top:.3rem}
.hp{position:absolute;left:-9999px}
.flash{background:#DCF2E7;border:1px solid #A8DCC4;color:#0B4D34;border-radius:var(--r-sm);padding:.9rem 1.05rem;font-size:.9rem;margin-bottom:16px}
.flash-bad{background:#FBE3E1;border-color:#EFC0BB;color:#8A241C}

/* register match list */
.matches{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:8px}
.matches li{border:1px solid var(--line);border-radius:var(--r-sm);padding:.7rem .85rem;background:var(--surface);display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}
.matches b{font-size:.92rem}
.matches .no{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:.78rem;color:var(--muted)}
.matches .st{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.15rem .5rem;border-radius:100px;background:#F0F2F6;color:var(--body)}
.matches .st.live{background:#FBE3E1;color:#8A241C}
.matches .st.gone{background:#DCF2E7;color:#0B4D34}
.matches a{margin-left:auto;font-size:.82rem;color:var(--accent);text-decoration:underline;text-underline-offset:3px}

/* verdict banner */
.verdict{border-radius:var(--r-sm);padding:.9rem 1.05rem;margin-bottom:4px}
.verdict b{display:block;font-size:.95rem}
.verdict span{font-size:.85rem}
.verdict.clear{background:#DCF2E7;color:#0B4D34}
.verdict.caution{background:#FDF0D2;color:#6B4B10}
.verdict.blocked{background:#FBE3E1;color:#8A241C}

/* faq */
.faq{display:grid;gap:10px;max-width:80ch}
.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);padding:.9rem 1.1rem}
.faq summary{font-weight:600;font-size:.98rem;cursor:pointer;list-style:none;display:flex;gap:10px;align-items:flex-start}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"+";color:var(--accent);font-weight:700;line-height:1.3}
.faq details[open] summary::before{content:"–"}
.faq .a{font-size:.92rem;color:var(--body);margin-top:.6rem;padding-left:1.35rem}

/* misc */
.split{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:start}
.aside{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px 20px;position:sticky;top:20px}
.aside h3{font-size:1rem;margin-bottom:.5rem}
.aside p{font-size:.88rem;color:var(--body)}
.kv{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.4rem 1rem;font-size:.88rem;margin:1rem 0 0}
.kv dd{overflow-wrap:anywhere}
.kv dt{color:var(--muted)}
.kv dd{margin:0;font-weight:600}
.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:1rem}
.pill{font-size:.78rem;font-weight:600;border:1px solid var(--line);border-radius:100px;padding:.3rem .75rem;color:var(--body)}
.pill.on{background:var(--accent-t);border-color:var(--accent);color:var(--accent-d)}
.note-box{background:var(--accent-t);border:1px solid var(--line);border-radius:var(--r);padding:16px 18px;font-size:.9rem;color:var(--body)}
.note-box h3,.note-box h2{font-size:1rem;margin-bottom:.4rem;color:var(--ink)}
.warn-box{background:#FDF6E7;border:1px solid #EEDFB8;border-radius:var(--r);padding:20px 22px;font-size:.9rem;color:#6B4B10}
.warn-box h3,.warn-box h2{font-size:1rem;margin-bottom:.4rem;color:#8A5A00}
@media(max-width:980px){
  .split{grid-template-columns:1fr}
  .aside{position:static}
  .navtoggle{display:block}
  .nav nav{display:none;width:100%;flex-direction:column;gap:2px;margin:12px 0 0;order:3}
  .nav nav.open{display:flex}
  .nav .w{flex-wrap:wrap}
  .nav .cta{order:2}
}
@media(max-width:620px){.form .two{grid-template-columns:1fr}}
@media print{.nav,.util,.cta-band,.navtoggle{display:none}}

/* The utility bar is a convenience, not a headline: on a phone keep the two
   things worth tapping and drop the rest rather than spending a third of the
   first screen on it. */
@media(max-width:700px){
  .util .w{gap:0 16px;padding:.5rem 0}
  .util span:first-child,.util span:last-child{display:none}
  .util span:nth-child(3){margin-left:auto}
  .util{font-size:.78rem}
}

/* ==========================================================================
   Pricing
   ========================================================================== */
.price{font-family:var(--f-head);font-size:1.9rem;letter-spacing:var(--tight);line-height:1.1;margin:0}
.price small{font-size:.8rem;font-weight:500;color:var(--muted);font-family:var(--f-body);letter-spacing:0;margin-left:.35rem}
.price-sub{font-size:.8rem;color:var(--muted);display:block;margin-top:.3rem}

/* The price sits in its own curved panel so it reads as the answer to the card,
   and so four cards side by side line up on the same shape. */
.pricebox{background:var(--accent-t);border:1px solid var(--line);border-radius:var(--r);
  padding:12px 14px;margin:.2rem 0 .85rem}
.aside .pricebox{margin-top:.6rem}
.ptable{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.ptable caption{text-align:left;font-family:var(--f-head);font-size:1.05rem;font-weight:600;padding:0 0 .6rem;color:var(--ink)}
.ptable th,.ptable td{text-align:left;padding:.75rem .9rem;border-bottom:1px solid var(--line);font-size:.9rem;vertical-align:top}
.ptable thead th{background:var(--accent-t);font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--body)}
.ptable tbody tr:last-child td{border-bottom:0}
.ptable td.amt,.ptable th.amt{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
.ptable td b{color:var(--ink)}
.ptable td small{display:block;color:var(--muted);font-size:.8rem;margin-top:.15rem}
.tscroll{overflow-x:auto;margin-bottom:18px}
.free{color:var(--accent-d);font-weight:600}

/* provider comparison */
.provs{display:grid;gap:var(--gap);grid-template-columns:repeat(2,1fr)}
.prov{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);padding:20px 22px}
.prov h3{font-size:1rem;margin-bottom:.35rem}
.prov ul{list-style:none;margin:1rem 0 0;padding:0}
.prov li{display:flex;gap:10px;padding:.5rem 0;border-top:1px solid var(--line);font-size:.88rem;color:var(--body)}
.prov li b{flex:none;width:8.5rem;color:var(--ink);font-weight:600}
.prov > p{font-size:.87rem;color:var(--body)}
@media(max-width:860px){.provs{grid-template-columns:1fr}.prov li{flex-direction:column;gap:2px}.prov li b{width:auto}}

/* long-form guide */
.guide{max-width:none}
.guide .cols2{column-count:1}
.guide h2{font-size:var(--h2);margin:1.7rem 0 .6rem;max-width:40ch}
.guide h3{font-size:1.1rem;margin:1.3rem 0 .4rem}
.guide p,.guide li{color:var(--body);max-width:74ch}
.guide p{margin:0 0 .8rem}
.guide ul,.guide ol{margin:0 0 .9rem;padding-left:1.2rem}
.guide li{margin-bottom:.3rem}
.guide a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.guide dl.defs{display:grid;gap:0;margin:1rem 0 1.6rem;border-top:1px solid var(--line)}
.guide dl.defs dt{font-weight:600;color:var(--ink);padding:.85rem 0 .2rem;font-size:.95rem}
.guide dl.defs dd{margin:0 0 .85rem;padding-bottom:.85rem;border-bottom:1px solid var(--line);color:var(--body);font-size:.92rem;max-width:74ch}

/* ==========================================================================
   Client portal
   ========================================================================== */
.portal{display:grid;grid-template-columns:230px 1fr;gap:0;min-height:calc(100vh - 60px)}
.pside{background:var(--surface);border-right:1px solid var(--line);padding:24px 18px}
.pside h4{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:1.4rem 0 .5rem}
.pside h4:first-child{margin-top:0}
.pside a{display:block;padding:.5rem .7rem;border-radius:var(--r-sm);font-size:.9rem;color:var(--body);font-weight:500}
.pside a:hover{background:var(--accent-t);color:var(--accent-d)}
.pside a[aria-current=page]{background:var(--accent);color:var(--accent-ink);font-weight:600}
.pmain{padding:30px 34px 60px;min-width:0}
.pmain h1{font-size:1.7rem;margin-bottom:.3rem}
.pmain > .sub{color:var(--muted);font-size:.92rem;margin-bottom:1.8rem}
.pbar{background:var(--ink);color:#fff;padding:0}
.pbar .w{display:flex;align-items:center;gap:18px;padding:12px 0}
.pbar .logo{color:#fff}
.pbar .logo i{background:#fff;color:var(--ink)}
.pbar nav{margin-left:auto;display:flex;gap:16px;align-items:center;font-size:.86rem;color:#C4CCDA}
.pbar nav a:hover{color:#fff}
.pbar form{margin:0}
.pbar button{background:none;border:1px solid #3A4356;color:#fff;font:inherit;font-size:.84rem;padding:.35rem .8rem;border-radius:var(--r-sm);cursor:pointer}
.pbar button:hover{background:#232838}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:var(--gap);margin-bottom:18px}
.stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:18px 20px}
.stat span{display:block;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}
.stat b{font-family:var(--f-head);font-size:1.6rem;letter-spacing:var(--tight);display:block;line-height:1.1}
.stat small{display:block;font-size:.82rem;color:var(--body);margin-top:.3rem}
.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);margin-bottom:14px;overflow:hidden}
.panel > header{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}
.panel > header h2{font-size:1rem}
.panel > header .btn{margin-left:auto;padding:.45rem .8rem;font-size:.84rem}
.panel .body{padding:20px}
.rows{width:100%;border-collapse:collapse}
.rows th,.rows td{text-align:left;padding:.7rem 20px;border-bottom:1px solid var(--line);font-size:.89rem;vertical-align:middle}
.rows th{font-size:.7rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);background:var(--bg)}
.rows tbody tr:last-child td{border-bottom:0}
.rows tbody tr:hover{background:var(--accent-t)}
.rows td b{color:var(--ink)}
.rows td small{display:block;color:var(--muted);font-size:.8rem}
.rows .r{text-align:right}
.tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .55rem;border-radius:100px;background:#F0F2F6;color:var(--body)}
.tag.ok{background:#DCF2E7;color:#0B4D34}
.tag.warn{background:#FDF0D2;color:#6B4B10}
.tag.bad{background:#FBE3E1;color:#8A241C}
.tag.info{background:var(--accent-t);color:var(--accent-d)}
.empty{padding:34px 20px;text-align:center;color:var(--muted);font-size:.9rem}
.empty b{display:block;color:var(--ink);font-size:1rem;margin-bottom:.3rem;font-family:var(--f-head)}
.authbox{max-width:460px;margin:60px auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:30px}
.authbox h1{font-size:1.5rem;margin-bottom:.4rem}
.authbox > p{color:var(--body);font-size:.92rem;margin-bottom:1.4rem}
.authbox .alt{margin-top:1.2rem;font-size:.88rem;color:var(--body);text-align:center}
.authbox .alt a{color:var(--accent);text-decoration:underline}
.checkline{display:flex;gap:9px;align-items:flex-start;font-size:.86rem;color:var(--body)}
.checkline input{width:auto;margin-top:.2rem}
/* .f label is a block with bold text, which is right for a field label and
   wrong for the sentence beside a checkbox. */
.f label.checkline{display:flex;font-weight:400;margin-bottom:0;line-height:1.5}
/* .f input is a full-width padded box, which turns a checkbox into a tall
   stripe. Checkboxes and radios keep their own dimensions. */
.f input[type=checkbox],.f input[type=radio]{width:auto;flex:none;padding:0;border:0;
  height:auto;min-height:0;border-radius:0;accent-color:var(--accent)}
.f label.checkline a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
@media(max-width:820px){
  .portal{grid-template-columns:1fr}
  .pside{border-right:0;border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:6px;padding:14px}
  .pside h4{display:none}
  .pside a{padding:.4rem .7rem;border:1px solid var(--line)}
  .pmain{padding:22px 18px 50px}
  .rows{display:block;overflow-x:auto;white-space:nowrap}
}

/* ==========================================================================
   FAQ — 100 questions, two columns, compact rows
   ==========================================================================
   Multi-column rather than a grid: the browser balances the columns itself, so
   a group with 15 questions and one with 8 still end up level. break-inside
   stops a question splitting across the gutter mid-answer. */
.faq-tools{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:18px}
.faq-search{flex:1;min-width:240px;display:flex;align-items:center;gap:9px;border:1.5px solid var(--line);border-radius:var(--r-sm);padding:0 .8rem;background:var(--surface)}
.faq-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-t)}
.faq-search svg{flex:none;width:16px;height:16px;stroke:var(--muted);fill:none;stroke-width:2}
.faq-search input{flex:1;border:0;outline:0;font:inherit;font-size:.92rem;padding:.6rem 0;background:transparent;color:var(--ink);min-width:0}
.faq-count{font-size:.82rem;color:var(--muted);white-space:nowrap}
.faq-jump{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:26px}
.faq-jump a{font-size:.8rem;font-weight:600;border:1px solid var(--line);border-radius:100px;padding:.3rem .75rem;color:var(--body);background:var(--surface)}
.faq-jump a:hover{border-color:var(--accent);color:var(--accent-d);background:var(--accent-t)}

.faq-group{margin-bottom:30px}
.faq-group > h2{font-size:1.15rem;margin-bottom:.15rem;scroll-margin-top:20px}
.faq-group > p{font-size:.82rem;color:var(--muted);margin-bottom:.9rem}

.faq-cols{columns:2;column-gap:22px}
.faq-cols > details{
  break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;
  display:block;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-sm);margin:0 0 6px;padding:0;overflow:hidden;
}
.faq-cols > details > summary{
  list-style:none;cursor:pointer;display:flex;gap:8px;align-items:flex-start;
  padding:.52rem .7rem;font-size:.88rem;font-weight:600;line-height:1.35;color:var(--ink);
}
.faq-cols > details > summary::-webkit-details-marker{display:none}
.faq-cols > details > summary::before{
  content:"+";flex:none;color:var(--accent);font-weight:700;font-size:.95rem;line-height:1.3;width:.8em;
}
.faq-cols > details[open]{border-color:var(--accent)}
.faq-cols > details[open] > summary{padding-bottom:.3rem}
.faq-cols > details[open] > summary::before{content:"–"}
.faq-cols > details > .a{
  font-size:.85rem;line-height:1.5;color:var(--body);padding:0 .7rem .6rem 1.5rem;margin:0;
}
.faq-cols > details:hover{border-color:#C7CEDB}
.faq-hidden{display:none !important}
.faq-none{padding:26px 4px;color:var(--muted);font-size:.9rem}
@media(max-width:820px){.faq-cols{columns:1}}
@media print{.faq-cols{columns:2}.faq-cols > details > .a{display:block}}

/* glossary */
.gloss{columns:2;column-gap:26px}
.gloss > div{break-inside:avoid;margin:0 0 14px;padding:0 0 14px;border-bottom:1px solid var(--line)}
.gloss h3{font-size:.98rem;margin-bottom:.25rem}
.gloss h3 a{color:var(--accent)}
.gloss h3 a:hover{text-decoration:underline}
.gloss p{font-size:.87rem;color:var(--body);line-height:1.5}
.gloss-index{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:24px}
.gloss-index a{font-size:.8rem;font-weight:600;border:1px solid var(--line);border-radius:100px;padding:.28rem .7rem;color:var(--body);background:var(--surface)}
.gloss-index a:hover{border-color:var(--accent);color:var(--accent-d);background:var(--accent-t)}
.definition{background:var(--accent-t);border-left:3px solid var(--accent);border-radius:0 var(--r-sm) var(--r-sm) 0;padding:16px 20px;font-size:1.02rem;line-height:1.55;color:var(--ink);margin-bottom:1.4rem}
@media(max-width:820px){.gloss{columns:1}}

/* comparison table */
.vs{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.vs th,.vs td{text-align:left;padding:.8rem 1rem;border-bottom:1px solid var(--line);font-size:.9rem;vertical-align:top}
.vs thead th{background:var(--accent-t);font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--body)}
.vs tbody tr:last-child td{border-bottom:0}
.vs td:first-child{font-weight:600;color:var(--ink);width:26%}
.vs .yes{color:var(--accent-d);font-weight:600}
.vs .no{color:#8A241C;font-weight:600}

/* html site map */
.smap{columns:3;column-gap:26px}
.smap section{break-inside:avoid;margin-bottom:18px}
.smap h2{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}
.smap ul{list-style:none;margin:0;padding:0}
.smap li{padding:.15rem 0;font-size:.88rem}
.smap a{color:var(--body)}
.smap a:hover{color:var(--accent);text-decoration:underline}
@media(max-width:980px){.smap{columns:2}}
@media(max-width:620px){.smap{columns:1}}

/* ==========================================================================
   Primary navigation — one row, panels beneath
   ==========================================================================
   Everything is scoped under .nav so no other list on the site inherits it. */
.nav .w{display:flex;align-items:center;gap:8px;padding:14px 0;position:relative}
.nav .logo{margin-right:18px}
.navmenu{display:flex;align-items:center;gap:2px;margin:0;padding:0;list-style:none}
.navmenu > li{position:static}
/* The top row. This base block is what makes the labels legible — without it
   the links inherit the hover colours and render green on the green header. */
.navmenu > li > a,
.navmenu > li > button{
  display:inline-flex;align-items:center;gap:6px;font:inherit;font-size:.92rem;font-weight:500;
  color:var(--body);background:none;border:0;cursor:pointer;padding:.55rem .7rem;
  border-radius:var(--r-sm);line-height:1.2;white-space:nowrap;
}
.navmenu > li > button::after{
  content:"";width:6px;height:6px;flex:none;opacity:.55;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);transition:transform .15s;
}
.navmenu > li > button[aria-expanded=true]::after{transform:rotate(-135deg) translateY(-1px)}
.navmenu > li > a:hover,.navmenu > li > button:hover{color:var(--accent);background:var(--accent-t)}
.navmenu > li > a[aria-current=page],.navmenu > li > button[data-current=true]{color:var(--accent);font-weight:600}

body[data-header=accent] .navmenu > li > a,
body[data-header=accent] .navmenu > li > button{color:var(--accent-ink);opacity:.95}
body[data-header=accent] .navmenu > li > a:hover,
body[data-header=accent] .navmenu > li > button:hover{background:rgba(255,255,255,.16);color:#fff;opacity:1}
body[data-header=accent] .navmenu > li > a[aria-current=page],
body[data-header=accent] .navmenu > li > button[data-current=true]{color:#fff;opacity:1;text-decoration:underline;text-underline-offset:6px}
body[data-header=dark] .navmenu > li > a,
body[data-header=dark] .navmenu > li > button{color:#C4CCDA}
body[data-header=dark] .navmenu > li > a:hover,
body[data-header=dark] .navmenu > li > button:hover{background:#232838;color:#fff}

/* The panel itself: full width of the container, under the header. */
.navpanel{
  display:none;position:absolute;left:0;right:0;top:100%;z-index:60;
  background:var(--surface);color:var(--ink);border:1px solid var(--line);
  border-radius:var(--r);box-shadow:0 24px 60px rgba(11,13,18,.14);
  padding:22px 24px;margin-top:6px;
}
.navpanel[data-open=true]{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:26px}
.navpanel.has-feature[data-open=true]{grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) 260px}
.navcol h3{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 .6rem}
.navcol ul{list-style:none;margin:0;padding:0}
.navcol li{margin-bottom:1px}
.navcol a{display:block;padding:.4rem .5rem;border-radius:var(--r-sm);font-size:.9rem;color:var(--ink);line-height:1.3}
.navcol a span{display:block;font-size:.78rem;color:var(--muted);margin-top:.1rem}
.navcol a:hover{background:var(--accent-t);color:var(--accent-d)}
.navcol a[aria-current=page]{background:var(--accent-t);color:var(--accent-d);font-weight:600}
.navfeature{background:var(--accent-t);border-radius:var(--r);padding:18px}
.navfeature b{display:block;font-family:var(--f-head);font-size:.98rem;letter-spacing:var(--tight);margin-bottom:.35rem;color:var(--ink)}
.navfeature span{display:block;font-size:.84rem;color:var(--body);line-height:1.45}
.navfeature a{display:inline-block;margin-top:.7rem;font-size:.85rem;font-weight:600;color:var(--accent-d);text-decoration:underline;text-underline-offset:3px}

.navactions{margin-left:auto;display:flex;align-items:center;gap:8px}
.navactions .signin{font-size:.88rem;font-weight:500;color:var(--body);padding:.5rem .6rem;white-space:nowrap}
.navactions .signin:hover{color:var(--accent)}
body[data-header=accent] .navactions .signin{color:var(--accent-ink);opacity:.92}
body[data-header=accent] .navactions .signin:hover{opacity:1;color:#fff}
body[data-header=dark] .navactions .signin{color:#C4CCDA}

@media(max-width:1180px){
  .navmenu > li > a,.navmenu > li > button{padding:.5rem .55rem;font-size:.88rem}
  .navactions .signin{display:none}
}




/* ==========================================================================
   Long-form reference layout
   ==========================================================================
   A 74ch column inside a 1180px container leaves half the page empty and reads
   as a blog. The column stays 74ch — that is correct for reading — but it now
   sits in a grid with a sticky rail, and the dense blocks inside it span the
   full width as cards rather than running on as prose. */
.refwrap{display:grid;grid-template-columns:minmax(0,1fr) 292px;gap:48px;align-items:start}
.refrail{position:sticky;top:20px;display:grid;gap:14px}
.reftoc{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:20px}
.reftoc h3{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem}
.reftoc ol{list-style:none;margin:0;padding:0;counter-reset:toc}
.reftoc li{counter-increment:toc;border-top:1px solid var(--line)}
.reftoc li:first-child{border-top:0}
.reftoc a{display:flex;gap:9px;padding:.5rem 0;font-size:.86rem;color:var(--body);line-height:1.35}
.reftoc a::before{content:counter(toc,decimal-leading-zero);font-family:'IBM Plex Mono',monospace;font-size:.72rem;color:var(--accent);flex:none;padding-top:.12rem}
.reftoc a:hover{color:var(--accent-d)}
.reffacts{background:var(--ink);color:#fff;border-radius:var(--r);padding:20px}
.reffacts h3{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#7FD8B4;margin-bottom:.8rem}
.reffacts dl{display:grid;gap:.55rem;margin:0}
.reffacts .row{display:flex;justify-content:space-between;gap:12px;align-items:baseline;border-bottom:1px solid #232838;padding-bottom:.55rem}
.reffacts .row:last-child{border-bottom:0;padding-bottom:0}
.reffacts dt{font-size:.82rem;color:#B7C0CF;margin:0}
.reffacts dd{margin:0;font-weight:600;font-size:.92rem;white-space:nowrap}
.reffacts p{font-size:.76rem;color:var(--muted);margin-top:.9rem;line-height:1.45}

/* dense blocks that should use the whole column, not read as paragraphs */
.factgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin:1.2rem 0 1.8rem}
.factgrid > div{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);padding:16px 18px}
.factgrid h3{font-size:.94rem;margin:0 0 .3rem;display:flex;gap:8px;align-items:baseline}
.factgrid h3 i{font-style:normal;font-family:'IBM Plex Mono',monospace;font-size:.72rem;color:var(--accent)}
.factgrid p{font-size:.86rem;color:var(--body);margin:0;max-width:none;line-height:1.5}
.checkgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0 26px;margin:1.1rem 0 1.6rem;list-style:none;padding:0}
.checkgrid li{position:relative;padding:.5rem 0 .5rem 1.4rem;font-size:.9rem;color:var(--body);border-bottom:1px solid var(--line);max-width:none}
.checkgrid li::before{content:"";position:absolute;left:0;top:.95rem;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.checkgrid li b{color:var(--ink)}
@media(max-width:1024px){
  .refwrap{grid-template-columns:1fr;gap:24px}
  .refrail{position:static;grid-template-columns:1fr 1fr;display:grid}
}
@media(max-width:720px){.refrail{grid-template-columns:1fr}}

/* structure choice, as radios so the form needs no JavaScript */
.fbar{flex-wrap:wrap}

/* the verdict */
.verdictcard{border-radius:var(--r);padding:28px 30px;margin-bottom:22px;border:1px solid}
.verdictcard .state{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;
  letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem}
.verdictcard h1{font-size:clamp(1.5rem,3vw,2.1rem);margin-bottom:.5rem}
.verdictcard p{font-size:1rem;line-height:1.55;max-width:70ch}
.verdictcard.available{background:#DCF2E7;border-color:#A8DCC4;color:#0B4D34}
.verdictcard.available h1{color:#0B4D34}
.verdictcard.caution{background:#FDF6E7;border-color:#EEDFB8;color:#6B4B10}
.verdictcard.caution h1{color:#6B4B10}
.verdictcard.taken,.verdictcard.blocked{background:#FBE3E1;border-color:#EFC0BB;color:#8A241C}
.verdictcard.taken h1,.verdictcard.blocked h1{color:#8A241C}
.verdictcard.unknown{background:var(--surface);border-color:var(--line);color:var(--body)}
.verdictcard.unknown h1{color:var(--ink)}
.verdictdetail{margin-top:20px}
.verdictdetail summary{cursor:pointer;font-size:.88rem;font-weight:600;color:var(--body);
  padding:.6rem 0;list-style:none;display:flex;gap:8px;align-items:center}
.verdictdetail summary::-webkit-details-marker{display:none}
.verdictdetail summary::before{content:"+";color:var(--accent);font-weight:700}
.verdictdetail[open] summary::before{content:"–"}
.verdictdetail .rr{border-top:1px solid var(--line)}

/* The one thing to do after a verdict: amend the name and check it again, or
   take it into the order. Recheck and Order now sit side by side on purpose. */
.nextstep{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);
  padding:22px 24px;box-shadow:0 14px 34px rgba(11,13,18,.05)}
.nextstep.go{border-color:var(--accent);box-shadow:0 14px 34px var(--accent-t)}
.nextstep h2{font-size:1.12rem;margin:0 0 .3rem}
.nextstep .sub{font-size:.88rem;color:var(--muted);margin:0 0 1rem;max-width:62ch}
.nextstep .fbar .btn{flex:none;white-space:nowrap}
.nextstep .foot{font-size:.82rem;color:var(--muted);margin:.95rem 0 0;max-width:80ch}
.nextstep .foot a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
@media(max-width:620px){.nextstep{padding:18px}.nextstep .fbar .btn{width:100%}}

/* Cards in a grid stretch to the tallest in the row, so anything after the
   copy has to be pinned to the bottom or short cards end in dead space. */
.grid .card{display:flex;flex-direction:column}
.grid .card .tags{margin-top:auto;padding-top:.5rem}
.grid .card > p{flex:0 0 auto}

/* Company type cards: a headed band on top, the price pinned to the bottom, so
   nine cards of unequal copy still line up on both edges. */
.typecard{padding:0;overflow:hidden}
.typecard-head{background:var(--accent-t);border-bottom:1px solid var(--line);padding:14px 18px 13px}
.typecard-kicker{display:block;font-size:.62rem;font-weight:700;letter-spacing:.15em;
  text-transform:uppercase;color:var(--accent-d);opacity:.75;margin-bottom:.25rem}
.typecard-head h3{font-size:1.02rem;margin:0;line-height:1.25;min-height:2.5em;display:flex;align-items:flex-end}
.typecard-body{display:flex;flex-direction:column;flex:1;padding:16px 18px 18px}
.typecard-body > p{font-size:.88rem;color:var(--body);margin:0 0 1rem}
.typecard .pricebox{margin:auto 0 0;padding:11px 14px}
.typecard .pricebox .price{font-size:1.3rem}
.typecard:hover .typecard-head{background:var(--accent);}
.typecard:hover .typecard-head h3{color:var(--accent-ink)}
.typecard:hover .typecard-kicker{color:var(--accent-ink);opacity:.75}

/* ==========================================================================
   Mobile — the majority of the traffic
   ==========================================================================
   The menu is a white sheet with dark text and 52px rows, not a long list of
   pale text sitting on the brand green. Everything you can tap is at least
   44px tall, which is the size a thumb actually is. */
@media(max-width:1024px){

  /* --- header ---------------------------------------------------------- */
  /* flex `gap` applies to the row gap too once the header wraps, which put a
     stripe of header colour between the sheet and the account row. */
  .nav .w{flex-wrap:wrap;padding:12px 0;gap:0 26px}
  .nav .logo{font-size:1rem;margin-right:8px}
  /* Sign in MOVES into the sheet rather than being duplicated there: the
     header row would otherwise end in an empty box between the toggle and the
     right edge, and phones would have no way to reach an account at all. */
  .navactions{display:none}
  /* The sheet's own -12px bottom margin has to go when something follows it,
     or the account row is pulled up over the last link. */
  .navmenu.open{margin-bottom:0;padding-bottom:0}
  .navmenu.open ~ .navactions{
    display:flex;order:4;width:calc(100% + 40px);margin:0 -20px -12px;padding:0 0 8px;
    background:var(--surface);border-top:1px solid var(--line);
  }
  .navmenu.open ~ .navactions .signin{
    display:block;width:100%;padding:.9rem 20px;min-height:52px;
    font-size:1rem;font-weight:600;color:var(--ink);
  }

  /* An icon, not the word "Menu": three bars closed, a cross open. The label
     stays in the markup for screen readers. Last item, flush with the edge. */
  .navtoggle{display:inline-flex;order:2;margin-left:auto;margin-right:0;width:46px;height:46px;flex:none}
  .navtoggle::before,.navtoggle::after{content:"";position:absolute;left:50%;top:50%;width:19px;height:2px;
    margin-left:-9.5px;background:currentColor;border-radius:2px;transition:transform .18s, box-shadow .18s}
  .navtoggle::before{transform:translateY(-6px)}
  .navtoggle::after{transform:translateY(6px);box-shadow:0 -6px 0 currentColor}
  .navtoggle[aria-expanded=true]::before{transform:rotate(45deg)}
  .navtoggle[aria-expanded=true]::after{transform:rotate(-45deg);box-shadow:none}

  /* --- the sheet ------------------------------------------------------- */
  .navmenu{
    display:none;order:3;width:calc(100% + 40px);margin:12px -20px -12px;
    flex-direction:column;align-items:stretch;gap:0;padding:6px 0 14px;
    background:var(--surface);color:var(--ink);
    max-height:calc(100vh - 130px);overflow-y:auto;-webkit-overflow-scrolling:touch;
  }
  .navmenu.open{display:flex}
  .navmenu > li{width:100%;border-bottom:1px solid var(--line)}
  .navmenu > li:last-child{border-bottom:0}

  .navmenu > li > a,
  .navmenu > li > button,
  body[data-header=accent] .navmenu > li > a,
  body[data-header=accent] .navmenu > li > button,
  body[data-header=dark] .navmenu > li > a,
  body[data-header=dark] .navmenu > li > button{
    width:100%;justify-content:space-between;min-height:52px;
    padding:.9rem 20px;font-size:1rem;font-weight:600;color:var(--ink);
    background:none;border-radius:0;opacity:1;
  }
  body[data-header=accent] .navmenu > li > a[aria-current=page],
  body[data-header=accent] .navmenu > li > button[data-current=true],
  .navmenu > li > button[data-current=true]{color:var(--accent-d);text-decoration:none}
  .navmenu > li > button::after{width:8px;height:8px;opacity:.5}

  /* --- panels in the sheet --------------------------------------------- */
  .navpanel,
  .navpanel.has-feature[data-open=true]{
    position:static;display:none;box-shadow:none;border:0;border-radius:0;
    background:var(--bg);padding:6px 20px 14px;margin:0;
  }
  .navpanel[data-open=true],
  .navpanel.has-feature[data-open=true]{display:block}
  .navcol{margin:0 0 6px}
  .navcol h3,
  body[data-header=accent] .navcol h3,
  body[data-header=dark] .navcol h3{
    font-size:.7rem;letter-spacing:.12em;color:var(--muted);margin:.7rem 0 .2rem;
  }
  .navcol a,
  body[data-header=accent] .navcol a,
  body[data-header=dark] .navcol a{
    min-height:46px;display:flex;flex-direction:column;justify-content:center;
    padding:.5rem 0;font-size:.95rem;color:var(--ink);background:none;border-radius:0;
    border-bottom:1px solid var(--line);
  }
  .navcol li:last-child a{border-bottom:0}
  .navcol a span,
  body[data-header=accent] .navcol a span{font-size:.8rem;color:var(--muted);margin-top:.1rem}
  .navcol a[aria-current=page]{color:var(--accent-d);font-weight:600;background:none}
  .navfeature{display:none}

  /* --- touch targets across the site ----------------------------------- */
  footer li a,
  .smap li a,
  .tags li a{display:inline-block;min-height:44px;line-height:44px}
  .faq-cols > details > summary{min-height:48px;padding:.75rem .8rem;font-size:.92rem}
  .faq-cols > details > .a{font-size:.9rem;padding:0 .8rem .8rem 1.6rem}
  .faq-jump a,.gloss-index a,.pill{min-height:40px;display:inline-flex;align-items:center}
  .jur-opt span{min-height:44px;display:flex;align-items:center;font-size:.85rem}
  .btn{min-height:48px;padding:.85rem 1.3rem}
  .fbar .btn{width:100%}
  .f input,.f select,.f textarea{font-size:16px;min-height:48px}  /* 16px stops iOS zooming on focus */
  .fbar input{font-size:16px}
  .matches a{min-height:44px;display:inline-flex;align-items:center}

  /* --- readability ------------------------------------------------------ */
  .logo{min-height:44px;display:inline-flex;align-items:center}
  .util{font-size:.8rem}
  .crumbs{font-size:.82rem}
  .phead p,.hero .lede{font-size:1rem}
  .card p,.guide p,.guide li{font-size:.95rem}
  .price-sub,.hint,.num{font-size:.8rem}
  .legal{font-size:.82rem;line-height:1.6}
}

/* iPhone-width specifics */
@media(max-width:430px){
  /* Attribute selector, not bare `body` — body[data-density=compact] above
     sets --pad and would otherwise out-rank this. */
  body[data-density]{--pad:26px}
  .w{width:calc(100% - 32px)}
  .navmenu{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}
  .navmenu > li > a,.navmenu > li > button{padding-left:16px;padding-right:16px}
  .navpanel{padding-left:16px;padding-right:16px}
  .navmenu.open ~ .navactions{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}
  .navmenu.open ~ .navactions .signin{padding-left:16px;padding-right:16px}
  .pkg,.card{padding:16px 18px}
  .verdictcard{padding:18px}
  .refrail{grid-template-columns:1fr}
}

/* ==========================================================================
   The name search, directly under the header
   ========================================================================== */
.searchbar{background:var(--surface);border-bottom:1px solid var(--line)}
.searchbar form{display:flex;gap:8px;align-items:center;padding:12px 0;position:relative}
.searchbar svg{position:absolute;left:14px;width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:2;pointer-events:none}
.searchbar input{flex:1;min-width:0;font:inherit;font-size:.95rem;color:var(--ink);
  background:var(--bg);border:1.5px solid var(--line);border-radius:100px;
  padding:.72rem 1rem .72rem 2.6rem;outline:0;-webkit-appearance:none;appearance:none}
.searchbar input::placeholder{color:var(--muted)}
.searchbar input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px var(--accent-t)}
.searchbar input::-webkit-search-cancel-button{-webkit-appearance:none}
.searchbar .btn{flex:none;border-radius:100px;padding:.72rem 1.4rem;min-height:0}
@media(max-width:1024px){
  .searchbar form{padding:10px 0}
  .searchbar input{font-size:16px;padding:.8rem 1rem .8rem 2.6rem}
  .searchbar .btn{min-height:48px;padding:.8rem 1.2rem}
}
@media(max-width:430px){
  .searchbar .btn{padding:.8rem 1rem}
  .searchbar input{padding-left:2.4rem}
  .searchbar svg{left:12px}
}

/* On a phone the search box comes before the sales copy: eyebrow, then the
   name check, then the headline. display:contents lifts the copy's children
   into the same flex container so they can be interleaved without changing
   the markup or the desktop layout. */
@media(max-width:1024px){
  /* align-items:start is inherited from the desktop grid; in a column flex
     container it stops children stretching, so the card sized to its content. */
  .hero-grid{display:flex;flex-direction:column;gap:0;align-items:stretch}
  .hero-copy{display:contents}
  .hero-copy .eyebrow{order:1;margin-bottom:.8rem}
  .hero .finder{order:2;margin-bottom:1.6rem}
  .hero-copy h1{order:3}
  .hero-copy .lede{order:4;margin-bottom:0}
  .hero-note{order:5;margin-top:.8rem}

  /* Flex items default to min-width:auto, so the search card was sizing to its
     own content and spilling past the column instead of shrinking to fit. */
  .hero-grid > *,.finder,.fbar,.field{min-width:0}
  .field input{min-width:0}
}

/* A section heading with its own action opposite it, rather than a button
   stranded under the content. */
.head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:32px}
.head-row .head{margin-bottom:0;flex:1 1 320px}
.head-row .btn{flex:none}
@media(max-width:700px){
  .head-row{align-items:stretch;margin-bottom:24px}
  .head-row .btn{width:100%;justify-content:center}
}

/* Homepage hero: one centred column with the search box centred beneath the
   copy, rather than the box sitting off to one side. The dark panel treatment
   stays — only the alignment changes. */
@media(min-width:1025px){
  body[data-hero=panel] .hero-grid{
    grid-template-columns:1fr;justify-items:center;text-align:center;gap:24px;
  }
  body[data-hero=panel] .hero-copy{max-width:64ch}
  body[data-hero=panel] .hero-copy .lede{margin-inline:auto}
  body[data-hero=panel] .hero .finder{width:min(720px,100%);text-align:left}
  body[data-hero=panel] .hero-note{width:min(720px,100%);text-align:center}
}

/* ==========================================================================
   The order funnel
   ========================================================================== */
/* Checkout chrome: the funnel keeps the brand, a phone number and the way back
   into an account. Everything else is a way out of the order. */
.nav-checkout .w{justify-content:space-between}
.checkout-aside{display:flex;align-items:center;gap:18px;margin-left:auto}
.checkout-aside .saved{font-size:.82rem;color:var(--muted)}
.checkout-aside .tel{font-size:.9rem;font-weight:600;color:var(--ink)}
.foot-checkout{background:var(--surface);border-top:1px solid var(--line);padding:26px 0}
.foot-checkout ul{list-style:none;margin:0 0 .9rem;padding:0;display:flex;gap:20px;flex-wrap:wrap}
.foot-checkout a{font-size:.86rem;color:var(--body)}
.foot-checkout a:hover{color:var(--accent)}
.foot-checkout .legal{font-size:.78rem;color:var(--muted);line-height:1.6;max-width:90ch;margin:0}
@media(max-width:700px){
  .checkout-aside .saved,.checkout-aside .tel{display:none}
}

/* Everything but the ordinary Ltd is folded away, so step one is a
   confirmation rather than a choice between nine. */
.othertypes{margin-top:14px}
.othertypes > summary{cursor:pointer;font-size:.9rem;font-weight:600;color:var(--body);
  padding:.65rem 0;list-style:none;display:flex;gap:8px;align-items:center}
.othertypes > summary::-webkit-details-marker{display:none}
.othertypes > summary::before{content:"+";color:var(--accent);font-weight:700}
.othertypes[open] > summary::before{content:"–"}
.othertypes > summary:hover{color:var(--accent)}
.othertypes .choices{margin-top:6px}

.steps{display:flex;gap:6px;list-style:none;margin:0 0 18px;padding:0;flex-wrap:wrap}
.steps li{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--muted);
  border:1px solid var(--line);background:var(--surface);border-radius:100px;padding:.4rem .85rem}
.steps li b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;
  background:var(--bg);color:var(--muted);font-size:.72rem;font-weight:700}
.steps li[data-state=current]{border-color:var(--accent);color:var(--accent-d);font-weight:600}
.steps li[data-state=current] b{background:var(--accent);color:var(--accent-ink)}
.steps li[data-state=done]{color:var(--body)}
.steps li[data-state=done] b{background:var(--accent-t);color:var(--accent-d)}

.flow{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:38px;align-items:start}
/* A grid track floors at its content's min-width unless told otherwise, and
   the review table is wide enough to push the whole page sideways without it. */
.flowmain{min-width:0}
/* The portal's data tables scroll sideways on small screens; the review table
   is two columns of money and should wrap instead. */
.flowmain .rows{display:table;white-space:normal;overflow-x:visible}
.flowmain .rows td{word-break:break-word;white-space:normal}
.flowmain .rows td.r{white-space:nowrap;font-variant-numeric:tabular-nums}
.flowmain h1{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.4rem}
.flowmain > p.lede{margin-bottom:1.6rem}

.choices{display:grid;gap:10px}
.choices.two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.choice{position:relative;display:block}
.choice input{position:absolute;opacity:0;width:1px;height:1px}
.choice > span{display:block;background:var(--surface);border:1.5px solid var(--line);
  border-radius:var(--r);padding:16px 18px;cursor:pointer;transition:.12s;height:100%}
.choice:hover > span{border-color:#C7CEDB}
.choice input:checked + span{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-t)}
.choice input:focus-visible + span{outline:2px solid var(--accent);outline-offset:2px}
.choice b{display:block;font-family:var(--f-head);font-size:1rem;letter-spacing:var(--tight);margin-bottom:.2rem}
.choice em{display:block;font-style:normal;font-size:.86rem;color:var(--body);line-height:1.45}
.choice .amount{display:block;margin-top:.6rem;font-weight:700;color:var(--accent-d);font-size:.92rem}
.choice .amount small{font-weight:500;color:var(--muted)}

.summary{position:sticky;top:20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:22px}
.summary h2{font-size:1rem;margin-bottom:.2rem}
.summary .who{font-size:.85rem;color:var(--muted);margin-bottom:1rem;word-break:break-word}
.summary dl{display:grid;gap:.5rem;margin:0 0 1rem}
.summary .row{display:flex;justify-content:space-between;gap:12px;font-size:.88rem;align-items:baseline}
.summary .row dt{color:var(--body);margin:0}
.summary .row dd{margin:0;font-weight:600;white-space:nowrap}
.summary .row.total{border-top:1px solid var(--line);padding-top:.7rem;font-size:1rem}
.summary .row.total dd{font-family:var(--f-head);font-size:1.25rem;letter-spacing:var(--tight)}
.summary .note{font-size:.78rem;color:var(--muted);line-height:1.5;margin-top:.8rem}
.summary .pending{font-size:.85rem;color:var(--body);background:var(--bg);border:1px dashed var(--line);
  border-radius:var(--r-sm);padding:.85rem .9rem;margin:0 0 1rem;line-height:1.5}
.flowactions{display:flex;gap:10px;align-items:center;margin-top:22px;flex-wrap:wrap}
.flowactions .back{font-size:.88rem;color:var(--body)}
.flowactions .back:hover{color:var(--accent)}
@media(max-width:980px){
  .flow{grid-template-columns:minmax(0,1fr);gap:24px}
  .summary{position:static;order:-1}
  .flowactions .btn{width:100%;justify-content:center}
}
