:root {
  --bg: #030817;
  --bg-2: #070e22;
  --card: rgba(7, 14, 34, 0.74);
  --card-strong: rgba(9, 17, 39, 0.92);
  --stroke: rgba(99, 116, 160, 0.28);
  --stroke-soft: rgba(99, 116, 160, 0.14);
  --text: #f6f7ff;
  --muted: #aab1c7;
  --muted-2: #7f879f;
  --accent: #7a63ff;
  --accent-2: #4aa9ff;
  --green: #35d07f;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow: 0 32px 120px rgba(0, 0, 0, 0.48);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
  min-height: 100vh;
  position: relative;
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  background:
    linear-gradient(180deg, #030817 0%, #040a1a 27%, #030817 58%, #050712 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { color: var(--muted); line-height: 1.7; }
code { padding: 2px 7px; border-radius: 7px; background: rgba(122, 99, 255, 0.14); color: #d8d2ff; }

.container { width: min(1220px, calc(100vw - 44px)); margin: 0 auto; position: relative; z-index: 2; }
.grain { position: absolute; inset: 0; min-height: 100%; pointer-events: none; z-index: 1; opacity: .10; background-image: radial-gradient(rgba(255,255,255,.22) .55px, transparent .55px); background-size: 18px 18px; mask-image: linear-gradient(#000, transparent 86%); }
.site-aurora { position: absolute; inset: 0 0 auto; height: 880px; overflow: hidden; pointer-events: none; z-index: 0; }
.site-aurora span { position: absolute; border-radius: 50%; filter: blur(110px); opacity: .24; animation: drift 22s ease-in-out infinite alternate; }
.site-aurora span:nth-child(1) { width: 720px; height: 420px; left: 40%; top: -180px; background: rgba(122, 99, 255, .42); }
.site-aurora span:nth-child(2) { width: 560px; height: 360px; right: -120px; top: 34%; background: rgba(74, 169, 255, .28); animation-delay: -6s; }
.site-aurora span:nth-child(3) { width: 420px; height: 320px; left: -110px; top: 56%; background: rgba(53, 208, 127, .11); animation-delay: -11s; }
@keyframes drift { to { transform: translate3d(28px, 24px, 0) scale(1.04); } }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 12px 0;
  backdrop-filter: blur(24px) saturate(140%);
  background: linear-gradient(180deg, rgba(3, 8, 23, .86), rgba(3, 8, 23, .58));
  border-bottom: 1px solid rgba(99, 116, 160, .12);
}
.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(122,99,255,.36), rgba(74,169,255,.22), transparent);
}
.topbar-inner { width: min(1220px, calc(100vw - 44px)); margin: 0 auto; min-height: 54px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; justify-self: start; padding: 7px 10px 7px 4px; border-radius: 12px; transition: background .2s ease, transform .2s ease; }
.brand:hover { background: rgba(122,99,255,.08); transform: translateY(-1px); }
.brand img { height: auto; filter: drop-shadow(0 0 14px rgba(122, 99, 255, .44)); }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 17px; letter-spacing: -.04em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-self: center;
  padding: 6px;
  border: 1px solid rgba(99, 116, 160, .16);
  border-radius: 999px;
  background: rgba(7, 14, 34, .54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 16px 44px rgba(0,0,0,.18);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.nav-links a { padding: 9px 13px; border-radius: 999px; transition: color .2s ease, background .2s ease; }
.nav-links a:hover { color: #fff; background: rgba(122,99,255,.11); }
.nav-button { min-height: 44px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 800; justify-self: end; }

.hero { position: relative; padding: 92px 0 82px; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(122, 99, 255, .18), transparent 42%),
    radial-gradient(ellipse at 76% 52%, rgba(74, 169, 255, .12), transparent 36%),
    linear-gradient(180deg, transparent 0%, rgba(3, 8, 23, .70) 86%);
}
.hero-copy { text-align: center; max-width: 980px; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 9px 15px; border: 1px solid rgba(53, 208, 127, .20); border-radius: 8px; background: rgba(53, 208, 127, .06); color: #bdf8d8; font-size: 13px; font-weight: 800; }
.pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(53,208,127,.7); }
.hero h1 { margin: 26px auto 0; max-width: none; padding-bottom: .08em; font-size: clamp(42px, 5.2vw, 66px); line-height: 1.08; letter-spacing: -.055em; font-weight: 800; white-space: nowrap; background: linear-gradient(180deg, #fff 8%, #dce2ff 58%, #8f98bd 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { margin: 24px auto 0; max-width: 720px; font-size: 18px; }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; }
.btn-primary:hover { box-shadow: 0 18px 52px rgba(122, 99, 255, .22); }
.btn-secondary { background: rgba(10, 18, 42, .62); border: 1px solid rgba(148, 163, 214, .22); color: #eef1ff; }
.btn-secondary:hover { border-color: rgba(148, 163, 214, .42); background: rgba(14, 23, 50, .76); }
.chrome-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background:
    linear-gradient(180deg, rgba(28, 35, 72, .96), rgba(13, 19, 45, .96)) padding-box,
    conic-gradient(from var(--cta-angle), rgba(113,130,188,.44) 0 56%, rgba(160,139,255,.82) 64%, rgba(224,235,255,.92) 70%, rgba(118,199,255,.86) 78%, rgba(113,130,188,.44) 88% 100%) border-box;
  border: 1.5px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 42px rgba(20, 29, 72, .42), 0 0 28px rgba(122,99,255,.10);
  color: #ffffff;
  overflow: hidden;
  animation: ctaLightLoop 3.4s linear infinite;
}
.chrome-cta { isolation: isolate; }
.chrome-cta img { position: relative; z-index: 1; width: 20px; height: 20px; display: block; flex: 0 0 auto; transform: translateY(0); }
.chrome-cta img { flex: 0 0 auto; }
.chrome-cta:hover {
  background:
    linear-gradient(180deg, rgba(35, 44, 88, .98), rgba(16, 24, 55, .98)) padding-box,
    conic-gradient(from var(--cta-angle), rgba(122,140,198,.50) 0 56%, rgba(178,157,255,.92) 64%, rgba(240,246,255,.98) 70%, rgba(128,207,255,.94) 78%, rgba(122,140,198,.50) 88% 100%) border-box;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 20px 52px rgba(20,29,72,.50), 0 0 34px rgba(122,99,255,.14);
}

@property --cta-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes ctaLightLoop {
  to { --cta-angle: 360deg; }
}

.hero-stage { margin-top: 66px; min-height: 680px; perspective: 1400px; }
.browser-demo {
  width: min(100%, 1120px);
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(69, 80, 118, .42);
  border-radius: 9px;
  background: #05070d;
  box-shadow: 0 46px 150px rgba(0,0,0,.66), 0 0 90px rgba(74,169,255,.06);
  overflow: visible;
  transform: rotateX(1.2deg);
}
.browser-topline {
  height: 46px;
  display: grid;
  grid-template-columns: 76px 1fr 104px;
  gap: 12px;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid rgba(64, 72, 101, .34);
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, #24242a, #171820);
}
.browser-controls { display: flex; gap: 8px; }
.browser-controls span { width: 10px; height: 10px; border-radius: 50%; background: #32405e; }
.browser-controls span:nth-child(1) { background: #ff6b6b; }
.browser-controls span:nth-child(2) { background: #f5bd4f; }
.browser-controls span:nth-child(3) { background: #35d07f; }
.browser-address {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 7px;
  background: #0d1018;
  border: 1px solid rgba(255,255,255,.06);
  color: #8f96ab;
  font-size: 11px;
  font-weight: 700;
}
.browser-actions { justify-self: end; display: flex; align-items: center; gap: 7px; }
.toolbar-dot { width: 18px; height: 18px; border-radius: 5px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.06); }
.toolbar-extension { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 7px; background: rgba(122,99,255,.13); border: 1px solid rgba(122,99,255,.42); box-shadow: 0 0 20px rgba(122,99,255,.22); }
.toolbar-extension img { border-radius: 5px; }
.browser-page { position: relative; height: 590px; overflow: hidden; background: #050813; border-radius: 0 0 9px 9px; }
.axiom-screen { width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: .58; filter: saturate(.88) brightness(.72); }
.browser-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.32) 42%, rgba(3, 8, 23, .68)),
    radial-gradient(circle at 76% 16%, rgba(122,99,255,.16), transparent 28%);
  pointer-events: none;
}
.translation-note {
  position: absolute;
  left: 34px;
  bottom: 34px;
  max-width: 330px;
  padding: 15px 16px;
  border-radius: 10px;
  background: rgba(5, 11, 27, .84);
  border: 1px solid rgba(53,208,127,.22);
  backdrop-filter: blur(18px);
  z-index: 2;
}
.translation-note span { display: block; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.translation-note strong { display: block; margin-top: 7px; color: #f7f9ff; font-size: 15px; line-height: 1.35; }
.extension-popover {
  position: absolute;
  z-index: 4;
  right: 16px;
  top: 56px;
  width: min(370px, calc(100% - 36px));
  padding: 12px;
  border-radius: 9px;
  background: rgba(6, 9, 21, .96);
  border: 1px solid rgba(91, 103, 154, .44);
  box-shadow: 0 28px 86px rgba(0,0,0,.68), 0 0 52px rgba(122,99,255,.12);
  backdrop-filter: blur(22px);
}
.extension-popover::before {
  content: "";
  position: absolute;
  right: 17px;
  top: -9px;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  background: rgba(6, 9, 21, .96);
  border-left: 1px solid rgba(91, 103, 154, .44);
  border-top: 1px solid rgba(91, 103, 154, .44);
}
.extension-popover-head { display: flex; align-items: center; gap: 11px; padding: 4px 4px 12px; }
.extension-popover-head img { filter: drop-shadow(0 0 12px rgba(122,99,255,.44)); }
.extension-popover-head strong { display: block; font-size: 13px; letter-spacing: -.02em; }
.extension-popover-head span { display: block; margin-top: 2px; color: var(--muted-2); font-size: 11px; font-weight: 700; }
.extension-popup-shot { width: 100%; max-height: 458px; object-fit: cover; object-position: top; border-radius: 7px; border: 1px solid rgba(99,116,160,.18); }
.metric-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--stroke-soft); border-radius: 12px; background: var(--stroke-soft); }
.metric-strip div { padding: 22px; background: rgba(7,14,34,.68); }
.metric-strip strong, .metric-strip span { display: block; }
.metric-strip strong { font-size: 17px; letter-spacing: -.03em; }
.metric-strip span { margin-top: 5px; color: var(--muted-2); font-size: 13px; }

.features, .screens, .workflow, .privacy, .faq, .final-cta { position: relative; padding: 116px 0; overflow: hidden; }
.features::before,
.screens::before,
.workflow::before,
.privacy::before,
.faq::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.features::before {
  background:
    radial-gradient(ellipse at 20% 20%, rgba(122, 99, 255, .12), transparent 38%),
    radial-gradient(ellipse at 80% 62%, rgba(74, 169, 255, .08), transparent 34%),
    linear-gradient(180deg, rgba(7,14,34,.16), transparent 70%);
}
.screens::before {
  background:
    radial-gradient(ellipse at 78% 18%, rgba(74,169,255,.12), transparent 36%),
    radial-gradient(ellipse at 14% 74%, rgba(122,99,255,.10), transparent 34%),
    linear-gradient(180deg, transparent, rgba(7,14,34,.28) 44%, transparent);
}
.workflow::before {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(122,99,255,.10), transparent 38%),
    linear-gradient(90deg, transparent, rgba(74,169,255,.04), transparent);
}
.privacy::before {
  background:
    radial-gradient(ellipse at 82% 42%, rgba(53,208,127,.10), transparent 34%),
    linear-gradient(90deg, rgba(53,208,127,.04), transparent 48%);
}
.faq::before {
  background: linear-gradient(180deg, transparent, rgba(7,14,34,.48), transparent);
}
.final-cta::before {
  background:
    radial-gradient(circle at 50% 10%, rgba(122,99,255,.22), transparent 30%),
    linear-gradient(180deg, transparent, rgba(74,169,255,.05));
}
.section-intro { max-width: 790px; margin-bottom: 38px; text-align: center; }
.section-intro.align-left { text-align: left; margin-bottom: 0; }
.section-intro.split { max-width: none; display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: end; text-align: left; }
.section-kicker { color: var(--accent-2); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-intro h2, .privacy-card h2, .final-card h2 { margin-top: 12px; font-size: clamp(36px, 5vw, 66px); line-height: 1; letter-spacing: -.06em; }
.section-intro > p:last-child { margin-top: 16px; font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 295px; padding: 26px; border: 1px solid var(--stroke-soft); border-radius: var(--radius); background: linear-gradient(145deg, rgba(9,17,39,.8), rgba(5,12,28,.64)); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.feature-card:hover { transform: translateY(-7px); border-color: rgba(122,99,255,.34); background: rgba(10,18,42,.82); }
.feature-card.highlight { background: radial-gradient(circle at 80% 10%, rgba(122,99,255,.24), transparent 36%), linear-gradient(145deg, rgba(9,17,39,.86), rgba(5,12,28,.72)); }
.feature-icon { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(122,99,255,.12); border: 1px solid rgba(122,99,255,.22); color: #d9d5ff; font-weight: 900; }
.feature-card h3 { margin-top: 70px; font-size: 23px; line-height: 1.05; letter-spacing: -.045em; }
.feature-card p { margin-top: 12px; font-size: 14px; }

.flow-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: center; padding: 34px; border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(9,17,39,.82), rgba(5,12,28,.70)); border: 1px solid var(--stroke-soft); box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.flow-panel.reverse { grid-template-columns: 1.1fr .9fr; margin-top: 22px; }
.large-panel { margin-top: 20px; }
.panel-copy { padding: 10px 18px; }
.panel-number { color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.panel-copy h3 { margin-top: 15px; font-size: clamp(30px, 4vw, 54px); line-height: 1; letter-spacing: -.06em; }
.panel-copy p { margin-top: 18px; font-size: 16px; }
.panel-copy ul { list-style: none; margin-top: 26px; display: grid; gap: 11px; }
.panel-copy li { color: #d7dcef; font-weight: 700; }
.panel-copy li::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(53,208,127,.6); }
.panel-screen { border-radius: 14px; padding: 8px; background: linear-gradient(145deg, rgba(9,17,39,.94), rgba(5,12,28,.84)) padding-box, linear-gradient(145deg, rgba(122,99,255,.42), rgba(74,169,255,.16)) border-box; border: 1px solid transparent; box-shadow: var(--shadow); overflow: hidden; }
.panel-screen img { width: 100%; height: 460px; object-fit: cover; object-position: left top; border-radius: 8px; }
.tilted-right { transform: rotateZ(1.5deg); }
.tilted-left { transform: rotateZ(-1.5deg); }
.flow-pair { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 22px; margin: 22px auto; }
.mini-panel { display: grid; grid-template-columns: 44% 1fr; gap: 20px; align-items: center; padding: 18px; border-radius: 14px; border: 1px solid var(--stroke-soft); background: rgba(7,14,34,.70); }
.mini-panel.offset { transform: translateY(28px); }
.mini-panel img { height: 300px; width: 100%; object-fit: cover; object-position: left top; border-radius: 8px; padding: 6px; background: linear-gradient(145deg, rgba(9,17,39,.94), rgba(5,12,28,.84)) padding-box, linear-gradient(145deg, rgba(122,99,255,.42), rgba(74,169,255,.16)) border-box; border: 1px solid transparent; box-shadow: 0 18px 58px rgba(0,0,0,.28); }
.mini-panel span { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.mini-panel h3 { margin-top: 10px; font-size: 31px; line-height: 1; letter-spacing: -.055em; }
.mini-panel p { margin-top: 12px; font-size: 14px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { padding: 30px; border-radius: var(--radius); background: rgba(7,14,34,.74); border: 1px solid var(--stroke-soft); }
.steps-grid span { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 10px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); font-weight: 900; box-shadow: 0 16px 44px rgba(122,99,255,.28); }
.steps-grid h3 { margin-top: 24px; font-size: 25px; letter-spacing: -.045em; }
.steps-grid p { margin-top: 10px; font-size: 14px; }

.privacy-card { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; padding: 46px; border-radius: var(--radius-lg); background: linear-gradient(110deg, rgba(53,208,127,.10), transparent 35%), linear-gradient(145deg, rgba(9,17,39,.9), rgba(5,12,28,.74)); border: 1px solid rgba(53,208,127,.18); }
.privacy-copy p { font-size: 16px; }
.text-link { display: inline-flex; margin-top: 22px; color: #d8d5ff; font-weight: 900; border-bottom: 1px solid rgba(122,99,255,.58); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; }
.faq-list { display: grid; gap: 12px; }
details { padding: 22px 24px; border-radius: 12px; background: rgba(7,14,34,.74); border: 1px solid var(--stroke-soft); }
summary { cursor: pointer; font-size: 18px; font-weight: 900; letter-spacing: -.03em; }
details p { margin-top: 13px; font-size: 14px; }
.final-card { text-align: center; padding: 76px 28px; border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(122,99,255,.18), transparent 42%), linear-gradient(145deg, rgba(9,17,39,.86), rgba(5,12,28,.72)); border: 1px solid var(--stroke-soft); }
.final-card > img { height: auto; margin: 0 auto 22px; filter: drop-shadow(0 0 18px rgba(122,99,255,.44)); }
.final-card p { margin: 16px auto 28px; max-width: 520px; }
.site-footer { position: relative; z-index: 2; padding: 48px 0; border-top: 1px solid var(--stroke-soft); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--muted-2); font-size: 13px; }
.footer-grid nav { display: flex; gap: 22px; color: var(--muted); font-weight: 700; }
.footer-brand strong { color: var(--text); }

.legal-page { position: relative; z-index: 2; padding: 86px 0 120px; }
.legal-page .container { max-width: 860px; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--muted); font-weight: 800; }
.legal-page h1 { font-size: clamp(42px, 6vw, 70px); line-height: 1; letter-spacing: -.065em; }
.legal-date { margin-top: 10px; color: var(--muted-2); }
.legal-lead { margin-top: 34px; font-size: 18px; }
.legal-page section { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--stroke-soft); }
.legal-page h2 { font-size: 28px; letter-spacing: -.04em; }
.legal-page p, .legal-page li { margin-top: 12px; color: var(--muted); line-height: 1.75; }
.legal-page ul { list-style: none; }
.legal-page li { position: relative; padding-left: 18px; }
.legal-page li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-2); }

[data-reveal] { opacity: 0; transform: translateY(28px); }

@media (max-width: 1100px) {
  .nav-links { display: none; }
  .topbar-inner { display: flex; justify-content: space-between; }
  .hero-stage { min-height: 0; display: grid; grid-template-columns: 1fr; gap: 18px; }
  .browser-demo { transform: none; }
  .browser-page { height: 500px; }
  .metric-strip, .feature-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .section-intro.split, .flow-panel, .flow-panel.reverse, .privacy-card, .faq-grid { grid-template-columns: 1fr; }
  .flow-pair { grid-template-columns: 1fr; }
  .mini-panel.offset { transform: none; }
}

@media (max-width: 720px) {
  .container, .topbar-inner { width: min(100% - 28px, 1220px); }
  .topbar-inner { min-height: 68px; }
  .nav-button { display: none; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: 42px; white-space: normal; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn,
  .final-card .btn { width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; padding: 0 18px; font-size: 14px; }
  .browser-topline { grid-template-columns: 62px 1fr 42px; gap: 8px; padding: 0 10px; }
  .browser-address { font-size: 10px; padding: 0 9px; }
  .browser-page { height: 340px; }
  .translation-note { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .extension-popover { position: relative; right: auto; top: auto; width: min(390px, 100%); margin: -34px auto 0; }
  .extension-popover::before { display: none; }
  .metric-strip, .feature-grid, .steps-grid { grid-template-columns: 1fr; }
  .features, .screens, .workflow, .privacy, .faq, .final-cta { padding: 78px 0; }
  .flow-panel, .privacy-card { padding: 20px; }
  .panel-screen img { height: 310px; }
  .mini-panel { grid-template-columns: 1fr; }
  .mini-panel img { height: 280px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-grid nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
