:root {
  --ink: #F6F2E8;
  --muted: #B7C9C1;
  --black: #041E18;
  --panel: #0B3028;
  --panel-2: #114135;
  --ruby: #F47B64;
  --ruby-bright: #F47B64;
  --ruby-dark: #A85849;
  --gold: #F6F2E8;
  --success: #AFD2BC;
  --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, #BD6755, var(--ruby), #BD6755); color: white; text-align: center; font-size: 12px; font-weight: 900; letter-spacing: .055em; box-shadow: 0 6px 25px rgba(244,123,100,.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(244,123,100,.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(244,123,100,.25); }
.hero-lead { max-width: 720px; margin: 22px auto 0; color: #CADDD3; 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: #E3F0E7; }
.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(244,123,100,.45); outline-offset: 3px; }
.button-primary, .button-upgrade { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, var(--ruby-bright), #CE6D58); color: white; box-shadow: 0 14px 34px rgba(244,123,100,.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, #FFA18C, var(--ruby)); }
.hero-button { margin-top: 28px; min-width: min(100%, 360px); animation: ctaPulse 2.8s ease-in-out infinite; }

.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; display: flex; flex-direction: column; scroll-snap-align: center; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); box-shadow: var(--shadow); }
.material-image { flex: none; height: 390px; padding: 10px; overflow: hidden; background: #071F19; }
.material-image img { width: 100%; height: 100%; object-fit: contain; border-radius: 15px; }
.material-content { position: relative; z-index: 1; flex: 1; margin-top: 0; padding: 22px 22px 25px; border-top: 1px solid var(--line); background: var(--panel); }
.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; }

