/* ==========================================================================
   Doctea — Landing v2 · "Light Editorial / Bento"
   Direção alternativa: fundo claro, turquesa protagonista, navy nos títulos,
   grid bento, tipografia Space Grotesk + Inter, formas grandes e arredondadas.
   Marca: Navy #00009d · Turquesa #00A3C4 · Índigo #6366f1
   ========================================================================== */

:root {
  --navy: #00009d;
  --navy-700: #000066;
  --turq: #00a3c4;
  --turq-700: #007d98;
  --indigo: #6366f1;

  --ink: #0b1437;
  --body: #495074;
  --muted: #7a82a3;
  --line: #e9ebf4;
  --cream: #f7f8fc;
  --mint: #ecfbff;     /* turquesa muito claro */
  --lav: #f0f0ff;      /* índigo muito claro */
  --white: #fff;

  --grad-hero: radial-gradient(900px 600px at 78% -8%, #d7f6ff 0%, transparent 55%),
               radial-gradient(700px 520px at 0% 18%, #eceaff 0%, transparent 50%);
  --grad-turq: linear-gradient(135deg, var(--turq), var(--indigo));
  --grad-navy: linear-gradient(150deg, #0b1280, var(--navy) 55%, #14159e);

  --r-sm: 16px;
  --r: 24px;
  --r-lg: 34px;
  --sh: 0 10px 40px rgba(11, 20, 55, .07);
  --sh-lg: 0 30px 70px rgba(11, 20, 55, .12);
}

* { scroll-behavior: smooth; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--body);
  background: var(--white);
  font-size: 1.05rem; line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, .ff {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  color: var(--ink); font-weight: 700; line-height: 1.1; letter-spacing: -.02em;
}
a { text-decoration: none; transition: .2s; }

/* utils */
.text-turq { color: var(--turq-700) !important; }
.text-navy { color: var(--navy) !important; }
.text-grad { background: var(--grad-turq); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bg-cream { background: var(--cream); }
.sec { padding: clamp(60px, 8vw, 120px) 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Space Grotesk'; font-size: .76rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--turq-700);
  background: rgba(0,163,196,.10); padding: .42rem .95rem; border-radius: 100px;
  margin-bottom: 1.1rem;
}
.eyebrow i { font-size: .95rem; }
/* variante para fundos escuros (ex.: CTA) */
.eyebrow-light { background: rgba(255,255,255,.15); color: #d6f6ff; }
.h-title { font-size: clamp(2rem, 4vw, 3.1rem); text-wrap: balance; }
.lead-muted { color: var(--muted); font-size: 1.14rem; max-width: 640px; }

/* buttons */
.btn { font-family: 'Space Grotesk'; font-weight: 600; border-radius: 100px; padding: .82rem 1.7rem; transition: .25s; }
.btn-lg { padding: .98rem 2.05rem; }
.btn-turq { background: var(--grad-turq); color: #fff; border: none; box-shadow: 0 12px 28px rgba(0,163,196,.35); }
.btn-turq:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(0,163,196,.45); }
.btn-dark { background: var(--ink); color: #fff; border: none; }
.btn-dark:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn-line { border: 1.5px solid var(--line); color: var(--ink); background: #fff; }
.btn-line:hover { border-color: var(--turq); color: var(--turq-700); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--navy); border: none; }
.btn-light:hover { color: var(--navy); transform: translateY(-2px); box-shadow: var(--sh); }
/* botão de destaque "ver todas as funcionalidades" */
.btn-all-feats { padding: 1.05rem 2.4rem; font-size: 1.05rem; box-shadow: 0 14px 32px rgba(11,20,55,.28); }
.btn-all-feats i { transition: transform .25s ease; }
.btn-all-feats:hover { box-shadow: 0 18px 40px rgba(0,0,157,.38); }
.btn-all-feats:hover i { transform: translateX(5px); }

/* navbar */
.navbar { padding: 1.1rem 0; transition: .3s; }
.navbar.scrolled { background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(14px); box-shadow: var(--sh); padding: .65rem 0; }
.navbar-brand img { height: 40px; width: auto; }
.navbar .nav-link { color: var(--ink); font-weight: 500; margin: 0 .3rem; font-family: 'Space Grotesk'; white-space: nowrap; }
.navbar .btn { white-space: nowrap; padding: .7rem 1.3rem; }
@media (min-width: 1200px) { .navbar .navbar-nav { margin-right: .9rem; } }
@media (max-width: 460px) {
  .navbar-brand img { height: 34px; }
  .nav-cta { font-size: 0; padding: .65rem .8rem; border-radius: 50%; }
  .nav-cta i { font-size: 1.25rem; margin: 0 !important; }
}
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--turq-700); }

/* ---------- HERO ---------- */
.hero { background-image: var(--grad-hero); background-color: #f4f7fe; padding: 165px 0 135px; position: relative; }
.hero .badge-pill {
  display: inline-flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid var(--line);
  border-radius: 100px; padding: .45rem 1rem; font-size: .86rem; font-weight: 600; color: var(--navy);
  box-shadow: var(--sh); margin-bottom: 1.4rem; font-family: 'Space Grotesk';
}
.hero h1, .hero .hero-title { font-size: clamp(2.4rem, 5.2vw, 4rem); margin-bottom: .5rem; }
.hero .lead-muted { font-size: 1.2rem; }
.hero-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.6rem; }
.hero-tags span { font-size: .85rem; font-weight: 600; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: .42rem .9rem; font-family: 'Space Grotesk'; }

/* bento do hero */
.bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bento .tile { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.3rem; box-shadow: var(--sh); }
.bento .tile.big { grid-column: span 2; }
.tile .ico { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; color: #fff; font-size: 1.25rem; background: var(--grad-turq); margin-bottom: .8rem; }
.tile .ico.navy { background: var(--grad-navy); }
.tile h5, .tile .tile-t { font-size: 1rem; margin: 0 0 .15rem; font-weight: 700; }
.tile small { color: var(--muted); }
.tile .stat { font-family: 'Space Grotesk'; font-weight: 700; font-size: 1.9rem; color: var(--navy); line-height: 1; }
.tile .barline { height: 8px; border-radius: 6px; background: #eef0f8; margin-top: .5rem; }
.tile .barline > i { display: block; height: 100%; border-radius: 6px; background: var(--grad-turq); }
/* tile de IA — mais rico/dinâmico */
.tile-ai { position: relative; overflow: hidden; }
.tile-ai::after { content: ''; position: absolute; top: -40px; right: -40px; width: 130px; height: 130px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,163,196,.30), transparent 70%); pointer-events: none; }
.tile-ai > * { position: relative; }
.ai-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: .7rem; }
.ai-badge { display: inline-flex; align-items: center; gap: .25rem; font-family: 'Space Grotesk'; font-weight: 700;
  font-size: .62rem; letter-spacing: .04em; color: #fff; background: var(--grad-turq); padding: .22rem .55rem; border-radius: 100px; }

/* ---------- clientes / marquee ---------- */
.clients { padding: 44px 0; }
.clients-label { text-align: center; font-family: 'Space Grotesk'; font-weight: 600; font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.5rem; }
.marquee { overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 88%, transparent 100%); }
.marquee-track { display: flex; gap: 4rem; white-space: nowrap; animation: scroll 28s linear infinite; width: max-content; }
.clients .marquee-track { animation-duration: 48s; }
.marquee-track span { font-family: 'Space Grotesk'; font-weight: 700; color: var(--muted); opacity: .7; display: inline-flex; align-items: center; gap: .5rem; font-size: 1.1rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- section title block ---------- */
.head-center { max-width: 820px; margin: 0 auto 3.2rem; text-align: center; }
.platform-note { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem;
  font-family: 'Space Grotesk'; font-weight: 600; font-size: .9rem; color: var(--turq-700);
  background: var(--mint); border: 1px solid #cdeff7; border-radius: 100px; padding: .5rem 1.1rem; }

/* ---------- especialidades (para quem é indicado) — painel ---------- */
.spec-panel { margin-top: 3.6rem; text-align: center; background: linear-gradient(135deg, #f7f8fc 0%, var(--mint) 100%);
  border: 1px solid #d7edf5; border-radius: var(--r-lg); padding: 2.6rem 2rem; }
.spec-title { font-family: 'Space Grotesk'; font-weight: 600; font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--turq-700); margin-bottom: .4rem; }
.spec-heading { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: 1.6rem; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; max-width: 1000px; margin: 0 auto; }
.spec-item { display: flex; align-items: center; gap: .7rem; text-align: left;
  background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: .7rem .95rem;
  font-family: 'Space Grotesk'; font-weight: 600; font-size: .93rem; color: var(--ink); transition: .22s; }
.spec-item i { flex: none; width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center;
  background: var(--grad-turq); color: #fff; font-size: 1.05rem; }
.spec-item:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); border-color: rgba(0,163,196,.4); }
@media (max-width: 991px) { .spec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .spec-grid { grid-template-columns: 1fr; } }

/* linha de planos flexíveis no CTA */
.cta-plans { color: #b9ecf7; font-size: .96rem; font-weight: 500; max-width: 620px; }

/* ---------- pain cards (seção O problema) — moderno, na paleta Doctea ---------- */
.pain-card { position: relative; overflow: hidden; height: 100%;
  background: linear-gradient(180deg, #ffffff, #f3f7ff);
  border: 1px solid var(--line); border-radius: 22px; padding: 1.9rem 1.7rem;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
.pain-card::before { content: ''; position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,163,196,.20), transparent 70%); opacity: 0; transition: opacity .32s ease; }
.pain-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(11,20,55,.12); border-color: rgba(0,163,196,.40); }
.pain-card:hover::before { opacity: 1; }
.pain-card .pnum { position: absolute; top: .7rem; right: 1.2rem; font-family: 'Space Grotesk'; font-weight: 800;
  font-size: 3.4rem; line-height: 1; color: rgba(0,0,157,.07); pointer-events: none; }
.pain-card .pico { position: relative; width: 56px; height: 56px; border-radius: 17px; display: grid; place-items: center;
  font-size: 1.55rem; color: #fff; background: var(--grad-navy);
  box-shadow: 0 12px 24px rgba(0,0,157,.32); margin-bottom: 1.15rem; transition: transform .32s ease; }
.pain-card:hover .pico { transform: scale(1.08) rotate(-4deg); background: var(--grad-turq); box-shadow: 0 12px 26px rgba(0,163,196,.4); }
.pain-card h3 { position: relative; font-size: 1.14rem; margin-bottom: .45rem; }
.pain-card p { position: relative; color: var(--muted); font-size: .95rem; margin: 0; line-height: 1.55; }

/* coluna esquerda sincronizada com o carrossel do problema */
.problem-copy { transition: opacity .3s ease, transform .3s ease; }
.problem-copy.is-swapping { opacity: 0; transform: translateY(10px); }
@media (min-width: 992px) { .problem-copy { min-height: 15.5rem; } }

/* variante azul (cards alternados) */
.pain-card-dark { background: var(--grad-navy); border-color: transparent; }
.pain-card-dark h3 { color: #fff; }
.pain-card-dark p { color: rgba(255,255,255,.82); }
.pain-card-dark .pnum { color: rgba(255,255,255,.12); }
.pain-card-dark .pico { background: rgba(255,255,255,.16); box-shadow: none; }
/* brilhos sempre visíveis no card azul */
.pain-card-dark::before { opacity: 1; top: -60px; right: -45px; width: 190px; height: 190px;
  background: radial-gradient(circle, rgba(0,163,196,.55), transparent 70%); filter: blur(6px);
  animation: floaty 14s ease-in-out infinite; }
.pain-card-dark::after { content: ''; position: absolute; bottom: -75px; left: -55px; width: 210px; height: 210px; border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,.45), transparent 70%); filter: blur(6px); pointer-events: none;
  animation: floaty 17s ease-in-out infinite; animation-delay: -7s; }
.pain-card-dark:hover { box-shadow: 0 18px 44px rgba(0,0,90,.32); border-color: transparent; }
.pain-card-dark:hover .pico { background: var(--grad-turq); box-shadow: 0 12px 26px rgba(0,163,196,.45); }

/* carrossel: um card de problema por vez (em destaque) */
/* libera o lift e a sombra (sem clipe do container) via crossfade */
.pain-carousel .carousel-inner { overflow: visible; }
.pain-carousel .carousel-item {
  position: absolute; top: 0; left: 0; width: 100%;
  display: block; float: none; opacity: 0; transition: opacity .5s ease-in-out; }
.pain-carousel .carousel-item.active { position: relative; opacity: 1; z-index: 1; }
.pain-carousel .carousel-item-next.carousel-item-start,
.pain-carousel .carousel-item-prev.carousel-item-end { opacity: 1; z-index: 2; }
.pain-carousel .active.carousel-item-start,
.pain-carousel .active.carousel-item-end { opacity: 1; z-index: 1; }
.pain-carousel .carousel-item { padding: 6px 6px 10px; }
.pain-card-lg { padding: 2.6rem 2.4rem; min-height: 248px; display: flex; flex-direction: column; justify-content: center; }
.pain-card-lg .pico { width: 64px; height: 64px; border-radius: 19px; font-size: 1.9rem; margin-bottom: 1.3rem; }
.pain-card-lg .pnum { font-size: 4.6rem; top: 1rem; right: 1.6rem; }
.pain-card-lg h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.pain-card-lg p { font-size: 1.05rem; max-width: 46ch; }
.pain-dots { position: static; margin: 1.4rem 0 0; justify-content: flex-start; }
.pain-dots [data-bs-target] { width: 28px; height: 5px; border-radius: 100px; background: var(--navy); opacity: .2; border: none; transition: .3s; }
.pain-dots [data-bs-target].active { opacity: 1; width: 42px; background: var(--turq); }

/* ---------- bento features ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.9rem;
  transition: .28s; position: relative; overflow: hidden;
}
.feat:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: rgba(0,163,196,.4); }
.feat .ico { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: #fff; font-size: 1.45rem; background: var(--grad-turq); margin-bottom: 1rem; }
.feat h3 { font-size: 1.18rem; margin-bottom: .45rem; }
.feat p { color: var(--muted); margin: 0; font-size: .98rem; }
.feat.span-3 { grid-column: span 3; }
.feat.span-4 { grid-column: span 4; }
.feat.span-6 { grid-column: span 6; }
.feat.span-8 { grid-column: span 8; }
.feat.span-12 { grid-column: span 12; }
.feat.dark { background: var(--grad-navy); border: none; color: #fff; }
.feat.dark h3 { color: #fff; }
.feat.dark p { color: rgba(255,255,255,.82); }
.feat.dark .ico { background: rgba(255,255,255,.16); }
.feat.mint { background: var(--mint); border-color: #cdeff7; }
.feat.lav { background: var(--lav); border-color: #dcdcff; }
@media (max-width: 1199px) {
  .feat.span-3 { grid-column: span 6; }
  .feat.span-4 { grid-column: span 6; }
  .feat.span-8 { grid-column: span 12; }
}
@media (max-width: 991px) { .feat { grid-column: span 12 !important; } }

/* ---------- para quem é ---------- */
.who { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--sh); }
.who .row { --bs-gutter-x: 0; }
.who-col { padding: 2.5rem 2rem; border-right: 1px solid var(--line); height: 100%; transition: .25s; }
.who-col:last-child { border-right: none; }
.who-col:hover { background: var(--cream); }
.who-col .n { font-family: 'Space Grotesk'; font-weight: 700; color: var(--turq); font-size: .9rem; }
.who-col .ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 1.5rem; background: var(--mint); color: var(--turq-700); margin: .8rem 0 1rem; }
.who-col h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.who-col p { color: var(--muted); font-size: .97rem; margin: 0; }
@media (max-width: 767px) { .who-col { border-right: none; border-bottom: 1px solid var(--line); } }

/* ---------- steps ---------- */
.flow { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.flow .node { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); padding: 2rem; position: relative; }
.flow .node .k { font-family: 'Space Grotesk'; font-weight: 700; font-size: 2.4rem; color: rgba(0,163,196,.25); line-height: 1; }
.flow .node h4 { font-size: 1.15rem; margin: .4rem 0 .4rem; }
.flow .node p { color: var(--muted); margin: 0; font-size: .96rem; }
@media (max-width: 767px) { .flow { grid-template-columns: 1fr; } }

/* ---------- seção azul com brilhos (Como funciona) ---------- */
.section-blue { background-image: var(--grad-navy); background-color: #00009d; position: relative; overflow: hidden; }
.section-blue::before, .section-blue::after { content: ''; position: absolute; border-radius: 50%; filter: blur(52px); pointer-events: none; z-index: 0; will-change: transform; }
.section-blue::before { width: 460px; height: 460px; background: radial-gradient(circle, rgba(0,163,196,.72), transparent 66%); top: -130px; right: -60px; animation: driftA 14s ease-in-out infinite; }
.section-blue::after { width: 400px; height: 400px; background: radial-gradient(circle, rgba(99,102,241,.62), transparent 66%); bottom: -150px; left: -80px; animation: driftB 18s ease-in-out infinite; }
.section-blue .container { position: relative; z-index: 1; }
.section-blue .h-title, .section-blue h2 { color: #fff; }
/* cards dos passos sobre o azul */
.section-blue .node { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(4px); transition: .25s; }
.section-blue .node:hover { background: rgba(255,255,255,.11); transform: translateY(-4px); }
.section-blue .node h4 { color: #fff; }
.section-blue .node p { color: rgba(255,255,255,.80); }
.section-blue .node .k { color: #8be7fb; text-shadow: 0 0 18px rgba(0,163,196,.7); }

/* ---------- métricas faixa (cartão claro, contrasta com a seção azul) ---------- */
.metrics { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(2rem,5vw,3.5rem); box-shadow: var(--sh); }
.metrics .m { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: .3rem .6rem; }
.metrics .m strong { display: block; font-family: 'Space Grotesk'; font-weight: 700; font-size: clamp(2.4rem,4vw,3.2rem); color: var(--navy); line-height: 1; margin-bottom: .55rem; }
.metrics .m strong sup, .metrics .m strong .u { color: var(--turq-700); }
.metrics .m span { display: block; color: var(--muted); font-size: .95rem; line-height: 1.35; max-width: 17ch; }
/* divisórias entre as métricas (desktop) */
@media (min-width: 992px) {
  .metrics > .row > [class*="col-"]:not(:first-child) .m { border-left: 1px solid var(--line); }
}

/* ---------- segurança ---------- */
.sec-grid .item { display: flex; flex-direction: column; align-items: flex-start; padding: 1.8rem 1.6rem;
  border-radius: var(--r); background: #fff; border: 1px solid var(--line); height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.sec-grid .item:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(11,20,55,.08); border-color: rgba(0,163,196,.35); }
.sec-grid .item i { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--mint); color: var(--turq-700); font-size: 1.35rem; margin-bottom: 1rem; }
.sec-grid .item h4 { font-size: 1.08rem; margin-bottom: .35rem; }
.sec-grid .item p { color: var(--muted); margin: 0; font-size: .95rem; line-height: 1.55; }
/* faixa de selos de confiança */
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 2.4rem; }
.trust-badges span { display: inline-flex; align-items: center; gap: .45rem; font-family: 'Space Grotesk'; font-weight: 600;
  font-size: .85rem; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 100px;
  padding: .5rem 1.05rem; box-shadow: var(--sh); }
.trust-badges i { color: var(--turq-700); font-size: 1rem; }

/* banner de consentimento de cookies */
.cookie-banner { position: fixed; left: 20px; bottom: 20px; z-index: 1060; max-width: 400px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--sh-lg);
  padding: 1.15rem 1.25rem; opacity: 1; transform: translateY(0); transition: opacity .25s ease, transform .25s ease; }
.cookie-banner.is-leaving { opacity: 0; transform: translateY(10px); }
.cookie-banner p { font-size: .9rem; color: var(--body); margin: 0 0 .85rem; line-height: 1.5; }
.cookie-banner p i { color: var(--turq-700); margin-right: .3rem; }
.cookie-banner a { color: var(--turq-700); font-weight: 600; }
.cookie-actions { display: flex; gap: .6rem; }
.ck-accept, .ck-reject { font-family: 'Space Grotesk'; font-weight: 600; font-size: .9rem;
  border-radius: 100px; padding: .5rem 1.25rem; transition: .22s; }
.ck-accept { background: var(--grad-turq); color: #fff; border: none; box-shadow: 0 8px 18px rgba(0,163,196,.3); }
.ck-accept:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,163,196,.4); }
.ck-reject { background: #fff; color: var(--muted); border: 1.5px solid var(--line); }
.ck-reject:hover { border-color: var(--muted); color: var(--body); }
@media (max-width: 575px) { .cookie-banner { left: 12px; right: 12px; bottom: 86px; max-width: none; } }

/* botão flutuante de WhatsApp */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 1050; display: inline-flex; align-items: center;
  background: #25d366; color: #fff; font-family: 'Space Grotesk'; font-weight: 600; padding: .95rem; border-radius: 100px;
  box-shadow: 0 12px 30px rgba(37,211,102,.42); transition: transform .25s ease, box-shadow .25s ease, padding .3s ease; }
.wa-float i { font-size: 1.5rem; line-height: 1; }
.wa-float span { font-size: .92rem; max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; margin-left: 0;
  transition: max-width .35s ease, opacity .25s ease, margin-left .35s ease; }
.wa-float:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(37,211,102,.5); padding: .95rem 1.2rem; }
.wa-float:hover span { max-width: 240px; opacity: 1; margin-left: .55rem; }
@media (max-width: 575px) { .wa-float span { display: none; } .wa-float:hover { padding: .95rem; } }

/* ---------- clínicas parceiras (logos · marquee infinito) ---------- */
.clients-head { text-align: center; margin-bottom: 1.8rem; }
.clients-head h3 { font-size: clamp(1.45rem, 2.4vw, 1.95rem); margin: 0 0 .35rem; }
.clients-head .lead-muted { font-size: 1rem; max-width: 460px; }
.clients-marquee .marquee-track { gap: 20px; padding: 10px 0 14px; animation-duration: 32s; }
.clients-marquee:hover .marquee-track { animation-play-state: paused; }
.client-slot { flex: none; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: 0 3px 12px rgba(11,20,55,.04);
  width: 225px; height: 112px; display: flex; align-items: center; justify-content: center; padding: .55rem .8rem;
  transition: transform .25s ease, box-shadow .25s ease; }
.client-slot:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(11,20,55,.08); }
.client-slot img { max-width: 100%; max-height: 100%; object-fit: contain;
  filter: grayscale(1); opacity: .75; transition: filter .25s ease, opacity .25s ease; }
.client-slot:hover img { filter: none; opacity: 1; }

/* ---------- depoimentos — moderno ---------- */
.tcard { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line);
  border-radius: 22px; padding: 2.2rem 2rem; height: 100%; box-shadow: var(--sh);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.tcard:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(11,20,55,.12); border-color: rgba(0,163,196,.4); }
