:root {
  --ivory: #fff8f0;
  --paper: #fffdf9;
  --ink: #11110e;
  --muted: #69655f;
  --coral: #ff5a42;
  --coral-dark: #e53d28;
  --lime: #c8ff35;
  --line: #e9e1d8;
  --shadow: 0 22px 60px rgba(49, 28, 16, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "Poppins", system-ui, sans-serif; line-height: 1.55; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 92px 0; }

.promo-bar { position: sticky; top: 0; z-index: 50; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 8px 16px; background: #df2c1f; color: #fff; text-align: center; font-size: 13px; box-shadow: 0 2px 0 rgba(0,0,0,.08); }
.promo-dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.16); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(255,255,255,0); } }

.hero { position: relative; overflow: hidden; padding: 58px 0 74px; background: radial-gradient(circle at 82% 16%, rgba(200,255,53,.28), transparent 30%), var(--ivory); }
.hero::after { content: ""; position: absolute; left: -160px; bottom: -220px; width: 420px; height: 420px; border: 70px solid rgba(255,90,66,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; max-width: 1040px; }
.hero-copy { text-align: center; }
.eyebrow { margin: 0 0 13px; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.coral { color: var(--coral-dark); }
.lime { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 960px; margin: 0 auto 30px; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.02; letter-spacing: -.055em; font-weight: 900; }
h1 span { color: var(--coral); }
.hero-lead { max-width: 760px; margin: 34px auto 30px; color: #34312e; font-size: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 16px 30px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; text-align: center; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.button-primary { background: var(--coral); color: #fff; box-shadow: 0 14px 34px rgba(255,90,66,.28); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 18px 40px rgba(255,90,66,.34); }
.button.full { width: 100%; }

.product-mockup { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; width: min(840px, 100%); margin-inline: auto; padding: 16px; border: 1px solid rgba(17,17,14,.08); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(244,239,226,.96)); box-shadow: var(--shadow); }
.product-mockup-media { position: relative; overflow: hidden; border-radius: 22px; background: #f7f3e9; }
.product-mockup img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.product-mockup-badge { position: absolute; z-index: 2; top: 17px; left: 17px; padding: 9px 15px; border-radius: 999px; background: var(--lime); color: var(--ink); box-shadow: 0 8px 22px rgba(17,17,14,.14); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.product-mockup figcaption { display: grid; gap: 9px; padding: 28px 22px; color: var(--ink); text-align: left; }
.product-mockup figcaption strong { font-size: 20px; line-height: 1.2; }
.product-mockup figcaption > span { color: var(--muted); font-size: 12px; font-weight: 600; }
.product-mockup-list { display: grid; gap: 8px; margin: 10px 0 0; padding: 0; list-style: none; }
.product-mockup-list li { position: relative; padding-left: 20px; color: #3e443c; font-size: 11px; font-weight: 700; }
.product-mockup-list li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }

.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .guarantee h2 { margin-bottom: 14px; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.75); }
.icon-tile { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #f2eadf; font-size: 22px; }
.feature-card h3 { margin-bottom: 6px; font-size: 17px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.dark-section { background: var(--ink); color: #fff; }
.section-heading.light > p:last-child { color: #bdb9b2; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #35352f; border-radius: var(--radius); background: #35352f; }
.reason-grid article { min-height: 230px; padding: 30px; background: var(--ink); }
.reason-grid span { display: inline-block; margin-bottom: 28px; color: var(--lime); font-size: 12px; font-weight: 800; }
.reason-grid h3 { margin-bottom: 9px; font-size: 19px; }
.reason-grid p { margin: 0; color: #aaa79f; font-size: 14px; }

.preview-section { overflow: hidden; }
.carousel { position: relative; max-width: 680px; margin-inline: auto; padding: 0 65px 40px; }
.slides { overflow: hidden; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.preview-page { display: none; margin: 0; background: #fff; }
.preview-page.active { display: block; animation: slideIn .35s ease; }
.preview-page img { display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: contain; }
@keyframes slideIn { from { opacity: .2; transform: translateX(18px); } }
.carousel-arrow { position: absolute; z-index: 3; top: 46%; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--ink); color: #fff; font-size: 34px; cursor: pointer; }
.carousel-arrow.prev { left: 0; }
.carousel-arrow.next { right: 0; }
.carousel-dots { position: absolute; bottom: 3px; left: 0; right: 0; display: flex; justify-content: center; gap: 9px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #dedbd4; cursor: pointer; }
.carousel-dots button.active { background: var(--coral); }

.testimonials-section { overflow: hidden; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { display: flex; min-height: 345px; flex-direction: column; padding: 28px; border: 1px solid #35352f; border-radius: 20px; background: #181814; }
.testimonial .quote { display: block; height: 50px; color: var(--lime); font: 900 65px/1 Georgia, serif; }
.testimonial > p { flex: 1; margin: 0 0 24px; color: #d7d3cb; font-size: 15px; }
.testimonial-footer { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid #302f2a; }
.testimonial-photo { width: 58px; height: 58px; flex: 0 0 58px; border: 2px solid #424239; border-radius: 50%; object-fit: cover; }
.testimonial-person { display: grid; min-width: 0; gap: 4px; }
.testimonial-person strong { color: #fff; font-size: 13px; }
.testimonial-source { display: flex; align-items: center; gap: 6px; color: #c9c6bf; font-size: 11px; font-weight: 700; }
.source-icon { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #fff; font-size: 8px; font-weight: 900; }
.source-icon.instagram { background: linear-gradient(135deg, #7c3aed, #f43f5e 62%, #f59e0b); }
.source-icon.facebook { background: #1877f2; font-family: Arial, sans-serif; font-size: 13px; }
.testimonial-person small { color: #77746e; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }

.bonuses { position: relative; overflow: hidden; }
.bonuses::after { content: ""; position: absolute; left: -3%; right: -3%; bottom: 0; height: 20px; border-top: 4px solid var(--coral); border-radius: 50%; }
.bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bonus-card { position: relative; display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 24px; align-items: center; min-height: 260px; overflow: hidden; padding: 24px; border-radius: 22px; background: var(--ink); color: #fff; }
.bonus-cover { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: #f4f0e7; box-shadow: 0 16px 30px rgba(0,0,0,.3); }
.bonus-copy { min-width: 0; }
.bonus-pill { display: inline-block; margin-bottom: 16px; padding: 6px 11px; border-radius: 999px; background: #31420e; color: var(--lime); font-size: 12px; font-weight: 800; }
.bonus-card h3 { margin-bottom: 10px; font-size: 20px; }
.bonus-card p { color: #aaa79f; font-size: 14px; }
.bonus-card small { color: #77746e; }
.bonus-card small strong { color: var(--lime); text-decoration: line-through; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.bonus-today-free { display: block; margin-top: 7px; color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .06em; }
.free-ribbon, .featured-ribbon { position: absolute; top: 17px; right: -34px; width: 135px; transform: rotate(38deg); background: var(--lime); color: var(--ink); text-align: center; font-size: 10px; font-weight: 900; }

.offer-section { background: #ffe9df; }
.offer-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: center; }
.price-card { position: relative; overflow: hidden; padding: 48px 44px 38px; border: 1px solid transparent; border-radius: 28px; background: #fff; box-shadow: 0 18px 50px rgba(70,36,20,.12); }
.price-card.featured { z-index: 2; padding: 64px 54px 48px; border: 3px solid var(--coral); background: linear-gradient(155deg, #fff 0%, #fff9f6 100%); box-shadow: 0 30px 80px rgba(230,89,56,.25); transform: scale(1.055); }
.featured-ribbon { top: 25px; right: -31px; width: 145px; padding: 4px 0; background: var(--coral); color: #fff; }
.pro-badge { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; padding: 9px 18px; border-radius: 999px; background: var(--ink); color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.price-card h2 { margin-bottom: 28px; font-size: clamp(27px, 3vw, 39px); line-height: 1.12; letter-spacing: -.04em; }
.price-card.featured h2 { max-width: 590px; font-size: clamp(34px, 3.7vw, 49px); }
.price { display: flex; flex-wrap: wrap; align-items: end; gap: 9px; margin-bottom: 12px; }
.price del { color: #99958f; font-size: 17px; }
.price strong { color: var(--coral); font-size: clamp(42px, 5vw, 62px); line-height: .95; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: 13px; }
.payment-note { padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.price-card ul { display: grid; gap: 13px; margin: 24px 0 30px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 30px; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 12px; font-weight: 900; }
.price-card.featured .pro-benefits { gap: 15px; }
.price-card.featured li { font-size: 15px; line-height: 1.45; }
.price-card.featured .bonus-benefit { margin-left: 4px; padding: 11px 14px 11px 44px; border: 1px solid #f2d5c9; border-radius: 12px; background: #fff; box-shadow: 0 7px 18px rgba(70,36,20,.06); }
.price-card.featured .bonus-benefit::before { left: 14px; top: 12px; background: var(--ink); color: var(--lime); }
.price-card.featured .button { min-height: 64px; font-size: 17px; box-shadow: 0 14px 30px rgba(230,89,56,.3); }
.trust-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 14px; margin-top: 20px; color: #5c5853; font-size: 10px; }

.guarantee { background: var(--ink); color: #fff; }
.guarantee-grid { display: grid; grid-template-columns: 150px 1fr; gap: 45px; align-items: center; max-width: 800px; }
.seal { display: grid; place-items: center; align-content: center; width: 126px; height: 126px; border: 4px solid var(--lime); border-radius: 50%; color: var(--lime); }
.seal strong { font-size: 44px; line-height: .9; }
.seal span { font-size: 11px; font-weight: 900; }
.guarantee h2 { margin-bottom: 12px; }
.guarantee p { margin: 0; color: #bbb7af; }

.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.68); }
.faq-list summary { position: relative; padding: 21px 54px 21px 22px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--coral); font-size: 26px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: 14px; }

footer { padding: 32px 0; border-top: 1px solid var(--line); background: #f6eee5; color: #5f5a55; text-align: center; }
footer p { margin-bottom: 8px; font-size: 12px; }
footer .legal { margin: 0 auto; max-width: 740px; color: #8a847d; font-size: 10px; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.76); backdrop-filter: blur(7px); }
.modal-card { position: relative; z-index: 1; width: min(720px, 100%); padding: 42px; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.modal-card h2 { margin-bottom: 8px; font-size: 34px; }
.modal-card > p:not(.eyebrow) { color: var(--muted); }
.modal-close { position: absolute; top: 13px; right: 15px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #eee7de; font-size: 27px; cursor: pointer; }
.video-slot { display: grid; place-items: center; aspect-ratio: 16 / 9; margin-top: 24px; border: 2px dashed #bbb3aa; border-radius: 15px; background: #171714; color: var(--lime); font-weight: 800; }

@media (max-width: 920px) {
  .hero-lead { margin-inline: auto; }
  .product-mockup { width: min(720px, 100%); }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr; max-width: 650px; }
  .price-card.featured { transform: none; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .section { padding: 68px 0; }
  .promo-bar { font-size: 11px; }
  .hero { padding: 42px 0 56px; }
  h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero-lead { font-size: 16px; }
  .button { width: 100%; min-height: 56px; padding-inline: 20px; }
  .product-mockup { padding: 8px; border-radius: 20px; }
  .product-mockup { display: block; }
  .product-mockup-media { border-radius: 15px; }
  .product-mockup-badge { top: 12px; left: 12px; padding: 7px 11px; font-size: 9px; }
  .product-mockup figcaption { display: grid; gap: 3px; padding: 12px 6px 4px; }
  .product-mockup figcaption strong { font-size: 13px; }
  .product-mockup figcaption > span { font-size: 10px; }
  .product-mockup-list { display: none; }
  .section-heading h2, .guarantee h2 { font-size: 36px; }
  .feature-grid, .reason-grid, .testimonial-grid, .bonus-grid { grid-template-columns: 1fr; }
  .bonus-card { grid-template-columns: 1fr; gap: 20px; padding: 20px 20px 26px; text-align: center; }
  .bonus-cover { width: min(230px, 78%); margin-inline: auto; }
  .bonus-pill { margin-bottom: 12px; }
  .reason-grid article { min-height: 190px; }
  .carousel { padding: 0 0 34px; }
  .carousel-arrow { top: calc(50% - 17px); bottom: auto; width: 40px; height: 40px; transform: translateY(-50%); background: rgba(17, 17, 14, .88); font-size: 28px; line-height: 1; box-shadow: 0 6px 18px rgba(0, 0, 0, .24); }
  .carousel-arrow.prev { left: 10px; }
  .carousel-arrow.next { right: 10px; }
  .carousel-arrow:focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 4px var(--ink), 0 6px 18px rgba(0, 0, 0, .24); }
  .carousel-dots { bottom: 8px; }
  .carousel-dots button { width: 7px; height: 7px; }
  .price-card { padding: 40px 24px 30px; }
  .price-card.featured { padding: 54px 24px 34px; }
  .price-card.featured h2 { font-size: 34px; }
  .price-card.featured .bonus-benefit { padding-right: 10px; }
  .price strong { font-size: 48px; }
  .guarantee-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .seal { margin-inline: auto; }
  .modal-card { padding: 36px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
