:root {
  --ink: #17202a;
  --navy: #13293d;
  --navy-2: #0b2033;
  --muted: #667085;
  --line: #d7dce2;
  --surface: #f7f8fa;
  --surface-2: #eef2f6;
  --white: #ffffff;
  --gold: #ffad00;
  --gold-light: #ffc83d;
  --orange: #f28c00;
  --green: #16845b;
  --shadow: 0 24px 70px rgba(19, 41, 61, 0.12);
  --shadow-sm: 0 12px 30px rgba(19, 41, 61, 0.09);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.alt-section { background: var(--surface); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: var(--navy); color: #fff; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(215,220,226,.8); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 232px; }
.brand img { display: block; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #344054; font-size: 14px; font-weight: 750; text-decoration: none; }
.site-nav a:hover { color: var(--navy); }
.nav-cta { padding: 10px 16px; border-radius: 10px; background: linear-gradient(135deg,var(--gold),var(--orange)); color: #fff !important; box-shadow: 0 8px 20px rgba(242,140,0,.22); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.hero { min-height: 760px; display: grid; align-items: center; overflow: hidden; padding-top: 100px; background: linear-gradient(180deg,#fff 0%,#fbfcfd 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 62px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .72; pointer-events: none; }
.hero-glow-one { width: 550px; height: 550px; right: -170px; top: 50px; background: radial-gradient(circle,rgba(255,173,0,.19),rgba(255,173,0,0) 70%); }
.hero-glow-two { width: 460px; height: 460px; left: -240px; bottom: -120px; background: radial-gradient(circle,rgba(19,41,61,.10),rgba(19,41,61,0) 70%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #8a5500; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(22,132,91,.12); }
h1,h2,h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { margin: 0 0 24px; font-size: clamp(44px,4.6vw,64px); }
h1 span { background: linear-gradient(135deg,var(--gold),var(--orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { margin: 0 0 22px; font-size: clamp(38px,4vw,54px); }
h3 { margin: 0 0 12px; font-size: 23px; }
p { margin: 0 0 20px; color: #475467; }
.hero-lede { max-width: 640px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 24px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; font-size: 15px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg,var(--gold),var(--orange)); box-shadow: 0 12px 26px rgba(242,140,0,.24); }
.button-primary:hover { box-shadow: 0 16px 32px rgba(242,140,0,.3); }
.section-heading > p { max-width: 760px; }
.section-heading.centered > p { margin-inline: auto; }
.button-secondary { color: var(--navy); border-color: var(--line); background: #fff; box-shadow: 0 6px 18px rgba(19,41,61,.06); }
.button-outline { color: var(--navy); border-color: #bcc5cf; background: transparent; }
.button-icon { font-size: 18px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; color: #475467; font-size: 13px; font-weight: 700; }
.hero-proof i { color: var(--green); font-style: normal; }
.hero-microcopy { max-width: 560px; margin: 14px 0 0; color: #7a8794; font-size: 12px; }
.nav-cta { white-space: nowrap; }

.product-stage { position: relative; padding: 28px 22px 38px; }
.browser-shell { position: relative; overflow: hidden; border: 1px solid #cfd6df; border-radius: 22px; background: #fff; box-shadow: 0 32px 90px rgba(19,41,61,.20); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.browser-top { height: 54px; display: flex; align-items: center; gap: 14px; padding: 0 16px; border-bottom: 1px solid #dde2e8; background: #f7f8fa; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 10px; height: 10px; border-radius: 50%; background: #cbd2db; }
.browser-address { flex: 1; max-width: 330px; overflow: hidden; padding: 8px 13px; border: 1px solid #e0e4e9; border-radius: 9px; background: #fff; color: #8a94a3; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.preview-label { margin-left: auto; color: #98a2b3; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.browser-body { position: relative; min-height: 548px; overflow: hidden; background: #f3f5f7; }
.amazon-canvas { position: absolute; inset: 0; padding: 56px 45% 30px 28px; background: linear-gradient(180deg,#fff,#f7f8fa); }
.amazon-title { width: 78%; height: 20px; border-radius: 6px; background: #dfe4ea; }
.amazon-card { height: 160px; margin-top: 30px; border: 1px solid #e1e5ea; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(16,24,40,.04); }
.amazon-card.small { height: 110px; margin-top: 16px; }
.extension-panel { position: absolute; top: 0; right: 0; bottom: 0; width: 57%; padding: 18px; border-left: 1px solid #d7dce2; background: #fff; }
.panel-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.panel-title { display: flex; align-items: center; gap: 9px; color: var(--navy); font-size: 13px; }
.panel-title img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 5px 12px rgba(19,41,61,.14); }
.pro-pill { padding: 4px 7px; border-radius: 999px; color: #8a5500; background: #fff3d0; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.panel-kicker { color: #98a2b3; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.space-top { margin-top: 16px; }
.preset-card { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 7px; padding: 11px; border: 1px solid #ffe0a1; border-radius: 10px; background: #fffaf0; }
.preset-card strong,.preset-card small { display: block; }
.preset-card strong { color: var(--navy); font-size: 10px; }
.preset-card small { color: #667085; font-size: 8px; }
.preset-card > span { color: var(--green); font-size: 8px; font-weight: 850; }
.filter-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 8px; min-height: 49px; padding: 9px 3px; border-bottom: 1px solid #eef0f3; color: #344054; font-size: 9px; }
.filter-row strong { color: var(--navy); font-size: 9px; }
.pro-row span:first-child::after { content: "PRO"; margin-left: 5px; padding: 2px 4px; border-radius: 4px; color: #995a00; background: #fff2ca; font-size: 6px; font-weight: 900; }
.toggle { width: 25px; height: 14px; position: relative; display: inline-block; border-radius: 999px; background: #d0d5dd; }
.toggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.toggle.on { background: var(--gold); }
.toggle.on::after { left: 13px; }
.mock-button { width: 100%; margin-top: 17px; padding: 12px; border: 0; border-radius: 9px; background: linear-gradient(135deg,var(--gold),var(--orange)); color: #fff; font-size: 10px; font-weight: 850; box-shadow: 0 7px 18px rgba(242,140,0,.22); }
.floating-result { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 210px; padding: 12px 14px; border: 1px solid rgba(22,132,91,.2); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.floating-result strong,.floating-result small { display: block; }
.floating-result strong { color: var(--navy); font-size: 11px; }
.floating-result small { color: #667085; font-size: 9px; }
.result-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; font-weight: 900; }
.result-one { left: -14px; bottom: 0; }
.result-two { right: -14px; top: 100px; }

.trust-strip { border-block: 1px solid #e5e8ec; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 28px 34px; border-right: 1px solid #e5e8ec; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong,.trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: 15px; }
.trust-grid span { margin-top: 3px; color: #667085; font-size: 13px; }

.split-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.section-copy p { font-size: 18px; }
.comparison-card { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: stretch; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.comparison-column { padding: 24px; border-radius: 16px; }
.comparison-column.before { background: #f7f8fa; }
.comparison-column.after { background: linear-gradient(150deg,#fff9e8,#fff2cb); }
.comparison-label { display: block; margin-bottom: 15px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.comparison-column ul { margin: 0; padding: 0; list-style: none; }
.comparison-column li { position: relative; margin: 13px 0; padding-left: 24px; color: #475467; font-size: 14px; }
.comparison-column.before li::before { content: "×"; position: absolute; left: 0; color: #b54708; font-weight: 900; }
.comparison-column.after li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.comparison-arrow { display: grid; place-items: center; color: var(--orange); font-size: 24px; font-weight: 900; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { max-width: 680px; font-size: 18px; }
.centered p { margin-inline: auto; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.step-number { position: absolute; right: 20px; top: 6px; color: #eef1f4; font-size: 74px; font-weight: 900; line-height: 1; }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 14px; color: var(--navy); background: linear-gradient(135deg,#fff2c9,#ffcf5a); font-size: 24px; font-weight: 900; box-shadow: 0 8px 20px rgba(242,140,0,.15); }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { position: relative; min-height: 290px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(19,41,61,.06); }
.feature-card.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 30px; }
.feature-card.pro-feature { border-color: #f8d58a; background: linear-gradient(180deg,#fff,#fffaf0); }
.feature-tag { display: inline-flex; margin-bottom: 18px; padding: 5px 8px; border-radius: 6px; color: #8a5500; background: #fff1c7; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 12px; color: var(--navy); background: var(--surface-2); font-size: 20px; font-weight: 900; }
.mini-ui { padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.filter-ui > div { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 12px 8px; border-bottom: 1px solid #e2e6eb; color: #475467; font-size: 12px; }
.filter-ui > div:last-child { border-bottom: 0; }
.filter-ui strong { color: var(--navy); }
.message-check { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 20px; border: 1px solid #d8e0e8; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.message-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 900; }
.message-lines span { display: block; height: 8px; margin: 6px 0; border-radius: 999px; background: #e6e9ed; }
.message-lines span:last-child { width: 68%; }
.message-status { grid-column: 1 / -1; padding: 12px; border-radius: 10px; color: var(--green); background: #edf9f4; font-size: 12px; font-weight: 850; }
.message-status small { color: #667085; font-weight: 600; }

.privacy-section { padding-top: 50px; }
.privacy-card { display: grid; grid-template-columns: 86px 1fr; gap: 30px; align-items: start; padding: 46px; border: 1px solid #cfd6df; border-radius: 28px; color: #fff; background: linear-gradient(135deg,var(--navy),var(--navy-2)); box-shadow: 0 30px 70px rgba(19,41,61,.22); }
.privacy-card h2,.privacy-card p { color: #fff; }
.privacy-card p { color: #d0dae3; }
.privacy-card .eyebrow { color: #ffca55; }
.privacy-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 20px; color: var(--navy); background: linear-gradient(135deg,var(--gold-light),var(--orange)); font-size: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 14px; font-weight: 850; text-decoration: none; }
.privacy-card .text-link { color: #ffd36e; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.featured-price { border: 2px solid var(--gold); transform: translateY(-12px); box-shadow: 0 28px 60px rgba(242,140,0,.15); }
.best-value { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 6px 12px; border-radius: 999px; color: #fff; background: linear-gradient(135deg,var(--gold),var(--orange)); font-size: 10px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.price-topline { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--navy); font-weight: 900; }
.price-topline small { color: #8a5500; font-size: 11px; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 24px 0 12px; }
.price strong { color: var(--navy); font-size: 48px; line-height: 1; letter-spacing: -.05em; }
.price span { color: #667085; font-size: 13px; }
.check-list { flex: 1; margin: 16px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 25px; color: #475467; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.pricing-note { max-width: 720px; margin: 28px auto 0; color: #667085; font-size: 12px; text-align: center; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
.accordion details { border-bottom: 1px solid #dfe3e8; }
.accordion summary { position: relative; padding: 24px 46px 24px 0; color: var(--navy); font-size: 18px; font-weight: 850; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 19px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--surface); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding-right: 44px; font-size: 15px; }

.final-cta { padding-top: 50px; }
.final-cta-inner { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 30px; padding: 48px; border-radius: 28px; background: var(--surface); border: 1px solid var(--line); }
.final-cta-inner > img { border-radius: 24px; box-shadow: 0 14px 30px rgba(19,41,61,.18); }
.final-cta-actions { min-width: 210px; display: grid; gap: 14px; text-align: center; }

.site-footer { margin-top: 40px; padding: 70px 0 26px; color: #d6dde5; background: var(--navy-2); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; }
.footer-mark { display: inline-flex; align-items: center; gap: 14px; }
.footer-icon { width: 78px; height: 78px; border-radius: 18px; flex: 0 0 auto; box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.footer-wordmark { display: flex; flex-direction: column; line-height: .92; }
.footer-word { display: block; font-weight: 900; font-size: 30px; letter-spacing: -.04em; }
.footer-word-campaign { color: #ffffff; }
.footer-word-catcher { color: #ffffff; }
.footer-brand img { max-width: none; }
.footer-brand p { max-width: 420px; margin-top: 20px; color: #aab7c3; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links strong,.footer-links a { display: block; }
.footer-links strong { margin-bottom: 16px; color: #fff; font-size: 13px; }
.footer-links a { margin: 9px 0; color: #aab7c3; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #8493a0; font-size: 11px; }

.launch-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.launch-modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7,21,34,.72); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 1; max-width: 520px; padding: 42px; border-radius: 24px; background: #fff; text-align: center; box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.modal-card img { border-radius: 20px; box-shadow: var(--shadow-sm); }
.modal-card .eyebrow { margin-top: 22px; }
.modal-card h2 { font-size: 32px; }
.modal-card small { display: block; margin-top: 14px; color: #98a2b3; font-size: 11px; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--navy); background: var(--surface); font-size: 24px; cursor: pointer; }
body.modal-open { overflow: hidden; }

.legal-main { min-height: 70vh; background: var(--surface); }
.legal-hero { padding: 80px 0 36px; }
.legal-wrap { max-width: 860px; }
.legal-card { margin-bottom: 80px; padding: 48px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-card h2 { margin-top: 42px; font-size: 28px; }
.legal-card h3 { margin-top: 32px; font-size: 21px; }
.legal-card p,.legal-card li { color: #475467; font-size: 15px; }
.legal-card a { color: #a75f00; font-weight: 750; }
.notice-box { padding: 18px 20px; border-left: 4px solid var(--gold); border-radius: 8px; background: #fff8e6; color: #6b4300; font-size: 14px; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-top: 30px; }
.support-card { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.support-card h3 { margin-top: 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-sm { transition-delay: .08s; }
.reveal-delay { transition-delay: .16s; }

:focus-visible { outline: 3px solid rgba(255,173,0,.45); outline-offset: 3px; }

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .hero-grid,.split-grid,.faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-copy { max-width: 760px; }
  .product-stage { max-width: 700px; margin-inline: auto; }
  .steps-grid,.pricing-grid { grid-template-columns: 1fr; }
  .price-card { max-width: 620px; width: 100%; margin-inline: auto; }
  .featured-price { transform: none; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card.feature-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .final-cta-inner { grid-template-columns: 80px 1fr; }
  .final-cta-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 205px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 12px; }
  h1 { font-size: 46px; }
  h2 { font-size: 38px; }
  .hero { min-height: auto; padding-top: 82px; padding-bottom: 36px; }
  .hero-copy { padding-top: 10px; }
  .hero-copy .eyebrow { margin-bottom: 14px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-proof { gap: 10px 16px; }
  .hero-microcopy { font-size: 11px; }
  .browser-shell { transform: none; }
  .product-stage { padding: 20px 0 0; }
  .browser-body { min-height: 480px; }
  .amazon-canvas { display: none; }
  .extension-panel { width: 100%; border-left: 0; }
  .floating-result { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid #e5e8ec; padding-inline: 0; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .comparison-card { grid-template-columns: 1fr; }
  .comparison-arrow { transform: rotate(90deg); min-height: 40px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card.feature-wide { grid-column: span 1; grid-template-columns: 1fr; }
  .privacy-card { grid-template-columns: 1fr; padding: 34px 26px; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
  .footer-mark { gap: 12px; }
  .footer-icon { width: 68px; height: 68px; border-radius: 16px; }
  .footer-word { font-size: 26px; }
  .footer-bottom { flex-direction: column; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; padding: 34px 24px; }
  .final-cta-inner > img { margin-inline: auto; }
  .final-cta-actions { display: grid; }
  .support-grid { grid-template-columns: 1fr; }
  .legal-card { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Prevent grid min-content widths from pushing responsive layouts wider than the viewport. */
.hero-grid > *,
.split-grid > *,
.faq-grid > *,
.feature-grid > *,
.footer-grid > * {
  min-width: 0;
}
