/* ============================================================
   NATAL PINTADO — FÉ, TRADIÇÃO E ENCANTO
   SITE DE VENDAS
   Playfair Display (display) · Outfit (corpo) · Caveat (acento)
   Paleta: creme/papel · vermelho natalino · verde pinho · dourado
   Estrutura de blocos: Framework Low Ticket MVT
   ============================================================ */

:root {
  --bg:         #F7EEDC;
  --white:      #FFFFFF;
  --paper:      #FFFCF5;
  --sage:       #EEF0E1;
  --cream:      #FBF3E1;
  --ink:        #2B2118;
  --muted:      #5C4C3B;
  --quiet:      #8A7860;
  --line:       rgba(43, 33, 24, 0.12);
  --red:        #8C1F1A;
  --red-dark:   #6B1712;
  --green:      #2C4A32;
  --green-dark: #1D3423;
  --gold:       #B8863E;
  --gold-light: #D9B36C;
  --dark:       #1C2C20;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Outfit', system-ui, sans-serif;
  --font-hand:    'Caveat', cursive;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

body { margin: 0; overflow-x: hidden; }
a { color: inherit; }
button { font: inherit; }
img { max-width: 100%; }

/* ── HEADER ─────────────────────────────────────────────── */

.sales-header {
  position: sticky;
  z-index: 30;
  top: 0;
  height: 66px;
  padding: 0 max(20px, calc((100vw - 1120px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(247, 238, 220, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.logo {
  display: grid;
  text-decoration: none;
  line-height: .9;
}
.logo b {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--red);
}
.logo span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .15em;
  font-weight: 700;
  font-family: var(--font-body);
}

.header-cta {
  padding: 11px 18px;
  border-radius: 4px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 0.14s;
}
.header-cta:hover { background: var(--green-dark); }

/* ── CONTAINERS ──────────────────────────────────────────── */

.sales-container {
  max-width: 1080px;
  margin: auto;
  padding: 64px 24px;
}
.narrow  { max-width: 860px; }
.center  { text-align: center; }

/* ── LABELS & TYPE ───────────────────────────────────────── */

.section-label {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 700;
  font-family: var(--font-body);
  text-transform: uppercase;
}
.section-label.center { text-align: center; }

.showcase h2, .benefits h2, .foryou h2, .receive h2, .bonus h2,
.offer h2, .faq h2, .closing h2, .urgency h2, .mission h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-wrap: balance;
}

/* ── MAIN CTA BUTTON ─────────────────────────────────────── */

.main-cta {
  max-width: 580px;
  min-height: 72px;
  margin: auto;
  padding: 14px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(140, 31, 26, .28);
  transition: transform 0.14s, box-shadow 0.14s;
}
.main-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(140, 31, 26, .34); }
.main-cta:active { transform: none; }
.main-cta span { font-size: 16px; font-weight: 700; letter-spacing: 0.04em; }
.main-cta small { margin-top: 5px; color: rgba(255,255,255,.78); font-size: 13px; }

.secure { margin: 13px 0 0; color: var(--quiet); font-size: 11px; }

/* ── HERO ────────────────────────────────────────────────── */

.hero {
  position: relative;
  padding: 76px 24px 68px;
  background: var(--paper);
  text-align: center;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: auto;
}

.attention {
  display: inline-block;
  margin: 0 0 24px;
  padding: 9px 16px;
  border-radius: 3px;
  background: rgba(184, 134, 62, .12);
  border: 1px solid rgba(184, 134, 62, .3);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .06em;
  font-weight: 700;
}

.hero h1 {
  font-family: var(--font-display);
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-wrap: balance;
  color: var(--ink);
}

.hero-lead {
  max-width: 680px;
  margin: 22px auto 32px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}
.hero-lead strong { color: var(--ink); font-weight: 700; }

.hero-product {
  margin: 8px auto 28px;
  max-width: 720px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(43, 33, 24, .18);
}
.hero-product img { display: block; width: 100%; height: auto; }

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

/* ── SHOWCASE (demonstrativo) ───────────────────────────── */

.showcase { background: var(--sage); }

.showcase-lead {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.showcase-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(43, 33, 24, .12);
}
.showcase-card img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.showcase-card figcaption { padding: 18px 20px 22px; }
.showcase-tag {
  display: block;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--red);
  margin-bottom: 4px;
}
.showcase-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }

