/* ============================================================
   Gabriely Moura Veterinária — Landing Page
   style.css · Soft Affective v2
   ============================================================ */

/* ── 1. GOOGLE FONTS — carregado via <link> no HTML ────────── */

/* ── 2. RESET ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
a   { text-decoration: none; }

/* ── 3. TOKENS ──────────────────────────────────────────────── */
:root {
  --rosa:           #B65A75;
  --rosa-poeira:    #F3E4E8;
  --creme:          #FBF3EE;
  --marrom:         #3A2A2F;
  --marrom-texto:   #6D5760;
  --borda:          #EADCD2;
  --whatsapp:       #25D366;
  --fonte-principal:'Nunito', sans-serif;
  --fonte-titulo:   'DM Serif Display', serif;
  --fonte-hand:     'Caveat', cursive;
}

/* ── 4. BASE ────────────────────────────────────────────────── */
body {
  font-family: var(--fonte-principal);
  background: var(--creme);
  color: var(--marrom);
  -webkit-font-smoothing: antialiased;
}

/* ── 5. KEYFRAMES ───────────────────────────────────────────── */
@keyframes wpp-pulse {
  0%   { box-shadow: 0 0 0 0    rgba(37,211,102,.45); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0    rgba(37,211,102,0); }
}
@keyframes arrow-bounce {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(5px); }
}
@keyframes cep-spin { to { transform: rotate(360deg); } }

/* ── 6. CONTAINER ───────────────────────────────────────────── */
.lp-inner { max-width: 640px; margin: 0 auto; width: 100%; }

/* ── 7. CABEÇALHO DE SEÇÃO ──────────────────────────────────── */
.secao-hand {
  font-family: var(--fonte-hand);
  font-size: 22px; color: var(--rosa);
  transform: rotate(-2deg); display: inline-block; line-height: 1;
}
.secao-titulo {
  font-family: var(--fonte-titulo);
  font-size: 36px; font-weight: 400; color: var(--marrom);
  line-height: 1.05; margin: 8px 0 0;
}
.secao-titulo em { color: var(--rosa); font-style: italic; }

@media (max-width: 480px) { .secao-titulo { font-size: 30px; } }


/* ============================================================
   HERO
   ============================================================ */

.hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--borda);
  border-radius: 999px; padding: 6px 14px;
  font-size: 12px; color: var(--marrom-texto); font-weight: 600;
  box-shadow: 0 2px 0 rgba(234,220,210,.8);
}
.hero-chip-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #D68AA0; box-shadow: 0 0 0 4px rgba(214,138,160,.2);
  flex: none;
}

.hero-title {
  font-family: var(--fonte-titulo);
  font-size: 46px; line-height: 1.02;
  text-align: center; margin: 28px 22px 0;
  color: var(--marrom); font-weight: 400;
}
.hero-title-hl {
  background: linear-gradient(180deg,
    transparent 62%, #F9C8D4 62%, #F9C8D4 92%, transparent 92%);
  padding: 0 8px;
}

.hero-subtitle {
  text-align: center; font-size: 15px; line-height: 1.6;
  color: var(--marrom-texto); margin: 22px 22px 0; font-weight: 500;
}

.hero-ctas {
  padding: 26px 22px 0;
  display: flex; flex-direction: column; gap: 10px;
}

.wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--whatsapp); color: #fff; border-radius: 999px;
  padding: 18px 20px; font-size: 17px; font-weight: 800;
  font-family: var(--fonte-principal);
  animation: wpp-pulse 1.5s infinite;
  -webkit-transform: translateZ(0); transform: translateZ(0);
  box-shadow: 0 8px 24px rgba(37,211,102,.35), inset 0 -3px 0 rgba(0,0,0,.08);
}

.orc-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: var(--marrom);
  border: 1.5px solid #D9C6BC; border-radius: 999px;
  padding: 14px 20px; font-size: 14px; font-weight: 700;
  font-family: var(--fonte-principal); transition: background .2s;
}
.orc-btn:hover { background: rgba(0,0,0,.04); }

