/* ═══════════════════════════════════════
   NOVA PAGE V2 — DIREÇÃO HIGH TICKET
═══════════════════════════════════════ */
:root {
  --cream: #e6e5e5;
  --cream-2: #f3f0e8;
  --paper: #fbf8f0;
  --paper-soft: rgba(255,255,255,.64);
  --gold: #dedb88;
  --gold-2: #c8b86b;
  --marsala: #5e0f12;
  --marsala-2: #7d191d;
  --navy: #0a2b57;
  --navy-2: #071d3c;
  --ink: #121723;
  --muted: #62636b;
  --muted-dark: #475061;
  --line: rgba(10,43,87,.13);
  --line-warm: rgba(94,15,18,.16);
  --shadow: 0 24px 70px rgba(10,43,87,.14);
  --shadow-soft: 0 18px 44px rgba(10,43,87,.10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1120px;
  --text-max: 820px;
  --green: #1d6d45;
  --green-bg: #eaf5ef;
  --crimson: var(--marsala);
  --crimson-bg: #fbefed;
  --gold-bg: rgba(222,219,136,.23);
  --hero-txt: #fffaf0;
  --hero-muted: rgba(255,250,240,.76);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body {
  min-height: 100%;
  background:
    radial-gradient(circle at 12% -8%, rgba(222,219,136,.42), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(94,15,18,.16), transparent 28%),
    linear-gradient(180deg, #efeeee 0%, var(--cream) 42%, #efeee9 100%);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { padding-left: 20px; }
li { font-size: 16px; color: var(--ink); margin-bottom: 10px; line-height: 1.62; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(10,43,87,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,43,87,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 60%);
  z-index: 0;
}

.page-float { position: relative; z-index: 1; }
.wrap, .landing-shell, .hero-shell {
  width: min(calc(100% - 44px), var(--max));
  margin-inline: auto;
}

/* ═══════════════════════════════════════
   TIPOGRAFIA
═══════════════════════════════════════ */
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.06;
  color: var(--navy);
}
h1 { font-size: clamp(42px, 6vw, 76px); margin-bottom: 22px; }
h2 { font-size: clamp(31px, 4vw, 48px); margin-bottom: 18px; max-width: 900px; }
h3 { font-size: 19px; margin-bottom: 8px; }
p  { font-size: 17px; color: var(--muted-dark); margin-bottom: 16px; line-height: 1.78; }
p:last-child { margin-bottom: 0; }
strong { color: var(--navy); font-weight: 760; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--marsala);
  font-weight: 800;
  padding: 8px 14px;
  border: 1px solid rgba(94,15,18,.22);
  background: rgba(255,255,255,.56);
  border-radius: 999px;
  margin-bottom: 22px;
  box-shadow: 0 10px 28px rgba(10,43,87,.06);
}
.hl { color: var(--marsala); }
.hl-gold { color: var(--gold); }
.muted { color: var(--muted); }
.strike { text-decoration: line-through; color: rgba(255,255,255,.55); }
.center { text-align: center; }
.white { color: #fff; }

/* ═══════════════════════════════════════
   BARRA DE ESCASSEZ + NAV PREMIUM
═══════════════════════════════════════ */
.scarcity-bar {
  width: 100%;
  background: linear-gradient(90deg, var(--navy-2), var(--navy), var(--marsala));
  color: #fff;
  border-bottom: 1px solid rgba(222,219,136,.24);
  padding: 10px 48px 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  flex-wrap: wrap;
}
.scarcity-content { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.scarcity-msg { font-size: 13px; font-weight: 700; letter-spacing: .02em; color: rgba(255,255,255,.9); }
.scarcity-msg strong { color: var(--gold); }
.scarcity-timer { display: flex; align-items: center; gap: 4px; }
.sc-unit {
  min-width: 43px;
  padding: 5px 9px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  text-align: center;
}
.sc-num { display: block; font-family: Georgia, serif; font-size: 18px; font-weight: 700; line-height: 1; color: var(--gold); }
.sc-label { display: block; margin-top: 3px; color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.sc-sep { color: var(--gold); font-weight: 700; margin-bottom: 11px; }
.scarcity-close {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  border: 0; background: rgba(255,255,255,.08); color: rgba(255,255,255,.72);
  border-radius: 999px; width: 28px; height: 28px; cursor: pointer;
}
.scarcity-close:hover { color: #fff; background: rgba(255,255,255,.14); }

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(18px);
  background: rgba(230,229,229,.74);
  border-bottom: 1px solid rgba(10,43,87,.08);
}
.landing-nav .landing-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 16px;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--navy);
}
.brand-mark::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--marsala);
  box-shadow: 0 0 0 5px rgba(94,15,18,.10);
}
.brand-mark span { color: var(--marsala); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-link {
  color: var(--navy);
  font-size: 13px;
  font-weight: 750;
  opacity: .82;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(10,43,87,.18);
}

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero {
  width: 100%;
  padding: clamp(28px, 4vw, 46px) 0 clamp(48px, 7vw, 88px);
  border: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(222,219,136,.20), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(94,15,18,.20), transparent 34%);
}
.hero-shell {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(24px, 4.6vw, 58px);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(10,43,87,.98) 0%, rgba(7,29,60,.96) 54%, rgba(94,15,18,.94) 100%);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.13);
  overflow: hidden;
  position: relative;
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: -40% -15% auto auto;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222,219,136,.18), transparent 68%);
  pointer-events: none;
}
.hero-text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0;
  max-width: 660px;
}
.hero .eyebrow {
  width: max-content;
  max-width: 100%;
  color: var(--gold);
  border-color: rgba(222,219,136,.30);
  background: rgba(255,255,255,.07);
  box-shadow: none;
}
.hero h1 { color: var(--hero-txt); font-size: clamp(42px, 5.55vw, 72px); letter-spacing: -.045em; }
.hero h1 .hl-gold { color: var(--gold); }
.hero .sub {
  max-width: 600px;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.68;
  color: var(--hero-muted);
  margin: 0 0 30px;
}
.hero .sub strong { color: #fff; }
.hero .cta-sub-dark { color: rgba(255,250,240,.68); font-size: 13px; text-align: left; margin-top: 14px; }
.hero .cta-sub-dark strong { color: #fff; }
.hero-proof {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,250,240,.83);
  font-size: 13px;
  font-weight: 750;
}
.hero-img {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(222,219,136,.28);
  background: rgba(255,255,255,.06);
  box-shadow: 0 26px 72px rgba(0,0,0,.25);
  z-index: 1;
}
.hero-img::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  z-index: 2;
  pointer-events: none;
}
.hero-img picture, .hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-img img {
  object-fit: cover;
  object-position: center top;
  filter: saturate(.96) contrast(1.02);
}

