/* =========================================
   BOTÕES
========================================= */
.nav-cta {
  background:var(--sage-dark); color:#fff;
  border:none; padding:0.6rem 1.5rem;
  border-radius:50px; font-size:0.82rem; font-weight:700;
  font-family:'Nunito',sans-serif;
  cursor:pointer; text-decoration:none;
  transition:all .2s; display:flex; align-items:center; gap:6px;
}
.nav-cta:hover { background:var(--sage); transform:translateY(-1px); }

.btn-green {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--sage-dark); color:#fff;
  padding:0.85rem 1.8rem; border-radius:50px;
  text-decoration:none; font-size:0.88rem; font-weight:700;
  transition:all .25s;
}
.btn-green:hover { background:var(--sage); transform:translateY(-2px); }

.btn-outline {
  display:inline-flex; align-items:center; gap:6px;
  border:2px solid var(--orange);
  color:var(--orange-dark); background:transparent;
  padding:0.8rem 1.6rem; border-radius:50px;
  text-decoration:none; font-size:0.85rem; font-weight:700;
  transition:all .25s;
}
.btn-outline:hover { background:var(--peach-pale); border-color:var(--orange-dark); }

.btn-wa {
  display:inline-flex; align-items:center; gap:10px;
  background:#fff; color:var(--sage-dark);
  padding:0.9rem 1.6rem; border-radius:50px;
  text-decoration:none; font-size:0.88rem; font-weight:700;
  transition:all .2s; margin-bottom:2rem;
}
.btn-wa:hover { background:var(--sage-pale); transform:translateY(-2px); }

.btn-cta-white {
  display:inline-flex; align-items:center; gap:6px;
  background:#fff; color:var(--sage-dark);
  border-radius:50px; padding:0.55rem 1.1rem;
  font-size:0.8rem; font-weight:700;
  text-decoration:none; margin-top:1rem; transition:all .2s;
}
.btn-cta-white:hover { background:var(--sage-pale); }

/* =========================================
   BADGES E PÍLULAS
========================================= */
.hero-tag {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--peach-pale);
  border:1.5px solid var(--orange);
  border-radius:50px; padding:0.35rem 1rem;
  font-size:0.73rem; font-weight:700;
  color:var(--orange-dark); letter-spacing:0.06em;
  text-transform:uppercase; margin-bottom:1.5rem;
}
.hero-tag::before {
  content:''; width:7px; height:7px;
  background:var(--orange); border-radius:50%;
  animation:pulse 2s ease-in-out infinite;
}

.hero-pills {
  display:flex; gap:0.65rem; flex-wrap:wrap;
}
.hero-pill {
  display:inline-flex; align-items:center; gap:6px;
  background:var(--warm-white);
  border:1.5px solid var(--sage-light);
  border-radius:50px; padding:0.38rem 0.85rem;
  font-size:0.77rem; font-weight:600; color:var(--text-mid);
}

.crm-tag {
  display:inline-flex; align-items:center; gap:6px;
  background:var(--peach-pale); border:1.5px solid var(--orange);
  border-radius:50px; padding:0.45rem 1rem;
  font-size:0.78rem; font-weight:700; color:var(--orange-dark); margin-top:0.5rem;
}

/* =========================================
   TÍTULOS DE SEÇÃO (padrão reutilizável)
========================================= */
.section-eyebrow {
  display:inline-flex; align-items:center; gap:8px;
  font-size:0.72rem; font-weight:700; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--orange); margin-bottom:0.8rem;
}
.section-eyebrow::before {
  content:''; width:20px; height:2px;
  background:var(--orange); border-radius:2px;
}
.section-h2 {
  font-family:'Nunito',sans-serif;
  font-size:clamp(2rem, 3.5vw, 2.8rem);
  font-weight:800; line-height:1.15;
  color:var(--text-dark); margin-bottom:1.25rem;
}
.section-h2 em {
  font-style:italic; color:var(--orange);
  font-family:'Cormorant Garamond',serif;
  font-weight:500; font-size:1.1em;
}
.section-text {
  font-size:0.95rem; color:var(--text-mid);
  line-height:1.85; font-weight:400; margin-bottom:1rem;
}

