/* Fonts (shared, cached) */
@font-face { font-family: 'IBM Plex Mono'; font-weight: 400; font-display: swap; src: url("/assets/fonts/ibm-plex-mono-400-latin.woff2") format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-weight: 600; font-display: swap; src: url("/assets/fonts/ibm-plex-mono-600-latin.woff2") format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 400; font-display: swap; src: url("/assets/fonts/poppins-400-latin.woff2") format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 600; font-display: swap; src: url("/assets/fonts/poppins-600-latin.woff2") format('woff2'); }
@font-face { font-family: 'Poppins'; font-weight: 700; font-display: swap; src: url("/assets/fonts/poppins-700-latin.woff2") format('woff2'); }

* { box-sizing: border-box; }
body { margin: 0; font-family: Poppins, sans-serif; background: #F4F3FC; color: #17163A; -webkit-font-smoothing: antialiased; }
.mono { font-family: 'IBM Plex Mono', monospace; }
.inner { max-width: 640px; margin: 0 auto; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
a { color: #4F4EA5; }
:focus-visible { outline: 3px solid #6F6CCB; outline-offset: 2px; border-radius: 4px; }

.nav { display: flex; align-items: center; gap: 14px; padding: 0 clamp(16px, 4vw, 28px); height: 60px; background: #FFFFFF; border-bottom: 1px solid #E4E2FA; }
.nav-logo img { height: 28px; display: block; }
.nav-sep { width: 1px; height: 24px; background: #4F4EA5; opacity: 0.5; }
.nav-suffix { font-family: 'IBM Plex Mono', monospace; font-size: 13px; letter-spacing: 0.1em; color: #4F4EA5; }

.kicker { font-family: 'IBM Plex Mono', monospace; font-size: 12px; letter-spacing: 0.18em; color: #4F4EA5; margin-bottom: 16px; }

/* Hero */
.hero { background: linear-gradient(165deg, #EAE8FB 0%, #E4E2FA 55%, #DCD9F6 100%); padding: clamp(44px, 9vw, 80px) clamp(20px, 5vw, 32px) clamp(40px, 8vw, 64px); }
.hero h1 { margin: 0 0 14px; font-weight: 700; font-size: clamp(34px, 9vw, 54px); line-height: 1.08; letter-spacing: -0.02em; }
.hero .lede { margin: 0 0 26px; font-size: clamp(15.5px, 4.2vw, 18px); line-height: 1.6; color: rgba(23, 22, 58, 0.78); max-width: 46ch; }
.scan-row { display: flex; gap: 10px; flex-wrap: wrap; }
.scan-row .btn-primary { flex: 1 1 auto; }
@media (min-width: 560px) { .scan-row .btn-primary { flex: 0 0 auto; } }
#scan-email { flex: 1 1 220px; font-family: 'IBM Plex Mono', monospace; font-size: 16.5px; padding: 14px 16px; border: 2px solid rgba(79, 78, 165, 0.4); border-radius: 12px; background: #FFFFFF; color: #17163A; min-height: 52px; }
#scan-email:focus { outline: none; border-color: #4F4EA5; }
#scan-email.err { border-color: #E8684A; }
.btn-primary { border: none; background: #4F4EA5; color: #FFFFFF; font-family: inherit; font-weight: 600; font-size: 16px; padding: 14px 26px; border-radius: 12px; cursor: pointer; min-height: 52px; transition: background 150ms ease; }
.btn-primary:hover { background: #3E3D8A; }
.btn-primary:disabled { opacity: 0.6; cursor: default; }
.btn-wide { width: 100%; }
.scan-err { font-size: 14px; font-weight: 500; color: #C74A2E; margin-top: 10px; }
.trust-line { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; letter-spacing: 0.05em; color: #54539B; margin-top: 16px; }

/* Scanning */
.scanning { background: #E4E2FA; padding: 10px clamp(20px, 5vw, 32px) 56px; text-align: center; }
.scan-pulse { width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; border: 4px solid rgba(79, 78, 165, 0.25); border-top-color: #4F4EA5; animation: spin 900ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.scan-status { font-size: 13.5px; letter-spacing: 0.04em; color: #4F4EA5; min-height: 22px; }
@media (prefers-reduced-motion: reduce) { .scan-pulse { animation: none; } }

/* Result */
.result { background: #FFFFFF; padding: clamp(40px, 8vw, 64px) clamp(20px, 5vw, 32px); }
.result-head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.result-count { font-weight: 600; font-size: clamp(72px, 20vw, 120px); line-height: 1; letter-spacing: -0.04em; color: #17163A; }
.result-count.zero { color: #3E7C4F; }
.result h2 { margin: 0; font-weight: 700; font-size: clamp(21px, 5.6vw, 30px); line-height: 1.25; letter-spacing: -0.01em; max-width: 22ch; }
.result-sub { margin: 14px 0 26px; font-size: 15px; line-height: 1.6; color: rgba(23, 22, 58, 0.7); max-width: 58ch; }
.breach-list { display: flex; flex-direction: column; gap: 12px; }
.breach { border: 1px solid #E0DFF4; border-radius: 14px; padding: 16px 18px; }
.breach-top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 8px; }
.breach-name { font-weight: 600; font-size: 16px; }
.breach-date { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #54539B; }
.sev { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.12em; font-weight: 600; border-radius: 999px; padding: 4px 10px; }
.sev-3 { background: rgba(232, 104, 74, 0.14); color: #B0452A; }
.sev-2 { background: rgba(79, 78, 165, 0.12); color: #4F4EA5; }
.sev-1 { background: #EEEDF8; color: #54539B; }
.leak-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.leak-chip { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.04em; background: #F4F3FC; border: 1px solid #E0DFF4; border-radius: 999px; padding: 4px 10px; color: #17163A; }
.leak-chip.hot { border-color: rgba(232, 104, 74, 0.5); color: #B0452A; }
.breach-note { margin: 10px 0 0; font-size: 13.5px; line-height: 1.55; color: rgba(23, 22, 58, 0.7); }
.breach-entries { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #8B89C0; margin-top: 8px; }

/* Guide */
.guide { background: #F4F3FC; padding: clamp(40px, 8vw, 64px) clamp(20px, 5vw, 32px); }
.guide h2, .offer h2 { margin: 0 0 8px; font-weight: 700; font-size: clamp(24px, 6.4vw, 34px); letter-spacing: -0.01em; }
.guide-sub, .offer-sub { margin: 0 0 24px; font-size: 15px; line-height: 1.6; color: rgba(23, 22, 58, 0.7); max-width: 54ch; }
.fix { background: #FFFFFF; border: 1px solid #E0DFF4; border-radius: 14px; padding: 16px 18px; margin-bottom: 12px; display: flex; gap: 14px; align-items: flex-start; }
.fix input[type=checkbox] { width: 22px; height: 22px; accent-color: #4F4EA5; margin-top: 2px; flex-shrink: 0; cursor: pointer; }
.fix.done { opacity: 0.55; }
.fix-title { font-weight: 600; font-size: 15.5px; margin: 0 0 4px; }
.fix-body { font-size: 14px; line-height: 1.6; color: rgba(23, 22, 58, 0.72); margin: 0; }
.fix-body a { font-weight: 600; }

/* Offer */
.offer { background: #FFFFFF; border-top: 1px solid #E4E2FA; padding: clamp(40px, 8vw, 64px) clamp(20px, 5vw, 32px) clamp(64px, 10vw, 90px); }
.plan-card { position: relative; border: 2px solid #4F4EA5; background: rgba(79, 78, 165, 0.04); border-radius: 18px; padding: clamp(22px, 5vw, 30px); margin: 8px 0 26px; }
.plan-badge { position: absolute; top: -11px; left: 20px; font-size: 9.5px; letter-spacing: 0.14em; font-weight: 600; color: #FFFFFF; background: #4F4EA5; border-radius: 999px; padding: 4px 12px; }
.plan-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 6px 0 2px; }
.plan-name { font-weight: 700; font-size: clamp(18px, 4.8vw, 22px); }
.plan-price { font-weight: 600; font-size: clamp(34px, 9vw, 44px); letter-spacing: -0.02em; }
.plan-price span { font-size: 15px; color: #54539B; }
.plan-perday { font-size: 12px; letter-spacing: 0.05em; color: #54539B; margin-bottom: 14px; }
.plan-feats { list-style: none; margin: 0 0 20px; padding: 0; }
.plan-feats li { position: relative; padding: 6px 0 6px 28px; font-size: 14.5px; line-height: 1.55; color: #17163A; }
.plan-feats li::before { content: '✓'; position: absolute; left: 2px; top: 5px; color: #4F4EA5; font-weight: 700; }
.cmp-note { font-size: 10.5px; letter-spacing: 0.16em; color: #8B89C0; margin: 0 0 10px; }
.cmp-rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.cmp-row2 { display: flex; align-items: baseline; gap: 12px; border: 1px solid #EEEDF8; border-radius: 12px; padding: 12px 16px; font-size: 14px; color: #54539B; }
.cmp-row2 span:first-child { flex: 1; font-weight: 600; }
.cmp-delta { font-size: 11.5px; color: #B0452A; }
.cmp-fine { margin: 0; font-size: 11.5px; line-height: 1.6; color: #8B89C0; }
.offer-trust { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; line-height: 1.8; letter-spacing: 0.03em; color: #54539B; margin-top: 14px; text-align: center; }
.checkout-email { font-size: 13px; color: #54539B; margin-bottom: 14px; }
#payment-element { margin-bottom: 16px; }
#pay-btn { margin-top: 4px; }
.stamp { display: inline-block; font-weight: 600; font-size: clamp(17px, 4.6vw, 26px); letter-spacing: 0.06em; color: #17163A; border: 3px solid #17163A; border-radius: 8px; padding: 10px 20px; transform: rotate(-4deg); margin: 4px 0 20px; white-space: nowrap; }
.sub-body { font-size: 15.5px; line-height: 1.65; color: rgba(23, 22, 58, 0.8); max-width: 52ch; }

/* Footer */

/* Sticky CTA */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 10px 16px calc(12px + env(safe-area-inset-bottom)); display: none; pointer-events: none; background: linear-gradient(rgba(23, 22, 58, 0), rgba(23, 22, 58, 0.18)); }
.sticky-cta .btn-primary { pointer-events: auto; box-shadow: 0 6px 24px rgba(23, 22, 58, 0.3); }
@media (max-width: 760px) { .sticky-cta.on { display: block; } body.has-sticky { padding-bottom: 84px; } }

/* Capture modal */
.modal-back { position: fixed; inset: 0; z-index: 200; background: rgba(23, 22, 58, 0.5); display: flex; align-items: flex-end; justify-content: center; padding: 16px; }
@media (min-width: 500px) { .modal-back { align-items: center; } }
.modal { position: relative; background: #FFFFFF; border-radius: 18px; padding: 26px 22px; max-width: 420px; width: 100%; }
.modal h3 { margin: 0 0 6px; font-size: 20px; }
.modal-sub { margin: 0 0 16px; font-size: 14px; line-height: 1.55; color: rgba(23, 22, 58, 0.7); }
.modal-input { width: 100%; font-family: 'IBM Plex Mono', monospace; font-size: 16.5px; padding: 13px 14px; border: 2px solid rgba(79, 78, 165, 0.4); border-radius: 12px; margin-bottom: 14px; min-height: 50px; }
.modal-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.5; color: rgba(23, 22, 58, 0.8); margin-bottom: 16px; cursor: pointer; }
.modal-consent input { width: 19px; height: 19px; accent-color: #4F4EA5; margin-top: 1px; flex-shrink: 0; }
.modal-x { position: absolute; top: 10px; right: 12px; border: none; background: none; font-size: 26px; color: #54539B; cursor: pointer; padding: 6px 10px; min-height: 44px; min-width: 44px; }
.modal-done { font-family: 'IBM Plex Mono', monospace; font-size: 14px; color: #3E7C4F; margin-top: 12px; text-align: center; }

@media (max-width: 420px) {
  .compare { flex-direction: column; }
  .compare-col { display: flex; align-items: baseline; justify-content: space-between; text-align: left; padding: 13px 16px; }
  .c-name { margin: 0; }
}

/* Learn / SEO sections */
.steps { margin: 0 0 14px; padding-left: 22px; }
.steps li { font-size: 15.5px; line-height: 1.7; color: rgba(23, 22, 58, 0.78); margin-bottom: 10px; }

/* Hero visual */
.hero-grid { display: grid; grid-template-columns: 1fr; grid-template-areas: 'copy' 'visual' 'points'; gap: 30px; align-items: center; }
.hero-copy { grid-area: copy; }
.hero-visual { grid-area: visual; }
.hero-points { grid-area: points; list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
@media (min-width: 860px) {
  .hero .inner { max-width: 1020px; }
  .hero-grid { grid-template-columns: 7fr 5fr; grid-template-areas: 'copy visual' 'points visual'; gap: 20px 56px; align-items: start; }
  .hero { padding-bottom: clamp(48px, 8vw, 72px); }
  .hero h1 { font-size: 44px; }
  .hero-visual { align-self: center; }
}
.hero-points li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.55; color: rgba(23, 22, 58, 0.82); }
.hero-points svg { width: 21px; height: 21px; flex-shrink: 0; margin-top: 1px; }
.hero-visual { position: relative; display: flex; justify-content: center; padding: 18px 0 10px; }
.ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1.5px solid rgba(79, 78, 165, 0.14); border-radius: 50%; }
.r1 { width: 300px; height: 300px; }
.r2 { width: 400px; height: 400px; border-color: rgba(79, 78, 165, 0.09); }
.r3 { width: 500px; height: 500px; border-color: rgba(79, 78, 165, 0.05); }
.report-card { position: relative; background: #FFFFFF; border: 1px solid #E0DFF4; border-radius: 18px; padding: 20px; width: min(320px, 88vw); box-shadow: 0 8px 20px rgba(23, 22, 58, 0.08), 0 24px 54px rgba(23, 22, 58, 0.14); }
.report-card::before { content: ''; position: absolute; inset: 10px -10px -10px 10px; background: rgba(255, 255, 255, 0.55); border: 1px solid #E0DFF4; border-radius: 18px; z-index: -1; }
.rc-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 12px; padding-right: 30px; }
.rc-title { font-size: 9.5px; letter-spacing: 0.14em; color: #4F4EA5; font-weight: 600; }
.rc-email { font-size: 11px; color: #54539B; }
.rc-count { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.rc-num { font-weight: 600; font-size: 44px; line-height: 1; letter-spacing: -0.03em; color: #17163A; }
.rc-lbl { font-size: 13px; color: rgba(23, 22, 58, 0.7); }
.rc-row { border: 1px solid #EEEDF8; border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; }
.rc-row-top { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 7px; }
.rc-name { font-weight: 600; font-size: 13px; }
.rc-sev { font-size: 8.5px; letter-spacing: 0.12em; font-weight: 600; background: rgba(232, 104, 74, 0.14); color: #B0452A; border-radius: 999px; padding: 3px 8px; }
.rc-sev.low { background: #EEEDF8; color: #54539B; }
.rc-chips { display: flex; gap: 5px; flex-wrap: wrap; }
.rc-chip { font-size: 9.5px; letter-spacing: 0.03em; background: #F4F3FC; border: 1px solid #E0DFF4; border-radius: 999px; padding: 3px 8px; color: #17163A; }
.rc-chip.hot { border-color: rgba(232, 104, 74, 0.5); color: #B0452A; }
.rc-fix { font-size: 11px; font-weight: 600; color: #3E7C4F; margin-top: 11px; }
.rc-shield { position: absolute; top: -16px; right: -14px; width: 52px; height: 52px; background: #FFFFFF; border: 1px solid #E0DFF4; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(23, 22, 58, 0.14); }
.rc-shield svg { width: 30px; height: 30px; }
@media (max-width: 859px) {
  .hero-visual { padding: 6px 0 0; }
  .ring { display: none; }
  .report-card { width: min(300px, 86vw); }
}

.breach.agg { background: #F7F6FE; border-color: #D9D8F0; }

/* Below-fold sections */
.how3 { background: #FFFFFF; border-top: 1px solid #E4E2FA; padding: clamp(44px, 8vw, 72px) clamp(20px, 5vw, 32px); }
.how3 h2, .why h2, .pre-pricing h2, .faqs h2, .cta-final h2 { margin: 0 0 22px; font-weight: 700; font-size: clamp(24px, 6.4vw, 34px); letter-spacing: -0.01em; }
.step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 760px) { .step-grid { grid-template-columns: minmax(0, 1fr); } }
.step { background: #F4F3FC; border: 1px solid #E9E8F7; border-radius: 16px; padding: 22px; }
.step-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.step-num { font-weight: 600; font-size: 13px; color: #FFFFFF; background: #4F4EA5; border-radius: 8px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; }
.step h3, .why-card h3 { margin: 0 0 6px; font-size: 16.5px; font-weight: 600; }
.step p, .why-card p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(23, 22, 58, 0.7); }

.why { background: #F4F3FC; padding: clamp(44px, 8vw, 72px) clamp(20px, 5vw, 32px); }
.why-lede { margin: -6px 0 24px; font-size: 15.5px; line-height: 1.65; color: rgba(23, 22, 58, 0.75); max-width: 56ch; }
.why-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 760px) { .why-cards { grid-template-columns: minmax(0, 1fr); } }
.why-card { background: #FFFFFF; border: 1px solid #E9E8F7; border-radius: 16px; padding: 22px; }
.why-card svg { margin-bottom: 12px; }

.pre-pricing { background: #FFFFFF; border-top: 1px solid #E4E2FA; padding: clamp(44px, 8vw, 72px) clamp(20px, 5vw, 32px); }
.pp-chips { display: flex; flex-direction: column; gap: 8px; margin: 0 0 16px; max-width: 460px; }
.pp-chip { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border: 1px solid #EEEDF8; border-radius: 12px; padding: 12px 16px; font-size: 14px; color: #54539B; font-weight: 600; }
.pp-chip .mono { font-weight: 600; }
.pp-chip.hl { border: 2px solid #4F4EA5; background: rgba(79, 78, 165, 0.05); color: #17163A; }
.pp-chip.hl .mono { color: #4F4EA5; font-size: 16px; }
.pp-note { display: flex; align-items: flex-start; gap: 8px; margin: 0; font-size: 13px; line-height: 1.6; color: #54539B; max-width: 56ch; }
.pp-note svg { flex-shrink: 0; margin-top: 2px; }

.faqs { background: #F4F3FC; padding: clamp(44px, 8vw, 72px) clamp(20px, 5vw, 32px); }
.faqs details { background: #FFFFFF; border: 1px solid #E9E8F7; border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.faqs summary { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 18px; font-weight: 600; font-size: 15px; cursor: pointer; list-style: none; min-height: 44px; }
.faqs summary::-webkit-details-marker { display: none; }
.faq-x { font-size: 20px; color: #4F4EA5; flex-shrink: 0; }
.faqs details[open] .faq-x { transform: rotate(45deg); }
.faqs details p { margin: 0; padding: 0 18px 16px; font-size: 14px; line-height: 1.65; color: rgba(23, 22, 58, 0.72); }

.cta-final { background: linear-gradient(150deg, #26255C 0%, #3B3A80 100%); padding: clamp(52px, 10vw, 84px) clamp(20px, 5vw, 32px); text-align: center; }
.cta-final .inner { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.cta-final svg { background: #FFFFFF; border-radius: 50%; padding: 10px; width: 34px; height: 34px; margin-bottom: 10px; }
.cta-final h2 { color: #FFFFFF; margin-bottom: 4px; }
.cta-final p { margin: 0 0 20px; font-size: 15px; color: #B9B6F4; }
.cta-final .btn-primary { background: #FFFFFF; color: #17163A; min-width: 240px; }
.cta-final .btn-primary:hover { background: #E4E2FA; }

/* Fix guide v2 */
.guide-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.gp-bar { flex: 1; height: 8px; border-radius: 4px; background: #E6E5F6; overflow: hidden; }
.gp-fill { height: 100%; width: 0; border-radius: 4px; background: #4F4EA5; transition: width 300ms ease; }
.gp-label { font-size: 10.5px; letter-spacing: 0.12em; color: #54539B; white-space: nowrap; }
.fix-main { flex: 1; min-width: 0; }
.fix-top { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.fix-top svg { flex-shrink: 0; }
.fix-pri { font-size: 9px; letter-spacing: 0.12em; font-weight: 600; border-radius: 999px; padding: 3px 9px; }
.fix-pri.p1 { background: rgba(232, 104, 74, 0.14); color: #B0452A; }
.fix-pri.p2 { background: rgba(79, 78, 165, 0.12); color: #4F4EA5; }
.fix-pri.p3 { background: #EEEDF8; color: #54539B; }
.fix-mins { margin-left: auto; font-size: 10.5px; color: #8B89C0; }
.fix-sites { display: block; margin-top: 8px; }
.fix-site { display: inline-block; font-size: 11px; background: #F4F3FC; border: 1px solid #E0DFF4; border-radius: 999px; padding: 3px 9px; margin: 2px 3px 0 0; color: #17163A; }
.guide-complete { border: 2px solid #3E7C4F; background: rgba(62, 124, 79, 0.06); border-radius: 16px; padding: 20px; margin: 16px 0 0; text-align: center; }
.stamp-sm { display: inline-block; font-weight: 600; font-size: 14px; letter-spacing: 0.06em; color: #3E7C4F; border: 2.5px solid #3E7C4F; border-radius: 6px; padding: 6px 12px; transform: rotate(-3deg); margin-bottom: 12px; }
.guide-complete p { margin: 0 0 14px; font-size: 14.5px; line-height: 1.6; color: #17163A; }
.guide-member { border: 1.5px solid #4F4EA5; background: rgba(79, 78, 165, 0.05); border-radius: 16px; padding: 22px; margin-top: 16px; }
.gm-kicker { font-size: 10.5px; letter-spacing: 0.16em; font-weight: 600; color: #4F4EA5; margin-bottom: 10px; }
.gm-lede { margin: 0 0 12px; font-size: 14.5px; line-height: 1.6; color: #17163A; }
.gm-list { list-style: none; margin: 0 0 16px; padding: 0; }
.gm-list li { position: relative; padding: 5px 0 5px 26px; font-size: 14px; line-height: 1.55; color: #17163A; }
.gm-list li::before { content: '✓'; position: absolute; left: 2px; color: #4F4EA5; font-weight: 700; }
.gm-fine { font-size: 10.5px; letter-spacing: 0.06em; color: #54539B; margin-top: 10px; }

/* Checkout loading state */
.checkout-skeleton { border: 1px solid #E0DFF4; border-radius: 12px; padding: 18px; margin-bottom: 16px; }
.sk-line { height: 14px; border-radius: 6px; background: linear-gradient(90deg, #EEEDF8 25%, #F7F6FE 50%, #EEEDF8 75%); background-size: 200% 100%; animation: shimmer 1.2s linear infinite; margin-bottom: 12px; }
.sk-line.short { width: 55%; }
@keyframes shimmer { to { background-position: -200% 0; } }
.checkout-loading-note { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #54539B; text-align: center; margin-bottom: 10px; }
@media (prefers-reduced-motion: reduce) { .sk-line { animation: none; } }

/* Plan toggle (monthly / annual) */
.plan-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; background: #EDECFB; border-radius: 12px; padding: 4px; margin: 10px 0 18px; }
.plan-opt { position: relative; border: none; background: transparent; border-radius: 9px; padding: 10px 8px; font-family: inherit; font-weight: 600; font-size: 14px; color: #54539B; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 2px; min-height: 52px; transition: background 150ms ease, color 150ms ease; }
.plan-opt .mono { font-size: 12px; font-weight: 500; letter-spacing: 0.02em; }
.plan-opt em { position: absolute; top: -9px; right: 8px; font-style: normal; font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.08em; font-weight: 600; color: #FFFFFF; background: #3E7C4F; border-radius: 999px; padding: 2px 7px; }
.plan-opt.on { background: #FFFFFF; color: #17163A; box-shadow: 0 1px 4px rgba(23, 22, 58, 0.12); }
.plan-opt.on .mono { color: #4F4EA5; }
.plan-opt:focus-visible { outline: 2px solid #4F4EA5; outline-offset: 2px; }

/* Example alert (what the product actually sends) */
.alert-sample { margin: 0 0 22px; }
.as-kicker { font-size: 10.5px; letter-spacing: 0.16em; color: #8B89C0; margin: 0 0 8px; }
.as-mail { border: 1px solid #E0DFF4; border-radius: 14px; background: #FFFFFF; box-shadow: 0 8px 28px rgba(23, 22, 58, 0.07); overflow: hidden; }
.as-row { display: flex; gap: 12px; align-items: baseline; padding: 8px 16px; border-bottom: 1px solid #EEEDF8; font-size: 13px; color: #17163A; }
.as-k { flex: 0 0 62px; font-size: 10px; letter-spacing: 0.12em; color: #8B89C0; }
.as-body { padding: 14px 16px 16px; background: #FBFBFE; }
.as-body p { margin: 0 0 10px; font-size: 13.5px; line-height: 1.55; color: #17163A; }
.as-body p:last-child { margin-bottom: 0; }
.as-breach { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; align-items: baseline; border: 1px solid #E0DFF4; border-radius: 10px; padding: 9px 12px; margin: 0 0 12px; font-size: 13px; color: #17163A; background: #FFFFFF; }
.as-breach span { font-size: 12px; color: #54539B; }
.as-fine { font-size: 11px; letter-spacing: 0.04em; color: #54539B; margin-top: 8px; text-align: center; }
.pp-sub { margin: -6px 0 18px; font-size: 14.5px; line-height: 1.6; color: rgba(23, 22, 58, 0.72); }

/* Keep-reading links (FAQ) + re-scan link */
.keep-reading { margin-top: 26px; }
.kr-kicker { font-size: 10.5px; letter-spacing: 0.16em; color: #8B89C0; margin-bottom: 4px; }
.keep-reading a { display: block; padding: 12px 0; border-top: 1px solid #E0DFF4; color: #4F4EA5; font-weight: 600; font-size: 14.5px; line-height: 1.4; text-decoration: none; }
.keep-reading a:hover { text-decoration: underline; }
.result-again { display: inline-block; margin: -14px 0 24px; font-size: 11.5px; letter-spacing: 0.08em; color: #54539B; text-decoration: none; }
.result-again:hover { color: #4F4EA5; }
