@charset "UTF-8";
/* ============================================================
   Dra. Brenda Rodrigues — identidade visual
   Cor principal: AZUL (harmoniza com o fundo azul da foto)
   Obs.: as variaveis nomeadas "teal" e "mint" guardam tons de azul.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --teal: #1b81d6;               /* azul principal */
  --teal-dark: #135ea6;
  --teal-grad: linear-gradient(135deg, #3ea1ef 0%, #1b81d6 100%);
  --mint: #d3e6fb;               /* círculos de ícone (azul claro) */
  --mint-soft: #e8f2fd;          /* fundo de seção (azul bem claro) */
  --mint-line: #cfe2f6;
  --navy: #123a63;               /* títulos (azul profundo) */
  --ink: #1e3654;
  --ink-soft: #566579;           /* corpo de texto */
  --bg: #ffffff;
  --whatsapp: #25d366;
  --whatsapp-dark: #1ebe57;
  --gold: #f5b301;
  --radius: 22px;
  --radius-sm: 16px;
  --shadow: 0 12px 34px rgba(18, 58, 99, 0.10);
  --shadow-soft: 0 6px 18px rgba(18, 58, 99, 0.07);
  --maxw: 1100px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink-soft);
  background: var(--bg);
  line-height: 1.7;
  font-size: .98rem;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { line-height: 1.28; color: var(--navy); font-weight: 700; }
h1 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); letter-spacing: -.5px; }
h2 { font-size: clamp(1.45rem, 3.2vw, 2.05rem); margin-bottom: .6em; letter-spacing: -.3px; }
h3 { font-size: 1.12rem; }

section { padding: 68px 0; }
section.alt { background: var(--mint-soft); }

.section-lead { max-width: 760px; color: var(--ink-soft); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--mint-line);
  box-shadow: inset 0 3px 0 0 #1b81d6;
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--maxw); margin: 0 auto; padding: 14px 20px;
}
.brand { display: flex; flex-direction: column; text-decoration: none; }
.brand strong { color: var(--navy); font-size: 1.08rem; font-weight: 700; letter-spacing: .1px; }
.brand span { font-size: .68rem; color: var(--teal); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  font-size: 1.7rem; color: var(--teal); line-height: 1;
}

.main-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; }
.main-nav a {
  text-decoration: none; color: var(--ink); font-size: .92rem; font-weight: 500;
  padding: 6px 2px; transition: color .2s;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--teal); }
.main-nav a.nav-cta {
  background: var(--teal-grad); color: #fff; padding: 11px 22px; border-radius: 999px;
  font-weight: 600; font-size: .88rem;
  box-shadow: 0 6px 18px rgba(27, 129, 214, .35);
  transition: transform .15s, box-shadow .2s;
}
.main-nav a.nav-cta:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(27, 129, 214, .45); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(620px 440px at 92% 12%, rgba(62, 161, 239, .30), transparent 62%),
    radial-gradient(520px 380px at 2% 96%, rgba(27, 129, 214, .16), transparent 60%),
    linear-gradient(180deg, #f2f8fe 0%, #ffffff 62%);
  padding: 84px 0 96px;
}
.hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero h1 { color: var(--navy); margin-bottom: .55em; }
.hero p.sub { font-size: 1.06rem; color: var(--ink-soft); margin-bottom: 1.8em; max-width: 540px; font-weight: 300; }

