:root {
  --navy-deep: #0a1430;
  --navy: #13265c;
  --navy-2: #1d3c84;
  --navy-3: #2a55a8;
  --blue: #2c5be6;
  --blue-2: #5a86ff;
  --blue-soft: #e8eeff;
  --green: #159a5b;
  --scan-1: #2fd47e;
  --scan-2: #0e9e58;
  --green-soft: #e2f5eb;
  --amber: #f4c430;
  --amber-soft: #fff6cf;
  --red: #e5484d;
  --red-soft: #fdecec;
  --ink: #0b1733;
  --ink-2: #46527a;
  --ink-3: #8b93b3;
  --line: #e4e9f5;
  --sheet: #fbfcff;
  --bg: #ffffff;
  --bg-alt: #f6f8fd;
  --shadow: 0 30px 80px -40px rgba(8, 19, 48, .22), 0 12px 32px -22px rgba(8, 19, 48, .18);
  --shadow-card: 0 2px 8px -2px rgba(8, 19, 48, .06), 0 10px 26px -16px rgba(8, 19, 48, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  background:
    radial-gradient(900px 520px at 92% -10%, rgba(90, 134, 255, .18), transparent 62%),
    radial-gradient(720px 420px at 8% 18%, rgba(47, 212, 126, .14), transparent 58%),
    linear-gradient(180deg, #fff 0%, #f7f9ff 48%, #fff 100%);
  -webkit-font-smoothing: antialiased;
}
main, header, footer { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.shell, .wrap { width: min(1280px, calc(100% - 56px)); margin: 0 auto; }
.narrow { max-width: 840px; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 10px; font-weight: 900; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 2px solid rgba(44, 91, 230, .6); outline-offset: 3px; border-radius: 8px; }

.topbar, header.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background:
    radial-gradient(150% 180% at 90% -40%, rgba(90, 134, 255, .42) 0%, transparent 52%),
    linear-gradient(170deg, var(--navy-3) 0%, var(--navy) 86%);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 14px 30px -22px rgba(8, 19, 48, .35);
}
.nav, .nav-grid {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar .shell {
  width: calc(100% - 28px);
  max-width: none;
}
.brand, .nav-brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}
.brand img, .nav-brand img, .footer-brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, .6);
}
.brand span span { color: #8fb4ff; }
.nav-brand { color: #fff; }
.nav-brand span { color: #8fb4ff; }
.navlinks {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}
.navlink {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .76);
  padding: 8px 13px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  transition: color .15s, background .15s;
}
.navlink:hover, .navlink.active { color: #fff; background: rgba(255, 255, 255, .13); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 13px; border-radius: 10px; color: rgba(255, 255, 255, .76); font-size: 13px; font-weight: 850; }
.nav-links a:not(.btn):hover, .nav-links a[aria-current="page"] { color: #fff; background: rgba(255, 255, 255, .13); }
.nav-burger { display: none; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.mobile-toggle { display: none; }
.hamb { display: grid; gap: 4px; }
.hamb i { display: block; width: 14px; height: 2px; border-radius: 9px; background: currentColor; }

.btn {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  transition: transform .16s ease, filter .16s ease, box-shadow .2s ease, background .16s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.btn:active { transform: translateY(0) scale(.98); }
.btn.primary { color: #fff; background: linear-gradient(180deg, #4f7af0, #2348c2); box-shadow: 0 12px 24px -10px rgba(44, 91, 230, .7), inset 0 1.5px 1px rgba(255, 255, 255, .35); }
.btn.green { overflow: hidden; color: #fff; background: linear-gradient(180deg, var(--scan-1), var(--scan-2)); box-shadow: 0 12px 26px -8px rgba(14, 158, 88, .55), inset 0 1.5px 1px rgba(255, 255, 255, .4), inset 0 -6px 12px rgba(4, 75, 40, .3); }
.btn .shine { position: absolute; top: 0; bottom: 0; left: -65%; width: 45%; background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .42), transparent); transform: skewX(-18deg); animation: shine 3.2s ease-in-out infinite; }
@keyframes shine { 0%, 55% { left: -65%; } 82%, 100% { left: 135%; } }
.btn.ghost { color: var(--blue); background: rgba(44, 91, 230, .06); box-shadow: inset 0 0 0 1.5px rgba(44, 91, 230, .2); }
.btn.soft { color: #fff; background: rgba(255, 255, 255, .12); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25); }
.btn.xl { min-height: 52px; padding: 0 24px; border-radius: 14px; font-size: 15px; }
.btn.full { width: 100%; }

.page { display: none; animation: fadeUp .35s ease both; }
.page.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(530px, 1fr) minmax(390px, 430px);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  min-height: calc(100vh - 62px);
  padding: 48px 0 52px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 18px -28px 28px;
  z-index: -1;
  border-radius: 34px;
  background:
    radial-gradient(520px 360px at 74% 38%, rgba(90, 134, 255, .18), transparent 70%),
    radial-gradient(480px 360px at 16% 38%, rgba(47, 212, 126, .12), transparent 68%),
    linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(248, 251, 255, .78));
}
.eyebrow, .label, .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 7px 13px;
  background: var(--green-soft);
  border: 1px solid rgba(21, 154, 91, .2);
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
}
.pulse { width: 7px; height: 7px; border-radius: 99px; background: var(--green); box-shadow: 0 0 10px rgba(21, 154, 91, .5); animation: pulse-glow 2s ease-in-out infinite; }
@keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 6px rgba(21, 154, 91, .4); } 50% { box-shadow: 0 0 14px rgba(21, 154, 91, .7); } }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 0;
  max-width: 760px;
  font-size: clamp(46px, 5.7vw, 82px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 950;
  color: var(--ink);
}
h1 em {
  display: inline;
  font-style: normal;
  background: linear-gradient(100deg, var(--blue), var(--blue-2) 45%, var(--green));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h2 { margin-bottom: 0; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.04; letter-spacing: -.025em; font-weight: 950; color: var(--ink); }
h3 { margin-bottom: 0; font-size: 20px; line-height: 1.14; letter-spacing: -.01em; font-weight: 950; color: var(--ink); }
.lead { max-width: 630px; margin: 20px 0 0; color: var(--ink-2); font-size: 19px; line-height: 1.56; font-weight: 650; }
p { color: var(--ink-2); line-height: 1.58; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; max-width: 620px; margin-top: 20px; }
.trust-row span { padding: 7px 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); font-size: 12px; font-weight: 850; box-shadow: 0 2px 8px -4px rgba(0, 0, 0, .08); }

.preview { position: relative; width: min(430px, 100%); margin-left: auto; }
.extension-preview { filter: drop-shadow(0 34px 52px rgba(8, 19, 48, .16)); }
.extension-card { display: grid; gap: 9px; width: 100%; padding: 4px; border-radius: 25px; background: #eef2fa; }
.extension-summary,
.policy-group,
.extension-evidence {
  border: 1px solid #e5eaf4;
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 22px -18px rgba(8, 19, 48, .34);
}
.extension-summary { padding: 18px 17px 17px; }
.scan-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.scan-identity { display: flex; min-width: 0; align-items: center; gap: 7px; }
.scan-identity img { width: 22px; height: 22px; border-radius: 6px; box-shadow: 0 5px 12px -8px rgba(8, 19, 48, .55); }
.scan-identity b { color: #0f1831; font-size: 14px; font-weight: 950; white-space: nowrap; }
.scan-identity span { min-width: 0; color: #9ba4bf; font-size: 11px; font-weight: 760; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.scan-score-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 8px; }
.scan-score { display: flex; align-items: baseline; gap: 7px; }
.scan-score strong { color: var(--green); font-size: 52px; line-height: .95; font-weight: 950; letter-spacing: -.035em; }
.scan-score span { color: #7680a2; font-size: 13px; font-weight: 900; white-space: nowrap; }
.scan-level { display: inline-flex; align-items: center; justify-content: center; height: 32px; min-width: 55px; border-radius: 999px; padding: 0 13px; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.scan-bar { position: relative; height: 9px; margin-top: 8px; overflow: hidden; border-radius: 999px; background: linear-gradient(90deg, var(--green) 0 33%, #f4c430 33% 66%, var(--red) 66%); }
.scan-bar span { position: absolute; top: 50%; left: 8%; width: 15px; height: 15px; border: 3px solid var(--green); border-radius: 50%; background: #fff; transform: translate(-50%, -50%); box-shadow: 0 2px 5px rgba(8, 19, 48, .2); }
.scan-bar-labels { display: flex; justify-content: space-between; margin-top: 7px; color: #8992b2; font-size: 9.5px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.extension-summary p { margin: 10px 0 0; color: #46527a; font-size: 13px; line-height: 1.35; font-weight: 660; }
.policy-groups { display: grid; gap: 9px; }
.policy-group { overflow: hidden; }
.policy-toggle {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  border: 0;
  padding: 0 14px;
  color: #0f1831;
  background: transparent;
  cursor: pointer;
}
.policy-toggle b { font-size: 14px; line-height: 1.1; font-weight: 950; }
.policy-toggle span { display: flex; align-items: center; gap: 8px; color: #8a93b1; font-size: 11.5px; font-weight: 950; white-space: nowrap; }
.policy-toggle i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.policy-group.red .policy-toggle i { color: var(--red); }
.policy-group.amber .policy-toggle i { color: var(--amber); }
.policy-group.green .policy-toggle i { color: var(--green); }
.policy-toggle svg { width: 15px; height: 15px; color: #9aa4c1; transition: transform .2s ease; }
.policy-toggle svg path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.policy-group.open .policy-toggle svg { transform: rotate(180deg); }
.policy-panel { display: none; padding: 0 13px 13px; }
.policy-group.open .policy-panel { display: grid; gap: 8px; animation: panelIn .18s ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.empty-flag {
  border: 1px dashed rgba(229, 72, 77, .35);
  border-radius: 13px;
  padding: 13px;
  background: rgba(229, 72, 77, .035);
}
.empty-flag b { display: block; color: var(--red); font-size: 13px; font-weight: 950; }
.empty-flag small,
.policy-item small { display: block; margin-top: 4px; color: #7f88a8; font-size: 11.5px; line-height: 1.35; font-weight: 760; }
.policy-item { border: 1px solid #edf1f8; border-radius: 13px; padding: 12px; background: #fbfcff; }
.policy-item b { display: block; color: #111b36; font-size: 12.5px; font-weight: 950; }
.extension-evidence { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 14px; }
.extension-evidence b { display: block; color: #101936; font-size: 14px; font-weight: 950; }
.extension-evidence small { display: block; max-width: 225px; margin-top: 4px; color: #46527a; font-size: 11.5px; line-height: 1.32; font-weight: 780; }
.extension-evidence button { height: 47px; border: 0; border-radius: 13px; padding: 0 15px; color: #fff; background: linear-gradient(135deg, var(--blue-2), var(--blue)); box-shadow: 0 14px 22px -13px rgba(44, 91, 230, .85); font-size: 12.5px; font-weight: 950; cursor: pointer; }

.section { padding: 76px 0; }
.section-top { padding: 66px 0 30px; }
.center { text-align: center; margin-inline: auto; }
.section-head { max-width: 760px; margin-bottom: 30px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 { margin-top: 14px; }
.section-head p { max-width: 620px; margin: 14px auto 0; }
.grid-3, .mini-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 24px; box-shadow: var(--shadow-card); }
.step-card span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg, var(--blue-2), var(--blue)); font-weight: 950; font-size: 13px; margin-bottom: 18px; box-shadow: 0 8px 16px -8px rgba(44, 91, 230, .7); }
.step-card p, .card p { margin: 9px 0 0; font-size: 14px; }

.download-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; margin: 20px 0 78px; border: 1px solid rgba(44, 91, 230, .18); background: linear-gradient(135deg, rgba(44, 91, 230, .08), rgba(21, 154, 91, .08)); border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.download-box h2 { margin-top: 12px; }
.download-box p { margin: 12px 0 0; max-width: 620px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.how-showcase {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 24px;
  align-items: stretch;
  padding-bottom: 24px;
}
.clip-box {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
.clip-top {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
}
.clip-top span { width: 11px; height: 11px; border-radius: 50%; background: #c9d2e7; }
.clip-top b { margin-left: 8px; color: var(--ink-2); font-size: 13px; font-weight: 900; }
.clip-stage {
  min-height: 390px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 34px;
  background:
    radial-gradient(380px 230px at 50% 42%, rgba(44, 91, 230, .18), transparent 68%),
    linear-gradient(160deg, #f8fbff, #eef4ff);
}
.play-mark {
  width: 82px;
  height: 82px;
  border-radius: 28px;
  background: linear-gradient(180deg, var(--scan-1), var(--scan-2));
  box-shadow: 0 16px 34px -18px rgba(14, 158, 88, .75);
  position: relative;
  margin: 0 auto 18px;
}
.play-mark::after {
  content: "";
  position: absolute;
  left: 33px;
  top: 25px;
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.clip-stage strong { display: block; font-size: 25px; letter-spacing: -.02em; }
.clip-stage p { max-width: 430px; margin: 8px auto 0; }
.how-steps { display: grid; gap: 12px; }
.how-steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}
.how-steps span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue-2), var(--blue));
  font-weight: 950;
}
.how-steps h3 { font-size: 17px; }
.how-steps p { margin: 6px 0 0; font-size: 13.5px; }
.translation-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 84px;
}
.translation-strip div {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-card);
}
.translation-strip div:last-child { background: var(--green-soft); border-color: rgba(21, 154, 91, .25); }
.translation-strip span { display: block; color: var(--ink-3); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.translation-strip p { margin: 0; }

.feature-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  margin-bottom: 16px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(44, 91, 230, .18);
  background:
    radial-gradient(420px 260px at 90% 10%, rgba(90, 134, 255, .18), transparent 70%),
    #fff;
  box-shadow: var(--shadow);
}
.feature-hero h3 { margin-top: 14px; font-size: 30px; }
.feature-hero p { max-width: 650px; margin-bottom: 0; }
.feature-score {
  min-width: 174px;
  min-height: 174px;
  border-radius: 36px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--blue-soft);
  border: 1px solid #dce6ff;
}
.feature-score strong { display: block; font-size: 56px; line-height: .9; color: var(--amber); letter-spacing: -.06em; }
.feature-score span { display: block; color: var(--ink-3); font-weight: 900; font-size: 13px; }
.feature-score em { display: inline-flex; margin-top: 8px; font-style: normal; color: var(--amber); background: var(--amber-soft); border-radius: 999px; padding: 5px 10px; font-size: 11px; font-weight: 950; text-transform: uppercase; }
.feature-grid-rich {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-bottom: 86px;
}
.feature-grid-rich article {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--shadow-card);
}
.feature-grid-rich p { margin: 9px 0 0; font-size: 14px; }
.feature-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; font-size: 18px; font-weight: 950; }
.feature-icon.blue { color: var(--blue); background: var(--blue-soft); }
.feature-icon.green { color: var(--green); background: var(--green-soft); }
.feature-icon.amber { color: var(--amber); background: var(--amber-soft); }
.feature-icon.red { color: var(--red); background: var(--red-soft); }
.feature-list { display: grid; gap: 9px; margin-top: 16px; }
.feature-list p { margin: 0; padding-left: 22px; position: relative; font-size: 14px; }
.feature-list p::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 99px; background: var(--green); }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; padding-bottom: 86px; }
.price-grid.two { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); max-width: 920px; margin: 0 auto; }
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: rgba(21, 154, 91, .35); background: linear-gradient(180deg, rgba(21, 154, 91, .08), #fff 42%); transform: translateY(-8px); box-shadow: var(--shadow); }
.price { margin: 16px 0 4px; font-size: 46px; font-weight: 950; letter-spacing: -.06em; }
.price small { font-size: 15px; color: var(--ink-3); letter-spacing: 0; font-weight: 800; }
.price-note { margin-bottom: 20px; }
.price-card .feature-list { margin-top: 20px; }

.faq { display: grid; gap: 12px; max-width: 900px; margin: 0 auto 88px; }
details { border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 18px 20px; box-shadow: var(--shadow-card); }
summary { cursor: pointer; font-weight: 950; color: var(--ink); }
details p { margin-bottom: 0; }
.legal-note { margin-top: 18px; padding: 15px; border-radius: 16px; background: #fff; border: 1px solid var(--line); color: var(--ink-3); font-size: 13px; line-height: 1.55; font-weight: 750; }

.footer { border-top: 1px solid var(--line); background: var(--navy-deep); color: rgba(255, 255, 255, .72); padding: 32px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.footer-brand { color: #fff; }
.footer-brand img { width: 32px; height: 32px; }
.footer p { margin: 10px 0 0; color: rgba(255, 255, 255, .62); font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.footer-links button, .footer-links a { border: 0; background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .78); padding: 9px 12px; border-radius: 10px; font-weight: 800; cursor: pointer; }
.footer-base { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .52); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, auto); gap: 28px; align-items: start; }
.footer-col { display: grid; gap: 9px; }
.footer-col b { color: #fff; font-size: 13px; }
.footer-col a { color: rgba(255, 255, 255, .7); font-size: 13px; font-weight: 750; }
.footer-col a:hover { color: #fff; }
.page-hero { padding: 76px 0 36px; }
.page-hero.compact { padding-bottom: 24px; }
.page-hero h1 { margin: 14px auto 0; }
.page-hero h1 em { font-style: normal; color: var(--blue); }
.page-hero p { max-width: 680px; margin: 14px auto 0; }
.legal-card { max-width: 860px; margin: 0 auto; border: 1px solid var(--line); border-radius: 22px; background: #fff; padding: 30px; box-shadow: var(--shadow-card); }
.legal-card h2 { margin-top: 28px; font-size: 24px; }
.text-link { color: var(--blue); font-weight: 900; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support-card { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 24px; box-shadow: var(--shadow-card); }
.support-card b { display: block; margin-top: 14px; font-size: 18px; font-weight: 950; }
.support-card p { font-size: 14px; }
.support-note { margin: 18px auto 0; max-width: 760px; text-align: center; color: var(--ink-3); font-size: 13px; }
.icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-weight: 950; }
.icon.blue { color: var(--blue); background: var(--blue-soft); }
.icon.green { color: var(--green); background: var(--green-soft); }
.icon.amber { color: var(--amber); background: var(--amber-soft); }
.icon.red { color: var(--red); background: var(--red-soft); }

@media (max-width: 1060px) {
  .hero, .split, .download-box { grid-template-columns: 1fr; }
  .how-showcase, .translation-strip, .feature-hero { grid-template-columns: 1fr; }
  .preview { margin-left: 0; }
  .grid-3, .mini-steps, .price-grid { grid-template-columns: 1fr; }
  .feature-grid-rich, .price-grid.two { grid-template-columns: 1fr; }
  .support-grid, .footer-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .store-buttons { justify-content: flex-start; }
  .nav { align-items: flex-start; flex-direction: column; padding: 12px 0; gap: 10px; }
  .navlinks { width: 100%; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .navlinks::-webkit-scrollbar { display: none; }
  .navlink { flex: 0 0 auto; }
  .desktop-only { display: none; }
}

@media (max-width: 560px) {
  .shell { width: min(1160px, calc(100% - 28px)); }
  .nav { min-height: 62px; }
  .brand { font-size: 18px; }
  .brand img { width: 32px; height: 32px; }
  .hero { padding: 42px 0 58px; gap: 36px; }
  h1 { font-size: 39px; }
  .lead { font-size: 16px; }
  .card, .download-box { padding: 20px; }
  .preview { width: 100%; }
  .extension-card { border-radius: 22px; }
  .extension-summary { padding: 16px 15px; }
  .scan-score strong { font-size: 48px; }
  .extension-evidence { grid-template-columns: 1fr; }
  .extension-evidence button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}


/* ════════════════════════════════════════════════════════════════
   Homepage v7 — dark extension-style hero band + density fillers
   ════════════════════════════════════════════════════════════════ */
.hero-band {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 62px);
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  padding-top: 14px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(150% 120% at 50% -30%, var(--blue) 0%, var(--navy-2) 46%, #0d1b42 78%, var(--navy-deep) 100%);
}
/* starfield dust + machined edge light, straight from the popup hero */
.hero-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .38;
  background-image:
    radial-gradient(rgba(160, 190, 255, .5) .7px, transparent .8px),
    radial-gradient(rgba(160, 190, 255, .3) .6px, transparent .7px);
  background-size: 130px 95px, 80px 66px;
}
.hero-band::after {
  content: ""; position: absolute; top: 0; left: 18%; right: 18%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(160, 195, 255, .55), transparent);
}
.hero-band .hero { position: relative; z-index: 1; flex: 1; min-height: 0; padding: 26px 0 12px; }
.hero-band .hero::before { display: none; }
.hero-band h1 { color: #fff; text-shadow: 0 2px 24px rgba(10, 25, 80, .55); }
.hero-band h1 em {
  background: linear-gradient(100deg, #9db9ff, #6fd6ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-band .lead { color: #b8c7f4; }
.hero-band .eyebrow {
  color: #6ef0a0; background: rgba(38, 180, 100, .14);
  border: 1px solid rgba(110, 240, 160, .28);
}
.hero-band .pulse { background: #4ade80; box-shadow: 0 0 10px #4ade80; }
.hero-band .trust-row span {
  color: #c2cfec; background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(160, 190, 255, .24); box-shadow: none;
}
.hero-band .btn.ghost { color: #e3ecff; background: rgba(255, 255, 255, .08); box-shadow: inset 0 0 0 1.5px rgba(160, 190, 255, .32); }
.hero-band .btn.ghost:hover { background: rgba(255, 255, 255, .14); }
.hero-band .extension-preview { filter: drop-shadow(0 44px 70px rgba(0, 0, 0, .5)); }
.hero-band .extension-card { background: rgba(238, 242, 250, .95); box-shadow: 0 0 0 1px rgba(160, 190, 255, .25); }

/* stat strip across the bottom of the hero */
.hero-stats {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 8px; padding: 20px 0 6px;
  border-top: 1px solid rgba(160, 190, 255, .16);
}
.hero-stats div { display: grid; gap: 4px; justify-items: start; }
.hero-stats b { font-size: 26px; font-weight: 950; letter-spacing: -.02em; color: #fff; }
.hero-stats b::after { content: ""; display: block; width: 26px; height: 3px; margin-top: 6px; border-radius: 99px; background: linear-gradient(90deg, var(--scan-1), var(--blue-2)); }
.hero-stats span { color: #93a3d4; font-size: 12.5px; font-weight: 700; line-height: 1.35; }

/* scroll cue — make it obvious there's more below */
.scroll-cue {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  margin: 10px auto 14px; padding: 8px 16px;
  border: 0; background: none; cursor: pointer;
  color: #9fb2e6; font-size: 11.5px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase;
  transition: color .15s ease;
}
.scroll-cue:hover { color: #fff; }
.scroll-cue svg { width: 19px; height: 19px; animation: cue-bob 1.8s ease-in-out infinite; }
@keyframes cue-bob { 0%, 100% { transform: translateY(0); opacity: .65; } 50% { transform: translateY(6px); opacity: 1; } }

/* "works on the sites you use" marquee */
.marquee { padding: 30px 0 6px; text-align: center; overflow: hidden; }
.marquee-head { color: var(--ink-3); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.marquee-track {
  display: flex; gap: 14px; width: max-content;
  animation: marquee-roll 36s linear infinite;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-row { display: flex; gap: 14px; }
.marquee-row span {
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
  padding: 10px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card);
  color: var(--ink-2); font-size: 13.5px; font-weight: 850;
}
.marquee-row img { width: 20px; height: 20px; border-radius: 5px; }
@keyframes marquee-roll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 7px)); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .scroll-cue svg { animation: none; }
}

/* dark navy closing CTA (matches the extension) */
.download-box.dark-cta {
  position: relative; overflow: hidden; color: #fff; border: 1px solid rgba(140, 170, 255, .28);
  background:
    radial-gradient(150% 200% at 88% -40%, rgba(90, 134, 255, .5), transparent 54%),
    linear-gradient(160deg, var(--navy-2), var(--navy-deep));
  box-shadow: 0 36px 80px -34px rgba(8, 19, 48, .65);
}
.download-box.dark-cta::before { content: ""; position: absolute; top: 0; left: 18%; right: 18%; height: 1px; background: linear-gradient(90deg, transparent, rgba(160, 195, 255, .55), transparent); }
.download-box.dark-cta h2 { color: #fff; }
.download-box.dark-cta p { color: #b8c7f4; }
.download-box.dark-cta .label { color: #9db9ff; background: rgba(90, 134, 255, .16); border: 1px solid rgba(140, 170, 255, .25); }

@media (max-width: 980px) {
  .hero-band { min-height: 0; padding-bottom: 4px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
}
@media (max-width: 600px) {
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats b { font-size: 21px; }
}


/* ════════════════════════════════════════════════════════════════
   v8 — Features bento, Pricing comparison, FAQ columns (white bg)
   ════════════════════════════════════════════════════════════════ */
.marquee-legal { max-width: 720px; margin: 20px auto 0; color: #aab2c9; font-size: 10.5px; font-weight: 600; line-height: 1.5; }

/* features bento */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-bottom: 70px; }
.bento-card {
  position: relative; display: flex; flex-direction: column; gap: 8px;
  border: 1px solid var(--line); border-radius: 22px; padding: 24px; background: #fff;
  box-shadow: var(--shadow-card); transition: transform .18s ease, box-shadow .2s ease;
}
.bento-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.bento-card.span2 { grid-column: span 6; flex-direction: row; align-items: center; gap: 30px; }
.bento-card.small { grid-column: span 2; }
.bento-copy { flex: 1; min-width: 0; }
.bento-card h3 { margin: 10px 0 0; font-size: 21px; font-weight: 950; letter-spacing: -.02em; }
.bento-card.small h3 { font-size: 16.5px; margin-top: 12px; }
.bento-card p { margin: 8px 0 0; color: var(--ink-2); font-size: 14.5px; line-height: 1.55; font-weight: 600; }
.bento-card.small p { font-size: 13.5px; }
.chip {
  display: inline-flex; align-items: center; height: 22px; padding: 0 10px; border-radius: 999px;
  font-size: 10.5px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase;
}
.chip.free { color: var(--green); background: var(--green-soft); }
.chip.pro { color: #fff; background: linear-gradient(135deg, var(--navy-3), var(--blue)); }
.chip.corner { position: absolute; top: 16px; right: 16px; }
.bento-visual { flex: 0 0 280px; display: grid; gap: 9px; }
.score-visual { justify-items: center; text-align: center; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #fff, #f6f9ff); padding: 22px; gap: 2px; }
.score-visual strong { color: var(--green); font-size: 56px; font-weight: 950; line-height: .9; letter-spacing: -.03em; }
.score-visual span { color: var(--ink-3); font-size: 12px; font-weight: 900; }
.score-visual em { margin-top: 6px; font-style: normal; color: var(--green); background: var(--green-soft); border-radius: 999px; padding: 5px 12px; font-size: 11px; font-weight: 950; letter-spacing: .07em; }
.mini-bar { position: relative; width: 100%; height: 8px; margin-top: 14px; border-radius: 999px; background: linear-gradient(90deg, var(--green) 0 33%, #f4c430 33% 66%, var(--red) 66%); }
.mini-bar i { position: absolute; top: 50%; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid var(--green); transform: translate(-50%, -50%); box-shadow: 0 2px 5px rgba(8, 19, 48, .25); }
.ev-quote { border-left: 3px solid #f2a4a7; border-radius: 0 12px 12px 0; background: #fff5f5; color: #3a4566; padding: 11px 13px; font-size: 12.5px; font-style: italic; font-weight: 600; line-height: 1.5; }
.ev-quote.amber { border-left-color: #f0c878; background: #fffbf0; }
.rank-visual .rk { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; padding: 10px 13px; box-shadow: var(--shadow-card); }
.rank-visual .rk i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 8px; color: #fff; font-style: normal; font-size: 11px; font-weight: 950; background: var(--navy-2); }
.rank-visual .rk i.g1 { background: linear-gradient(145deg, #ffd66e, #f0a41e); }
.rank-visual .rk i.g2 { background: linear-gradient(145deg, #c7d2e4, #9aa8c2); }
.rank-visual .rk i.g3 { background: linear-gradient(145deg, #e2a476, #c07a45); }
.rank-visual .rk b { flex: 1; font-size: 13.5px; font-weight: 900; }
.rank-visual .rk em { font-style: normal; font-size: 15px; font-weight: 950; }
.rank-visual .rk em.good { color: var(--green); }
.rank-visual .rk em.mid { color: #c99100; }

/* pricing extras */
.badge.gold { color: #3a2a00; background: linear-gradient(135deg, #ffd66e, #f5a623); border: 0; }
.assure-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0 60px; }
.assure-row div { position: relative; border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 18px 18px 18px 50px; box-shadow: var(--shadow-card); }
.assure-row div::before { content: "✓"; position: absolute; left: 18px; top: 18px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 950; }
.assure-row b { display: block; color: var(--ink); font-size: 14.5px; font-weight: 950; }
.assure-row span { display: block; margin-top: 4px; color: var(--ink-2); font-size: 12.5px; font-weight: 650; line-height: 1.4; }
.compare-wrap { margin-bottom: 70px; }
.compare {
  width: 100%; max-width: 860px; margin: 0 auto; border-collapse: separate; border-spacing: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-card); font-size: 14.5px;
}
.compare th, .compare td { padding: 14px 20px; text-align: center; border-top: 1px solid #eef2f8; }
.compare thead th { border-top: 0; background: #f6f8fd; color: var(--ink-3); font-size: 11.5px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.compare td:first-child, .compare th:first-child { text-align: left; font-weight: 800; color: var(--ink); }
.compare td { color: var(--ink-2); font-weight: 750; }
.compare .pro-col { background: var(--blue-soft); color: var(--blue); font-weight: 950; }
.compare thead .pro-col { color: var(--blue); }
.cta-link { color: #9db9ff; font-weight: 900; text-decoration: underline; }

/* faq columns */
.faq-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; align-items: start; margin-bottom: 60px; }
.faq-col { display: grid; gap: 10px; }
.faq-group { margin: 16px 2px 2px; color: var(--ink-3); font-size: 12px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.faq-col .faq-group:first-child { margin-top: 0; }
.faq-col details {
  border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; background: #fff;
  box-shadow: var(--shadow-card);
}
.faq-col summary { cursor: pointer; font-weight: 950; color: var(--ink); font-size: 14.5px; list-style: none; position: relative; padding-right: 26px; }
.faq-col summary::-webkit-details-marker { display: none; }
.faq-col summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 19px; font-weight: 900; transition: transform .2s ease; }
.faq-col details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-col details p { margin: 10px 0 2px; color: var(--ink-2); font-size: 13.5px; line-height: 1.6; font-weight: 600; }
.faq-contact {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(135deg, rgba(44, 91, 230, .07), rgba(21, 154, 91, .06));
  padding: 22px 26px; margin-bottom: 70px; box-shadow: var(--shadow-card);
}
.faq-contact b { display: block; color: var(--ink); font-size: 17px; font-weight: 950; }
.faq-contact span { display: block; margin-top: 4px; color: var(--ink-2); font-size: 13.5px; font-weight: 650; }

@media (max-width: 980px) {
  .bento-card.span2 { flex-direction: column; align-items: stretch; }
  .bento-visual { flex: none; }
  .bento-card.small { grid-column: span 3; }
  .assure-row { grid-template-columns: 1fr; }
  .faq-cols { grid-template-columns: 1fr; }
  .compare th, .compare td { padding: 12px 12px; font-size: 13px; }
}
@media (max-width: 600px) {
  .bento-card.small { grid-column: span 6; }
}


/* ════════════════════════════════════════════════════════════════
   v9 — green wordmark, orange CTAs, tighter hero, Policies page
   ════════════════════════════════════════════════════════════════ */
/* "True" white (on navy) / ink (on light) — "Terms" always green */
.brand span span, .nav-brand span, .footer-brand span { color: #2fd47e; }

/* orange Add-to-Chrome (stands out on the navy chrome) */
.btn.orange {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(180deg, #fbb24a, #ef8f1c);
  box-shadow: 0 12px 26px -8px rgba(239, 143, 28, .55), inset 0 1.5px 1px rgba(255, 255, 255, .45), inset 0 -6px 12px rgba(140, 70, 0, .28);
}
.btn.orange:hover { filter: brightness(1.05); }

/* nav: a touch more breathing room */
.navlinks { gap: 10px; }
.navlink { padding: 9px 17px; }

/* hero: content moves up; stats anchor to the bottom of the fold */
.hero-band { padding-top: 0; }
.hero-band .hero { flex: 0 0 auto; min-height: 0; padding: 22px 0 8px; }
.hero-band h1 { margin-top: 16px; }
.hero-stats { margin-top: auto; padding-top: 22px; }

/* warm headline accent (not green, not blue) */
.hero-band h1 em {
  background: linear-gradient(100deg, #ffd66e, #f5a623);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* Policies page */
.doc-tabs { display: flex; justify-content: center; gap: 10px; margin: 6px 0 26px; }
.doc-tab {
  border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer;
  padding: 12px 22px; color: var(--ink-2); font-size: 14px; font-weight: 900;
  box-shadow: var(--shadow-card); transition: background .15s, color .15s, border-color .15s;
}
.doc-tab:hover { border-color: #c9d6f2; }
.doc-tab.active { color: #fff; background: linear-gradient(135deg, var(--navy-3), var(--blue)); border-color: transparent; box-shadow: 0 10px 20px -10px rgba(44, 91, 230, .7); }
.policy-doc-card {
  display: none; max-width: 840px; margin: 0 auto 70px;
  border: 1px solid var(--line); border-radius: 24px; background: #fff; padding: 36px clamp(22px, 4vw, 44px);
  box-shadow: var(--shadow);
}
.policy-doc-card.active { display: block; animation: fadeUp .3s ease both; }
.doc-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 18px; }
.doc-head h3 { margin: 0; font-size: 26px; font-weight: 950; letter-spacing: -.02em; }
.doc-head span { color: var(--ink-3); font-size: 13px; font-weight: 750; }
.policy-doc-card h4 { margin: 24px 0 6px; font-size: 16px; font-weight: 950; color: var(--ink); }
.policy-doc-card p { margin: 6px 0 0; color: var(--ink-2); font-size: 14.5px; line-height: 1.7; font-weight: 600; }
.doc-foot { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); }
.doc-foot a { color: var(--blue); font-size: 13.5px; font-weight: 900; }
.doc-foot a:hover { text-decoration: underline; }

#how-faq { padding-bottom: 30px; }


/* ════════════════════════════════════════════════════════════════
   v10 — centered nav, real orange, story-row features, wide
   policies + pricing, footer brand fix
   ════════════════════════════════════════════════════════════════ */
/* nav truly centered: brand | links | CTA on a balanced grid */
.topbar .shell.nav, .topbar .nav { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.topbar .brand { justify-self: start; }
.topbar .navlinks { justify-self: center; }
.topbar .nav-cta { justify-self: end; }

/* real orange (was reading gold) */
.btn.orange {
  background: linear-gradient(180deg, #ff8a3d, #f25c05);
  box-shadow: 0 12px 26px -8px rgba(242, 92, 5, .55), inset 0 1.5px 1px rgba(255, 255, 255, .45), inset 0 -6px 12px rgba(150, 55, 0, .3);
}
.hero-band h1 em {
  background: linear-gradient(100deg, #2c5be6, #5a86ff 44%, #159a5b);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* footer brand: no gap inside the wordmark */
.footer-brand b { display: inline-flex; font-weight: inherit; }
.footer-brand b span { color: #2fd47e; }

/* features: alternating story rows */
.feat-rows { display: grid; gap: 18px; margin-bottom: 26px; }
.feat-row {
  display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(28px, 5vw, 70px);
  border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(135deg, #fff, #f8faff);
  padding: clamp(26px, 4vw, 46px); box-shadow: var(--shadow-card);
}
.feat-row.flip { grid-template-columns: .9fr 1.1fr; }
.feat-row.flip .feat-copy { order: 2; }
.feat-row.flip .feat-visual { order: 1; }
.feat-copy h3 { margin: 14px 0 0; font-size: clamp(22px, 2.4vw, 30px); font-weight: 950; letter-spacing: -.02em; color: var(--ink); }
.feat-copy p { margin: 10px 0 0; color: var(--ink-2); font-size: 15.5px; line-height: 1.6; font-weight: 600; max-width: 520px; }
.feat-points { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.feat-points li { position: relative; padding-left: 26px; color: var(--ink); font-size: 14.5px; font-weight: 700; }
.feat-points li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 6px; background: var(--green-soft); color: var(--green); font-size: 11px; font-weight: 950; }
.feat-visual { display: grid; gap: 10px; }
.feat-visual .score-visual { max-width: 320px; margin-inline: auto; width: 100%; }
.feat-visual .ev-quote { font-size: 13.5px; }
.ev-jump { justify-self: end; display: inline-flex; align-items: center; padding: 9px 16px; border-radius: 10px; color: #fff; font-size: 12.5px; font-weight: 900; background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 10px 18px -10px rgba(44, 91, 230, .8); }
.rank-visual .rk em.bad { color: var(--red); }

.more-strip { border: 1px solid var(--line); border-radius: 24px; background: #fff; padding: 28px clamp(22px, 3vw, 38px); margin-bottom: 70px; box-shadow: var(--shadow-card); }
.more-head { text-align: center; color: var(--ink); font-size: 19px; font-weight: 950; margin-bottom: 22px; }
.more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.more-grid > div { display: flex; gap: 12px; align-items: flex-start; }
.more-grid .feature-icon { flex: 0 0 auto; margin-bottom: 0; }
.more-grid b { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 14.5px; font-weight: 950; }
.more-grid b .chip { height: 18px; padding: 0 7px; font-size: 9px; font-style: normal; }
.more-grid p { margin: 5px 0 0; color: var(--ink-2); font-size: 13px; line-height: 1.5; font-weight: 600; }

/* policies: full-width, both docs visible */
.docs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; margin-bottom: 10px; }
.docs-grid .policy-doc-card { display: block; max-width: none; margin: 0; }
#policies-faq .faq-cols { margin-bottom: 26px; }

/* pricing: use the full width */
.pricing-hero { max-width: 820px; }
.price-grid.two { grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: none; }
.price-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 34px clamp(26px, 3vw, 44px);
  border-radius: 26px;
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(420px 240px at 85% 0%, rgba(90, 134, 255, .12), transparent 64%),
    linear-gradient(180deg, #fff, #f9fbff);
}
.price-card.featured {
  transform: translateY(-10px);
  border-color: rgba(44, 91, 230, .26);
  background: #fff;
}
.price-card.featured::before {
  background:
    radial-gradient(440px 260px at 92% -4%, rgba(47, 212, 126, .2), transparent 62%),
    radial-gradient(400px 240px at 0% 20%, rgba(90, 134, 255, .16), transparent 64%),
    linear-gradient(180deg, #fff, #f7fbff);
}
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.scan-pill {
  display: inline-flex;
  align-items: center;
  height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}
.scan-pill.pro { color: var(--green); background: var(--green-soft); }
.price-card h3 { font-size: clamp(25px, 2.5vw, 34px); letter-spacing: -.025em; }
.price-card .price { margin-top: 18px; font-size: clamp(48px, 5vw, 64px); }
.price-note { max-width: 440px; color: var(--ink-2); font-size: 15px; }
.price-card .btn.full { min-height: 50px; margin-top: 6px; }
.price-card .feature-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.price-card .feature-list p {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.35;
}
.price-card .feature-list p::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 11px;
  font-weight: 950;
}
.price-card .feature-list p:first-child::before { display: none; }
.price-card .feature-list p:first-child { padding-left: 0; color: var(--blue); }
.compare { max-width: none; }
.compare td:first-child, .compare th:first-child { padding-left: 28px; }

@media (max-width: 980px) {
  .feat-row, .feat-row.flip { grid-template-columns: 1fr; }
  .feat-row.flip .feat-copy { order: 1; }
  .feat-row.flip .feat-visual { order: 2; }
  .more-grid { grid-template-columns: 1fr 1fr; }
  .docs-grid { grid-template-columns: 1fr; }
  .price-grid.two { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .more-grid { grid-template-columns: 1fr; }
}

.price-card .badge { width: fit-content; }

/* v11 — homepage headline: no blue accent, product green + warm gold */
.hero-band h1 em.accent-green {
  background: linear-gradient(100deg, #159a5b, #2fd47e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-band h1 em.accent-gold {
  background: linear-gradient(100deg, #f4c430, #f28c18);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* v13 — one shared gradient drives the CTAs AND the headline wordmark,
   so "Terms" is always the exact same green as Add to Chrome. */
:root { --cta-gradient: linear-gradient(135deg, #4ade80, #2dd4bf); }
.btn.orange,
.btn.primary,
.btn.green {
  color: #06241c;
  background: var(--cta-gradient);
  box-shadow: 0 14px 28px -10px rgba(45, 212, 191, .52), inset 0 1.5px 1px rgba(255, 255, 255, .45), inset 0 -6px 12px rgba(6, 36, 28, .16);
}
.hero-wordmark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  gap: 0;
}
.hero-wordmark span:first-child {
  color: #ffffff;
}
.hero-wordmark span:last-child {
  background: var(--cta-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* v14 — rebuilt Features + shorter conversion-first Pricing */
.features-stage,
.pricing-stage {
  padding-bottom: 34px;
}

.feature-hero-new {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(140, 170, 255, .28);
  border-radius: 30px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(620px 360px at 92% 0%, rgba(45, 212, 191, .25), transparent 64%),
    radial-gradient(520px 320px at 0% 40%, rgba(90, 134, 255, .24), transparent 66%),
    linear-gradient(150deg, var(--navy-deep), var(--navy) 58%, var(--navy-2));
  box-shadow: var(--shadow);
}
.feature-hero-new h2,
.feature-hero-new h3 {
  color: #fff;
}
.feature-hero-new h2 {
  max-width: 720px;
  margin-top: 14px;
}
.feature-hero-new p {
  max-width: 650px;
  margin: 14px 0 0;
  color: #b8c7f4;
  font-size: 16px;
}
.feature-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.feature-hero-new .btn.ghost {
  color: #e3ecff;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1.5px rgba(160, 190, 255, .32);
}
.feature-mini-result {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}
.mini-window-bar {
  display: flex;
  gap: 6px;
  padding-bottom: 6px;
}
.mini-window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
}
.mini-result-score,
.mini-risk-line {
  border-radius: 17px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
}
.mini-result-score {
  padding: 18px;
}
.mini-result-score strong {
  color: var(--green);
  font-size: 54px;
  line-height: .9;
  font-weight: 950;
  letter-spacing: -.04em;
}
.mini-result-score span {
  color: var(--ink-3);
  font-size: 13px;
  font-weight: 900;
}
.mini-result-score em {
  float: right;
  margin-top: 8px;
  border-radius: 999px;
  padding: 6px 11px;
  color: var(--green);
  background: var(--green-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}
.mini-risk-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  font-size: 13px;
  font-weight: 900;
}
.mini-risk-line span {
  color: var(--ink-3);
  font-size: 12px;
}
.mini-risk-line::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.mini-risk-line.green::before { background: var(--green); }
.mini-risk-line.amber::before { background: var(--amber); }
.mini-risk-line.red::before { background: var(--red); }
.mini-risk-line b {
  flex: 1;
}

.feature-wall {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.feature-tile {
  position: relative;
  overflow: hidden;
  grid-column: span 4;
  min-height: 220px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #cdd7ef;
}
.feature-tile .chip {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ficon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
}
.ficon svg { width: 24px; height: 24px; }
.ficon.b { background: var(--blue-soft); color: var(--blue); }
.ficon.g { background: var(--green-soft); color: var(--green); }
.ficon.p { background: #efe9ff; color: #6d4bd8; }
.ficon.a { background: var(--amber-soft); color: #b07d05; }
.feature-tile.wide {
  grid-column: span 6;
  background:
    radial-gradient(420px 260px at 96% 0%, rgba(47, 212, 191, .16), transparent 64%),
    #fff;
}
.feature-tile.score,
.feature-tile.evidence {
  grid-column: span 3;
}
.feature-tile h3 {
  margin-top: 14px;
  font-size: 22px;
  letter-spacing: -.02em;
}
.feature-tile p {
  margin: 10px 0 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}
.policy-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.policy-stack span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}
.feature-score-gauge {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 22px auto 0;
  border: 10px solid rgba(21, 154, 91, .18);
  border-top-color: var(--green);
  border-radius: 50%;
  text-align: center;
}
.feature-score-gauge strong {
  color: var(--green);
  font-size: 38px;
  line-height: .85;
  font-weight: 950;
}
.feature-score-gauge small {
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.evidence-lines {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.evidence-lines i {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(229, 72, 77, .24), rgba(244, 196, 48, .2), rgba(47, 212, 191, .18));
}
.evidence-lines i:nth-child(2) { width: 82%; }
.evidence-lines i:nth-child(3) { width: 64%; }

.pricing-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: end;
}
.pricing-stage.standalone {
  align-items: center;
}
.pricing-copy h1,
.pricing-copy h2 {
  margin-top: 14px;
}
.pricing-copy p {
  max-width: 700px;
  margin: 14px 0 0;
  font-size: 16px;
}
.pricing-note-card {
  border: 1px solid rgba(21, 154, 91, .2);
  border-radius: 22px;
  padding: 22px;
  background:
    radial-gradient(280px 160px at 100% 0%, rgba(74, 222, 128, .18), transparent 64%),
    #fff;
  box-shadow: var(--shadow-card);
}
.pricing-note-card b {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}
.pricing-note-card span {
  display: block;
  margin-top: 7px;
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.5;
}
.pricing-stage + .price-grid.two,
#plans .price-grid.two {
  padding-bottom: 26px;
}
.pricing-stage + .price-grid.two .price-card,
#plans .price-grid.two .price-card {
  min-height: 560px;
}
.assure-row {
  margin: 10px 0 42px;
}
.pricing-close {
  padding-top: 12px;
}
.pricing-page-hero {
  background:
    radial-gradient(720px 360px at 85% -20%, rgba(47, 212, 191, .14), transparent 62%),
    linear-gradient(180deg, #fff, #f8fbff);
}

@media (max-width: 980px) {
  .feature-hero-new,
  .pricing-stage {
    grid-template-columns: 1fr;
  }
  .feature-tile,
  .feature-tile.wide,
  .feature-tile.score,
  .feature-tile.evidence {
    grid-column: span 6;
  }
}

@media (max-width: 600px) {
  .feature-hero-new {
    padding: 24px;
  }
  .feature-wall {
    grid-template-columns: 1fr;
  }
  .feature-tile,
  .feature-tile.wide,
  .feature-tile.score,
  .feature-tile.evidence {
    grid-column: auto;
  }
  .pricing-note-card {
    padding: 18px;
  }
}


/* ════════════════════════════════════════════════════════════════
   v14 — no-clip How It Works + real mobile navigation
   ════════════════════════════════════════════════════════════════ */
.mobile-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  display: none;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .18);
}
.mobile-toggle:hover { background: rgba(255, 255, 255, .16); }

.how-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: clamp(24px, 5vw, 66px);
  align-items: center;
  padding-bottom: 26px;
}
.how-hero-copy h2 {
  margin-top: 14px;
  max-width: 720px;
  font-size: clamp(38px, 5vw, 64px);
}
.how-hero-copy p {
  max-width: 640px;
  margin: 18px 0 0;
  font-size: 18px;
}
.how-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.how-preview-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(44, 91, 230, .14);
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(340px 230px at 84% 4%, rgba(47, 212, 191, .22), transparent 66%),
    linear-gradient(180deg, #fff, #f5f8ff);
  box-shadow: var(--shadow);
}
.how-preview-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.how-preview-head img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 10px 22px -12px rgba(8, 19, 48, .38);
}
.how-preview-head b { display: block; font-weight: 950; }
.how-preview-head span { color: var(--ink-3); font-size: 12px; font-weight: 850; }
.how-progress {
  height: 11px;
  margin: 22px 0 16px;
  border-radius: 999px;
  background: #e7ecf8;
  overflow: hidden;
}
.how-progress span {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #4ade80, #2dd4bf);
}
.how-doc-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-bottom: 18px;
}
.how-doc-list span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .86);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 900;
}
.how-score-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(21, 154, 91, .18);
  box-shadow: var(--shadow-card);
}
.how-score-card strong {
  color: var(--green);
  font-size: 54px;
  line-height: .9;
  letter-spacing: -.05em;
}
.how-score-card span {
  padding-bottom: 7px;
  color: var(--ink-2);
  font-weight: 900;
}
.how-score-card em {
  align-self: center;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--green-soft);
  color: var(--green);
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
}
.how-steps.upgraded {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 8px 0 18px;
}
.how-steps.upgraded article {
  position: relative;
  display: block;
  min-height: 250px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, #fff, #f8fbff);
}
.how-steps.upgraded article::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(135deg, #4ade80, #2dd4bf);
  opacity: .75;
}
.how-steps.upgraded span {
  margin-bottom: 18px;
  background: linear-gradient(145deg, var(--navy-3), var(--blue));
}
.how-steps.upgraded h3 { font-size: 18px; }
.how-steps.upgraded p { font-size: 14px; line-height: 1.55; }
.how-detail-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 16px;
  margin: 18px 0 16px;
}
.how-detail-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  padding: 26px;
  box-shadow: var(--shadow-card);
}
.how-detail-card h3 {
  margin-top: 14px;
  font-size: clamp(24px, 2.6vw, 34px);
}
.how-detail-card p {
  margin: 12px 0 0;
  font-size: 15px;
}
.policy-stack.compact {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.policy-stack.compact span {
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 900;
}
.evidence-card {
  background:
    radial-gradient(360px 240px at 100% 0%, rgba(44, 91, 230, .1), transparent 66%),
    #fff;
}
.evidence-snippet {
  margin-top: 18px;
  border: 1px solid rgba(44, 91, 230, .16);
  border-radius: 20px;
  padding: 18px;
  background: #f7faff;
}
.evidence-snippet b { display: block; font-size: 15px; font-weight: 950; }
.evidence-snippet span { display: block; margin: 5px 0 14px; color: var(--ink-3); font-size: 12px; font-weight: 900; }
.evidence-snippet i {
  display: block;
  height: 9px;
  margin-top: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(44, 91, 230, .2), rgba(47, 212, 191, .32));
}
.evidence-snippet i:nth-of-type(2) { width: 82%; }
.evidence-snippet i:nth-of-type(3) { width: 56%; }

@media (max-width: 1060px) {
  .how-hero,
  .how-detail-grid {
    grid-template-columns: 1fr;
  }
  .how-preview-card {
    max-width: 520px;
  }
  .how-steps.upgraded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .topbar .shell.nav,
  .topbar .nav {
    position: relative;
    grid-template-columns: auto 1fr auto;
    min-height: 64px;
    padding: 9px 0;
  }
  .topbar .brand {
    grid-column: 1;
  }
  .topbar .nav-cta {
    grid-column: 3;
  }
  .mobile-toggle {
    display: grid;
  }
  .desktop-only {
    display: none;
  }
  .navlinks {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(10, 20, 48, .98);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 24px 44px -26px rgba(0, 0, 0, .58);
  }
  .navlinks.open {
    display: flex;
  }
  .navlink {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    text-align: left;
    padding: 0 14px;
    border-radius: 12px;
  }
  .hero-band .hero {
    padding-top: 24px;
  }
  .how-hero-copy h2 {
    font-size: 38px;
  }
  .how-steps.upgraded {
    grid-template-columns: 1fr;
  }
  .how-steps.upgraded article {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .topbar .shell {
    width: calc(100% - 20px);
  }
  .brand {
    font-size: 17px;
  }
  .how-actions .btn,
  .hero-actions .btn {
    width: 100%;
  }
  .how-preview-card,
  .how-detail-card {
    padding: 18px;
    border-radius: 22px;
  }
  .how-doc-list {
    grid-template-columns: 1fr;
  }
  .how-score-card strong {
    font-size: 46px;
  }
  .translation-strip {
    grid-template-columns: 1fr;
  }
}


/* ════════════════════════════════════════════════════════════════
   v15 — upgraded How It Works scan pipeline
   ════════════════════════════════════════════════════════════════ */
.how-launch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding-bottom: 34px;
}
.how-launch-copy h2 {
  margin-top: 14px;
  max-width: 780px;
  font-size: clamp(42px, 5.4vw, 68px);
}
.how-launch-copy p {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.58;
}
.how-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.how-proof-pills span {
  border: 1px solid rgba(44, 91, 230, .15);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 900;
  box-shadow: var(--shadow-card);
}
.how-live-panel {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    radial-gradient(440px 280px at 90% -5%, rgba(47, 212, 191, .24), transparent 62%),
    linear-gradient(155deg, #081330, #13265c 62%, #173a78);
  box-shadow: 0 34px 80px -42px rgba(8, 19, 48, .72);
  color: #fff;
}
.how-live-top {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .05);
}
.how-live-top b {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}
.how-pipeline {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.how-pipeline div {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .07);
}
.how-pipeline i {
  width: 18px;
  height: 18px;
  border-radius: 99px;
  background: linear-gradient(135deg, #4ade80, #2dd4bf);
  box-shadow: 0 0 0 4px rgba(74, 222, 128, .12);
}
.how-pipeline span {
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 850;
}
.how-pipeline b {
  color: #6ee7c8;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.how-result-preview {
  display: grid;
  gap: 9px;
  margin: 0 18px 18px;
  border-radius: 22px;
  padding: 14px;
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  box-shadow: 0 24px 42px -30px rgba(0, 0, 0, .5);
}
.how-score-pill {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 8px;
  border-radius: 16px;
  padding: 12px;
  background: var(--green-soft);
}
.how-score-pill strong {
  color: var(--green);
  font-size: 42px;
  line-height: .9;
  letter-spacing: -.05em;
}
.how-score-pill span {
  padding-bottom: 5px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 900;
}
.how-score-pill em {
  align-self: center;
  color: var(--green);
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}
.how-flag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 12px;
  background: #fff;
}
.how-flag-row b {
  font-size: 13px;
  font-weight: 950;
}
.how-flag-row span {
  font-size: 12px;
  font-weight: 900;
  color: var(--ink-3);
}
.how-flag-row.red { border-color: rgba(229, 72, 77, .2); }
.how-flag-row.amber { border-color: rgba(217, 138, 11, .24); }
.how-flag-row.green { border-color: rgba(21, 154, 91, .22); }
.how-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 8px 0 18px;
}
.how-path article {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  background:
    radial-gradient(240px 160px at 100% 0%, rgba(44, 91, 230, .09), transparent 68%),
    #fff;
  box-shadow: var(--shadow-card);
}
.how-path article::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 4px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(135deg, #4ade80, #2dd4bf);
}
.how-path span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--navy-3), var(--blue));
  font-size: 12px;
  font-weight: 950;
}
.how-path h3 { font-size: 18px; }
.how-path p { margin: 8px 0 0; font-size: 14px; line-height: 1.55; }
.how-path article { transition: transform .2s ease, box-shadow .2s ease; }
.how-path article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.how-path .hp-head { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.how-path .hp-ico {
  width: 46px; height: 46px; margin: 0;
  border-radius: 14px; display: grid; place-items: center;
  color: #fff; background: linear-gradient(145deg, var(--navy-3), var(--blue));
}
.how-path .hp-ico svg { width: 23px; height: 23px; }
.how-path .hp-num {
  width: auto; height: auto; margin: 0; padding: 0;
  background: none; display: block;
  color: var(--ink-3); font-size: 13px; font-weight: 950; letter-spacing: .06em;
}
.how-proof-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  margin: 18px 0 16px;
}
.how-proof-card {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow-card);
}
.how-proof-card.primary {
  background:
    radial-gradient(520px 260px at 100% 0%, rgba(47, 212, 191, .13), transparent 62%),
    #fff;
}
.how-proof-card > span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.how-proof-card h3 {
  margin-top: 14px;
  font-size: clamp(25px, 2.8vw, 36px);
}
.how-proof-card p {
  margin: 12px 0 0;
  font-size: 15px;
}
.how-evidence-mini {
  margin-top: 18px;
  border: 1px solid rgba(44, 91, 230, .16);
  border-radius: 20px;
  padding: 18px;
  background: #f7faff;
}
.how-evidence-mini b { display: block; font-size: 15px; font-weight: 950; }
.how-evidence-mini span { display: block; margin: 5px 0 14px; color: var(--ink-3); font-size: 12px; font-weight: 900; }
.how-evidence-mini i {
  display: block;
  height: 9px;
  margin-top: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(44, 91, 230, .2), rgba(47, 212, 191, .32));
}
.how-evidence-mini i:nth-of-type(2) { width: 82%; }
.how-evidence-mini i:nth-of-type(3) { width: 56%; }
.how-translate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 84px;
}
.how-translate div {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-card);
}
.how-translate div:last-child {
  background: var(--green-soft);
  border-color: rgba(21, 154, 91, .25);
}
.how-translate span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-3);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.how-translate p { margin: 0; }

@media (max-width: 1060px) {
  .how-launch,
  .how-proof-grid {
    grid-template-columns: 1fr;
  }
  .how-live-panel {
    max-width: 560px;
  }
  .how-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .how-launch-copy h2 {
    font-size: 38px;
  }
  .how-path {
    grid-template-columns: 1fr;
  }
  .how-path article {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .how-live-panel,
  .how-proof-card {
    border-radius: 22px;
  }
  .how-proof-card {
    padding: 20px;
  }
  .how-translate {
    grid-template-columns: 1fr;
  }
}


/* ════════════════════════════════════════════════════════════════
   v16 — polished phone layout
   ════════════════════════════════════════════════════════════════ */
.mobile-menu-label {
  display: none;
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(420px 260px at 100% 0%, rgba(90, 134, 255, .18), transparent 64%),
      linear-gradient(180deg, #fff 0%, #f5f8ff 48%, #fff 100%);
  }
  .shell,
  .wrap {
    width: min(100% - 24px, 1280px);
  }
  .topbar {
    border-bottom-color: rgba(255, 255, 255, .14);
  }
  .topbar .shell {
    width: calc(100% - 18px);
  }
  .topbar .shell.nav,
  .topbar .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 64px;
    align-items: center;
  }
  .topbar .brand {
    min-width: 0;
    gap: 8px;
    font-size: 18px;
  }
  .topbar .brand img {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }
  .topbar .brand > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topbar .nav-cta {
    justify-self: end;
  }
  .mobile-toggle {
    display: inline-flex;
    width: auto;
    height: 40px;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
  }
  .mobile-menu-label {
    display: inline;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
  }
  .hamb {
    gap: 3px;
  }
  .hamb i {
    width: 13px;
  }
  .navlinks {
    position: absolute;
    top: calc(100% + 8px);
    left: 9px;
    right: 9px;
    z-index: 80;
    display: none;
    grid-column: 1 / -1;
    width: auto;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    border-radius: 18px;
    background:
      radial-gradient(260px 180px at 100% 0%, rgba(90, 134, 255, .22), transparent 70%),
      rgba(8, 19, 48, .98);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 24px 44px -26px rgba(0, 0, 0, .62);
  }
  .navlinks.open {
    display: flex;
  }
  .navlink {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 14px;
    border-radius: 13px;
    color: rgba(255, 255, 255, .86);
    text-align: left;
    font-size: 14px;
  }
  .navlink.active,
  .navlink:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
  }

  .page {
    animation-duration: .22s;
  }
  .hero-band {
    min-height: auto;
    margin-inline: -12px;
    padding: 16px 12px 20px;
    border-radius: 0 0 28px 28px;
  }
  .hero-band::before {
    inset: 8px 0 0;
    border-radius: 0 0 28px 28px;
  }
  .hero-band::after {
    opacity: .16;
  }
  .hero-band .hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 0 8px;
  }
  .hero-copy {
    text-align: left;
  }
  .hero-band h1 {
    margin-top: 14px;
    max-width: 360px;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.02;
    letter-spacing: -.03em;
  }
  .hero-band .lead {
    max-width: 340px;
    margin-top: 15px;
    font-size: 15.5px;
    line-height: 1.48;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .hero-actions .btn {
    width: 100%;
    min-height: 48px;
  }
  .trust-row {
    gap: 7px;
    margin-top: 15px;
  }
  .trust-row span {
    padding: 6px 9px;
    color: #d9e5ff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
    font-size: 10.5px;
  }
  .preview {
    width: min(100%, 340px);
    margin: 0 auto;
  }
  .extension-card {
    border-radius: 22px;
  }
  .extension-summary,
  .policy-group,
  .extension-evidence {
    border-radius: 17px;
  }
  .scan-score strong {
    font-size: 44px;
  }
  .policy-toggle {
    min-height: 50px;
  }
  .extension-evidence {
    grid-template-columns: 1fr;
  }
  .extension-evidence button {
    width: 100%;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px 0 4px;
  }
  .hero-stats div {
    min-height: 96px;
    padding: 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
  }
  .hero-stats b {
    font-size: 22px;
  }
  .hero-stats span {
    font-size: 11.5px;
  }
  .scroll-cue {
    display: none;
  }
  .marquee {
    margin-top: 22px;
  }

  .section,
  .section-top,
  .features-stage,
  .pricing-page-hero {
    padding-top: 36px;
  }
  .download-box,
  .dark-cta,
  .feature-hero-new,
  .pricing-stage,
  .pricing-note-card,
  .policy-doc-card,
  .how-launch,
  .how-live-panel,
  .how-proof-card,
  .how-translate div {
    border-radius: 22px;
  }
  .how-launch {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 22px;
  }
  .how-launch-copy h2 {
    max-width: 360px;
    font-size: clamp(35px, 10vw, 44px);
    line-height: 1.04;
  }
  .how-launch-copy p {
    max-width: 350px;
    font-size: 15.5px;
    line-height: 1.5;
  }
  .how-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .how-actions .btn {
    width: 100%;
  }
  .how-proof-pills {
    gap: 7px;
  }
  .how-proof-pills span {
    padding: 7px 10px;
    font-size: 11px;
  }
  .how-live-panel {
    max-width: none;
  }
  .how-pipeline {
    padding: 14px;
  }
  .how-pipeline div {
    grid-template-columns: 20px 1fr auto;
    min-height: 42px;
    padding: 0 10px;
  }
  .how-pipeline span {
    font-size: 12px;
  }
  .how-result-preview {
    margin: 0 14px 14px;
  }
  .how-path {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .how-path article {
    min-height: 0;
    padding: 19px;
    border-radius: 20px;
  }
  .how-proof-grid,
  .how-translate {
    grid-template-columns: 1fr;
  }
  .how-proof-card {
    padding: 20px;
  }

  .feature-wall,
  .price-grid.two,
  .doc-tabs,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .doc-tabs {
    display: grid;
    gap: 8px;
  }
  .doc-tab {
    width: 100%;
  }
  .footer {
    padding: 28px 0;
  }
  .footer-grid,
  .footer-inner {
    gap: 18px;
  }
  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-links button,
  .footer-links a {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }
  .hero-stats div {
    min-height: 0;
  }
}