.orc-arrow, .cta-orc-arrow, .serv-orc-arrow {
  display: inline-block; animation: arrow-bounce 1.2s ease-in-out infinite;
}

.hero-trust {
  display: flex; justify-content: center; gap: 16px;
  margin-top: 28px; font-size: 12px; color: var(--marrom-texto);
  padding: 0 22px;
}

.polaroid {
  background: #fff; padding: 12px; padding-bottom: 40px;
  box-shadow: 0 20px 40px -20px rgba(58,42,47,.25);
  border-radius: 2px; max-width: 320px; margin: 0 auto;
  position: relative;
}
.polaroid img { width: 100%; display: block; }
.polaroid-caption {
  position: absolute; bottom: 10px; left: 0; right: 0; text-align: center;
  font-family: var(--fonte-hand); font-size: 18px; color: var(--marrom-texto);
}


/* ============================================================
   DORES
   ============================================================ */

.dores-section { background: var(--rosa-poeira); padding: 56px 22px; }

.dores-grid { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }

.dores-card {
  background: #fff; border-radius: 22px; padding: 22px;
  border: 1px solid #EDD6DC;
  box-shadow: 0 2px 0 rgba(182,90,117,.08);
  display: flex; align-items: flex-start; gap: 14px;
}

.dores-icon-wrap {
  flex: none; width: 52px; height: 52px; border-radius: 16px;
  background: var(--creme);
  display: flex; align-items: center; justify-content: center;
}
.dores-icon-wrap svg { width: 28px; height: 28px; }

.dores-content { flex: 1; min-width: 0; }

.dores-title {
  font-family: var(--fonte-titulo);
  font-size: 22px; color: var(--marrom); line-height: 1.1; margin: 0;
}
.dores-dor {
  margin: 6px 0 12px; font-size: 14px; color: var(--marrom-texto); line-height: 1.5;
}
.dores-sol-wrap {
  display: flex; align-items: flex-start; gap: 8px;
  background: var(--creme); border-radius: 12px; padding: 10px 12px;
}
.dores-sol-arrow { color: var(--rosa); font-weight: 800; flex: none; margin-top: 1px; }
.dores-sol { font-size: 13.5px; color: var(--marrom); font-weight: 700; line-height: 1.45; }


/* ============================================================
   SERVIÇOS
   ============================================================ */

.serv-section { background: var(--creme); padding: 56px 22px; }

.serv-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-top: 28px;
}

.serv-card {
  border-radius: 22px; padding: 18px 16px 20px;
  text-decoration: none; color: var(--marrom);
  display: flex; flex-direction: column; gap: 10px;
  aspect-ratio: 1 / 1.05; position: relative;
  box-shadow: 0 2px 0 rgba(58,42,47,.06);
  cursor: pointer;
}

.serv-icon-wrap {
  width: 42px; height: 42px; border-radius: 14px;
  background: rgba(251,243,238,.85);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.serv-card-body { flex: 1; }
.serv-card-name {
  font-family: var(--fonte-titulo);
  font-size: 20px; line-height: 1; margin: 0;
}
.serv-card-desc {
  font-size: 12px; color: var(--marrom-texto);
  margin-top: 6px; line-height: 1.4;
}
.serv-card-arrow {
  position: absolute; bottom: 14px; right: 14px;
  font-size: 16px; color: var(--rosa);
}
.serv-card-hint {
  display: block; font-size: 10px; font-weight: 700;
  color: var(--rosa); text-transform: uppercase; letter-spacing: .08em;
  margin-top: auto;
}
.serv-nota {
  font-size: 11px; color: #8A6D7A;
  line-height: 1.6; margin-top: 18px; text-align: center; font-style: italic;
}

.serv-cta-card {
  margin-top: 28px; background: #fff; border-radius: 24px; padding: 18px;
  border: 1px solid var(--borda); text-align: center;
}
.serv-cta-hand { font-family: var(--fonte-hand); font-size: 20px; color: var(--rosa); }
.serv-cta-title {
  font-family: var(--fonte-titulo); font-size: 22px;
  margin: 4px 0 14px; color: var(--marrom);
}
.serv-cta-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--whatsapp); color: #fff; border-radius: 999px;
  padding: 15px 20px; font-size: 15px; font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(37,211,102,.3);
}