/* CTA */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 58px;
  padding: 18px 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--marsala), var(--marsala-2));
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .055em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(94,15,18,.24), inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.cta-btn:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 22px 42px rgba(94,15,18,.30); }
.cta-btn:active { transform: translateY(0); }
.hero .cta-btn, .bg-navy .cta-btn, .price-summary-light + .cta-btn {
  background: linear-gradient(135deg, #f2ef9e, var(--gold));
  color: var(--navy);
  box-shadow: 0 18px 46px rgba(222,219,136,.20), inset 0 1px 0 rgba(255,255,255,.55);
}
.cta-sub-dark, .cta-sub-light { font-size: 13px; color: var(--muted); text-align: center; margin-top: 12px; }

/* ═══════════════════════════════════════
   TICKER
═══════════════════════════════════════ */
.ticker-wrap {
  width: min(calc(100% - 44px), var(--max));
  margin: -24px auto 32px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(10,43,87,.10);
  border-radius: 999px;
  overflow: hidden;
  padding: 12px 0;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 4;
}
.ticker-track { display: flex; width: max-content; animation: ticker-scroll 34s linear infinite; }
.ticker-wrap:hover .ticker-track { animation-play-state: paused; }
.ticker-item {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--navy);
  padding: 0 28px;
  white-space: nowrap;
}
.ticker-sep { color: var(--marsala); font-size: 14px; align-self: center; flex-shrink: 0; opacity: .78; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════════════════════════════════
   SEÇÕES
═══════════════════════════════════════ */
section {
  padding: clamp(34px, 6vw, 76px) 0;
  border-top: 0;
  position: relative;
}
section .wrap {
  max-width: var(--max);
  padding: clamp(30px, 5vw, 58px);
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(10,43,87,.10);
  box-shadow: 0 16px 42px rgba(10,43,87,.07);
  backdrop-filter: blur(12px);
}
section.bg-alt { background: transparent; }
section.bg-alt .wrap { background: rgba(248,246,238,.72); }
section .wrap > p, .intro-copy p, .final-copy p { max-width: var(--text-max); }
section .wrap.center > p, .final-copy.center p { margin-left: auto; margin-right: auto; }

.callout {
  max-width: 900px;
  margin: 28px 0;
  padding: 24px 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(222,219,136,.30), rgba(255,255,255,.44));
  border: 1px solid rgba(222,219,136,.55);
  box-shadow: 0 14px 34px rgba(10,43,87,.07);
  position: relative;
}
.callout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 99px;
  background: var(--marsala);
}
.callout p { font-family: Georgia, serif; font-size: 20px; line-height: 1.58; color: var(--navy); font-style: italic; font-weight: 650; padding-left: 8px; }

.pain {
  max-width: 900px;
  margin: 30px 0 26px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(94,15,18,.08), rgba(255,255,255,.52));
  border: 1px solid rgba(94,15,18,.18);
  box-shadow: var(--shadow-soft);
}
.pain-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--marsala);
  font-size: 11px;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 900;
}
.pain ul, .fit-yes ul, .fit-no ul { list-style: none; padding-left: 0; }
.pain li, .fit-yes li, .fit-no li { position: relative; padding-left: 30px; margin-bottom: 12px; }
.pain li::before, .fit-no li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--marsala);
  font-weight: 900;
}
.fit-yes li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--green); font-weight: 900; }

