* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: #f5f7fb;
  background: #09101d;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 32px)); margin: 0 auto; }
.center { text-align: center; }
.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(9,16,29,.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { font-size: 22px; font-weight: 900; letter-spacing: .2px; }
.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a18, #ff3d81);
  font-weight: 800;
}
.hero {
  padding: 88px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(255,122,24,.18), transparent 30%),
    radial-gradient(circle at top right, rgba(255,61,129,.14), transparent 28%),
    linear-gradient(180deg, #0b1222 0%, #09101d 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
}
.eyebrow {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,122,24,.14);
  border: 1px solid rgba(255,122,24,.3);
  color: #ffd2b0;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 70px);
  line-height: 1.02;
  letter-spacing: -.03em;
}
h1 span { color: #ffb347; }
.lead {
  color: #c8d1df;
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
}
.price-box {
  margin-top: 26px;
  padding: 18px 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.price-box small { display: block; color: #c8d1df; margin-bottom: 6px; }
.price-box strong { font-size: 36px; font-weight: 900; color: #fff; }
.price-note { color: #ffbe91; font-weight: 700; }
.hero-points {
  margin-top: 22px;
  display: grid;
  gap: 12px;
  color: #d8deea;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  font-weight: 800;
}
.btn-primary {
  background: linear-gradient(135deg, #ff7a18, #ff3d81);
  color: white;
  box-shadow: 0 14px 40px rgba(255,90,80,.28);
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,.16);
  color: #eef3ff;
}
.btn.big { min-height: 58px; padding: 0 26px; font-size: 18px; }
.btn.full { width: 100%; }
.microcopy {
  margin-top: 12px;
  color: #8f9bb3;
  font-size: 13px;
}
.hero-card {
  display: grid;
  gap: 16px;
}
.stat-card, .card, .offer-box, .faq-item {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
}
.stat-card {
  padding: 22px;
}
.stat-card span {
  display: inline-block;
  color: #ffbf9c;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.stat-card strong {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
.stat-card p { color: #c8d1df; line-height: 1.7; margin: 0; }
.stat-card.accent {
  background: linear-gradient(180deg, rgba(255,122,24,.14), rgba(255,61,129,.10));
}
.section { padding: 78px 0; }
.section.alt { background: rgba(255,255,255,.03); }
.section.dark { background: #0c1424; }
.section h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
}
.section-lead, .section p { color: #c8d1df; line-height: 1.85; font-size: 18px; }
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.card {
  padding: 24px;
}
.card h3 { margin-top: 0; font-size: 24px; }
.card p { margin-bottom: 0; color: #c8d1df; line-height: 1.8; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: start;
}
.feature-list {
  margin: 22px 0 0;
  padding-left: 20px;
  color: #d6ddeb;
  line-height: 1.9;
}
.offer-box {
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,122,24,.12), rgba(255,255,255,.05));
}
.offer-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #ffd6bf;
  font-size: 12px;
  font-weight: 800;
}
.offer-box h3 { margin-top: 0; margin-bottom: 12px; font-size: 28px; }
.offer-price {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 16px;
  color: #fff;
}
.offer-box ul {
  padding-left: 20px;
  color: #d6ddeb;
  line-height: 1.9;
  margin-bottom: 22px;
}
.guarantee { background: linear-gradient(180deg, #13101c 0%, #0c1424 100%); }
.small-note { color: #9facc3; font-size: 14px; }
.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.faq-item { padding: 22px; }
.faq-item h3 { margin-top: 0; margin-bottom: 8px; }
.faq-item p { margin-bottom: 0; color: #c8d1df; line-height: 1.8; }
.final-cta {
  background:
    radial-gradient(circle at center, rgba(255,122,24,.15), transparent 35%),
    #0b1222;
}
.site-footer {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #b6c1d5;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-row p { margin: 8px 0 0; max-width: 520px; line-height: 1.7; }
.footer-links {
  display: flex;
  gap: 16px;
  align-items: start;
}
@media (max-width: 960px) {
  .hero-grid, .two-col, .grid-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .price-box { flex-direction: column; align-items: start; }
}
