@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=Outfit:wght@400;500;600;700&display=swap");

:root {
  --black: #070707;
  --black-2: #101010;
  --black-3: #191919;
  --line: rgba(212, 175, 55, 0.28);
  --gold: #d4af37;
  --gold-2: #f0d78c;
  --gold-3: #9a7618;
  --ivory: #f3ead6;
  --muted: #9a917c;
  --radius: 16px;
  --max: 1160px;
  --serif: Cinzel, "Times New Roman", serif;
  --sans: Outfit, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--black);
  color: var(--ivory);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--gold); }
.wrap { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }

.top {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 7, 7, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.top-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 10px 0;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ivory); }
.brand img {
  width: 58px; height: 58px; object-fit: cover; border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
}
.brand span { font-family: var(--serif); font-weight: 700; letter-spacing: 0.08em; font-size: 14px; }
.brand small { display: block; font-family: var(--sans); font-weight: 500; letter-spacing: 0.12em; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { color: var(--ivory); font-size: 14px; font-weight: 500; }
.nav a:hover { color: var(--gold); }
.menu-btn {
  display: none; background: none; border: 1px solid var(--line);
  color: var(--gold); border-radius: 8px; padding: 8px 10px; cursor: pointer;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer; font-weight: 700; font-family: inherit;
  border-radius: 999px; padding: 13px 22px; font-size: 14px;
}
.btn-gold,
a.btn-gold,
a.hotmart-fb.btn-gold,
a.hotmart__button-checkout.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold)) !important;
  color: #111 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.btn-gold:hover { filter: brightness(1.08); color: #111; }
.btn-ghost { background: transparent; color: var(--ivory); border: 1px solid var(--line); }
.btn-lg { width: 100%; padding: 16px 24px; font-size: 15px; }

.hero { padding: 56px 0 28px; }
.hero-home {
  text-align: center;
  padding: 48px 0 20px;
}
.hero-home .seal {
  width: min(280px, 70vw); margin: 0 auto 28px;
  filter: drop-shadow(0 18px 40px rgba(212, 175, 55, 0.18));
}
.hero-home h1 {
  font-family: var(--serif);
  font-size: clamp(28px, 4.4vw, 48px);
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}
.kicker {
  color: var(--gold); font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 10px;
}
.lead { font-size: 18px; color: #d8ccb0; max-width: 42ch; }
.hero-home .lead { margin: 0 auto 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.product-hero { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.cover {
  background: var(--black-2);
  border: 1px solid var(--line);
  border-radius: 24px; padding: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}
.cover img { width: 100%; border-radius: 14px; }
.buy-box {
  background: var(--black-2);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  margin-top: 22px;
}
.price { font-family: var(--serif); font-size: 40px; color: var(--gold-2); margin: 0; }
.price small { font-family: var(--sans); font-size: 14px; color: var(--muted); }
.meta-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 12px 0 18px; }
.chip {
  border: 1px solid var(--line); color: var(--gold-2); border-radius: 999px;
  padding: 6px 10px; font-size: 12px;
}

h1, h2, h3 { line-height: 1.2; margin: 0 0 12px; }
h1 { font-family: var(--serif); font-size: clamp(30px, 4.6vw, 50px); }
h2 { font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); }
h3 { font-family: var(--serif); }

.section { padding: 72px 0; }
.section.alt { background: var(--black-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.muted { color: var(--muted); }
.center { text-align: center; }

.cards, .grid-4, .grid-3, .grid-2 { display: grid; gap: 20px; }
.cards { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1fr 1fr; }

.card, .box, .faq {
  background: var(--black-3);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.product-card { display: flex; flex-direction: column; min-height: 100%; }
.product-card img { border-radius: 12px; margin-bottom: 14px; aspect-ratio: 1; object-fit: cover; }
.product-card h3 { font-size: 22px; }
.product-card .btn { margin-top: auto; }
.badge {
  display: inline-block; margin-bottom: 8px;
  background: rgba(212, 175, 55, 0.12); color: var(--gold-2);
  padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.soon { opacity: 0.78; }
.box h3 { color: var(--gold); }

.checks { list-style: none; padding: 0; margin: 0; }
.checks li { padding: 8px 0 8px 28px; position: relative; }
.checks li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 11px; top: 12px; }

.crumb { color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--gold); }

.hotmart-fb img { display: none !important; }
a.hotmart__button-checkout { text-decoration: none; color: inherit; }

.sticky-buy {
  position: sticky; bottom: 0; z-index: 30;
  background: rgba(7, 7, 7, 0.96);
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
.sticky-buy .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; }

.faq details { border-bottom: 1px solid var(--line); padding: 12px 0; }
.faq summary { cursor: pointer; font-weight: 650; }
.legal p { color: #d8ccb0; max-width: 72ch; }

.success { min-height: 72vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.success .mark {
  width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--gold); color: #111; display: grid; place-items: center;
  font-size: 34px; font-weight: 800;
}
.success .lead { margin-inline: auto; }

footer {
  padding: 48px 0 90px; color: var(--muted); font-size: 14px;
  border-top: 1px solid var(--line);
}
.foot { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.foot img { width: 88px; border-radius: 50%; margin-bottom: 12px; }
.foot strong { color: var(--ivory); font-family: var(--serif); letter-spacing: 0.06em; }

@media (max-width: 900px) {
  .cards, .grid-4, .grid-3, .grid-2, .product-hero, .foot { grid-template-columns: 1fr; }
  .nav { display: none; }
  .nav.open {
    display: flex; flex-direction: column; position: absolute; top: 78px; left: 0; right: 0;
    background: #0d0d0d; padding: 16px 20px 22px; border-bottom: 1px solid var(--line);
  }
  .menu-btn { display: inline-flex; }
  .sticky-buy .wrap { flex-direction: column; }
  .hero { padding-top: 28px; }
}