.villain-quote {
  max-width: 900px;
  margin: 34px 0;
  padding: 32px 30px;
  text-align: center;
  font-family: Georgia, serif;
  font-size: clamp(23px, 3vw, 34px);
  color: var(--navy);
  line-height: 1.25;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(10,43,87,.08), rgba(222,219,136,.24));
  border: 1px solid rgba(10,43,87,.12);
  box-shadow: var(--shadow-soft);
}

.proof-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; }
.proof-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(10,43,87,.06);
  border: 1px solid rgba(10,43,87,.12);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

/* ═══════════════════════════════════════
   AUTORIDADE
═══════════════════════════════════════ */
.authority-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
  margin-top: 24px;
}
.fran-photo-wrap { position: sticky; top: 92px; }
.fran-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 16px -14px -14px 16px;
  border-radius: 26px;
  border: 1px solid rgba(222,219,136,.82);
  opacity: .75;
  z-index: 0;
}
.fran-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  border: 1px solid rgba(10,43,87,.12);
  box-shadow: var(--shadow);
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  margin-top: 30px;
}
.stat {
  padding: 18px 12px;
  text-align: center;
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(10,43,87,.10);
  box-shadow: 0 10px 24px rgba(10,43,87,.06);
}
.stat-icon { font-size: 21px; line-height: 1; margin-bottom: 7px; }
.stat .n { font-family: Georgia, serif; font-size: 26px; line-height: 1; font-weight: 700; color: var(--marsala); }
.stat .l { margin-top: 6px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); font-weight: 850; }

/* ═══════════════════════════════════════
   CARDS — PILARES, ETAPAS, PROVAS
═══════════════════════════════════════ */
.pillars, .proof-grid, .fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.pillar, .stage, .quote, .fit-box, details, .recap-item {
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(10,43,87,.10);
  box-shadow: 0 12px 30px rgba(10,43,87,.06);
}
.pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px;
  border-radius: 22px;
}
.pillar-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(222,219,136,.28);
  border: 1px solid rgba(222,219,136,.58);
  font-size: 23px;
}
.pillar h3 { color: var(--navy); font-size: 19px; }
.pillar p { font-size: 14.5px; line-height: 1.65; color: var(--muted-dark); }

.stages { display: grid; gap: 14px; margin-top: 30px; }
.stage {
  display: grid;
  grid-template-columns: auto auto minmax(0,1fr);
  gap: 14px;
  align-items: start;
  padding: 24px;
  border-radius: 22px;
  border-left: 4px solid var(--marsala);
}
.stage-icon { font-size: 24px; line-height: 1; }
.stage .badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 900;
  white-space: nowrap;
}
.stage h3 { color: var(--navy); }
.stage p { font-size: 14.5px; }

.quote {
  position: relative;
  border-radius: 24px;
  padding: 32px 26px 24px;
  overflow: hidden;
}
.quote::before {
  content: "\201C";
  position: absolute;
  top: -14px;
  left: 16px;
  font-family: Georgia, serif;
  font-size: 98px;
  color: rgba(94,15,18,.13);
  line-height: 1;
}
.quote p { position: relative; font-size: 16px; color: var(--ink); font-style: italic; padding-left: 24px; }
.quote .author { display: block; margin-top: 16px; padding-left: 24px; color: var(--navy); font-size: 14px; font-weight: 900; }
.quote .result {
  display: inline-flex;
  margin: 12px 0 0 24px;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(29,109,69,.09);
  border: 1px solid rgba(29,109,69,.16);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}
.proof-note { max-width: 820px; margin: 20px auto 0; text-align: center; font-size: 13.5px; color: var(--muted); }

.fit-box { border-radius: 24px; padding: 28px; }
.fit-yes { background: linear-gradient(135deg, rgba(29,109,69,.10), rgba(255,255,255,.60)); border-top: 4px solid var(--green); }
.fit-no { background: linear-gradient(135deg, rgba(94,15,18,.09), rgba(255,255,255,.60)); border-top: 4px solid var(--marsala); }
.fit-yes h3 { color: var(--green); font-size: 18px; margin-bottom: 16px; }
.fit-no h3 { color: var(--marsala); font-size: 18px; margin-bottom: 16px; }
.fit-box li { color: var(--muted-dark); font-size: 15px; }

.urgency-box {
  max-width: 940px;
  margin: 30px 0;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(222,219,136,.30), rgba(255,255,255,.62));
  border: 1px solid rgba(222,219,136,.55);
  box-shadow: var(--shadow-soft);
}
.urgency-box p { color: var(--muted-dark); font-size: 17px; }

