:root {
    --bg: #071713;
    --bg-soft: #0c211b;
    --panel: #102a22;
    --panel-2: #f3efe6;
    --text: #f8f6f0;
    --muted: #abc0b7;
    --ink: #102019;
    --ink-muted: #52645d;
    --mint: #7ff0bd;
    --mint-strong: #39d998;
    --cream: #f5e8cd;
    --line: rgba(255,255,255,.12);
    --line-dark: rgba(16,32,25,.14);
    --shadow: 0 30px 80px rgba(0,0,0,.25);
    --radius: 24px;
    --radius-lg: 36px;
    --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--mint); color: var(--ink); }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 1000; background: white; color: black; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 18px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,23,19,.87); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 20px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.brand b { color: var(--mint); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(127,240,189,.35); background: rgba(127,240,189,.09); border-radius: 14px; }
.brand-mark svg { width: 27px; fill: none; stroke: var(--mint); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; color: #d9e4df; font-weight: 650; font-size: 18px; }
.main-nav a:hover { color: white; }
.nav-cta { padding: 10px 18px; border: 1px solid rgba(127,240,189,.5); border-radius: 999px; background: rgba(127,240,189,.08); }
.menu-button { display: none; color: white; background: transparent; border: 1px solid var(--line); border-radius: 10px; padding: 9px 14px; }
.mobile-nav { padding: 10px 20px 22px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; text-decoration: none; font-weight: 700; }
.independence-note { background: #0d251e; border-bottom: 1px solid var(--line); color: #bcd0c7; font-size: 18px; text-align: center; padding: 8px 0; }

.hero { position: relative; overflow: hidden; min-height: 710px; display: flex; align-items: center; background: radial-gradient(circle at 80% 15%, rgba(54,222,151,.14), transparent 35%), linear-gradient(180deg, #071713, #0a1d18); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(0,0,0,.18)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding: 92px 0 100px; }
.hero-copy { max-width: 720px; }
.eyebrow { color: var(--mint); font-size: 18px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(127,240,189,.1); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(52px, 6.4vw, 86px); margin: 20px 0 28px; }
h1 em { color: var(--mint); font-style: normal; }
.hero-lead { color: #c4d5ce; font-size: 22px; max-width: 680px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; border: 1px solid transparent; border-radius: 16px; text-decoration: none; font-size: 18px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #082017; background: var(--mint); box-shadow: 0 14px 34px rgba(57,217,152,.2); }
.button-primary:hover { background: #9af7ce; box-shadow: 0 18px 42px rgba(57,217,152,.3); }
.button-secondary { color: white; border-color: var(--line); background: rgba(255,255,255,.035); }
.button-light { color: #0b2018; background: #fff; }
.full-button { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 30px; color: #b8cac2; font-size: 18px; }
.trust-row span { position: relative; padding-left: 18px; }
.trust-row span::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.trust-row b { color: white; }
.micro-copy { color: #91aaa0; font-size: 18px; margin: 20px 0 0; }
.micro-copy.center { text-align: center; }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.laptop { position: relative; width: 440px; max-width: 90%; filter: drop-shadow(0 35px 70px rgba(0,0,0,.45)); }
.screen { aspect-ratio: 1.45; border: 10px solid #17211e; border-bottom-width: 16px; border-radius: 22px 22px 10px 10px; background: linear-gradient(145deg, #0f2a22, #143a2f); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; box-shadow: inset 0 0 50px rgba(127,240,189,.08); }
.screen-top { position: absolute; top: 18px; left: 22px; display: flex; gap: 6px; }
.screen-top span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); }
.shield { width: 105px; height: 105px; display: grid; place-items: center; border-radius: 32px; background: rgba(127,240,189,.1); margin-bottom: 12px; border: 1px solid rgba(127,240,189,.2); }
.shield svg { width: 64px; fill: rgba(127,240,189,.12); stroke: var(--mint); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.screen strong { font-size: 22px; }
.screen > span { color: #9cb8ad; font-size: 18px; }
.laptop-base { width: 110%; height: 18px; transform: translateX(-5%); border-radius: 2px 2px 18px 18px; background: linear-gradient(#bac2bf, #66716d); clip-path: polygon(4% 0,96% 0,100% 100%,0 100%); }
.coffee-card, .status-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 15px 17px; background: rgba(15,41,33,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.coffee-card { left: 0; bottom: 62px; }
.status-card { right: -8px; top: 72px; }
.coffee-card strong, .status-card strong { display: block; font-size: 18px; }
.coffee-card span, .status-card span { display: block; color: #9ab0a7; font-size: 18px; }
.mini-cup { width: 39px; height: 31px; border: 2px solid var(--cream); border-radius: 4px 4px 11px 11px; position: relative; }
.mini-cup::after { content: ""; position: absolute; right: -10px; top: 7px; width: 10px; height: 12px; border: 2px solid var(--cream); border-left: 0; border-radius: 0 8px 8px 0; }
.status-icon { width: 38px; height: 38px; display: grid !important; place-items: center; border-radius: 50%; color: #082017 !important; background: var(--mint); font-size: 20px !important; font-weight: 900; }
.signal { position: absolute; border: 1px solid rgba(127,240,189,.17); border-radius: 50%; }
.signal-1 { width: 330px; height: 330px; }
.signal-2 { width: 430px; height: 430px; }
.signal-3 { width: 540px; height: 540px; opacity: .45; }

.recommendation-strip { background: var(--cream); color: var(--ink); border-top: 1px solid rgba(255,255,255,.2); }
.recommendation-inner { min-height: 116px; display: grid; grid-template-columns: auto auto 1fr auto; gap: 20px; align-items: center; }
.recommendation-logo, .proton-logo { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: white; font-size: 27px; font-weight: 900; background: linear-gradient(145deg, #6d4aff, #8b6dff); box-shadow: 0 12px 26px rgba(89,64,190,.22); }
.recommendation-inner > div:nth-child(2) span { display: block; color: #64756e; font-size: 18px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.recommendation-inner > div:nth-child(2) strong { display: block; font-size: 22px; }
.recommendation-inner p { margin: 0; color: #52645d; }
.recommendation-inner > a { font-weight: 900; text-decoration: none; white-space: nowrap; }

.section { padding: 110px 0; }
.checker-section, .proton-section, .guides-section, .faq-section { background: var(--panel-2); color: var(--ink); }
.checker-grid, .faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.section-heading h2 { font-size: clamp(42px, 4.6vw, 64px); margin: 16px 0 20px; }
.section-heading p { color: var(--ink-muted); font-size: 20px; max-width: 660px; }
.sticky-heading { position: sticky; top: 145px; }
.privacy-pill { display: inline-flex; margin-top: 20px; padding: 10px 14px; border-radius: 999px; background: #dfeee7; color: #1f5b45; font-size: 18px; font-weight: 800; }
.risk-card { background: white; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); padding: 34px; box-shadow: 0 25px 70px rgba(33,50,43,.09); }
.risk-card fieldset { border: 0; padding: 0 0 28px; margin: 0 0 28px; border-bottom: 1px solid #e6ebe8; }
.risk-card legend { font-size: 19px; font-weight: 850; margin-bottom: 14px; }
.choice { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid #dfe6e2; border-radius: 16px; margin-bottom: 10px; cursor: pointer; }
.choice:has(input:checked) { border-color: #2fa873; background: #effaf5; box-shadow: 0 0 0 3px rgba(47,168,115,.08); }
.choice input { width: 20px; height: 20px; accent-color: #2fa873; }
.choice b { display: block; font-size: 18px; }
.choice small { display: block; color: #6d7e76; font-size: 18px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { display: block; padding: 13px; text-align: center; border: 1px solid #dfe6e2; border-radius: 14px; cursor: pointer; font-weight: 800; }
.segmented input:checked + span { border-color: #2fa873; background: #effaf5; color: #126844; }
.risk-result { margin-top: 24px; padding-top: 24px; border-top: 1px solid #e3e9e6; }
.risk-meter { height: 12px; background: #e8eeeb; border-radius: 999px; overflow: hidden; }
.risk-meter span { display: block; width: 80%; height: 100%; background: linear-gradient(90deg, #6bd7a5, #ffb35c, #ff6f69); border-radius: inherit; transition: width .5s ease; }
.risk-title-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; }
.risk-title-row span { font-weight: 900; }
.risk-title-row strong { font-size: 24px; }
.risk-result p { color: var(--ink-muted); }

.dark-section { background: linear-gradient(180deg, #071713, #0d241d); }
.centered-heading { text-align: center; max-width: 820px; margin: 0 auto 58px; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading p { color: var(--muted); margin-inline: auto; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { position: relative; overflow: hidden; min-height: 380px; padding: 34px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-card h3 { font-size: 31px; margin: 26px 0 16px; }
.benefit-card p { color: #aabfb6; }
.card-number { position: absolute; right: 24px; top: 18px; color: rgba(255,255,255,.13); font-size: 58px; font-family: Georgia, serif; }
.icon-box { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; background: rgba(127,240,189,.09); border: 1px solid rgba(127,240,189,.18); }
.icon-box svg { width: 34px; fill: none; stroke: var(--mint); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.reality-check { margin-top: 22px; display: flex; align-items: center; gap: 26px; padding: 24px 28px; border: 1px solid rgba(245,232,205,.18); background: rgba(245,232,205,.06); border-radius: 20px; }
.reality-check strong { color: var(--cream); white-space: nowrap; font-size: 20px; }
.reality-check p { margin: 0; color: #b3c4bd; }

.proton-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items: stretch; }
.proton-card, .steps-panel { padding: 42px; border-radius: var(--radius-lg); }
.proton-card { background: #fff; border: 1px solid var(--line-dark); box-shadow: 0 30px 80px rgba(33,50,43,.09); }
.proton-topline { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; }
.proton-topline span { color: #6c7b75; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; font-size: 18px; }
.proton-topline h2 { font-size: 42px; margin: 2px 0 0; }
.editor-badge { padding: 8px 12px; border-radius: 999px; color: #553ed7; background: #eeeaff; font-size: 18px; font-weight: 900; }
.proton-intro { color: var(--ink-muted); font-size: 19px; margin: 28px 0; }
.feature-list { margin-bottom: 28px; }
.feature-list > div { display: flex; gap: 14px; padding: 17px 0; border-top: 1px solid #e6ebe8; }
.feature-list > div > span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #116842; background: #dcf5e8; font-weight: 900; }
.feature-list p { margin: 0; }
.feature-list b { display: block; font-size: 18px; }
.feature-list small { display: block; color: #697970; font-size: 18px; margin-top: 2px; }
.steps-panel { color: white; background: #10271f; }
.steps-panel h2 { font-size: 48px; margin: 16px 0 34px; }
.steps-list { list-style: none; padding: 0; margin: 0; }
.steps-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); }
.steps-list li > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(127,240,189,.3); border-radius: 15px; color: var(--mint); font-weight: 900; }
.steps-list b { display: block; font-size: 20px; }
.steps-list p { margin: 3px 0 0; color: #aabfb6; font-size: 18px; }
.tip-box { margin-top: 30px; padding: 20px; background: rgba(127,240,189,.08); border: 1px solid rgba(127,240,189,.17); border-radius: 18px; }
.tip-box b { color: var(--mint); }
.tip-box p { margin: 6px 0 0; color: #bbccc5; font-size: 18px; }

.guides-section { padding-top: 40px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 44px; }
.split-heading p { max-width: 480px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { min-height: 340px; display: flex; flex-direction: column; padding: 30px; text-decoration: none; background: #fff; border: 1px solid var(--line-dark); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(33,50,43,.1); }
.guide-card > span { color: #227c58; text-transform: uppercase; letter-spacing: .09em; font-size: 18px; font-weight: 900; }
.guide-card h3 { font-size: 32px; margin: 25px 0 15px; }
.guide-card p { color: var(--ink-muted); margin: 0; }
.guide-card b { margin-top: auto; padding-top: 25px; }

.faq-list details { background: #fff; border: 1px solid var(--line-dark); border-radius: 18px; margin-bottom: 12px; padding: 0 22px; }
.faq-list summary { cursor: pointer; list-style: none; font-size: 20px; font-weight: 850; padding: 22px 38px 22px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 18px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #edf3f0; font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--ink-muted); margin: -3px 0 24px; }

.final-cta { padding: 82px 0; background: linear-gradient(135deg, #20a46e, #0b6e51); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { color: #d9ffed; }
.final-cta h2 { max-width: 760px; font-size: clamp(42px, 4.4vw, 64px); margin: 15px 0 0; }

.site-footer { padding: 72px 0 26px; background: #06120f; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 60px; }
.footer-grid p { color: #94aaa0; max-width: 500px; }
.footer-grid h2 { font: 800 17px/1.2 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--mint); margin-bottom: 18px; }
.footer-grid > div > a:not(.brand) { display: block; text-decoration: none; color: #b8c8c1; margin: 9px 0; }
.footer-grid > div > a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: #82978e; font-size: 18px; }
.footer-bottom p { margin: 0; }

.article-hero { padding: 90px 0 72px; background: radial-gradient(circle at 80% 0, rgba(127,240,189,.1), transparent 35%), #081914; }
.article-hero .shell { max-width: 900px; }
.article-hero h1 { font-size: clamp(48px, 6vw, 76px); margin-bottom: 22px; }
.article-hero p { color: #bfd0c9; font-size: 22px; }
.article-meta { color: #8fa69c; font-size: 18px; }
.article-wrap { background: var(--panel-2); color: var(--ink); padding: 80px 0 110px; }
.article-content { max-width: 850px; margin-inline: auto; }
.article-content h2 { font-size: 42px; margin: 62px 0 18px; }
.article-content h3 { font-size: 30px; margin: 38px 0 14px; }
.article-content p, .article-content li { color: #3f5149; font-size: 19px; }
.article-content li { margin: 10px 0; }
.article-callout { padding: 25px 28px; border-left: 5px solid #2da570; background: #fff; border-radius: 0 18px 18px 0; box-shadow: 0 20px 55px rgba(33,50,43,.07); }
.article-cta { margin: 54px 0; padding: 34px; color: white; background: #10271f; border-radius: 26px; }
.article-cta h2 { margin: 0 0 12px; font-size: 38px; }
.article-cta p { color: #b6c8c0; }
.legal-page { min-height: 60vh; }

@media (max-width: 980px) {
    .main-nav { display: none; }
    .menu-button { display: inline-flex; }
    .hero-grid, .checker-grid, .faq-grid, .proton-grid { grid-template-columns: 1fr; }
    .hero-grid { padding-top: 72px; }
    .hero-copy { max-width: none; }
    .hero-visual { min-height: 440px; }
    .recommendation-inner { grid-template-columns: auto 1fr auto; padding: 22px 0; }
    .recommendation-inner p { grid-column: 2 / -1; }
    .sticky-heading { position: static; }
    .benefit-grid, .guide-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: auto; }
    .split-heading, .final-cta-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    body { font-size: 18px; }
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .header-inner { min-height: 72px; }
    .brand { font-size: 18px; }
    .brand-mark { width: 38px; height: 38px; }
    .independence-note { font-size: 18px; line-height: 1.35; }
    .hero { min-height: auto; }
    .hero-grid { gap: 38px; padding: 62px 0 70px; }
    h1 { font-size: 50px; }
    .hero-lead { font-size: 20px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 350px; }
    .laptop { width: 330px; }
    .signal-1 { width: 260px; height: 260px; }
    .signal-2 { width: 340px; height: 340px; }
    .signal-3 { display: none; }
    .coffee-card { left: -2px; bottom: 24px; }
    .status-card { right: 0; top: 42px; }
    .coffee-card, .status-card { transform: scale(.84); transform-origin: center; }
    .recommendation-inner { grid-template-columns: auto 1fr; }
    .recommendation-inner > a { grid-column: 1 / -1; text-align: center; padding: 13px; border: 1px solid var(--line-dark); border-radius: 14px; }
    .section { padding: 76px 0; }
    .section-heading h2 { font-size: 44px; }
    .risk-card, .proton-card, .steps-panel { padding: 24px; border-radius: 24px; }
    .segmented { grid-template-columns: 1fr; }
    .benefit-card { padding: 26px; }
    .reality-check { align-items: flex-start; flex-direction: column; gap: 8px; }
    .proton-topline { grid-template-columns: auto 1fr; }
    .editor-badge { grid-column: 1 / -1; width: max-content; }
    .steps-panel h2 { font-size: 42px; }
    .split-heading { display: block; }
    .final-cta { padding: 64px 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .article-hero { padding: 64px 0 52px; }
    .article-wrap { padding: 55px 0 80px; }
    .article-content h2 { font-size: 36px; }
}