/* =========================================
   CARDS
========================================= */
.esp-card {
  background:var(--warm-white);
  border-radius:12px; padding:2rem 1.75rem;
  transition:all .3s cubic-bezier(.4,0,.2,1);
  position:relative; overflow:hidden;
  border:1.5px solid rgba(102,213,220,0.4);
}
.esp-card:hover {
  transform:translateY(-6px);
  box-shadow:0 20px 50px -10px rgba(5,155,163,0.12);
  border-color:var(--sage-light);
}
.esp-icon-wrap {
  width:56px; height:56px; border-radius:8px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.6rem; margin-bottom:1.25rem;
}
.ic-sage  { background:var(--sage-pale); }
.ic-sky   { background:var(--sky-pale); }
.ic-peach { background:var(--peach-pale); }
.esp-title {
  font-size:1rem; font-weight:800;
  color:var(--text-dark); margin-bottom:0.6rem; line-height:1.3;
}
.esp-text {
  font-size:0.84rem; color:var(--text-soft);
  line-height:1.75; font-weight:400;
}
.esp-card-cta { background:var(--orange); border-color:var(--orange); }
.esp-card-cta:hover { box-shadow:0 20px 50px -10px rgba(210,117,38,0.35); border-color:var(--orange-dark); background:var(--orange-dark); }
.esp-card-cta .esp-title { color:#fff; }
.esp-card-cta .esp-text  { color:rgba(255,255,255,0.7); }

.depo-card {
  background:var(--warm-white); border-radius:10px; padding:2rem;
  border:1.5px solid rgba(5,155,163,0.2); transition:all .3s;
}
.depo-card:hover { transform:translateY(-4px); }
.depo-stars { font-size:0.85rem; color:var(--gold); margin-bottom:1rem; letter-spacing:2px; }
.depo-text {
  font-family:'Cormorant Garamond',serif;
  font-size:1.05rem; font-style:italic;
  color:var(--text-dark); line-height:1.65; margin-bottom:1.25rem; font-weight:400;
}
.depo-author { display:flex; align-items:center; gap:0.75rem; }
.depo-av {
  width:38px; height:38px; border-radius:50%;
  background:var(--sage-pale);
  display:flex; align-items:center; justify-content:center;
  font-size:0.74rem; font-weight:700; color:var(--sage-dark);
  border:2px solid var(--sage-light);
}
.depo-name { font-size:0.82rem; font-weight:700; color:var(--text-dark); }
.depo-role { font-size:0.74rem; color:var(--text-soft); }

.contato-card {
  background:var(--sage-dark); border-radius:12px; padding:3rem;
  position:relative; overflow:hidden;
}
.contato-card::before {
  content:''; position:absolute; top:-60px; right:-60px;
  width:200px; height:200px; background:rgba(255,255,255,0.05); border-radius:8px;
}
.contato-card::after {
  content:''; position:absolute; bottom:-40px; left:-40px;
  width:140px; height:140px; background:rgba(255,255,255,0.04); border-radius:8px;
}
.contato-card-title {
  font-family:'Nunito',sans-serif; font-size:1.55rem; font-weight:800;
  color:#fff; margin-bottom:0.45rem; line-height:1.2;
}
.contato-card-sub {
  font-size:0.88rem; color:rgba(255,255,255,0.6); margin-bottom:1.75rem; font-weight:400;
}
.info-rows { display:flex; flex-direction:column; gap:1.1rem; }
.info-row { display:flex; align-items:flex-start; gap:12px; }
.info-row-icon {
  width:34px; height:34px; flex-shrink:0;
  background:rgba(255,255,255,0.1); border-radius:10px;
  display:flex; align-items:center; justify-content:center; font-size:0.95rem;
}
.info-row-label {
  font-size:0.68rem; font-weight:700; letter-spacing:0.1em;
  text-transform:uppercase; color:var(--sage-light); margin-bottom:2px;
}
.info-row-val {
  font-size:0.84rem; color:rgba(255,255,255,0.8); line-height:1.55; font-weight:400;
}

.float-card {
  position:absolute;
  background:var(--warm-white);
  border-radius:8px;
  padding:0.9rem 1.1rem;
  border:1.5px solid var(--sage-light);
  font-size:0.78rem; font-weight:600;
  color:var(--text-mid);
  white-space:nowrap;
  animation:floatCard 5s ease-in-out infinite;
  box-shadow:0 8px 28px -6px rgba(5,155,163,0.14);
}
.float-card .fc-num {
  font-family:'Cormorant Garamond',serif;
  font-size:1.7rem; font-weight:600;
  color:var(--sage-dark); display:block; line-height:1;
}

/* =========================================
   CARROSSEL DE IMAGENS
========================================= */
.carrossel {
  position:relative;
  padding:0;
}
.carrossel-viewport {
  overflow:hidden;
  border-radius:10px;
}
.carrossel-track {
  display:flex;
  gap:1rem;
  transition:transform .45s cubic-bezier(.4,0,.2,1);
}
.carrossel-slide {
  flex:0 0 calc(34% - 0.67rem);
  height:340px;
  border-radius:10px;
  overflow:hidden;
  border:2px solid var(--sage-light);
}
.carrossel-slide img {
  width:100%; height:100%;
  object-fit:cover; display:block;
}
.carrossel-nav {
  position:absolute; top:50%; transform:translateY(-50%);
  width:42px; height:42px; border-radius:50%;
  background:#fff;
  border:1.5px solid var(--sage-light);
  color:var(--sage-dark); font-size:1.5rem; line-height:1;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; transition:all .2s; z-index:3;
  box-shadow:0 4px 16px -4px rgba(5,155,163,0.2);
}
.carrossel-nav:hover { background:var(--sage-pale); border-color:var(--sage-dark); }
.carrossel-nav:disabled { opacity:0.35; cursor:default; }
.carrossel-nav:disabled:hover { background:#fff; border-color:var(--sage-light); }
.carrossel-nav.prev { left:12px; }
.carrossel-nav.next { right:12px; }
.carrossel-dots {
  display:flex; justify-content:center; gap:7px;
  margin-top:1.5rem;
}
.carrossel-dot {
  width:9px; height:9px; border-radius:50%;
  background:var(--warm-white);
  border:1.5px solid var(--sage-dark);
  padding:0; cursor:pointer; transition:background .2s;
}
.carrossel-dot.active { background:var(--sage-dark); }

/* =========================================
   ACORDEÃO (FAQ)
========================================= */
.faq-list { list-style:none; }
.faq-item { border-bottom:1.5px solid var(--sage-pale); overflow:hidden; }
.faq-q {
  display:flex; justify-content:space-between; align-items:center;
  padding:1.25rem 0; cursor:pointer;
  font-size:0.92rem; font-weight:700;
  color:var(--text-dark); transition:color .2s; gap:1rem; user-select:none;
}
.faq-q:hover { color:var(--sage-dark); }
.faq-ico {
  flex-shrink:0; width:28px; height:28px; border-radius:50%;
  border:2px solid var(--sage-light);
  display:flex; align-items:center; justify-content:center;
  font-size:1.1rem; color:var(--sage); transition:all .3s; font-weight:400;
}
.faq-item.open .faq-ico {
  background:var(--orange); color:#fff;
  border-color:var(--orange); transform:rotate(45deg);
}
.faq-a {
  max-height:0; overflow:hidden;
  transition:max-height .4s ease, padding-bottom .3s;
  font-size:0.87rem; color:var(--text-mid); line-height:1.85; font-weight:400;
}
.faq-item.open .faq-a { max-height:300px; padding-bottom:1.25rem; }

/* =========================================
   BOTÕES FLUTUANTES — WhatsApp e voltar ao topo
========================================= */
.float-whatsapp {
  position:fixed; right:24px; bottom:24px; z-index:150;
  width:56px; height:56px; border-radius:50%;
  background:#25D366; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px -4px rgba(0,0,0,0.3);
  transition:transform .2s;
}
.float-whatsapp:hover { transform:scale(1.08); }

.botao-topo {
  position:fixed; left:50%; bottom:24px; z-index:150;
  transform:translate(-50%, 14px);
  display:flex; align-items:center; gap:6px;
  background:var(--sage-dark); color:#fff;
  border:none; padding:0.6rem 1.2rem; border-radius:50px;
  font-size:0.78rem; font-weight:700;
  font-family:'Nunito', sans-serif;
  cursor:pointer;
  box-shadow:0 8px 24px -4px rgba(0,0,0,0.3);
  opacity:0; pointer-events:none;
  transition:opacity .35s ease, transform .35s ease, background .2s;
}
.botao-topo.visivel { opacity:1; transform:translate(-50%, 0); pointer-events:auto; }
.botao-topo:hover { background:var(--sage); }