/* ── BENEFITS ────────────────────────────────────────────── */

.benefits { background: var(--white); }
.title-limit { max-width: 780px; margin-left: auto !important; margin-right: auto !important; }

.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 55px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.benefit-list article {
  display: flex;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.benefit-list article > span {
  font-size: 24px;
  flex-shrink: 0;
  padding-top: 2px;
}
.benefit-list h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.benefit-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ── URGENCY ─────────────────────────────────────────────── */

.urgency {
  background: var(--green);
  color: #fff;
  text-align: center;
}
.urgency h2 { color: #fff; max-width: 760px; margin: 0 auto; }
.urgency p.lead-copy { color: rgba(255,255,255,.72); }
.urgency .secure { color: rgba(255,255,255,.5); }

/* ── FOR YOU (ideal para você) ──────────────────────────── */

.foryou { background: var(--cream); }

.foryou-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
  margin-top: 44px;
  text-align: left;
}
.foryou-item { display: flex; gap: 16px; align-items: flex-start; }
.foryou-item span { font-size: 26px; flex-shrink: 0; }
.foryou-item h3 { margin: 0 0 4px; font-family: var(--font-display); font-size: 17px; font-weight: 700; }
.foryou-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ── RECEIVE (produto principal) ────────────────────────── */

.receive { background: var(--white); }

.receive-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.receive-figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(43, 33, 24, .16);
}
.receive-figure img { display: block; width: 100%; height: auto; }

.receive-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}
.receive-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 18px;
}
.receive-list { list-style: none; padding: 0; margin: 0; }
.receive-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.receive-list li::before { content: '✓'; margin-right: 10px; color: var(--green); }

/* ── BONUS ───────────────────────────────────────────────── */

.bonus { background: var(--sage); }

.bonus-items-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 44px;
}
.bonus-items-grid figure:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
.bonus-items-grid figure:nth-child(2) { grid-column: 3 / 5; grid-row: 1; }
.bonus-items-grid figure:nth-child(3) { grid-column: 5 / 7; grid-row: 1; }
.bonus-items-grid figure:nth-child(4) { grid-column: 2 / 4; grid-row: 2; }
.bonus-items-grid figure:nth-child(5) { grid-column: 4 / 6; grid-row: 2; }
.bonus-item-card {
  margin: 0;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(43, 33, 24, .12);
}
.bonus-item-card img { display: block; width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; }
.bonus-item-card figcaption { padding: 20px 22px 24px; position: relative; }

.bonus-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -38px 0 12px;
  box-shadow: 0 6px 16px rgba(43, 33, 24, .22);
}
.bonus-item-card h3 { margin: 0 0 5px; font-family: var(--font-display); font-size: 17px; font-weight: 700; }
.bonus-item-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ── OFFER (planos) ──────────────────────────────────────── */

.offer {
  background: linear-gradient(180deg, var(--cream) 0%, var(--sage) 100%);
}

.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 28px;
  align-items: stretch;
  margin-top: 44px;
}

.plan-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
}
.plan-card.featured {
  border: 2px solid var(--red);
  box-shadow: 0 24px 60px rgba(140, 31, 26, .16);
  position: relative;
}
.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.plan-figure {
  margin: 4px -32px 22px;
  overflow: hidden;
}
.plan-figure img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }

.plan-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin: 0 0 6px; text-align: center; }
.plan-sub { text-align: center; color: var(--quiet); font-size: 13px; margin: 0 0 8px; }
.plan-note { text-align: center; color: var(--red); font-size: 12px; font-weight: 600; margin: 0 0 22px; }