/* ═══════════════════════════════════════
   OFERTA
═══════════════════════════════════════ */
.bg-navy {
  margin-top: clamp(28px, 5vw, 56px);
  padding: clamp(56px, 8vw, 94px) 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(222,219,136,.18), transparent 26%),
    radial-gradient(circle at 94% 18%, rgba(94,15,18,.32), transparent 28%),
    linear-gradient(135deg, var(--navy-2), var(--navy) 56%, #481012);
}
.bg-navy .wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 22px;
}
.bg-navy .eyebrow { color: var(--gold); border-color: rgba(222,219,136,.35); background: rgba(255,255,255,.06); }
.bg-navy h2 { color: var(--hero-txt); }
.bg-navy p { color: rgba(255,250,240,.75); }
.offer-box {
  max-width: 980px;
  margin: 34px auto 0;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  border: 1px solid rgba(222,219,136,.30);
  box-shadow: 0 30px 90px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
}
.offer-title { font-family: Georgia, serif; font-size: clamp(22px, 3vw, 32px); color: #fff; text-align: center; margin-bottom: 6px; }
.offer-sub { color: rgba(255,250,240,.62); text-align: center; font-size: 14px; margin-bottom: 30px; }
.stack-item {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(222,219,136,.17);
}
.item-name { color: #fff; font-size: 15.5px; font-weight: 900; margin-bottom: 5px; }
.item-desc { color: rgba(255,250,240,.60); font-size: 13.5px; line-height: 1.55; }
.item-val { color: var(--gold); font-size: 14px; font-weight: 900; white-space: nowrap; }
.stack-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(222,219,136,.32);
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}
.price-block {
  margin: 34px auto 26px;
  padding: clamp(28px, 5vw, 46px);
  max-width: 680px;
  text-align: center;
  border-radius: 28px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(222,219,136,.30);
}
.price-from { margin-bottom: 8px; font-size: 15px; color: rgba(255,250,240,.55); }
.price-label { font-family: Georgia, serif; font-size: 20px; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; font-style: italic; font-weight: 700; }
.price-big { margin-top: 8px; color: #fff; font-family: Georgia, serif; font-size: clamp(52px, 8vw, 82px); line-height: .95; font-weight: 700; }
.price-installments { font-size: .36em; }
.price-cents { font-size: .45em; vertical-align: super; }
.price-split { margin-top: 14px; color: rgba(255,250,240,.64); font-size: 14px; }
.price-split strong { color: #fff !important; }

/* ═══════════════════════════════════════
   GARANTIA, FAQ, CTA FINAL, FOOTER
═══════════════════════════════════════ */
.guarantee {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 24px;
  align-items: start;
  max-width: 920px;
  margin-top: 28px;
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(10,43,87,.10);
  box-shadow: var(--shadow-soft);
}
.seal {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 800;
  color: var(--gold);
  background: var(--navy);
  border: 3px solid var(--gold);
  box-shadow: 0 16px 34px rgba(10,43,87,.18);
}
.guarantee h3 { color: var(--navy); font-size: 22px; }
.guarantee p { font-size: 15.5px; }

details {
  border-radius: 18px;
  margin-bottom: 12px;
  overflow: hidden;
}
details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 850;
}
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; color: var(--marsala); font-size: 24px; line-height: 1; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details .answer { padding: 0 22px 22px; color: var(--muted-dark); font-size: 15px; line-height: 1.72; }

.checklist { list-style: none; padding: 0; margin: 0 0 28px; }
.checklist li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  border-bottom: 1px solid rgba(10,43,87,.10);
  padding: 12px 0;
  color: var(--ink);
}
.checklist li::before { content: "✓"; color: var(--green); font-weight: 900; }
.price-summary-light {
  max-width: 680px;
  margin: 30px auto;
  padding: 34px 26px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  border: 1px solid rgba(222,219,136,.28);
  box-shadow: var(--shadow-soft);
}
.price-summary-light .old { color: rgba(255,255,255,.45); text-decoration: line-through; font-size: 15px; }
.price-summary-light .now { color: #fff; font-family: Georgia, serif; font-size: clamp(46px, 7vw, 68px); line-height: 1.05; font-weight: 700; }
.price-summary-light .note { color: rgba(255,255,255,.62); font-size: 14px; margin-top: 8px; }

.recap-wrap { max-width: 900px; margin: 30px auto 0; text-align: left; }
.recap-main {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(222,219,136,.32), rgba(255,255,255,.58));
  border: 1px solid rgba(222,219,136,.55);
  box-shadow: var(--shadow-soft);
  margin-bottom: 16px;
}
.recap-main .ri { font-size: 30px; }
.recap-main .rl { font-size: 16px; font-weight: 950; color: var(--navy); margin-bottom: 3px; }
.recap-main .rd { color: var(--muted); font-size: 13px; }
.recap-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-bottom: 16px; }
.recap-item { display: flex; gap: 10px; align-items: start; border-radius: 16px; padding: 14px 16px; }
.recap-item .rc { color: var(--green); font-weight: 900; }
.recap-item .rn { color: var(--muted-dark); font-size: 14px; line-height: 1.5; }
.recap-item .rn strong { color: var(--navy); }
.recap-extras { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.recap-extra-pill { border-radius: 999px; padding: 10px 15px; background: rgba(29,109,69,.09); border: 1px solid rgba(29,109,69,.16); color: var(--green); font-size: 13px; font-weight: 900; }

footer {
  padding: 46px 22px;
  text-align: center;
  background: rgba(10,43,87,.06);
  border-top: 1px solid rgba(10,43,87,.10);
}
footer p { font-size: 13px; color: var(--muted); margin-bottom: 8px; }
footer strong { color: var(--navy); }
footer .legal { max-width: 700px; margin: 18px auto 0; color: rgba(71,80,97,.72); font-size: 11px; line-height: 1.65; }

/* ═══════════════════════════════════════
   STICKY CTA MOBILE
═══════════════════════════════════════ */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(7,29,60,.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(222,219,136,.32);
  box-shadow: 0 -18px 44px rgba(0,0,0,.24);
}
.sticky-cta .sticky-price { color: rgba(255,250,240,.68); font-size: 12px; line-height: 1.3; }
.sticky-cta .sticky-price strong { display: block; color: var(--gold); font-size: 16px; font-family: Georgia, serif; }
.sticky-cta .sticky-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ═══════════════════════════════════════
   SCROLL REVEAL
═══════════════════════════════════════ */
.js .reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .78s ease, transform .78s ease;
}
.js .reveal-ready.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
  .js .reveal-ready { opacity: 1 !important; transform: none !important; }
}