.tcard .tquote { position: absolute; top: .7rem; right: 1.3rem; font-size: 3.6rem; line-height: 1; color: rgba(0,163,196,.13); pointer-events: none; }
.tcard .stars { position: relative; color: #f5a623; margin-bottom: .85rem; font-size: .95rem; letter-spacing: .1em; }
.tcard p { position: relative; color: var(--ink); font-size: 1.06rem; line-height: 1.6; }
.tcard .who2 { display: flex; align-items: center; gap: .85rem; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.tcard .who2 strong { font-family: 'Space Grotesk'; }
.tcard .av { flex: none; width: 50px; height: 50px; border-radius: 50%; background: var(--grad-turq); color: #fff;
  display: grid; place-items: center; font-family: 'Space Grotesk'; font-weight: 700; box-shadow: 0 8px 18px rgba(0,163,196,.32); }
.tcard .av-photo { overflow: hidden; border: none; background: #fff; box-shadow: 0 4px 12px rgba(11,20,55,.12); }
.tcard .av-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.tcard small { color: var(--muted); }

/* card de destaque (navy) */
.tcard-dark { background: var(--grad-navy); border-color: transparent; box-shadow: var(--sh-lg); }
.tcard-dark p, .tcard-dark .who2 strong { color: #fff; }
.tcard-dark small { color: rgba(255,255,255,.78); }
.tcard-dark .who2 { border-top-color: rgba(255,255,255,.18); }
.tcard-dark .tquote { color: rgba(255,255,255,.18); }
.tcard-dark .av { background: rgba(255,255,255,.18); box-shadow: none; }
.tcard-dark:hover { border-color: transparent; box-shadow: 0 26px 54px rgba(0,0,90,.34); }
@media (min-width: 768px) { .tcard-dark { transform: translateY(-12px); } .tcard-dark:hover { transform: translateY(-18px); } }

/* carrossel de depoimentos: um por vez (textos longos) */
.t-carousel .carousel-inner { overflow: visible; }
.t-carousel .carousel-item {
  position: absolute; top: 0; left: 0; width: 100%;
  display: block; float: none; opacity: 0; transition: opacity .5s ease-in-out; padding: 6px 6px 10px; }
.t-carousel .carousel-item.active { position: relative; opacity: 1; z-index: 1; }
.t-carousel .carousel-item-next.carousel-item-start,
.t-carousel .carousel-item-prev.carousel-item-end { opacity: 1; z-index: 2; }
.t-carousel .active.carousel-item-start,
.t-carousel .active.carousel-item-end { opacity: 1; z-index: 1; }
.tcard-lg { max-width: 860px; padding: 2.6rem 2.6rem 2.2rem; }
.tcard-lg p { font-size: 1.12rem; line-height: 1.7; }
.t-carousel .tcard-dark, .t-carousel .tcard-dark:hover { transform: none; }
/* slides inativos (absolutos) não podem capturar cliques sobre os controles */
.t-carousel .carousel-item, .pain-carousel .carousel-item { pointer-events: none; }
.t-carousel .carousel-item.active, .pain-carousel .carousel-item.active { pointer-events: auto; }

/* barra de controle: seta · dots · seta */
.t-controls { position: relative; z-index: 2; max-width: 860px; margin: 1.4rem auto 0; padding: 0 6px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.t-dots { position: static; margin: 0; flex: 1; justify-content: center; }
.t-dots [data-bs-target] { width: 26px; height: 5px; border-radius: 100px; background: var(--navy); opacity: .22; border: none; transition: .3s; }
.t-dots [data-bs-target].active { opacity: 1; width: 44px; background: var(--grad-turq); }
.t-nav { flex: none; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 1.5px solid var(--line); color: var(--navy); font-size: 1.3rem;
  box-shadow: var(--sh); transition: all .28s ease; }
.t-nav:hover { background: var(--grad-turq); border-color: transparent; color: #fff;
  box-shadow: 0 12px 28px rgba(0,163,196,.42); transform: translateY(-3px); }
.t-nav:active { transform: translateY(0) scale(.94); }
.ph-note { font-size: .8rem; color: var(--muted); font-style: italic; }

/* ---------- faq ---------- */
.accordion-item { border: 1px solid var(--line); border-radius: var(--r) !important; margin-bottom: .8rem; overflow: hidden; }
.accordion-button { font-family: 'Space Grotesk'; font-weight: 600; color: var(--ink); padding: 1.15rem 1.3rem; }
.accordion-button:not(.collapsed) { color: var(--turq-700); background: var(--mint); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-body { color: var(--muted); }

/* ---------- CTA ---------- */
.cta { background: var(--grad-navy); border-radius: var(--r-lg); padding: clamp(2.4rem,6vw,4.5rem); text-align: center; color: #fff; position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(500px 300px at 85% 12%, rgba(0,163,196,.45), transparent 60%); }
.cta > * { position: relative; z-index: 1; }
.cta h2 { color: #fff; font-size: clamp(1.8rem,4vw,2.8rem); }

/* ---------- footer ---------- */
.footer { position: relative; overflow: hidden; color: rgba(255,255,255,.74); padding: 70px 0 28px;
  background: var(--grad-navy); }
.footer::before { content: ''; position: absolute; top: -150px; right: -40px; width: 480px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,163,196,.45), transparent 66%); filter: blur(54px); pointer-events: none; will-change: transform; animation: driftA 15s ease-in-out infinite; }
.footer::after { content: ''; position: absolute; bottom: -150px; left: -90px; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,.36), transparent 68%); filter: blur(54px); pointer-events: none; will-change: transform; animation: driftB 19s ease-in-out infinite; }
.footer .container { position: relative; z-index: 1; }
.footer img { height: 36px; margin-bottom: 1rem; }
.footer a { color: rgba(255,255,255,.72); font-size: .94rem; }
.footer a:hover { color: var(--turq); }
.footer-tag { max-width: 560px; margin: .4rem auto 1.8rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.8rem; margin-bottom: 1.6rem; }
.footer-nav a { font-family: 'Space Grotesk'; font-weight: 500; }
.footer-contact { display: inline-flex; align-items: center; gap: .6rem; }
.footer-ig { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 50%; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
  color: #fff !important; font-size: 1.15rem; transition: .25s; }
.footer-ig:hover { background: rgba(255,255,255,.16); border-color: var(--turq); transform: translateY(-2px); }
.footer-wa { display: inline-flex; align-items: center; gap: .55rem; color: #fff !important;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22); border-radius: 100px;
  padding: .65rem 1.3rem; font-family: 'Space Grotesk'; font-weight: 600; transition: .25s; }
.footer-wa i { color: #25d366; font-size: 1.1rem; }
.footer-wa:hover { background: rgba(255,255,255,.16); border-color: var(--turq); transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1.4rem; font-size: .85rem; }

/* ---------- HERO — fundo único fixo; só o conteúdo desliza ---------- */
.hero-bg { position: relative; overflow: hidden; background: var(--grad-navy); }
.hero-carousel { position: relative; }
/* slides transparentes (o fundo/luzes ficam no .hero-bg, fixos) */
.hero-carousel .carousel-item .hero { background: none; overflow: visible; }
.hero-carousel .carousel-item .hero::after { content: none; }
/* deslize horizontal suave só do conteúdo */
.hero-carousel .carousel-item { transition: transform .8s cubic-bezier(.65,0,.35,1); }
/* luzes em movimento mais amplo e dinâmico (cada uma com trajetória própria) */
.hero-bg .orb { will-change: transform; }
.hero-bg .orb-a { animation: driftA 13s ease-in-out infinite; }
.hero-bg .orb-b { animation: driftB 17s ease-in-out infinite; }
.hero-bg .orb-c { animation: driftC 10s ease-in-out infinite; }
@keyframes driftA { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(230px,120px) scale(1.3); } }
@keyframes driftB { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-210px,150px) scale(1.25); } }
@keyframes driftC { 0%,100% { transform: translate(0,0) scale(.95); } 50% { transform: translate(190px,-150px) scale(1.35); } }
/* altura igual nos dois slides → conteúdo centralizado, sem salto na troca */
.hero-carousel .hero { min-height: 760px; display: flex; flex-direction: column; justify-content: center; }

/* onda curvada — única e fixa na base do carrossel (cobre a base ao deslizar) */
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; line-height: 0; pointer-events: none; }
.hero-wave svg { display: block; width: 100%; height: clamp(48px, 7vw, 90px); }
/* indicadores acima da onda */
.hero-dots { z-index: 4; }
.text-grad-light { background: linear-gradient(120deg, #8be7fb, #b9bbff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* heros orgânicos: conteúdo acima dos blobs, recorte das formas */
.hero { overflow: hidden; }
.hero .container { position: relative; z-index: 2; }

/* blobs flutuantes (slide claro) */
.blob, .orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; }
.blob { filter: blur(72px); opacity: .6; animation: floaty 16s ease-in-out infinite; }
.blob-a { width: 440px; height: 440px; background: radial-gradient(circle, #8fe6f7, #cdf4ff); top: -130px; right: -60px; }
.blob-b { width: 380px; height: 380px; background: radial-gradient(circle, #c4c3ff, #e9e8ff); bottom: -160px; left: -110px; animation-delay: -6s; }
.blob-c { width: 260px; height: 260px; background: radial-gradient(circle, #bff0fb, transparent 70%); top: 42%; left: 44%; opacity: .4; animation-delay: -11s; }

/* orbs com brilho (slide escuro) */
.orb { filter: blur(46px); animation: floaty 19s ease-in-out infinite; }
.orb-a { width: 540px; height: 540px; background: radial-gradient(circle, rgba(0,163,196,.95), transparent 66%); top: -120px; right: -60px; }
.orb-b { width: 480px; height: 480px; background: radial-gradient(circle, rgba(99,102,241,.85), transparent 66%); bottom: -150px; left: -60px; animation-delay: -7s; }
.orb-c { width: 360px; height: 360px; background: radial-gradient(circle, rgba(139,231,251,.72), transparent 66%); top: 26%; left: 50%; animation-delay: -12s; }

@keyframes floaty {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(26px, -24px) scale(1.08); }
  66%      { transform: translate(-20px, 18px) scale(.95); }
}
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* visual do hero: mais arredondado, com glow e leve flutuação */
.bento { position: relative; animation: bob 9s ease-in-out infinite; }
.bento::after { content: ''; position: absolute; inset: 4%; z-index: -1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0,163,196,.30), transparent 75%); filter: blur(46px); }
.bento .tile { border-radius: 22px; }
.bento .tile.big { border-radius: 30px; box-shadow: 0 20px 52px rgba(0,163,196,.22); }

.hero.dark { background-image: var(--grad-navy); background-color: #00009d; position: relative; overflow: hidden; }
.hero.dark::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(680px 420px at 82% 6%, rgba(0,163,196,.40), transparent 60%),
              radial-gradient(520px 360px at 4% 96%, rgba(99,102,241,.34), transparent 60%); }
.hero.dark .container { position: relative; z-index: 1; }
.hero.dark h1, .hero.dark .hero-title { color: #fff; font-family: 'Space Grotesk', 'Inter', sans-serif; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; }
.hero.dark .lead-muted { color: rgba(255,255,255,.85); }
.hero.dark .badge-pill { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.24); color: #fff; box-shadow: none; }
.hero.dark .badge-pill i { color: #8be7fb; }
.hero-tags-dark span { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.2); color: #fff; }

/* glass mockup do slide escuro */
.hero-glass { position: relative; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.20); border-radius: var(--r-lg); padding: 14px; box-shadow: 0 26px 70px rgba(0,0,90,.45); animation: bob 9.5s ease-in-out infinite; }
.hero-glass::after { content: ''; position: absolute; inset: 6%; z-index: -1; border-radius: 50%; background: radial-gradient(closest-side, rgba(0,163,196,.45), transparent 72%); filter: blur(50px); }
.glass-bar { display: flex; gap: 6px; padding: 6px 8px 12px; }
.glass-bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.4); }
.hero-glass .scr { background: #fff; border-radius: 16px; padding: 18px; color: var(--ink); }
.scr-stat { text-align: center; padding: 12px; border-radius: 12px; background: var(--cream); }
.scr-stat strong { display: block; font-family: 'Space Grotesk'; font-weight: 700; font-size: 1.4rem; color: var(--navy); }
.scr-stat span { font-size: .72rem; color: var(--muted); }
.scr-row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; margin-bottom: 9px; background: var(--cream); }
.scr-row .d { width: 38px; height: 38px; border-radius: 11px; background: var(--grad-turq); flex: none; display: grid; place-items: center; color: #fff; }
.scr-row .l { height: 9px; border-radius: 6px; background: #e2e5f1; }
.scr-row .rt { font-family: 'Space Grotesk'; font-weight: 600; font-size: .82rem; color: var(--ink); line-height: 1.2; }
.scr-row .rs { font-size: .72rem; color: var(--muted); margin-top: .15rem; }

/* indicadores (dots) */
.hero-dots { z-index: 4; bottom: clamp(58px, 8vw, 104px); margin-bottom: 0; }
.hero-dots [data-bs-target] { width: 30px; height: 5px; border-radius: 100px; background: rgba(255,255,255,.45); opacity: 1; border: none; transition: .3s; }
.hero-dots [data-bs-target].active { width: 44px; background: var(--turq); }

/* navbar adaptável ao slide escuro (logo + texto) */
.navbar-brand .logo-light { display: none; }
.navbar.nav-on-dark .nav-link { color: #fff; }
.navbar.nav-on-dark .nav-link:hover, .navbar.nav-on-dark .nav-link.active { color: #8be7fb; }
.navbar.nav-on-dark .logo-dark { display: none; }
.navbar.nav-on-dark .logo-light { display: inline-block; }
.navbar.nav-on-dark .navbar-toggler { filter: invert(1); }
/* .scrolled (fundo branco) vence o nav-on-dark */
.navbar.scrolled .nav-link { color: var(--ink); }
.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link.active { color: var(--turq-700); }
.navbar.scrolled .logo-light { display: none; }
.navbar.scrolled .logo-dark { display: inline-block; }
.navbar.scrolled .navbar-toggler { filter: none; }

/* ---------- antes / depois ---------- */
.ba-col { border-radius: var(--r); padding: 2rem; height: 100%; }
.ba-before { background: #fff; border: 1px solid var(--line); }
.ba-before h3 i { color: #c4485e; }
.ba-after { background: var(--grad-navy); color: #fff; box-shadow: var(--sh-lg); }
.ba-after h3 { color: #fff; }
.ba-list { list-style: none; padding: 0; margin: 0; }
.ba-list li { display: flex; gap: .7rem; padding: .55rem 0; align-items: flex-start; }
.ba-list li i { flex: none; margin-top: .15rem; }
.ba-before li i { color: #c4485e; }
.ba-after li { color: rgba(255,255,255,.92); }
.ba-after li i { color: #6ee7b7; }

/* ---------- diferenciais (lista) ---------- */
.diff-item { display: flex; gap: 1rem; padding: 1.05rem 0; border-bottom: 1px solid var(--line); }
.diff-item:last-child { border-bottom: none; }
.diff-item .ck { flex: none; width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--mint); color: var(--turq-700); font-size: 1.1rem; }
.diff-item h4 { font-size: 1.08rem; margin-bottom: .2rem; }
.diff-item p { font-size: .95rem; color: var(--muted); margin: 0; }

/* menu colapsado (hambúrguer) até 1199px — evita quebra dos links no tablet */
@media (max-width: 1199.98px) {
  .navbar-collapse { background: #fff; border-radius: var(--r); padding: 1rem; margin-top: .8rem; box-shadow: var(--sh-lg); }
  .navbar.nav-on-dark .navbar-collapse .nav-link { color: var(--ink); }
  .navbar .nav-link { margin: .15rem 0; }
  .navbar-collapse .btn { margin-top: .5rem; }
}
/* hero em duas colunas na faixa 992–1199px: título calibrado para a coluna */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero h1, .hero .hero-title { font-size: clamp(2.15rem, 3.1vw, 2.7rem); }
  .hero .lead-muted { font-size: 1.08rem; }
}
@media (max-width: 991px) {
  .hero { padding-top: 128px; }
  .hero.dark { padding-top: 128px; }
  .hero-carousel .hero { min-height: 0; }
}
