/* ==========================================================================
   Dra. Sophia Albuquerque — Gastropediatria
   Direção: Lúdico Ilustrado (mascote polvinho + blobs orgânicos coloridos)
   No Mapa by Cajueiro.tech
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Paleta da ficha (hex exatos) */
  --primary: #4FB4E8;        /* azul-céu marca */
  --primary-deep: #2E92C8;
  --secondary: #FF8A65;      /* coral acento quente */
  --secondary-deep: #F06A45;
  --accent: #43C59E;         /* verde-menta (CORREÇÃO #6) */
  --accent-deep: #2FA886;
  --sun: #FFC857;            /* amarelo-sol, só pontual */
  --bg: #FFFFFF;
  --text: #234E63;           /* azul-petróleo (AA) */
  --text-soft: #4A7488;
  --ink: #163644;

  /* superfícies suaves */
  --tint-blue: #EAF6FD;
  --tint-coral: #FFEEE7;
  --tint-mint: #E6F8F1;
  --tint-sun: #FFF6E2;

  /* tipografia */
  --font-head: 'Baloo 2', system-ui, sans-serif;
  --font-body: 'Nunito', system-ui, sans-serif;

  /* raios bem arredondados (cartoon) */
  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 32px;
  --r-xl: 44px;
  --r-pill: 999px;

  /* sombras coloridas suaves */
  --shadow-blue: 0 18px 40px -18px rgba(79, 180, 232, .55);
  --shadow-coral: 0 18px 40px -18px rgba(255, 138, 101, .55);
  --shadow-mint: 0 18px 40px -18px rgba(67, 197, 158, .5);
  --shadow-soft: 0 14px 34px -16px rgba(35, 78, 99, .28);
  --shadow-lift: 0 26px 56px -22px rgba(35, 78, 99, .38);

  /* spacing fluido */
  --space-section: clamp(4.5rem, 9vw, 8rem);
  --container: 1180px;

  --ease-bounce: cubic-bezier(.34, 1.56, .64, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, .55vw + .9rem, 1.08rem);
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}

h1 { font-size: clamp(2.2rem, 5.2vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.45rem); font-weight: 700; }

p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
em { font-style: normal; color: var(--primary-deep); }

.container {
  width: min(100% - 2.4rem, var(--container));
  margin-inline: auto;
}

/* ---------- Eyebrow / section head ---------- */
.eyebrow {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .02em;
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 .65rem;
  padding: .3rem .85rem;
  background: var(--tint-mint);
  border-radius: var(--r-pill);
}
.eyebrow--on-mint { background: rgba(255, 255, 255, .7); color: var(--accent-deep); }
.eyebrow--on-blue { background: rgba(255, 255, 255, .8); color: var(--primary-deep); }
.eyebrow--on-coral { background: rgba(255, 255, 255, .8); color: var(--secondary-deep); }

.section-head { max-width: 680px; margin: 0 auto clamp(2.5rem, 5vw, 3.5rem); text-align: center; }
.section-head .eyebrow { margin-inline: auto; }
.section-sub { color: var(--text-soft); font-size: 1.08rem; margin: 0; }

/* ==========================================================================
   MASCOTE — polvinho (estilo cartoon, contornos suaves)
   ========================================================================== */
.octo { width: 100%; height: auto; display: block; overflow: visible; }
.octo-head { fill: var(--primary); }
.octo-legs { fill: var(--primary); }
.octo-eye { fill: #FFFFFF; stroke: var(--ink); stroke-width: 2; }
.octo-pupil { fill: var(--ink); }
.octo-shine { fill: #FFFFFF; }
.octo-cheek { fill: var(--secondary); opacity: .55; }
.octo-smile { fill: none; stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; }
.octo-brow { fill: none; stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; }
.octo-steth { fill: none; stroke: var(--accent-deep); stroke-width: 6; stroke-linecap: round; }
.octo-steth-bell { fill: var(--accent); stroke: var(--accent-deep); stroke-width: 4; }
.octo-steth-bell-inner { fill: #FFFFFF; opacity: .85; }
.octo-steth-ear { fill: var(--accent-deep); }
.octo--mini { width: 100%; }

/* piscar dos olhos */
@keyframes octo-blink {
  0%, 92%, 100% { transform: scaleY(1); }
  95% { transform: scaleY(.1); }
}
.octo-pupil--blink {
  transform-box: fill-box;
  transform-origin: center;
  animation: octo-blink 5.5s ease-in-out infinite;
}

/* flutuação suave */
@keyframes octo-float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1.5deg); }
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.site-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: .55rem 0;
}
.site-nav.scrolled {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px -14px rgba(35, 78, 99, .4);
}
.nav-inner {
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
}
.nav-logo { display: flex; align-items: center; gap: .65rem; }
.nav-logo-mark {
  width: 46px; height: 46px; flex: 0 0 auto;
  display: grid; place-items: center;
  background: #fff;
  border-radius: var(--r-md);
  padding: 5px;
  box-shadow: var(--shadow-blue);
}
.nav-logo-text {
  font-family: var(--font-head); font-weight: 800;
  font-size: 1.06rem; line-height: 1.1; color: var(--ink);
  display: flex; flex-direction: column;
}
.nav-logo-text span {
  font-size: .68rem; font-weight: 600;
  color: var(--text-soft); letter-spacing: .01em;
}
.footer-logo .nav-logo-text span { color: rgba(255, 255, 255, .75); }

