:root {
  --wine: #7c243f;
  --wine-dark: #541529;
  --blush: #eac4c5;
  --cream: #fff8f4;
  --paper: #fffdfa;
  --ink: #291d20;
  --muted: #6e5d61;
  --gold: #c79b55;
  --line: rgba(84, 21, 41, .14);
  --shadow: 0 24px 70px rgba(65, 25, 37, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }

.site-header {
  position: absolute; z-index: 5; inset: 0 0 auto; height: 82px; display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px; margin: auto; padding: 0 32px; color: white;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-family: "Playfair Display", serif; font-size: 1.15rem; }
.header-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 700; backdrop-filter: blur(10px); }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url("assets/noiva-planejando.png") center/cover no-repeat; transform: scale(1.012); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,13,20,.92) 0%, rgba(73,20,39,.83) 35%, rgba(66,20,36,.38) 63%, rgba(25,10,15,.1) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1240px, 100%); margin: 0 auto; padding: 145px 32px 92px; }
.hero-content > * { max-width: 650px; }
.eyebrow, .section-kicker { display: block; color: #f3c8cb; font-size: .76rem; line-height: 1.35; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { font-family: "Playfair Display", serif; margin: 0; letter-spacing: -.045em; line-height: 1.02; }
h1 { margin-top: 24px; max-width: 780px !important; font-size: clamp(3.5rem, 6.1vw, 6.4rem); }
h1 em { color: #f0c4c5; font-weight: 600; }
.hero-lead { margin: 28px 0 20px; font-size: 1.16rem; color: rgba(255,255,255,.87); line-height: 1.65; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 0; margin: 0 0 32px; list-style: none; font-size: .92rem; color: rgba(255,255,255,.9); }
.hero-points li::before { content: "✓"; color: #edc889; margin-right: 8px; font-weight: 800; }
.hero-buy { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 26px; border-radius: 5px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--wine-dark); background: #f4d1b0; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.button-primary:hover { background: #ffe0c2; box-shadow: 0 16px 38px rgba(0,0,0,.26); }
.price { display: grid; line-height: 1.2; }
.price span { font-size: .8rem; text-decoration: line-through; opacity: .63; }
.price strong { font-family: "Playfair Display", serif; font-size: 1.65rem; }
.microcopy { margin-top: 15px; color: rgba(255,255,255,.64); font-size: .79rem; }

.recognition { max-width: 1180px; margin: 0 auto; padding: 112px 30px 120px; text-align: center; }
.recognition .section-kicker { color: var(--wine); }
.recognition h2 { max-width: 850px; margin: 18px auto 58px; font-size: clamp(2.4rem, 4.5vw, 4.2rem); }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); text-align: left; }
.pain-grid article { min-height: 180px; padding: 32px; border-right: 1px solid var(--line); }
.pain-grid article:last-child { border-right: 0; }
.pain-grid span { color: var(--gold); font-family: "Playfair Display", serif; font-size: .96rem; }
.pain-grid p { margin: 20px 0 0; color: var(--muted); }
.mobile-cta { display: none; }

.promise-band { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: center; padding: 68px max(32px, calc((100vw - 1180px) / 2)); color: white; background: var(--wine-dark); }
.promise-band p { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.2; }
.promise-band span { color: rgba(255,255,255,.72); }

.product-story { display: grid; grid-template-columns: .88fr 1.12fr; gap: 78px; align-items: center; max-width: 1240px; margin: 0 auto; padding: 130px 32px; }
.product-copy .section-kicker, .contents .section-kicker, .calm-copy .section-kicker, .offer .section-kicker, .faq .section-kicker { color: var(--wine); }
.product-copy h2, .contents-heading h2, .calm-copy h2, .offer-intro h2, .faq h2 { margin: 19px 0 25px; font-size: clamp(2.5rem, 4.7vw, 4.7rem); }
.product-copy h2 em { color: var(--wine); }
.product-copy > p { color: var(--muted); font-size: 1.05rem; }
.mini-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0; padding: 25px 0; border-block: 1px solid var(--line); }
.mini-proof span { color: var(--muted); font-size: .8rem; line-height: 1.35; }
.mini-proof strong { display: block; color: var(--wine-dark); font-family: "Playfair Display", serif; font-size: 1.35rem; }
.text-link { color: var(--wine); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(124,36,63,.35); }
.product-visual { margin: 0; }
.product-visual img { display: block; width: 100%; aspect-ratio: 1.28; object-fit: cover; border-radius: 4px 60px 4px 4px; box-shadow: var(--shadow); }
.product-visual figcaption { max-width: 540px; margin: 18px 0 0 auto; color: var(--muted); font-size: .82rem; }