.plan-price { text-align: center; margin-bottom: 22px; }
.plan-price small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; }
.plan-price strong {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.plan-price sup { font-size: 20px; vertical-align: 18px; }
.plan-price .price-note { display: block; font-size: 14px; color: var(--quiet); margin-top: 6px; font-weight: 600; }

.plan-items { list-style: none; padding: 0; margin: 0 0 26px; flex-grow: 1; }
.plan-items li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.plan-items li.included { color: var(--ink); font-weight: 600; }
.plan-items li::before { content: '✓'; color: var(--green); flex-shrink: 0; }
.plan-items li.not-included { opacity: .45; }
.plan-items li.not-included::before { content: '–'; color: var(--quiet); }

.plan-cta {
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  background: var(--muted);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: transform 0.14s, box-shadow 0.14s;
}
.plan-card.featured .plan-cta {
  background: var(--red);
  box-shadow: 0 10px 26px rgba(140, 31, 26, .3);
}
.plan-cta:hover { transform: translateY(-2px); }

.offer-reassurance {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 32px 0 0;
  color: var(--quiet);
  font-size: 12px;
}

/* ── GUARANTEE ───────────────────────────────────────────── */

.guarantee-block { background: var(--white); }
.guarantee {
  max-width: 640px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
}
.guarantee > div {
  flex: 0 0 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
}
.guarantee p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.guarantee strong { display: block; color: var(--ink); font-size: 17px; margin-bottom: 4px; font-family: var(--font-display); }

/* ── HOW IT WORKS (como é o acesso) ──────────────────────── */

.how { background: var(--cream); }
.how-figure {
  margin: 44px 0 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(43, 33, 24, .14);
}
.how-figure img { display: block; width: 100%; height: auto; }
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
  text-align: center;
}
.how-steps div span {
  display: block;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: .1em;
  margin-bottom: 4px;
}
.how-steps div p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }

/* ── MISSION (propósito) ────────────────────────────────── */

.mission {
  background: var(--dark);
  color: #fff;
  text-align: center;
}
.mission h2 { color: var(--gold-light); max-width: 720px; margin: 0 auto; }
.mission .lead-copy { color: rgba(255,255,255,.68); max-width: 680px; }
.mission-signature { font-family: var(--font-hand); font-size: 24px; color: rgba(255,255,255,.55); margin-top: 20px; }

.lead-copy {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

/* ── FAQ ─────────────────────────────────────────────────── */

.faq { background: var(--paper); }

.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }

.faq summary {
  padding: 22px 2px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  user-select: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  color: var(--red);
  font-family: var(--font-display);
  font-size: 22px;
  flex-shrink: 0;
  transition: transform 0.18s;
  line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 2px 22px; color: var(--muted); font-size: 15px; line-height: 1.65; }

/* ── CLOSING ─────────────────────────────────────────────── */

