/* ============================================================
   VÓ TEREZA — LANDING PAGE
   Paleta: Marrom escuro + Dourado + Creme + Verde CTA
   ============================================================ */
:root {
  --brown-deep:  #2A1006;
  --brown-dark:  #3E1F0D;
  --brown-mid:   #7B4A1E;
  --brown-warm:  #A0622A;
  --orange:      #C8922A;
  --gold:        #C8922A;
  --gold-light:  #E8C98A;
  --cream:       #FBF5E6;
  --cream-dark:  #F2E4C4;
  --white:       #FFFDF7;
  --text-dark:   #3E1F0D;
  --text-mid:    #7B4A1E;
  --cta-green:   #1A8F3C;
  --cta-green-h: #157330;
  --green-badge: #27AE60;
  --shadow:      0 4px 24px rgba(62,31,13,.10);
  --shadow-lg:   0 8px 48px rgba(62,31,13,.18);
  --r:           14px;
  --r-sm:        8px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Lato', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.65;
  overflow-x: hidden;
}

/* ── UTILS ── */
.container { max-width: 1060px; margin: 0 auto; padding: 0 20px; }
.section   { padding: 72px 0; }
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }

.section-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 16px;
  background: rgba(200,146,42,.14);
  border: 1.5px solid rgba(200,146,42,.38);
  color: #C8922A;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 100px;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 900;
  color: var(--brown-dark);
  line-height: 1.15;
  margin-bottom: 14px;
  text-align: center;
}
.section-title.light { color: var(--cream); }
.section-title.left  { text-align: left; }
.section-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 660px;
  margin: 0 auto 36px;
  text-align: center;
}
.section-sub.light { color: var(--cream-dark); }

/* ── CTA BUTTONS ── */
.btn-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #1E9E42 0%, #27C050 60%, #1E9E42 100%);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.12rem;
  text-decoration: none;
  padding: 20px 40px 16px;
  border-radius: var(--r);
  box-shadow: 0 4px 22px rgba(30,158,66,.45), 0 1px 0 rgba(255,255,255,.2) inset;
  transition: transform .18s, box-shadow .18s;
  border: none;
  cursor: pointer;
  letter-spacing: .015em;
  text-align: center;
  line-height: 1.2;
}
.btn-cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 40px rgba(30,158,66,.6);
  background: linear-gradient(135deg, #23B54C 0%, #2ED45A 60%, #23B54C 100%);
}
.btn-cta .btn-sub {
  font-size: .76rem;
  font-weight: 400;
  opacity: .85;
  margin-top: 5px;
  letter-spacing: .01em;
}
.btn-hero  { font-size: 1.22rem; padding: 24px 48px 20px; }
.btn-offer { font-size: 1.26rem; padding: 26px 48px 22px; width: 100%; max-width: 580px; }
.btn-final {
  font-size: 1.18rem; padding: 24px 48px 20px;
  animation: pulse-green 2.4s ease-in-out infinite;
}

@keyframes pulse-green {
  0%,100% { box-shadow: 0 4px 22px rgba(30,158,66,.45); }
  50%      { box-shadow: 0 6px 40px rgba(30,158,66,.7); }
}
@keyframes pulse-gold {
  0%,100% { box-shadow: 0 4px 22px rgba(200,146,42,.48); }
  50%      { box-shadow: 0 6px 40px rgba(200,146,42,.72); }
}
.btn-hero, .btn-offer { animation: pulse-green 2.4s ease-in-out infinite; }

/* ── URGENCY BAR ── */
.urgency-bar {
  background: #E8D9B8;
  color: var(--brown-dark);
  text-align: center;
  padding: 10px 16px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: static !important;
  top: unset;
  z-index: unset;
}