/* ═══════════════════════════════════════
   RESPONSIVO
═══════════════════════════════════════ */
@media (max-width: 920px) {
  .hero-shell { grid-template-columns: 1fr; min-height: auto; padding: 22px; }
  .hero-img { order: 1; min-height: 440px; }
  .hero-text { order: 2; padding: 10px 4px 8px; }
  .hero .cta-sub-dark { text-align: center; }
  .hero-proof { margin-inline: auto; text-align: center; }
  .authority-layout { grid-template-columns: 1fr; }
  .fran-photo-wrap { position: relative; top: auto; max-width: 420px; }
  .stats-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pillars, .proof-grid, .fit-grid, .recap-grid { grid-template-columns: 1fr; }
}
@media (max-width: 639px) {
  body { padding-bottom: 76px; }
  .wrap, .landing-shell, .hero-shell, .ticker-wrap { width: min(calc(100% - 28px), var(--max)); }
  .landing-nav .landing-shell { padding-block: 12px; }
  .nav-link { display: none; }
  .nav-cta { min-height: 36px; padding-inline: 14px; font-size: 11px; }
  .brand-mark { font-size: 12px; letter-spacing: .09em; }
  .scarcity-bar { padding: 9px 42px 9px 12px; }
  .scarcity-msg { font-size: 12px; text-align: center; }
  .sc-unit { min-width: 38px; padding: 4px 7px; }
  .sc-num { font-size: 16px; }
  .hero { padding-top: 18px; padding-bottom: 34px; }
  .hero-shell { border-radius: 26px; }
  .hero-img { min-height: 360px; border-radius: 22px; }
  .hero-img::before { inset: 10px; border-radius: 17px; }
  .hero h1 { font-size: clamp(36px, 12vw, 48px); text-align: left; }
  .hero .sub { font-size: 16px; }
  .cta-btn { width: 100%; min-height: 56px; padding-inline: 18px; font-size: 12.5px; }
  .ticker-wrap { margin: -16px auto 22px; border-radius: 18px; }
  section { padding: 22px 0; }
  section .wrap { padding: 28px 20px; border-radius: 24px; }
  h2 { font-size: 30px; }
  p { font-size: 16px; line-height: 1.72; }
  .stage { grid-template-columns: auto minmax(0,1fr); }
  .stage .badge { grid-column: 1 / -1; width: fit-content; }
  .stack-item { grid-template-columns: 1fr; gap: 8px; }
  .item-val { justify-self: start; }
  .guarantee { grid-template-columns: 1fr; text-align: left; }
  .seal { width: 82px; height: 82px; }
  .sticky-cta { display: flex; }
}
@media (max-width: 420px) {
  .hero-img { min-height: 320px; }
  .hero h1 { font-size: 35px; }
  .price-big { font-size: 48px; }
  .price-installments { display: block; font-size: 22px; margin-bottom: 4px; }
}


/* ═══════════════════════════════════════
   AJUSTES V2.1 — REFINO DE LAYOUT
═══════════════════════════════════════ */
.landing-nav { display: none !important; }

.scarcity-bar {
  position: relative !important;
  top: auto !important;
  z-index: 10;
  padding: 10px 48px 10px 16px;
}

.hero {
  padding: clamp(20px, 3vw, 34px) 0 clamp(36px, 5.5vw, 68px);
}
.hero-shell {
  min-height: 0;
  align-items: center;
  padding: clamp(22px, 4vw, 46px);
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .86fr);
}
.hero-text {
  max-width: 590px;
}
.hero h1 {
  font-size: clamp(34px, 4.25vw, 56px) !important;
  line-height: 1.08;
  margin-bottom: 18px;
}
.hero .sub {
  max-width: 560px;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.62;
  margin-bottom: 22px;
}
.hero-proof {
  margin-inline: auto;
  text-align: center;
}
.hero-img {
  min-height: clamp(430px, 42vw, 520px);
}