.nav-links { display: flex; align-items: center; gap: .35rem; }
.nav-links > li > a:not(.btn) {
  font-family: var(--font-head); font-weight: 600;
  font-size: .98rem; color: var(--text);
  padding: .55rem .85rem; border-radius: var(--r-pill);
  transition: background .2s ease, color .2s ease;
}
.nav-links > li > a:not(.btn):hover { background: var(--tint-blue); color: var(--primary-deep); }
.nav-cta { margin-left: .35rem; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  width: 46px; height: 46px; border: none; cursor: pointer;
  background: #fff; border-radius: var(--r-md);
  align-items: center; justify-content: center;
  box-shadow: var(--shadow-soft);
}
.nav-toggle span {
  display: block; width: 22px; height: 2.6px; border-radius: 3px;
  background: var(--ink); transition: transform .3s ease, opacity .25s ease;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  --btn-bg: var(--primary);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 700;
  font-size: 1rem; line-height: 1;
  padding: .85rem 1.5rem; min-height: 48px;
  border-radius: var(--r-pill); border: 2.5px solid transparent;
  cursor: pointer; transition: transform .2s var(--ease-bounce), box-shadow .2s ease, background .2s ease;
}
.btn svg { width: 1.2em; height: 1.2em; }
.btn:active { transform: scale(.97); }

.btn--primary {
  background: var(--primary); color: #fff;
  box-shadow: var(--shadow-blue);
}
.btn--primary:hover { background: var(--primary-deep); transform: translateY(-3px) rotate(-1deg); }

.btn--outline {
  background: #fff; color: var(--primary-deep);
  border-color: var(--primary);
}
.btn--outline:hover { background: var(--tint-blue); transform: translateY(-3px); }

.btn--whatsapp {
  background: #25D366; color: #fff;
  box-shadow: 0 18px 40px -16px rgba(37, 211, 102, .7);
}
.btn--whatsapp:hover { background: #1da955; transform: translateY(-3px) rotate(-1deg); }

.btn--lg { font-size: 1.08rem; padding: 1.05rem 1.9rem; min-height: 56px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  padding: clamp(7rem, 13vw, 10rem) 0 clamp(5rem, 8vw, 7rem);
  background:
    radial-gradient(120% 90% at 12% -10%, var(--tint-blue) 0%, transparent 55%),
    radial-gradient(120% 90% at 100% 10%, var(--tint-mint) 0%, transparent 50%),
    #fff;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  width: min(100% - 2.4rem, var(--container));
  margin-inline: auto;
  overflow: hidden;
}

.hero-bubbles { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.bubble {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .9), rgba(79, 180, 232, .22));
  border: 2px solid rgba(79, 180, 232, .22);
  animation: bubble-rise 9s ease-in-out infinite;
}
.bubble--1 { width: 70px; height: 70px; left: 6%; top: 60%; animation-delay: 0s; }
.bubble--2 { width: 34px; height: 34px; left: 18%; top: 30%; animation-delay: 1.6s; border-color: rgba(67, 197, 158, .3); }
.bubble--3 { width: 50px; height: 50px; right: 30%; top: 14%; animation-delay: 3.1s; border-color: rgba(255, 138, 101, .3); }
.bubble--4 { width: 24px; height: 24px; right: 12%; bottom: 22%; animation-delay: 2.2s; }
.bubble--5 { width: 90px; height: 90px; right: -3%; top: 44%; animation-delay: .8s; opacity: .6; }
@keyframes bubble-rise {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-26px) scale(1.08); }
}