/* ── HERO — fundo escuro profundo, sem laranja ── */
.hero {
  background: linear-gradient(160deg, #5C2E10 0%, #8B4E22 50%, #A86830 100%);
  padding: 44px 20px 48px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid rgba(232,164,74,.5);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 3px,
      rgba(200,146,42,.04) 3px,
      rgba(200,146,42,.04) 4px
    );
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.hero-badge {
  display: inline-block;
  background: rgba(200,146,42,.18);
  border: 1.5px solid rgba(200,146,42,.45);
  color: #E8C98A;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  white-space: nowrap;
  animation: fd .55s ease both;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.85rem, 7vw, 3.4rem);
  font-weight: 900;
  color: #FBF5E6;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
  animation: fd .65s .08s ease both;
}
.hero-title-top {
  display: block;
  font-size: clamp(.82rem, 3.2vw, 1.1rem);
  font-weight: 700;
  color: #D4AF6A;
  margin-bottom: 8px;
  font-style: normal;
  letter-spacing: .04em;
  white-space: nowrap;
}
.hero-title em {
  display: block;
  color: #E8C98A;
  font-style: italic;
}
.hero-title-bottom {
  display: block;
  font-size: clamp(.78rem, 3vw, 1.1rem);
  color: rgba(232,201,138,.85);
  font-weight: 600;
  font-style: normal;
  margin-top: 10px;
  letter-spacing: .02em;
  white-space: nowrap;
}
.hero-sub {
  font-size: clamp(.9rem, 2.8vw, 1.08rem);
  color: rgba(253,246,236,.88);
  max-width: 580px;
  margin: 0 auto 28px;
  line-height: 1.6;
  animation: fd .65s .15s ease both;
}
.hero-sub strong { color: #E8C98A; }

/* video */
.video-wrap {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 36px;
  border-radius: var(--r);
  overflow: hidden;
  border: 3px solid var(--gold);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 9 / 16;
  background: #000;
  animation: fd .65s .22s ease both;
}
/* Overlay único para os dois estados */
.vsl-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(0,0,0,.35);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background .2s;
}
.vsl-overlay:hover,
.vsl-overlay:active { background: rgba(0,0,0,.5); }
.vsl-circle {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  border: 3px solid rgba(255,255,255,.8);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  transition: transform .15s, background .15s;
}
.vsl-overlay:active .vsl-circle { transform: scale(.9); background: rgba(255,255,255,.38); }
.vsl-tri {
  font-size: 28px;
  color: #fff;
  padding-left: 4px;
  line-height: 1;
}
.vsl-label {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,.55);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
  animation: fd .65s .3s ease both;
}
.proof-pill {
  background: rgba(200,146,42,.15);
  border: 1px solid rgba(200,146,42,.38);
  color: #E8C98A;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: .76rem;
  font-weight: 700;
  white-space: nowrap;
}
.hero-fine {
  color: rgba(251,245,230,.5);
  font-size: .78rem;
  margin-top: 14px;
}

@keyframes fd {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── PAIN ── */
.pain-section { background: var(--cream); }
.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}
.pain-card {
  background: var(--white);
  border-radius: var(--r);
  padding: 26px 22px;
  box-shadow: var(--shadow);
  border: 1px solid var(--cream-dark);
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform .2s;
}
.pain-card:hover { transform: translateY(-3px); }
.pain-card > span { font-size: 1.9rem; flex-shrink: 0; }
.pain-card p { font-size: .96rem; color: var(--text-mid); }
.pain-solution {
  background: var(--brown-dark);
  color: var(--gold-light);
  border-radius: var(--r);
  padding: 22px 30px;
  font-size: 1.08rem;
  text-align: center;
}
.pain-solution strong { color: #fff; }

/* ── APP ── */
.app-section { background: linear-gradient(155deg, #6B3518 0%, #955030 100%); }
.screenshots-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}
.screenshot-frame {
  width: 260px;
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
  border: 3px solid var(--gold);
  box-shadow: var(--shadow-lg);
  background: var(--brown-dark);
  flex-shrink: 0;
}
@media (max-width: 620px) {
  .screenshot-frame { width: 200px; height: 400px; }
}
.app-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
@media (max-width: 700px) {
  .app-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 440px) {
  .app-features { grid-template-columns: 1fr; }
}
.feature-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(212,160,55,.28);
  border-radius: var(--r);
  padding: 26px 22px;
  text-align: center;
  transition: background .2s, transform .2s;
}
.feature-card:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.feat-icon { font-size: 2.3rem; margin-bottom: 10px; }
.feature-card h3 { color: var(--gold); font-size: 1.02rem; margin-bottom: 7px; }
.feature-card p  { color: var(--cream-dark); font-size: .91rem; }

/* ── NUMBERS ── */
.numbers-section { background: linear-gradient(135deg, #A06030 0%, #6B3518 100%); padding: 48px 0; border-top: 2px solid rgba(200,146,42,.25); border-bottom: 2px solid rgba(200,146,42,.25); }
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 20px;
  text-align: center;
}
.num-item { padding: 12px; }
.num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.9rem;
  font-weight: 900;
  color: #E8C98A;
  line-height: 1;
}
.num-label {
  display: block;
  font-size: .84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: rgba(251,245,230,.65);
  margin-top: 5px;
}

/* ── RECIPES ── */
.recipes-section { background: var(--cream); }
.tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 32px; }
.tab {
  background: var(--white);
  border: 1.5px solid #E8C98A;
  color: var(--text-mid);
  font-weight: 700;
  font-size: .88rem;
  padding: 9px 18px;
  border-radius: 100px;
  cursor: pointer;
  transition: all .18s;
}
.tab:hover, .tab.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--brown-dark);
}
.recipes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 36px;
  min-height: 120px;
}
@media (max-width: 600px) {
  .recipes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 380px) {
  .recipes-grid { grid-template-columns: 1fr; }
}
.recipe-card {
  background: var(--white);
  border-radius: var(--r-sm);
  padding: 18px 14px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--gold);
  transition: transform .18s;
}
.recipe-card:hover { transform: translateY(-3px); }
.r-img { width: 100%; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--r-sm) var(--r-sm) 0 0; margin-bottom: 12px; }
.r-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.recipe-card:hover .r-img img { transform: scale(1.04); }
.recipe-card:has(.r-img) { padding: 0; overflow: hidden; }
.recipe-card:has(.r-img) .r-cat,
.recipe-card:has(.r-img) .r-name,
.recipe-card:has(.r-img) .r-meta { padding-left: 14px; padding-right: 14px; }
.recipe-card:has(.r-img) .r-meta { padding-bottom: 14px; }
.r-cat  { font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--brown-mid); margin-bottom: 5px; }
.r-name { font-weight: 700; font-size: .93rem; color: var(--brown-dark); margin-bottom: 7px; }
.r-meta { font-size: .76rem; color: var(--text-mid); display: flex; gap: 10px; opacity: .7; }
.collage-wrap { margin: 36px 0; }

