/* ═══════════════════════════════════════════════════════════
   IMERSÃO EM CÁLCULO E PRESCRIÇÃO — LANDING PAGE
   Paleta: #26aba0 (teal) · #464973 (índigo) · #ffffff (branco)
   ═══════════════════════════════════════════════════════════ */

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Montserrat',sans-serif;background:#464973;color:#fff;overflow-x:hidden;line-height:1.6}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-thumb{background:#26aba0;border-radius:3px}

/* ── TOKENS ── */
:root{
  --teal:     #26aba0;
  --teal-d:   #1d8c83;
  --teal-15:  rgba(38,171,160,.15);
  --teal-25:  rgba(38,171,160,.25);
  --teal-35:  rgba(38,171,160,.35);
  --indigo:   #464973;
  --indigo-d: #3b3e61;
  --w100:     #ffffff;
  --w70:      rgba(255,255,255,.72);
  --w40:      rgba(255,255,255,.42);
  --w15:      rgba(255,255,255,.15);
  --w08:      rgba(255,255,255,.08);
}

/* ── ANIMAÇÕES ── */
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 var(--teal-25)}50%{box-shadow:0 0 0 14px rgba(38,171,160,0)}}
@keyframes flt{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* ── BOTÃO ── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--teal);color:#fff;
  font-family:'Montserrat',sans-serif;font-weight:800;font-size:1.05rem;
  padding:20px 44px;border-radius:50px;cursor:pointer;
  transition:all .3s;box-shadow:0 8px 32px rgba(38,171,160,.4);
  text-decoration:none;width:100%;text-align:center;letter-spacing:.02em;
}
.btn:hover{background:var(--teal-d);transform:translateY(-2px);box-shadow:0 14px 44px rgba(38,171,160,.55)}
.btn-note{color:var(--w40);font-size:.74rem;text-align:center;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:5px}

/* ── BADGE URGÊNCIA ── */
.urgency{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,200,0,.12);border:1px solid rgba(255,200,0,.35);
  color:#ffd000;font-size:.71rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:6px 18px;border-radius:50px;margin-bottom:18px;
}
.dot-pulse{width:7px;height:7px;border-radius:50%;background:#ffd000;animation:pulse 2s infinite;flex-shrink:0}

/* ═══ HERO ═══════════════════════════════════════════════════ */
.hero{
  background:linear-gradient(145deg,#464973 0%,#3f4270 55%,#3b3e61 100%);
  padding:70px 24px 0;overflow:hidden;position:relative;
}
.hero::before{
  content:'';position:absolute;width:700px;height:700px;border-radius:50%;
  background:radial-gradient(circle,rgba(38,171,160,.1) 0%,transparent 70%);
  top:-180px;right:-120px;pointer-events:none;
}
.hero-inner{
  max-width:1180px;margin:0 auto;
  display:grid;grid-template-columns:1fr 540px;
  gap:32px;align-items:flex-end;position:relative;z-index:1;
}
.hero-text{padding-bottom:72px;}
.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--teal-15);border:1px solid var(--teal-35);
  color:var(--teal);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  padding:7px 18px;border-radius:50px;margin-bottom:20px;
}
.hero-event{
  color:var(--w70);font-size:.9rem;font-weight:600;
  letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px;
  display:flex;align-items:center;gap:8px;
}
.hero h1{
  font-size:clamp(1.9rem,3.4vw,3rem);font-weight:900;
  line-height:1.1;letter-spacing:-.02em;margin-bottom:18px;
}
.hero h1 span{color:var(--teal)}
.hero-sub{color:var(--w70);font-size:.99rem;line-height:1.76;margin-bottom:30px;max-width:500px;}
.hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:34px;}
.pill{
  display:inline-flex;align-items:center;gap:7px;
  background:var(--w08);border:1px solid var(--w15);
  color:#fff;font-size:.77rem;font-weight:600;padding:8px 15px;border-radius:50px;
}
.pill .ico{color:var(--teal)}
.hero-cta-wrap{max-width:420px;}

/* FOTO HERO */
.hero-photo{
  position:relative;display:flex;align-items:flex-end;justify-content:center;
  height:100%;min-height:600px;
}
.hero-photo img{
  width:100%;max-width:560px;
  position:absolute;bottom:0;
  object-fit:contain;object-position:bottom;
}

