/* ===========================
   WhatsApp Bot Landing (custom)
   - mantém Tailwind; aqui fica só o “extra” que estava inline
   =========================== */

/* HERO: centrar conteúdo em mobile/tablet */
@media (max-width: 1023px) { /* até antes do lg: do Tailwind */
  .hero-left { text-align: center; }
  .hero-cta { justify-content: center; }
}

/* ===========================
   Funcionalidades
   =========================== */
.features-grid{display:flex;flex-wrap:wrap;margin:-12px}
.features-grid>.col{width:100%;padding:12px}
@media(min-width:640px){.features-grid>.col{width:50%}}
@media(min-width:1024px){.features-grid>.col{width:25%}}
.feature-card{position:relative;height:100%;border-radius:16px;padding:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);box-shadow:0 6px 20px rgba(0,0,0,.25);transition:transform .25s,box-shadow .25s,border-color .25s}
.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.35);border-color:rgba(122,204,102,.6)}
.feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.06))}
.feature-title{color:#fff;font-weight:700;font-size:1.125rem;margin-bottom:8px;text-align:center}
.feature-text{color:rgba(255,255,255,.9);text-align:center;line-height:1.5}

/* ===========================
   Para quem
   =========================== */
.audience-grid{display:flex;flex-wrap:wrap;margin:-12px}
.audience-grid>.audience-col{width:100%;padding:12px}
@media(min-width:640px){.audience-grid>.audience-col{width:50%}}
@media(min-width:1024px){.audience-grid>.audience-col{width:20%}}
.audience-card{position:relative;height:100%;border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);box-shadow:0 6px 20px rgba(0,0,0,.25);transition:transform .25s,box-shadow .25s,border-color .25s;text-align:center}
.audience-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.35);border-color:rgba(122,204,102,.6)}
.audience-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.06));font-size:1.5rem}
.audience-title{color:#fff;font-weight:700;font-size:1rem;margin-bottom:0;text-align:center}

/* Resultados */
.results-grid{display:flex;flex-wrap:wrap;margin:-12px}
.results-grid>.result-card{width:100%;padding:12px}
@media(min-width:768px){.results-grid>.result-card{width:33.333%}}
.result-card{position:relative;height:100%;border-radius:16px;padding:26px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);box-shadow:0 6px 20px rgba(0,0,0,.25);transition:transform .25s,box-shadow .25s,border-color .25s;text-align:center}
.result-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.35);border-color:rgba(122,204,102,.6)}
.result-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.06));font-size:1.5rem}
.result-title{color:#fff;font-weight:800;font-size:1.05rem;margin-bottom:8px}
.result-text{color:rgba(255,255,255,.9);line-height:1.5}

/* ===========================
   Como funciona
   =========================== */
.feature-step-number {
  background: linear-gradient(180deg, rgba(122, 204, 102, 1), rgba(0, 100, 0, 1));
  border-radius: 9999px;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  box-shadow: 0 0 10px rgba(122, 204, 102, 0.5);
}

/* ===========================
   Preços
   =========================== */
.pricing-wrap{max-width:1100px;margin:0 auto}
.pricing-group{
  position:relative;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
  box-shadow:0 14px 40px rgba(0,0,0,.28);
  padding:22px;
  overflow:hidden;
}
.pricing-group:before{
  content:"";
  position:absolute;
  inset:-40px -80px auto auto;
  width:260px;height:260px;
  background:radial-gradient(circle, rgba(122,204,102,.18) 0%, rgba(122,204,102,0) 60%);
  transform:rotate(12deg);
  pointer-events:none;
}
.pricing-title{
  display:flex;align-items:center;justify-content:center;gap:10px;
  text-align:center;
  color:#fff;font-weight:800;
  font-size:1.25rem;
  margin-bottom:4px;
}
.pricing-pill{
  display:inline-flex;align-items:center;gap:6px;
  padding:6px 14px;border-radius:9999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
  font-size:.95rem;font-weight:700;
}
.pricing-sub{
  text-align:center;
  color:rgba(255,255,255,.78);
  font-size:1.05rem;
  margin-bottom:16px;
}
.pricing-cards{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:8px 6px 10px;
  -webkit-overflow-scrolling:touch;
}
.pricing-cards::-webkit-scrollbar{height:8px}
.pricing-cards::-webkit-scrollbar-thumb{background:rgba(255,255,255,.14);border-radius:9999px}
@media(min-width:768px){
  .pricing-cards{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    overflow:visible;
    scroll-snap-type:none;
    padding:0;
  }
}
.price-card{
  scroll-snap-align:start;
  width:100%;
  min-width:280px;
  border-radius:18px;
  background:#0d3b2a;
  padding:22px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 26px rgba(0,0,0,.26);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display:flex;
  flex-direction:column;
}
@media(min-width:768px){ .price-card{min-width:0} }
.price-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 34px rgba(0,0,0,.35);
  border-color:rgba(122,204,102,.45);
}
.price-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.price-name{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:9999px;
  background:rgba(255,255,255,.08);
  padding:5px 10px;
  color:#fff;
  font-weight:800;
  font-size:.80rem;
}
.price-badge{
  display:inline-flex;
  align-items:center;
  padding:5px 10px;
  border-radius:9999px;
  font-size:.72rem;
  font-weight:800;
  color:#0b2f23;
  background:rgba(122,204,102,.95);
}
.price-badge--ghost{
  color:rgba(255,255,255,.90);
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
}
.price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
  padding:7px 0;
  border-bottom:1px dashed rgba(255,255,255,.10);
  gap:14px;
}
.price-row:last-child{border-bottom:none}
.price-label{opacity:.85;font-size:.95rem}
.price-value{font-weight:800;white-space:nowrap}
.price-cta{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:11px 16px;
  border-radius:9999px;
  background:#fff;
  color:#0b2f23;
  font-weight:800;
}
.price-cta:hover{opacity:.88}
.pricing-stack{display:flex;flex-direction:column;gap:18px}
@media(min-width:768px){ .pricing-stack{gap:22px} }
.all-plans-wrap{margin-top:28px}
.all-plans-card{
  max-width:760px;margin:0 auto;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
  box-shadow:0 14px 40px rgba(0,0,0,.28);
  padding:22px;
}
.all-plans-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:14px;
}
@media(min-width:768px){ .all-plans-grid{grid-template-columns:1fr 1fr} }
.all-item{
  display:flex;align-items:flex-start;gap:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(13,59,42,.55);
  border:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.92);
}
.all-item svg{flex:0 0 auto;margin-top:2px}
.all-note{color:rgba(255,255,255,.78);text-align:center;margin-top:12px;font-size:.92rem}