/* ── STORY ── */
.story-section { background: var(--cream); }
.story-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 680px) { .story-grid { grid-template-columns: 1fr; } }
.story-img-col { position: relative; }
.story-badge {
  position: absolute;
  bottom: -14px;
  right: 0;
  background: var(--brown-dark);
  border: 2px solid var(--gold);
  color: var(--gold-light);
  border-radius: var(--r-sm);
  padding: 10px 18px;
  text-align: center;
  box-shadow: var(--shadow);
}
.story-num { display: block; font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 900; color: var(--gold-light); }
.story-lbl { font-size: .74rem; color: rgba(251,245,230,.72); }
.story-text-col { display: flex; flex-direction: column; gap: 13px; }
.story-text-col .section-badge { margin-left: 0; }
.story-text-col p { color: var(--text-mid); font-size: 1.01rem; }
.story-text-col .story-highlight { color: #FBF5E6; }
.story-highlight {
  background: var(--brown-dark);
  color: #FBF5E6;
  padding: 14px 18px;
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  font-weight: 700;
  font-style: italic;
}

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--cream); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
  gap: 22px;
  margin-bottom: 40px;
}
.testimonial-card {
  background: var(--white);
  border-radius: var(--r);
  padding: 26px 22px;
  border-left: 4px solid var(--gold);
  box-shadow: var(--shadow);
}
.stars { font-size: 1rem; margin-bottom: 10px; }
.testimonial-card > p { color: var(--text-mid); font-size: .94rem; font-style: italic; margin-bottom: 14px; }
.t-author { display: flex; gap: 11px; align-items: center; }
.t-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--gold);
  overflow: hidden;
  background: linear-gradient(135deg, var(--gold), var(--brown-mid));
}
.t-avatar img {
  width: 40px; height: 40px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.t-author strong { display: block; font-size: .93rem; color: var(--brown-dark); }
.t-author span   { font-size: .78rem; color: #999; }
/* ── DEPO SLIDER ── */
.depo-slider {
  overflow: hidden;
  margin-top: 36px;
  position: relative;
}
.depo-track {
  display: flex;
  gap: 14px;
  transition: transform .6s cubic-bezier(.25,.46,.45,.94);
  will-change: transform;
}
.depo-slide {
  flex: 0 0 calc((100% - 28px) / 3);
}
.depo-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(44,26,14,.18);
  display: block;
}
@media (max-width: 680px) {
  .depo-slide { flex: 0 0 100%; }
}

/* ── FOR WHOM ── */
.forwhom-section { background: var(--cream-dark); }
.forwhom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 14px;
}
.fw-item {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--white);
  border-radius: var(--r-sm);
  padding: 18px 16px;
  box-shadow: var(--shadow);
  border: 1px solid var(--cream-dark);
}
.fw-item > span { font-size: 1.25rem; flex-shrink: 0; }
.fw-item p { font-size: .95rem; color: var(--text-mid); }

