:root {
  --black: #080604;
  --ink: #130a07;
  --wine: #6c082c;
  --wine-dark: #360714;
  --wine-light: #941445;
  --gold: #e8b54f;
  --gold-light: #ffd879;
  --gold-dark: #9f6d17;
  --cream: #f7f0e8;
  --cream-2: #efe4d7;
  --white: #fffdf9;
  --text: #211711;
  --muted: #786b62;
  --line: rgba(186, 134, 39, .35);
  --shadow: 0 24px 70px rgba(20, 6, 4, .18);
  --radius: 24px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; font-family: Inter, system-ui, sans-serif; color: var(--text); background: var(--cream); line-height: 1.6; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.center { display: flex; justify-content: center; margin-top: 34px; }

.trustbar { position: relative; z-index: 40; background: linear-gradient(90deg, #3e0616, #6b0a23 48%, #32050f); color: #f9e4b4; border-bottom: 1px solid rgba(255,255,255,.08); }
.trustbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.trustbar span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.trustbar svg { color: var(--gold); }
.trustbar__support { color: #eaf7e8; }

.header { position: sticky; top: 0; z-index: 35; color: white; background: rgba(8, 6, 4, .92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(232,181,79,.16); transition: box-shadow .25s, background .25s; }
.header.is-scrolled { box-shadow: 0 12px 35px rgba(0,0,0,.28); background: rgba(8,6,4,.97); }
.header__inner { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; line-height: .72; color: white; }
.brand__script { font-family: Allura, cursive; font-size: 49px; color: var(--gold-light); transform: rotate(-4deg); }
.brand__name { margin: 5px 0 0 24px; font-family: Cormorant Garamond, serif; font-size: 13px; text-transform: uppercase; letter-spacing: .2em; }
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.5vw, 34px); font-size: 13px; }
.nav a { color: rgba(255,255,255,.78); transition: color .2s; }
.nav a:hover { color: var(--gold-light); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 2px; }

.button { appearance: none; border: 1px solid transparent; border-radius: 11px; min-height: 48px; padding: 12px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button:active { transform: translateY(0); }
.button--gold { color: #2a1603; background: linear-gradient(180deg, var(--gold-light), #c98d2d); box-shadow: 0 12px 28px rgba(208,149,42,.22), inset 0 1px rgba(255,255,255,.7); border-color: rgba(255,233,168,.55); }
.button--wine { color: white; background: linear-gradient(180deg, var(--wine-light), var(--wine)); box-shadow: 0 12px 28px rgba(109,8,44,.2); border-color: rgba(255,255,255,.08); }
.button--wide { min-width: min(100%, 320px); }
.button--xl { min-width: min(100%, 390px); min-height: 58px; }
.button--block { width: 100%; }
.button svg { width: 17px; }

.section { padding: 82px 0; position: relative; overflow: hidden; }
.section-dark { color: white; background: var(--black); }
.section-light { background: radial-gradient(circle at 50% 0, #fffdf9 0, var(--cream) 58%, #eadbca 150%); }
.section-heading { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.section-heading .kicker, .kicker { display: block; color: #71372d; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.section-heading h2 { margin: 8px 0; font-family: Cormorant Garamond, serif; font-size: clamp(34px, 5vw, 52px); line-height: 1.05; }
.section-heading--dark { color: white; }
.section-heading--dark .kicker { color: var(--gold); }
.ornament { display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--wine); }
.ornament span { width: 58px; height: 1px; background: currentColor; opacity: .5; }
.ornament b { font-size: 21px; font-weight: 400; }
.ornament--gold { color: var(--gold); }

.hero { position: relative; min-height: 690px; overflow: hidden; border-bottom: 1px solid rgba(232,181,79,.28); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 0, transparent 45%, rgba(0,0,0,.14)); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .23; }
.hero__glow--one { width: 360px; height: 360px; background: #9b153d; right: 15%; top: 16%; }
.hero__glow--two { width: 280px; height: 280px; background: #d8992c; left: 9%; bottom: -100px; opacity: .12; }
.hero__grid { min-height: 690px; display: grid; grid-template-columns: 47% 53%; align-items: stretch; position: relative; z-index: 2; }
.hero__visual { position: relative; min-width: 0; }
.hero__photo-wrap { position: absolute; inset: 0 -20px 0 -8vw; overflow: hidden; }
.hero__photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.hero__photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,6,4,.15), transparent 45%, #080604 99%), linear-gradient(0deg, rgba(8,6,4,.65), transparent 32%); }
.hero__badge { position: absolute; left: max(7vw, 70px); top: 90px; width: 135px; aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 17px; background: radial-gradient(circle at 30% 25%, #44321c, #160f09 65%); border: 2px solid var(--gold); box-shadow: 0 0 0 7px rgba(232,181,79,.12), 0 15px 40px rgba(0,0,0,.4); color: var(--gold-light); text-transform: uppercase; }
.hero__badge strong { font-family: Cormorant Garamond, serif; font-size: 36px; line-height: .8; }
.hero__badge span { font-size: 9px; line-height: 1.25; margin-top: 10px; color: white; font-weight: 800; }
.hero__content { position: relative; z-index: 3; padding: 68px 0 50px 48px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { color: var(--gold); display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 18px 0 12px; font-family: Cormorant Garamond, serif; font-size: clamp(48px, 5.8vw, 75px); line-height: .93; font-weight: 600; letter-spacing: -.02em; }
.hero h1 em { display: block; color: var(--gold-light); font-family: Allura, cursive; font-size: 1.12em; font-weight: 400; padding-left: 14%; transform: rotate(-2deg); }
.hero__lead { margin: 8px 0 26px; max-width: 650px; color: rgba(255,255,255,.8); font-size: 17px; text-align: center; }
.benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 24px; }
.benefit-row > div { display: flex; align-items: center; gap: 9px; min-width: 0; }
.benefit-row svg { flex: 0 0 auto; color: var(--gold); font-size: 24px; }
.benefit-row span { color: rgba(255,255,255,.78); font-size: 9px; text-transform: uppercase; line-height: 1.25; }
.benefit-row b { display: block; color: white; }
.hero-pricing { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(232,181,79,.5); border-radius: 18px; background: rgba(0,0,0,.38); box-shadow: inset 0 0 40px rgba(232,181,79,.03); overflow: hidden; }
.mini-plan { padding: 19px; text-align: center; }
.mini-plan + .mini-plan { border-left: 1px solid rgba(232,181,79,.35); }
.mini-plan > span { display: block; color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.mini-plan small { display: block; color: rgba(255,255,255,.65); font-size: 10px; }
.mini-plan strong { display: block; margin: 2px 0 13px; color: var(--gold-light); font-size: 30px; line-height: 1; }
.mini-plan sup { font-size: .48em; }
.mini-plan .button { width: 100%; min-height: 42px; padding-block: 9px; }
.hero-security { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.hero-security > span { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; font-size: 9px; }
.hero-security svg { grid-row: 1 / span 2; color: var(--gold); font-size: 25px; }
.hero-security b { text-transform: uppercase; }
.hero-security small { color: rgba(255,255,255,.53); }

.stats { border-bottom: 1px solid rgba(232,181,79,.15); }
.stats__grid { min-height: 90px; display: grid; grid-template-columns: repeat(4, 1fr); }
.stats__grid > div { padding: 19px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(232,181,79,.16); }
.stats__grid > div:first-child { border-left: 1px solid rgba(232,181,79,.16); }
.stats strong { font-family: Cormorant Garamond, serif; color: var(--gold-light); font-size: 28px; line-height: 1; text-transform: uppercase; }
.stats span { color: rgba(255,255,255,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; height: 245px; overflow: hidden; border-radius: 16px; box-shadow: 0 14px 32px rgba(46,17,10,.15); border: 1px solid rgba(89,49,29,.13); background: #251008; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.category-card:hover img { transform: scale(1.06); }
.category-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(33,3,12,.97)); }
.category-card div { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 15px; color: white; text-align: center; }
.category-card span { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.category-card small { color: rgba(255,255,255,.65); font-size: 10px; }

.section-premium { color: white; background: #070705; }
.premium-pattern { position: absolute; inset: 0; opacity: .1; background: radial-gradient(circle at 20% 30%, #d59a2f 0 1px, transparent 1.5px) 0 0/28px 28px, linear-gradient(120deg, transparent 45%, rgba(232,181,79,.12) 50%, transparent 55%); }
.bonus-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.bonus-card { position: relative; min-width: 0; height: 315px; overflow: visible; border: 1px solid rgba(232,181,79,.5); border-radius: 16px; background: #130e09; box-shadow: 0 20px 35px rgba(0,0,0,.22); }
.bonus-card i { position: absolute; z-index: 4; top: -15px; left: 50%; width: 31px; height: 31px; transform: translateX(-50%); border-radius: 50%; display: grid; place-items: center; color: #150d05; background: var(--gold); border: 2px solid #090705; font-style: normal; font-weight: 800; }
.bonus-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; }
.bonus-card::after { content: ""; position: absolute; inset: 0; border-radius: 15px; background: linear-gradient(transparent 25%, rgba(0,0,0,.18) 45%, #070605 96%); }
.bonus-card div { position: absolute; z-index: 3; inset: auto 12px 20px; text-align: center; }
.bonus-card em { display: block; color: var(--gold-light); font-family: Allura, cursive; font-size: 28px; line-height: .8; }
.bonus-card strong { display: block; margin-top: 9px; font-size: 11px; text-transform: uppercase; line-height: 1.3; }

.section-plans { padding-bottom: 0; background: linear-gradient(180deg, var(--cream), #f9f4ee); }
.plans-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) .75fr; gap: 30px; align-items: end; }
.plans-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding-bottom: 82px; }
.plan-card { position: relative; padding: 30px; border-radius: 20px; background: rgba(255,255,255,.62); border: 1px solid rgba(83,44,24,.13); box-shadow: var(--shadow); }
.plan-card--featured { border: 2px solid var(--gold); background: #fff; transform: translateY(-10px); }
.plan-ribbon { position: absolute; top: -17px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 18px; border-radius: 999px; color: #2e1904; background: var(--gold-light); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-card__head { text-align: center; border-bottom: 1px solid rgba(71,35,18,.1); padding-bottom: 16px; }
.plan-card__head span { color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
.plan-card h3 { margin: 0; font-family: Cormorant Garamond, serif; font-size: 36px; }
.plan-card ul { list-style: none; padding: 18px 0; margin: 0; }
.plan-card li { display: flex; align-items: center; gap: 10px; padding: 7px 0; font-size: 13px; }
.plan-card li svg { color: #b47c1f; flex: 0 0 auto; }
.plan-card li.muted { color: #9c928b; }
.plan-card li.muted span { color: var(--wine); font-weight: 800; padding-inline: 4px; }
.plan-price { margin: 5px 0 18px; text-align: center; }
.plan-price small { display: block; color: var(--muted); font-size: 10px; }
.plan-price strong { color: #b87e1d; font-size: 33px; }
.plan-price sup { font-size: .5em; }
.plan-card .button { width: 100%; }
.plans-person { position: relative; height: 575px; display: flex; align-items: end; justify-content: center; }
.plans-person__halo { position: absolute; width: 370px; height: 370px; border-radius: 50%; background: radial-gradient(circle, rgba(232,181,79,.35), rgba(232,181,79,0) 68%); }
.plans-person img { position: relative; z-index: 2; height: 100%; width: auto; object-fit: cover; object-position: top; filter: drop-shadow(0 20px 20px rgba(40,15,8,.18)); border-radius: 190px 190px 0 0; }
.plans-person blockquote { position: absolute; z-index: 3; left: -20px; bottom: 28px; width: 270px; margin: 0; padding: 17px 20px; color: white; background: linear-gradient(135deg, rgba(71,7,26,.94), rgba(27,7,8,.96)); border: 1px solid rgba(232,181,79,.45); border-radius: 14px; box-shadow: 0 15px 35px rgba(34,7,5,.25); font-family: Cormorant Garamond, serif; font-size: 18px; line-height: 1.2; }

.section-testimonials { color: white; background: radial-gradient(circle at 50% -30%, #541022, #160708 52%, #080504 100%); }
.testimonials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.testimonial { min-height: 250px; padding: 22px; border: 1px solid rgba(232,181,79,.38); border-radius: 16px; background: rgba(255,255,255,.025); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.testimonial__person { display: flex; align-items: center; gap: 12px; }
.testimonial__person > span { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; color: var(--gold-light); background: #381020; border: 1px solid rgba(232,181,79,.38); font-family: Cormorant Garamond, serif; font-size: 17px; }
.testimonial__person strong, .testimonial__person small { display: block; }
.testimonial__person strong { font-size: 12px; }
.testimonial__person small { color: rgba(255,255,255,.52); font-size: 9px; }
.testimonial p { color: rgba(255,255,255,.74); font-size: 12px; }
.stars { color: #ffd33f; letter-spacing: 3px; }
.testimonial-note { margin: 24px 0 0; text-align: center; color: rgba(255,255,255,.4); font-size: 10px; }

.guarantee { padding: 38px 0; border-top: 1px solid rgba(232,181,79,.45); border-bottom: 1px solid rgba(232,181,79,.28); }
.guarantee__grid { display: grid; grid-template-columns: 150px 1.6fr .75fr .75fr; align-items: center; gap: 28px; }
.seal { width: 130px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; color: #291600; background: radial-gradient(circle at 35% 25%, #ffe69e, #d99d37 58%, #925c11); box-shadow: 0 0 0 6px #261607, 0 0 0 8px #c99032, 0 15px 40px rgba(0,0,0,.35); text-transform: uppercase; transform: rotate(-4deg); }
.seal span { font-family: Cormorant Garamond, serif; font-size: 50px; line-height: .7; font-weight: 700; }
.seal b { font-size: 16px; }
.seal small { margin-top: 4px; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.guarantee__copy h2 { margin: 2px 0 4px; font-family: Cormorant Garamond, serif; font-size: 32px; }
.guarantee__copy .kicker { color: var(--gold); }
.guarantee__copy p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; }
.guarantee__item { display: flex; gap: 12px; align-items: center; }
.guarantee__item svg { color: var(--gold); font-size: 31px; flex: 0 0 auto; }
.guarantee__item strong, .guarantee__item span { display: block; }
.guarantee__item strong { font-size: 11px; }
.guarantee__item span { color: rgba(255,255,255,.55); font-size: 9px; }

.faq-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 26px; align-items: start; }
.faq-list { display: grid; gap: 9px; }
.faq-item { border-radius: 12px; overflow: hidden; background: rgba(255,255,255,.6); border: 1px solid rgba(60,32,18,.1); box-shadow: 0 8px 20px rgba(54,27,13,.05); }
.faq-item button { width: 100%; padding: 17px 19px; display: flex; justify-content: space-between; align-items: center; border: 0; background: transparent; color: var(--text); text-align: left; font-size: 13px; font-weight: 700; }
.faq-item button b { font-size: 22px; font-weight: 400; transition: transform .25s; }
.faq-item.is-open button b { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-answer p { margin: 0; padding: 0 19px 17px; color: var(--muted); font-size: 12px; }
.faq-item.is-open .faq-answer { max-height: 160px; }
.faq-benefits { min-height: 100%; padding: 30px; border-radius: 17px; background: rgba(255,255,255,.45); border: 1px solid rgba(60,32,18,.11); display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.faq-benefits article { display: flex; gap: 14px; align-items: center; }
.faq-benefits svg { color: #b57b1f; font-size: 35px; flex: 0 0 auto; }
.faq-benefits strong, .faq-benefits span { display: block; }
.faq-benefits strong { font-size: 10px; text-transform: uppercase; }
.faq-benefits span { color: var(--muted); font-size: 9px; }

.final-cta { padding: 32px 0; color: white; background: linear-gradient(90deg, #26060e, #5d0b21 45%, #27050d); border-top: 1px solid rgba(232,181,79,.3); }
.final-cta__grid { display: grid; grid-template-columns: .9fr 1.5fr .9fr; gap: 32px; align-items: center; }
.final-cta p { margin: 0; font-family: Cormorant Garamond, serif; font-size: 19px; line-height: 1.2; }
.final-cta__grid > div { text-align: center; }
.final-cta__grid > div small { margin-top: 8px; display: flex; justify-content: center; gap: 16px; color: rgba(255,255,255,.5); font-size: 8px; text-transform: uppercase; }
.support-link { display: flex; align-items: center; gap: 13px; justify-self: end; }
.support-link svg { font-size: 40px; }
.support-link b, .support-link small { display: block; }
.support-link b { font-size: 12px; }
.support-link small { color: rgba(255,255,255,.55); font-size: 9px; }

.footer { color: rgba(255,255,255,.64); background: #080706; border-top: 1px solid rgba(232,181,79,.2); }
.footer__grid { padding: 48px 0 35px; display: grid; grid-template-columns: 1.4fr .8fr 1.1fr 1.1fr; gap: 45px; }
.brand--footer { margin-bottom: 22px; }
.footer p { max-width: 270px; font-size: 11px; }
.footer h3 { margin: 0 0 13px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.footer__grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer__grid a, .footer__grid span { font-size: 10px; }
.footer__grid a:hover { color: var(--gold-light); }
.payment-badges { flex-direction: row !important; flex-wrap: wrap; }
.payment-badges span { padding: 5px 8px; border-radius: 4px; color: white; background: rgba(255,255,255,.08); font-weight: 800; }
.footer__bottom { min-height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.footer__bottom div { display: flex; gap: 24px; }

.mobile-buybar { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.modal__panel { position: relative; z-index: 2; width: min(1040px, 100%); max-height: min(90vh, 820px); overflow: auto; padding: 36px; border-radius: 24px; color: var(--text); background: var(--cream); box-shadow: 0 40px 120px rgba(0,0,0,.55); transform: translateY(20px) scale(.98); transition: transform .25s; }
.modal.is-open .modal__panel { transform: translateY(0) scale(1); }
.modal__close { position: sticky; z-index: 5; float: right; top: 0; width: 40px; height: 40px; border: 0; border-radius: 50%; color: white; background: var(--wine); font-size: 27px; line-height: 1; }
.modal__heading { text-align: center; max-width: 680px; margin: 0 auto 28px; }
.modal__heading .kicker { color: var(--wine); }
.modal__heading h2 { margin: 3px 0; font-family: Cormorant Garamond, serif; font-size: 40px; }
.modal__heading p { margin: 0; color: var(--muted); font-size: 12px; }
.checkout-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.checkout-layout fieldset { margin: 0 0 20px; padding: 0; border: 0; }
.checkout-layout legend { margin-bottom: 12px; font-weight: 800; font-size: 13px; text-transform: uppercase; color: #5f2c22; }
.checkout-plans, .checkout-bumps { display: grid; gap: 10px; }
.checkout-plan, .checkout-bumps label { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 16px; border-radius: 13px; border: 1px solid rgba(70,38,20,.13); background: rgba(255,255,255,.65); cursor: pointer; }
.checkout-plan:has(input:checked), .checkout-bumps label:has(input:checked) { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(232,181,79,.14); background: #fffaf1; }
.checkout-plan input, .checkout-bumps input { accent-color: var(--wine); width: 18px; height: 18px; }
.checkout-plan b, .checkout-plan small, .checkout-bumps b, .checkout-bumps small { display: block; }
.checkout-plan b, .checkout-bumps b { font-size: 13px; }
.checkout-plan small, .checkout-bumps small { color: var(--muted); font-size: 10px; }
.checkout-plan > strong, .checkout-bumps label > strong { color: var(--wine); font-size: 13px; white-space: nowrap; }
.order-summary { position: sticky; top: 0; align-self: start; padding: 24px; border-radius: 17px; color: white; background: linear-gradient(160deg, #180a07, #070605); border: 1px solid rgba(232,181,79,.38); }
.order-summary h3 { margin: 0 0 17px; font-family: Cormorant Garamond, serif; font-size: 27px; color: var(--gold-light); }
.summary-row { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.72); font-size: 11px; }
.summary-row span:last-child { color: white; white-space: nowrap; }
.order-total { display: flex; justify-content: space-between; align-items: end; padding: 18px 0; }
.order-total span { font-size: 12px; text-transform: uppercase; }
.order-total strong { color: var(--gold-light); font-size: 27px; }
.secure-note { margin-top: 15px; display: flex; gap: 9px; align-items: center; color: rgba(255,255,255,.55); font-size: 9px; }
.secure-note svg { color: var(--gold); flex: 0 0 auto; }
.checkout-config-note { padding: 10px; border-radius: 8px; color: #d2c1aa; background: rgba(255,255,255,.05); font-size: 9px; }
.checkout-config-note code { color: white; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 25px; transform: translate(-50%, 20px); max-width: calc(100% - 32px); padding: 13px 18px; border-radius: 10px; color: white; background: #21100d; box-shadow: 0 12px 35px rgba(0,0,0,.3); opacity: 0; visibility: hidden; transition: .25s; font-size: 12px; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; padding: 80px 0; background: var(--cream); }
.legal-card { width: min(calc(100% - 32px), 850px); margin: auto; padding: clamp(28px, 5vw, 60px); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.legal-card .brand { color: var(--text); margin-bottom: 35px; }
.legal-card .brand__name { color: var(--text); }
.legal-card h1 { font-family: Cormorant Garamond, serif; font-size: clamp(38px, 6vw, 56px); line-height: 1; }
.legal-card h2 { margin-top: 30px; font-size: 19px; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 14px; }
.legal-back { display: inline-flex; margin-top: 28px; color: var(--wine); font-weight: 800; }

@media (max-width: 1060px) {
  .header__inner { grid-template-columns: auto auto 1fr; }
  .nav-toggle { display: block; justify-self: end; order: 3; }
  .header__cta { justify-self: end; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; padding: 15px 20px 22px; display: none; flex-direction: column; background: #0a0706; border-bottom: 1px solid rgba(232,181,79,.2); }
  .nav.is-open { display: flex; }
  .hero__grid { grid-template-columns: 42% 58%; }
  .hero__content { padding-left: 26px; }
  .benefit-row { grid-template-columns: 1fr 1fr; }
  .bonus-grid { grid-template-columns: repeat(3, 1fr); gap: 24px 14px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .guarantee__grid { grid-template-columns: 135px 1fr 1fr; }
  .guarantee__item:last-child { grid-column: 3; }
  .final-cta__grid { grid-template-columns: .8fr 1.4fr; }
  .support-link { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 820px) {
  .trustbar__inner { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .trustbar__inner::-webkit-scrollbar { display: none; }
  .header__inner { gap: 12px; }
  .header__cta { display: none; }
  .brand__script { font-size: 42px; }
  .hero { min-height: auto; }
  .hero__grid { display: flex; flex-direction: column; min-height: auto; width: 100%; }
  .hero__visual { height: 520px; order: 2; }
  .hero__photo-wrap { inset: 0; }
  .hero__photo-wrap img { object-position: center 30%; }
  .hero__photo-shade { background: linear-gradient(0deg, #080604 0, transparent 35%, rgba(8,6,4,.1)); }
  .hero__badge { left: 20px; top: 34px; width: 115px; }
  .hero__content { order: 1; padding: 55px 20px 30px; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 em { padding-left: 0; }
  .benefit-row { margin-inline: auto; width: min(100%, 560px); text-align: left; }
  .hero-pricing, .hero-security { width: min(100%, 600px); margin-inline: auto; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stats__grid > div { border-bottom: 1px solid rgba(232,181,79,.16); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .plans-layout { display: block; }
  .plans-person { height: 470px; }
  .plans-person blockquote { left: 10px; }
  .guarantee__grid { grid-template-columns: 125px 1fr; }
  .guarantee__item, .guarantee__item:last-child { grid-column: auto; }
  .faq-layout { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}

@media (max-width: 620px) {
  body { padding-bottom: 75px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 64px 0; }
  .trustbar__inner { min-height: 34px; gap: 22px; }
  .trustbar span { font-size: 9px; }
  .header__inner { min-height: 65px; }
  .brand__script { font-size: 38px; }
  .brand__name { font-size: 10px; }
  .hero__content { padding-top: 44px; }
  .hero h1 { font-size: 46px; }
  .hero__lead { font-size: 14px; }
  .benefit-row { gap: 14px; }
  .hero-pricing { grid-template-columns: 1fr; }
  .mini-plan + .mini-plan { border-left: 0; border-top: 1px solid rgba(232,181,79,.35); }
  .hero-security { grid-template-columns: 1fr; text-align: left; max-width: 330px; }
  .hero__visual { height: 430px; }
  .hero__photo-wrap img { object-position: 55% center; }
  .hero__badge { width: 100px; }
  .stats__grid > div { padding: 18px; }
  .stats strong { font-size: 23px; }
  .category-grid { gap: 12px; }
  .category-card { height: 215px; }
  .bonus-grid { grid-template-columns: 1fr 1fr; gap-top: 24px; }
  .bonus-card { height: 290px; }
  .plans-grid { grid-template-columns: 1fr; padding-bottom: 35px; }
  .plan-card--featured { transform: none; }
  .plans-person { height: 420px; }
  .plans-person blockquote { width: 220px; font-size: 16px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial { min-height: auto; }
  .guarantee__grid { grid-template-columns: 1fr; text-align: center; }
  .seal { margin: auto; }
  .guarantee__item { justify-content: center; }
  .faq-benefits { grid-template-columns: 1fr; }
  .final-cta__grid { grid-template-columns: 1fr; text-align: center; }
  .final-cta__grid > div small { flex-direction: column; gap: 2px; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { padding: 18px 0; flex-direction: column; gap: 12px; text-align: center; }
  .footer__bottom div { flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
  .mobile-buybar { position: fixed; z-index: 34; inset: auto 0 0; height: 75px; padding: 9px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: white; background: rgba(9,6,5,.96); backdrop-filter: blur(14px); border-top: 1px solid rgba(232,181,79,.32); box-shadow: 0 -10px 30px rgba(0,0,0,.25); }
  .mobile-buybar small, .mobile-buybar strong { display: block; }
  .mobile-buybar small { font-size: 9px; text-transform: uppercase; color: rgba(255,255,255,.58); }
  .mobile-buybar strong { color: var(--gold-light); font-size: 19px; }
  .mobile-buybar .button { min-height: 46px; padding-inline: 18px; }
  .modal { padding: 0; align-items: end; }
  .modal__panel { width: 100%; max-height: 94vh; border-radius: 24px 24px 0 0; padding: 24px 16px; }
  .modal__heading h2 { font-size: 34px; }
  .checkout-plan, .checkout-bumps label { grid-template-columns: auto 1fr; }
  .checkout-plan > strong, .checkout-bumps label > strong { grid-column: 2; }
}

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

/* =========================================================
   LAYOUT FULL-BLEED — "BORDA INFINITA"
   Os fundos ocupam 100% da tela e o conteúdo usa apenas
   uma margem de segurança fluida, sem o limite fixo de 1180px.
   ========================================================= */
:root {
  --page-gutter: clamp(16px, 3vw, 60px);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body,
main,
.hero,
.stats,
.section,
.guarantee,
.final-cta,
.footer {
  width: 100%;
}

.container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--page-gutter);
}

/* Remove linhas externas que davam sensação de caixa fechada. */
.stats__grid > div:first-child { border-left: 0; }
.stats__grid > div:last-child { border-right: 0; }

/* O hero cresce junto com a tela, sem ficar preso ao centro. */
.hero__grid {
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
}

.hero__content {
  padding-right: var(--page-gutter);
}

/* Em telas grandes, as categorias aproveitam toda a largura. */
@media (min-width: 1440px) {
  .category-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: clamp(10px, 1vw, 18px);
  }

  .category-card {
    height: clamp(220px, 15vw, 285px);
  }

  .bonus-grid,
  .testimonials-grid {
    gap: clamp(14px, 1.15vw, 24px);
  }

  .plans-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(350px, .48fr);
  }

  .faq-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  }
}

/* Mantém respiro em telas menores sem recriar uma moldura lateral. */
@media (max-width: 820px) {
  :root { --page-gutter: 18px; }
  .hero__grid { width: 100%; padding-inline: 0; }
  .hero__content { padding-inline: var(--page-gutter); }
}

@media (max-width: 620px) {
  :root { --page-gutter: 12px; }
  .container { width: 100%; padding-inline: var(--page-gutter); }
}

/* =========================================================
   CONTADOR FIXO — OFERTA DE LANÇAMENTO
   ========================================================= */
:root {
  --promo-height: 64px;
}

html {
  scroll-padding-top: calc(var(--promo-height) + 92px);
}

.has-promo-timer {
  padding-top: var(--promo-height);
}

.promo-timer {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--promo-height);
  color: var(--white);
  background:
    radial-gradient(circle at 18% -110%, rgba(255, 216, 121, .22), transparent 45%),
    linear-gradient(100deg, #23070d 0%, #651025 48%, #22060c 100%);
  border-bottom: 1px solid rgba(255, 216, 121, .34);
  box-shadow: 0 12px 34px rgba(10, 2, 4, .26);
}

.promo-timer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.055) 48%, transparent 72%);
}

.promo-timer__inner {
  position: relative;
  z-index: 2;
  height: calc(100% - 4px);
  width: 100%;
  padding: 7px var(--page-gutter) 8px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
}

.promo-timer__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.promo-timer__eyebrow {
  margin-bottom: 3px;
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .17em;
}

.promo-timer__copy strong {
  overflow: hidden;
  color: rgba(255,255,255,.96);
  font-family: Cormorant Garamond, serif;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.promo-timer__clock {
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--gold-light);
  font-variant-numeric: tabular-nums;
}

.promo-timer__clock > span {
  min-width: 55px;
  height: 43px;
  padding: 3px 7px 2px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 4px;
  border: 1px solid rgba(255, 216, 121, .32);
  border-radius: 10px;
  background: rgba(5, 3, 2, .46);
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 8px 18px rgba(0,0,0,.18);
}

.promo-timer__clock b {
  font-size: 25px;
  line-height: 1;
  letter-spacing: -.04em;
}

.promo-timer__clock small {
  align-self: end;
  padding-bottom: 5px;
  color: rgba(255,255,255,.48);
  font-size: 6px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.promo-timer__clock i {
  font-style: normal;
  font-size: 23px;
  line-height: 1;
}

.promo-timer__cta {
  justify-self: end;
  min-height: 38px;
  padding: 8px 19px;
  border: 1px solid rgba(255, 231, 168, .58);
  border-radius: 10px;
  color: #2c1703;
  background: linear-gradient(180deg, #ffe18b, #c88d2e);
  box-shadow: 0 9px 24px rgba(218, 157, 48, .24), inset 0 1px rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .045em;
  transition: transform .2s, filter .2s;
}

.promo-timer__cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.promo-timer__progress {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 4px;
  overflow: hidden;
  background: rgba(0,0,0,.32);
}

.promo-timer__progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: linear-gradient(90deg, #b67518, #ffe17f 55%, #c48825);
  box-shadow: 0 0 14px rgba(255, 216, 121, .5);
  transition: width .85s linear;
}

.promo-timer.is-urgent .promo-timer__clock > span {
  animation: promoPulse 1.4s ease-in-out infinite;
}

.promo-timer.is-expired {
  background: linear-gradient(100deg, #1b1510, #382616 48%, #18120e);
}

.promo-timer.is-expired .promo-timer__clock,
.promo-timer.is-expired .promo-timer__eyebrow {
  color: #dfc895;
}

@keyframes promoPulse {
  50% { border-color: rgba(255,216,121,.72); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 0 18px rgba(232,181,79,.18); }
}

/* O cabeçalho permanece abaixo do contador durante toda a rolagem. */
.header {
  top: var(--promo-height);
}

/* A mesma imagem oficial da Giu é recortada pelo CSS nas duas aparições. */
.hero__photo-wrap img {
  object-position: 73% center;
}

.plans-person {
  overflow: hidden;
  border-radius: 210px 210px 0 0;
}

.plans-person img {
  width: 100%;
  max-width: 560px;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  border-radius: inherit;
}

@media (max-width: 820px) {
  :root { --promo-height: 72px; }

  .promo-timer__inner {
    padding-inline: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 15px;
  }

  .promo-timer__copy strong {
    font-size: 17px;
  }

  .promo-timer__cta {
    display: none;
  }

  .hero__photo-wrap img {
    object-position: 68% center;
  }

  .plans-person img {
    object-position: 61% center;
  }
}

@media (max-width: 620px) {
  :root { --promo-height: 76px; }

  .promo-timer__inner {
    padding: 7px 12px 9px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .promo-timer__eyebrow {
    font-size: 7px;
    letter-spacing: .11em;
  }

  .promo-timer__copy strong {
    max-width: 190px;
    white-space: normal;
    font-size: 15px;
    line-height: 1.02;
  }

  .promo-timer__clock {
    min-width: auto;
    gap: 4px;
  }

  .promo-timer__clock > span {
    min-width: 48px;
    height: 43px;
    padding-inline: 5px;
  }

  .promo-timer__clock b {
    font-size: 22px;
  }

  .promo-timer__clock i {
    font-size: 19px;
  }

  .hero__photo-wrap img {
    object-position: 66% center;
  }
}

/* =========================================================
   V3 — GIU RECORTADA, SEM REUTILIZAÇÃO DO BANNER
   A mesma PNG transparente é usada em todas as aparições.
   ========================================================= */

/* HERO: composição contínua, sem a sensação de imagem cortada ao meio. */
.hero__visual {
  isolation: isolate;
  overflow: visible;
}

.hero__photo-wrap {
  inset: 0 -4vw 0 -2vw;
  overflow: visible;
  background:
    radial-gradient(circle at 48% 40%, rgba(232,181,79,.22), transparent 34%),
    radial-gradient(circle at 22% 74%, rgba(110,14,40,.35), transparent 36%),
    linear-gradient(135deg, #1a0b08 0%, #35120f 44%, #0a0705 100%);
}

.hero__photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .28;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.045) 49%, transparent 63%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 42px);
}

.hero__photo-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 9%;
  right: 5%;
  bottom: 4%;
  height: 15%;
  border-radius: 50%;
  background: rgba(0,0,0,.46);
  filter: blur(28px);
}

.hero__photo-wrap img {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -3%;
  width: auto;
  height: 101%;
  max-width: 96%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  filter: drop-shadow(0 28px 34px rgba(0,0,0,.42));
}

.hero__photo-shade {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(8,6,4,.22) 0%, transparent 34%, rgba(8,6,4,.10) 62%, #080604 100%),
    linear-gradient(0deg, rgba(8,6,4,.72) 0%, transparent 25%);
}

.hero__badge {
  z-index: 4;
  left: clamp(22px, 4vw, 72px);
  top: clamp(54px, 8vh, 94px);
}

/* PLANOS: somente a cozinheira recortada, sem arco/banner reaproveitado. */
.plans-person {
  overflow: visible;
  border-radius: 0;
  min-width: 0;
}

.plans-person__halo {
  width: min(34vw, 430px);
  height: min(34vw, 430px);
  bottom: 7%;
  background:
    radial-gradient(circle, rgba(232,181,79,.30), rgba(232,181,79,.08) 45%, rgba(232,181,79,0) 72%);
}

.plans-person img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: 108%;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 24px 22px rgba(40,15,8,.22));
}

.plans-person blockquote {
  left: 0;
  bottom: 20px;
}

@media (min-width: 1600px) {
  .hero__photo-wrap img {
    height: 108%;
    left: 52%;
  }

  .plans-person img {
    height: 112%;
  }
}

@media (max-width: 1100px) {
  .hero__photo-wrap {
    inset: 0 -3vw 0 -2vw;
  }

  .hero__photo-wrap img {
    height: 96%;
  }

  .plans-person img {
    height: 100%;
  }
}

@media (max-width: 820px) {
  .hero__visual {
    height: 560px;
    background: linear-gradient(180deg, #120a07, #28100d 58%, #080604);
  }

  .hero__photo-wrap {
    inset: 0;
    overflow: hidden;
  }

  .hero__photo-wrap img {
    left: 50%;
    bottom: -8%;
    width: auto;
    height: 108%;
    max-width: none;
    object-position: center bottom;
  }

  .hero__photo-shade {
    background: linear-gradient(0deg, #080604 0%, rgba(8,6,4,.32) 22%, transparent 48%);
  }

  .plans-person {
    height: 500px;
  }

  .plans-person__halo {
    width: 360px;
    height: 360px;
  }

  .plans-person img {
    height: 104%;
  }
}

@media (max-width: 620px) {
  .hero__visual {
    height: 470px;
  }

  .hero__photo-wrap img {
    bottom: -5%;
    height: 101%;
  }

  .hero__badge {
    left: 14px;
    top: 24px;
  }

  .plans-person {
    height: 430px;
  }

  .plans-person img {
    height: 101%;
  }

  .plans-person blockquote {
    left: 0;
    bottom: 10px;
    width: min(230px, 68%);
  }
}

/* =========================================================
   V4 — CORREÇÃO DE USO DAS IMAGENS
   1) O banner completo permanece somente no hero principal.
   2) A PNG transparente permanece somente na seção dos planos.
   ========================================================= */

/* HERO PRINCIPAL: banner original inteiro, espalhado como cenário contínuo. */
.hero {
  min-height: 700px;
  background: #080604;
  isolation: isolate;
}

.hero::after {
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(8, 6, 4, 0) 0%,
      rgba(8, 6, 4, .02) 34%,
      rgba(8, 6, 4, .18) 46%,
      rgba(8, 6, 4, .82) 61%,
      #080604 73%,
      #080604 100%),
    linear-gradient(0deg, rgba(8, 6, 4, .30) 0%, transparent 23%);
}

.hero__grid {
  min-height: 700px;
  grid-template-columns: minmax(0, 51%) minmax(0, 49%);
  isolation: isolate;
}

.hero__visual {
  position: static;
  overflow: visible;
  isolation: auto;
}

.hero__photo-wrap {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #080604;
}

.hero__photo-wrap::before,
.hero__photo-wrap::after {
  content: none;
  display: none;
}

.hero__photo-wrap img {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: left center;
  transform: none;
  filter: none;
}

.hero__photo-shade {
  z-index: 1;
  background:
    linear-gradient(90deg,
      transparent 0%,
      transparent 36%,
      rgba(8, 6, 4, .10) 47%,
      rgba(8, 6, 4, .66) 59%,
      #080604 72%,
      #080604 100%),
    linear-gradient(0deg, rgba(8, 6, 4, .22) 0%, transparent 25%);
}

/* O próprio banner já contém bastante informação visual; o selo duplicado sai. */
.hero__badge {
  display: none;
}

.hero__content {
  grid-column: 2;
  z-index: 4;
  width: 100%;
  max-width: 940px;
  justify-self: end;
  padding: 66px var(--page-gutter) 54px clamp(34px, 4vw, 76px);
}

/* PLANOS: apenas a cozinheira recortada, sem banner, moldura ou arco. */
.plans-person {
  position: relative;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.plans-person__halo {
  display: block;
  width: min(32vw, 420px);
  height: min(32vw, 420px);
  bottom: 5%;
}

.plans-person img {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: 108%;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 24px 22px rgba(40, 15, 8, .22));
}

@media (min-width: 1900px) {
  .hero__grid { min-height: 740px; }
  .hero { min-height: 740px; }
  .hero__photo-wrap img { height: 100%; }
  .hero__content { padding-left: clamp(46px, 4.5vw, 100px); }
}

@media (max-width: 1180px) {
  .hero__grid { grid-template-columns: minmax(0, 47%) minmax(0, 53%); }
  .hero__content { padding-left: 30px; }
  .hero__photo-wrap img { left: -8%; }
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
  }

  .hero__grid {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero__content {
    order: 1;
    max-width: none;
    padding: 50px var(--page-gutter) 34px;
  }

  .hero__visual {
    position: relative;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #100805;
  }

  .hero__photo-wrap {
    position: absolute;
    inset: 0;
  }

  .hero__photo-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .hero__photo-shade,
  .hero::after {
    background: linear-gradient(0deg, rgba(8, 6, 4, .48) 0%, transparent 34%);
  }

  .plans-person img {
    height: 104%;
  }
}

@media (max-width: 620px) {
  .hero__content {
    padding-top: 42px;
  }

  .hero__visual {
    aspect-ratio: 16 / 10;
  }

  .hero__photo-wrap img {
    object-fit: cover;
    object-position: 59% center;
  }

  .plans-person img {
    height: 101%;
  }
}

/* AJUSTE FINAL — suaviza a transição do banner para o fundo escuro do hero */
@media (min-width: 821px) {
  .hero::after {
    background:
      linear-gradient(90deg,
        rgba(8, 6, 4, 0) 0%,
        rgba(8, 6, 4, 0) 44%,
        rgba(8, 6, 4, .06) 56%,
        rgba(8, 6, 4, .22) 66%,
        rgba(8, 6, 4, .48) 76%,
        rgba(8, 6, 4, .78) 86%,
        #080604 95%,
        #080604 100%),
      linear-gradient(0deg, rgba(8, 6, 4, .28) 0%, transparent 24%);
  }

  .hero__photo-shade {
    background:
      linear-gradient(90deg,
        rgba(8, 6, 4, 0) 0%,
        rgba(8, 6, 4, 0) 48%,
        rgba(8, 6, 4, .10) 60%,
        rgba(8, 6, 4, .30) 70%,
        rgba(8, 6, 4, .58) 80%,
        rgba(8, 6, 4, .84) 90%,
        #080604 98%,
        #080604 100%),
      linear-gradient(0deg, rgba(8, 6, 4, .20) 0%, transparent 26%);
  }
}

/* AJUSTE FINAL 2 — hero com imagem ocupando o fundo todo e fade real para o preto */
@media (min-width: 821px) {
  .hero__grid {
    position: relative;
  }

  .hero__visual {
    position: absolute;
    inset: 0;
    grid-column: 1 / -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }

  .hero__photo-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #080604;
  }

  .hero__photo-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }

  .hero__photo-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg,
        rgba(8, 6, 4, .10) 0%,
        rgba(8, 6, 4, .02) 16%,
        rgba(8, 6, 4, 0) 34%,
        rgba(8, 6, 4, .08) 48%,
        rgba(8, 6, 4, .24) 58%,
        rgba(8, 6, 4, .48) 68%,
        rgba(8, 6, 4, .74) 78%,
        rgba(8, 6, 4, .90) 88%,
        #080604 100%),
      linear-gradient(0deg, rgba(8, 6, 4, .26) 0%, transparent 28%);
  }

  .hero::after {
    background:
      linear-gradient(90deg,
        rgba(8, 6, 4, 0) 0%,
        rgba(8, 6, 4, 0) 52%,
        rgba(8, 6, 4, .12) 64%,
        rgba(8, 6, 4, .38) 74%,
        rgba(8, 6, 4, .70) 84%,
        #080604 100%);
  }

  .hero__content {
    position: relative;
    z-index: 4;
  }
}

/* AJUSTE FINAL 3 — remover zoom/corte do banner mantendo o fade */
@media (min-width: 821px) {
  .hero__grid {
    position: relative;
    min-height: 700px;
    grid-template-columns: minmax(0, 51%) minmax(0, 49%);
    isolation: isolate;
  }

  .hero__visual {
    position: static;
    inset: auto;
    grid-column: auto;
    width: auto;
    height: auto;
    pointer-events: auto;
    z-index: 0;
    overflow: visible;
    isolation: auto;
  }

  .hero__photo-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #080604;
  }

  .hero__photo-wrap img {
    position: absolute;
    inset: 0 auto 0 0;
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: left center;
    transform: none;
  }

  .hero__photo-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg,
        rgba(8, 6, 4, .02) 0%,
        rgba(8, 6, 4, 0) 34%,
        rgba(8, 6, 4, .04) 44%,
        rgba(8, 6, 4, .14) 54%,
        rgba(8, 6, 4, .30) 63%,
        rgba(8, 6, 4, .52) 72%,
        rgba(8, 6, 4, .76) 81%,
        rgba(8, 6, 4, .92) 90%,
        #080604 100%),
      linear-gradient(0deg, rgba(8, 6, 4, .20) 0%, transparent 25%);
  }

  .hero::after {
    background:
      linear-gradient(90deg,
        rgba(8, 6, 4, 0) 0%,
        rgba(8, 6, 4, 0) 48%,
        rgba(8, 6, 4, .08) 60%,
        rgba(8, 6, 4, .26) 72%,
        rgba(8, 6, 4, .56) 84%,
        #080604 100%),
      linear-gradient(0deg, rgba(8, 6, 4, .18) 0%, transparent 24%);
  }

  .hero__content {
    position: relative;
    z-index: 4;
    grid-column: 2;
  }
}

/* AJUSTE FINAL 4 — manter a imagem inteira e criar fade real sem zoom/corte */
@media (min-width: 821px) {
  .hero {
    background: #080604;
    min-height: 700px;
    isolation: isolate;
  }

  .hero__grid {
    min-height: 700px;
    grid-template-columns: minmax(0, 51%) minmax(0, 49%);
    isolation: isolate;
  }

  .hero__visual {
    position: static;
    overflow: visible;
    isolation: auto;
    z-index: 0;
  }

  .hero__photo-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #080604;
    z-index: 0;
  }

  .hero__image-shell {
    position: absolute;
    inset: 0 auto 0 0;
    height: 100%;
    width: max-content;
    display: inline-block;
  }

  .hero__photo-wrap img {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: left center;
    transform: none;
    filter: none;
    z-index: 1;
  }

  .hero__edge-fade {
    position: absolute;
    top: 0;
    right: -1px;
    width: clamp(180px, 16vw, 340px);
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg,
      rgba(8, 6, 4, 0) 0%,
      rgba(8, 6, 4, .10) 18%,
      rgba(8, 6, 4, .28) 38%,
      rgba(8, 6, 4, .56) 60%,
      rgba(8, 6, 4, .82) 82%,
      #080604 100%);
  }

  .hero__photo-shade {
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(0deg, rgba(8, 6, 4, .20) 0%, transparent 26%);
    pointer-events: none;
  }

  .hero::after {
    z-index: 1;
    background: linear-gradient(90deg,
      rgba(8, 6, 4, 0) 0%,
      rgba(8, 6, 4, 0) 62%,
      rgba(8, 6, 4, .10) 74%,
      rgba(8, 6, 4, .24) 84%,
      rgba(8, 6, 4, .46) 92%,
      #080604 100%);
  }

  .hero__badge {
    display: none;
  }

  .hero__content {
    grid-column: 2;
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 940px;
    justify-self: end;
    padding: 66px var(--page-gutter) 54px clamp(34px, 4vw, 76px);
  }
}


/* AJUSTE FINAL 5 — oferta única e mobile otimizado */
.hero-pricing--single {
  grid-template-columns: 1fr;
}

.mini-plan--single {
  padding: 22px;
}

.mini-plan--single > span {
  font-size: 12px;
}

.plans-grid--single {
  grid-template-columns: 1fr;
}

.plan-card--single {
  max-width: 560px;
}

@media (max-width: 820px) {
  .hero {
    background: #080604;
  }

  .hero__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .hero__visual {
    order: 1 !important;
    width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
    background: #080604;
  }

  .hero__photo-wrap {
    position: relative !important;
    inset: auto !important;
    overflow: hidden;
    background: #080604;
  }

  .hero__image-shell {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .hero__photo-wrap img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    left: auto !important;
    transform: none !important;
    margin: 0 auto;
  }

  .hero__edge-fade {
    display: none !important;
  }

  .hero__photo-shade,
  .hero::after {
    display: none !important;
  }

  .hero__content {
    order: 2 !important;
    margin-top: 0 !important;
    padding: 28px 20px 30px !important;
    background: #080604;
  }

  .hero-pricing {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .has-promo-timer {
    padding-top: var(--promo-height);
  }

  .hero__content {
    padding-top: 24px !important;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero__lead {
    max-width: 100%;
  }

  .mobile-buybar small {
    font-size: 10px;
  }
}