/* ===========================
   Exemplo de conversa
   =========================== */
.exemplo-conversa {
  background: linear-gradient(180deg, #0b2f23 0%, #083221 100%);
  padding: 80px 20px;
}
.conversa-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.msg {
  max-width: 80%;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}
.msg.cliente {
  align-self: flex-start;
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.msg.bot {
  align-self: flex-end;
  background: #2e8b57;
  color: #fff;
}
.msg.cliente::after,
.msg.bot::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  top: 10px;
}
.msg.cliente::after {
  left: -15px;
  border-right-color: rgba(255,255,255,0.1);
}
.msg.bot::after {
  right: -15px;
  border-left-color: #2e8b57;
}

/* ===========================
   Modal Agendamento
   =========================== */
.custom-modal {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem;
  width: 100%;
  max-width: 560px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  border: 1px solid rgba(0,0,0,0.06);
}
.custom-input {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  background-color: #f9f9f9;
  transition: all 0.2s ease;
}
.custom-input:focus {
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 101, 52, 0.20);
  border-color: rgba(22, 101, 52, 0.35);
}
.custom-btn {
  display: block;
  width: 100%;
  background: #166534;
  color: #ffffff;
  padding: 1.2rem 1rem;
  padding-top: 1.4rem;
  font-weight: 600;
  border-radius: 0.75rem;
  box-shadow: 0 4px 15px rgba(22, 101, 52, 0.3);
  transition: all 0.25s ease;
  text-align: center;
  margin-top: 1.5rem;
}
.custom-btn:hover { background: #14532d; box-shadow: 0 6px 20px rgba(22, 101, 52, 0.4); }
.custom-btn:disabled { opacity: 0.6; cursor: not-allowed; box-shadow: none; }

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}
.animate-fadeIn { animation: fadeIn 0.35s ease-out; }

.spinner {
  border: 4px solid rgba(0,0,0,0.1);
  border-top: 4px solid #166534;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 0.8s linear infinite;
  margin: auto;
}
@keyframes spin { 0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);} }

/* =============================
   Resultados
   ============================= */