/* ── OFFER ── */
.offer-section {
  background: linear-gradient(155deg, #4A2010 0%, #6B3518 100%);
  padding: 72px 0;
}
.offer-box {
  background: rgba(255,255,255,.04);
  border: 2px solid var(--gold);
  border-radius: 22px;
  padding: 52px 44px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 0 80px rgba(212,160,55,.12);
}
@media (max-width: 580px) { .offer-box { padding: 32px 20px; } }
.offer-tag {
  display: inline-block;
  background: var(--gold);
  color: var(--brown-dark);
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.offer-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 4vw, 2.3rem);
  font-weight: 900;
  color: var(--cream);
  margin-bottom: 8px;
}
.offer-sub { color: var(--cream-dark); font-size: 1rem; margin-bottom: 28px; }
.offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.offer-list li {
  color: rgba(251,245,230,.88);
  font-size: .92rem;
  background: rgba(255,255,255,.05);
  padding: 9px 14px;
  border-radius: var(--r-sm);
  border-left: 3px solid rgba(200,146,42,.5);
  line-height: 1.5;
}
.price-block { margin-bottom: 28px; }
.price-de { color: rgba(255,255,255,.45); font-size: .95rem; }
.price-de s { letter-spacing: .01em; }
.price-por { color: var(--cream-dark); font-size: .95rem; margin-top: 3px; }
.price-main {
  font-family: 'Lato', sans-serif;
  font-size: clamp(3.6rem, 10vw, 5.2rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin: 6px 0;
}
.price-main span { font-size: 45%; vertical-align: super; }
.price-parcel { color: var(--cream-dark); font-size: .95rem; }
.offer-security {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}
.offer-security span {
  color: rgba(255,255,255,.65);
  font-size: .83rem;
  background: rgba(255,255,255,.06);
  padding: 6px 14px;
  border-radius: 100px;
}

/* ── GUARANTEE ── */
.guarantee-section { background: var(--cream); }
.guarantee-box {
  display: flex;
  gap: 44px;
  align-items: center;
  background: var(--white);
  border-radius: 22px;
  padding: 44px;
  box-shadow: var(--shadow-lg);
  max-width: 840px;
  margin: 0 auto;
  border: 1px solid var(--cream-dark);
}
@media (max-width: 620px) { .guarantee-box { flex-direction: column; padding: 32px 22px; text-align: center; } }
.guarantee-seal {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #F5CE6A 0%, #D4A037 45%, #A87820 100%);
  box-shadow:
    0 0 0 6px rgba(212,160,55,.18),
    0 0 0 12px rgba(212,160,55,.08),
    0 8px 32px rgba(120,80,10,.55),
    inset 0 2px 8px rgba(255,255,255,.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
}
.guarantee-seal::before {
  content: '';
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,.45);
  pointer-events: none;
}
.seal-n {
  font-family: 'Playfair Display', serif;
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-top: -12px;
  text-shadow: 0 2px 6px rgba(100,60,0,.5);
}
.seal-t {
  font-size: .62rem;
  font-weight: 900;
  color: rgba(255,255,255,.92);
  text-transform: uppercase;
  letter-spacing: .12em;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(100,60,0,.4);
}
@media (max-width: 620px) {
  .guarantee-seal { width: 120px; height: 120px; }
  .seal-n { font-size: 2.8rem; }
}
.guarantee-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--brown-dark);
  margin-bottom: 14px;
}
.guarantee-text p { color: var(--text-mid); font-size: .96rem; margin-bottom: 10px; }

/* ── HOW ── */
.how-section { background: var(--cream-dark); }
.how-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.how-step {
  background: var(--white);
  border-radius: var(--r);
  padding: 26px 18px;
  text-align: center;
  width: 195px;
  flex-shrink: 0;
  box-shadow: var(--shadow);
  border: 1px solid var(--cream-dark);
}
.step-n {
  width: 34px; height: 34px;
  background: var(--gold);
  color: var(--brown-dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: .88rem;
  margin: 0 auto 10px;
}
.step-ico { font-size: 1.9rem; margin-bottom: 9px; }
.how-step h3 { font-size: .93rem; color: var(--brown-dark); margin-bottom: 6px; }
.how-step p  { font-size: .8rem; color: var(--text-mid); }
.how-arrow {
  color: var(--gold);
  font-size: 2rem;
  font-weight: 900;
  align-self: center;
  padding-top: 28px;
}
@media (max-width: 680px) {
  .how-steps { flex-direction: column; align-items: center; }
  .how-arrow { transform: rotate(90deg); font-size: 1.4rem; padding-top: 0; align-self: center; }
}
.devices-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 32px;
}
.device-pill {
  background: var(--brown-dark);
  color: var(--gold-light);
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: .88rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(200,146,42,.3);
}

