:root {
  --bg: #0c0907;
  --bg-2: #15100c;
  --panel: #1c1610;
  --line: #3a2e22;
  --gold: #e8c56a;
  --gold-2: #f4d98a;
  --green: #2fbf45;
  --green-2: #46d45b;
  --text: #f7f1e6;
  --muted: #c4b6a2;
  --danger: #c4452d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Outfit, system-ui, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  background: linear-gradient(90deg, #9a3b1c, #c45a22);
  color: #fff8e8;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 16px;
}
.nav {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 7vw;
  background: rgba(12,9,7,0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.logo { font-family: "Cormorant Garamond", serif; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; }
.logo span { color: var(--gold); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border: 0; cursor: pointer;
  padding: 14px 22px; font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase; border-radius: 8px;
}
.btn.green { background: var(--green); color: #08140a; box-shadow: 0 8px 24px rgba(47,191,69,.25); }
.btn.green:hover { background: var(--green-2); }
.btn.gold { background: var(--gold); color: #1a1208; }
.btn.full { width: 100%; }

.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px;
  padding: 56px 7vw 40px; align-items: center;
  background:
    radial-gradient(800px 400px at 80% 10%, rgba(232,197,106,.18), transparent 60%),
    linear-gradient(180deg, #120d09, var(--bg));
}
.kicker { color: var(--gold); letter-spacing: 0.22em; text-transform: uppercase; font-size: 12px; font-weight: 700; margin: 0 0 12px; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; line-height: 1.05; margin: 0 0 14px; }
h1 { font-size: clamp(36px, 6vw, 68px); }
h1 em { color: var(--gold-2); font-style: normal; }
.lead { color: var(--muted); font-size: 19px; max-width: 540px; }
.checks { list-style: none; padding: 0; margin: 22px 0; }
.checks li { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0; }
.checks b { color: var(--green-2); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0 10px; }
.price-line { font-size: 22px; }
.price-line s { color: #8d7f6e; margin-right: 8px; }
.price-line b { color: var(--gold-2); font-size: 32px; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; border-radius: 16px; border: 1px solid var(--line); }
.seal {
  position: absolute; right: 12px; top: 12px;
  background: rgba(12,9,7,.78); border: 1px solid var(--gold);
  color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 8px 10px; border-radius: 999px;
}

.proof, .problem, .inside, .bonuses, .stack, .faq, .final { padding: 72px 7vw; }
.proof { background: var(--bg-2); }
.proof-grid, .inside-grid, .bonus-grid, .gallery { display: grid; gap: 16px; }
.proof-grid { grid-template-columns: repeat(3, 1fr); }
.proof-grid article, .inside-grid article {
  background: var(--panel); border: 1px solid var(--line); padding: 22px; border-top: 3px solid var(--gold);
}
.problem { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: center; }
.problem p { color: var(--muted); font-size: 18px; }
.inside { background: var(--bg-2); }
.inside-grid { grid-template-columns: repeat(3, 1fr); }

.gallery { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); }

.bonus-grid { grid-template-columns: repeat(5, 1fr); margin-top: 28px; }
.bonus-card { background: var(--panel); border: 1px solid var(--line); overflow: hidden; }
.bonus-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; background: #000; }
.bonus-card .body { padding: 12px; }
.bonus-card h3 { font-size: 18px; }
.bonus-card p { margin: 0; color: var(--muted); font-size: 13px; }

.stack { background: linear-gradient(180deg, #1a120c, #0c0907); }
.offer {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center;
  background: #18120d; border: 1px solid #5a4318; padding: 28px; border-radius: 18px;
}
.offer ul { color: var(--muted); }
.guarantee {
  margin-top: 22px; background: var(--gold); color: #1a1208; padding: 20px 24px; border-radius: 12px;
}
.faq details { border-top: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 18px; }
.faq p { color: var(--muted); }
.final { text-align: center; background: radial-gradient(600px 240px at 50% 0, rgba(232,197,106,.16), transparent 70%); }
.final .btn { margin-top: 18px; min-width: 280px; }
.site-foot { padding: 24px 7vw 90px; color: #8d7f6e; font-size: 13px; border-top: 1px solid var(--line); }

.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 12px 7vw; background: rgba(12,9,7,.96); border-top: 1px solid var(--line);
}
.sticky span { color: var(--gold-2); font-weight: 800; }

@media (max-width: 960px) {
  .hero, .problem, .proof-grid, .inside-grid, .bonus-grid, .gallery, .offer { grid-template-columns: 1fr; }
  .nav .btn { display: none; }
  .gallery img { height: 180px; }
  .sticky { flex-wrap: wrap; }
  .sticky .btn { width: 100%; }
}