/* ═══ SEÇÕES ══════════════════════════════════════════════════ */
.sec{padding:80px 24px}
.inner{max-width:1000px;margin:0 auto}
.inner-sm{max-width:760px;margin:0 auto;text-align:center}
.sec-tag{
  color:var(--teal);font-size:.69rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;
  display:flex;align-items:center;gap:10px;margin-bottom:12px;
}
.sec-tag::before{content:'';width:20px;height:2px;background:var(--teal);flex-shrink:0}
.sec-tag.c{justify-content:center}
.sec-tag.c::before,.sec-tag.c::after{content:'';width:20px;height:2px;background:var(--teal);flex-shrink:0}
.sec-h2{font-size:clamp(1.55rem,2.6vw,2.2rem);font-weight:800;line-height:1.22;margin-bottom:14px;}
.sec-h2 em{font-style:normal;color:var(--teal)}
.sec-p{color:var(--w70);font-size:.94rem;line-height:1.75}

/* ═══ CONTEÚDO ════════════════════════════════════════════════ */
.content-list{display:flex;flex-direction:column;gap:14px;margin-top:42px;}
.content-item{
  background:var(--w08);border:1px solid var(--w15);
  border-radius:16px;padding:22px 26px;
  display:flex;gap:20px;align-items:flex-start;transition:all .3s;
}
.content-item:hover{border-color:var(--teal-35);background:rgba(255,255,255,.06)}
.content-num{
  min-width:42px;height:42px;border-radius:12px;
  background:var(--teal);color:#fff;
  font-weight:800;font-size:.95rem;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.content-item h3{font-size:.96rem;font-weight:700;margin-bottom:6px}
.content-item p{color:var(--w70);font-size:.84rem;line-height:1.65}

/* ═══ ENTREGÁVEIS ══════════════════════════════════════════════ */
.deliverables{display:grid;grid-template-columns:repeat(5,1fr);gap:13px;margin-top:42px;}
.del-card{
  background:var(--w08);border:1px solid var(--w15);
  border-radius:16px;padding:22px 16px;text-align:center;transition:all .3s;
}
.del-card:hover{border-color:var(--teal-35);transform:translateY(-3px)}
.del-card .ico{font-size:1.8rem;margin-bottom:11px}
.del-card h4{font-size:.82rem;font-weight:700;margin-bottom:5px}
.del-card p{color:var(--w70);font-size:.73rem;line-height:1.5}

/* ═══ DEPOIMENTOS ══════════════════════════════════════════════ */
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:42px;}
.testi{
  background:var(--w08);border:1px solid var(--w15);
  border-radius:16px;padding:24px 20px;
}
.testi-stars{color:var(--teal);font-size:.85rem;letter-spacing:2px;margin-bottom:13px}
.testi-text{color:var(--w70);font-size:.85rem;line-height:1.72;margin-bottom:18px;font-style:italic}
.testi-author{display:flex;align-items:center;gap:11px}
.testi-avatar{
  width:38px;height:38px;border-radius:50%;
  background:var(--teal);color:#fff;
  font-weight:800;font-size:.82rem;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.testi-name{font-weight:700;font-size:.83rem}
.testi-role{color:var(--w40);font-size:.71rem;margin-top:2px}

/* ═══ PREÇO ═════════════════════════════════════════════════════ */
.pricing-wrapper{max-width:660px;margin:44px auto 0;}
.pricing-box{
  background:linear-gradient(135deg,rgba(38,171,160,.14),rgba(38,171,160,.04));
  border:1px solid var(--teal-35);border-radius:24px;padding:50px 46px;text-align:center;
}
.lotes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:34px;}
.lote{
  background:var(--w08);border:1px solid var(--w15);
  border-radius:12px;padding:14px 10px;text-align:center;transition:all .3s;
}
.lote.active{background:rgba(38,171,160,.18);border-color:rgba(38,171,160,.5)}
.lote-num{font-size:.6rem;font-weight:700;letter-spacing:.1em;color:var(--w40);text-transform:uppercase;margin-bottom:4px}
.lote-price{font-size:1.05rem;font-weight:800;color:#fff}
.lote.active .lote-price{color:var(--teal)}
.lote-tag{font-size:.59rem;font-weight:600;margin-top:3px;color:var(--w40)}
.lote.active .lote-tag{color:var(--teal)}
.price-label{color:var(--w70);font-size:.87rem;margin-bottom:8px}
.price-current{font-size:3.5rem;font-weight:900;color:var(--teal);line-height:1}
.price-current sup{font-size:1.3rem;font-weight:700;vertical-align:super}
.price-cents{font-size:2.1rem;font-weight:700}
.price-period{color:var(--w40);font-size:.79rem;margin-top:6px;margin-bottom:28px}
.price-incl{
  display:flex;flex-direction:column;gap:9px;
  text-align:left;margin-bottom:30px;
  background:var(--w08);border-radius:14px;padding:18px 20px;
}
.price-incl-item{display:flex;gap:10px;align-items:center;font-size:.87rem;color:#fff}
.price-incl-item .ck{color:var(--teal);font-weight:700;font-size:.95rem;flex-shrink:0}
.price-guarantee{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;color:var(--w40);font-size:.74rem}

/* ═══ FAQ ═══════════════════════════════════════════════════════ */
.faq-list{display:flex;flex-direction:column;gap:9px;margin-top:42px;}
.faq-item{
  background:var(--w08);border:1px solid var(--w15);border-radius:14px;overflow:hidden;
}
.faq-q{
  padding:18px 22px;cursor:pointer;display:flex;
  align-items:center;justify-content:space-between;gap:16px;
  font-weight:700;font-size:.9rem;user-select:none;transition:background .3s;
}
.faq-q:hover{background:rgba(255,255,255,.05)}
.faq-icon{color:var(--teal);font-size:1.3rem;font-weight:300;flex-shrink:0;transition:transform .3s;line-height:1}
.faq-a{
  padding:0 22px 18px;color:var(--w70);
  font-size:.85rem;line-height:1.74;display:none;
}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-item.open .faq-q{color:var(--teal)}

/* ═══ SUPORTE ═══════════════════════════════════════════════════ */
.support-box{
  max-width:520px;margin:0 auto;
  background:var(--w08);border:1px solid var(--w15);
  border-radius:20px;padding:36px 32px;text-align:center;
}
.support-box h3{font-size:1.05rem;font-weight:800;margin-bottom:8px}
.support-box .sub{color:var(--w70);font-size:.87rem;margin-bottom:24px;line-height:1.65}
.support-links{display:flex;flex-direction:column;gap:11px;}
.support-link{
  display:flex;align-items:center;justify-content:center;gap:10px;
  background:var(--w08);border:1px solid var(--w15);
  border-radius:12px;padding:14px 20px;
  font-size:.87rem;font-weight:600;transition:all .3s;color:#fff;
}
.support-link:hover{border-color:var(--teal-35);background:rgba(38,171,160,.1);color:var(--teal)}
.support-link .sico{font-size:1.1rem;flex-shrink:0}

/* ═══ FOOTER ════════════════════════════════════════════════════ */
.lp-footer{
  background:var(--indigo-d);border-top:1px solid var(--w08);
  padding:28px 24px;text-align:center;
}
.lp-footer p{color:var(--w40);font-size:.73rem}

/* ═══ RESPONSIVE ════════════════════════════════════════════════ */
@media(max-width:1060px){
  .hero-inner{grid-template-columns:1fr 440px}
  .hero-photo img{max-width:440px}
}
@media(max-width:860px){
  .hero-inner{grid-template-columns:1fr;gap:0}
  .hero-text{padding-bottom:32px}
  .hero-photo{
    min-height:auto;order:-1;
    display:flex;justify-content:center;align-items:flex-end;
  }
  .hero-photo img{
    position:relative;max-width:280px;bottom:auto;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 20%);
    mask-image: linear-gradient(to top, transparent 0%, black 20%);
  }
  .deliverables{grid-template-columns:1fr 1fr}
  .testimonials{grid-template-columns:1fr}
  .sec{padding:56px 18px}
}
@media(max-width:640px){
  .hero h1{font-size:clamp(1.65rem,7vw,2.2rem)}
  .deliverables{grid-template-columns:1fr 1fr}
  .price-current{font-size:2.8rem}
  .pricing-box{padding:32px 20px}
  .lotes{gap:7px}
  .lote-price{font-size:.92rem}
}


  .bonus-total{flex-direction:column;text-align:center;}
}

