:root {
  --wine: #4b102b;
  --wine-2: #6f1d43;
  --cream: #fff8f2;
  --blush: #f4e8e4;
  --gold: #c4933f;
  --ink: #251f22;
  --muted: #6f666a;
  --line: rgba(75, 16, 43, .15);
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(75, 16, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.section { padding: 96px 0; }
.section.compact { padding: 72px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.topbar { background: var(--wine); color: #fff; font-size: .82rem; letter-spacing: .04em; }
.topbar-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; }
.topbar-note { color: #f0d7bb; }
.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--wine-2); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; line-height: 1.5; }
.section-kicker.gold { color: #e5bd78; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; color: var(--ink); margin: 0; line-height: 1.1; }
h1 { font-size: clamp(2.75rem, 5.3vw, 5.1rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); letter-spacing: -.025em; }
h3 { font-size: 1.5rem; }
h1 em, h2 em { color: var(--wine-2); font-style: italic; }
p { margin: 0 0 18px; }
.hero { padding-top: 76px; background: radial-gradient(circle at 75% 25%, #f2e1d8 0, transparent 35%), var(--cream); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 60px; align-items: center; }
.hero-lead { margin-top: 25px; max-width: 650px; font-size: 1.14rem; color: #50474b; }
.hero-actions { margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 27px; border-radius: 8px; border: 0; text-decoration: none; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button.primary { background: var(--wine); color: #fff; box-shadow: 0 13px 30px rgba(75, 16, 43, .25); }
.button.primary:hover { background: var(--wine-2); }
.microcopy, .secure-note { margin: 12px 0 0; font-size: .82rem; color: var(--muted); }
.hero-visual { margin: 0; position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -18px 22px 28px -18px; border: 1px solid rgba(196, 147, 63, .5); border-radius: 180px 180px 20px 20px; z-index: 0; }
.hero-visual img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 65% center; border-radius: 180px 180px 18px 18px; box-shadow: var(--shadow); }
.hero-visual figcaption { position: relative; width: 78%; margin: -32px auto 0; background: #fff; padding: 14px 18px; border-radius: 8px; box-shadow: 0 10px 35px rgba(37, 31, 34, .12); font-size: .85rem; text-align: center; }
.recognition { background: #fff; }
.recognition h2 { margin-bottom: 30px; }
.recognition p { font-size: 1.05rem; }
.standout { margin-top: 30px; padding-left: 20px; border-left: 3px solid var(--gold); color: var(--wine); font-weight: 600; }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.phase-card { position: relative; min-height: 315px; padding: 34px 30px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 10px 36px rgba(75, 16, 43, .06); overflow: hidden; }
.phase-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: var(--blush); right: -55px; bottom: -55px; }
.phase-number { display: block; font-family: "Playfair Display", serif; font-size: 3.2rem; color: #dec6bd; line-height: 1; }
.phase-days { margin: 24px 0 8px; color: var(--wine-2); font-size: .78rem; text-transform: uppercase; font-weight: 700; letter-spacing: .09em; }
.phase-card h3 { margin-bottom: 13px; }
.phase-card p:last-child { color: var(--muted); font-size: .95rem; line-height: 1.6; }
.dark { background: var(--wine); color: #fff; }
.dark h2, .dark h3 { color: #fff; }
.section-heading.light > p:last-child { color: #e5d9df; }
.benefit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.benefit-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit-list li { display: flex; gap: 13px; padding: 18px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.benefit-list li > span { color: #e5bd78; font-weight: 700; }
.benefit-list strong { display: block; line-height: 1.35; }
.benefit-list small { display: block; margin-top: 5px; color: #ddcfd5; font-size: .82rem; line-height: 1.5; }
.inside { background: #fff; }
.product-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.product-card { display: grid; grid-template-columns: .78fr 1.22fr; gap: 30px; align-items: center; padding: 32px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; }
.product-card.featured { position: relative; box-shadow: var(--shadow); }
.product-tag { position: absolute; left: 24px; top: -13px; padding: 5px 12px; background: var(--gold); color: #291f18; border-radius: 999px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.book-mockup { min-height: 290px; padding: 30px 23px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #6f1d43, #370a20); color: #fff; border-radius: 8px 18px 18px 8px; box-shadow: -12px 16px 35px rgba(75,16,43,.22); transform: perspective(900px) rotateY(8deg); }
.book-mockup span { color: #e5bd78; font-size: .7rem; letter-spacing: .12em; }
.book-mockup strong { margin: 16px 0; font-family: "Playfair Display", serif; font-size: 1.85rem; line-height: 1.05; }
.book-mockup small { color: #f0dfe7; }
.product-card h3 { margin-bottom: 12px; }
.product-card p, .bonus-card p { color: var(--muted); line-height: 1.6; }
.mini-list { padding-left: 20px; margin-bottom: 0; font-size: .92rem; }
.bonus-column { display: grid; gap: 14px; }
.bonus-card { display: grid; grid-template-columns: 82px 1fr; gap: 20px; align-items: center; padding: 24px; background: var(--cream); border: 1px solid var(--line); border-radius: 14px; }
.bonus-label { display: grid; place-items: center; min-height: 64px; background: var(--wine); color: #fff; border-radius: 10px; font-size: .74rem; font-weight: 700; text-align: center; text-transform: uppercase; }
.bonus-card h3 { font-size: 1.22rem; margin-bottom: 6px; }
.bonus-card p { margin: 0; font-size: .9rem; }
.fit { background: var(--blush); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.fit-list { list-style: none; padding: 0; margin: 0; }
.fit-list li { position: relative; padding: 17px 0 17px 34px; border-bottom: 1px solid rgba(75,16,43,.14); }
.fit-list li::before { content: "✓"; position: absolute; left: 0; color: var(--wine); font-weight: 800; }
.offer { background: linear-gradient(145deg, #3b0b23, #61173a); color: #fff; }
.offer-shell { display: grid; grid-template-columns: 1fr 390px; gap: 60px; align-items: center; }
.offer h2 { color: #fff; margin-bottom: 18px; }
.offer-copy > p:not(.section-kicker) { color: #eadde3; }
.offer-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.offer-list li::before { content: "✓"; color: #e5bd78; margin-right: 9px; font-weight: 700; }
.price-card { background: #fff; color: var(--ink); padding: 34px; border-radius: 18px; text-align: center; box-shadow: 0 20px 65px rgba(0,0,0,.22); }
.regular-price { margin: 0; color: var(--muted); }
.campaign-label { margin: 13px 0 0; color: var(--wine); font-size: .8rem; text-transform: uppercase; font-weight: 700; letter-spacing: .08em; }
.price { display: flex; justify-content: center; align-items: flex-start; gap: 5px; margin: 7px 0 0; color: var(--wine); line-height: 1; }
.price span { margin-top: 12px; font-weight: 700; }
.price strong { font-family: "Playfair Display", serif; font-size: 4.8rem; letter-spacing: -.05em; }
.payment-note { margin: 5px 0 22px; color: var(--muted); }
.button.full { width: 100%; }
.guarantee { background: #fff; }
.guarantee-grid { display: grid; grid-template-columns: 130px 1fr; gap: 35px; align-items: center; max-width: 850px; }
.seal { width: 120px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--wine); }
.seal strong { font-family: "Playfair Display", serif; font-size: 3rem; line-height: .8; }
.seal span { font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.guarantee h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 14px; }
.guarantee p:last-child { margin-bottom: 0; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 17px; color: var(--wine); font-size: 1.4rem; }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { padding: 0 45px 20px 0; color: var(--muted); }
.centered { text-align: center; margin-inline: auto; }
.final-cta h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); margin-bottom: 30px; }
.light-button { background: #fff; color: var(--wine); }
footer { padding: 42px 0 90px; background: #24191f; color: #d8cbd1; }
.footer-inner { display: grid; grid-template-columns: .55fr 1.45fr; gap: 50px; font-size: .78rem; line-height: 1.6; }
.disclaimer { color: #ae9fa6; }
.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 900px) {
  .section { padding: 74px 0; }
  .hero-grid, .benefit-grid, .product-grid, .fit-grid, .offer-shell { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(570px, 100%); margin-inline: auto; }
  .phase-grid { grid-template-columns: 1fr; }
  .phase-card { min-height: auto; }
  .benefit-grid { gap: 30px; }
  .offer-shell { gap: 36px; }
  .price-card { width: min(430px, 100%); margin-inline: auto; }
}

@media (max-width: 650px) {
  body { font-size: 16px; padding-bottom: 76px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 58px 0; }
  .section.compact { padding: 52px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-note { display: none; }
  .hero { padding-top: 46px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .hero-grid { gap: 46px; }
  .hero-visual img { aspect-ratio: 4/4.7; border-radius: 120px 120px 15px 15px; }
  .hero-visual::before { border-radius: 120px 120px 15px 15px; }
  .button { width: 100%; }
  .benefit-list { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; padding: 26px; }
  .book-mockup { width: min(250px, 80%); min-height: 310px; margin-inline: auto; }
  .bonus-card { grid-template-columns: 65px 1fr; gap: 15px; padding: 18px; }
  .bonus-label { min-height: 58px; }
  .offer-list { grid-template-columns: 1fr; }
  .price-card { padding: 28px 22px; }
  .guarantee-grid { grid-template-columns: 1fr; text-align: center; }
  .seal { margin-inline: auto; }
  .footer-inner { grid-template-columns: 1fr; gap: 10px; }
  footer { padding-bottom: 38px; }
  .mobile-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; background: rgba(255,248,242,.96); backdrop-filter: blur(12px); border-top: 1px solid var(--line); box-shadow: 0 -6px 24px rgba(75,16,43,.1); }
  .mobile-bar div { display: grid; line-height: 1.1; }
  .mobile-bar small { font-size: .7rem; color: var(--muted); }
  .mobile-bar strong { color: var(--wine); }
  .mobile-bar .button { min-height: 48px; width: auto; padding: 0 18px; }
}