.contents { padding: 125px max(32px, calc((100vw - 1180px) / 2)); background: #f7edeb; }
.contents-heading { display: grid; grid-template-columns: 1.5fr .72fr; gap: 40px; align-items: end; }
.contents-heading .section-kicker { grid-column: 1/-1; }
.contents-heading h2 { margin: 0; max-width: 830px; }
.contents-heading > p { margin: 0 0 10px; color: var(--muted); }
.feature-list { margin-top: 72px; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 60px 1fr auto; gap: 28px; align-items: center; padding: 28px 5px; border-bottom: 1px solid var(--line); }
.feature-number { color: var(--gold); font-family: "Playfair Display", serif; }
.feature-list h3 { margin: 0 0 5px; font-family: "Playfair Display", serif; font-size: 1.5rem; }
.feature-list p { margin: 0; color: var(--muted); }
.feature-tag { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--wine); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.calm-section { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: var(--cream); }
.calm-photo { min-height: 650px; overflow: hidden; }
.calm-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.calm-copy { align-self: center; max-width: 620px; padding: 90px 8vw; }
.calm-copy p { color: var(--muted); }
.calm-copy ul, .offer-main ul { display: grid; gap: 11px; margin: 30px 0 34px; padding: 0; list-style: none; }
.calm-copy li::before, .offer-main li::before { content: "✓"; margin-right: 10px; color: var(--wine); font-weight: 800; }
.button-wine { color: white; background: var(--wine); }
.button-wine:hover { background: var(--wine-dark); box-shadow: 0 14px 32px rgba(84,21,41,.25); }

.offer { padding: 125px max(32px, calc((100vw - 1180px) / 2)); color: white; background: #32101d; }
.offer .section-kicker { color: #e6adb2; }
.offer-intro { display: grid; grid-template-columns: 1.45fr .65fr; gap: 70px; align-items: end; }
.offer-intro .section-kicker { grid-column: 1/-1; }
.offer-intro h2 { margin: 0; }
.offer-intro > p { margin: 0 0 10px; color: rgba(255,255,255,.66); }
.offer-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 28px; margin-top: 65px; align-items: start; }
.offer-main, .order-box { border: 1px solid rgba(255,255,255,.13); border-radius: 20px; }
.offer-main { position: relative; padding: 42px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); }
.best-choice { display: inline-flex; padding: 5px 10px; border-radius: 5px; color: var(--wine-dark); background: #eec7a1; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.offer-main h3 { margin: 25px 0 10px; font-family: "Playfair Display", serif; font-size: 2.15rem; }
.offer-main > p, .offer-main li { color: rgba(255,255,255,.7); }
.offer-main li::before { color: #eec7a1; }
.main-price { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.main-price span, .main-price small { color: rgba(255,255,255,.55); font-size: .78rem; }
.main-price strong { grid-row: span 2; font-family: "Playfair Display", serif; font-size: 3.3rem; line-height: 1; }
.order-box { padding: 30px; color: var(--ink); background: #fffaf6; box-shadow: 0 30px 70px rgba(0,0,0,.26); }
.order-heading span { color: var(--wine-dark); font-family: "Playfair Display", serif; font-size: 1.8rem; font-weight: 700; }
.order-heading p { margin: 3px 0 23px; color: var(--muted); font-size: .88rem; }
.order-bump { display: grid; grid-template-columns: 24px 1fr auto; gap: 14px; align-items: start; padding: 20px 16px; border: 1px solid var(--line); cursor: pointer; transition: border .2s, background .2s; }
.order-bump + .order-bump { margin-top: 10px; }
.order-bump:has(input:checked) { border-color: var(--wine); background: #f9e9e9; }
.order-bump input { position: absolute; opacity: 0; pointer-events: none; }
.custom-check { display: grid; place-items: center; width: 22px; height: 22px; margin-top: 2px; border: 1px solid #ba939d; border-radius: 4px; background: white; }
.order-bump input:checked + .custom-check { border-color: var(--wine); background: var(--wine); }
.order-bump input:checked + .custom-check::after { content: "✓"; color: white; font-size: .78rem; font-weight: 900; }
.bump-copy { display: grid; }
.bump-copy small { margin-top: 4px; color: var(--muted); line-height: 1.4; }
.order-bump b { color: var(--wine); white-space: nowrap; font-size: .87rem; }
.order-summary { margin: 25px 0 20px; padding: 20px 0; border-block: 1px solid var(--line); }
.order-summary > div, .extras > div { display: flex; justify-content: space-between; gap: 20px; }
.extras { display: grid !important; gap: 5px; margin-top: 6px; color: var(--muted); font-size: .86rem; }
.order-total { align-items: end; margin-top: 16px; padding-top: 15px; border-top: 1px dashed var(--line); }
.order-total span { font-weight: 700; }
.order-total strong { color: var(--wine); font-family: "Playfair Display", serif; font-size: 2rem; line-height: 1; }
.button-checkout { width: 100%; justify-content: space-between; color: white; background: var(--wine); }
.button-checkout:hover { background: var(--wine-dark); box-shadow: 0 14px 30px rgba(84,21,41,.25); }
.checkout-note { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 17px; color: var(--muted); font-size: .74rem; text-align: left; }
.checkout-note span { color: var(--gold); font-size: 1.3rem; }
.checkout-note p { margin: 0; line-height: 1.35; }

.faq { display: grid; grid-template-columns: .62fr 1.38fr; gap: 95px; max-width: 1180px; margin: 0 auto; padding: 125px 30px; }
.faq h2 { margin-top: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 45px 25px 0; list-style: none; cursor: pointer; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--wine); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -7px 45px 25px 0; color: var(--muted); }

.final-cta { padding: 110px 24px 120px; color: white; background: linear-gradient(rgba(60,15,30,.83), rgba(60,15,30,.83)), url("assets/kit-noiva-organizada.png") center/cover; text-align: center; }
.final-cta .section-kicker { color: #eec7a1; }
.final-cta h2 { margin: 20px auto 40px; font-size: clamp(3.2rem, 6.7vw, 6.8rem); }
.final-cta h2 em { color: #efbfc2; }
footer { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 40px; align-items: center; padding: 42px max(26px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.7); background: #210a12; font-size: .75rem; }
.footer-brand { color: white; }
footer p { margin: 0; }
footer > a:last-child { color: white; text-decoration: none; }

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand { font-size: .92rem; }
  .brand-mark { width: 30px; height: 30px; }
  .header-cta { display: none; }
  .hero { min-height: 820px; align-items: end; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(36,10,20,.98) 0%, rgba(70,20,38,.85) 49%, rgba(32,10,17,.2) 100%); }
  .hero-content { padding: 160px 20px 72px; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-points { display: grid; gap: 6px; }
  .hero-buy { align-items: stretch; flex-direction: column; gap: 13px; }
  .price { display: flex; align-items: baseline; gap: 8px; }
  .recognition { padding: 84px 20px 100px; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .pain-grid article:last-child { border-bottom: 0; }
  .mobile-cta { position: fixed; z-index: 20; inset: auto 10px 10px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 11px 11px 16px; border-radius: 12px; background: rgba(47,15,26,.96); color: white; box-shadow: 0 12px 40px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
  .mobile-cta span { display: grid; line-height: 1.1; }
  .mobile-cta small { font-size: .7rem; color: rgba(255,255,255,.67); }
  .mobile-cta strong { font-size: 1.1rem; }
  .mobile-cta a { padding: 10px 15px; border-radius: 8px; color: var(--wine-dark); background: #f4d1b0; text-decoration: none; font-size: .84rem; font-weight: 800; }
  .promise-band { grid-template-columns: 1fr; gap: 22px; padding: 58px 20px; }
  .product-story { grid-template-columns: 1fr; gap: 48px; padding: 84px 20px; }
  .product-visual { grid-row: 1; }
  .product-visual img { border-radius: 4px 38px 4px 4px; }
  .mini-proof { gap: 8px; }
  .mini-proof strong { font-size: 1.1rem; }
  .contents { padding: 84px 20px; }
  .contents-heading { grid-template-columns: 1fr; gap: 18px; }
  .contents-heading .section-kicker { grid-column: auto; }
  .feature-list { margin-top: 50px; }
  .feature-list article { grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; }
  .feature-tag { display: none; }
  .feature-list h3 { font-size: 1.25rem; }
  .feature-list p { font-size: .9rem; }
  .calm-section { grid-template-columns: 1fr; }
  .calm-photo { min-height: 380px; }
  .calm-copy { padding: 74px 20px 86px; }
  .offer { padding: 84px 20px 100px; }
  .offer-intro { grid-template-columns: 1fr; gap: 18px; }
  .offer-intro .section-kicker { grid-column: auto; }
  .offer-layout { grid-template-columns: 1fr; }
  .offer-main, .order-box { padding: 25px 20px; }
  .order-bump { grid-template-columns: 22px 1fr; padding: 16px 12px; }
  .order-bump b { grid-column: 2; }
  .faq { grid-template-columns: 1fr; gap: 34px; padding: 84px 20px; }
  .final-cta { padding: 84px 20px 104px; }
  footer { grid-template-columns: 1fr; gap: 24px; padding: 44px 20px 100px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