.closing {
  background: var(--red);
  color: #fff;
}
.closing-content { width: 100%; padding-top: 60px; padding-bottom: 60px; }
.closing h2 {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.1;
}
.closing .lead-copy { color: rgba(255,255,255,.72); margin: 18px auto 32px; }
.closing .secure { color: rgba(255,255,255,.55); }
.closing .main-cta { background: #fff; color: var(--red); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.closing .main-cta small { color: rgba(140,31,26,.7); }

/* ── FOOTER ──────────────────────────────────────────────── */

footer {
  padding: 40px 24px;
  text-align: center;
  background: #150F0A;
  color: rgba(255,255,255,.4);
  font-size: 13px;
}
footer b { color: rgba(255,255,255,.8); font-family: var(--font-display); font-size: 15px; font-weight: 700; display: block; margin-bottom: 8px; }
footer p { margin: 8px 0; line-height: 1.65; }
footer a { color: rgba(255,255,255,.6); text-underline-offset: 3px; }

/* ── STICKY BUY BAR (MOBILE) ─────────────────────────────── */

.sticky-buy { display: none; }

/* ── RESPONSIVE ──────────────────────────────────────────── */

@media (max-width: 800px) {
  body { padding-bottom: 72px; }

  .sales-header { height: 58px; padding: 0 16px; }
  .header-cta { font-size: 10px; padding: 10px 13px; }

  .hero { padding: 48px 16px 56px; }
  .attention { font-size: 10px; }
  .hero h1 { font-size: 30px; }
  .hero-lead { font-size: 17px; }
  .hero-checks { gap: 8px 16px; }

  .sales-container { padding: 48px 18px; }

  .showcase-grid { grid-template-columns: 1fr; gap: 20px; }
  .benefit-list { grid-template-columns: 1fr; gap: 0; }
  .foryou-grid { grid-template-columns: 1fr; }
  .receive-grid { grid-template-columns: 1fr; gap: 32px; }
  .bonus-items-grid { grid-template-columns: 1fr; gap: 20px; }
  .bonus-items-grid figure { grid-column: auto !important; grid-row: auto !important; }
  .plans-grid { grid-template-columns: 1fr; gap: 40px 0; margin-top: 56px; }
  .how-steps { grid-template-columns: 1fr; gap: 20px; }

  .guarantee { flex-direction: column; text-align: center; padding: 28px 20px; }
  .guarantee p { text-align: center; }

  .offer-reassurance { flex-direction: column; align-items: center; gap: 10px; }

  .closing-content { padding-top: 48px; padding-bottom: 48px; }

  .sticky-buy {
    position: fixed;
    z-index: 40;
    left: 0; right: 0; bottom: 0;
    height: 72px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 30px rgba(0,0,0,.10);
  }
  .sticky-buy > div { display: grid; gap: 1px; }
  .sticky-buy small { font-size: 11px; color: var(--quiet); font-weight: 600; }
  .sticky-buy a {
    padding: 14px 16px;
    border-radius: 4px;
    background: var(--red);
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
}

@media (max-width: 600px) {
  .sp-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sp-inner > *:not(img) {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sp-inner img {
    align-self: stretch;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 27px; }
  .plan-price strong { font-size: 44px; }
  .benefit-list article { flex-direction: column; gap: 8px; }
}

/* ── BACKREDIRECT (oferta de saída) — paleta própria, escura + dourada ── */

body.exit-page {
  background: var(--dark);
  color: rgba(255,255,255,.85);
}

.exit-page .exit-hero {
  padding-top: 56px;
  background: var(--dark);
}

.exit-page .attention {
  background: rgba(217, 179, 108, .14);
  border-color: rgba(217, 179, 108, .4);
  color: var(--gold-light);
}

.exit-page h1 { color: #fff; }

.exit-page .hero-lead { color: rgba(255,255,255,.68); }
.exit-page .hero-lead strong { color: var(--gold-light); }

.exit-page .secure { color: rgba(255,255,255,.4); }

.exit-page footer { background: #0E0A06; }

.exit-offer-card {
  max-width: 520px;
  margin: 8px auto 0;
  padding: 36px 32px;
  background: var(--paper);
  border: 2px solid var(--gold);
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
  text-align: center;
}
.exit-offer-card .plan-items li { justify-content: flex-start; }

.exit-bonus-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 18px 0 24px;
}
.exit-bonus-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(43, 33, 24, .18);
}

.exit-page .guarantee {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.14);
}
.exit-page .guarantee > div { border-color: var(--gold-light); color: var(--gold-light); }
.exit-page .guarantee p { color: rgba(255,255,255,.6); }
.exit-page .guarantee strong { color: #fff; }

@media (max-width: 600px) {
  .exit-offer-card { padding: 28px 20px; }
  .exit-bonus-thumbs { grid-template-columns: repeat(5, 1fr); gap: 6px; }
}

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