:root {
  color-scheme: light;
  --ink: #07132d;
  --ink-2: #1f3159;
  --muted: #5f6d86;
  --soft: #f8fbff;
  --paper: #ffffff;
  --line: rgba(13, 33, 75, 0.12);
  --blue: #1263ff;
  --blue-2: #0a47c8;
  --teal: #14b8a6;
  --green: #20b66f;
  --orange: #ff6a1a;
  --amber: #f59e0b;
  --pink: #fb5171;
  --purple: #7c3aed;
  --shadow: 0 24px 70px rgba(24, 57, 110, 0.16);
  --shadow-soft: 0 14px 36px rgba(24, 57, 110, 0.12);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 106, 26, 0.16), transparent 30rem),
    radial-gradient(circle at 78% 8%, rgba(20, 184, 166, 0.20), transparent 32rem),
    radial-gradient(circle at 44% 40%, rgba(18, 99, 255, 0.10), transparent 34rem),
    linear-gradient(180deg, #fffdfa 0%, #f6fbff 46%, #ffffff 100%);
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 19, 45, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 45, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  z-index: -1;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.narrow { width: min(100% - 40px, 860px); }
.section { padding: 84px 0; position: relative; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
  transition: top 160ms ease;
}
.skip-link:focus { top: 16px; }
.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(12, 33, 75, 0.08);
}
.site-header.compact { position: relative; }

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}
.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(255, 106, 26, 0.20), 0 0 0 1px rgba(7, 19, 45, 0.08);
}
.brand strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.035em;
}
.brand small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.78rem;
  margin-top: 3px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-menu a,
