:root {
  color-scheme: light;
  --green-950: #062d25;
  --green-900: #074438;
  --green-800: #09664e;
  --green-700: #0b7a58;
  --green-600: #159a6e;
  --green-500: #25b985;
  --mint-200: #bfe9d8;
  --mint-100: #dcf5eb;
  --mint-50: #effbf6;
  --ink: #15342d;
  --muted: #5d716b;
  --line: #d6e5df;
  --paper: #fff;
  --wash: #f4f8f6;
  --danger: #c24c3c;
  --shadow: 0 24px 70px rgb(6 67 51 / 13%);
  --soft-shadow: 0 12px 36px rgb(6 67 51 / 7%);
  --radius: 22px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--green-700); text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { color: var(--green-900); }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #f3b923; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--green-950); border-radius: 9px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 42px), var(--max-width)); margin-inline: auto; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid transparent; background: rgb(255 255 255 / 86%); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: rgb(214 229 223 / 90%); box-shadow: 0 8px 30px rgb(6 45 37 / 5%); }
.nav { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--green-950); font-size: 1.08rem; font-weight: 780; letter-spacing: -.03em; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.nav-links a { color: var(--ink); font-size: .91rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--green-700); }
.nav-links .nav-github { padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.nav-toggle { display: none; width: 44px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { width: 19px; height: 2px; background: var(--green-950); border-radius: 9px; transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; padding: 96px 0 116px; background: linear-gradient(142deg, #fbfefd 0%, #e7f8f0 54%, #fff 100%); }
.hero::after { position: absolute; right: -170px; bottom: -260px; width: 470px; height: 470px; border: 1px solid rgb(21 154 110 / 14%); border-radius: 50%; content: ""; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { top: -260px; right: 5%; width: 600px; height: 600px; background: radial-gradient(circle, rgb(52 211 153 / 18%), transparent 68%); }
.hero-glow-two { bottom: -180px; left: -120px; width: 430px; height: 430px; background: radial-gradient(circle, rgb(21 154 110 / 9%), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: .94fr 1.06fr; gap: clamp(52px, 7vw, 92px); }
.hero-copy { position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--green-800); font-size: .78rem; font-weight: 800; letter-spacing: .115em; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 3px; background: var(--green-500); border-radius: 99px; }
h1, h2, h3 { color: var(--green-950); line-height: 1.1; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3.1rem, 6.4vw, 5.55rem); font-weight: 790; letter-spacing: -.063em; }
h1 em { color: var(--green-600); font-style: normal; }
h2 { margin: 0 0 20px; font-size: clamp(2.15rem, 4.3vw, 3.55rem); font-weight: 760; letter-spacing: -.052em; }
h3 { margin: 0 0 11px; font-size: 1.24rem; font-weight: 730; letter-spacing: -.028em; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.27rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 11px; font-size: .96rem; font-weight: 730; text-decoration: none; transition: transform .16s, background .16s, box-shadow .16s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green-700); box-shadow: 0 12px 30px rgb(11 122 88 / 24%); }
.button-primary:hover { color: #fff; background: var(--green-800); box-shadow: 0 16px 36px rgb(11 122 88 / 30%); }
.button-secondary { color: var(--green-900); border-color: var(--line); background: rgb(255 255 255 / 82%); }
.button-secondary:hover { color: var(--green-950); background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 15px 25px; margin: 29px 0 0; padding: 0; color: var(--muted); font-size: .88rem; list-style: none; }
.trust-row li { display: inline-flex; align-items: center; gap: 8px; }
.trust-row li::before { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--green-600); border-radius: 50%; content: "✓"; font-size: .68rem; font-weight: 900; }

.hero-product { position: relative; padding: 30px 3px 34px 15px; }
.browser-window { overflow: hidden; border: 1px solid rgb(158 194 181 / 75%); border-radius: 20px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.browser-bar { display: grid; min-height: 52px; align-items: center; grid-template-columns: 70px 1fr 30px; gap: 11px; padding: 9px 13px; border-bottom: 1px solid var(--line); background: #f3f7f5; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots span { width: 10px; height: 10px; border-radius: 50%; background: #b9c9c3; }
.browser-dots span:first-child { background: #e98b79; }
.browser-dots span:nth-child(2) { background: #edc866; }
.browser-dots span:last-child { background: #6dcc9e; }
.address-bar { overflow: hidden; padding: 6px 11px; color: #667a73; border: 1px solid #dce8e3; border-radius: 7px; background: #fff; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.lock { margin-right: 6px; color: var(--green-600); font-size: .55rem; }
.browser-menu { color: #8ba098; font-size: .78rem; letter-spacing: .08em; }
.browser-content { position: relative; min-height: 395px; padding: 26px; background: linear-gradient(135deg, #fff, #f5faf8); }
.mock-nav { display: flex; align-items: center; gap: 18px; margin-bottom: 46px; }
.mock-nav span { display: block; width: 45px; height: 7px; background: #dfe9e5; border-radius: 99px; }
.mock-nav .mock-logo { width: 30px; height: 30px; margin-right: auto; background: var(--green-700); border-radius: 9px; }
.mock-heading { width: 58%; height: 20px; background: #214a3f; border-radius: 6px; }
.mock-line { width: 82%; height: 8px; margin-top: 15px; background: #dce8e3; border-radius: 99px; }
.mock-line.short { width: 63%; margin-top: 9px; }
.download-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 31px; }
.download-cards span { height: 86px; border: 1px solid #e0ebe6; border-radius: 10px; background: #fff; box-shadow: 0 8px 18px rgb(7 68 56 / 4%); }
.blocked-overlay { position: absolute; right: 22px; bottom: 31px; left: 22px; display: flex; align-items: center; gap: 15px; padding: 16px 18px; border: 1px solid #b9e3d2; border-radius: 14px; background: rgb(240 252 247 / 96%); box-shadow: 0 16px 38px rgb(7 68 56 / 14%); backdrop-filter: blur(12px); }
.mini-shield { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; }
.blocked-overlay strong, .blocked-overlay small { display: block; }
.blocked-overlay strong { color: var(--green-900); font-size: .91rem; }
.blocked-overlay small { margin-top: 3px; color: var(--muted); font-size: .69rem; line-height: 1.4; }
.floating-status { position: absolute; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgb(214 229 223 / 88%); border-radius: 13px; background: rgb(255 255 255 / 95%); box-shadow: var(--soft-shadow); backdrop-filter: blur(12px); }
.floating-status strong, .floating-status small { display: block; white-space: nowrap; }
.floating-status strong { color: var(--green-900); font-size: .76rem; }
.floating-status small { color: var(--muted); font-size: .62rem; }
.status-top { top: 4px; right: -21px; }
.status-bottom { bottom: 0; left: -13px; }
.pulse { width: 11px; height: 11px; border: 3px solid #bcebd7; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 5px rgb(37 185 133 / 11%); }
.status-number { color: var(--green-700); font-size: 1.28rem; font-weight: 850; letter-spacing: -.04em; }

.signal-strip { position: relative; z-index: 2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { display: grid; gap: 1px; padding: 23px 28px; text-align: center; }
.signal-grid > div + div { border-left: 1px solid var(--line); }
.signal-grid strong { color: var(--green-800); font-size: 1.3rem; font-weight: 830; letter-spacing: -.03em; }
.signal-grid span { color: var(--muted); font-size: .73rem; }

.section { padding: 106px 0; }
.section-wash { background: var(--wash); }
.section-heading { max-width: 780px; margin-bottom: 47px; }
.section-heading > p:last-child { max-width: 690px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 290px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 28px rgb(6 67 51 / 5%); transition: transform .2s, box-shadow .2s, border-color .2s; }
.feature-card:hover { border-color: #afdcca; box-shadow: 0 18px 42px rgb(6 67 51 / 10%); transform: translateY(-4px); }
.feature-number { color: #8aa098; font-size: .73rem; font-weight: 800; letter-spacing: .09em; }
.feature-icon { display: grid; width: 46px; height: 46px; margin: 27px 0 22px; place-items: center; color: var(--green-800); background: var(--mint-100); border-radius: 13px; font-size: 1.28rem; font-weight: 850; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.accent-card { color: #d8eee6; border-color: var(--green-900); background: var(--green-900); }
.accent-card h3 { color: #fff; }
.accent-card p { color: #bfd8cf; }
.accent-card .feature-number { color: #86b6a7; }
.accent-card .feature-icon { color: #fff; background: rgb(255 255 255 / 12%); }

.protection-grid { display: grid; align-items: center; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 9vw, 120px); }
.protection-visual { position: relative; display: grid; width: min(440px, 90vw); aspect-ratio: 1; place-items: center; margin-inline: auto; }
.protection-visual::before { position: absolute; inset: 23%; border-radius: 50%; background: radial-gradient(circle at 40% 30%, #fff, #d8f3e8); box-shadow: 0 20px 55px rgb(11 122 88 / 17%); content: ""; }
.protection-visual img { position: relative; z-index: 2; width: 42%; filter: drop-shadow(0 18px 22px rgb(6 68 53 / 18%)); }
.orbit { position: absolute; border: 1px solid rgb(21 154 110 / 20%); border-radius: 50%; }
.orbit-one { inset: 4%; }
.orbit-two { inset: 14%; border-style: dashed; }
.orbit-three { inset: 32%; border-color: rgb(21 154 110 / 26%); }
.orbit-label { position: absolute; z-index: 3; display: grid; width: 54px; height: 54px; place-items: center; color: var(--green-800); border: 1px solid #cbe6dc; border-radius: 16px; background: #fff; box-shadow: var(--soft-shadow); font-size: .66rem; font-weight: 850; letter-spacing: .05em; }
.label-one { top: 4%; left: 20%; }
.label-two { top: 42%; right: 0; }
.label-three { bottom: 5%; left: 22%; }
.protection-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 1.05rem; }
.check-list { display: grid; margin: 34px 0 0; padding: 0; list-style: none; gap: 20px; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; }
.check-list li > span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; color: #fff; background: var(--green-600); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list strong { color: var(--green-950); font-size: .95rem; }
.check-list small { margin-top: 3px; color: var(--muted); font-size: .84rem; line-height: 1.5; }

.section-dark { position: relative; overflow: hidden; color: #c1dcd2; background: var(--green-950); }
.section-dark::before { position: absolute; top: -270px; right: -160px; width: 620px; height: 620px; border: 1px solid rgb(83 210 164 / 10%); border-radius: 50%; content: ""; }
.dark-heading h2 { color: #fff; }
.dark-heading .eyebrow { color: #8ed6bb; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.steps::before { position: absolute; top: 25px; right: 16.5%; left: 16.5%; height: 1px; background: rgb(191 233 216 / 20%); content: ""; }
.step { position: relative; padding-top: 78px; }
.step > span { position: absolute; z-index: 2; top: 0; left: 0; display: grid; width: 52px; height: 52px; place-items: center; color: var(--green-950); background: #fff; border: 5px solid var(--green-900); border-radius: 50%; font-weight: 850; box-shadow: 0 0 0 1px rgb(255 255 255 / 18%); }
.step h3 { color: #fff; }
.step p { min-height: 56px; margin: 0 0 17px; color: #a9c8bc; font-size: .93rem; }
.step code { display: inline-block; max-width: 100%; overflow: hidden; padding: 8px 10px; color: #c9f4e4; border: 1px solid rgb(181 229 211 / 15%); border-radius: 7px; background: rgb(255 255 255 / 6%); font: .71rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; text-overflow: ellipsis; white-space: nowrap; }
.install-action { display: flex; align-items: center; gap: 22px; margin-top: 53px; padding-top: 31px; border-top: 1px solid rgb(255 255 255 / 11%); }
.install-action > span { color: #88aa9d; font-size: .77rem; }
.button-light { color: var(--green-900); background: #fff; }
.button-light:hover { color: var(--green-950); background: var(--mint-50); }
.button-outline { color: #fff; border-color: rgb(255 255 255 / 48%); }
.button-outline:hover { color: #fff; background: rgb(255 255 255 / 10%); }

.privacy-section { background: #fff; }
.privacy-grid { display: grid; align-items: start; grid-template-columns: .8fr 1.2fr; gap: clamp(54px, 9vw, 120px); }
.privacy-grid > div > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; font-weight: 720; text-decoration: none; }
.privacy-list { display: grid; margin: 0; padding: 0; list-style: none; gap: 12px; }
.privacy-list li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 23px rgb(6 67 51 / 4%); }
.privacy-list li > span { color: var(--green-600); font-size: .75rem; font-weight: 850; letter-spacing: .05em; }
.privacy-list strong { color: var(--green-950); }
.privacy-list p { margin: 3px 0 0; color: var(--muted); font-size: .86rem; }

.faq-grid { display: grid; align-items: start; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 105px); }
.faq-grid .section-heading { position: sticky; top: 116px; margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 2px; color: var(--green-950); cursor: pointer; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-600); font-size: 1.45rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 38px 23px 2px; color: var(--muted); font-size: .93rem; }

.cta-section { padding-top: 38px; }
.cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; padding: 58px; color: #d9f2e8; border-radius: 28px; background: radial-gradient(circle at 93% 0%, rgb(122 231 190 / 24%), transparent 18rem), linear-gradient(125deg, var(--green-800), var(--green-600)); box-shadow: var(--shadow); }
.cta h2 { color: #fff; }
.cta-copy { max-width: 670px; }
.cta-copy > p:not(.eyebrow) { margin: 0; color: #d2ebe2; }
.cta .eyebrow { color: #d8f6eb; }
.cta .eyebrow > span { background: #fff; }
.cta > .actions { flex: 0 0 auto; }

.site-footer { padding: 64px 0 28px; color: #9dbcb0; background: #031f1a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 60px; }
.footer-brand { color: #fff; }
.footer-about p { max-width: 400px; margin: 16px 0 0; color: #91afa4; font-size: .9rem; }
.footer-title { margin: 0 0 14px; color: #fff; font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 9px; }
.site-footer li a { color: #b5d0c6; font-size: .88rem; text-decoration: none; }
.site-footer li a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 10%); color: #76968a; font-size: .78rem; }

.legal-hero { padding: 76px 0 67px; border-bottom: 1px solid var(--line); background: linear-gradient(142deg, var(--mint-50), #fff); }
.legal-hero h1 { max-width: 850px; font-size: clamp(2.7rem, 5.5vw, 4.6rem); }
.legal-hero p { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.legal-content { display: grid; max-width: 780px; padding: 72px 0 110px; }
.legal-content h2 { margin: 50px 0 12px; font-size: 1.65rem; letter-spacing: -.03em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #425f57; }
.legal-content code { padding: 2px 5px; border-radius: 5px; background: var(--wash); font-size: .88em; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 28px; font-weight: 700; text-decoration: none; }
.compact-button { min-height: 42px; padding: 8px 14px; font-size: .86rem; }
.legal-footer { margin-top: 0; }
.legal-footer a { color: #b5d0c6; text-decoration: none; }
.error-page { display: grid; min-height: 100vh; width: min(680px, calc(100% - 34px)); align-content: center; justify-items: start; margin-inline: auto; padding: 55px 0; }
.error-page > img { margin-bottom: 27px; }
.error-page h1 { font-size: clamp(2.8rem, 8vw, 5rem); }
.error-page > p:not(.eyebrow) { margin: 18px 0 3px; color: var(--muted); font-size: 1.08rem; }


@media (max-width: 980px) {
  .hero-grid, .protection-grid, .privacy-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(720px, 100%); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .protection-grid { gap: 45px; }
  .protection-copy { max-width: 760px; }
  .faq-grid .section-heading { position: static; }
  .cta { align-items: flex-start; flex-direction: column; }
  .cta > .actions { margin-top: 0; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .site-header { position: sticky; }
  .nav { min-height: 68px; }
  .brand img { width: 39px; height: 39px; }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 68px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 20px 25px; border-bottom: 1px solid var(--line); background: rgb(255 255 255 / 98%); box-shadow: 0 22px 38px rgb(6 45 37 / 11%); }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 11px 3px; font-size: 1rem; }
  .nav-links .nav-github { margin-top: 8px; padding: 11px 13px; text-align: center; }
  .hero, .section { padding: 72px 0; }
  h1 { font-size: clamp(2.8rem, 14.8vw, 4.5rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-product { padding-inline: 0; }
  .browser-window { transform: none; }
  .browser-content { min-height: 330px; padding: 20px; }
  .blocked-overlay { right: 14px; bottom: 18px; left: 14px; }
  .status-top { top: 3px; right: -5px; }
  .status-bottom { bottom: 4px; left: -5px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .signal-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .steps { gap: 9px; }
  .steps::before { display: none; }
  .step { padding: 11px 0 30px 73px; }
  .step > span { top: 0; }
  .step p { min-height: auto; }
  .install-action { align-items: flex-start; flex-direction: column; }
  .cta { padding: 35px 25px; border-radius: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 500px) {
  .hero { padding-top: 60px; }
  .browser-content { min-height: 290px; }
  .mock-nav { margin-bottom: 35px; }
  .blocked-overlay { align-items: flex-start; }
  .mini-shield { width: 42px; height: 42px; }
  .floating-status { display: none; }
  .protection-visual { width: 100%; }
  .orbit-label { width: 46px; height: 46px; border-radius: 13px; }
  .privacy-list li { grid-template-columns: 35px 1fr; padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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