/* ── FAQ ── */
.faq-section { background: var(--cream); }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--cream-dark); }
.faq-q {
  width: 100%; background: none; border: none;
  padding: 18px 22px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: .98rem;
  font-weight: 700;
  color: var(--brown-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: color .18s;
}
.faq-q:hover { color: var(--gold); }
.faq-arr { font-size: .78rem; transition: transform .28s; flex-shrink: 0; color: var(--gold); }
.faq-item.open .faq-arr { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 22px 18px; color: var(--text-mid); font-size: .94rem; }

/* ── FINAL CTA ── */
.final-cta-section {
  background: linear-gradient(155deg, #5C2E10 0%, #8B4E22 50%, #6B3518 100%);
  padding: 80px 20px;
  text-align: center;
  border-top: 4px solid #C8922A;
}
.final-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4vw, 2.9rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}
.final-sub {
  color: rgba(255,255,255,.82);
  font-size: 1.06rem;
  max-width: 620px;
  margin: 0 auto 32px;
}
.final-sub strong { color: #fff; }
.final-fine { color: rgba(255,255,255,.5); font-size: .82rem; margin-top: 14px; }

/* ── FOOTER ── */
.footer { background: var(--brown-deep); padding: 40px 20px; text-align: center; }
.footer-brand { color: var(--gold); font-weight: 700; font-size: 1.08rem; margin-bottom: 7px; }
.footer-copy  { color: rgba(255,255,255,.4); font-size: .83rem; margin-bottom: 14px; }
.footer-links { display: flex; gap: 14px; justify-content: center; margin-bottom: 18px; }
.footer-links a { color: rgba(255,255,255,.55); font-size: .83rem; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-disclaimer { color: rgba(255,255,255,.28); font-size: .73rem; max-width: 660px; margin: 0 auto; line-height: 1.6; }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .section { padding: 50px 0; }
  .offer-list { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   PREVIEW DO APP — Seção "Experimente Grátis"
══════════════════════════════════════════════════════════ */

.preview-section {
  background: var(--cream-dark);
}

/* Shell que imita o app */
.preview-shell {
  max-width: 480px;
  margin: 44px auto 0;
  background: #fff;
  border-radius: 28px;
  box-shadow:
    0 20px 80px rgba(44,26,14,.22),
    0 4px 20px rgba(44,26,14,.10);
  overflow: hidden;
  border: 1px solid rgba(44,26,14,.07);
  position: relative;
}

/* Header estilo app */
.preview-app-header {
  background: linear-gradient(140deg, #3E1F0D 0%, #7B4A1E 50%, #C8922A 100%);
  padding: 16px 18px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.pah-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pah-avatar {
  width: 56px; height: 56px;
  border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 2px solid rgba(255,255,255,.5);
  box-shadow: 0 0 0 3px rgba(232,164,74,.45), 0 4px 14px rgba(0,0,0,.35);
}
.pah-name {
  font-family: 'Playfair Display', serif;
  font-size: 15px; font-weight: 900; color: #fff; line-height: 1.2;
}
.pah-name em { font-style: italic; font-weight: 700; }
.pah-tag {
  font-size: 11px; color: rgba(255,255,255,.8); margin-top: 4px;
  display: flex; align-items: center; gap: 6px;
}
.pah-count {
  background: rgba(255,255,255,.18); color: #fff;
  font-size: 10px; font-weight: 700; padding: 2px 8px;
  border-radius: 20px; border: 1px solid rgba(255,255,255,.25); white-space: nowrap;
}
.pah-badge {
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.28);
  letter-spacing: .1em;
  align-self: flex-start;
}


/* Search bar */
.preview-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 14px 0;
  background: var(--white);
  border: 1.5px solid var(--cream-dark);
  border-radius: 50px;
  padding: 10px 16px;
  box-shadow: 0 2px 14px rgba(62,31,13,.10);
  position: relative;
  z-index: 1;
}
.psearch-ico { font-size: 16px; opacity: .45; }
.psearch-txt {
  flex: 1;
  font-size: 14px;
  color: var(--text-mid);
  opacity: .6;
  font-family: 'Lato', sans-serif;
}
.psearch-lock {
  font-size: 14px;
  opacity: .45;
  cursor: not-allowed;
}

/* Chips de categoria */
.preview-chips {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 16px 14px 8px;
  scrollbar-width: none;
}
.preview-chips::-webkit-scrollbar { display: none; }
.pchip {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--cream-dark);
  border: 1.5px solid transparent;
  border-radius: 50px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-mid);
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: all .18s;
  font-family: 'Lato', sans-serif;
}
.pchip.on {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--brown-dark);
  box-shadow: 0 2px 10px rgba(200,146,42,.35);
}
.pchip:hover:not(.on) {
  background: var(--cream-dark);
}

/* Grade de cards */
.preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 6px 12px 12px;
}
@media (min-width: 400px) {
  .preview-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Card individual */
.pcard {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8ddd0;
  box-shadow: 0 2px 8px rgba(100,60,20,.08);
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}
.pcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(100,60,20,.15);
}
.pcard:active { transform: scale(.97); }

.pcard-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: var(--cream-dark);
}
.pcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.pcard:hover .pcard-img img { transform: scale(1.04); }
.pcard-body { padding: 9px 11px 12px; }
.pcard-cat {
  font-size: 9px;
  font-weight: 800;
  color: var(--brown-mid);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 3px;
}
.pcard-name {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  color: #1a1208;
}
.pcard-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #7a6a55;
}

