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

:root {
  --red:      #8B0000;
  --red-dark: #3c0000;
  --red-deep: #5a0000;
  --gold:     #c89a45;
  --cream:    #fff9f9;
  --light:    #f9f0f0;
  --white:    #ffffff;
  --text:     #1a0a0a;
  --muted:    #6b4444;
  --border:   #e8d5d5;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.85;
  color: var(--text);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a   { text-decoration: none; color: inherit; }

h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 800; line-height: 1.1; }
h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 700; line-height: 1.15; color: var(--red-dark); }
h3 { font-size: clamp(22px, 2.5vw, 28px); font-weight: 600; color: var(--red); }
p  { font-size: clamp(18px, 1.8vw, 20px); color: var(--muted); line-height: 1.85; }

.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}

/* NAV */
.navbar { background: var(--red-dark); padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(60,0,0,0.3); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-brand { font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-links a { color: #f0c8c8; font-size: 15px; font-weight: 500; padding: 6px 12px; border-radius: 6px; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-btn { background: var(--gold) !important; color: #3c0000 !important; font-weight: 700 !important; border-radius: 999px !important; padding: 8px 20px !important; }

/* BUTTONS */
.btn { display: inline-block; padding: 15px 34px; border-radius: 8px; font-size: 17px; font-weight: 700; cursor: pointer; border: none; transition: opacity .2s; text-align: center; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-deep); color: #fff; }
.btn-gold { background: var(--gold); color: #3c0000; }
.btn-gold:hover { opacity: .88; color: #3c0000; }
.btn-outline { background: transparent; color: var(--red); border: 2px solid var(--red); }
.btn-outline:hover { background: var(--red); color: #fff; }
.btn-white { background: #fff; color: var(--red-dark); }
.btn-white:hover { opacity: .9; color: var(--red-dark); }

/* LAYOUT */
.container    { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 820px;  margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
.bg-light { background: var(--light); }
.bg-white { background: var(--white); }
.bg-dark  { background: var(--red-dark); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head p { margin-top: 12px; font-size: 20px; }

/* HERO */
.hero { background: #f9f0f0; padding: 90px 0 100px; }
.hero-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.hero h1 { color: var(--red-dark); }
.hero h2.hero-tagline { color: var(--red); font-size: clamp(20px,2.5vw,28px); font-weight: 600; margin: 12px 0 20px; line-height: 1.5; }
.hero-sub { color: var(--muted); font-size: 20px; line-height: 1.75; margin-bottom: 12px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.hero-tags span { font-size: 17px; color: var(--red-dark); border: 1px solid var(--border); border-radius: 6px; padding: 8px 16px; background: #fff; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-img-wrap { width: 340px; flex-shrink: 0; }
.hero-img-wrap img { filter: drop-shadow(0 24px 40px rgba(60,0,0,0.15)); }
.rating-row { display: flex; align-items: center; gap: 10px; margin-top: 20px; }
.stars { color: var(--gold); font-size: 22px; }
.rating-text { color: var(--muted); font-size: 16px; }

/* TRUST BADGES */
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-card { text-align: center; padding: 30px 16px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.trust-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(139,0,0,0.1); }
.trust-card img { height: 62px; width: auto; margin: 0 auto 14px; object-fit: contain; }
.trust-card h3 { font-size: 20px; margin-bottom: 8px; }
.trust-card p  { font-size: 17px; }

/* SPLIT */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img { border-radius: 14px; width: 100%; box-shadow: 0 16px 50px rgba(139,0,0,0.12); }
.split-text h2 { margin-bottom: 16px; }
.split-text p  { margin-bottom: 14px; }

/* STEPS */
.step-list { display: flex; flex-direction: column; gap: 18px; }
.step-item { display: flex; gap: 18px; align-items: flex-start; padding: 22px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; }
.step-num { min-width: 46px; height: 46px; background: var(--red); color: var(--gold); font-size: 18px; font-weight: 700; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-item h3 { font-size: 21px; margin-bottom: 5px; }
.step-item p  { font-size: 18px; }

/* INGREDIENTS */
.ing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ing-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; transition: box-shadow .2s; }
.ing-card:hover { box-shadow: 0 8px 24px rgba(139,0,0,0.1); }
.ing-num { min-width: 42px; height: 42px; background: var(--red); color: var(--gold); font-size: 17px; font-weight: 700; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ing-card h3 { font-size: 20px; margin-bottom: 6px; }
.ing-card p  { font-size: 17px; }

/* BENEFITS */
.ben-list { display: flex; flex-direction: column; gap: 14px; }
.ben-item { display: flex; gap: 18px; align-items: flex-start; padding: 20px 24px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; }
.ben-num { min-width: 42px; height: 42px; background: var(--red); color: var(--gold); font-size: 17px; font-weight: 700; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ben-item h3 { font-size: 21px; margin-bottom: 5px; }
.ben-item p  { font-size: 18px; }

/* REVIEWS */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { padding: 28px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; }
.review-card img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-bottom: 14px; border: 2px solid var(--border); }
.review-stars { color: var(--gold); font-size: 22px; margin-bottom: 8px; }
.review-name { font-size: 18px; font-weight: 700; color: var(--text); }
.review-loc  { font-size: 15px; color: var(--muted); margin-bottom: 12px; }
.review-card p { font-size: 17px; font-style: italic; line-height: 1.7; }

/* PRICING */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { padding: 34px 24px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; text-align: center; }
.price-card.featured { border: 2.5px solid var(--red); }
.price-tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 16px; border-radius: 999px; background: var(--gold); color: #3c0000; margin-bottom: 14px; }
.price-card img { max-width: 135px; margin: 0 auto 16px; }
.price-card h3 { font-size: 24px; color: var(--text); margin-bottom: 4px; }
.price-supply { font-size: 16px; color: var(--muted); margin-bottom: 14px; }
.price-big { font-size: 42px; font-weight: 800; color: var(--red-dark); line-height: 1; }
.price-per { font-size: 18px; font-weight: 400; color: var(--muted); }
.price-was { font-size: 15px; color: #b08080; text-decoration: line-through; margin: 6px 0; }
.price-total { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 18px; }
.check-list { list-style: none; text-align: left; margin-bottom: 22px; }
.check-list li { font-size: 17px; color: var(--muted); padding: 5px 0; }
.check-list li::before { content: "✓ "; color: var(--red); font-weight: 800; }

/* BONUS */
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bonus-card { padding: 30px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; }
.bonus-num { width: 38px; height: 38px; background: var(--red); color: var(--gold); font-size: 16px; font-weight: 700; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.bonus-card h3 { font-size: 22px; margin-bottom: 10px; }
.bonus-val { font-size: 14px; color: var(--gold); font-weight: 700; margin-top: 10px; }

/* GUARANTEE */
.guarantee-wrap { display: grid; grid-template-columns: auto 1fr; gap: 50px; align-items: center; }
.guarantee-wrap img { max-width: 180px; }
.guarantee-wrap h2 { color: #fff; margin-bottom: 16px; }
.guarantee-wrap p  { color: #f0c8c8; font-size: 19px; margin-bottom: 12px; }

/* HOW TO TAKE */
.take-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.take-card { padding: 26px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; }
.take-num { width: 46px; height: 46px; background: var(--red); color: var(--gold); font-size: 18px; font-weight: 700; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.take-card h3 { font-size: 21px; margin-bottom: 8px; }
.take-card p  { font-size: 18px; }

/* FAQ */
.faq-item { border: 1px solid var(--border); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.faq-q { width: 100%; background: var(--white); border: none; text-align: left; padding: 22px 26px; font-size: 20px; font-weight: 600; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q .icon { font-size: 22px; color: var(--red); flex-shrink: 0; transition: transform .2s; }
.faq-q[aria-expanded="true"] { background: var(--red-dark); color: #fff; }
.faq-q[aria-expanded="true"] .icon { color: var(--gold); transform: rotate(45deg); }
.faq-a { padding: 20px 26px; font-size: 18px; color: var(--muted); line-height: 1.8; background: var(--white); display: none; }
.faq-a.open { display: block; }

/* FINAL CTA */
.final-cta { background: linear-gradient(135deg, var(--red-dark), var(--red-deep)); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.final-cta h2 { color: #fff; margin-bottom: 14px; }
.final-cta p  { color: #f0c8c8; font-size: 19px; margin-bottom: 16px; }
.final-price  { font-size: 24px; font-weight: 800; color: var(--gold); margin-bottom: 26px; }
.final-cta img { max-width: 220px; filter: drop-shadow(0 15px 30px rgba(0,0,0,0.35)); }

/* STICKY BAR */
.sticky-bar { background: var(--red-dark); border-top: 3px solid var(--gold); padding: 13px 0; position: sticky; bottom: 0; z-index: 99; }
.sticky-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.sticky-bar strong { color: #fff; font-size: 18px; }
.sticky-bar span { color: #f0c8c8; font-size: 16px; margin-left: 8px; }

/* FOOTER */
footer { background: #1a0000; padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 12px; }
footer p { font-size: 15px; color: #8a5a5a; line-height: 1.7; }
footer h4 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 14px; }
footer a { display: block; font-size: 15px; color: #8a5a5a; margin-bottom: 8px; }
footer a:hover { color: var(--gold); }
.footer-rule { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin-bottom: 22px; }
.disclaimer { font-size: 13px; color: #5a3a3a; line-height: 1.7; margin-bottom: 12px; }
.note { font-size: 15px; color: #9a6a6a; font-style: italic; margin-top: 10px; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero { background: linear-gradient(160deg, var(--red-dark) 0%, var(--red-deep) 70%, #f9e0e0 70%); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-img-wrap { width: 260px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  section { padding: 60px 0; }
  h1 { font-size: clamp(34px, 8vw, 48px); }
  .ing-grid, .take-grid, .bonus-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .guarantee-wrap { grid-template-columns: 1fr; text-align: center; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
}