/* Foto no círculo teal, como na referência */
.hero .photo-placeholder {
  position: relative;
  aspect-ratio: 1 / 1;
  width: min(420px, 100%);
  margin: 0 auto;
  border-radius: 50%;
  background: var(--teal-grad);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #eaf4fd; font-size: .85rem; padding: 40px;
  box-shadow: 0 24px 60px rgba(27, 129, 214, .35);
}
.hero .photo-placeholder img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 8%; /* mostra a cabeça inteira no recorte circular */
}
.hero .photo-placeholder::before {
  content: "";
  position: absolute; inset: -16px;
  border-radius: 50%;
  border: 1.5px solid rgba(27, 129, 214, .35);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-18deg);
}
/* Chip flutuante de prova social */
.hero .photo-placeholder::after {
  content: "⭐ 4,8 · 215 avaliações";
  position: absolute; right: -8px; bottom: 34px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy); font-weight: 600; font-size: .82rem;
  padding: 12px 18px; border-radius: 14px;
  box-shadow: 0 14px 30px rgba(22, 56, 92, .18);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 600; border-radius: 999px;
  padding: 15px 30px; font-size: .98rem;
  transition: transform .15s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-whatsapp {
  background: var(--teal-grad); color: #fff;
  box-shadow: 0 10px 26px rgba(27, 129, 214, .4);
}
.btn-whatsapp:hover { box-shadow: 0 14px 32px rgba(27, 129, 214, .5); }
.btn-outline {
  border: 1.5px solid var(--teal); color: var(--teal-dark);
  padding: 11px 26px; font-size: .9rem; background: #fff;
}
.btn-outline:hover { background: var(--teal); color: #fff; }
.btn .wa-icon { width: 21px; height: 21px; flex: none; }
.btn-sm { padding: 11px 22px; font-size: .88rem; }

/* Microcopy de reforço sob o CTA */
.cta-note {
  margin-top: 14px; font-size: .84rem; color: var(--ink-soft); font-weight: 500;
}
.cta-note.light { color: #dbecfb; margin-top: 18px; }
.cta-note.urgent {
  display: inline-block; margin-top: 16px;
  background: #fff2f0; color: #b23524; font-weight: 600;
  border: 1px solid #ffd6cf; border-radius: 12px;
  padding: 10px 16px;
}

/* Ações dos cards de serviço */
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.card-actions .btn { margin-top: 0; }

/* ---------- Trust bar — cartão flutuante sobre o herói ---------- */
.trust-bar { padding: 0 20px; position: relative; z-index: 5; }
.trust-bar .container {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 12px 44px;
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 28px;
  margin-top: -42px;
  font-size: .92rem; font-weight: 600; color: var(--navy); text-align: center;
}
.trust-bar a { color: inherit; text-decoration: none; }
.trust-bar a:hover { color: var(--teal); }
.trust-bar .star { color: var(--gold); }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 34px; }
.card {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--mint-line);
  padding: 32px 28px; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .icon {
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--mint);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.55rem; margin-bottom: 18px;
}
.card h3 { color: var(--navy); margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: .92rem; flex: 1; font-weight: 300; }
.card .btn { margin-top: 20px; align-self: flex-start; }

/* ---------- Selos / badges ---------- */
.badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
.badge {
  background: #fff; border: 1px solid var(--mint-line); border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 24px 18px; text-align: center; font-weight: 600; font-size: .88rem; color: var(--navy);
}
.badge .icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--mint);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin: 0 auto 12px;
}

/* ---------- Steps ---------- */
.steps { list-style: none; counter-reset: step; display: grid; gap: 20px; margin-top: 34px; }
.steps li {
  counter-increment: step; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-soft); border: 1px solid var(--mint-line);
  padding: 24px 26px 24px 84px; position: relative; font-weight: 300;
}
.steps li::before {
  content: counter(step);
  position: absolute; left: 24px; top: 24px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--teal-grad); color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px rgba(27, 129, 214, .35);
}
.steps li strong { color: var(--navy); font-weight: 600; }