/* Gradiente blur + CTA no fundo do shell */
.preview-bottom-cta {
  position: relative;
  overflow: hidden;
}
.pbc-blur {
  height: 44px;
  background: linear-gradient(to bottom, transparent, #fff);
  margin-top: -44px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.pbc-content {
  background: #fff;
  padding: 16px 18px 24px;
  text-align: center;
  border-top: 1px solid #f0e8dc;
}
.pbc-msg {
  font-size: 14px;
  color: #5c2d0e;
  margin-bottom: 14px;
  line-height: 1.5;
}
.pbc-btn { width: 100%; }

/* ── OVERLAY E MODAL DA PREVIEW ── */
.prev-ov {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(15,8,0,.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  align-items: flex-end;
  justify-content: center;
}
.prev-ov.on { display: flex; }

.prev-modal {
  background: #fff;
  border-radius: 26px 26px 0 0;
  width: 100%;
  max-width: 520px;
  max-height: 92vh;
  overflow-y: auto;
  scrollbar-width: none;
  animation: pvSlideUp .3s cubic-bezier(.34,1.25,.64,1);
  position: relative;
}
.prev-modal::-webkit-scrollbar { display: none; }

@keyframes pvSlideUp {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: none; opacity: 1; }
}

.prev-mhandle {
  width: 38px;
  height: 4px;
  background: #e0d5c8;
  border-radius: 2px;
  margin: 12px auto 0;
}
.prev-mhero-wrap {
  position: relative;
  width: calc(100% - 32px);
  margin: 12px 16px 0;
}
.prev-mhero {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9;
  max-height: 210px;
  background: var(--cream-dark);
}
.prev-mhero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prev-close {
  position: absolute;
  top: 10px; right: 10px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, transform .18s;
  z-index: 10;
  line-height: 1;
}
.prev-close:hover { background: rgba(0,0,0,.65); transform: scale(1.1); }
.prev-close:active { transform: scale(.92); }
.prev-close-link {
  width: 100%;
  padding: 12px;
  background: none;
  border: 1.5px solid #e8ddd0;
  border-radius: 12px;
  color: #7a6a55;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  transition: background .2s;
  margin-top: 8px;
}
.prev-close-link:hover { background: #f5ede2; }
.prev-mbody { padding: 14px 18px 28px; }
.prev-mcat {
  font-size: 11px;
  font-weight: 800;
  color: var(--brown-mid);
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 5px;
}
.prev-mtitle {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #1a1208;
}
.prev-mtags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.prev-mtag {
  background: #f0e8dc;
  border-radius: 50px;
  padding: 5px 11px;
  font-size: 12px;
  color: #7a6a55;
  font-weight: 500;
}

/* Botões de features travadas */
.prev-locked-row {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.prev-lock-btn {
  flex: 1;
  min-width: 76px;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1.5px solid #e8ddd0;
  background: #faf7f2;
  font-size: 12px;
  font-weight: 700;
  color: #7a6a55;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all .2s;
}
.prev-lock-btn:hover {
  background: var(--cream-dark);
  border-color: var(--gold);
  color: var(--brown-mid);
}
.lock-ico { font-size: 11px; opacity: .65; }

/* Títulos de seção dentro do modal */
.prev-sec {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1208;
  margin-bottom: 10px;
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8ddd0;
}

/* Lista de ingredientes */
.prev-ing { list-style: none; margin-bottom: 4px; }
.prev-ing li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f5ede2;
  font-size: 13.5px;
  color: #1a1208;
  line-height: 1.45;
}
.prev-ing li:last-child { border-bottom: none; }
.prev-ing li::before {
  content: '•';
  color: var(--gold);
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: -1px;
}

/* Passos numerados */
.prev-steps {
  list-style: none;
  margin-bottom: 20px;
  counter-reset: step-counter;
}
.prev-steps li {
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px dashed #e8ddd0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #1a1208;
  counter-increment: step-counter;
}
.prev-steps li:last-child { border-bottom: none; }
.prev-steps li::before {
  content: counter(step-counter);
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--brown-dark);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.prev-modal-cta {
  display: block;
  margin-bottom: 12px;
}

/* ── PAYWALL POPUP ── */
.prev-paywall {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(15,8,0,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.prev-paywall.on { display: flex; }

.ppw-box {
  background: #fff;
  border-radius: 24px;
  padding: 36px 28px 28px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  animation: pvSlideUp .25s ease;
  box-shadow: 0 24px 80px rgba(44,26,14,.3);
}
.ppw-icon { font-size: 52px; margin-bottom: 12px; display: block; }
.ppw-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 900;
  color: #1a1208;
  margin-bottom: 10px;
}
.ppw-sub {
  font-size: 14px;
  color: #7a6a55;
  line-height: 1.65;
  margin-bottom: 24px;
}
.ppw-btn { display: block; margin-bottom: 14px; }
.ppw-close {
  background: none;
  border: none;
  color: #b0a090;
  font-size: 13px;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
  padding: 4px;
}
.ppw-close:hover { color: #7a6a55; }
/* ── ONBOARDING 3-STEP ── */
.onboarding-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 40px 0;
}
.onboarding-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 280px;
}
.ob-num {
  width: 36px; height: 36px;
  background: var(--gold);
  color: var(--brown-dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: .95rem;
  box-shadow: 0 2px 10px rgba(200,146,42,.4);
}
.ob-label {
  text-align: center;
}
.ob-label strong {
  display: block;
  color: var(--cream);
  font-size: .98rem;
  margin-bottom: 5px;
}
.ob-label span {
  color: var(--cream-dark);
  font-size: .84rem;
  line-height: 1.55;
}
.ob-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gold);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  padding: 6px 0;
  width: 36px; /* alinha com o ob-num */
}
.ob-arr-down  { display: block; }
.ob-arr-right { display: none; }
@media (min-width: 780px) {
  .onboarding-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    justify-content: center;
  }
  .onboarding-step { max-width: 260px; flex: 1 1 200px; }
  .ob-arrow { padding: 0; align-self: center; margin-top: 60px; width: auto; }
  .ob-arr-down  { display: none; }
  .ob-arr-right { display: block; }
}

/* ── LANÇAMENTO / FUNDADORES ── */
.launch-section {
  background: var(--cream);
}
.launch-box {
  background: var(--white);
  border-radius: 22px;
  padding: 52px 44px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--cream-dark);
  text-align: center;
}
@media (max-width: 580px) { .launch-box { padding: 32px 20px; } }
.launch-badge {
  display: inline-block;
  background: var(--brown-dark);
  color: var(--gold-light);
  font-weight: 800;
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid rgba(200,146,42,.35);
}
.launch-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 4vw, 2.3rem);
  font-weight: 900;
  color: var(--brown-dark);
  margin-bottom: 12px;
  line-height: 1.15;
}
.launch-sub {
  color: var(--text-mid);
  font-size: 1.02rem;
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.launch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 36px;
  text-align: left;
}
@media (max-width: 600px) { .launch-grid { grid-template-columns: 1fr; } }
.launch-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--cream);
  border-radius: var(--r);
  padding: 20px 18px;
  border: 1px solid var(--cream-dark);
}
.launch-ico {
  font-size: 1.75rem;
  flex-shrink: 0;
  line-height: 1;
}
.launch-item strong {
  display: block;
  color: var(--brown-dark);
  font-size: .96rem;
  margin-bottom: 5px;
}
.launch-item p {
  color: var(--text-mid);
  font-size: .88rem;
  line-height: 1.6;
  margin: 0;
}
/* ── SEÇÃO BÔNUS LP ── */
.bonus-section { background: var(--brown-deep); }
.bonus-section .section-title { color: var(--gold-light); }
.bonus-section .section-sub { color: rgba(255,255,255,.9); }
.bonus-lp-list {
  list-style: none;
  margin: 32px 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bonus-lp-list li {
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 2px 10px rgba(44,26,14,.08);
}
.blp-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gold, #C8922A);
  margin-bottom: 4px;
}
.bonus-lp-list li strong {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--brown, #5C2E10);
  margin-bottom: 4px;
  line-height: 1.3;
}
.bonus-lp-list li p {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin: 0;
}
.bonus-lp-total {
  text-align: center;
  padding: 20px 0 4px;
  font-size: 1rem;
  color: var(--brown, #5C2E10);
}

/* ============================================================
   NOVOS ELEMENTOS — Adicionados na otimização de conversão
   ============================================================ */

/* ── INSTALL STEPS ── */
.install-steps {
  margin: 48px auto 0;
  background: rgba(200,146,42,.08);
  border: 1.5px solid rgba(200,146,42,.28);
  border-radius: var(--r);
  padding: 28px 32px;
  max-width: 580px;
}
.install-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--brown-deep);
  margin-bottom: 20px;
  text-align: center;
}
.install-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.install-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.install-n {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: .9rem;
}
.install-item p {
  margin: 0;
  line-height: 1.55;
  padding-top: 5px;
  color: var(--text-dark);
}