.hero-content { position: relative; z-index: 2; }

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  color: var(--primary-deep);
  background: #fff; border: 2px solid var(--tint-blue);
  padding: .5rem 1rem; border-radius: var(--r-pill);
  box-shadow: var(--shadow-soft);
  margin-bottom: 1.4rem;
}
.hero-badge-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(67, 197, 158, .25);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(67, 197, 158, .25); }
  50% { box-shadow: 0 0 0 7px rgba(67, 197, 158, .12); }
}

.hero h1 { margin-bottom: 1.1rem; }
.hero h1 .hl {
  position: relative; white-space: nowrap; color: var(--secondary-deep);
}
.hero h1 .hl::after {
  content: ""; position: absolute; left: -3%; right: -3%; bottom: .06em; height: .42em; z-index: -1;
  background: var(--sun); border-radius: var(--r-pill); opacity: .55;
  transform: rotate(-1.5deg);
}

.hero-subtitle { font-size: 1.14rem; color: var(--text-soft); max-width: 46ch; margin-bottom: 1.8rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 1.7rem; }

.hero-note {
  display: flex; gap: .7rem; align-items: flex-start;
  font-size: .96rem; color: var(--text-soft);
  max-width: 50ch; margin: 0;
  background: var(--tint-coral);
  border-left: 4px solid var(--secondary);
  padding: .85rem 1.05rem; border-radius: var(--r-md);
}
.hero-note .ico-heart { width: 22px; height: 22px; flex: 0 0 auto; fill: var(--secondary-deep); margin-top: 1px; }

/* hero visual */
.hero-visual { position: relative; z-index: 2; display: grid; place-items: center; min-height: 360px; }

