:root{
  --bg:#f0f9ff;
  --bg-alt:#ecfeff;
  --ink:#0f172a;
  --muted:#64748b;
  --accent:#0ea5e9;
  --accent-soft:#bae6fd;
  --border:#d4d4dd;
  --card:#ffffff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
.page{min-height:100vh;display:flex;flex-direction:column}
.container{max-width:1080px;margin:0 auto;padding:0 16px}

/* Header */
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(240,249,255,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.nav{
  min-height:60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{
  width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 20% 0,#fee2e2,#ef4444);
  font-size:18px;
  color:#f9fafb;
}
.brand-text{display:flex;flex-direction:column}
.brand-kicker{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
.brand-title{font-weight:700;font-size:16px}
.nav-links{
  display:flex;flex-wrap:wrap;
  gap:10px;
  font-size:13px;
}
.nav-links a{
  padding:4px 10px;
  border-radius:999px;
  opacity:.85;
}
.nav-links a:hover{
  background:rgba(15,23,42,.06);
  opacity:1;
}

/* Sections */
.section{padding:24px 0}
.section-hero{padding-top:22px}
.section-alt{background:var(--bg-alt)}
.section-head{max-width:640px;margin-bottom:14px}
.section-title{
  margin:0 0 6px;
  font-size:20px;
}
.section-lead{
  margin:0;
  font-size:14px;
  color:var(--muted);
}
.eyebrow{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--muted);
  margin-bottom:6px;
}

/* Hero */
.hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);
  gap:22px;
}
.hero-title{
  margin:0 0 8px;
  font-size:26px;
  line-height:1.25;
}
.hero-lead{
  margin:0 0 10px;
  font-size:14px;
  color:var(--muted);
}
.hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:8px;
}
.pill{
  font-size:11px;
  padding:4px 10px;
  border-radius:999px;
  background:#fee2e2;
  color:#b91c1c;
}
.hero-note{
  font-size:12px;
  color:var(--muted);
  background:rgba(15,23,42,.04);
  border-radius:12px;
  padding:10px 12px;
}

/* Cards */
.card{
  background:var(--card);
  border-radius:18px;
  border:1px solid var(--border);
  padding:14px 16px;
  box-shadow:0 10px 26px rgba(15,23,42,.08);
}
.card.highlight{
  background:radial-gradient(circle at 0 0,#e0f2fe,#ffffff);
}
.card.soft{
  background:linear-gradient(135deg,#ecfeff,#f5f5f5);
}
.card-kicker{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:6px;
}
.card-title{
  margin:0 0 8px;
  font-size:18px;
}
.card-text{
  margin:0 0 6px;
  font-size:13px;
}
.card-text.small{
  font-size:12px;
  color:var(--muted);
}

/* Principles */
.principle-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.principle-card{
  background:var(--card);
  border-radius:16px;
  border:1px solid rgba(148,163,184,.6);
  padding:12px 14px;
  font-size:13px;
  box-shadow:0 8px 22px rgba(15,23,42,.05);
}
.principle-card h3{
  margin:0 0 6px;
  font-size:15px;
}

/* Plans */
.plans-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:14px;
}
.plan-card{
  background:var(--card);
  border-radius:16px;
  border:1px solid var(--border);
  padding:12px 12px 14px;
  display:flex;
  flex-direction:column;
  gap:6px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.plan-title{
  margin:0;
  font-size:15px;
}
.plan-text{
  margin:0;
  font-size:13px;
  color:var(--muted);
}
.plan-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  margin-top:4px;
}
.meta-label{color:var(--muted)}
.meta-value{font-weight:600}

/* Request section */
.request-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:20px;
}
.info-list{
  margin:8px 0 8px 18px;
  padding:0;
  font-size:13px;
}
.section-note{
  font-size:13px;
  color:var(--muted);
  margin-top:6px;
}

/* Cart + form */
.cart-box{
  border-radius:12px;
  border:1px dashed var(--border);
  padding:10px 10px 6px;
  background:#f9fafb;
  font-size:13px;
}
.cart-summary{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin:8px 0 4px;
  font-size:13px;
}
.form{
  margin-top:8px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.field{display:flex;flex-direction:column;gap:4px;font-size:13px}
label{font-weight:500}
.input,.textarea{
  font-family:inherit;
  font-size:13px;
  border-radius:999px;
  border:1px solid var(--border);
  padding:9px 12px;
  background:#f9fafb;
  outline:none;
}
.textarea{
  border-radius:14px;
  min-height:72px;
  resize:vertical;
}
.input:focus,.textarea:focus{
  border-color:var(--accent);
  background:#fff;
  box-shadow:0 0 0 1px rgba(14,165,233,.25);
}
.form-note{
  font-size:11px;
  color:var(--muted);
}
.form-note a{text-decoration:underline;text-decoration-style:dotted}

/* FAQ */
.faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:10px;
}
.faq-item{
  background:var(--card);
  border-radius:14px;
  border:1px solid var(--border);
  padding:8px 10px;
  font-size:13px;
}
.faq-item summary{
  cursor:pointer;
  list-style:none;
  font-weight:500;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{
  margin:6px 0 0;
  color:var(--muted);
}

/* Disclaimer */
.section-disclaimer{
  padding-top:12px;
}
.disclaimer-text{
  font-size:11px;
  color:var(--muted);
}

/* Buttons + helpers */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid var(--border);
  background:#ffffff;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
  min-height:44px;
  white-space:nowrap;
}
.btn.primary{
  background:linear-gradient(120deg,#0ea5e9,#22c55e);
  color:#ffffff;
  border-color:transparent;
}
.btn.ghost{
  background:transparent;
}
.btn.small{
  min-height:36px;
  padding-inline:12px;
  font-size:12px;
}
.btn.full{width:100%}
.row{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}
.small{font-size:12px;color:var(--muted)}
.lead{font-size:13px;color:var(--muted)}

/* Footer */
.site-footer{
  margin-top:auto;
  border-top:1px solid rgba(15,23,42,.08);
  background:#020617;
  color:#e5e7eb;
  font-size:12px;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);
  gap:18px;
  padding:16px 16px 18px;
}
.footer-title{
  font-weight:600;
  margin-bottom:4px;
}
.footer-text{
  margin:0;
  color:#cbd5f5;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.footer-links a{
  color:#e5e7eb;
  opacity:.85;
}
.footer-links a:hover{
  opacity:1;
  text-decoration:underline;
}

/* Responsive */
@media (max-width:980px){
  .hero-layout{grid-template-columns:1fr}
  .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .request-grid{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
}
@media (max-width:720px){
  .nav{flex-direction:column;align-items:flex-start;padding:8px 0}
  .nav-links{font-size:12px}
}
@media (max-width:520px){
  .plans-grid{grid-template-columns:1fr}
}

/* Prevent overflow on mobile */
body,input,button,textarea{overflow-wrap:anywhere}