/* ============================================================
   PASSO A PASSO (AGENDAR)
   ============================================================ */

.agendar-section { background: var(--rosa-poeira); padding: 56px 22px; }

.agendar-card {
  background: #fff; border-radius: 24px; padding: 22px;
  border: 1px solid #EDD6DC; margin-top: 28px;
  box-shadow: 0 6px 0 rgba(182,90,117,.06);
}

.timeline-step { position: relative; padding-left: 44px; }
.timeline-step:not(:last-child) { padding-bottom: 24px; }

.timeline-num {
  position: absolute; top: 0; left: 0;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--rosa); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fonte-titulo); font-size: 16px;
  box-shadow: 0 0 0 4px #F9E2D8;
}
.timeline-connector {
  position: absolute; top: 40px; left: 15px; bottom: 0; width: 2px;
  background: repeating-linear-gradient(
    to bottom, #EDD6DC 0 6px, transparent 6px 12px
  );
}
.timeline-step-title {
  font-family: var(--fonte-titulo); font-size: 20px;
  color: var(--marrom); line-height: 1; margin: 0;
}
.timeline-step-desc { font-size: 13px; color: var(--marrom-texto); margin-top: 4px; }

.wpp-bubble {
  margin-top: 12px; border-radius: 14px; padding: 10px 12px;
  max-width: 260px;
}
.wpp-bubble-tutor {
  background: #E7F5DC; border: 1px solid #CDE4BC;
  border-top-right-radius: 4px; margin-left: auto;
}
.wpp-bubble-dra {
  background: var(--rosa-poeira); border: 1px solid #EDD6DC;
  border-top-left-radius: 4px;
}
.wpp-bubble-from { font-size: 11px; font-weight: 800; margin-bottom: 2px; }
.wpp-bubble-tutor .wpp-bubble-from { color: #4E7832; }
.wpp-bubble-dra   .wpp-bubble-from { color: var(--rosa); }
.wpp-bubble-msg   { font-size: 13px; color: var(--marrom); line-height: 1.4; }

.agendar-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--whatsapp); color: #fff; border-radius: 999px;
  padding: 16px 20px; font-size: 16px; font-weight: 800;
  text-decoration: none; margin-top: 22px;
  box-shadow: 0 8px 24px rgba(37,211,102,.35), inset 0 -3px 0 rgba(0,0,0,.08);
}


/* ============================================================
   SOBRE (EXPERIÊNCIA)
   ============================================================ */

.sobre-section { background: var(--creme); padding: 56px 22px; }

.sobre-foto {
  margin-top: 26px; border-radius: 24px; overflow: hidden;
  box-shadow: 0 20px 40px -24px rgba(58,42,47,.35);
}
.sobre-foto img { width: 100%; display: block; }

.sobre-citacao {
  margin: 24px 0 0; padding: 18px 20px 18px 22px;
  border-left: 3px solid var(--rosa);
  font-family: var(--fonte-titulo);
  font-size: 19px; line-height: 1.4; color: var(--marrom); font-style: italic;
}
.sobre-assinatura {
  font-family: var(--fonte-hand); font-size: 22px;
  color: var(--rosa); margin-top: 10px; padding-left: 22px;
}

.credenciais { display: flex; flex-direction: column; gap: 8px; margin-top: 22px; }
.credencial-card {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--borda);
  border-radius: 14px; padding: 12px 14px;
}
.credencial-icon {
  width: 26px; height: 26px; border-radius: 8px; background: #F9E2D8;
  display: flex; align-items: center; justify-content: center; flex: none;
}
.credencial-text { font-size: 14px; color: var(--marrom); font-weight: 600; }