.bonus-section { border-block: 1px solid rgba(244,123,100,.2); background: radial-gradient(circle at 50% 0%, rgba(244,123,100,.1), transparent 52%), linear-gradient(180deg, #103A2F, #08271F); color: #F6F2E8; }
.bonus-inner { max-width: 600px; padding-block: 72px; }
.bonus-heading { text-align: center; }
.bonus-kicker { display: block; margin-bottom: 8px; color: #FFAC9A; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.bonus-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 34px); font-weight: 950; letter-spacing: -.025em; line-height: 1.18; }
.bonus-items { margin: 24px auto 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.bonus-items li { min-height: 62px; padding: 11px 17px; display: flex; align-items: center; gap: 12px; border: 1px solid #EFE9E2; border-radius: 14px; background: #FFF; box-shadow: 0 5px 16px rgba(11,48,40,.07); color: #163B31; font-size: 15px; font-weight: 720; line-height: 1.35; }
.bonus-icon { flex: 0 0 29px; display: inline-flex; align-items: center; justify-content: center; font-size: 22px; line-height: 1; }
.bonus-price { margin: 28px 0 0; display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; gap: 8px; text-align: center; }
.bonus-price span { color: #C8D9CE; font-size: 14px; font-weight: 800; }
.bonus-price del { text-decoration-thickness: 2px; }
.bonus-price strong { color: #89D9AA; font-size: 20px; font-weight: 950; }

.testimonials-section { position: relative; }
.testimonial-stamp { width: max-content; max-width: 100%; margin: 28px auto 0; padding: 9px 14px; border: 1px solid rgba(244,123,100,.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: #A4BCAF; text-align: center; font-size: 10px; }

.offers-section { border-block: 1px solid rgba(244,123,100,.25); background: linear-gradient(180deg, #0A2B23, #041E18); }
.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(244,123,100,.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: #0B3028; 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: #DEE9E2; 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: #DEE9E2; font-size: 11px; font-weight: 950; }
.benefit-list-complete li::before { background: rgba(175,210,188,.14); color: #E1F3E7; }
.price-card .button { width: 100%; }
.button-outline { border: 2px solid #B7C9C1; 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: #0B3028; color: white; box-shadow: inset 0 0 0 7px #0B3028, 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: #061F19; 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(244,123,100,.55); border-radius: 28px; background: #0B3028; box-shadow: 0 32px 110px rgba(0,0,0,.76), 0 0 45px rgba(244,123,100,.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: #1A4739; 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: #13392E; }
.modal-price-box > span { color: var(--muted); font-size: 11px; }
.modal-price-box > strong { color: #F6F2E8; font-size: clamp(30px, 8vw, 39px); letter-spacing: -.05em; }
.modal-price-box > em { padding: 6px 8px; border-radius: 7px; background: rgba(175,210,188,.14); color: #F6F2E8; 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: #DEE9E2; 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(175,210,188,.14); color: #F6F2E8; font-size: 10px; font-weight: 950; }
.button-upgrade { width: 100%; min-height: 50px; }
.decline-link { margin-top: 10px; display: inline-block; color: #BACBC2; 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(244,123,100,.22); } 50% { box-shadow: 0 16px 38px rgba(244,123,100,.42), 0 0 0 7px rgba(244,123,100,.07); } }


@media (min-width: 720px) {
  .urgency-bar { font-size: 13px; }
  .hero { padding-top: 66px; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .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; }
  .bonus-inner, .offers-inner { padding-block: 72px; }
  .bonus-items li { font-size: 14px; }
  .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; }
}

/* Identidade Chega de Recomeçar: preserva a estrutura do layout original. */
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 110; padding: 10px 16px; background: #F6F2E8; color: #0B3028; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 8px; }
.urgency-bar { background: linear-gradient(90deg, #E97660, #F47B64, #E97660); color: #0B3028; box-shadow: 0 6px 25px rgba(244,123,100,.16); }
.hero h1 em { color: #F47B64; text-shadow: none; }
.hero-lead { color: #D4E4DA; }
.trust-line span { color: #E9F3EA; }
.button-primary, .button-upgrade { background: linear-gradient(135deg, #FFA18C, #F47B64); color: #0B3028; box-shadow: 0 14px 34px rgba(244,123,100,.20); }
.button-primary:hover, .button-upgrade:hover { background: linear-gradient(135deg, #FFB29E, #F47B64); }
.button:focus-visible, .carousel-actions button:focus-visible, .carousel-dots button:focus-visible, summary:focus-visible, .modal-close:focus-visible, .preview-image:focus-visible { outline: 3px solid #FFB29E; outline-offset: 3px; }
.material-image { background: #09271F; }
.material-image img { object-fit: cover; object-position: center; }
.material-content > span, .kicker, .kicker-light { color: #FFAC9A; }
.button-outline { border-color: #C9DDD1; color: #F6F2E8; }
.popular-ribbon { color: #0B3028; }
.benefit-list-complete li::before { background: rgba(244,123,100,.18); color: #FFB29E; }
.price-highlight { color: #FFAC9A; }
.testimonial-card { background: #10372D; }
.preview-image { width: 100%; display: block; padding: 0; border: 0; background: #F6F2E8; cursor: zoom-in; }
.preview-image img { width: 100%; height: auto; aspect-ratio: 27 / 35; object-fit: contain; }
.offers-section { background: linear-gradient(180deg, #103A2F, #041E18); }
.modal-price-box > strong, .modal-price-box > em { color: #F6F2E8; }
.modal-price-box > em { background: rgba(244,123,100,.23); }
.modal-benefits li::before { background: rgba(244,123,100,.23); color: #FFB29E; }
.decline-link { color: #DDEBE2; font-size: 12px; padding: 9px 8px; }
.modal-close { color: #F6F2E8; }
.checkout-notice { width: min(100%, 600px); margin: 20px auto 0; padding: 13px 18px; border: 1px solid #FFAC9A; border-radius: 12px; color: #F6F2E8; background: #134638; text-align: center; font-size: 13px; line-height: 1.45; }
.release-note { max-width: 760px; margin: 28px auto 0; color: var(--muted); text-align: center; font-size: 12px; line-height: 1.55; }
.checkout-notice[hidden] { display: none; }
.upgrade-modal .checkout-notice { font-size: 11px; padding: 9px 12px; }
.modal-backdrop.image-backdrop { z-index: 105; }
.image-dialog { position: relative; width: min(100%, 650px); max-height: calc(100dvh - 24px); overflow-y: auto; padding: 12px; border: 2px solid rgba(244,123,100,.6); border-radius: 18px; background: #0B3028; box-shadow: 0 20px 65px rgba(0,0,0,.6); }
.image-dialog img { display: block; width: 100%; height: auto; border-radius: 7px; }
.image-dialog .modal-close { position: sticky; z-index: 2; top: 0; margin-left: auto; margin-bottom: 6px; display: block; }
#oferta { scroll-margin-top: 52px; }
#pacotes { scroll-margin-top: 78px; }
.faq-list details a { color: #FFAC9A; text-underline-offset: 3px; }
@media (max-width: 480px) {
  .receive-section { padding-top: 42px; }
  .hero h1 { font-size: clamp(36px, 9vw, 42px); }
  .material-image { height: 350px; }
  .upgrade-modal h2 { font-size: clamp(26px, 7vw, 33px); }
  .upgrade-modal { max-height: calc(100dvh - 16px); }
}
@media (max-width: 380px) {
  .modal-price-box { grid-template-columns: 1fr auto; }
  .modal-price-box > span { grid-column: 1 / -1; }
}