/* ---------- Testimonials ---------- */
.rating-highlight { text-align: center; margin-bottom: 30px; }
.rating-highlight .score { font-size: 2.8rem; font-weight: 800; color: var(--navy); letter-spacing: -1px; }
.rating-highlight .stars { color: var(--gold); font-size: 1.35rem; letter-spacing: 4px; }
.rating-highlight .count { color: var(--ink-soft); font-size: .92rem; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testimonial {
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-soft); border: 1px solid var(--mint-line);
  padding: 30px 26px;
  display: flex; flex-direction: column;
}
.testimonial .stars { color: var(--gold); margin-bottom: 12px; letter-spacing: 3px; font-size: .95rem; }
.testimonial p { color: var(--ink-soft); font-size: .92rem; font-weight: 300; flex: 1; }
.testimonial .author { margin-top: 16px; font-weight: 600; color: var(--navy); font-size: .9rem; }
.testimonials-cta { text-align: center; margin-top: 34px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 34px auto 0; }
.faq details {
  background: #fff; border-radius: var(--radius-sm);
  border: 1px solid var(--mint-line); box-shadow: var(--shadow-soft);
  margin-bottom: 14px; overflow: hidden;
  transition: box-shadow .2s;
}
.faq details[open] { box-shadow: var(--shadow); }
.faq summary {
  cursor: pointer; font-weight: 600; padding: 19px 24px; color: var(--navy);
  list-style: none; position: relative; padding-right: 60px; font-size: .96rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--mint); color: var(--teal-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; font-weight: 500;
}
.faq details[open] summary::after { content: "–"; background: var(--teal); color: #fff; }
.faq .answer { padding: 0 24px 20px; color: var(--ink-soft); font-weight: 300; font-size: .93rem; }
.faq .answer a { color: var(--teal-dark); font-weight: 500; }

/* ---------- Location ---------- */
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 34px; align-items: start; }
.map-embed {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft);
  border: 1px solid var(--mint-line); min-height: 320px;
  background: var(--mint-soft); display: flex; align-items: center; justify-content: center;
  color: var(--ink-soft); text-align: center; padding: 20px; font-size: .9rem;
}
.map-embed iframe { width: 100%; height: 320px; border: 0; }
.address-block p { margin-bottom: 12px; font-weight: 300; }
.address-block strong { color: var(--navy); font-weight: 600; }
.address-block a { color: var(--teal-dark); font-weight: 500; }
.map-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.map-links a {
  text-decoration: none; font-weight: 600; font-size: .86rem;
  border: 1.5px solid var(--teal); color: var(--teal-dark); background: #fff;
  padding: 9px 20px; border-radius: 999px; transition: background .2s, color .2s;
}
.map-links a:hover { background: var(--teal); color: #fff; }

/* ---------- CTA final — cartão arredondado com gradiente ---------- */
.cta-final { background: #fff; padding: 68px 20px; }
.cta-final .container {
  background:
    radial-gradient(420px 260px at 90% 0%, rgba(255, 255, 255, .16), transparent 60%),
    var(--teal-grad);
  border-radius: 30px;
  text-align: center; color: #fff;
  padding: 64px 32px;
  box-shadow: 0 22px 54px rgba(27, 129, 214, .38);
}
.cta-final h2 { color: #fff; }
.cta-final p { color: #e2eefb; max-width: 600px; margin: 0 auto 30px; font-weight: 300; }
.cta-final .btn-whatsapp {
  background: #fff; color: var(--teal-dark);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .18);
}
.cta-final .btn-whatsapp:hover { box-shadow: 0 14px 32px rgba(0, 0, 0, .24); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy); color: #a9bdd2; padding: 46px 0 100px; font-size: .88rem; font-weight: 300;
}
.site-footer .container { display: grid; gap: 8px; text-align: center; }
.site-footer strong { color: #fff; font-weight: 600; }
.site-footer a { color: #7fb9ef; text-decoration: none; font-weight: 500; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .foot-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 10px; }

/* ---------- Barra fixa de CTA no mobile ---------- */
.mobile-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--mint-line);
  box-shadow: 0 -8px 24px rgba(22, 56, 92, .12);
}
.mobile-cta .btn { width: 100%; justify-content: center; padding: 14px 20px; font-size: .94rem; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 1100;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--whatsapp); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .45); transition: transform .15s, background .2s;
}
.wa-float:hover { transform: scale(1.08); background: var(--whatsapp-dark); }
.wa-float svg { width: 34px; height: 34px; fill: #fff; }

/* ---------- Contact page ---------- */
.contact-hero { text-align: center; }
.contact-hero .container { grid-template-columns: 1fr; }
.contact-hero p.sub { margin-left: auto; margin-right: auto; }
.contact-big { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 26px; }
.contact-big .phone { font-size: 1.5rem; font-weight: 700; color: var(--navy); letter-spacing: .5px; }

/* ---------- Prose ---------- */
.prose { max-width: 780px; }
.prose p { margin-bottom: 1em; color: var(--ink-soft); font-size: 1rem; font-weight: 300; }
.prose p strong { color: var(--navy); font-weight: 600; }
.prose p:last-child { margin-bottom: 0; }

.center { text-align: center; }
.mt-2 { margin-top: 24px; }

/* ---------- Placeholder marker (dados a preencher) ---------- */
mark.fill {
  background: #fff3bf; color: #7a5d00; padding: 0 4px; border-radius: 4px; font-style: normal;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  section { padding: 52px 0; }
  /* No mobile a barra fixa substitui o botão flutuante */
  .mobile-cta { display: block; }
  .wa-float { display: none; }
  body { padding-bottom: 84px; }
  .hero { padding: 56px 0 88px; }
  .hero .container { grid-template-columns: 1fr; gap: 44px; }
  .hero .photo-placeholder { max-width: 320px; }
  .hero .photo-placeholder::after { right: 4px; bottom: 16px; }
  .cards, .testimonials { grid-template-columns: 1fr; }
  .badges { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: 1fr; }
  .trust-bar .container { gap: 8px 24px; padding: 18px 20px; margin-top: -36px; }
  .cta-final .container { padding: 48px 22px; }

  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: 0 16px 28px rgba(22, 56, 92, .14);
    display: none;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; }
  .main-nav li { border-top: 1px solid var(--mint-soft); }
  .main-nav a { display: block; padding: 14px 24px; }
  .main-nav a.nav-cta { margin: 12px 20px; text-align: center; }
}
