:root {
  --ink: #f8f8f8;
  --muted: #aaaaaf;
  --black: #050505;
  --panel: #0d0d0f;
  --panel-2: #151518;
  --ruby: #f20f22;
  --ruby-bright: #ff2538;
  --ruby-dark: #8f0010;
  --gold: #ffc846;
  --success: #27c66d;
  --line: rgba(255,255,255,.11);
  --shadow: 0 24px 65px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.section { width: min(100% - 32px, 1040px); margin-inline: auto; }

.urgency-bar { position: sticky; top: 0; z-index: 80; min-height: 48px; padding: 11px 16px; display: flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(90deg, #980010, var(--ruby), #980010); color: white; text-align: center; font-size: 12px; font-weight: 900; letter-spacing: .055em; box-shadow: 0 6px 25px rgba(242,15,34,.22); }

.hero { position: relative; overflow: hidden; padding-block: 42px 72px; text-align: center; }
.hero::before { content: ""; position: absolute; inset: -250px 50% auto; width: 760px; height: 760px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(242,15,34,.18), transparent 67%); pointer-events: none; }
.hero-copy { position: relative; max-width: 840px; margin-inline: auto; }
.footer-brand strong { color: var(--ruby-bright); }
.kicker { display: inline-block; color: var(--ruby-bright); font-size: 11px; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero h1, .section-heading h2, .guarantee-card h2 { margin: 14px 0 0; font-weight: 950; letter-spacing: -.05em; line-height: 1.02; }
.hero h1 { max-width: 900px; margin-inline: auto; font-size: clamp(41px, 8vw, 76px); }
.hero h1 em { color: var(--ruby-bright); font-style: normal; text-shadow: 0 0 32px rgba(242,15,34,.25); }
.hero-lead { max-width: 720px; margin: 22px auto 0; color: #c3c3c8; font-size: clamp(17px, 2.4vw, 20px); line-height: 1.62; }
.trust-line { margin: 24px auto 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; color: white; font-size: 13px; font-weight: 850; }
.trust-line span { color: #d8f8e5; }
.trust-line span::first-letter { color: var(--success); }

.button { min-height: 56px; padding: 15px 22px; border: 0; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; text-align: center; text-decoration: none; font-size: 14px; font-weight: 950; letter-spacing: .012em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .carousel-actions button:focus-visible, summary:focus-visible, .modal-close:focus-visible { outline: 3px solid rgba(255,37,56,.45); outline-offset: 3px; }
.button-primary, .button-upgrade { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, var(--ruby-bright), #bd0015); color: white; box-shadow: 0 14px 34px rgba(242,15,34,.28); }
.button-primary::after, .button-upgrade::after { content: ""; position: absolute; z-index: -1; inset: -120% auto -120% -35%; width: 24%; background: rgba(255,255,255,.35); transform: rotate(18deg); animation: buttonShine 3.6s ease-in-out infinite; }
.button-primary:hover, .button-upgrade:hover { background: linear-gradient(135deg, #ff3748, var(--ruby)); }
.hero-button { margin-top: 28px; min-width: min(100%, 360px); animation: ctaPulse 2.8s ease-in-out infinite; }
.microcopy { margin: 11px 0 0; color: var(--muted); font-size: 11px; }

.receive-section, .testimonials-section, .guarantee-section, .faq-section { padding-block: 84px; }
.receive-section { border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading h2, .guarantee-card h2 { font-size: clamp(36px, 6vw, 58px); }
.section-heading > p { max-width: 630px; margin: 17px auto 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.carousel-wrap { position: relative; margin-top: 38px; }
.carousel-actions { display: flex; justify-content: flex-end; gap: 9px; margin-bottom: 14px; }
.carousel-actions button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--panel-2); color: white; font-size: 19px; cursor: pointer; box-shadow: 0 7px 20px rgba(0,0,0,.28); }
.carousel-track { display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 2px 26px; }
.carousel-track::-webkit-scrollbar { display: none; }
.material-card { flex: 0 0 min(78vw, 340px); overflow: hidden; scroll-snap-align: center; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: var(--shadow); }
.material-image { height: 390px; padding: 10px; display: grid; place-items: center; background: #070707; }
.material-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 15px; }
.material-content { padding: 22px 22px 25px; }
.material-content > span { color: var(--ruby-bright); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.material-content h3 { margin: 8px 0 0; font-size: 23px; line-height: 1.15; letter-spacing: -.03em; }
.material-content p { margin: 11px 0 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.carousel-dots { margin: -7px 0 12px; display: flex; justify-content: center; align-items: center; gap: 7px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.18); cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel-dots button.active { width: 26px; background: var(--ruby-bright); }
.swipe-hint { margin: 0; color: var(--muted); text-align: center; font-size: 11px; }

.support-section { overflow: hidden; border-block: 1px solid rgba(242,15,34,.28); background: radial-gradient(circle at 50% 10%, rgba(242,15,34,.18), transparent 35%), linear-gradient(180deg, #110305, #070707); color: white; }
.support-inner { padding-block: 88px; }
.light-heading h2 { color: white; }
.light-heading > p { color: rgba(255,255,255,.65); }
.kicker-light { color: #ff5261; }
.support-grid { margin-top: 38px; display: grid; gap: 16px; }
.support-card { position: relative; min-height: 220px; padding: 30px; overflow: hidden; display: flex; align-items: flex-end; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.045); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.support-number { position: absolute; top: 10px; right: 19px; color: rgba(242,15,34,.12); font-family: Impact, "Arial Black", sans-serif; font-size: 96px; line-height: 1; }
.support-icon { width: 39px; height: 39px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 12px; background: var(--ruby); color: white; font-weight: 950; }
.support-card h3 { margin: 0; font-size: 25px; }
.support-card p { max-width: 390px; margin: 9px 0 0; color: rgba(255,255,255,.67); line-height: 1.55; }
.bonus-list { margin: 20px auto 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.bonus-list span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 12px; font-weight: 800; }
.included-note { margin: 22px 0 0; text-align: center; color: rgba(255,255,255,.72); font-size: 13px; }
.included-note strong { color: var(--ruby-bright); }

.testimonials-section { position: relative; }
.testimonial-stamp { width: max-content; max-width: 100%; margin: 28px auto 0; padding: 9px 14px; border: 1px solid rgba(242,15,34,.3); border-radius: 999px; color: var(--ruby-bright); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.testimonial-track { align-items: flex-start; }
.testimonial-card { flex: 0 0 min(82vw, 395px); align-self: flex-start; margin: 0; overflow: hidden; scroll-snap-align: center; border: 1px solid var(--line); border-radius: 24px; background: transparent; box-shadow: var(--shadow); }
.testimonial-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.results-note { margin: 18px 0 0; color: #77777d; text-align: center; font-size: 10px; }

.offers-section { border-block: 1px solid rgba(242,15,34,.25); background: linear-gradient(180deg, #0d0506, #050505); }
.offers-inner { padding-block: 88px; }
.offer-grid { max-width: 900px; margin: 44px auto 0; display: grid; gap: 24px; align-items: center; }
.price-card { position: relative; padding: 32px 26px 28px; border: 1px solid var(--line); border-radius: 26px; background: var(--panel); box-shadow: var(--shadow); }
.basic-card { order: 1; }
.complete-card { padding-top: 42px; border: 2px solid var(--ruby); order: 2; box-shadow: 0 26px 90px rgba(242,15,34,.16); }
.popular-ribbon { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: max-content; padding: 9px 20px; border-radius: 999px; background: var(--gold); color: #211600; font-size: 10px; font-weight: 950; letter-spacing: .1em; box-shadow: 0 9px 24px rgba(255,200,70,.15); }
.plan-tag { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.plan-tag-complete { color: var(--ruby-bright); }
.price-card h3 { margin: 10px 0 0; font-size: 25px; line-height: 1.16; letter-spacing: -.03em; }
.plan-intro { min-height: 0; margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.price { margin-top: 24px; font-size: 54px; font-weight: 950; letter-spacing: -.06em; line-height: 1; }
.price small { font-size: 17px; letter-spacing: 0; }
.price-highlight { color: var(--ruby-bright); }
.payment-note { margin: 7px 0 0; color: var(--muted); font-size: 11px; }
.benefit-list { margin: 24px 0 28px; padding: 0; display: grid; gap: 12px; list-style: none; }
.benefit-list li { position: relative; padding-left: 29px; color: #d2d2d5; font-size: 14px; line-height: 1.45; }
.benefit-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #d8d8d8; font-size: 11px; font-weight: 950; }
.benefit-list-complete li::before { background: rgba(39,198,109,.14); color: #41dc85; }
.price-card .button { width: 100%; }
.button-outline { border: 2px solid #b9b9bd; background: transparent; color: white; }
.button-outline:hover { border-color: white; background: rgba(255,255,255,.05); }
.secure-note { margin-top: 12px; display: block; color: var(--muted); text-align: center; font-size: 10px; }

.guarantee-card { padding: 34px; display: grid; gap: 26px; align-items: center; border: 1px dashed rgba(255,200,70,.5); border-radius: 28px; background: var(--panel); box-shadow: var(--shadow); }
.guarantee-seal { width: 126px; height: 126px; margin-inline: auto; display: grid; place-content: center; text-align: center; border: 4px solid var(--gold); border-radius: 50%; background: #090909; color: white; box-shadow: inset 0 0 0 7px #090909, inset 0 0 0 9px var(--gold), 0 14px 35px rgba(255,200,70,.12); transform: rotate(-3deg); }
.guarantee-seal strong { font-size: 54px; font-weight: 950; line-height: .72; }
.guarantee-seal span { margin-top: 9px; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.guarantee-card h2 { font-size: clamp(34px, 5vw, 52px); }
.guarantee-card p { margin: 15px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.faq-section { padding-top: 28px; }
.faq-list { max-width: 780px; margin: 38px auto 0; display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); box-shadow: 0 7px 25px rgba(0,0,0,.22); }
.faq-list summary { position: relative; padding: 21px 58px 21px 21px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: var(--ruby-bright); font-size: 25px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 21px 22px; color: var(--muted); font-size: 14px; line-height: 1.62; }
.final-cta { width: min(100%, 390px); margin: 28px auto 0; display: flex; }

footer { padding: 48px 24px; border-top: 1px solid var(--line); background: #030303; color: rgba(255,255,255,.58); text-align: center; }
.footer-brand { color: white; font-family: Impact, "Arial Black", sans-serif; font-size: 19px; letter-spacing: .035em; }
footer p { max-width: 650px; margin: 12px auto 0; font-size: 12px; line-height: 1.55; }
.footer-small { color: rgba(255,255,255,.42); }
.footer-copy { margin-top: 24px; font-size: 10px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 16px; display: grid; place-items: center; overflow-y: auto; background: rgba(0,0,0,.82); backdrop-filter: blur(8px); animation: fadeIn .2s ease; }
.modal-backdrop[hidden] { display: none; }
.upgrade-modal { position: relative; width: min(100%, 520px); max-height: calc(100dvh - 20px); overflow-y: auto; padding: 27px 22px 18px; border: 2px solid rgba(242,15,34,.55); border-radius: 28px; background: #0b0b0d; box-shadow: 0 32px 110px rgba(0,0,0,.76), 0 0 45px rgba(242,15,34,.14); text-align: center; animation: popIn .24s ease; }
.modal-close { position: absolute; top: 13px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #202024; color: #bdbdc1; font-size: 25px; line-height: 1; cursor: pointer; }
.modal-eyebrow { color: var(--ruby-bright); font-size: 11px; font-weight: 950; letter-spacing: .13em; }
.upgrade-modal h2 { margin: 5px 0 0; font-size: clamp(29px, 7vw, 39px); font-weight: 950; line-height: 1.03; letter-spacing: -.045em; }
.modal-subtitle { margin: 10px auto 0; color: var(--muted); font-size: 12.5px; line-height: 1.42; }
.modal-subtitle strong { color: white; }
.modal-price-box { margin: 13px 0; padding: 10px 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 15px; background: #141417; }
.modal-price-box > span { color: var(--muted); font-size: 11px; }
.modal-price-box > strong { color: #42dd86; font-size: clamp(30px, 8vw, 39px); letter-spacing: -.05em; }
.modal-price-box > em { padding: 6px 8px; border-radius: 7px; background: rgba(39,198,109,.14); color: #42dd86; font-size: 9px; font-style: normal; font-weight: 950; }
.modal-list-title { margin: 0; text-align: left; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.modal-benefits { margin: 9px 0 14px; padding: 0; display: grid; gap: 6px; list-style: none; text-align: left; }
.modal-benefits li { position: relative; padding-left: 25px; color: #d0d0d4; font-size: 11.5px; line-height: 1.3; }
.modal-benefits li::before { content: "✓"; position: absolute; left: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: rgba(39,198,109,.14); color: #42dd86; font-size: 10px; font-weight: 950; }
.button-upgrade { width: 100%; min-height: 50px; }
.decline-link { margin-top: 10px; display: inline-block; color: #7b7b82; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes popIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes buttonShine { 0%, 48% { left: -38%; } 70%, 100% { left: 125%; } }
@keyframes ctaPulse { 0%, 100% { box-shadow: 0 12px 26px rgba(242,15,34,.22); } 50% { box-shadow: 0 16px 38px rgba(242,15,34,.42), 0 0 0 7px rgba(242,15,34,.07); } }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 720px) {
  .urgency-bar { font-size: 13px; }
  .hero { padding-top: 66px; }
  .support-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-card { min-height: 270px; padding-inline: 23px; }
  .support-card h3 { font-size: 22px; }
  .offer-grid { gap: 20px; }
  .complete-card { transform: scale(1.025); }
  .complete-card:hover { transform: scale(1.025) translateY(-2px); }
  .plan-intro { min-height: 65px; }
  .guarantee-card { padding: 52px; grid-template-columns: 150px 1fr; }
  .guarantee-card h2, .guarantee-card p { text-align: left; }
}

@media (min-width: 1060px) { .material-card { flex-basis: 328px; } .testimonial-card { flex-basis: 365px; } }

@media (max-width: 480px) {
  .section { width: min(100% - 24px, 1040px); }
  .hero { padding-top: 34px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .receive-section, .testimonials-section, .guarantee-section, .faq-section { padding-block: 70px; }
  .section-heading h2 { font-size: 39px; }
  .carousel-actions { display: none; }
  .carousel-track { margin-inline: -12px; padding-inline: 12px; }
  .material-image { height: 350px; }
  .support-inner, .offers-inner { padding-block: 72px; }
  .price-card { padding-inline: 22px; }
  .guarantee-card { padding: 28px 22px; text-align: center; }
  .modal-price-box { grid-template-columns: auto 1fr auto; gap: 6px; }
}

@media (max-height: 700px) {
  .upgrade-modal { padding: 22px 18px 14px; border-radius: 23px; }
  .upgrade-modal h2 { font-size: clamp(27px, 6.5vw, 34px); }
  .modal-subtitle { margin-top: 7px; font-size: 11.5px; }
  .modal-price-box { margin-block: 10px; padding-block: 8px; }
  .modal-benefits { margin-block: 7px 11px; gap: 4px; }
  .modal-benefits li { font-size: 10.5px; line-height: 1.2; }
  .button-upgrade { min-height: 46px; padding-block: 11px; }
  .decline-link { margin-top: 7px; }
}

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