.sobre-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--whatsapp); color: #fff; border-radius: 999px;
  padding: 16px 20px; font-size: 16px; font-weight: 800;
  text-decoration: none; margin-top: 24px;
  box-shadow: 0 8px 24px rgba(37,211,102,.35), inset 0 -3px 0 rgba(0,0,0,.08);
}


/* ============================================================
   DEPOIMENTOS — CARROSSEL
   ============================================================ */

.tc-section { background: var(--creme); padding: 56px 0 48px; }
.tc-header  { padding: 0 22px; text-align: center; }

.tc-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-top: 28px;
}
.tc-wrapper::-webkit-scrollbar { display: none; }
.tc-track { display: flex; }
.tc-card {
  flex: 0 0 calc(100% - 44px);
  margin: 0 22px;
  background: #fff; border: 1px solid var(--borda); border-radius: 22px;
  padding: 22px; box-sizing: border-box;
  box-shadow: 0 6px 0 rgba(182,90,117,.06);
  flex-shrink: 0;
  scroll-snap-align: center;
}

.tc-stars    { display: flex; gap: 2px; color: #E8B64A; font-size: 16px; margin-bottom: 10px; }
.tc-text     {
  font-family: var(--fonte-titulo); font-style: italic;
  font-size: 14.5px; color: var(--marrom); line-height: 1.55; margin: 0;
}
.tc-divider  { height: 1px; background: var(--borda); border: none; margin: 16px 0 14px; }
.tc-author   { display: flex; align-items: center; gap: 12px; }
.tc-avatar   {
  width: 40px; height: 40px; border-radius: 50%;
  background: #F9E2D8; color: var(--rosa);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fonte-titulo); font-size: 15px; flex: none;
}
.tc-author-name     { font-size: 13.5px; font-weight: 800; color: var(--marrom); margin: 0 0 2px; }
.tc-author-location { font-size: 12px; color: var(--marrom-texto); margin: 0; }

.tc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.tc-dot {
  height: 7px; width: 7px; border-radius: 999px;
  background: #EDD6DC; border: none; padding: 0; cursor: pointer;
  transition: background .2s, width .2s;
}
.tc-dot.tc-active { background: var(--rosa); width: 18px; }


/* ============================================================
   BUSCA CEP
   ============================================================ */

.cep-section { background: var(--rosa-poeira); padding: 56px 22px; }

.cep-box {
  background: #fff; border-radius: 24px; padding: 20px;
  border: 1px solid #EDD6DC;
  box-shadow: 0 6px 0 rgba(182,90,117,.06);
  max-width: 480px; margin: 26px auto 0;
}

.cep-label {
  display: block; font-size: 12px; font-weight: 700;
  color: var(--marrom-texto); letter-spacing: .04em;
  text-transform: uppercase; margin-bottom: 8px;
}

.cep-input {
  width: 100%; padding: 14px 16px; font-size: 17px;
  border: 1.5px solid var(--borda); border-radius: 12px;
  font-family: var(--fonte-principal); color: var(--marrom);
  background: var(--creme); outline: none;
  letter-spacing: .04em; transition: border-color .2s;
}
.cep-input:focus { border-color: var(--rosa); }

.cep-btn {
  display: block; margin-top: 12px; width: 100%; border: none; cursor: pointer;
  background: var(--rosa); color: #fff; border-radius: 999px;
  padding: 15px 20px; font-size: 15px; font-weight: 800;
  font-family: var(--fonte-principal);
  box-shadow: 0 8px 20px rgba(182,90,117,.3), inset 0 -2px 0 rgba(0,0,0,.08);
  transition: background .2s;
}
.cep-btn:hover    { background: #a04f68; }
.cep-btn:disabled { background: #D9C6BC; cursor: not-allowed; box-shadow: none; }

.cep-hint-row {
  display: flex; align-items: center; gap: 8px;
  justify-content: center; margin-top: 14px;
  font-size: 12px; color: var(--marrom-texto);
}

.cep-link-calc {
  display: block; text-align: center;
  font-size: 13px; color: var(--rosa); font-weight: 700;
  text-decoration: none; padding: 6px; margin-top: 10px;
}
.cep-link-calc:hover { text-decoration: underline; }

.cep-result             { margin-top: 20px; display: none; }
.cep-result.cep-visible { display: block; }

.cep-bairro-info        { font-size: 13px; color: var(--marrom-texto); margin: 0 0 12px; }
.cep-bairro-info strong { color: var(--marrom); }

.cep-faixa-card {
  border-radius: 8px; padding: 16px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.cep-faixa-categoria { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin: 0 0 4px; }
.cep-faixa-msg       { font-size: 14px; margin: 0; line-height: 1.4; }
.cep-faixa-valor     { font-size: 26px; font-weight: 700; white-space: nowrap; flex-shrink: 0; }

.cep-faixa-gratis   .cep-faixa-card { background: #E8F3E8; border: 1px solid #9FE1CB; }
.cep-faixa-gratis   .cep-faixa-categoria { color: #0F6E56; }
.cep-faixa-gratis   .cep-faixa-msg       { color: #2D6E4E; }
.cep-faixa-gratis   .cep-faixa-valor     { color: #1A2E22; }
.cep-faixa-ampliada .cep-faixa-card { background: #EBF5FF; border: 1px solid #85B7EB; }
.cep-faixa-ampliada .cep-faixa-categoria { color: #185FA5; }
.cep-faixa-ampliada .cep-faixa-msg       { color: #185FA5; }
.cep-faixa-ampliada .cep-faixa-valor     { color: #0C447C; }
.cep-faixa-especial .cep-faixa-card { background: #FFF8EC; border: 1px solid #FAC775; }
.cep-faixa-especial .cep-faixa-categoria { color: #854F0B; }
.cep-faixa-especial .cep-faixa-msg       { color: #854F0B; }
.cep-faixa-especial .cep-faixa-valor     { color: #633806; }
.cep-faixa-extra    .cep-faixa-card { background: #F9F0FA; border: 1px solid #AFA9EC; }
.cep-faixa-extra    .cep-faixa-categoria { color: #534AB7; }
.cep-faixa-extra    .cep-faixa-msg       { color: #534AB7; }
.cep-faixa-extra    .cep-faixa-valor     { color: #3C3489; }

.cep-faixa-consultar {
  background: #FFF8EC; border: 1px solid #FAC775; border-radius: 8px;
  padding: 16px 18px; text-align: center;
  font-size: 14px; color: #854F0B; font-weight: 500; line-height: 1.5;
}

.cep-wpp {
  margin-top: 14px; display: flex; align-items: center; gap: 10px;
  background: var(--creme); border-radius: 8px; padding: 12px 14px;
}
.cep-wpp-text { font-size: 13px; color: var(--marrom-texto); margin: 0; flex: 1; line-height: 1.4; }
.cep-wpp-btn {
  background: var(--whatsapp); color: #fff; border: none;
  border-radius: 7px; padding: 8px 14px; font-size: 13px; font-weight: 600;
  font-family: var(--fonte-principal); cursor: pointer; white-space: nowrap;
  display: flex; align-items: center; gap: 6px; text-decoration: none;
}

.cep-error {
  margin-top: 14px; background: #FCEBEB; border: .5px solid #F7C1C1;
  border-radius: 8px; padding: 12px 14px;
  font-size: 13px; color: #791F1F; display: none;
}
.cep-error.cep-visible { display: block; }

.cep-loading {
  margin-top: 14px; font-size: 13px; color: var(--marrom-texto);
  display: none; align-items: center; gap: 8px;
}
.cep-loading.cep-visible { display: flex; }

.cep-spinner {
  width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid var(--borda); border-top-color: var(--rosa);
  animation: cep-spin .7s linear infinite; flex-shrink: 0;
}

@media (max-width: 480px) {
  .cep-box { padding: 20px 16px; }
  .cep-wpp { flex-direction: column; align-items: flex-start; }
  .cep-wpp-btn { width: 100%; justify-content: center; }
}


/* ============================================================
   FAQ
   ============================================================ */

.faq-section { background: var(--creme); padding: 56px 22px; }

.faq-box { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }

.faq-item {
  background: #fff; border-radius: 16px;
  border: 1px solid var(--borda); overflow: hidden;
}

.faq-header {
  display: flex; align-items: center; gap: 12px; padding: 16px;
  cursor: pointer; user-select: none;
  background: transparent; width: 100%; border: none; text-align: left;
  font-family: var(--fonte-principal);
}

.faq-question {
  flex: 1; font-size: 15px; font-weight: 700; color: var(--marrom); line-height: 1.4; margin: 0;
}
.faq-item.open .faq-question { color: var(--rosa); }

.faq-icon {
  width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid #EDD6DC;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--rosa); font-size: 18px; line-height: 1;
  transition: transform .2s, background .2s;
}
.faq-item.open .faq-icon { background: var(--rosa); color: #fff; transform: rotate(45deg); }

/* mantendo as classes usadas pelo HTML antigo (seletores de svg) */
.faq-icon svg          { transition: transform .3s ease; }
.faq-icon-line         { stroke: var(--rosa); transition: stroke .2s ease; }
.faq-item.open .faq-icon-line { stroke: #fff; }
.faq-item.open .faq-icon svg  { transform: rotate(45deg); }

.faq-body {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .35s ease, padding .35s ease;
  padding: 0 16px;
}
.faq-answer { overflow: hidden; min-height: 0; font-size: 14px; color: var(--marrom-texto); line-height: 1.6; margin: 0; }
.faq-item.open .faq-body { grid-template-rows: 1fr; padding: 0 16px 16px; }
.faq-answer a { color: var(--rosa); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 480px) { .faq-question { font-size: 14px; } }


/* ============================================================
   CTA FINAL
   ============================================================ */

.cta-final {
  background: #3A2A2F; padding: 56px 22px 40px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; position: relative; overflow: hidden;
}

.cta-final-hand {
  font-family: var(--fonte-hand); font-size: 24px;
  color: #F9C8D4; transform: rotate(-2deg);
  display: inline-block; line-height: 1;
}

.cta-final-title {
  font-family: var(--fonte-titulo);
  font-size: 38px; line-height: 1.05; font-weight: 400;
  color: var(--creme); margin: 10px 0 0;
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}
.cta-final-title em { color: #F9C8D4; font-style: italic; }

.cta-final-sub {
  font-size: 14.5px; color: #D9C6BC; line-height: 1.55;
  margin: 16px auto 0; max-width: 320px;
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s ease .15s, transform .5s ease .15s;
}

.cta-final-time {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(251,243,238,.08); border: 1px solid rgba(251,243,238,.18);
  border-radius: 999px; padding: 7px 14px;
  font-size: 12.5px; font-weight: 600; color: #F9C8D4;
  margin-top: 22px;
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s ease .3s, transform .5s ease .3s;
}
.cta-final-time-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--whatsapp); box-shadow: 0 0 0 4px rgba(37,211,102,.25);
}

.cta-final-btns {
  width: 100%; display: flex; flex-direction: column; gap: 10px; margin-top: 22px;
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s ease .45s, transform .5s ease .45s;
}

.cta-final.visible .cta-final-title,
.cta-final.visible .cta-final-sub,
.cta-final.visible .cta-final-time,
.cta-final.visible .cta-final-btns { opacity: 1; transform: translateY(0); }

.cta-btn-wpp {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--whatsapp); color: #fff; border: none;
  border-radius: 999px; padding: 17px 0; width: 100%;
  font-size: 16px; font-weight: 800; font-family: var(--fonte-principal);
  text-decoration: none; cursor: pointer;
  animation: wpp-pulse 1.8s infinite;
  -webkit-transform: translateZ(0); transform: translateZ(0);
  box-shadow: 0 10px 28px rgba(37,211,102,.4), inset 0 -3px 0 rgba(0,0,0,.12);
}

.cta-btn-orc {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: var(--creme);
  border: 1.5px solid rgba(251,243,238,.35);
  border-radius: 999px; padding: 14px 0; width: 100%;
  font-size: 14px; font-weight: 700; font-family: var(--fonte-principal);
  text-decoration: none; cursor: pointer;
  transition: background .2s, border-color .2s;
}
.cta-btn-orc:hover { background: rgba(255,255,255,.08); border-color: rgba(251,243,238,.6); }

@media (min-width: 640px) {
  .cta-final-btns  { max-width: 560px; }
  .cta-final-title { max-width: 560px; }
}
@media (max-width: 480px) {
  .cta-final { padding: 40px 16px 32px; }
  .cta-final-title { font-size: 32px; }
}


/* ============================================================
   FOOTER
   ============================================================ */

.footer-section {
  background: #2A1D22; color: #D9C6BC;
  padding: 36px 22px 28px; font-family: var(--fonte-principal); font-size: 13px;
}
.footer-nome {
  font-family: var(--fonte-titulo); font-size: 24px;
  color: var(--creme); text-align: center;
}
.footer-sub  { font-size: 12.5px; color: #D9C6BC; text-align: center; margin-top: 4px; }
.footer-pill {
  display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(249,200,212,.12); color: #F9C8D4; letter-spacing: .04em;
}
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 26px; }
.footer-col-label {
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: #B9A29A; margin-bottom: 8px; font-weight: 700;
}
.footer-col-main { color: var(--creme); font-weight: 600; font-size: 12.5px; margin-bottom: 4px; line-height: 1.4; }
.footer-col-sub  { font-size: 12px; color: #D9C6BC; }
.footer-divider  { height: 1px; background: rgba(217,198,188,.15); margin: 26px 0 16px; }
.footer-copy     { font-size: 11px; color: #8E7A72; text-align: center; }


/* ============================================================
   MODAL DE SERVIÇOS
   ============================================================ */

.serv-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: flex-end; justify-content: center;
}
.serv-modal[hidden] { display: none; }

.serv-modal-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity 220ms ease;
}
.serv-modal.is-open .serv-modal-overlay { opacity: 1; }

.serv-modal-sheet {
  position: relative; z-index: 1;
  background: #fff; border-radius: 22px 22px 0 0;
  padding: 24px 20px 36px; width: 100%;
  max-height: 85vh; overflow-y: auto;
  box-shadow: 0 -4px 24px rgba(58,42,47,.15);
  opacity: 0; transform: translateY(20px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.serv-modal.is-open .serv-modal-sheet { opacity: 1; transform: translateY(0); }

.serv-modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 30px; height: 30px; border-radius: 50%;
  border: 1.5px solid var(--borda); background: var(--creme);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 18px; line-height: 1; color: var(--marrom-texto);
  font-family: var(--fonte-principal);
}
.serv-modal-close:hover { background: var(--rosa-poeira); }

.serv-modal-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px; padding-right: 36px;
}
.serv-modal-dot {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
}
.serv-modal-titulo {
  font-family: var(--fonte-titulo); font-size: 20px;
  color: var(--marrom); margin: 0; line-height: 1.1;
}
.serv-modal-cat {
  font-size: 11px; color: var(--marrom-texto);
  margin: 4px 0 0; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
}
.serv-modal-divider { height: 1px; background: var(--borda); margin: 0 0 18px; }
.serv-modal-desc {
  font-size: 14px; color: var(--marrom-texto);
  line-height: 1.65; margin: 0 0 22px;
}
.serv-modal-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--whatsapp); color: #fff; border-radius: 999px;
  padding: 15px 20px; font-size: 15px; font-weight: 800;
  font-family: var(--fonte-principal); text-decoration: none;
  box-shadow: 0 6px 18px rgba(37,211,102,.3), inset 0 -2px 0 rgba(0,0,0,.08);
}

@media (min-width: 640px) {
  .serv-modal { align-items: center; padding: 20px; }
  .serv-modal-sheet { border-radius: 22px; max-width: 540px; }
}

@media (prefers-reduced-motion: reduce) {
  .serv-modal-overlay,
  .serv-modal-sheet { transition: none; }
}
