:root{box-sizing:border-box; --bg:#ffffff;
  --surface:#f9fafb;
  --border:#e5e7eb;
  --ink:#111827;
  --ink-soft:#6b7280;
  --primary:#1a2a4a;
  --primary-deep:#0f1a2e;
  --primary-tint:#f0f4f8;
  --white:#ffffff;
}
.page-body{box-sizing:border-box; margin:0;
  background-color: #fafbfd;
  background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
  background-size: 24px 24px;
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
.masthead{box-sizing:border-box; border-bottom:1px solid var(--border);
  padding:18px 20px;
  text-align:center;
  background:var(--white);
}
.masthead .kicker{box-sizing:border-box; font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--ink-soft);
  font-weight:600;
}
.masthead h1.brand{box-sizing:border-box; font-size:22px;
  font-weight:700;
  margin:8px 0 2px;
  letter-spacing:-0.3px;
}
.masthead .subline{box-sizing:border-box; font-size:12px;
  color:var(--ink-soft);
  letter-spacing:0.3px;
}
.subnav{box-sizing:border-box; background:var(--primary);
  color:var(--white);
  font-size:13px;
  font-weight:600;
  letter-spacing:0.3px;
  text-align:center;
  padding:10px 10px;
}
.wrap{box-sizing:border-box; max-width:680px;
  margin:0 auto;
  padding:0 20px;
  background:var(--white);
}
.section-label{box-sizing:border-box; font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--primary);
  text-align:center;
  margin:38px 0 6px;
  font-weight:700;
}
.hero-section{box-sizing:border-box; text-align:center;
  padding:44px 0 24px;
}
.hero-eyebrow{box-sizing:border-box; display:inline-block;
  font-size:12px;
  letter-spacing:0.5px;
  color:var(--primary-deep);
  background:var(--primary-tint);
  font-weight:700;
  margin-bottom:16px;
  padding:6px 14px;
  border-radius:20px;
}
.hero-title{box-sizing:border-box; font-size:36px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.6px;
  margin:0 0 16px;
}
.hero-dek{box-sizing:border-box; font-size:18px;
  color:var(--ink-soft);
  font-style:normal;
  margin:0 0 20px;
  font-weight:400;
}
.byline{box-sizing:border-box; font-size:13px;
  color:var(--ink-soft);
  letter-spacing:0.2px;
}
.byline-strong{box-sizing:border-box; color:var(--ink);}
.hero-art{box-sizing:border-box; margin:28px auto 20px;
  width:100%;
  max-width:400px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--border);
}
.hero-img, .hero-svg{box-sizing:border-box; width:100%; height:auto; display:block;}
.text-p{box-sizing:border-box; font-size:17px; margin:0 0 20px; color:var(--ink); text-align:center;}
.lede-text{box-sizing:border-box; font-size:19px; text-align:center;}
.lede-first-letter{box-sizing:border-box; font-size:19px;
  float:none;
  padding:0;
  color:var(--ink);
}
.subhead-title{box-sizing:border-box; font-size:23px;
  font-weight:700;
  letter-spacing:-0.3px;
  margin:40px 0 14px;
  padding-bottom:0;
  border-bottom:none;
  text-align:center;
}
.pullquote-block{box-sizing:border-box; font-style:normal;
  font-weight:600;
  font-size:22px;
  line-height:1.45;
  color:var(--ink);
  border:none;
  background:var(--surface);
  border-radius:12px;
  padding:22px 24px;
  margin:34px auto;
  text-align:center;
  max-width: 560px;
}
.pullquote-cite{box-sizing:border-box; display:block;
  font-style:normal;
  font-weight:500;
  font-size:13px;
  letter-spacing:0.2px;
  text-transform:none;
  color:var(--ink-soft);
  margin-top:12px;
}
.callout-box{box-sizing:border-box; background:var(--surface);
  border:1px solid var(--border);
  border-left:4px solid var(--primary);
  border-radius:12px;
  padding:20px 22px;
  margin:30px 0;
}
.callout-title{box-sizing:border-box; font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:700;
  color:var(--primary-deep);
  margin:0 0 10px;
}
.callout-text{box-sizing:border-box; font-size:15.5px; margin:0; color:var(--ink);}
.triple{box-sizing:border-box; display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:28px 0;
}
.triple .card{box-sizing:border-box; background:var(--white);
  border:1px solid var(--border);
  border-radius:14px;
  padding:22px 16px;
  text-align:center;
  box-shadow:0 1px 3px rgba(0,0,0,0.04);
}
.card-num{box-sizing:border-box; display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;height:30px;
  border-radius:50%;
  background:var(--primary-tint);
  color:var(--primary-deep);
  font-size:13px;
  font-weight:700;
  margin-bottom:10px;
}
.card-title{box-sizing:border-box; font-size:14px;
  letter-spacing:0.2px;
  font-weight:700;
  margin-bottom:8px;
}
.card-desc{box-sizing:border-box; font-size:14px;
  color:var(--ink-soft);
  line-height:1.5;
}
.stat-row{box-sizing:border-box; display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  text-align:center;
  margin:30px 0;
  padding:28px 14px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:16px;
  color:var(--ink);
}
.stat-strong{box-sizing:border-box; font-size:34px;
  font-weight:800;
  display:block;
  color:var(--primary);
  letter-spacing:-0.5px;
}
.stat-span{box-sizing:border-box; font-size:11.5px;
  letter-spacing:0.3px;
  color:var(--ink-soft);
  font-weight:600;
}
.quote-card{box-sizing:border-box; display:flex;
  flex-direction: column;
  align-items: center;
  gap:16px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:14px;
  padding:18px;
  margin:18px auto;
  max-width: 480px;
  text-align: center;
}
.quote-card .avatar{box-sizing:border-box; width:44px;height:44px;border-radius:50%;
  flex:0 0 44px;
  background:var(--primary);
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-weight:700;font-size:14px;
}
.quote-text{box-sizing:border-box; font-size:15px; margin:0 0 6px; font-style:normal; color:var(--ink);}
.quote-author{box-sizing:border-box; font-size:12.5px;
  color:var(--ink-soft);
  letter-spacing:0.2px;
}
.cta-block{box-sizing:border-box; text-align:center;
  margin:38px 0;
  padding:32px 24px;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:18px;
}
.cta-headline{box-sizing:border-box; font-size:22px;
  font-weight:800;
  letter-spacing:-0.3px;
  margin-bottom:6px;
}
.cta-sub{box-sizing:border-box; font-size:14px;
  color:var(--ink-soft);
  margin-bottom:20px;
}
.cta-link-btn{box-sizing:border-box; display:inline-block;
  font-weight:700;
  letter-spacing:0.2px;
  text-transform:none;
  font-size:16px;
  color:var(--white);
  background:var(--primary);
  padding:16px 40px;
  text-decoration:none;
  border-radius:999px;
  box-shadow:0 2px 8px rgba(0,128,96,0.28);
  transition:transform .12s ease, background .12s ease;
}
.cta-link-btn:hover{box-sizing:border-box; transform:translateY(-1px); background:var(--primary-deep);}
.microcopy{box-sizing:border-box; font-size:12px;
  color:var(--ink-soft);
  margin-top:14px;
  letter-spacing:0.1px;
}
.stock-flag{box-sizing:border-box; display:inline-block;
  font-size:11.5px;
  letter-spacing:0.3px;
  font-weight:700;
  text-transform:uppercase;
  color:#b5480a;
  background:#fdf0e6;
  border-radius:999px;
  padding:5px 14px;
  margin-top:16px;
}
.faq-item{box-sizing:border-box; border-bottom:1px solid var(--border);
  padding:18px 0;
  text-align: center;
}
.faq-title{box-sizing:border-box; font-size:16.5px;
  font-weight:700;
  margin:0 0 8px;
  letter-spacing:-0.1px;
}
.faq-text{box-sizing:border-box; font-size:15px; margin:0; color:var(--ink-soft);}
.compare{box-sizing:border-box; display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:24px 0;
}
.compare .col{box-sizing:border-box; padding:20px;
  border:1px solid var(--border);
  border-radius:14px;
}
.compare .col.good{box-sizing:border-box; background:var(--primary-tint); border:1px solid #ffccbc;}
.compare .col.bad{box-sizing:border-box; background:var(--surface);}
.compare-title{box-sizing:border-box; font-size:12.5px;
  letter-spacing:0.4px;
  text-transform:uppercase;
  font-weight:700;
  margin:0 0 12px;
  color:var(--ink);
  text-align: center;
}
.compare-list{box-sizing:border-box; margin:0; padding-left:18px; font-size:14px; color:var(--ink-soft);}
.compare-item{box-sizing:border-box; margin-bottom:8px;}
.disclaimer-footer{box-sizing:border-box; background:var(--white);
  color:var(--ink-soft);
  font-size:11.5px;
  line-height:1.7;
  padding:30px 20px 60px;
  margin-top:50px;
  border-top:1px solid var(--border);
}
.disclaimer-wrap{box-sizing:border-box; max-width:680px;}
.disclaimer-text{box-sizing:border-box; font-size:11.5px; color:var(--ink-soft); margin:0 0 12px;}
.end-mark{box-sizing:border-box; text-align:center;
  color:var(--primary);
  font-size:18px;
  margin:30px 0 10px;
}
@media (max-width:640px){ .hero-title{box-sizing:border-box; font-size:27px;}
  .dek{box-sizing:border-box; font-size:16px;}
  .triple{box-sizing:border-box; grid-template-columns:1fr;}
  .stat-row{box-sizing:border-box; grid-template-columns:1fr; gap:20px;}
  .compare{box-sizing:border-box; grid-template-columns:1fr;}
  .text-p{box-sizing:border-box; font-size:16px;}
  .pullquote-block{box-sizing:border-box; font-size:19px;}
}
.standard-footer-container {box-sizing:border-box; display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.footer-links {box-sizing:border-box; display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  font-family: sans-serif;
  font-size: 13px;
}
.footer-link {box-sizing:border-box; color: #000000;
  text-decoration: none;
}
.footer-link:hover {box-sizing:border-box; color: var(--primary);
}
.footer-brand {box-sizing:border-box; font-family: sans-serif;
  font-weight: 600;
  color: var(--ink);
  margin-top: 24px;
  font-size: 14px;
}

/* Popup Modal */
.popup-overlay {box-sizing:border-box; display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.popup-overlay.active {box-sizing:border-box; display: flex;
}

.popup-content {box-sizing:border-box; background: var(--white);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  animation: popIn 0.3s ease-out forwards;
}

@keyframes popIn { from {box-sizing:border-box; opacity: 0; transform: scale(0.9); }
  to {box-sizing:border-box; opacity: 1; transform: scale(1); }
}

.popup-icon {box-sizing:border-box; font-size: 48px;
  margin-bottom: 16px;
}

.popup-title {box-sizing:border-box; margin: 0 0 10px 0;
  font-size: 24px;
  color: var(--ink);
}

.popup-text {box-sizing:border-box; color: var(--ink-soft);
  margin-bottom: 24px;
  font-size: 15px;
}

.popup-close {box-sizing:border-box; background: var(--primary);
  color: var(--white);
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}

.popup-close:hover {box-sizing:border-box; background: var(--primary-deep);
}
