:root {
  /* Paleta oficial (extraída do feed @teaencantar) */
  --roxo: #703870;            /* cor âncora / assinatura */
  --roxo-escuro: #3A1535;
  --lavanda: #9060B8;
  --magenta: #E5308A;
  --navy: #082058;            /* títulos */
  --verde: #109048;
  --laranja: #F89010;
  --amarelo: #F4C430;
  --azul-claro: #28A8F8;
  --rosa-claro: #F0A8F8;
  --lilas: #F0E8F8;
  --whatsapp: #25D366;

  --ink: #222222;
  --muted: #5f5566;
  --bg: #ffffff;
  --bg-soft: #f7f1fb;
  --line: #ece1f3;
  --radius: 22px;
  --shadow-sm: 0 4px 20px rgba(112,56,112,.10);
  --shadow: 0 18px 44px rgba(112,56,112,.16);

  --grad-rainbow: linear-gradient(90deg, #E5308A, #F47C20, #F4C430, #109048, #28A8F8, #9060B8);
  --grad-marca: linear-gradient(135deg, #9060B8, #E5308A);
  --grad-cta: linear-gradient(160deg, #9060B8 0%, #703870 100%);
  --grad-footer: linear-gradient(160deg, #703870 0%, #3A1535 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}
h1, h2, h3 { font-family: 'Poppins', sans-serif; line-height: 1.15; font-weight: 700; color: var(--navy); letter-spacing: -.01em; }
.container { width: min(1140px, 92%); margin: 0 auto; }
img { max-width: 100%; }

/* Acessibilidade */
:focus-visible { outline: 3px solid var(--roxo); outline-offset: 3px; border-radius: 6px; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--roxo); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 12px; text-decoration: none; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 0; }

/* Ícones (Lucide) */
.lucide { width: 22px; height: 22px; stroke-width: 1.9; vertical-align: middle; }

/* Texto com gradiente arco-íris */
.grad-text { background: var(--grad-rainbow); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--magenta); }
/* Acento manuscrito (estilo das artes do feed) */
.script-accent { font-family: 'Caveat', cursive; font-size: clamp(1.5rem, 3vw, 2rem); color: var(--magenta); font-weight: 700; margin: -6px 0 14px; }
/* Destaque sobre fundo roxo */
.hl { color: var(--amarelo); -webkit-text-fill-color: initial; }

/* Botões */
.btn {
  display: inline-flex; align-items: center; gap: 9px; justify-content: center;
  background: var(--grad-marca); color: #fff;
  padding: 13px 26px; border-radius: 999px;
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 1rem; text-decoration: none;
  border: none; cursor: pointer; min-height: 44px;
  transition: transform .2s ease-out, box-shadow .2s ease-out, filter .2s;
  box-shadow: 0 8px 18px rgba(112,56,112,.28);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 26px rgba(112,56,112,.34); filter: brightness(1.04); }
.btn .lucide { width: 20px; height: 20px; }
.btn--lg { padding: 16px 30px; font-size: 1.05rem; }
.btn--small { padding: 9px 18px; font-size: .92rem; box-shadow: none; }
.btn--ghost { background: #fff; color: var(--roxo); border: 2px solid var(--line); box-shadow: none; }
.btn--ghost:hover { background: var(--lilas); border-color: var(--roxo); filter: none; }
.btn--whatsapp { background: var(--whatsapp); box-shadow: 0 8px 18px rgba(37,211,102,.3); }
.btn--whatsapp:hover { background: #1da851; box-shadow: 0 14px 26px rgba(37,211,102,.36); }

/* Cabeçalho */
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo__img { height: 50px; width: auto; display: block; }
.logo__text { font-family: 'Poppins', sans-serif; font-size: 1.5rem; font-weight: 700; display: inline-flex; align-items: baseline; }
.logo__tea { color: #F47C20; } .logo__enc { color: var(--magenta); }
.nav { display: flex; align-items: center; gap: 24px; }
.nav > a { text-decoration: none; color: var(--ink); font-weight: 700; }
.nav > a:not(.btn):hover { color: var(--magenta); }
.nav__toggle { display: none; background: none; border: none; cursor: pointer; color: var(--roxo); padding: 6px; }
.nav__toggle .lucide { width: 28px; height: 28px; }

/* Hero */
.hero { position: relative; padding: 84px 0 130px; overflow: hidden; background: linear-gradient(180deg, var(--lilas) 0%, #fff 70%); }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(64px); opacity: .55; }
.blob--1 { width: 440px; height: 440px; top: -130px; right: -90px; background: radial-gradient(circle, var(--rosa-claro), transparent 70%); }
.blob--2 { width: 400px; height: 400px; bottom: -130px; left: -110px; background: radial-gradient(circle, #d9c7f0, transparent 70%); }
.leaf { position: absolute; width: 18px; height: 22px; border-radius: 0 70% 0 70%; opacity: .85; animation: float 7s ease-in-out infinite; }
.leaf--a { top: 14%; left: 46%; background: var(--magenta); }
.leaf--b { top: 26%; left: 60%; background: var(--amarelo); width: 14px; height: 18px; animation-delay: 1.2s; }
.leaf--c { top: 18%; right: 8%; background: var(--azul-claro); width: 16px; height: 20px; animation-delay: .6s; }
.leaf--d { top: 38%; right: 18%; background: var(--verde); width: 12px; height: 16px; animation-delay: 1.8s; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(8deg); } }

.hero__inner { position: relative; display: grid; grid-template-columns: 1.25fr .9fr; gap: 52px; align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 5.5vw, 4.2rem); font-weight: 800; margin-bottom: 6px; }
.hero__lead { color: var(--muted); font-size: 1.18rem; margin-bottom: 22px; max-width: 36rem; }
.badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.badge { background: #fff; border: 2px solid var(--line); border-radius: 999px; padding: 7px 17px; font-weight: 800; font-size: .9rem; color: var(--roxo); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero__card-title { font-size: 1.3rem; margin-bottom: 18px; color: var(--roxo); }
.hero__list { list-style: none; display: grid; gap: 14px; margin-bottom: 20px; font-weight: 700; }
.hero__list li { display: flex; align-items: center; gap: 12px; }
.hero__list .lucide { color: var(--magenta); flex-shrink: 0; }
.hero__list li:nth-child(2) .lucide { color: var(--azul-claro); }
.hero__list li:nth-child(3) .lucide { color: var(--laranja); }
.hero__list li:nth-child(4) .lucide { color: var(--verde); }
.hero__insta { display: inline-flex; align-items: center; gap: 8px; color: var(--magenta); font-weight: 800; text-decoration: none; }
.hero__insta:hover { text-decoration: underline; }

/* Rótulo de seção em pílula (estilo feed) */
.section .section__eyebrow, .hero__eyebrow {
  display: inline-block; background: var(--roxo); color: #fff;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 14px;
  font-weight: 800; text-transform: uppercase; letter-spacing: .6px; font-size: .78rem;
}

/* Onda divisória */
.wave { position: absolute; left: 0; right: 0; height: 64px; pointer-events: none; }
.wave--bottom { bottom: -1px; background: var(--grad-rainbow);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C240,90 480,0 720,40 C960,80 1200,10 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C240,90 480,0 720,40 C960,80 1200,10 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  opacity: .92; }
.wave--top { top: -1px; background: var(--bg-soft); transform: scaleY(-1);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C240,90 480,0 720,40 C960,80 1200,10 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,40 C240,90 480,0 720,40 C960,80 1200,10 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%; }

/* Seções */
.section { padding: 84px 0; position: relative; }
.section--soft { background: var(--bg-soft); }
.section--purple { background: var(--grad-cta); color: #fff; }
.section.section--purple h2 { color: #fff; }
.section.section--purple p { color: rgba(255,255,255,.94); }
.section.section--purple .section__eyebrow { background: #fff; color: var(--roxo); }
.section__head { text-align: center; margin-bottom: 48px; }
.section h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.section p { color: var(--muted); margin-top: 14px; }

.checklist { list-style: none; margin-top: 24px; display: grid; gap: 13px; }
.checklist li { position: relative; padding-left: 36px; color: var(--ink); font-weight: 700; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; background: var(--verde) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center; border-radius: 50%; }

.keywords { display: flex; flex-wrap: wrap; gap: 11px; align-content: center; }
.keywords span { padding: 9px 18px; border-radius: 999px; font-weight: 800; color: #fff; font-size: .95rem; }
.keywords span:nth-child(6n+1){ background: var(--magenta); }
.keywords span:nth-child(6n+2){ background: var(--roxo); }
.keywords span:nth-child(6n+3){ background: var(--laranja); }
.keywords span:nth-child(6n+4){ background: var(--azul-claro); }
.keywords span:nth-child(6n+5){ background: var(--verde); }
.keywords span:nth-child(6n+6){ background: var(--lavanda); }

/* Cards de terapias: ícones circulares coloridos */
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.cards--3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.card { background: #fff; border-radius: var(--radius); padding: 28px 22px; text-align: center; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .25s ease-out, box-shadow .25s ease-out; }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card__icon { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 16px; }
.card__icon .lucide { width: 30px; height: 30px; stroke-width: 1.9; }
.card h3 { font-size: 1.06rem; color: var(--navy); font-weight: 600; }
.card:nth-child(6n+1) .card__icon { color: var(--magenta);  background: #fbe3f0; }
.card:nth-child(6n+2) .card__icon { color: var(--roxo);     background: #ece1f3; }
.card:nth-child(6n+3) .card__icon { color: var(--laranja);  background: #fdecd5; }
.card:nth-child(6n+4) .card__icon { color: var(--verde);    background: #d9f0e3; }
.card:nth-child(6n+5) .card__icon { color: #1487c9;         background: #dcf0fe; }
.card:nth-child(6n+6) .card__icon { color: var(--lavanda);  background: #efe6f7; }

/* Diferenciais */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.feature { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .25s ease-out, box-shadow .25s ease-out; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature__ico { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; background: #efe6f7; color: var(--roxo); }
.feature:nth-child(3n+1) .feature__ico { background: #fbe3f0; color: var(--magenta); }
.feature:nth-child(3n+2) .feature__ico { background: #dcf0fe; color: #1487c9; }
.feature:nth-child(3n+3) .feature__ico { background: #d9f0e3; color: var(--verde); }
.feature__ico .lucide { width: 26px; height: 26px; }
.feature h3 { color: var(--roxo); margin-bottom: 4px; font-size: 1.18rem; }
.feature p { margin: 0; }

/* Convênios */
.chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip { background: #fff; border: 2px solid var(--line); border-radius: 999px; padding: 11px 22px; font-weight: 800; color: var(--ink); transition: border-color .2s, color .2s, transform .2s; }
.chip:hover { border-color: var(--lavanda); color: var(--roxo); transform: translateY(-2px); }
.note { text-align: center; color: var(--muted); margin-top: 24px; font-weight: 700; display: flex; gap: 8px; align-items: center; justify-content: center; }
.note .lucide { width: 18px; height: 18px; color: var(--roxo); }

/* Depoimentos */
.quote { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.quote__mark { color: var(--amarelo); width: 34px; height: 34px; margin-bottom: 10px; }
.quote p { color: var(--ink); margin: 0 0 14px; font-style: italic; font-size: 1.05rem; }
.quote span { color: var(--magenta); font-weight: 800; }

/* Localização / contato */
.contact-list { list-style: none; margin: 24px 0; display: grid; gap: 16px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); }
.contact-list .lucide { color: var(--magenta); flex-shrink: 0; margin-top: 2px; }
.contact-list strong { color: var(--ink); }
.map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map iframe { display: block; }

.contato { text-align: center; max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.contato__channels { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; margin-top: 34px; }
.channel { display: grid; justify-items: center; gap: 5px; background: #fff; border-radius: var(--radius); padding: 26px; text-decoration: none; box-shadow: var(--shadow); transition: transform .25s ease-out, box-shadow .25s ease-out; }
.channel:hover { transform: translateY(-6px); }
.channel__ico { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; margin-bottom: 4px; }
.channel__ico--wpp { background: var(--whatsapp); } .channel__ico--ig { background: var(--magenta); } .channel__ico--th { background: var(--roxo-escuro); }
.channel__ico .lucide { width: 26px; height: 26px; }
.channel strong { color: var(--roxo); font-size: 1.1rem; }
.channel small { color: var(--muted); font-weight: 700; }

/* Rodapé de assinatura */
.footer { background: var(--grad-footer); color: #ece1f2; padding: 56px 0 26px; }
.footer__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; }
.footer__logo { height: 52px; width: auto; margin-bottom: 10px; }
.footer p { color: #d6c6e2; margin-top: 4px; font-size: .98rem; }
.logo__text--footer { font-size: 1.5rem; display: none; }
.logo__text--footer .logo__tea { color: #F89010; } .logo__text--footer .logo__enc { color: #fff; }
.footer__contacts { list-style: none; display: grid; gap: 14px; }
.footer__contacts li, .footer__contacts a { display: flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; font-weight: 600; }
.footer__contacts a:hover { color: var(--amarelo); }
.fcirc { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.14); display: grid; place-items: center; flex-shrink: 0; }
.fcirc .lucide { width: 20px; height: 20px; color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; margin-top: 36px; font-size: .9rem; color: #d6c6e2; text-align: center; }

/* WhatsApp flutuante */
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; background: var(--whatsapp); color: #fff; border-radius: 50%; display: grid; place-items: center; text-decoration: none; box-shadow: 0 10px 24px rgba(37,211,102,.5); transition: transform .2s; animation: pulse 2.6s infinite; }
.whatsapp-float .lucide { width: 30px; height: 30px; }
.whatsapp-float:hover { transform: scale(1.08); }
@keyframes pulse { 0%,100% { box-shadow: 0 10px 24px rgba(37,211,102,.5); } 50% { box-shadow: 0 10px 24px rgba(37,211,102,.5), 0 0 0 12px rgba(37,211,102,.12); } }

/* Revelação ao rolar */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease-out, transform .6s ease-out; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsivo */
@media (max-width: 860px) {
  .nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 8px 6%; display: none; box-shadow: var(--shadow); }
  .nav--open { display: flex; }
  .nav > a { padding: 13px 0; }
  .nav .btn { margin: 8px 0; }
  .nav__toggle { display: inline-flex; }
  .hero { padding: 56px 0 104px; }
  .hero__inner, .section__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__inner { grid-template-columns: 1fr; }
}

/* Movimento reduzido */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ===== Página de formulário (depoimento) ===== */
.nav.nav--simple { display: flex; position: static; background: none; border: 0; box-shadow: none; padding: 0; }
.nav--simple a { font-weight: 700; color: var(--roxo); text-decoration: none; }
.nav--simple a:hover { color: var(--magenta); }

.form-page { position: relative; padding: 50px 0 80px; overflow: hidden; background: linear-gradient(180deg, var(--lilas), #fff 55%); min-height: 72vh; }
.form-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.form-wrap { position: relative; width: min(680px, 92%); margin: 0 auto; }
.form-intro { text-align: center; margin-bottom: 30px; }
.form-intro h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; }
.form-lead { color: var(--muted); font-size: 1.1rem; margin-top: 6px; }

.depo-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; font-weight: 700; color: var(--navy); font-size: .98rem; }
.field input[type=text], .field textarea, .field input[type=file] { font: inherit; font-weight: 500; color: var(--ink); padding: 13px 15px; border: 2px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .2s; width: 100%; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--lavanda); }
.field textarea { resize: vertical; }
.field input[type=file] { padding: 11px; cursor: pointer; }
.req { color: var(--magenta); }
.hint { color: var(--muted); font-weight: 600; font-size: .85rem; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.foto-preview img { max-height: 170px; border-radius: 14px; border: 1px solid var(--line); }
.check { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); line-height: 1.5; font-size: .95rem; background: var(--bg-soft); padding: 16px; border-radius: 14px; }
.check input { width: 22px; height: 22px; margin-top: 2px; flex-shrink: 0; accent-color: var(--roxo); cursor: pointer; }
.depo-form .btn { width: 100%; }
.form-msg { text-align: center; font-weight: 800; margin: 0; min-height: 1.2em; }
.form-msg--erro { color: #c81e1e; }
.form-msg--info { color: var(--roxo); }
.form-success { text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 48px 32px; box-shadow: var(--shadow); }
.form-success__icon { width: 84px; height: 84px; border-radius: 50%; background: #d9f0e3; color: var(--verde); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success__icon .lucide { width: 42px; height: 42px; }
.form-success h2 { margin-bottom: 10px; }
.form-success p { color: var(--muted); margin-bottom: 22px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.form-section { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--roxo); font-size: 1.05rem; margin: 8px 0 -4px; padding-bottom: 8px; border-bottom: 2px solid var(--line); }
.check-group { border: 2px solid var(--line); border-radius: 14px; padding: 14px 16px; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.check-group legend { font-weight: 700; color: var(--navy); padding: 0 6px; font-size: .98rem; }
.check--inline { background: none; padding: 6px 0; gap: 9px; font-weight: 700; }
.check--inline input { width: 20px; height: 20px; }

/* FAQ / conteúdo educativo */
.faq { display: grid; gap: 14px; max-width: 880px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq__item summary { cursor: pointer; padding: 20px 24px; font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--roxo); font-size: 1.1rem; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.7rem; color: var(--magenta); line-height: 1; flex-shrink: 0; }
.faq__item[open] summary::after { content: "\2212"; }
.faq__item summary:hover { color: var(--magenta); }
.faq__body { padding: 0 24px 22px; color: var(--muted); }
.faq__body h4 { color: var(--navy); font-family: 'Poppins', sans-serif; font-size: 1.02rem; margin: 16px 0 6px; }
.faq__body p { margin: 8px 0; }
.faq__body ul { margin: 8px 0; padding: 0; list-style: none; display: grid; gap: 7px; }
.faq__body li { position: relative; padding-left: 24px; }
.faq__body li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); }
.faq__body li:nth-child(3n+2)::before { background: var(--verde); }
.faq__body li:nth-child(3n+3)::before { background: var(--laranja); }

/* ===== Loja ===== */
.loja-actions { display: flex; align-items: center; gap: 18px; }
.loja-back { color: var(--roxo); font-weight: 700; text-decoration: none; }
.loja-back:hover { color: var(--magenta); }
.cart-btn { position: relative; background: var(--roxo); color: #fff; border: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: transform .2s, background .2s; }
.cart-btn:hover { background: var(--roxo-escuro); transform: translateY(-2px); }
.cart-btn .lucide { width: 22px; height: 22px; }
.cart-badge { position: absolute; top: -5px; right: -5px; background: var(--magenta); color: #fff; font-size: .72rem; font-weight: 800; min-width: 20px; height: 20px; border-radius: 999px; display: grid; place-items: center; padding: 0 5px; border: 2px solid #fff; }

.loja-aviso { display: flex; gap: 12px; align-items: center; background: #fff6e9; border: 1px solid #f6d9a8; color: #8a5a12; border-radius: 16px; padding: 14px 18px; max-width: 900px; margin: 0 auto 32px; font-weight: 600; }
.loja-aviso .lucide { color: var(--laranja); flex-shrink: 0; }

.loja-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; max-width: 1100px; margin: 0 auto; }
.produto { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .25s ease-out, box-shadow .25s ease-out; }
.produto:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.produto__img { aspect-ratio: 1 / 1; background: var(--lilas); display: grid; place-items: center; overflow: hidden; }
.produto__img img { width: 100%; height: 100%; object-fit: cover; }
.produto__ph .lucide { width: 60px; height: 60px; stroke-width: 1.5; color: var(--lavanda); }
.produto__info { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.produto__cat { color: var(--magenta); font-weight: 800; font-size: .72rem; text-transform: uppercase; letter-spacing: .4px; }
.produto__nome { font-size: 1.1rem; color: var(--navy); }
.produto__desc { color: var(--muted); font-size: .92rem; margin: 0; flex: 1; }
.produto__rodape { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; }
.produto__preco { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--roxo); font-size: 1.2rem; }
.produto__add { white-space: nowrap; }

.cart-overlay { position: fixed; inset: 0; background: rgba(58,21,53,.45); opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 90; }
.cart-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(400px, 92%); background: #fff; z-index: 100; transform: translateX(100%); transition: transform .3s ease-out; display: flex; flex-direction: column; box-shadow: -10px 0 40px rgba(112,56,112,.2); }
.cart-drawer.open { transform: none; }
.cart-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.cart-drawer__head h2 { font-size: 1.3rem; }
.cart-close { background: none; border: none; cursor: pointer; color: var(--ink); padding: 6px; }
.cart-items { flex: 1; overflow-y: auto; padding: 16px 22px; display: grid; gap: 14px; align-content: start; }
.cart-empty { text-align: center; color: var(--muted); padding: 40px 0; }
.cart-empty .lucide { width: 48px; height: 48px; color: var(--line); margin-bottom: 10px; }
.cart-item { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 12px; }
.cart-item__ph { width: 46px; height: 46px; border-radius: 12px; background: var(--lilas); color: var(--lavanda); display: grid; place-items: center; }
.cart-item__ph .lucide { width: 24px; height: 24px; }
.cart-item__info { display: flex; flex-direction: column; min-width: 0; }
.cart-item__info strong { font-size: .95rem; color: var(--navy); font-weight: 700; }
.cart-item__info span { color: var(--muted); font-size: .85rem; }
.qty { display: flex; align-items: center; gap: 8px; }
.qty button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 1.1rem; color: var(--roxo); font-weight: 700; line-height: 1; }
.qty button:hover { background: var(--lilas); }
.cart-item__rm { background: none; border: none; cursor: pointer; color: #c81e1e; padding: 4px; }
.cart-item__rm .lucide { width: 18px; height: 18px; }
.cart-foot { border-top: 1px solid var(--line); padding: 18px 22px; display: grid; gap: 12px; }
.cart-total { display: flex; justify-content: space-between; align-items: center; font-size: 1.1rem; }
.cart-total strong { font-family: 'Poppins', sans-serif; color: var(--roxo); font-size: 1.4rem; }
.cart-foot .btn { width: 100%; }
.cart-foot small { color: var(--muted); text-align: center; }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }

/* Galeria da estrutura (fotos reais) */
.estrutura-cap { text-align: center; font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--roxo); font-size: 1.15rem; margin: 46px 0 18px; }
.estrutura-galeria { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 720px; margin: 0 auto; }
.estrutura-galeria .foto { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.estrutura-galeria .foto img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; transition: transform .35s ease-out; }
.estrutura-galeria .foto:hover img { transform: scale(1.05); }
@media (max-width: 560px) { .estrutura-galeria { grid-template-columns: 1fr; } }

/* Cards de terapia clicáveis */
.card[data-terapia] { width: 100%; font-family: inherit; color: inherit; cursor: pointer; }
.card__more { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: var(--magenta); font-weight: 800; font-size: .85rem; }
.card__more .lucide { width: 15px; height: 15px; }
.card__chev { display: inline-block; line-height: 0; transition: transform .25s ease-out; }
.card[data-terapia]:hover .card__more .card__chev { transform: translateY(2px); }
#terapias-conteudo { display: none; }

/* Modal de terapias */
.modal-overlay { position: fixed; inset: 0; background: rgba(58,21,53,.5); opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 110; }
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal { position: fixed; z-index: 120; top: 50%; left: 50%; transform: translate(-50%, -47%) scale(.97); opacity: 0; visibility: hidden; width: min(620px, 92vw); max-height: 86vh; overflow-y: auto; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 36px 34px; transition: opacity .25s, transform .25s, visibility .25s; }
.modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.modal__close { position: absolute; top: 14px; right: 14px; background: var(--bg-soft); border: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: var(--roxo); }
.modal__close:hover { background: var(--lilas); }
.modal__close .lucide { width: 22px; height: 22px; }
.modal__body h3 { color: var(--navy); font-size: 1.6rem; margin-bottom: 10px; padding-right: 36px; }
.modal__body h4 { color: var(--roxo); font-family: 'Poppins', sans-serif; margin: 18px 0 6px; font-size: 1.05rem; }
.modal__body p { color: var(--muted); margin: 8px 0; }
.modal__body ul { list-style: none; padding: 0; margin: 8px 0; display: grid; gap: 7px; }
.modal__body li { position: relative; padding-left: 24px; color: var(--ink); }
.modal__body li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); }
.modal__body li:nth-child(3n+2)::before { background: var(--verde); }
.modal__body li:nth-child(3n+3)::before { background: var(--laranja); }
.modal__body .t-idades { background: var(--bg-soft); border-radius: 12px; padding: 12px 15px; font-weight: 600; color: var(--roxo); margin-top: 16px; }

/* Painel inline de terapias (abre no card, fecha ao clicar em outro) */
.terapia-painel { grid-column: 1 / -1; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .4s ease, opacity .3s ease, margin .3s ease; }
.terapia-painel.open { max-height: 1500px; opacity: 1; margin: 2px 0 10px; }
.terapia-painel__body { background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--magenta); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 30px; text-align: left; }
.terapia-painel__body h3 { color: var(--navy); font-size: 1.5rem; margin-bottom: 10px; }
.terapia-painel__body h4 { color: var(--roxo); font-family: 'Poppins', sans-serif; margin: 16px 0 6px; font-size: 1.05rem; }
.terapia-painel__body p { color: var(--muted); margin: 8px 0; }
.terapia-painel__body ul { list-style: none; padding: 0; margin: 8px 0; display: grid; gap: 7px; }
.terapia-painel__body li { position: relative; padding-left: 24px; color: var(--ink); }
.terapia-painel__body li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); }
.terapia-painel__body li:nth-child(3n+2)::before { background: var(--verde); }
.terapia-painel__body li:nth-child(3n+3)::before { background: var(--laranja); }
.terapia-painel__body .t-idades { background: var(--bg-soft); border-radius: 12px; padding: 12px 15px; font-weight: 600; color: var(--roxo); margin-top: 16px; }
.card--ativo { box-shadow: 0 0 0 3px var(--magenta), var(--shadow) !important; }
.card--ativo .card__more .card__chev { transform: rotate(180deg); }

/* Nossa Equipe */
.equipe-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.membro { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .25s ease-out, box-shadow .25s ease-out; }
.membro:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.membro__foto { aspect-ratio: 1 / 1; background: var(--lilas); }
.membro__foto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.membro__corpo { padding: 22px 22px 24px; display: flex; flex-direction: column; }
.membro__corpo h3 { color: var(--navy); font-size: 1.25rem; }
.membro__cargo { color: var(--roxo); font-weight: 700; margin: 4px 0 0; }
.membro__exp { color: var(--muted); font-weight: 600; font-size: .9rem; margin: 2px 0 0; }
.membro__tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 0; }
.membro__tags span { background: var(--lilas); color: var(--roxo); border-radius: 999px; padding: 3px 12px; font-size: .78rem; font-weight: 800; }
.membro__bio { color: var(--muted); margin: 12px 0 0; font-size: .95rem; }
.membro__msg { color: var(--ink); font-style: italic; border-left: 3px solid var(--amarelo); padding-left: 12px; margin: 14px 0 0; font-size: .95rem; }
.membro__form { margin-top: 14px; }
.membro__form summary { display: inline-flex; align-items: center; cursor: pointer; font-weight: 800; color: var(--roxo); font-size: .88rem; list-style: none; border: 2px solid var(--line); border-radius: 999px; padding: 7px 16px; transition: border-color .2s, color .2s; }
.membro__form summary:hover { border-color: var(--roxo); }
.membro__form[open] summary { color: var(--magenta); border-color: var(--magenta); }
.membro__form summary::-webkit-details-marker { display: none; }
.membro__form summary::after { content: " +"; }
.membro__form[open] summary::after { content: " \2212"; }
.membro__h { color: var(--roxo); font-family: 'Poppins', sans-serif; margin: 16px 0 6px; font-size: .98rem; }
.membro__form .membro__bio { margin-top: 16px; }

/* Diretório da equipe (busca + filtro + mini-cards) */
.equipe-busca { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; margin-bottom: 16px; }
.equipe-busca__campo { display: flex; align-items: center; gap: 8px; background: #fff; border: 2px solid var(--line); border-radius: 999px; padding: 10px 18px; width: min(380px, 90%); }
.equipe-busca__campo:focus-within { border-color: var(--lavanda); }
.equipe-busca__campo .lucide { width: 18px; height: 18px; color: var(--muted); flex-shrink: 0; }
.equipe-busca__campo input { border: none; outline: none; font: inherit; width: 100%; background: none; color: var(--ink); }
.equipe-filtros { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.filtro { background: #fff; border: 2px solid var(--line); color: var(--ink); border-radius: 999px; padding: 8px 16px; font: inherit; font-weight: 800; font-size: .85rem; cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.filtro:hover { border-color: var(--lavanda); }
.filtro.is-on { background: var(--roxo); border-color: var(--roxo); color: #fff; }
.equipe-contagem { text-align: center; color: var(--muted); font-weight: 600; font-size: .9rem; margin: 0 0 24px; }
.equipe-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; }
.equipe-vazio { text-align: center; color: var(--muted); font-weight: 600; padding: 30px 0; }
.mini { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px 12px 18px; text-align: center; cursor: pointer; font: inherit; display: flex; flex-direction: column; align-items: center; gap: 3px; box-shadow: var(--shadow-sm); transition: transform .2s ease-out, box-shadow .2s ease-out; }
.mini:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.mini__foto { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; background: var(--lilas); margin-bottom: 8px; box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--line); }
.mini__foto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mini__nome { font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--navy); font-size: .95rem; line-height: 1.2; }
.mini__cargo { color: var(--magenta); font-weight: 800; font-size: .78rem; }

/* Perfil deslizante */
.perfil-overlay { position: fixed; inset: 0; background: rgba(58,21,53,.5); opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 110; }
.perfil-overlay.open { opacity: 1; visibility: visible; }
.perfil { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -47%) scale(.97); width: min(800px, 94vw); max-height: 90vh; background: #fff; z-index: 120; border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; opacity: 0; visibility: hidden; box-shadow: var(--shadow); transition: opacity .25s, transform .25s, visibility .25s; }
.perfil.open { transform: translate(-50%, -50%) scale(1); opacity: 1; visibility: visible; }
.perfil__close { position: absolute; top: 14px; right: 14px; z-index: 3; background: rgba(255,255,255,.92); border: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; color: var(--roxo); box-shadow: var(--shadow-sm); }
.perfil__close:hover { background: #fff; }
.perfil__close .lucide { width: 22px; height: 22px; }
.perfil__body { flex: 1; overflow-y: auto; display: grid; grid-template-columns: 230px 1fr; gap: 28px; padding: 30px; align-items: start; }
.perfil__lado { position: sticky; top: 0; align-self: start; }
.perfil__foto { width: 100%; aspect-ratio: 1 / 1; border-radius: 18px; overflow: hidden; background: var(--lilas); }
.perfil__foto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.perfil__lado h3 { color: var(--navy); font-size: 1.3rem; margin: 16px 0 0; }
.perfil__cargo { color: var(--roxo); font-weight: 800; margin: 4px 0 0; }
.perfil__main { min-width: 0; }
.perfil__exp { color: var(--muted); font-weight: 600; font-size: .9rem; margin: 0; }
.perfil__tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 0; }
.perfil__tags span { background: var(--lilas); color: var(--roxo); border-radius: 999px; padding: 3px 12px; font-size: .78rem; font-weight: 800; }
.perfil__bio { color: var(--muted); margin: 16px 0 0; }
.perfil__msg { color: var(--ink); font-style: italic; border-left: 3px solid var(--amarelo); padding-left: 12px; margin: 14px 0 0; }
.perfil__main h4 { color: var(--roxo); font-family: 'Poppins', sans-serif; margin: 18px 0 6px; font-size: 1rem; }
.perfil__form { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.perfil__form li { position: relative; padding-left: 20px; color: var(--ink); font-size: .92rem; }
.perfil__form li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--verde); }
.perfil__nav { display: flex; gap: 10px; padding: 14px 18px; border-top: 1px solid var(--line); }
.perfil__btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: #fff; border: 2px solid var(--line); border-radius: 999px; padding: 10px; font: inherit; font-weight: 800; color: var(--roxo); cursor: pointer; transition: border-color .2s; }
.perfil__btn:hover:not(:disabled) { border-color: var(--roxo); }
.perfil__btn:disabled { opacity: .4; cursor: not-allowed; }
.perfil__btn .lucide { width: 18px; height: 18px; }
@media (max-width: 680px) {
  .perfil { width: 96vw; max-height: 92vh; }
  .perfil__body { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .perfil__lado { display: flex; align-items: center; gap: 12px; background: #fff; padding: 4px 0 12px; border-bottom: 1px solid var(--line); }
  .perfil__lado .perfil__foto { width: 64px; flex-shrink: 0; border-radius: 50%; }
  .perfil__id { min-width: 0; }
  .perfil__lado h3 { font-size: 1.05rem; margin: 0; }
  .perfil__cargo { font-size: .85rem; }
}

/* Fundadora */
.fundadora { display: grid; grid-template-columns: 320px 1fr; gap: 46px; align-items: start; }
.fundadora__foto { border-radius: 24px; padding: 6px; background: var(--grad-rainbow); box-shadow: var(--shadow); }
.fundadora__foto img { width: 100%; height: auto; border-radius: 18px; display: block; border: 4px solid #fff; }
.fundadora h2 { margin-top: 6px; }
.fundadora__cargo { color: var(--magenta); font-weight: 800; margin: 6px 0 0; font-size: 1.05rem; }
.fundadora__msg { color: var(--muted); margin: 14px 0 0; font-size: 1.05rem; line-height: 1.75; }
.fundadora__form { margin-top: 20px; }
.fundadora__form summary { display: inline-flex; align-items: center; cursor: pointer; font-weight: 800; color: var(--roxo); list-style: none; border: 2px solid var(--line); border-radius: 999px; padding: 8px 18px; transition: border-color .2s, color .2s; }
.fundadora__form summary::-webkit-details-marker { display: none; }
.fundadora__form summary::after { content: " +"; }
.fundadora__form[open] summary { color: var(--magenta); border-color: var(--magenta); }
.fundadora__form[open] summary::after { content: " \2212"; }
.fundadora__form summary:hover { border-color: var(--roxo); }
.fundadora__form ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 7px; }
.fundadora__form li { position: relative; padding-left: 22px; color: var(--ink); }
.fundadora__form li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); }
@media (max-width: 760px) {
  .fundadora { grid-template-columns: 1fr; gap: 26px; }
  .fundadora__foto { max-width: 260px; margin: 0 auto; }
}
.membro__form ul { list-style: none; padding: 0; margin: 10px 0 0; display: grid; gap: 6px; }
.membro__form li { position: relative; padding-left: 20px; color: var(--ink); font-size: .9rem; }
.membro__form li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--verde); }