/* Foto da seção de autoridade sem efeito sticky/parallax */
.fran-photo-wrap {
  position: relative !important;
  top: auto !important;
}

/* CTAs centralizados e verdes */
.cta-btn,
.hero .cta-btn,
.bg-navy .cta-btn,
.price-summary-light + .cta-btn,
.sticky-cta .sticky-btn,
.nav-cta {
  background: linear-gradient(135deg, #145c37, #1d6d45) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(20,92,55,.24), inset 0 1px 0 rgba(255,255,255,.16) !important;
}
.cta-btn {
  display: flex;
  width: fit-content;
  max-width: min(100%, 640px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero .cta-btn {
  align-self: center;
}
.cta-btn:hover,
.hero .cta-btn:hover,
.bg-navy .cta-btn:hover,
.price-summary-light + .cta-btn:hover {
  box-shadow: 0 20px 40px rgba(20,92,55,.30), inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.hero .cta-sub-dark,
.cta-sub-dark,
.cta-sub-light {
  text-align: center;
}

@media (max-width: 1080px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(310px, .78fr);
    gap: 26px;
  }
  .hero h1 { font-size: clamp(32px, 4.8vw, 48px) !important; }
  .hero-img { min-height: 440px; }
}

@media (max-width: 920px) {
  .hero-shell {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .hero-img {
    order: 1;
    min-height: 390px;
  }
  .hero-img img {
    object-position: center bottom !important;
  }
  .hero-text {
    order: 2;
    max-width: 100%;
    text-align: center;
  }
  .hero .eyebrow {
    margin-inline: auto;
  }
  .hero h1 {
    text-align: center !important;
  }
}

@media (max-width: 639px) {
  body { padding-bottom: 76px; }
  .wrap, .hero-shell, .ticker-wrap {
    width: min(calc(100% - 28px), var(--max));
  }
  .scarcity-bar {
    padding: 9px 42px 9px 12px;
  }
  .hero {
    padding-top: 16px;
    padding-bottom: 28px;
  }
  .hero-shell {
    border-radius: 24px;
    padding: 16px;
    gap: 18px;
  }
  .hero-img {
    min-height: 315px;
    border-radius: 20px;
  }
  .hero-img img {
    object-fit: cover;
    object-position: center bottom !important;
  }
  .hero h1 {
    font-size: clamp(28px, 8.9vw, 36px) !important;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  .hero .sub {
    font-size: 15.5px;
    line-height: 1.58;
    margin-bottom: 18px;
  }
  .hero-proof {
    width: 100%;
    justify-content: center;
    border-radius: 18px;
  }
  .cta-btn {
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    padding: 15px 16px;
    font-size: 12px;
    line-height: 1.25;
  }
  section .wrap {
    padding: 26px 18px;
  }
}

@media (max-width: 420px) {
  .hero-img {
    min-height: 285px;
  }
  .hero h1 {
    font-size: 29px !important;
  }
  .scarcity-content {
    gap: 8px;
  }
}

/* ═══════════════════════════════════════
   AJUSTES V2.2 — MOBILE SEM CORTES NO HERO
════════════════════════════════════════ */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero-shell,
.hero-text,
.hero-img,
.hero h1,
.hero .sub,
.hero .eyebrow,
.hero .cta-sub-dark,
.hero-proof,
.cta-btn {
  min-width: 0;
  max-width: 100%;
}

.hero h1,
.hero .sub,
.hero .cta-sub-dark,
.hero-proof,
.cta-btn {
  overflow-wrap: normal;
  word-break: normal;
}

.hero .eyebrow {
  white-space: normal;
  overflow-wrap: normal;
}

.cta-btn,
.sticky-cta .sticky-btn {
  white-space: normal !important;
}

@media (max-width: 639px) {
  .wrap,
  .hero-shell,
  .ticker-wrap {
    width: calc(100% - 20px) !important;
  }

  .hero {
    padding-top: 12px !important;
    padding-bottom: 24px !important;
  }

  .hero-shell {
    padding: 14px !important;
    gap: 16px !important;
    border-radius: 22px !important;
    overflow: hidden;
  }

  .hero-text {
    padding: 0 2px 4px !important;
    width: 100%;
  }

  .hero .eyebrow {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 9px !important;
    line-height: 1.35;
    letter-spacing: .105em !important;
    padding: 7px 9px !important;
    margin-bottom: 14px !important;
  }

  .hero h1 {
    font-size: clamp(25px, 7.3vw, 30px) !important;
    line-height: 1.13 !important;
    letter-spacing: -.035em !important;
    margin-bottom: 12px !important;
    width: 100%;
  }

  .hero .sub {
    font-size: 14.3px !important;
    line-height: 1.58 !important;
    margin-bottom: 16px !important;
    width: 100%;
  }

  .hero .cta-sub-dark {
    font-size: 11.5px !important;
    line-height: 1.55 !important;
    margin-top: 12px !important;
    width: 100%;
  }

  .hero-proof {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.45;
    padding: 11px 10px !important;
    border-radius: 17px !important;
  }

  .hero .cta-btn,
  .cta-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 15px 14px !important;
    font-size: 11.2px !important;
    line-height: 1.28 !important;
    letter-spacing: .045em !important;
  }

  .hero-img {
    min-height: 330px !important;
    border-radius: 20px !important;
  }

  .hero-img img {
    object-fit: cover !important;
    object-position: center bottom !important;
  }

  .scarcity-content,
  .scarcity-msg,
  .scarcity-timer {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .hero-shell {
    padding: 12px !important;
  }

  .hero-img {
    min-height: 315px !important;
  }

  .hero h1 {
    font-size: 26px !important;
  }

  .hero .sub {
    font-size: 14px !important;
  }

  .hero .eyebrow {
    font-size: 8.4px !important;
    letter-spacing: .085em !important;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 24px !important;
  }

  .hero-img {
    min-height: 295px !important;
  }
}

/* ═══════════════════════════════════════
   AJUSTES V2.3 — MARSALA HIGH TICKET + LOGO 15D
════════════════════════════════════════ */
:root {
  --cream: #e6e5e5;
  --cream-2: #f5f1e7;
  --paper: #fffaf0;
  --gold: #dedb88;
  --gold-2: #c9a94f;
  --marsala: #5e0f12;
  --marsala-2: #8f1915;
  --marsala-dark: #31080a;
  --navy: #0a2b57;
  --navy-2: #071d3c;
  --green: #145c37;
  --green-2: #1d6d45;
  --line: rgba(94,15,18,.13);
  --line-warm: rgba(94,15,18,.18);
  --shadow: 0 24px 70px rgba(94,15,18,.15);
  --shadow-soft: 0 18px 44px rgba(94,15,18,.09);
}

html, body {
  background:
    radial-gradient(circle at 10% -7%, rgba(222,219,136,.48), transparent 31%),
    radial-gradient(circle at 92% 8%, rgba(94,15,18,.18), transparent 30%),
    radial-gradient(circle at 78% 62%, rgba(10,43,87,.045), transparent 28%),
    linear-gradient(180deg, #f0eeee 0%, #e6e5e5 42%, #f2eee5 100%) !important;
}
body::before {
  background-image:
    linear-gradient(rgba(94,15,18,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94,15,18,.030) 1px, transparent 1px) !important;
}

h1, h2, h3 { color: var(--marsala); }
strong { color: var(--marsala); }
.hero strong, .bg-navy strong, .price-summary-light strong { color: #fff; }

.eyebrow {
  color: var(--marsala) !important;
  border-color: rgba(94,15,18,.22) !important;
  background: rgba(255,250,240,.62) !important;
}
.hl { color: var(--marsala); }
.hl-gold { color: var(--gold); }

.scarcity-bar {
  background: linear-gradient(90deg, #3b090b 0%, var(--marsala) 52%, #8f1915 100%) !important;
  border-bottom: 1px solid rgba(222,219,136,.34) !important;
}
.scarcity-msg strong,
.sc-num,
.sc-sep { color: var(--gold) !important; }
.sc-unit {
  background: rgba(222,219,136,.10) !important;
  border-color: rgba(222,219,136,.22) !important;
}

.hero-shell {
  background:
    radial-gradient(circle at 7% 12%, rgba(222,219,136,.18), transparent 25%),
    radial-gradient(circle at 88% 18%, rgba(10,43,87,.18), transparent 26%),
    linear-gradient(135deg, #33080a 0%, var(--marsala) 52%, #220608 100%) !important;
  border: 1px solid rgba(222,219,136,.28) !important;
  box-shadow: 0 30px 90px rgba(94,15,18,.22), inset 0 1px 0 rgba(255,255,255,.13) !important;
}
.hero-shell::before {
  background: radial-gradient(circle, rgba(222,219,136,.22), transparent 68%) !important;
}
.hero-shell::after {
  content: "";
  position: absolute;
  right: clamp(-120px, -7vw, -44px);
  bottom: clamp(-140px, -9vw, -60px);
  width: clamp(310px, 34vw, 500px);
  height: clamp(310px, 34vw, 500px);
  background: url('../images/desafio-15d-logo.png') center / contain no-repeat;
  opacity: .07;
  pointer-events: none;
  z-index: 0;
}
.hero-logo-mark {
  width: clamp(112px, 12vw, 162px);
  height: auto;
  margin: 0 0 18px;
  opacity: .93;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.22));
}
.hero .eyebrow {
  color: var(--gold) !important;
  border-color: rgba(222,219,136,.34) !important;
  background: rgba(255,255,255,.07) !important;
}
.hero h1 { color: #fffaf0 !important; }
.hero h1 .hl-gold { color: var(--gold) !important; }
.hero .sub { color: rgba(255,250,240,.76) !important; }
.hero-img {
  border-color: rgba(222,219,136,.38) !important;
  box-shadow: 0 26px 72px rgba(0,0,0,.28), 0 0 0 1px rgba(222,219,136,.08) !important;
}

.ticker-wrap {
  border-color: rgba(94,15,18,.13) !important;
  background: rgba(255,250,240,.72) !important;
}
.ticker-item { color: var(--marsala) !important; }
.ticker-sep { color: var(--gold-2) !important; opacity: 1 !important; }

section .wrap {
  border-color: rgba(94,15,18,.10) !important;
  box-shadow: 0 16px 42px rgba(94,15,18,.06) !important;
}
section.bg-alt .wrap { background: rgba(255,250,240,.62) !important; }
.callout,
.urgency-box,
.recap-main {
  background: linear-gradient(135deg, rgba(222,219,136,.30), rgba(255,250,240,.60)) !important;
  border-color: rgba(222,219,136,.58) !important;
}
.callout p,
.villain-quote { color: var(--marsala) !important; }
.callout::before { background: var(--marsala) !important; }

.pain,
.fit-no {
  background: linear-gradient(135deg, rgba(94,15,18,.095), rgba(255,250,240,.62)) !important;
  border-color: rgba(94,15,18,.20) !important;
}
.proof-pill,
.stage,
.pillar,
.quote,
.fit-box,
details,
.recap-item,
.stat {
  border-color: rgba(94,15,18,.10) !important;
  box-shadow: 0 12px 30px rgba(94,15,18,.055) !important;
}
.pillar-icon {
  background: rgba(222,219,136,.30) !important;
  border-color: rgba(222,219,136,.62) !important;
}
.stage { border-left-color: var(--marsala) !important; }
.stage .badge,
.seal {
  background: var(--navy) !important;
  color: #fff !important;
}
.stage .badge { box-shadow: 0 10px 22px rgba(10,43,87,.12); }
.stat .n,
.quote .author,
.recap-item .rn strong,
details summary,
.guarantee h3 { color: var(--marsala) !important; }

.bg-navy {
  background:
    radial-gradient(circle at 11% 14%, rgba(222,219,136,.20), transparent 27%),
    radial-gradient(circle at 91% 15%, rgba(10,43,87,.18), transparent 26%),
    linear-gradient(135deg, #2b0708 0%, var(--marsala) 58%, #210507 100%) !important;
}
.bg-navy .eyebrow {
  color: var(--gold) !important;
  border-color: rgba(222,219,136,.38) !important;
  background: rgba(255,255,255,.055) !important;
}
.bg-navy h2 { color: #fffaf0 !important; }
.offer-box {
  position: relative;
  overflow: hidden;
  border-color: rgba(222,219,136,.34) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.045)) !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.13) !important;
}
.offer-box::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -100px;
  width: 300px;
  height: 300px;
  background: url('../images/desafio-15d-logo.png') center / contain no-repeat;
  opacity: .075;
  pointer-events: none;
}
.offer-box > * { position: relative; z-index: 1; }
.offer-title { color: var(--gold) !important; }
.item-val,
.price-label { color: var(--gold) !important; }
.stack-total { border-top-color: rgba(222,219,136,.42) !important; }
.price-block {
  background: rgba(0,0,0,.22) !important;
  border-color: rgba(222,219,136,.34) !important;
}
.price-summary-light {
  background:
    radial-gradient(circle at 10% 12%, rgba(222,219,136,.19), transparent 28%),
    linear-gradient(135deg, var(--marsala), #33080a) !important;
  border-color: rgba(222,219,136,.34) !important;
}

.cta-btn,
.hero .cta-btn,
.bg-navy .cta-btn,
.price-summary-light + .cta-btn,
.sticky-cta .sticky-btn,
.nav-cta {
  background: linear-gradient(135deg, var(--green), var(--green-2)) !important;
  color: #fff !important;
}
.sticky-cta {
  background: rgba(49,8,10,.95) !important;
  border-top-color: rgba(222,219,136,.34) !important;
}
.sticky-cta .sticky-price strong { color: var(--gold) !important; }

footer {
  background: rgba(94,15,18,.055) !important;
  border-top-color: rgba(94,15,18,.12) !important;
}
footer strong { color: var(--marsala) !important; }

@media (max-width: 920px) {
  .hero-logo-mark { margin-left: auto; margin-right: auto; }
}
@media (max-width: 639px) {
  .hero-logo-mark {
    width: 104px;
    margin-bottom: 12px;
  }
  .hero-shell::after {
    width: 280px;
    height: 280px;
    right: -110px;
    bottom: -100px;
    opacity: .055;
  }
  .offer-box::before {
    width: 220px;
    height: 220px;
    right: -82px;
    top: -76px;
    opacity: .055;
  }
}


/* Ajustes solicitados — remove logo 15D e organiza recap final */
.hero-logo-mark { display: none !important; }
.hero-shell::after,
.offer-box::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
.recap-grid-complete {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  align-items: stretch !important;
}
.recap-grid-complete .recap-item {
  min-height: 58px;
  height: 100%;
  align-items: center;
}
@media (max-width: 639px) {
  .recap-grid-complete {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .recap-grid-complete .recap-item {
    min-height: auto;
  }
}