/* ── OFFER DELIVERY ── */
.offer-delivery {
  margin: 24px 0 20px;
  background: rgba(26,143,60,.07);
  border: 1.5px solid rgba(26,143,60,.2);
  border-radius: var(--r-sm);
  padding: 18px 22px;
  text-align: left;
}
.offer-delivery-title {
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: 12px;
  color: var(--cream);
}
.offer-delivery-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.offer-delivery-steps span {
  font-size: .9rem;
  color: rgba(251,245,230,.85);
  line-height: 1.5;
}

/* ── BONUS EXTRA ── */
.bonus-lp-extra {
  margin: 20px 0 0;
  padding: 16px 20px;
  background: rgba(200,146,42,.06);
  border-radius: var(--r-sm);
  border: 1px dashed rgba(200,146,42,.3);
}
.bonus-lp-extra p {
  font-size: .88rem;
  color: var(--text-mid);
  margin: 0;
  line-height: 1.65;
}
.bonus-lp-total strong { color: var(--brown, #5C2E10); }
/* ── HERO PRICE HINT ── */
.hero-price-hint { text-align:center; color:rgba(255,255,255,.80); font-size:.88rem; margin-top:6px; }

/* ── STICKY CTA ── */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: #1A8F3C; color: #fff;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px; gap: 12px;
  transform: translateY(100%); transition: transform .3s ease;
  box-shadow: 0 -2px 12px rgba(0,0,0,.18);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-txt { font-size: .88rem; font-weight: 700; flex: 1; }
.sticky-btn {
  background: #fff; color: #1A8F3C; font-weight: 800;
  padding: 8px 18px; border-radius: 8px; white-space: nowrap;
  font-size: .9rem; text-decoration: none; flex-shrink: 0;
}
.sticky-btn:hover { background: #f0f0f0; }
@media (max-width: 400px) { .sticky-cta { display: none; } }

/* ── BRIDGE SECTION ── */
.bridge-section {
  background: var(--brown-deep);
  padding: 48px 0;
  text-align: center;
}
.bridge-hook {
  font-size: 1.18rem; color: var(--cream);
  margin-bottom: 28px; line-height: 1.5;
}
.bridge-stats {
  display: flex; justify-content: center; gap: 20px;
  flex-wrap: wrap; margin-bottom: 32px;
}
.bridge-stat {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,255,255,.08); border-radius: 12px;
  padding: 14px 22px; min-width: 90px;
}
.bst-n { font-size: 1.6rem; font-weight: 900; color: var(--gold-light); font-family: 'Playfair Display', serif; line-height: 1.1; }
.bst-l { font-size: .75rem; color: rgba(255,255,255,.65); margin-top: 2px; }

/* ── GALLERY SECTION ── */
.gallery-section { background: var(--cream-dark); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 32px 0 20px;
}
.gitem {
  border-radius: 12px; overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(62,31,13,.10);
  display: flex; flex-direction: column;
}
.gitem img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.gitem span {
  font-size: .72rem; font-weight: 700; color: var(--text-dark);
  text-align: center; padding: 6px 6px 8px;
  line-height: 1.3;
}
.gitem-more {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center;
  background: var(--brown-deep); border-radius: 12px;
  aspect-ratio: 1;
}
.gitem-more-n { font-size: 2rem; font-weight: 900; color: var(--gold-light); font-family: 'Playfair Display', serif; line-height: 1; }
.gitem-more-l { font-size: .72rem; color: rgba(255,255,255,.7); margin-top: 4px; text-align: center; padding: 0 8px; }
.gallery-sub { text-align: center; color: var(--text-mid); font-size: .9rem; }
@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}
@media (max-width: 380px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── VALUE FRAME ── */
.price-value-frame {
  font-size: .9rem; color: var(--gold-light);
  margin-top: 8px; opacity: .9;
}

/* ── OFFER URGENCY ── */
.offer-urgency {
  text-align: center; font-size: .85rem;
  color: var(--gold-light); margin-top: 12px; font-weight: 600;
}

/* ── OFFER: launch date urgency line ── */
.offer-launch-date {
  font-size: .82rem;
  color: #F5C842;
  margin: 6px 0 0;
  letter-spacing: .02em;
}

/* ── GALLERY: fix "+489" tile contrast ── */
/* Usa .gitem.gitem-more para ter especificidade maior que .gitem span */
.gitem.gitem-more { background: var(--brown-deep); }
.gitem.gitem-more .gitem-more-n {
  font-size: 2rem; font-weight: 900;
  color: #E8C98A;
  font-family: 'Playfair Display', serif;
  line-height: 1;
}
.gitem.gitem-more .gitem-more-l {
  font-size: .72rem;
  color: rgba(255,255,255,.80);
  margin-top: 4px; text-align: center; padding: 0 8px;
}

/* ── INSTALL VISUAL (com screenshots) ── */
.install-visual {
  margin-top: 56px;
  text-align: center;
}
.install-visual-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--gold-light);
  margin-bottom: 32px;
  font-weight: 700;
}
.install-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.install-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 20px 16px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.install-card-n {
  width: 36px; height: 36px;
  background: var(--gold);
  color: var(--brown-deep);
  border-radius: 50%;
  font-weight: 900;
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.install-card img {
  width: 100%;
  max-width: 200px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,.35);
  display: block;
}
.install-card p {
  font-size: .88rem;
  color: rgba(255,255,255,.85);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.install-card strong { color: #fff; }
.install-note {
  font-size: .82rem;
  color: rgba(255,255,255,.55);
  margin-top: 8px;
}
@media (max-width: 640px) {
  .install-cards {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}

/* ── BRIDGE STATS: 2×2 no mobile ── */
@media (max-width: 480px) {
  .bridge-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bridge-stat { min-width: auto; }
}

/* ── BONUS CARDS ── */
.bonus-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0 24px;
}
.bonus-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(212,160,55,.25);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
}
.bonus-card-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.bonus-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--gold-light);
  margin: 0 0 10px;
  line-height: 1.3;
}
.bonus-card p {
  font-size: .85rem;
  color: rgba(255,255,255,.75);
  line-height: 1.55;
  margin: 0;
}
.bonus-note {
  background: rgba(212,160,55,.1);
  border: 1px solid rgba(212,160,55,.3);
  border-radius: 12px;
  padding: 18px 22px;
  text-align: center;
  font-size: .9rem;
  color: rgba(255,255,255,.8);
  line-height: 1.6;
}
.bonus-note strong { color: var(--gold-light); }
@media (max-width: 640px) {
  .bonus-cards { grid-template-columns: 1fr; gap: 14px; }
  .bonus-card { padding: 20px 16px; text-align: left; display: flex; gap: 14px; align-items: flex-start; }
  .bonus-card-icon { font-size: 1.6rem; margin: 0; flex-shrink: 0; }
  .bonus-card h3 { font-size: .95rem; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
}
