/* ====== Base ====== */
:root {
  --green: #0b3d2e;
  --blue: #0b284b;
  --gold: #c6a864;
  --offwhite: #f7f5ef;
  --text: #202428;
  --muted: #6b7280;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--offwhite);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }

.container { width: min(1120px, 92%); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eceae2;
}
.header-inner { display:flex; align-items:center; justify-content:space-between; padding: 14px 0; }
.brand { display:flex; align-items:center; gap:10px; }
.brand-name { font-weight: 700; color: var(--blue); letter-spacing:.3px; }

.nav a { color: var(--blue); text-decoration:none; margin-left: 18px; font-weight: 600; }
.nav .btn.small { padding: 8px 14px; border-radius: 10px; border:1px solid var(--blue); }
.nav .btn.small:hover { background: var(--blue); color: #fff; }

/* Buttons */
.btn { display:inline-block; text-decoration:none; font-weight:700; padding: 14px 20px; border-radius: var(--radius); }
.btn.primary { background: var(--green); color: #fff; box-shadow: var(--shadow); }
.btn.primary:hover { filter: brightness(1.05); }
.btn.gold { background: var(--gold); color: #101010; box-shadow: var(--shadow); }
.btn.gold:hover { filter: brightness(1.05); }
.btn.ghost { border: 2px solid var(--blue); color: var(--blue); }
.btn.ghost:hover { background: var(--blue); color: #fff; }
.btn.block { display:block; text-align:center; }

.hero {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
  padding: 64px 0 32px;
}
.hero-grid { display:grid; gap: 32px; grid-template-columns: 1.1fr .9fr; align-items:center; }
.hero h1 { font-size: clamp(28px, 4vw, 44px); color: var(--blue); line-height: 1.15; }
.accent { color: var(--gold); }
.hero p { color: var(--text); font-size: 18px; }
.cta-row { display:flex; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
.trust { display:flex; gap: 14px; flex-wrap:wrap; margin-top: 16px; color: var(--muted); font-size: 14px; }
.hero-media { justify-self:end; }
.hero-media img { width: min(420px, 90%); border-radius: 28px; box-shadow: var(--shadow); }

.section-head { text-align:center; padding: 24px 0 8px; }
.section-head h2 { color: var(--blue); font-size: clamp(24px, 3.2vw, 36px); }
.section-head p { color: var(--muted); }

.cards { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 16px; }
.card { background:#fff; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.card .icon { font-size: 26px; margin-bottom: 6px; }
.card h3 { margin: 6px 0 8px; color: var(--green); }

.how .steps { display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { background:#fff; border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); display:flex; gap:14px; align-items:flex-start; }
.step-num { background: var(--gold); color:#111; font-weight: 800; width: 32px; height: 32px; border-radius: 50%; display:inline-flex; align-items:center; justify-content:center; margin-top:4px; }

.proof { padding: 8px 0 8px; }
.kpis { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 8px; }
.kpi { background:#fff; border-radius: var(--radius); padding: 24px; text-align:center; box-shadow: var(--shadow); }
.kpi-num { font-size: 28px; font-weight: 800; color: var(--green); }
.kpi-label { display:block; color: var(--muted); margin-top: 6px; }

.pricing { padding: 8px 0 8px; }
.price-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { background:#fff; border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); position: relative; display:flex; flex-direction:column; }
.price-card .badge { position:absolute; top: -12px; right: 16px; background: var(--gold); padding: 6px 10px; border-radius: 999px; font-weight: 800; font-size: 12px; }
.price-card.highlight { transform: translateY(-6px); border: 2px solid var(--gold); }
.price-card header h3 { margin: 0; color: var(--blue); }
.price-card .muted { color: var(--muted); margin: 6px 0 8px; }
.price { display:flex; align-items:baseline; gap: 8px; margin: 8px 0; }
.big { font-size: 36px; font-weight: 900; color: var(--green); }
.per { color: var(--muted); font-weight: 700; }
.terms { color: var(--muted); font-size: 14px; }
.features { list-style: none; padding: 0; margin: 14px 0; }
.features li { padding-left: 20px; position: relative; margin-bottom: 8px; }
.features li::before { content: "✓"; position:absolute; left: 0; color: var(--green); font-weight: 900; }

.fineprint { color: var(--muted); font-size: 12px; text-align:center; margin-top: 10px; }

.social-proof .testimonies { display:grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.testimonial { background:#fff; border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.testimonial blockquote { margin: 0; font-size: 18px; color: var(--text); }
.testimonial figcaption { margin-top: 8px; color: var(--muted); }

.faq-list details { background:#fff; border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow); margin-bottom: 10px; }
.faq-list summary { cursor: pointer; font-weight: 700; color: var(--blue); }

.cta-final { background: linear-gradient(180deg, rgba(12,56,44,.06) 0%, rgba(11,40,75,.06) 100%); padding: 40px 0; text-align:center; }
.cta-final h2 { color: var(--blue); }
.cta-final p { color: var(--muted); margin-bottom: 10px; }

.site-footer { background:#fff; border-top: 1px solid #eceae2; margin-top: 24px; }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding: 20px 0; }
.footer-links { list-style:none; padding:0; margin:0; }
.footer-links a { color: var(--blue); text-decoration:none; }
.footer-links a:hover { text-decoration: underline; }
.legal { border-top: 1px solid #eceae2; padding: 12px 0 18px; color: var(--muted); text-align:center; }

/* Responsive */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .how .steps { grid-template-columns: 1fr; }
  .kpis { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .social-proof .testimonies { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