.hero-blob-card {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1.02;
  display: grid; place-items: center;
  background:
    radial-gradient(circle at 50% 40%, #fff 0%, var(--tint-blue) 75%);
  /* blob orgânico recortado */
  border-radius: 64% 36% 58% 42% / 50% 56% 44% 50%;
  box-shadow: var(--shadow-lift);
  animation: blob-morph 12s ease-in-out infinite;
}
@keyframes blob-morph {
  0%, 100% { border-radius: 64% 36% 58% 42% / 50% 56% 44% 50%; }
  33% { border-radius: 42% 58% 40% 60% / 56% 42% 58% 44%; }
  66% { border-radius: 58% 42% 56% 44% / 42% 58% 44% 56%; }
}

.octo--hero {
  width: 76%;
  animation: octo-float 6s ease-in-out infinite;
}

.speech {
  position: relative;
  background: #fff;
  border: 2.5px solid var(--ink);
  border-radius: var(--r-md);
  padding: .8rem 1.05rem;
  font-family: var(--font-head); font-weight: 600;
  color: var(--ink); font-size: .95rem; line-height: 1.4;
  box-shadow: 6px 6px 0 rgba(35, 78, 99, .12);
}
.speech p { margin: 0; }
.speech strong { color: var(--secondary-deep); }
.speech--hero {
  position: absolute; bottom: -8%; right: -6%;
  max-width: 240px; z-index: 3;
  transform: rotate(2deg);
}
.speech-tail {
  position: absolute; left: 28px; top: -13px;
  width: 22px; height: 22px; background: #fff;
  border-left: 2.5px solid var(--ink); border-top: 2.5px solid var(--ink);
  transform: rotate(45deg); border-radius: 4px 0 0 0;
}

/* foto de apoio da médica — pequena, circular, secundária ao mascote */
.hero-photo {
  position: absolute; top: 2%; left: -2%; z-index: 4; margin: 0;
  width: 92px; text-align: center;
  animation: octo-float 7.5s ease-in-out infinite;
  animation-delay: .9s;
}
.hero-photo img {
  width: 84px; height: 84px; object-fit: cover;
  border-radius: 50%; border: 4px solid #fff;
  background: var(--tint-coral);
  box-shadow: var(--shadow-coral);
  margin: 0 auto;
}
.hero-photo figcaption {
  margin-top: .3rem;
  font-family: var(--font-head); font-weight: 700; font-size: .76rem;
  color: var(--ink);
  background: #fff; border-radius: var(--r-pill);
  padding: .12rem .6rem; display: inline-block;
  box-shadow: var(--shadow-soft);
}

.hero-pill {
  position: absolute; z-index: 4;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  background: #fff; color: var(--ink);
  padding: .45rem .85rem; border-radius: var(--r-pill);
  box-shadow: var(--shadow-soft);
  display: inline-flex; align-items: center; gap: .4rem;
  animation: octo-float 7s ease-in-out infinite;
}
.hero-pill span { font-size: 1.05em; }
.hero-pill--1 { top: 30%; left: -9%; border: 2px solid var(--tint-mint); animation-delay: .4s; }
.hero-pill--2 { top: 40%; right: -8%; border: 2px solid var(--tint-coral); animation-delay: 1.4s; }
.hero-pill--3 { bottom: 2%; left: 2%; border: 2px solid var(--tint-blue); animation-delay: 2.2s; }

/* ==========================================================================
   BLOB DIVIDERS & BANDS
   ========================================================================== */
.blob-divider { position: absolute; left: 0; right: 0; line-height: 0; z-index: 1; }
.blob-divider svg { width: 100%; height: clamp(60px, 8vw, 110px); display: block; }
.blob-divider--top { bottom: -1px; }
.blob-divider--top path { fill: var(--tint-mint); }

.blob-band { position: relative; line-height: 0; margin-top: -1px; }
.blob-band-top { width: 100%; height: clamp(50px, 6vw, 90px); display: block; }
.blob-band--mint { background: var(--tint-mint); }
.blob-band--mint .blob-band-top path { fill: #fff; }
.blob-band--blue { background: var(--tint-blue); }
.blob-band--blue .blob-band-top path { fill: var(--tint-mint); }
.blob-band--coral { background: var(--tint-coral); }
.blob-band--coral .blob-band-top path { fill: var(--tint-blue); }
.blob-band--pre-cta { background: var(--tint-mint); }
.blob-band--pre-cta .blob-band-top path { fill: #fff; }

/* ==========================================================================
   SOBRE
   ========================================================================== */
.sobre { padding: var(--space-section) 0; background: var(--tint-mint); }
.sobre-grid {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.sobre-photo-wrapper { position: relative; }
.sobre-photo {
  border-radius: 58% 42% 45% 55% / 55% 50% 50% 45%;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: var(--shadow-lift);
  background: var(--tint-blue);
}
.sobre-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 13/16; }
.sobre-octo {
  position: absolute; right: -8px; bottom: -18px;
  width: 96px; height: 96px;
  background: #fff; border-radius: var(--r-lg); padding: 10px;
  box-shadow: var(--shadow-mint);
  animation: octo-float 6.5s ease-in-out infinite;
}

.sobre-intro {
  font-family: var(--font-head); font-weight: 600;
  font-size: 1.22rem; color: var(--ink); line-height: 1.4;
  margin-bottom: 1.2rem;
}
.sobre-text p { color: var(--text-soft); }

.cred-list { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.cred-tag {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-head); font-weight: 600; font-size: .88rem;
  color: var(--primary-deep);
  background: #fff; padding: .5rem .9rem; border-radius: var(--r-pill);
  box-shadow: var(--shadow-soft);
}
.cred-tag svg { width: 17px; height: 17px; fill: var(--accent-deep); }

/* ==========================================================================
   SERVIÇOS
   ========================================================================== */
.servicos { padding: var(--space-section) 0; background: #fff; }
.servicos-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
}
.servico-card {
  position: relative; overflow: hidden;
  background: #fff;
  border: 2.5px solid var(--tint-blue);
  border-radius: var(--r-lg);
  padding: 1.8rem 1.6rem 1.6rem;
  transition: transform .25s var(--ease-bounce), box-shadow .25s ease, border-color .25s ease;
}
.servico-card::before {
  content: ""; position: absolute; top: -40px; right: -40px;
  width: 130px; height: 130px; border-radius: 50%;
  background: var(--tint-blue); opacity: .5; z-index: 0;
  transition: transform .3s var(--ease-bounce);
}
.servico-card > * { position: relative; z-index: 1; }
.servico-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.servico-card:hover::before { transform: scale(1.3) rotate(20deg); }

.servico-card--blue { border-color: var(--tint-blue); }
.servico-card--blue::before { background: var(--primary); opacity: .14; }
.servico-card--blue:hover { border-color: var(--primary); }
.servico-card--coral { border-color: var(--tint-coral); }
.servico-card--coral::before { background: var(--secondary); opacity: .16; }
.servico-card--coral:hover { border-color: var(--secondary); }
.servico-card--mint { border-color: var(--tint-mint); }
.servico-card--mint::before { background: var(--accent); opacity: .16; }
.servico-card--mint:hover { border-color: var(--accent); }

.servico-emoji {
  font-size: 2rem; line-height: 1;
  width: 58px; height: 58px; display: grid; place-items: center;
  background: var(--tint-mint); border-radius: var(--r-md);
  margin-bottom: 1rem;
}
.servico-card--coral .servico-emoji { background: var(--tint-coral); }
.servico-card--blue .servico-emoji { background: var(--tint-blue); }

.servico-fala {
  font-family: var(--font-head); font-weight: 600; font-style: italic;
  color: var(--secondary-deep); font-size: 1.02rem; line-height: 1.35;
  margin-bottom: .55rem;
}
.servico-card h3 { margin-bottom: .5rem; }
.servico-card p:last-child { color: var(--text-soft); margin: 0; font-size: .98rem; }

.servicos-foot {
  display: flex; align-items: center; gap: 1.2rem;
  margin-top: 2.5rem; padding: 1.4rem 1.8rem;
  background: var(--tint-sun);
  border-radius: var(--r-lg);
  border: 2.5px dashed var(--sun);
}
.servicos-foot .octo--inline { width: 64px; height: 64px; flex: 0 0 auto; animation: octo-float 6s ease-in-out infinite; }
.servicos-foot p {
  margin: 0; font-family: var(--font-head); font-weight: 600;
  color: var(--ink); font-size: 1.05rem;
}

/* ==========================================================================
   COMO FUNCIONA — trilha
   ========================================================================== */
.como-funciona { padding: var(--space-section) 0; background: var(--tint-blue); }
.trail {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem; counter-reset: step;
}
.trail-step { position: relative; }
.trail-node {
  width: 56px; height: 56px; margin: 0 auto .9rem;
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 800; font-size: 1.5rem;
  color: #fff; background: var(--primary);
  border-radius: 50%; border: 4px solid #fff;
  box-shadow: var(--shadow-blue);
  position: relative; z-index: 2;
}
.trail-step:nth-child(2) .trail-node { background: var(--accent); box-shadow: var(--shadow-mint); }
.trail-step:nth-child(3) .trail-node { background: var(--secondary); box-shadow: var(--shadow-coral); }
.trail-step:nth-child(4) .trail-node { background: var(--primary-deep); }
/* linha pontilhada conectando */
.trail-step:not(:last-child)::after {
  content: ""; position: absolute; top: 28px; left: 60%; right: -40%; height: 4px;
  background-image: radial-gradient(circle, var(--primary) 35%, transparent 36%);
  background-size: 14px 4px; background-repeat: repeat-x;
  z-index: 1; opacity: .55;
}
.trail-card {
  background: #fff; border-radius: var(--r-lg);
  padding: 1.5rem 1.35rem; text-align: center;
  box-shadow: var(--shadow-soft);
  border: 2.5px solid transparent;
  transition: transform .25s var(--ease-bounce), box-shadow .25s ease, border-color .25s ease;
}
.trail-card:hover { transform: translateY(-6px); border-color: var(--primary); box-shadow: var(--shadow-lift); }
.trail-card h3 { margin-bottom: .35rem; }
.trail-tag {
  font-family: var(--font-head); font-weight: 700; font-size: .85rem;
  color: var(--accent-deep); margin-bottom: .7rem;
}
.trail-card p:last-child { color: var(--text-soft); margin: 0; font-size: .96rem; }

/* ==========================================================================
   DEPOIMENTOS
   ========================================================================== */
.depoimentos { padding: var(--space-section) 0; background: var(--tint-coral); }
.depoimentos-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.5rem;
}
.depoimento {
  position: relative; background: #fff;
  border-radius: var(--r-lg); padding: 2rem 1.7rem 1.5rem;
  box-shadow: var(--shadow-soft);
  border: 2.5px solid #fff;
  transition: transform .25s var(--ease-bounce), box-shadow .25s ease;
}
.depoimento:hover { transform: translateY(-6px) rotate(-.6deg); box-shadow: var(--shadow-lift); }
.depoimento-emoji {
  position: absolute; top: -22px; left: 1.7rem;
  width: 48px; height: 48px; display: grid; place-items: center;
  font-size: 1.5rem; background: #fff; border-radius: var(--r-md);
  box-shadow: var(--shadow-coral);
}
.depoimento blockquote { margin: .8rem 0 1.3rem; }
.depoimento blockquote p { color: var(--text); font-size: 1.02rem; margin: 0; }
.depoimento blockquote strong { color: var(--secondary-deep); font-weight: 800; }
.depoimento-author { display: flex; align-items: center; gap: .8rem; }
.depoimento-avatar {
  width: 48px; height: 48px; flex: 0 0 auto;
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 800; font-size: 1.02rem;
  color: #fff; background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
}
.depoimento-name {
  display: block; font-family: var(--font-head); font-weight: 700;
  color: var(--ink); font-size: 1rem;
}
.depoimento-detail { display: block; font-size: .86rem; color: var(--text-soft); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { padding: var(--space-section) 0; background: #fff; }
.faq-layout {
  display: grid; grid-template-columns: .82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.faq-intro { position: sticky; top: 100px; }
.faq-intro h2 { margin-bottom: .8rem; }
.faq-intro > p { color: var(--text-soft); }
.faq-octo {
  display: flex; align-items: center; gap: .8rem; margin-top: 1.6rem;
}
.faq-octo .octo { width: 72px; height: 72px; flex: 0 0 auto; animation: octo-float 6s ease-in-out infinite; }
.speech--mini {
  display: inline-block;
  background: #fff; border: 2.5px solid var(--ink); border-radius: var(--r-md);
  padding: .55rem .85rem; font-family: var(--font-head); font-weight: 600;
  color: var(--ink); font-size: .9rem;
  box-shadow: 4px 4px 0 rgba(35, 78, 99, .12);
}

.faq-list { display: flex; flex-direction: column; gap: .9rem; }
.faq-item {
  background: var(--tint-blue); border-radius: var(--r-md);
  border: 2.5px solid transparent;
  overflow: hidden; transition: border-color .25s ease, background .25s ease;
}
.faq-item.active { background: #fff; border-color: var(--primary); box-shadow: var(--shadow-soft); }
.faq-question {
  width: 100%; text-align: left; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-head); font-weight: 700; font-size: 1.06rem;
  color: var(--ink); background: none; border: none;
  padding: 1.15rem 1.3rem; min-height: 56px;
}
.faq-icon {
  flex: 0 0 auto; width: 32px; height: 32px;
  display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; line-height: 1;
  color: #fff; background: var(--primary); border-radius: 50%;
  transition: transform .3s var(--ease-bounce), background .25s ease;
}
.faq-item.active .faq-icon { transform: rotate(135deg); background: var(--secondary); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer-inner { padding: 0 1.3rem 1.25rem; }
.faq-answer-inner p { margin: 0; color: var(--text-soft); }

/* ==========================================================================
   AGENDAMENTO / CTA
   ========================================================================== */
.agendamento { padding: var(--space-section) 0; background: var(--tint-mint); }
.agendamento-inner {
  position: relative;
  max-width: 920px; margin: 0 auto; text-align: center;
  background: #fff; border-radius: var(--r-xl);
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem) clamp(2.5rem, 5vw, 3.5rem);
  box-shadow: var(--shadow-lift);
  border: 3px solid var(--tint-mint);
}
.octo--cta {
  position: absolute; top: -64px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 110px;
  background: #fff; border-radius: 50%; padding: 12px;
  box-shadow: var(--shadow-mint);
  animation: octo-float 6s ease-in-out infinite;
}
.agendamento-inner .eyebrow { margin-inline: auto; margin-top: 1.5rem; }
.agendamento-subtitle { color: var(--text-soft); font-size: 1.1rem; max-width: 56ch; margin: 0 auto 2rem; }

.invest-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem; margin-bottom: 2.2rem; text-align: left;
}
.invest-card {
  position: relative;
  background: var(--tint-blue); border-radius: var(--r-lg);
  padding: 1.6rem 1.4rem; border: 2.5px solid transparent;
  transition: transform .25s var(--ease-bounce), box-shadow .25s ease;
}
.invest-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.invest-card--destaque {
  background: #fff; border-color: var(--accent);
  box-shadow: var(--shadow-mint);
}
.invest-flag {
  position: absolute; top: -13px; left: 1.4rem;
  font-family: var(--font-head); font-weight: 700; font-size: .76rem;
  color: #fff; background: var(--accent); padding: .25rem .75rem;
  border-radius: var(--r-pill);
}
.invest-emoji {
  font-size: 1.7rem; width: 50px; height: 50px; display: grid; place-items: center;
  background: #fff; border-radius: var(--r-md); margin-bottom: .9rem;
}
.invest-card--destaque .invest-emoji { background: var(--tint-mint); }
.invest-titulo { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--ink); margin-bottom: .4rem; }
.invest-desc { color: var(--text-soft); font-size: .94rem; margin-bottom: 1rem; }
.invest-valor {
  font-family: var(--font-head); font-weight: 800; font-size: 1.05rem;
  color: var(--accent-deep); margin: 0;
}

.agendamento-note {
  display: inline-flex; align-items: center; gap: .5rem; flex-wrap: wrap; justify-content: center;
  margin: 1.5rem 0 0; font-size: .94rem; color: var(--text-soft);
}
.agendamento-note .ico-pin { width: 18px; height: 18px; fill: var(--secondary-deep); flex: 0 0 auto; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  position: relative;
  background: var(--ink); color: rgba(255, 255, 255, .82);
  padding: clamp(4.5rem, 8vw, 6rem) 0 2rem;
}
.blob-divider--footer { top: -1px; }
.blob-divider--footer path { fill: var(--tint-mint); }
.site-footer .footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2.5rem; padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.footer-logo { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; }
.footer-logo .nav-logo-text { color: #fff; }
.footer-mascote-fala {
  font-family: var(--font-head); font-weight: 600; font-style: italic;
  color: rgba(255, 255, 255, .72); font-size: 1.05rem; max-width: 34ch; margin: 0;
}
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: .9rem; }
.footer-col ul { display: flex; flex-direction: column; gap: .55rem; }
.footer-col a, .footer-col span { color: rgba(255, 255, 255, .72); font-size: .96rem; transition: color .2s ease; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem;
  justify-content: space-between; align-items: center;
  padding-top: 1.8rem; font-size: .85rem; color: rgba(255, 255, 255, .55);
}
.footer-bottom a { color: var(--accent); font-weight: 700; }

/* ==========================================================================
   WHATSAPP FAB
   ========================================================================== */
.whatsapp-fab {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .7);
  transition: transform .25s var(--ease-bounce);
}
.whatsapp-fab svg { width: 30px; height: 30px; fill: currentColor; position: relative; z-index: 2; }
.whatsapp-fab:hover { transform: scale(1.1) rotate(-6deg); }
.whatsapp-fab-pulse {
  position: absolute; inset: 0; border-radius: 50%;
  background: #25D366; z-index: 1;
  animation: fab-pulse 2.2s ease-out infinite;
}
@keyframes fab-pulse {
  0% { transform: scale(1); opacity: .6; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* ==========================================================================
   REVEAL ANIMATIONS
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s var(--ease-bounce); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1.visible { transition-delay: .1s; }
.reveal-delay-2.visible { transition-delay: .2s; }
.reveal-delay-3.visible { transition-delay: .3s; }
.reveal-delay-4.visible { transition-delay: .4s; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-content { order: 2; }
  .hero-visual { order: 1; }
  .hero-badge, .hero-actions { justify-content: center; }
  .hero-actions { justify-content: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-note { text-align: left; margin-inline: auto; }
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-photo-wrapper { max-width: 380px; margin-inline: auto; }
  .trail { grid-template-columns: repeat(2, 1fr); }
  .trail-step:nth-child(2)::after, .trail-step:not(:last-child)::after { display: none; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .invest-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    flex-direction: column; align-items: stretch; justify-content: center;
    gap: .5rem; padding: 2rem 1.5rem;
    background: #fff; box-shadow: -10px 0 40px -10px rgba(35, 78, 99, .35);
    transform: translateX(105%); transition: transform .35s var(--ease-bounce);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links > li > a:not(.btn) { display: block; font-size: 1.15rem; padding: .8rem 1rem; }
  .nav-cta { margin: .5rem 0 0; }
  .nav-toggle { display: flex; }
  .nav-logo-text { font-size: .95rem; }
  .nav-logo-text span { font-size: .62rem; }

  .hero h1 .hl { white-space: normal; }
  .hero-pill, .hero-photo { display: none; }
  .speech--hero { right: 0; bottom: -4%; max-width: 200px; }
  .servicos-foot { flex-direction: column; text-align: center; }
  .trail { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