.results-grid{display:grid;grid-template-columns:1fr;gap:14px;max-width:1100px;margin:0 auto}
@media(min-width:768px){.results-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
.result-card{border-radius:18px;padding:22px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);box-shadow:0 10px 26px rgba(0,0,0,.26)}
.result-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.06));font-size:1.5rem}
.result-title{color:#fff;font-weight:800;font-size:1.05rem;text-align:center;margin-bottom:8px}
.result-text{color:rgba(255,255,255,.90);text-align:center;line-height:1.5}


/* ===========================
   Modal Demo (premium)
   =========================== */
.demo-overlay{
  position:fixed; inset:0; z-index:50;
  display:flex; align-items:center; justify-content:center;
  padding:16px;
  background:rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
}
.demo-modal{
  width:100%;
  max-width:520px;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  position:relative;
}
.demo-header{
  background:#031f13;
  padding:22px 24px 18px;
  text-align:center;
}
.demo-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
  margin-bottom:10px;
}
.demo-title{
  margin:0;
  font-size:26px;
  font-weight:800;
  color:#fff;
}
.demo-sub{
  margin-top:6px;
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.78);
}
.demo-body{ padding:18px 24px 22px; }
.demo-note{
  background:#f5f4f4;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:12px 14px;
  font-size:13px;
  color:#1e2238;
}
.demo-list{ margin:14px 0 0; padding:0; }
.demo-list li{
  display:flex;
  gap:10px;
  margin-top:10px;
  font-size:13px;
  line-height:1.45;
  color:#2b2f3a;
}
.demo-check{
  width:28px; height:28px;
  border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(3,31,19,.08);
  color:#031f13;
  font-weight:800;
  flex:0 0 28px;
  margin-top:1px;
}
.demo-actions{
  display:flex;
  gap:10px;
  margin-top:16px;
}
.demo-btn{
  flex:1;
  border-radius:999px;
  padding:12px 16px;
  font-weight:800;
  text-align:center;
}
.demo-btn--secondary{
  background:#fff;
  border:1px solid rgba(0,0,0,.14);
  color:#1e2238;
}
.demo-btn--secondary:hover{ background:#f5f4f4; }
.demo-btn--primary{
  background:#031f13;
  color:#fff;
  box-shadow:0 10px 25px rgba(3,31,19,.25);
}
.demo-btn--primary:hover{ background:#0a5b35; }
.demo-foot{
  margin-top:10px;
  font-size:11px;
  text-align:center;
  color:rgba(30,34,56,.65);
}
.demo-close{
  position:absolute;
  top:14px; right:14px;
  width:38px; height:38px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.85);
  font-size:26px;
  line-height:1;
}
.demo-close:hover{
  background:rgba(255,255,255,.16);
  color:#fff;
}
@media (max-width:420px){
  .demo-actions{ flex-direction:column; }
}


.demo-overlay{
  position:fixed; inset:0; z-index:50;
  display:none;                 /* <-- fechado por defeito */
  align-items:center; justify-content:center;
  padding:16px;
  background:rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
}

.demo-overlay.is-open{
  display:flex;                 /* <-- abre quando tiver is-open */
}


/* ===========================
   Modal Demo (polish premium)
   =========================== */

/* Overlay: garante blur + centrado + fundo */
#modalDemo{
  background: rgba(0,0,0,.58) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}

/* Caixa modal */
#modalDemo > div{
  max-width: 520px !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.38) !important;
  transform: translateZ(0);
}

/* Header premium */
#modalDemo .bg-darkGreen-900{
  padding: 22px 24px 18px !important;
  background: linear-gradient(180deg, #031f13 0%, #052718 100%) !important;
}

/* Título e subtítulo */
#modalDemo h2{
  margin: 0 !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}
#modalDemo p{
  margin-bottom: 0;
}

/* Badge "DEMO · SIMULAÇÃO" */
#modalDemo .tracking-widest{
  font-size: 11px !important;
  letter-spacing: .14em !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
}

/* Botão fechar */
#fecharModalDemo{
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.10) !important;
  color: rgba(255,255,255,.86) !important;
}
#fecharModalDemo:hover{
  background: rgba(255,255,255,.16) !important;
  color:#fff !important;
}

/* Corpo */
#modalDemo .px-7{
  padding-left: 24px !important;
  padding-right: 24px !important;
}
#modalDemo .pt-6{ padding-top: 18px !important; }
#modalDemo .pb-7{ padding-bottom: 22px !important; }

/* Nota */
#modalDemo .bg-gray-50{
  background: #f6f6f6 !important;
}
#modalDemo .border-gray-200{
  border-color: rgba(0,0,0,.10) !important;
}
#modalDemo .rounded-2xl{
  border-radius: 18px !important;
}

/* Lista com checks bonitos */
#modalDemo ul li{
  line-height: 1.45 !important;
}
#modalDemo ul li span:first-child{
  width: 28px !important;
  height: 28px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(3,31,19,.08) !important;
  color: #031f13 !important;
  font-weight: 800 !important;
}

/* Botões */
#cancelarDemo{
  border-radius: 999px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(0,0,0,.14) !important;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(0,0,0,.04) !important;
}
#cancelarDemo:hover{
  background: #f6f6f6 !important;
  border-color: rgba(0,0,0,.18) !important;
}

/* CTA principal */
#continuarDemo{
  border-radius: 999px !important;
  padding: 12px 16px !important;
  background: #031f13 !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(3,31,19,.25) !important;
}
#continuarDemo:hover{
  background: #0a5b35 !important;
}

/* Texto pequeno do footer */
#modalDemo .text-xs{
  font-size: 11px !important;
  opacity: .8;
}


#modalDemo .demo-sub{
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,.82) !important;
}
#modalDemo .demo-sub-strong{
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255,255,255,.35);
}

/* Forçar cor do badge no modal */
#modalDemo .demo-badge,
#modalDemo .tracking-widest {
  color: rgba(255,255,255,.92) !important;
}

#modalDemo .demo-badge span,
#modalDemo .tracking-widest span {
  background: #63f2b3 !important; /* sweetGreen-400 aproximado */
}

/* Botão demo: garantir texto escuro no hover quando fundo fica branco */
a.abrirDemo:hover{
  color: #031f13 !important;      /* darkGreen-900 aproximado */
}

a.abrirDemo:hover *{
  color: #031f13 !important;      /* garante spans/ícones também */
}
