:root{
    --blue:#216FF3; --blue-dark:#0a4ec2; --cyan:#00bbff; --blue-15:rgba(33,111,243,.15);
    --green:#00AF54; --gold:#FFD639; --tiffany:#84DCC6;
    --ink:#222222; --bg:#F6FBFF; --gray:#5b6472;
    --surface:#ffffff; --surface-fade:rgba(255,255,255,.95);
    --border:#e6eefb; --border-soft:rgba(33,111,243,.08);
    --slab:#222222; --slab-border:transparent;
    --nav-bg:rgba(246,251,255,.88);
    --blue-ink:#0a4ec2;
    --shadow:0 1px 2px rgba(16,42,84,.05),0 10px 28px rgba(16,42,84,.08);
    --r:20px;
  }
  /* Dark theme — same `.dark` class convention the extension itself uses */
  html.dark{
    --ink:#eef3fb; --bg:#0d1420; --gray:#93a1b8;
    --blue-15:rgba(33,111,243,.22);
    --surface:#16233a; --surface-fade:rgba(22,35,58,.95);
    --border:rgba(74,139,255,.18); --border-soft:rgba(74,139,255,.14);
    --slab:#0b1526; --slab-border:rgba(74,139,255,.16);
    --nav-bg:rgba(13,20,32,.85);
    --blue-ink:#7aa9ff;
    --shadow:0 1px 2px rgba(0,0,0,.35),0 10px 28px rgba(0,0,0,.4);
  }
  html.dark .aa-demo span:nth-child(1){color:#33507d}
  html.dark .aa-demo span:nth-child(2){color:#4b76b8}
  html.dark .reg-mark.ada{border:1px solid var(--border)}
  html.dark .dys-demo{color:var(--ink)}
  body,nav,.b,.step,.deep-item,.reg,details,#pricing,.price-card,.bub,.kbd-big,kbd,
  .eyebrow,.btn.ghost,.shot-frame,.deep-shot,.counters,.icon-btn,.lang-menu{
    transition:background-color .25s ease,color .25s ease,border-color .25s ease}

  /* Theme + language controls */
  .nav-tools{display:flex;align-items:center;gap:10px}
  .icon-btn{width:38px;height:38px;border-radius:11px;border:1px solid var(--border);background:var(--surface);
    color:var(--gray);display:grid;place-items:center;cursor:pointer;font-family:inherit;padding:0}
  .icon-btn:hover{color:var(--blue);border-color:var(--blue);background:var(--blue-15)}
  .icon-btn svg{width:19px;height:19px}
  .lang{position:relative}
  .lang-btn{width:auto;padding:0 11px;gap:7px;display:flex;align-items:center;font-size:13.5px;font-weight:700;color:var(--ink)}
  .lang-btn img{width:19px;height:19px;border-radius:50%;object-fit:cover}
  .lang-btn .chev{width:11px;height:11px;opacity:.55}
  .lang-menu{position:absolute;top:calc(100% + 8px);right:0;width:232px;max-height:340px;overflow-y:auto;
    background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 18px 44px rgba(4,32,84,.18);
    padding:6px;z-index:80;display:none}
  html.dark .lang-menu{box-shadow:0 18px 44px rgba(0,0,0,.55)}
  .lang-menu.open{display:block}
  .lang-menu button{width:100%;display:flex;align-items:center;gap:10px;padding:9px 10px;border:none;background:transparent;
    border-radius:9px;cursor:pointer;font-family:inherit;font-size:14px;color:var(--ink);text-align:left}
  .lang-menu button:hover{background:var(--blue-15)}
  .lang-menu button[aria-selected="true"]{background:var(--blue-15);color:var(--blue-ink);font-weight:700}
  .lang-menu img{width:20px;height:20px;border-radius:50%;flex:none;object-fit:cover}
  .lang-menu .code{margin-left:auto;font-size:11px;font-weight:700;color:var(--gray);letter-spacing:.05em}
  .only-dark{display:none}
  html.dark .only-light{display:none}
  html.dark .only-dark{display:block}
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{font-family:'Roboto',sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}
  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
  .wrap{max-width:1160px;margin:0 auto;padding:0 24px}
  img{display:block;max-width:100%}

  nav{position:sticky;top:0;background:var(--nav-bg);backdrop-filter:blur(12px);z-index:50}
  .nav-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;height:70px}
  .logo{min-width:0;flex:0 1 auto}
  .nav-tools{flex:none}
  .logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px;letter-spacing:-.02em;color:var(--ink);text-decoration:none}
  .logo img{width:34px;height:34px;border-radius:9px}
  /* Hand-written "for Chrome", scrawled next to the wordmark */
  @font-face{font-family:'Caveat';src:url("../../assets/fonts/caveat-700.woff2") format('woff2');font-weight:700;font-style:normal;font-display:swap}
  .hand,.hand-note,.hand-line,.hand-em{font-family:'Caveat',ui-rounded,cursive;font-style:normal;font-weight:700;line-height:1}
  .hand{font-size:22px;color:var(--blue);white-space:nowrap;display:inline-block;
    transform:rotate(-7deg);transform-origin:left bottom;margin-left:-3px;margin-top:5px}
  html.dark .hand{color:var(--blue-ink)}
  .foot-grid .flogo .hand{font-size:19px;margin-top:4px}

  /* Annotation with a scrawled arrow, pointing at the thing it talks about */
  .hand-note{font-size:21px;color:var(--blue);display:inline-flex;align-items:center;gap:7px;
    transform:rotate(-4deg);white-space:nowrap}
  html.dark .hand-note{color:var(--blue-ink)}
  .hand-note .arr{width:42px;height:21px;flex:none}
  /* sits under the hero buttons, arrow curling up to "Add to Chrome" */
  .hand-under{display:flex;justify-content:center;align-items:flex-start;gap:6px;
    margin-top:10px;transform:translateX(-46px)}
  .hand-under .arr{width:46px;height:32px;flex:none;color:var(--blue);margin-top:-2px}
  .hand-under span{font-family:'Caveat',ui-rounded,cursive;font-weight:700;font-size:21px;line-height:1;
    color:var(--blue);white-space:nowrap;transform:rotate(-3deg);margin-top:12px}
  html.dark .hand-under .arr,html.dark .hand-under span{color:var(--blue-ink)}
  /* sits above the billing tabs, arrow curling down to "Annual" */
  .hand-note.above{transform:none;align-items:flex-start;gap:4px;margin-left:96px}
  .hand-note.above > span{transform:rotate(-3deg);margin-top:6px}
  .hand-note.above .arr{width:44px;height:30px}
  /* A whole line set in the same hand — used where the page speaks in an aside */
  .hand-line{font-size:25px;color:var(--blue);transform:rotate(-1.2deg);display:inline-block}
  html.dark .hand-line{color:var(--blue-ink)}
  /* Inline emphasis inside a normal sentence */
  .hand-em{font-size:1.45em;vertical-align:-.06em;color:var(--gold);padding:0 2px}
  .nav-links{display:flex;gap:26px;align-items:center;font-size:15px;font-weight:500}
  .nav-links a{color:var(--gray);text-decoration:none}
  .nav-links a:hover{color:var(--blue)}
  .nav-links a.btn, .nav-links a.btn:hover{color:#fff}
  .btn{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;border-radius:12px;padding:13px 24px;font-weight:700;font-size:15px;text-decoration:none;transition:all .15s;border:none;cursor:pointer}
  .btn:hover{background:var(--blue-dark);transform:translateY(-1px)}
  .btn.small{padding:9px 16px;font-size:14px}
  .btn.ghost{background:var(--surface);color:var(--blue);box-shadow:var(--shadow)}
  .btn.ghost:hover{background:var(--blue-15);transform:none}
  .btn.gold{background:var(--gold);color:#222;font-weight:900}
  .btn.gold:hover{background:#ffdf5e}

  /* Hero */
  .hero{text-align:center;padding:74px 24px 42px}
  .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--surface);box-shadow:var(--shadow);color:var(--blue-ink);font-size:13px;font-weight:700;padding:8px 18px;border-radius:999px;margin-bottom:24px}
  .eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--green)}
  h1{font-size:56px;line-height:1.07;font-weight:900;letter-spacing:-.03em;max-width:780px;margin:0 auto 18px}
  h1 .accent{color:var(--blue)}
  .sub{font-size:18.5px;color:var(--gray);max-width:580px;margin:0 auto 30px}
  .hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
  .hero-note{margin-top:16px;font-size:13.5px;color:var(--gray)}
  .hero-note b{color:var(--ink);font-weight:500}
  kbd{background:var(--surface);border:1px solid var(--border);border-bottom-width:2px;border-radius:6px;padding:1px 7px;font-family:inherit;font-size:12.5px;font-weight:700;color:var(--blue-ink)}

  /* Section heads */
  section{padding:76px 0}
  .sec-head{text-align:center;max-width:640px;margin:0 auto 46px}
  .kicker{color:var(--blue);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;display:block;margin-bottom:10px}
  .sec-head h2{font-size:38px;font-weight:900;letter-spacing:-.025em;margin-bottom:12px}
  .sec-head p{color:var(--gray);font-size:17px}

  /* BENTO */
  .bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(180px,auto);grid-auto-flow:dense;gap:18px;padding:36px 0 0}
  .b{border-radius:var(--r);padding:26px;position:relative;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);display:flex;flex-direction:column}
  .b h3{font-size:19px;font-weight:900;letter-spacing:-.01em;margin-bottom:6px}
  .b p{font-size:13.5px;color:var(--gray)}
  .b:not(.panelcell):not(.wide) h3{padding-right:66px}
  .b .tag{position:absolute;top:20px;right:20px;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--blue-15);color:var(--blue-ink);padding:4px 10px;border-radius:999px;z-index:2}

  .b.panelcell{grid-column:span 2;grid-row:span 3;background:var(--blue);color:#fff;display:flex;flex-direction:column}
  .b.panelcell h3{font-size:24px;margin-bottom:4px}
  .b.panelcell p{color:rgba(255,255,255,.85);margin-bottom:16px}
  .shot-frame{flex:1 1 0;min-height:0;border-radius:14px;overflow:hidden;box-shadow:0 18px 40px rgba(4,32,84,.35);background:var(--surface);position:relative}
  .shot-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top}

  .b.wide{grid-column:span 2}
  .b.tall{grid-row:span 2}
  .b.dark{background:var(--slab);color:#fff;border:1px solid var(--slab-border)}
  .b.dark p{color:rgba(255,255,255,.7)}
  .b.dark .tag{background:rgba(255,255,255,.14);color:#fff}
  .b.goldc{background:var(--gold)}
  .b.goldc p{color:rgba(34,34,34,.72)}
  .b.goldc .tag{background:rgba(34,34,34,.1);color:#222}
  .b.tiff{background:var(--tiffany)}
  .b.tiff p{color:rgba(34,34,34,.72)}
  .b.tiff .tag{background:rgba(34,34,34,.1);color:#222}

  .b.darkshot{padding:0;display:flex;flex-direction:column}
  .b.darkshot .darkshot-text{padding:22px 24px 14px}
  .b.darkshot img{width:100%;flex:1 1 0;height:0;min-height:0;object-fit:cover;object-position:center top}

  .aa-demo{margin-top:auto;padding-top:12px;align-self:flex-end;display:flex;align-items:baseline;gap:6px;font-weight:900;line-height:1}
  .aa-demo span:nth-child(1){font-size:18px;color:#c8d6ec}
  .aa-demo span:nth-child(2){font-size:28px;color:#8fb1e8}
  .aa-demo span:nth-child(3){font-size:42px;color:var(--blue)}
  .contrast-demo{position:absolute;bottom:0;left:0;right:0;height:44px;display:grid;grid-template-columns:repeat(4,1fr)}
  .contrast-demo i{display:grid;place-items:center;font-style:normal;font-weight:900;font-size:15px}
  .cd1{background:#fff;color:#222}.cd2{background:#222;color:#fff}.cd3{background:#f3f3f6;color:#216FF3}.cd4{background:#216FF3;color:#fff}
  .cursor-demo{margin-top:auto;padding-top:10px;align-self:flex-end;font-size:34px;transform:rotate(-12deg);line-height:1}
  @font-face{font-family:'OpenDyslexic';src:url("../../assets/fonts/opendyslexic-regular.woff2") format('woff2');font-weight:400;font-style:normal;font-display:swap}
  .b.ai-cell{background:linear-gradient(135deg,rgba(33,111,243,.14),var(--surface) 70%)}
  .chat{display:flex;flex-direction:column;gap:9px;margin-top:auto;padding-top:14px;font-size:13px}
  .bub{max-width:82%;padding:9px 13px;border-radius:13px;box-shadow:var(--shadow);line-height:1.45}
  .bub.q{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:4px}
  .bub.a{align-self:flex-start;background:var(--surface);border-bottom-left-radius:4px}
  .bub.a .ok{color:var(--green);font-weight:900}
  .flag-row{display:flex;margin-top:auto;padding-top:14px;align-items:center}
  .flag-row img{width:26px;height:26px;border-radius:50%;object-fit:cover;border:2px solid var(--surface);margin-right:-4px;box-shadow:0 1px 3px rgba(0,0,0,.14)}
  .flag-row .more{font-size:11px;font-weight:700;color:var(--blue-ink);background:var(--blue-15);border:2px solid var(--surface);border-radius:999px;padding:4px 9px;margin-left:10px}
  .kbd-row{display:flex;gap:8px;align-items:center;margin-top:auto;padding-top:14px}
  .kbd-big{background:var(--surface);border:1.5px solid var(--border);border-bottom-width:3px;border-radius:10px;padding:7px 14px;font-weight:900;font-size:19px;color:var(--blue-ink)}
  .kbd-plus{font-weight:900;color:var(--gray)}
  .dot-row{display:flex;gap:8px;margin-top:auto;padding-top:14px}
  .dot-row i{width:26px;height:26px;border-radius:50%;border:2.5px solid var(--surface);box-shadow:0 1px 4px rgba(0,0,0,.22)}
  .dys-demo{font-family:'OpenDyslexic',sans-serif;font-size:32px;margin-top:auto;padding-top:12px;align-self:flex-end;line-height:1.1}
  .stat-num{font-size:44px;font-weight:900;letter-spacing:-.02em;line-height:1;margin-bottom:4px}
  .b .stat-num + p{font-size:13px}

  /* Counters */
  .counters{background:var(--slab);border:1px solid var(--slab-border);border-radius:26px;padding:52px 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;color:#fff}
  .counter{text-align:center;border-right:1px solid rgba(255,255,255,.1)}
  .counter:last-child{border-right:none}
  .counter b{display:block;font-size:46px;font-weight:900;letter-spacing:-.02em;color:#fff;font-variant-numeric:tabular-nums}
  .counter b span{display:inline;font-size:inherit;color:inherit;margin:0}
  .counter b .unit{color:var(--gold);font-size:30px}
  .counter > span{font-size:13.5px;color:rgba(255,255,255,.65);display:block;margin-top:6px;line-height:1.4}

  /* How it works */
  .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;counter-reset:step}
  .step{background:var(--surface);border-radius:18px;padding:32px 28px 28px;box-shadow:var(--shadow);position:relative}
  .step::before{counter-increment:step;content:counter(step);position:absolute;top:-18px;left:26px;width:40px;height:40px;border-radius:12px;background:var(--blue);color:#fff;font-weight:900;font-size:18px;display:grid;place-items:center;box-shadow:0 8px 18px rgba(33,111,243,.4)}
  .step h3{font-size:17.5px;font-weight:700;margin:10px 0 8px}
  .step p{font-size:14.5px;color:var(--gray)}

  /* Deep-dive: real full panel */
  .deep{display:grid;grid-template-columns:420px 1fr;gap:56px;align-items:start}
  .deep-shot{position:sticky;top:96px;border-radius:22px;overflow:hidden;box-shadow:0 30px 70px rgba(10,78,194,.18);background:var(--surface)}
  .deep-shot .scroller{max-height:640px;overflow:hidden;position:relative}
  .deep-shot img{width:100%;animation:panelScroll 18s ease-in-out infinite}
  @keyframes panelScroll{0%,12%{transform:translateY(0)}45%,55%{transform:translateY(calc(-100% + 640px))}88%,100%{transform:translateY(0)}}
  .deep-shot .fade{position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(to top,var(--surface-fade),transparent);pointer-events:none}
  .deep-list{display:flex;flex-direction:column;gap:8px;padding-top:8px}
  .deep-item{background:var(--surface);border-radius:14px;padding:20px 22px;box-shadow:var(--shadow);display:flex;gap:16px;align-items:flex-start}
  .deep-item .di-ico{width:38px;height:38px;flex:none;border-radius:10px;background:var(--blue-15);display:grid;place-items:center;font-size:18px}
  .deep-item b{display:block;font-size:15.5px;margin-bottom:3px}
  .deep-item span{font-size:13.5px;color:var(--gray)}

  /* Supported regulations */
  .regs{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
  .reg{background:var(--surface);border-radius:18px;padding:30px 26px;box-shadow:var(--shadow);text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform .15s}
  .reg:hover{transform:translateY(-4px)}
  .reg-mark{width:72px;height:72px;border-radius:18px;display:grid;place-items:center;font-weight:900;letter-spacing:-.02em;margin-bottom:18px;color:#fff;line-height:1.05;text-align:center}
  .reg-mark.wcag{background:var(--blue);font-size:17px}
  .reg-mark.ada{background:var(--slab);font-size:20px}
  .reg-mark.s508{background:var(--blue-dark);font-size:15px}
  .reg-mark.en{background:var(--tiffany);color:#222;font-size:13px}
  .reg b{font-size:16.5px;margin-bottom:4px}
  .reg .region{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-ink);background:var(--blue-15);padding:4px 11px 4px 5px;border-radius:999px;margin-bottom:12px;display:inline-flex;align-items:center;gap:7px}
  .reg .region img{width:17px;height:17px;border-radius:50%;object-fit:cover;flex:none;box-shadow:0 0 0 1.5px var(--surface)}
  .reg .region .globe{width:15px;height:15px;flex:none;margin-left:3px}
  .reg p{font-size:13px;color:var(--gray);line-height:1.55}
  @media(max-width:1000px){.regs{grid-template-columns:1fr 1fr}}
  @media(max-width:620px){.regs{grid-template-columns:1fr}}

  /* ---- AI section ---- */
  .ai-wrap{background:linear-gradient(135deg,rgba(33,111,243,.13),var(--surface) 62%);border:1px solid var(--border);
    border-radius:28px;padding:48px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
  .ai-wrap .kicker{margin-bottom:10px}
  .ai-wrap h2{font-size:36px;font-weight:900;letter-spacing:-.025em;margin-bottom:12px}
  .ai-wrap > div > p{color:var(--gray);font-size:16.5px;margin-bottom:24px;max-width:520px}
  .ai-feats{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:26px}
  .ai-feats li{display:flex;gap:13px;align-items:flex-start;font-size:14.5px}
  .ai-feats .ic{width:34px;height:34px;flex:none;border-radius:10px;background:var(--blue-15);display:grid;place-items:center;font-size:16px}
  .ai-feats b{display:block;font-size:15px;margin-bottom:2px}
  .ai-feats span{color:var(--gray)}
  .ai-chips{display:flex;flex-wrap:wrap;gap:8px}
  .ai-chip{font-size:12.5px;font-weight:500;background:var(--surface);border:1px solid var(--border);
    color:var(--blue-ink);border-radius:999px;padding:7px 13px}
  .ai-shot{border-radius:18px;overflow:hidden;box-shadow:0 26px 60px rgba(10,78,194,.20);background:var(--surface);justify-self:center;max-width:400px;width:100%}
  html.dark .ai-shot{box-shadow:0 26px 60px rgba(0,0,0,.5)}

  /* ---- Feedback ---- */
  .rating-bar{display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap;
    background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:24px 34px;
    box-shadow:var(--shadow);margin:0 auto 34px;width:fit-content}
  .rating-score{display:flex;align-items:baseline;gap:8px}
  .rating-score b{font-size:44px;font-weight:900;letter-spacing:-.02em;line-height:1}
  .rating-score i{font-style:normal;font-size:14px;color:var(--gray)}
  .stars{position:relative;display:inline-block;font-size:20px;line-height:1;letter-spacing:2px}
  .stars .empty{color:var(--border)}
  .stars .fill{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;color:var(--gold)}
  .rating-meta{font-size:13.5px;color:var(--gray);line-height:1.5}
  .rating-meta a{color:var(--blue);text-decoration:none;font-weight:700}
  .quotes{columns:3;column-gap:20px}
  .quote-card{break-inside:avoid;background:var(--surface);border-radius:18px;padding:24px;box-shadow:var(--shadow);
    margin-bottom:20px;display:inline-block;width:100%}
  .quote-card .qm{font-size:34px;line-height:.7;color:var(--blue);opacity:.32;font-weight:900}
  .quote-card p{font-size:15px;margin:8px 0 16px;line-height:1.55}
  .quote-who{display:flex;align-items:center;gap:10px}
  .quote-who .av{width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;
    font-weight:900;font-size:14px;flex:none}
  .quote-who b{font-size:14px;display:block}
  .quote-who span{font-size:11.5px;color:var(--gray);text-transform:uppercase;letter-spacing:.07em;font-weight:700}
  @media(max-width:1000px){
    .ai-wrap{grid-template-columns:1fr;padding:34px;gap:32px}
    .quotes{columns:2}
  }
  @media(max-width:620px){.quotes{columns:1}.rating-bar{padding:20px}}

  /* Pricing */
  #pricing{background:var(--surface);border-radius:32px 32px 0 0;box-shadow:0 -1px 0 rgba(33,111,243,.06)}
  .cycle-row{display:flex;flex-direction:column;align-items:center;gap:2px;margin-bottom:36px}
  .cycle-toggle{display:inline-flex;background:var(--bg);border-radius:999px;padding:5px;gap:4px}
  .cycle-toggle button{border:none;background:transparent;font-family:inherit;font-size:14px;font-weight:700;color:var(--gray);border-radius:999px;padding:9px 22px;cursor:pointer;transition:all .15s}
  .cycle-toggle button.active{background:var(--blue);color:#fff;box-shadow:0 4px 12px rgba(33,111,243,.35)}
  .cycle-toggle .save-chip{font-size:11px;background:rgba(0,175,84,.12);color:var(--green);padding:2px 8px;border-radius:999px;margin-left:6px;font-weight:700}
  .cycle-toggle button.active .save-chip{background:rgba(255,255,255,.2);color:#fff}
  .price-wrap{display:flex;justify-content:center}
  .price-grid{display:grid;grid-template-columns:400px 320px;gap:22px;align-items:stretch}
  .price-card{border:1.5px solid var(--border);border-radius:22px;padding:34px;display:flex;flex-direction:column;position:relative}
  .price-card.main{border-color:var(--blue);box-shadow:0 24px 50px rgba(33,111,243,.16)}
  .trial-flag{position:absolute;top:-14px;left:28px;background:var(--gold);color:#222;font-size:12px;font-weight:900;padding:6px 14px;border-radius:999px;letter-spacing:.03em}
  .price-name{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--blue-ink);margin-bottom:14px}
  .price-num{font-size:52px;font-weight:900;letter-spacing:-.03em;line-height:1}
  .price-num .cur{font-size:26px;vertical-align:super}
  .price-num .per{font-size:16px;color:var(--gray);font-weight:500;letter-spacing:0}
  .price-note{font-size:13.5px;color:var(--gray);margin:8px 0 22px;min-height:20px}
  .price-feats{list-style:none;display:flex;flex-direction:column;gap:11px;font-size:14.5px;margin-bottom:26px}
  .price-feats li{display:flex;gap:10px;align-items:flex-start}
  .price-feats .ck{color:var(--green);font-weight:900;flex:none}
  .price-card .btn{justify-content:center;margin-top:auto}
  .price-side{background:var(--bg);border:none}
  .price-side h3{font-size:16px;font-weight:900;margin-bottom:10px}
  .price-side p{font-size:13.5px;color:var(--gray);margin-bottom:14px}
  .price-side .mini{font-size:12.5px;color:var(--gray);border-top:1px solid var(--border);padding-top:14px;margin-top:auto}
  .price-side .mini a{color:var(--blue);text-decoration:none}
  .tax-note{text-align:center;font-size:12.5px;color:var(--gray);margin-top:22px}

  /* FAQ */
  .faq-grid{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
  details{background:var(--surface);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}
  summary{list-style:none;cursor:pointer;padding:20px 24px;font-size:16px;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:16px}
  summary::-webkit-details-marker{display:none}
  summary .chev{flex:none;width:28px;height:28px;border-radius:8px;background:var(--blue-15);color:var(--blue);display:grid;place-items:center;font-size:14px;font-weight:900;transition:transform .2s}
  details[open] summary .chev{transform:rotate(45deg)}
  details .a{padding:0 24px 22px;font-size:14.5px;color:var(--gray);line-height:1.65}
  details .a a{color:var(--blue)}

  /* CTA */
  .cta{background:linear-gradient(135deg,var(--blue),var(--blue-dark));border-radius:26px;padding:62px 46px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;position:relative;overflow:hidden}
  .cta::before{content:'R';position:absolute;right:-30px;bottom:-70px;font-size:280px;font-weight:900;color:rgba(255,255,255,.07);line-height:1}
  .cta h2{font-size:36px;font-weight:900;letter-spacing:-.02em;margin-bottom:8px}
  .cta p{opacity:.9;font-size:16.5px}

  /* Footer */
  footer{padding:52px 0 58px;color:var(--gray);font-size:14px;border-top:1px solid var(--border-soft);margin-top:70px}
  .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
  .foot-grid .flogo{display:flex;align-items:center;gap:9px;font-weight:900;font-size:18px;color:var(--ink);margin-bottom:10px}
  .foot-grid .flogo img{width:28px;height:28px;border-radius:7px}
  .foot-grid p{font-size:13.5px;max-width:280px}
  .foot-grid h3{font-size:12.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink);margin-bottom:14px}
  .foot-grid ul{list-style:none;display:flex;flex-direction:column;gap:9px;font-size:14px}
  .foot-grid a{color:var(--gray);text-decoration:none}
  .foot-grid a:hover{color:var(--blue)}
  .foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;border-top:1px solid var(--border-soft);padding-top:22px;font-size:13px}

  @media(max-width:1000px){
    h1{font-size:40px}
    .bento{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(160px,auto)}
    .b.panelcell{grid-column:span 2}
    .counters{grid-template-columns:1fr 1fr}
    .counter:nth-child(2n){border-right:none}
    .deep{grid-template-columns:1fr}
    .deep-shot{position:static;max-width:420px;margin:0 auto}
    .price-grid{grid-template-columns:1fr;max-width:420px}
    .steps{grid-template-columns:1fr}
    .foot-grid{grid-template-columns:1fr 1fr}
    .nav-links{display:none}
    .nav-inner{justify-content:space-between}
  }
  @media(max-width:620px){
    .nav-inner .hand{display:none}
    .hand-under{transform:translateX(-24px)}
    .hand-note.above{margin-left:60px}
    /* language control collapses to the flag alone */
    .lang-btn #langCode,.lang-btn .chev{display:none}
    .lang-btn{padding:0 9px}
    .bento{grid-template-columns:1fr}
    .b.wide,.b.panelcell{grid-column:span 1}
    .counters{grid-template-columns:1fr}
    .counter{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:22px}
    .counter:last-child{border-bottom:none}
  }
  @media(max-width:430px){
    .logo .wordmark{display:none}
    .btn.small{padding:9px 13px}
  }

/* utilities that replaced inline style attributes */
section.tight{padding-top:8px}
.b .stat-num{color:var(--blue)}
.stars .fill{width:95.2%}
.trial-line{font-size:12px;color:var(--gray);text-align:center;margin-top:12px}
.inline-link{color:var(--blue);text-decoration:none;font-weight:700}
.dot-row i.c-blue{background:#216FF3}
.dot-row i.c-gold{background:#FFD639}
.dot-row i.c-tiff{background:#84DCC6}
.dot-row i.c-green{background:#00AF54}
.dot-row i.c-ink{background:#222222}

/* =========================================================================
   Motion
   Everything here sits inside prefers-reduced-motion: no-preference, so a
   visitor who has asked their OS for less motion gets the page perfectly
   still — which matters rather a lot on a page that sells "stop animations".
   ========================================================================= */
@media (prefers-reduced-motion: no-preference){

  /* --- scroll reveal --- */
  .reveal{opacity:0;transform:translateY(20px);
    transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}
  .reveal.in{opacity:1;transform:none}

  /* --- hero entrance --- */
  @keyframes rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
  @keyframes fade{from{opacity:0}to{opacity:1}}
  .hero .eyebrow{animation:rise .8s cubic-bezier(.22,1,.36,1) .05s both}
  .hero h1{animation:rise .8s cubic-bezier(.22,1,.36,1) .14s both}
  .hero .sub{animation:rise .8s cubic-bezier(.22,1,.36,1) .24s both}
  .hero-ctas{animation:rise .8s cubic-bezier(.22,1,.36,1) .34s both}
  .hand-under{animation:fade .9s ease .55s both}        /* fade only — it carries an X offset */
  .hero-note{animation:fade .9s ease .68s both}
  .logo .hand{animation:fade .9s ease .5s both}          /* fade only — it carries a rotation */

  /* --- hand-drawn arrows draw themselves in --- */
  .arr path{transition:stroke-dashoffset .85s cubic-bezier(.5,0,.2,1) .12s}

  /* --- chat bubbles arrive one after another --- */
  .chat .bub{opacity:0;transform:translateY(12px) scale(.97);
    transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}
  .in .chat .bub{opacity:1;transform:none}
  .in .chat .bub:nth-child(1){transition-delay:.20s}
  .in .chat .bub:nth-child(2){transition-delay:.45s}
  .in .chat .bub:nth-child(3){transition-delay:.70s}
  .in .chat .bub:nth-child(4){transition-delay:.95s}

  /* --- the rating fills up --- */
  .stars .fill{width:0;transition:width 1.2s cubic-bezier(.22,1,.36,1) .25s}
  .rating-bar.in .stars .fill{width:95.2%}

  /* --- hover: lift. (transition repeats the theme properties, since a second
         `transition` declaration replaces the first rather than adding to it) --- */
  .b,.step,.quote-card,.reg{transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,
    opacity .65s cubic-bezier(.22,1,.36,1),background-color .25s ease,color .25s ease,border-color .25s ease}
  .b:hover,.step:hover,.quote-card:hover{transform:translateY(-5px);box-shadow:0 1px 2px rgba(16,42,84,.05),0 18px 40px rgba(16,42,84,.13)}
  html.dark .b:hover,html.dark .step:hover,html.dark .quote-card:hover{box-shadow:0 18px 40px rgba(0,0,0,.5)}
  .deep-item{transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .65s cubic-bezier(.22,1,.36,1),
    background-color .25s ease,color .25s ease,border-color .25s ease}
  .deep-item:hover{transform:translateX(5px)}
  .ai-chip,.profile,.t-chip{transition:transform .2s ease,border-color .2s ease,background-color .2s ease}
  .ai-chip:hover{transform:translateY(-2px);border-color:var(--blue)}
  .btn .arr,.btn svg{transition:transform .25s ease}
  .btn:hover svg{transform:scale(1.08) rotate(-6deg)}

  /* --- nav lifts off the page once you scroll --- */
  nav{transition:box-shadow .3s ease,background-color .25s ease}
  nav.scrolled{box-shadow:0 6px 26px rgba(16,42,84,.09)}
  html.dark nav.scrolled{box-shadow:0 6px 26px rgba(0,0,0,.45)}

  /* --- the live status dot breathes --- */
  @keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(0,175,84,.55)}70%{box-shadow:0 0 0 7px rgba(0,175,84,0)}}
  .eyebrow .dot{animation:pulse 2.6s ease-out infinite}
}