/* ═══ BÔNUS ═══════════════════════════════════════════════════ */
.bonus-sec{
  padding:60px 20px;
  background:#464973;
}
.bonus-header{
  max-width:700px;
  margin:0 auto 44px;
  text-align:center;
}
.bonus-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,215,0,.12);border:1px solid rgba(255,215,0,.4);
  color:#ffd700;font-size:.68rem;font-weight:800;
  letter-spacing:.12em;text-transform:uppercase;
  padding:6px 16px;border-radius:50px;margin-bottom:16px;
}
/* GRID — empilhado no mobile, lado a lado no desktop */
.bonus-grid{
  max-width:860px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:20px;
}
/* CARD — layout horizontal: imagem à esquerda, texto à direita */
.bonus-card{
  background:linear-gradient(145deg,#3b3e61,#42456b);
  border:1px solid rgba(38,171,160,.25);
  border-radius:20px;
  overflow:hidden;
  position:relative;
  display:grid;
  grid-template-columns:200px 1fr;
  min-height:200px;
  transition:border-color .3s;
}
.bonus-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,transparent,#26aba0,transparent);
}
.bonus-card:hover{
  border-color:rgba(38,171,160,.45);
}
/* IMAGEM — coluna esquerda */
.bonus-card-img{
  background:rgba(0,0,0,.15);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:16px 12px 0;
  overflow:hidden;
}
.bonus-card-img img{
  width:100%;
  max-width:160px;
  height:auto;
  object-fit:contain;
  display:block;
}
/* CORPO — coluna direita */
.bonus-card-body{
  padding:22px 22px 22px 20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bonus-num{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(38,171,160,.15);border:1px solid rgba(38,171,160,.3);
  color:#26aba0;font-size:.63rem;font-weight:800;
  letter-spacing:.1em;text-transform:uppercase;
  padding:4px 12px;border-radius:50px;
  margin-bottom:10px;width:fit-content;
}
.bonus-card h3{
  font-size:1rem;font-weight:800;
  line-height:1.25;margin-bottom:8px;color:#fff;
}
.bonus-card p{
  color:rgba(255,255,255,.65);
  font-size:.81rem;line-height:1.6;margin-bottom:14px;
}
.bonus-features{
  display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px;
}
.bonus-feat{
  display:inline-flex;align-items:center;gap:5px;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.78);font-size:.71rem;font-weight:600;
  padding:4px 10px;border-radius:50px;
}
.bonus-feat .ico{color:#26aba0;font-size:.8rem;}
.bonus-price{
  display:flex;align-items:center;gap:10px;
  padding-top:14px;border-top:1px solid rgba(255,255,255,.08);
  flex-wrap:wrap;
}
.bonus-price-old{
  font-size:.78rem;color:rgba(255,255,255,.32);
  text-decoration:line-through;
}
.bonus-price-new{
  font-size:1.2rem;font-weight:900;color:#26aba0;
}
.bonus-price-label{
  margin-left:auto;
  background:rgba(38,171,160,.15);border:1px solid rgba(38,171,160,.3);
  color:#26aba0;font-size:.62rem;font-weight:800;
  letter-spacing:.07em;padding:4px 10px;border-radius:50px;
}
/* TOTAL */
.bonus-total{
  max-width:860px;margin:20px auto 0;
  background:linear-gradient(135deg,rgba(38,171,160,.12),rgba(38,171,160,.04));
  border:1px solid rgba(38,171,160,.3);border-radius:14px;
  padding:18px 24px;
  display:flex;align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;gap:10px;
}
.bonus-total-text{font-size:.85rem;color:rgba(255,255,255,.7);}
.bonus-total-text strong{color:#fff;}
.bonus-total-value{
  font-size:.95rem;font-weight:800;
  display:flex;align-items:center;gap:8px;
  flex-wrap:wrap;
}
.bonus-total-value .old{
  color:rgba(255,255,255,.32);
  text-decoration:line-through;
  font-size:.82rem;font-weight:600;
}
.bonus-total-value .new{color:#26aba0;}

/* ── MOBILE (< 600px) ── */
@media(max-width:599px){
  .bonus-sec{padding:52px 16px;}
  .bonus-header{margin-bottom:32px;}
  /* Card vira coluna: imagem em cima (menor), texto embaixo */
  .bonus-card{
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
    min-height:auto;
  }
  .bonus-card-img{
    padding:20px 24px 0;
    max-height:160px;
    align-items:center;
  }
  .bonus-card-img img{
    max-width:200px;
    max-height:140px;
    object-position:bottom;
  }
  .bonus-card-body{
    padding:18px 18px 20px;
  }
  .bonus-card h3{font-size:.95rem;}
  .bonus-card p{font-size:.79rem;}
  .bonus-total{
    flex-direction:column;
    text-align:center;
    align-items:center;
  }
  .bonus-price-label{margin-left:0;}
}

/* ── DESKTOP (>= 700px): 2 colunas ── */
@media(min-width:700px){
  .bonus-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
  }
  .bonus-card{
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
    min-height:auto;
  }
  .bonus-card-img{
    padding:24px 28px 0;
    min-height:210px;
    align-items:flex-end;
  }
  .bonus-card-img img{
    max-width:220px;
  }
  .bonus-card-body{
    padding:22px 24px 26px;
  }
}