.nav-link-button {
  color: var(--ink-2);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
}
.nav-link-button {
  appearance: none;
  border: 0;
  background: transparent;
}
.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-link-button:hover,
.nav-link-button:focus-visible {
  background: rgba(18, 99, 255, 0.08);
  color: var(--blue);
  outline: none;
}
.nav-menu .nav-cta {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
}
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 16px;
  color: var(--ink);
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: 94px 0 76px;
  overflow: hidden;
}
.soft-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.75;
  pointer-events: none;
}
.orb-one {
  width: 520px;
  height: 520px;
  left: -180px;
  top: 60px;
  background: radial-gradient(circle, rgba(255, 106, 26, 0.20), transparent 65%);
}
.orb-two {
  width: 640px;
  height: 640px;
  right: -260px;
  top: -180px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.22), transparent 65%);
}
.orb-three {
  width: 480px;
  height: 480px;
  right: 12%;
  bottom: -220px;
  background: radial-gradient(circle, rgba(18, 99, 255, 0.16), transparent 65%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 48px;
  align-items: center;
}
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  font-weight: 950;
}
.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--teal));
  box-shadow: 0 0 0 7px rgba(32, 182, 111, 0.14);
}
.hero h1,
.policy-hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: -0.085em;
  max-width: 880px;
}
.policy-hero h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); }
.hero-lede {
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  max-width: 680px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.hero-actions.centered { justify-content: center; }
.store-button {
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  color: white;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 18px 40px rgba(18, 99, 255, 0.26);
  transform: translateY(0);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(18, 99, 255, 0.32);
  filter: saturate(1.1);
  outline: none;
}
.store-button.chrome { background: linear-gradient(135deg, #1668ff, #0048d9); }
.store-button.firefox { background: linear-gradient(135deg, #ff7b22, #d934a0); }
.store-button.edge { background: linear-gradient(135deg, #00a4e4, #0a6df2); }
.store-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.20);
  font-size: 0.68rem;
}
.store-button strong { display: block; line-height: 1; }
.store-button small { display: block; color: rgba(255,255,255,0.82); margin-top: 4px; }
.store-note {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
  font-weight: 850;
}
.trust-strip span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: white;
  background: var(--green);
  font-size: 0.8rem;
}

.browser-mockup {
  position: relative;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 33, 75, 0.12);
  box-shadow: var(--shadow);
  padding: 18px;
  transform: rotate(0.5deg);
}
.browser-bar {
  min-height: 54px;
  display: grid;
  grid-template-columns: auto auto auto minmax(120px, 1fr) auto;
  align-items: center;
  gap: 8px;
  background: #172036;
  color: white;
  border-radius: 22px 22px 0 0;
  padding: 12px 14px;
}
.dot { width: 11px; height: 11px; border-radius: 999px; }
.dot.red { background: #ff5f57; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #28c840; }
.address {
  margin-left: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.76);
  font-size: 0.84rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tiny-logo { border-radius: 9px; }
.mockup-body {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(145deg, #f3f8ff, #fff7ed);
  padding: 28px;
}
.page-preview {
  width: 72%;
  min-height: 360px;
  border-radius: 22px;
  background: white;
  box-shadow: 0 18px 48px rgba(16, 38, 79, 0.12);
  padding: 24px;
}
.page-preview .page-pill {
  display: block;
  width: 38%;
  height: 13px;
  border-radius: 999px;
  background: #d8e3f5;
}
.page-preview h2 {
  margin: 26px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}
.page-preview p,
.line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dbe6f6;
}
.page-preview p { width: 70%; margin: 0 0 18px; }
.image-block {
  height: 140px;
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(18, 99, 255, 0.18), transparent),
    linear-gradient(45deg, #d8f4ee, #dff0ff 50%, #fff2de);
  border: 1px solid rgba(13, 33, 75, 0.08);
  margin: 22px 0;
  position: relative;
  overflow: hidden;
}
.image-block::before,
.image-block::after {
  content: "";
  position: absolute;
  bottom: -2px;
  border-radius: 24px 24px 0 0;
}
.image-block::before {
  left: 16%;
  width: 44%;
  height: 70%;
  background: rgba(20, 184, 166, 0.35);
  transform: skewX(-18deg);
}
.image-block::after {
  right: 8%;
  width: 46%;
  height: 85%;
  background: rgba(18, 99, 255, 0.20);
  transform: skewX(-18deg);
}
.line { width: 48%; margin-top: 12px; }
.line.wide { width: 82%; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.mini-grid span { height: 62px; border-radius: 16px; background: #eff5ff; }
.extension-card {
  position: absolute;
  right: 28px;
  top: 68px;
  width: min(280px, 44%);
  border-radius: 24px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(13, 33, 75, 0.12);
  box-shadow: 0 24px 72px rgba(13, 33, 75, 0.22);
  padding: 18px;
}
.extension-head { display: flex; align-items: center; gap: 12px; }
.extension-head img { border-radius: 14px; }
.extension-head strong { display: block; font-weight: 950; }
.extension-head small { color: var(--muted); font-weight: 750; }
.capture-demo {
  width: 100%;
  margin-top: 18px;
  border: 0;
  border-radius: 16px;
  padding: 13px 16px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: white;
  font-weight: 950;
  box-shadow: 0 16px 32px rgba(18, 99, 255, 0.26);
}
.progress {
  margin-top: 14px;
  height: 9px;
  border-radius: 999px;
  background: #dce7f8;
  overflow: hidden;
}
.progress span {
  display: block;
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--teal), var(--blue));
  transform-origin: left;
  animation: captureProgress 3.4s ease-in-out infinite;
}
.extension-card ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: var(--ink-2);
  font-weight: 780;
}
.extension-card li::before { content: "✓"; color: var(--green); margin-right: 8px; }
.hand-note {
  position: absolute;
  margin: 0;
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  color: var(--orange);
  font-weight: 900;
  line-height: 1.08;
  transform: rotate(-8deg);
}
.note-one { right: 24px; top: -12px; }
.note-two { right: -12px; bottom: -18px; color: #064f46; }

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}
.section-head h2,
.privacy-card h2,
.split-panel h2,
.browsers-grid h2,
.final-card h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}
.section-head p,
.privacy-card p,
.split-panel p,
.browsers-grid p,
.final-card p {
  color: var(--muted);
  margin: 0;
  max-width: 680px;
  font-size: 1.06rem;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.feature-card,
.step-card,
.policy-card,
.browsers-grid,
.split-panel,
.final-card,
.privacy-card,
.privacy-points,
.faq-item {
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.feature-card {
  border-radius: 24px;
  padding: 26px;
  min-height: 270px;
}
.feature-icon {
  width: 62px;
  height: 62px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  margin-bottom: 20px;
  box-shadow: 0 16px 32px rgba(0,0,0,0.12);
}
.feature-icon.orange { background: linear-gradient(135deg, #ff6a1a, #ff3d61); }
.feature-icon.green { background: linear-gradient(135deg, #22c55e, #14b8a6); }
.feature-icon.blue { background: linear-gradient(135deg, #1263ff, #5b8cff); }
.feature-icon.sunset { background: linear-gradient(135deg, #ff8a00, #fb5171); font-size: 0.85rem; }
.feature-card h3,
.step-card h3 { margin: 0 0 10px; font-size: 1.2rem; letter-spacing: -0.02em; }
.feature-card p,
.step-card p { margin: 0; color: var(--muted); font-weight: 650; }

.how { background: linear-gradient(90deg, rgba(255, 106, 26, 0.08), rgba(20, 184, 166, 0.08)); }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step-card {
  border-radius: 26px;
  padding: 26px;
  position: relative;
}
.step-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), #ff9461);
  color: white;
  font-weight: 950;
}
.step-card:nth-child(2) span { background: linear-gradient(135deg, var(--blue), #67a0ff); }
.step-card:nth-child(3) span { background: linear-gradient(135deg, var(--green), var(--teal)); }

.privacy-grid,
.browsers-grid,
.split-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}
.privacy-card,
.privacy-points,
.browsers-grid,
.split-panel,
.final-card {
  border-radius: var(--radius);
  padding: 34px;
}
.privacy-card {
  background:
    radial-gradient(circle at 82% 20%, rgba(32,182,111,0.15), transparent 19rem),
    rgba(255,255,255,0.78);
}
.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 950;
}
.text-link:hover { text-decoration: underline; }
.privacy-points {
  display: grid;
  gap: 12px;
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.88), rgba(239, 246, 255, 0.88));
}
.privacy-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.70);
  font-weight: 950;
}
.privacy-points span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff0f0;
  color: #e11d48;
  border: 1px solid rgba(225, 29, 72, 0.18);
}

.split-panel { align-items: center; }
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
}
.pill-grid span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--ink-2);
  border: 1px solid rgba(18, 99, 255, 0.14);
  font-weight: 850;
}
.browsers-grid { grid-template-columns: 0.7fr 1.3fr; align-items: center; }
.browser-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.browser-list article {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  text-align: center;
}
.browser-mark {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 12px;
  border-radius: 16px;
}
.browser-mark.chrome { background: conic-gradient(#ea4335 0 25%, #fbbc05 0 50%, #34a853 0 75%, #4285f4 0); }
.browser-mark.firefox { background: radial-gradient(circle at 65% 55%, #5d5ce5 0 20%, transparent 21%), conic-gradient(#ffb000, #ff5a00, #d62fa8, #5d5ce5, #ffb000); }
.browser-mark.edge { background: conic-gradient(#12d4a4, #0aa0ff, #1b5eed, #12d4a4); }
.browser-list strong,
.browser-list small { display: block; }
.browser-list small { color: var(--muted); font-weight: 700; }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.faq-item {
  border-radius: 20px;
  overflow: hidden;
}
.faq-item button {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  text-align: left;
  font-weight: 950;
}
.faq-item button span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--blue);
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}
.faq-answer > p {
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  padding: 0 20px;
}
.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}
.faq-item.open .faq-answer > p {
  padding-bottom: 18px;
}
.faq-item.open button span { transform: rotate(45deg); }

.final-cta { padding-top: 30px; }
.final-card {
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 106, 26, 0.13), transparent 18rem),
    radial-gradient(circle at 78% 32%, rgba(20, 184, 166, 0.18), transparent 22rem),
    white;
}
.final-card img { margin: 0 auto 14px; border-radius: 20px; }
.final-card p { margin: 14px auto 0; }

.site-footer {
  padding: 38px 0 24px;
  background: linear-gradient(135deg, #07132d, #0a4b54);
  color: white;
}
.footer-grid,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.footer-brand small { color: rgba(255,255,255,0.72); }
.footer-links {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-links a {
  color: rgba(255,255,255,0.78);
  font-weight: 800;
}
.footer-links a:hover { color: white; }
.footer-bottom {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.72);
}
.footer-domain {
  color: rgba(255,255,255,0.72);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 140%);
  z-index: 100;
  max-width: min(520px, calc(100% - 32px));
  padding: 13px 18px;
  border-radius: 16px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
  font-weight: 800;
}
.toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

.policy-page {
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 106, 26, 0.13), transparent 28rem),
    radial-gradient(circle at 82% 5%, rgba(18, 99, 255, 0.10), transparent 26rem),
    #fbfdff;
}
.policy-main .section { padding: 64px 0; }
.policy-hero { padding-bottom: 28px; }
.policy-date {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 850;
}
.policy-card {
  border-radius: var(--radius);
  padding: 42px;
  background: rgba(255,255,255,0.88);
}
.policy-card h2 {
  margin: 34px 0 8px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.policy-card h2:first-child { margin-top: 0; }
.policy-card p,
.policy-card li {
  color: var(--ink-2);
  font-weight: 650;
}
.policy-card a { color: var(--blue); font-weight: 900; }
.policy-card ul { padding-left: 20px; }
.policy-summary {
  margin-top: 28px;
  padding: 20px;
  border-radius: 20px;
  background: #f0fdf4;
  border: 1px solid rgba(32,182,111,0.18);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 80ms; }
.delay-2 { transition-delay: 160ms; }
.delay-3 { transition-delay: 240ms; }

@keyframes captureProgress {
  0%, 100% { transform: scaleX(0.22); }
  50% { transform: scaleX(1); }
}

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

@media (max-width: 980px) {
  .hero-grid,
  .privacy-grid,
  .browsers-grid,
  .split-panel { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .browser-mockup { transform: none; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 28px, var(--container)); }
  .section { padding: 64px 0; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute;
    inset: 72px 14px auto;
    display: grid;
    gap: 6px;
    padding: 12px;
    background: rgba(255,255,255,0.96);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .nav-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-menu a, .nav-link-button { padding: 12px 14px; text-align: left; }
  .hero { padding-top: 58px; }
  .hero h1 { letter-spacing: -0.07em; }
  .store-button { width: 100%; justify-content: center; }
  .trust-strip { display: grid; grid-template-columns: repeat(2, 1fr); }
  .mockup-body { min-height: auto; padding: 18px; }
  .page-preview { width: 100%; min-height: 280px; }
  .extension-card { position: relative; inset: auto; width: 100%; margin-top: 16px; }
  .hand-note { display: none; }
  .feature-grid, .faq-grid, .browser-list { grid-template-columns: 1fr; }
  .footer-grid, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
  .policy-card { padding: 28px; }
}

@media (max-width: 440px) {
  .brand-logo { width: 42px; height: 42px; }
  .brand strong { font-size: 0.98rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .feature-card, .privacy-card, .privacy-points, .browsers-grid, .split-panel, .final-card { padding: 24px; }
}

.secondary-link {
  margin-left: 16px;
  color: var(--teal);
}

.gdpr-strip {
  background: linear-gradient(90deg, rgba(18, 99, 255, 0.07), rgba(124, 58, 237, 0.06), rgba(20, 184, 166, 0.08));
}

.gdpr-list {
  display: grid;
  gap: 12px;
}

.gdpr-list div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
}

.gdpr-list strong {
  color: var(--ink);
  font-weight: 950;
}

.gdpr-list span {
  color: var(--muted);
  font-weight: 700;
}

.footer-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: rgba(255,255,255,0.78);
  font-weight: 800;
}

.footer-link-button:hover,
.footer-link-button:focus-visible {
  color: white;
  text-decoration: underline;
  outline: none;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  z-index: 120;
  width: min(920px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.98);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.cookie-banner[hidden] { display: none; }

.cookie-banner strong {
  display: block;
  font-weight: 950;
  color: var(--ink);
  margin-bottom: 4px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-primary,
.cookie-secondary {
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 900;
}

.cookie-primary {
  border: 0;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  box-shadow: 0 12px 28px rgba(18, 99, 255, 0.22);
}

.cookie-secondary {
  background: white;
  color: var(--ink-2);
  border: 1px solid var(--line);
}

.cookie-primary:hover,
.cookie-secondary:hover {
  transform: translateY(-1px);
}

.policy-card code {
  background: rgba(18, 99, 255, 0.08);
  color: var(--blue-2);
  padding: 2px 7px;
  border-radius: 8px;
  font-weight: 850;
}

.top-summary { margin-bottom: 28px; }

@media (max-width: 760px) {
  .secondary-link { margin-left: 0; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: stretch; }
  .cookie-primary,
  .cookie-secondary { width: 100%; }
}
