/*
   ══ index ══════════════════════════════════════════════════════════════════════════════════

   index.html's own CSS, lifted verbatim out of its inline <style> block. ADR-0063 / CODE-01.
   Rule order is byte-for-byte what it was inline.
   Rules shared by all 24 marketing pages are in glance-base.css, linked immediately before
   this file. Both sit exactly where the <style> block used to, so glance-motion.css and
   glance-identity.css still come after and still win.
*/

:root{
    /* WHITE IS THE DEFAULT. It used to be dark unless the OS asked for light, which meant
       most visitors met a near-black page. Dark is a choice, not one we make for them. */
    --bg:#f5f2ea; --panel:#fffdf8; --panel2:#ece5d7; --text:#191712; --muted:#5f5a50;
    --line:#ddd6c8; --accent:#c5311d; --accent2:#c5311d; --good:#1f7a52;
    --shadow:0 16px 42px rgba(60,45,20,.13);
  }
  @media (prefers-color-scheme: light){
    :root:not([data-theme]){--bg:#f5f2ea;--panel:#fffdf8;--panel2:#ece5d7;--text:#191712;--muted:#5f5a50;
      --line:#ddd6c8;--shadow:0 16px 42px rgba(60,45,20,.13);}
  }

  body{margin:0;font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
  .wrap{max-width:960px;margin:0 auto;padding:0 22px}
  a{color:inherit}
  .btn{display:inline-block;background:var(--text);
    color:var(--bg);font-weight:700;padding:15px 30px;border-radius:9px;text-decoration:none;
    box-shadow:var(--shadow);transition:transform .15s}
  .btn:hover{transform:translateY(-2px)}
  .btn.ghost{background:transparent;color:var(--text);border:1px solid var(--line);box-shadow:none}

  header{padding:52px 0 52px;text-align:center;position:relative;overflow:hidden}
  header::before{content:"";position:absolute;top:-160px;left:50%;transform:translateX(-50%);
    width:940px;max-width:140%;height:560px;z-index:0;pointer-events:none;
    background:radial-gradient(closest-side,rgba(197,49,29,.10),rgba(197,49,29,.03),transparent)}
  header .wrap{position:relative;z-index:1}
  .eyebrow{color:var(--ink-accent2);font-weight:600;letter-spacing:.08em;text-transform:uppercase;
    font-size:13px}
  h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,6.4vw,58px);line-height:1.05;margin:16px 0 14px;letter-spacing:-.015em;font-weight:700}
  h1 .hl{color:var(--accent);font-style:italic}
  .sub{font-size:clamp(17px,2.7vw,21px);color:var(--muted);max-width:660px;margin:0 auto 26px}
  .cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

  /* The creed. It's the whole thesis — let it be the biggest thing on the page. */
  .creed{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,7.4vw,72px);line-height:1.03;letter-spacing:-.02em;
    margin:6px 0 18px;font-weight:700}
  .creed-sub{margin-bottom:26px}

  /* Rotating hero: four applicable directions, one at a time — "explained every morning" is the
     hammer that stays while the subject (business / money / project / health) cycles. Lines are
     stacked in one grid cell so the headline reserves its tallest size and never jumps. */
  .hero-rotate{display:grid;justify-items:center}
  .hero-rotate .hr{grid-column:1;grid-row:1;opacity:0;transform:translateY(.16em);
    animation:heroCycle 18s cubic-bezier(.4,0,.2,1) infinite}
  .hero-rotate .hr:nth-child(1){animation-delay:0s}
  .hero-rotate .hr:nth-child(2){animation-delay:4.5s}
  .hero-rotate .hr:nth-child(3){animation-delay:9s}
  .hero-rotate .hr:nth-child(4){animation-delay:13.5s}
  @keyframes heroCycle{
    0%{opacity:0;transform:translateY(.16em)}
    3%,20%{opacity:1;transform:none}
    23%,100%{opacity:0;transform:translateY(-.16em)}
  }
  @media (prefers-reduced-motion: reduce){
    .hero-rotate .hr{animation:none;opacity:0}
    .hero-rotate .hr:first-child{opacity:1}
  }

  /* The fixed chat button (chat-widget.js, 56px + 20px offset = 76px) sits over this exact
     screen position at typical phone viewport heights, on first load, before anyone scrolls —
     found covering this line's own text. Clearance, not a chat-widget change, since the widget
     is shared across every page and this collision is specific to this hero's height on a phone. */
  @media (max-width:600px){
    .hero-taxline{margin-bottom:76px}
  }

  /* Use-case ticker: a slow, warm drift through the things people actually want. */
  .usecases{margin:22px 0 26px;overflow:hidden;
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
    mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
  .uctrack{display:flex;gap:14px;width:max-content;animation:ucdrift 46s linear infinite}
  .usecases:hover .uctrack{animation-play-state:paused}
  .uc{flex:0 0 300px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;
    background:var(--panel);text-align:left;box-shadow:var(--shadow)}
  .uch{font-weight:700;font-size:15px;letter-spacing:-.01em;margin-bottom:6px}
  .uc p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.55}
  @keyframes ucdrift{from{transform:translateX(0)}to{transform:translateX(-50%)}}
  @media (prefers-reduced-motion: reduce){
    .uctrack{animation:none;overflow-x:auto;scroll-snap-type:x mandatory}
    .uc{scroll-snap-align:center}
  }
  @media(max-width:640px){
    .uc{flex-basis:255px}
    .usecases{margin-left:-22px;margin-right:-22px}
  }
  .hero-proof{display:inline-flex;align-items:center;gap:9px;margin-top:20px;color:var(--muted);
    font-size:14px;flex-wrap:wrap;justify-content:center}
  .hero-proof .stars{color:#ffc65b;letter-spacing:2px}
  .aud-chips{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:28px}
  .aud-chips a{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;
    color:var(--text);text-decoration:none;background:var(--panel);border:1px solid var(--line);
    border-radius:30px;padding:9px 15px;transition:border-color .15s,transform .15s}
  .aud-chips a:hover{border-color:var(--ink-accent2);transform:translateY(-1px)}
  .trust{margin-top:22px;color:var(--muted);font-size:14px}

  section{padding:46px 0;border-top:1px solid var(--line)}
  /* Section headings were only slightly bigger than the body text and shared its weight, so the
     page read as one long undifferentiated column — you couldn't scan it, you had to read it. A
     heading's job is to let someone skip; make it obvious enough to skip TO.
     Bigger, heavier, tighter, and with real air above it so it reads as a new thought. */
  h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(27px,4.4vw,40px);font-weight:700;line-height:1.14;
     letter-spacing:-.012em;margin:0 0 12px}
  section > .wrap > h2:first-child,
  section > .wrap > .eyebrow + h2{margin-top:0}
  h3{font-size:clamp(17px,2vw,20px);font-weight:700;letter-spacing:-.015em}
  /* The lead paragraph under a heading is the subtitle, not more body copy — it should be visibly
     quieter than the heading and visibly louder than everything below it. */
  .lead{font-size:clamp(16px,1.7vw,18.5px);line-height:1.6}
  .eyebrow{font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase;
     color:var(--ink-accent2);margin-bottom:10px}
  .lead{color:var(--muted);margin:0 0 26px;max-width:640px}

  .card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:22px}
  .card h3{margin:0 0 6px;font-size:18px}
  .card p{margin:0;color:var(--muted);font-size:15px}
  .num{font-size:26px;font-weight:700;color:var(--ink-accent2)}

  /* mock dashboard */
  .mock{background:var(--panel);border:1px solid var(--line);border-radius:18px;
    padding:20px;box-shadow:var(--shadow)}
  .mock .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
  .mock .dot{width:10px;height:10px;border-radius:50%;background:var(--good);
    box-shadow:0 0 0 4px rgba(192,138,46,.18);display:inline-block;margin-right:8px}
  .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
  @media(max-width:620px){.kpis{grid-template-columns:repeat(2,1fr)}}
  .kpi{background:var(--panel2);border:1px solid var(--line);border-radius:12px;padding:14px;min-width:0}
  .kpi .l{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}
  .kpi .v{font-size:17px;font-weight:700;margin-top:4px;font-variant-numeric:tabular-nums;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .kpi .d{font-size:12px;color:var(--good);margin-top:2px}
  .kpi .d.down{color:#ff7b7b}
  .bars{display:flex;align-items:flex-end;gap:6px;height:70px;margin-top:16px}
  .bars span{flex:1;background:linear-gradient(180deg,var(--accent),transparent);
    border-radius:5px 5px 0 0;opacity:.85}

  .steps{counter-reset:s;display:grid;gap:14px}
  .step{display:flex;gap:16px;align-items:flex-start;background:var(--panel);
    border:1px solid var(--line);border-radius:14px;padding:18px}
  .step::before{counter-increment:s;content:counter(s);flex:none;width:34px;height:34px;
    border-radius:50%;background:var(--accent);color:#fff;font-weight:700;
    display:grid;place-items:center}
  .step h3{margin:0 0 2px;font-size:17px}
  .step p{margin:0;color:var(--muted);font-size:15px}

  /* pricing tiers */
  .mkt-wrap{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 28px;
    color:var(--muted);font-size:14px;flex-wrap:wrap}
  .mkt-select{background:var(--panel);color:var(--text);border:1px solid var(--line);
    border-radius:10px;padding:9px 12px;font:inherit;font-size:14px;cursor:pointer;max-width:100%}
  /* audience toggle */
  .aud-toggle{display:flex;justify-content:center;margin:0 0 22px}
  .aud-toggle .seg{display:flex;gap:6px;background:var(--panel);border:1px solid var(--line);
    border-radius:12px;padding:5px}
  .aud-toggle button{appearance:none;border:0;background:transparent;color:var(--muted);
    font:inherit;font-size:13.5px;font-weight:600;padding:9px 18px;border-radius:8px;cursor:pointer;
    transition:color .15s}
  .aud-toggle button.on{background:linear-gradient(135deg,#c5311d,#a8321f);color:#fff}
  .aud-toggle button:hover:not(.on){color:var(--text)}
  @media(max-width:480px){.aud-toggle button{padding:9px 12px;font-size:12.5px}}
  .tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start;max-width:960px;margin:0 auto}
  @media(max-width:860px){.tiers{grid-template-columns:1fr;max-width:420px;margin:0 auto}}
  [data-aud-panel][hidden]{display:none}
  .tier{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:26px;position:relative}
  .tier.hidden{display:none}
  .tier.pop{border-color:var(--accent);box-shadow:var(--shadow)}
  .tier.in{animation:planIn .28s ease}
  @keyframes planIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
  .tier .badge{display:none;position:absolute;top:-11px;left:50%;transform:translateX(-50%);
    background:#c5311d;color:#fff;
    font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap}
  .tier.pop .badge{display:block}
  .tier .tname{font-weight:700;font-size:18px}
  .tier .who{color:var(--ink-accent2);font-size:12.5px;font-weight:600;margin-top:3px}
  .tier .amt{font-size:40px;font-weight:800;letter-spacing:-.02em;margin-top:8px;font-variant-numeric:tabular-nums}
  .tier .amt.sm{font-size:34px}
  .tier .amt .mo{font-size:16px;font-weight:600;color:var(--muted)}
  .tier .amt .from{font-size:15px;font-weight:600;color:var(--muted)}
  .tier .per{color:var(--muted);font-size:13px;margin-top:2px}
  .tier ul{list-style:none;padding:0;margin:18px 0 22px;text-align:left}
  .tier li{padding:9px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.4}
  .tier li:last-child{border-bottom:0}
  .tier li::before{content:"✓";color:var(--good);font-weight:700;margin-right:9px}
  .paynote{text-align:center;color:var(--muted);font-size:13px;margin-top:24px}

  /* top nav */
  .nav{display:flex;align-items:center;justify-content:space-between;
    max-width:960px;margin:0 auto;padding:18px 22px}
  .brand{display:flex;align-items:center;gap:11px}
  .brand .nm{font-weight:700;font-size:22px;letter-spacing:-.03em}
  .nav-links{display:flex;align-items:center;gap:20px;font-size:14px}
  .nav-links a{color:var(--muted);text-decoration:none}

  .nav-links a:hover{color:var(--text)}

  @media(max-width:560px){.nav-links .hideSm{display:none}}

  /* screenshots: desktop + phone */
  .shots{display:grid;grid-template-columns:1.7fr .9fr;gap:20px;align-items:end}
  @media(max-width:760px){.shots{grid-template-columns:1fr;max-width:420px;margin:0 auto}}
  .mock .brandrow{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px}
  .phone{background:var(--panel);border:1px solid var(--line);border-radius:30px;
    padding:12px;box-shadow:var(--shadow)}
  .phone .screen{background:var(--panel2);border:1px solid var(--line);border-radius:20px;padding:14px}
  .phone .notch{width:42%;height:5px;border-radius:4px;background:var(--line);margin:2px auto 14px}
  .phone .pbrand{display:flex;align-items:center;gap:7px;font-weight:700;font-size:13px;margin-bottom:12px}
  .phone .pk{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .phone .pk .kpi{padding:11px}
  .phone .pk .v{font-size:17px}
  .demo-cta{text-align:center;margin-top:28px}
  .demo-cta .hint{color:var(--muted);font-size:13px;margin-top:10px}

  /* homepage testimonial strip */
  .quotes{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:6px}
  .quotes>*{flex:1 1 280px;max-width:380px}
  .qcard{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:22px;
    display:flex;flex-direction:column}
  .qcard .stars{color:var(--ink-accent2);font-size:14px;letter-spacing:2px;margin-bottom:10px}
  .qcard .q{margin:0 0 16px;font-size:15px;line-height:1.6}
  .qcard .who{display:flex;align-items:center;gap:12px;margin-top:auto}
  .qcard .av{width:40px;height:40px;border-radius:11px;flex:0 0 40px;display:grid;place-items:center;
    color:#04121c;font-weight:800;font-size:15px}
  .qcard .av.a{background:linear-gradient(135deg,#c5311d,#e0902f)}
  .qcard .av.b{background:linear-gradient(135deg,#8a3a12,#c5311d)}
  .qcard .av.c{background:linear-gradient(135deg,#1f7a52,#a8321f)}
  .qcard .who .nm{font-weight:700;font-size:14px}
  .qcard .who .role{color:var(--muted);font-size:12.5px}
  .quotes-more{text-align:center;margin-top:22px}
  .quotes-more a{color:var(--ink-accent2);text-decoration:none;font-weight:600;font-size:15px}

  /* The newsletter band and the footer are both pale and sat 96px apart with nothing between
     them, so the space read as an accident rather than a boundary. Less air, and a line — so the
     footer starts somewhere instead of drifting into view. */
  footer{padding:38px 0 60px;text-align:start;color:var(--muted);font-size:14px;
    border-top:1px solid var(--line);background:var(--panel2)}
  /* The one thing that IS still a centred line. */
  .ftbase{text-align:start}
  footer a{color:var(--ink-accent2);text-decoration:none}
  .nav-links .more{position:relative;color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;gap:4px}
  .nav-links .more:hover,.nav-links .more:focus-within{color:var(--text)}
  .nav-links .more .chev{font-size:11px}
  .nav-links .more .menu{position:absolute;right:0;top:160%;background:var(--panel);border:1px solid var(--line);
    border-radius:12px;padding:7px;display:none;flex-direction:column;min-width:176px;box-shadow:var(--shadow);z-index:30}
  .nav-links .more:hover .menu,.nav-links .more:focus-within .menu{display:flex}
  .nav-links .menu a{padding:9px 12px;border-radius:8px;white-space:nowrap;color:var(--muted)}
  .nav-links .menu a:hover{background:var(--panel2);color:var(--text)}

  /* ---- responsive pass: phones & tablets ---- */
  @media(max-width:900px){
    .nav{padding:12px 16px}
    .wrap{padding:0 16px}
    section{padding:36px 0}
  }
  @media(max-width:640px){
    /* The nav collapses to brand + Log in; the footer carries the full sitemap. */
    .nav-links{gap:10px}
    header{padding:36px 0 40px}
    h1{font-size:clamp(28px,8vw,38px)}
    .sub{font-size:17px}
    .cta-row{flex-direction:column;align-items:stretch}
    .cta-row .btn{text-align:center;width:100%}
    .cards>*{flex-basis:100%;max-width:100%}
    .kpis{grid-template-columns:repeat(2,1fr)}
    .tiers,.plans,.jobs,.cmp-grid{grid-template-columns:1fr}
    table{font-size:14px}
    .mock{padding:14px}
  }
  @media(max-width:400px){
    .kpis{grid-template-columns:1fr}
  }

  /* Text-only ink. The brand mint (#43e0b0) measures 1.7:1 on white and the blue
     3.2:1 — both fail as text. Buttons keep the bright brand colours; text uses these. */

  @media (prefers-color-scheme: light){
    :root{--ink-accent:#c5311d;--ink-accent2:#a8321f;--muted:#5f5a50}
  }
  .eyebrow{color:var(--ink-accent2)}

  /* Explicit theme choice beats the system preference. */
  :root[data-theme="light"]{--bg:#f5f2ea;--panel:#fffdf8;--panel2:#ece5d7;--text:#191712;
    --muted:#5f5a50;--line:#ddd6c8;--shadow:0 16px 42px rgba(60,45,20,.13);
    --ink-accent:#c5311d;--ink-accent2:#a8321f}
  :root[data-theme="dark"]{--good:#5fcf9a;
    --bg:#17140f;--panel:#211d16;--panel2:#2a251c;--text:#f2ede2;
    --muted:#a89e8c;--line:#38322a;--shadow:0 16px 44px rgba(0,0,0,.5);
    --ink-accent:#ff6a52;--ink-accent2:#ff6a52}

  /* ── "See it in action" carousel ───────────────────────────────────────── */
  .carousel{position:relative}
  .carousel .track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;
    overscroll-behavior-x:contain;   /* a swipe past the last card must not trigger back-navigation */
    scroll-behavior:smooth;padding:4px;margin:0 -4px;
    -webkit-overflow-scrolling:touch;scrollbar-width:none}
  .carousel .track::-webkit-scrollbar{display:none}
  .carousel figure{flex:0 0 100%;scroll-snap-align:center;margin:0;
    /* ONE SWIPE, ONE SLIDE. Without this, momentum carries a flick straight past two or three
       cards and you arrive somewhere you didn't choose — which is what "switches too fast" is.
       scroll-snap-stop forces the scroll to settle on the very next card, however hard you flick. */
    scroll-snap-stop:always;
    animation:cfade .5s ease both}
  .carousel img{width:100%;height:auto;display:block;border:1px solid var(--line);
    border-radius:16px;box-shadow:var(--shadow);
    transition:transform .5s cubic-bezier(.22,.8,.28,1)}
  .carousel figure:hover img{transform:translateY(-3px)}
  .carousel figcaption{text-align:center;color:var(--muted);font-size:14px;margin-top:12px;
    max-width:520px;margin-left:auto;margin-right:auto;line-height:1.55}
  .carousel figcaption b{color:var(--text)}
  @keyframes cfade{from{opacity:.35;transform:scale(.985)}to{opacity:1;transform:none}}

  .cnav{position:absolute;top:38%;width:42px;height:42px;border-radius:50%;cursor:pointer;
    display:grid;place-items:center;border:1px solid var(--line);color:var(--text);
    background:color-mix(in srgb, var(--panel) 88%, transparent);
    box-shadow:var(--shadow);transition:transform .16s ease,opacity .16s ease}
  .cnav:hover{transform:scale(1.06)}
  .cnav.prev{left:-8px}
  .cnav.next{right:-8px}
  @media(max-width:760px){ .cnav{display:none} }   /* on a phone you just swipe */

  .cdots{display:flex;gap:2px;justify-content:center;margin-top:10px}
  /* The dot is 8px. The TAP TARGET is 44px — a thumb is not 8px wide. The button is a
     transparent 44px box; the dot is drawn inside it. */
  .cdots button{width:44px;height:44px;padding:0;border:0;cursor:pointer;background:none;
    display:grid;place-items:center}
  .cdots button::before{content:"";display:block;width:8px;height:8px;border-radius:50%;
    background:var(--line);transition:width .28s cubic-bezier(.22,.8,.28,1),background .28s ease}
  .cdots button[aria-selected="true"]::before{width:26px;background:var(--accent)}
  @media (prefers-reduced-motion: reduce){
    .carousel .track{scroll-behavior:auto}
    .carousel figure{animation:none}
    .carousel img,.cdots button{transition:none}
  }

  /* Phone tap targets. A link 16px tall is a miss waiting to happen — Apple and Google both
     say ~44px. The text stays the same size; the TAPPABLE BOX grows. */

  /* Tap targets on a phone (WCAG 2.5.5). Vertical padding on a link grows the TAPPABLE BOX
     without moving anything: on an inline link it doesn't change the line height at all, and
     on a standalone one it lifts a 28px target to a thumb-sized 44px. Buttons already have
     their own padding and are excluded. */

  /* "Log in" in the nav was 33px — one pixel under the threshold, and it's the single most
     important link on the page for a returning user. */

  /* Tablets show the FULL nav (a phone collapses it to brand + Log in), so those links need
     tap targets too — and the phone-only breakpoint never reached them. Touch is touch,
     whether the screen is 390px or 834px. */

  .pill{font-size:11px;vertical-align:middle;padding:3px 9px;border-radius:999px;
    background:var(--panel2);border:1px solid var(--line);color:var(--muted);font-weight:600;margin-left:6px}
  .drillsteps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
  .dstep{border:1px solid var(--line);border-radius:14px;background:var(--card);padding:18px;
    display:flex;flex-direction:column;gap:7px}
  .dstep .n{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;
    background:var(--gc-brand,#c5311d);color:#fff;font-weight:750;font-size:14px}
  .dstep b{font-size:16px;letter-spacing:-.01em}
  .dstep p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
  @media (max-width:860px){.drillsteps{grid-template-columns:1fr}}
  .goalsdemo{max-width:640px;margin:0 auto 30px}
  .goalsdemo .shotcap{margin-top:13px;text-align:center;color:var(--muted);font-size:14px;line-height:1.6}

  /* "Pick the one that's you" — the three doors rise as you reach them, one after another,
     rather than being there the whole time. Reveal, not decoration. */
  .chooser .ch{opacity:0;transform:translateY(14px)}
  .chooser.in .ch{animation:chIn .6s cubic-bezier(.22,1,.36,1) forwards}
  .chooser.in .ch:nth-child(1){animation-delay:0ms}
  .chooser.in .ch:nth-child(2){animation-delay:110ms}
  .chooser.in .ch:nth-child(3){animation-delay:220ms}
  @keyframes chIn{to{opacity:1;transform:none}}
  @media (prefers-reduced-motion:reduce){
    .chooser .ch{opacity:1;transform:none;animation:none!important}
  }
  .carousel figcaption b{display:block;font-size:17px;letter-spacing:-.01em;color:var(--text);
    margin-bottom:5px}
  .carousel figcaption span{display:block;color:var(--muted);font-size:14px;line-height:1.6;
    max-width:52ch;margin:0 auto}
  /* ── Footer ──────────────────────────────────────────────────────────────
     It listed six links and left out Iris, Compare, Reviews and the release notes — half the
     site. A footer is where people go when the page they're on didn't answer them; it should be
     the map, not a formality. */

  /* The column headers were the same muted grey as the links beneath them, so the footer read as
     one undifferentiated list of sixteen things. A header has to look like a header. */

  /* Spans the full footer width — it was capped at 78ch and stopped short of the
     columns above it, which made it read as a stray note pinned to the side rather
     than part of the footer. */

  /* Phones. The footer had collapsed to ONE centred column: sixteen links stacked down the screen
     with 32px of air between them, so the last thing anyone saw before leaving was a minute of
     scrolling. Most people are on a phone, so this is the layout that matters most.

     Two columns, left-aligned, tight. A footer is a map you scan, not prose you read — and you
     cannot scan a centred single column, because your eye has no edge to run down. Tap targets
     stay at 44px; the spacing comes out of the padding around the text, not the text itself. */

  /* ── Language switcher ───────────────────────────────────────────────────
     Same place and weight as the theme toggle, because that's what it is: a preference you flip. */

  /* Arabic mirrors the document; these are the few things that were hard-coded to the left. */

  .cards.audience .card{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit;
    transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
  .cards.audience .card:hover{transform:translateY(-3px);border-color:var(--ink-accent);
    box-shadow:0 14px 34px rgba(10,16,30,.10)}
  .cards.audience .card:focus-visible{outline:2px solid var(--gc-brand,#c5311d);outline-offset:2px}
  .cards.audience .card h3{margin:0}
  .cards.audience .card .go{margin-top:auto;padding-top:8px;font-weight:650;font-size:14px;
    color:var(--ink-accent2)}
  .cards.audience .card .go::after{content:" →";display:inline-block;transition:margin-inline-start .18s ease}
  .cards.audience .card:hover .go::after{margin-inline-start:4px}
  /* ── Headings ─────────────────────────────────────────────────────────────
     Appended last, so it wins on every page regardless of what that page declared. */
  h2{font-size:clamp(27px,4.4vw,40px)!important;font-weight:800!important;line-height:1.15;
     letter-spacing:-.025em}
  h3{font-weight:700;letter-spacing:-.015em}
  section{padding-top:58px}
  .eyebrow{font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase;
     color:var(--ink-accent2)}
  @media (max-width:600px){
    h2{font-size:clamp(24px,7vw,30px)!important}
    section{padding-top:44px}
  }
  @media (max-width:760px){
    .carousel .track{scroll-padding-inline:14px;padding-inline:14px}
    .carousel figure{flex:0 0 90%;scroll-snap-align:center}
  }
  .compound{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;counter-reset:c}
  .cstep{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:20px;
    display:flex;flex-direction:column;gap:7px;position:relative}
  /* The third step is where people stop closing the tab. Say so with the design, not just the copy. */
  .cstep.on{border-color:var(--ink-accent);box-shadow:0 12px 34px rgba(197,49,29,.14)}
  .cstep .n{font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
    color:var(--muted)}
  .cstep.on .n{color:var(--ink-accent)}
  html[data-theme="dark"] .cstep.on .n{color:#8fb0ff}
  .cstep b{font-size:17px;letter-spacing:-.015em}
  .cstep p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.65}
  @media (max-width:860px){.compound{grid-template-columns:1fr}}
  /* ── Card grids become swipeable rows on a phone (glance-mobile.js) ────────
     A three-column grid is a three-storey stack at 390px. The homepage was 16.4 screens tall with
     six sections over 1,000px EACH. Same content, same words, a fifth of the height. */
  @media (max-width:600px){
    /* ── flex-wrap AND the child flex MUST be !important, or half these rows silently stack ──────
       Measured 2026-08-13, at 390px, on this page:

         compound        nowrap  scrollWidth 997   ✓ scrolls
         shots           nowrap  scrollWidth 670   ✓ scrolls
         cards audience  WRAP    scrollWidth 386   ✗ = clientWidth, cannot scroll
         privcards       WRAP    scrollWidth 386   ✗ = clientWidth, cannot scroll

       Two of four were vertical stacks wearing the .mrow class — swipe handlers bound, dots
       rendered, scroll-snap set, and nothing to scroll, because `maxScroll` was 0. A swipe fired
       `go(1)` correctly and the row did not move. `check-swipe.mjs` has been calling this out as
       "a hard flick on a card row still moves exactly ONE card (0 → 0)"; the flick was fine, the
       row was not a row.

       Cause is cascade ORDER, not specificity: `.u-grid240{flex-wrap:wrap}` and
       `.u-grid240>*{flex:1 1 240px;max-width:340px}` live at ~line 685 of this file — AFTER this
       block — and at equal specificity the later rule wins. `.cards{flex-wrap:wrap}` (line ~121)
       gets there a different way: `.mrow` simply never set `flex-wrap` at all, so wrap survived
       untouched. `display` and `grid-template-columns` already carried `!important` for exactly
       this reason; the property that decides row-vs-stack did not.

       So this is the section the header's "a fifth of the height" claim depends on, and for half
       the grids it was not delivering it. */
    .mrow{display:flex!important;grid-template-columns:none!important;
      flex-wrap:nowrap!important;
      overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;
      gap:12px;padding-inline:14px;margin-inline:-14px;
      scrollbar-width:none;-ms-overflow-style:none}
    .mrow::-webkit-scrollbar{display:none}
    /* max-width too: .u-grid240>* caps children at 340px, which fights the 88% peek. */
    .mrow > *{flex:0 0 88%!important;max-width:none!important;
      scroll-snap-align:center;scroll-snap-stop:always;margin:0}

    .mdots{display:flex;gap:8px;justify-content:center;margin-top:14px}
    /* The BUTTON is 44px — an honest tap target. The dot you see is drawn inside it. */
    .mdots button{width:44px;height:44px;padding:0;border:0;background:none;cursor:pointer;
      display:grid;place-items:center}
    .mdots button::before{content:"";width:8px;height:8px;border-radius:999px;background:var(--line);
      transition:background .18s ease,width .18s ease}
    .mdots button[aria-selected="true"]::before{background:var(--gc-brand,#c5311d);width:22px}
    .mdots{gap:0}
  }
  /* The footer has its own surface, so its links need their own green — the page's accent drops to
     4.23:1 against it. Contrast is a relationship, not a property of a colour. */
  /* NOT the CTA — it's a filled blue button, and colouring its label green put mint text on blue
     at 3.26:1. A rule that says "every link in the footer" also means the one that isn't a link. */
  footer a:not(.ftcta){color:var(--good)}
  footer .ftmail{color:var(--good)}
  html[data-theme="dark"] footer a:not(.ftcta){color:#ff6a52}
  html[data-theme="dark"] footer .ftmail{color:#ff6a52}
  footer .ftcta{color:#fff}
  footer .ftcol a{color:var(--muted)}
  footer .ftcol a:hover{color:var(--text)}
  footer .ftbase a{color:var(--muted)}
  /* The nav CTA — the one thing we want a stranger to do, and it had no button anywhere. */
  .nav-cta{background:var(--gc-brand,#c5311d);color:#fff!important;border-radius:10px;
    padding:9px 15px;font-weight:650;text-decoration:none;min-height:44px;
    display:inline-flex;align-items:center}
  .nav-cta:hover{filter:brightness(1.08)}
  .nav-login{font-weight:600}
  @media (max-width:900px){
    .nav-cta{padding:8px 12px}
  }
  /* ── Nav dropdowns ────────────────────────────────────────────────────────
     Fourteen flat links made everything equally unimportant; five hid pages people want. Three
     groups, each holding what belongs together, and the descriptions do the work a bare word can't:
     "Iris" means nothing until it says "she reads your bill and builds the dashboard". */
  .navdrop{position:relative}
  .navtop{display:inline-flex;align-items:center;gap:5px;border:0;background:none;cursor:pointer;font-weight:650;
    color:inherit;font:inherit;font-size:15px;padding:8px 2px;min-height:44px}
  .navtop i{width:6px;height:6px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;
    transform:rotate(45deg) translateY(-1px);transition:transform .18s ease;opacity:.6}
  .navdrop[data-open="1"] .navtop i{transform:rotate(-135deg) translateY(-1px)}
  .navtop:focus-visible{outline:2px solid var(--gc-brand,#c5311d);outline-offset:2px;border-radius:6px}

  .navmenu{position:absolute;z-index:70;top:calc(100% + 10px);inset-inline-start:0;width:308px;
    background:var(--gc-card,var(--panel));border:1px solid var(--line);border-radius:14px;
    padding:7px;box-shadow:0 20px 54px rgba(8,12,20,.20);
    opacity:0;visibility:hidden;transform:translateY(-6px);
    /* visibility is NOT transitioned. If it fades in over 160ms, the links inside are not
       focusable at the instant the browser computes tab order — so a keyboard user pressing Tab
       sails straight past the menu and lands somewhere else entirely, and the menu shuts behind
       them. It flips instantly; only the opacity and the movement are animated. */
    transition:opacity .16s ease,transform .16s ease}
  .navdrop[data-open="1"] .navmenu{opacity:1;visibility:visible;transform:none}
  .navmenu a{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;min-height:44px}
  .navmenu a:hover{background:var(--bg)}
  .navmenu a:focus-visible{outline:2px solid var(--gc-brand,#c5311d);outline-offset:-2px}
  .navmenu b{display:block;font-size:14.5px;color:var(--text);font-weight:650}
  .navmenu span{display:block;font-size:12.5px;color:var(--muted);line-height:1.45;margin-top:2px}

  /* On a phone the menu is already a stack — a dropdown inside a drawer is a maze. Everything
     shows, indented, and you scroll. */
  .navburger{display:none;background:var(--panel2);border:1px solid var(--line);color:var(--text);
    width:34px;height:34px;border-radius:10px;cursor:pointer;flex:0 0 34px;
    align-items:center;justify-content:center}
  .navburger:hover{border-color:var(--ink-accent)}
  .navburger svg{display:block}
  .navburger .x{display:none}
  .nav[data-mobopen="1"] .navburger .bars{display:none}
  .nav[data-mobopen="1"] .navburger .x{display:block}
  @media (max-width:900px){
    .nav{flex-wrap:wrap;row-gap:10px}
    .navburger{display:inline-flex}
    .nav-links{order:9;flex-basis:100%;flex-direction:column;align-items:stretch;gap:2px;
      display:none}
    .nav[data-mobopen="1"] .nav-links{display:flex}
    .nav-links .nav-login{margin-top:8px}
    .navdrop{width:100%}
    /* Product / Solutions / More stay collapsed and match the real site map — the same
       click-toggle in glance-nav.js that opens the desktop dropdown opens these, just reshaped
       from a floating panel into an inline accordion row. */
    .navtop{display:flex;width:100%;justify-content:space-between;padding:11px 0}
    .navmenu{position:static;width:100%;transform:none;box-shadow:none;border:0;padding:0;
      background:none;max-height:0;overflow:hidden;transition:max-height .25s ease}
    .navdrop[data-open="1"] .navmenu{max-height:600px}
    .navmenu span{display:none}
    .navmenu a{padding:10px 0 10px 14px;min-height:0}
    .nav-links>a:not(.nav-login):not(.nav-cta){color:var(--text);font-weight:650;
      font-size:14.5px;padding:11px 0}
    /* Language + theme aren't menu items — they're page controls. Off the collapsed top bar,
       and only into view at the bottom of the open panel, not stacked in with the links. */
    .langwrap,.themebtn{display:none;order:10;margin-top:8px}
    .nav[data-mobopen="1"] .langwrap{display:block;border-top:1px solid var(--line);
      padding-top:12px;width:100%}
    .nav[data-mobopen="1"] .themebtn{display:inline-grid}
    /* A right-anchored 240px dropdown hanging off a left-hand button runs straight off the left
       edge of a phone — it was opening at left:-166px, so most of the languages couldn't be
       reached at all. At this width it isn't a dropdown; it's a list. */
    .langmenu{position:static;width:100%;box-shadow:none;margin-top:8px}
  }

  /* utilities — one-off inline styles moved here (lint: no-inline-styles) */
  .u-m0a{margin:0 auto}
  .u-mxa{margin-left:auto;margin-right:auto}.u-mt12{margin-top:12px}.u-mt22{margin-top:22px}
  .u-mt44{margin-top:44px}
  .u-mt26a{margin:26px auto 0}.u-mhead30{margin:0 auto 30px}.u-mhead18{margin:0 auto 18px}
  .u-max62{max-width:62ch}

  .u-grid240{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}

  /* the two static hero-mock bar charts — heights by position, not inline styles */
  .bars.sm44{height:44px;margin-top:12px}
  .bars.g1 span:nth-child(1){height:40%}
  .bars.g1 span:nth-child(2){height:55%}
  .bars.g1 span:nth-child(3){height:48%}
  .bars.g1 span:nth-child(4){height:70%}
  .bars.g1 span:nth-child(5){height:62%}
  .bars.g1 span:nth-child(6){height:85%}
  .bars.g1 span:nth-child(7){height:78%}
  .bars.g1 span:nth-child(8){height:95%}
  .bars.g1 span:nth-child(9){height:88%}
  .bars.g1 span:nth-child(10){height:100%}
  .bars.g2 span:nth-child(1){height:45%}
  .bars.g2 span:nth-child(2){height:60%}
  .bars.g2 span:nth-child(3){height:52%}
  .bars.g2 span:nth-child(4){height:74%}
  .bars.g2 span:nth-child(5){height:66%}
  .bars.g2 span:nth-child(6){height:90%}
  .bars.g2 span:nth-child(7){height:100%}
