/* ============================================================
   Clínica Onna — Landing Page · VERSÃO 2 (editorial / arco)
   Mesma paleta da marca (sálvia + nude + teal), visual reinterpretado
   ============================================================ */

:root {
  --dark: #45504A;
  --dark-soft: #3A453F;
  --dark-line: #57625B;
  --green-glow: #5E6862;
  --nude: #837767;
  --blush: #E9D6C9;
  --teal: #2F8B82;
  --teal-soft: #4BA89F;
  --terra: #C4826A;
  --terra-soft: #D49B85;
  --light: #F2EDEA;
  --bege: #E5DED7;

  --ink: #1A241F;
  --ink-muted: #5C6863;
  --paper: #F4EFE9;
  --paper-muted: #B7C0B7;

  --grad-teal: linear-gradient(135deg, #2F8B82 0%, #4BA89F 50%, #2F8B82 100%);
  --green-bg:
    radial-gradient(72% 56% at 50% -8%, color-mix(in srgb, var(--green-glow) 80%, transparent) 0%, transparent 56%),
    radial-gradient(85% 92% at 88% 116%, color-mix(in srgb, var(--nude) 42%, transparent) 0%, transparent 52%),
    linear-gradient(158deg, color-mix(in srgb, var(--dark) 90%, white 10%) 0%, var(--dark) 46%, color-mix(in srgb, var(--dark) 84%, black 16%) 100%);

  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;

  --pill: 999px;
  --r-card: 16px;
  /* moldura em arco — eco do emblema do logo */
  --arch: 50% 50% 14px 14px / 34% 34% 14px 14px;

  --accent: var(--teal);
  --accent-soft: var(--teal-soft);
  --grad-accent: var(--grad-teal);

  --maxw: 1280px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: hidden; }
body {
  font-family: var(--sans); background: var(--light); color: var(--ink);
  line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Tipografia ---------- */
.display { font-family: var(--display); font-weight: 500; line-height: 0.98; letter-spacing: -0.015em; }
h1 { font-family: var(--display); font-weight: 500; line-height: 1.0; letter-spacing: -0.015em; font-size: clamp(44px, 8vw, 104px); }
h2 { font-family: var(--display); font-weight: 500; line-height: 1.03; letter-spacing: -0.012em; font-size: clamp(32px, 5.2vw, 64px); }
h3 { font-family: var(--display); font-weight: 600; line-height: 1.08; font-size: clamp(22px, 2.6vw, 32px); }
.it { font-style: italic; }
.serif { font-family: var(--display); }

.eyebrow {
  font-family: var(--sans); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.3em; font-size: 12px; color: var(--accent);
}
.eyebrow.on-dark { color: var(--blush); }
.rule { width: 54px; height: 1.5px; background: var(--grad-accent); border-radius: 2px; }
.rule.on-dark { background: var(--blush); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 64px); }
section { position: relative; }
.pad { padding-block: clamp(80px, 12vw, 150px); }

.bg-dark { background: var(--green-bg); background-color: var(--dark); color: var(--paper); }
.bg-light { background: var(--light); color: var(--ink); }
.bg-bege { background: var(--bege); color: var(--ink); }
.bg-dark h1, .bg-dark h2, .bg-dark h3 { color: var(--paper); }

/* moldura em arco */
.arch { border-radius: var(--arch); overflow: hidden; }
.archframe { position: relative; overflow: hidden; border-radius: var(--arch); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px;
  padding: 15px 28px; border-radius: var(--pill); line-height: 1; white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s, color .25s, border-color .25s;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: var(--grad-accent); color: #fff; box-shadow: 0 8px 26px -10px color-mix(in srgb, var(--accent) 80%, transparent); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -12px color-mix(in srgb, var(--accent) 85%, transparent); }
.btn-cream { background: var(--blush); color: var(--dark); }
.btn-cream:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(0,0,0,.45); }
.btn-ghost { background: transparent; color: var(--paper); border: 1px solid rgba(244,239,233,0.3); }
.btn-ghost:hover { border-color: var(--blush); color: var(--blush); transform: translateY(-2px); }
.btn-ghost-dark { background: transparent; color: var(--ink); border: 1px solid rgba(26,36,31,0.22); }
.btn-ghost-dark:hover { border-color: var(--accent); color: var(--accent); }
.btn-lg { padding: 18px 34px; font-size: 16px; }

.link-arrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14px; color: var(--accent); }
.link-arrow svg { width: 15px; height: 15px; transition: transform .25s; }
.link-arrow:hover svg { transform: translateX(4px); }
.link-arrow.on-dark { color: var(--blush); }

image-slot { --slot-bg: #DBD3C9; display: block; width: 100%; height: 100%; }
.bg-dark image-slot { --slot-bg: #313C36; }
.archframe image-slot { height: 100%; }

/* ---------- NAV ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: 84px;
  display: flex; align-items: center;
  transition: background .3s ease, height .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: color-mix(in srgb, var(--dark) 88%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); height: 72px; border-bottom-color: rgba(244,239,233,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; }
.brand-logo { height: 52px; width: auto; display: block; transition: height .3s; }
.nav.scrolled .brand-logo { height: 44px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--paper-muted); transition: color .2s; }
.nav-links a:hover { color: var(--paper); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav .btn { padding: 11px 22px; font-size: 13.5px; }
.nav-burger { display: none; color: var(--paper); }
.nav-burger svg { width: 26px; height: 26px; }
@media (max-width: 980px) { .nav-links { display: none; } .nav-cta .btn-text { display: none; } .nav-burger { display: block; } }

/* ============================================================
   HERO — editorial assimétrico com arco
   ============================================================ */
.hero { min-height: 100svh; display: flex; align-items: stretch; padding-top: 84px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; width: 100%; align-items: stretch; gap: clamp(28px, 5vw, 72px); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding-block: clamp(40px, 7vw, 90px); position: relative; }
.hero-vlabel {
  position: absolute; left: -8px; top: 50%; transform: rotate(180deg) translateY(50%);
  writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: 0.35em; font-size: 11px;
  font-weight: 600; color: var(--paper-muted);
}
.hero-eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.hero h1 { margin-bottom: 30px; max-width: 12ch; }
.hero h1 .it { color: var(--blush); }
.hero-ring { position: absolute; right: 4%; top: 14%; width: 220px; height: 220px; border: 1.5px solid rgba(233,214,201,0.22); border-radius: 50%; pointer-events: none; }
.hero-ring::after { content: ""; position: absolute; inset: 24px; border: 1.5px solid rgba(233,214,201,0.14); border-radius: 50%; }
.hero-sub { color: var(--paper-muted); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.55; max-width: 460px; margin-bottom: 38px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-media { position: relative; display: flex; align-items: flex-end; }
.hero-arch {
  position: relative; width: 100%; height: 100%; min-height: 60vh;
  border-radius: var(--arch); overflow: hidden;
  border: 1px solid rgba(233,214,201,0.25);
  box-shadow: 0 50px 90px -50px rgba(0,0,0,0.7);
}
.hero-arch image-slot { height: 100%; }
.hero-badge {
  position: absolute; left: -26px; bottom: 56px; z-index: 3;
  background: var(--light); color: var(--ink); border-radius: 14px; padding: 15px 19px;
  display: flex; align-items: center; gap: 12px; max-width: 235px;
  box-shadow: 0 26px 50px -24px rgba(0,0,0,0.6);
}
.hero-badge .hb-ic { width: 40px; height: 40px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--grad-accent); color: #fff; }
.hero-badge .hb-ic svg { width: 20px; height: 20px; }
.hero-badge .hb-tx { font-size: 12.5px; font-weight: 500; line-height: 1.3; }
.hero-badge .hb-tx b { font-weight: 700; }

/* faixa de palavras-chave (marquee) */
.marquee { background: var(--dark-soft); border-block: 1px solid var(--dark-line); overflow: hidden; }
.marquee-track { display: flex; gap: 0; width: max-content; animation: scrollx 38s linear infinite; }
.marquee-track .mq { display: inline-flex; align-items: center; gap: 38px; padding: 17px 38px 17px 0; }
.marquee .word { font-family: var(--display); font-style: italic; font-size: clamp(18px, 2vw, 26px); color: var(--paper); white-space: nowrap; }
.marquee .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blush); flex: none; }
@keyframes scrollx { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ============================================================
   Cabeçalho de seção
   ============================================================ */
.shead { max-width: 680px; }
.shead.center { margin-inline: auto; text-align: center; }
.shead .eyebrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.shead .eyebrow::before { content: ""; width: 30px; height: 1.5px; background: currentColor; opacity: .5; }
.shead.center .eyebrow::before { display: none; }
.shead h2 { margin-bottom: 18px; }
.shead p { color: var(--ink-muted); font-size: clamp(15px, 1.5vw, 18px); max-width: 56ch; }
.bg-dark .shead p { color: var(--paper-muted); }
.shead.center p { margin-inline: auto; }

.idx { font-family: var(--display); font-style: italic; font-size: 17px; color: var(--accent); }

/* ============================================================
   TRATAMENTOS — abas interativas
   ============================================================ */
.tabs { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(28px, 5vw, 64px); margin-top: 56px; align-items: stretch; }
.tabs, .tab-list, .tab-panel-wrap, .tab-btn, .tb-t, .tab-panel, .tab-panel-body, .tab-panel-media { min-width: 0; }
.tab-list { display: flex; flex-direction: column; }
.tab-btn {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px;
  text-align: left; padding: 24px 6px; border-top: 1px solid rgba(26,36,31,0.14);
  color: var(--ink); transition: color .2s, padding .25s;
}
.tab-list .tab-btn:last-child { border-bottom: 1px solid rgba(26,36,31,0.14); }
.tab-btn .tb-n { font-family: var(--display); font-style: italic; font-size: 18px; color: var(--ink-muted); transition: color .2s; }
.tab-btn .tb-t { font-family: var(--display); font-weight: 600; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.05; }
.tab-btn .tb-ar { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid rgba(26,36,31,0.2); display: grid; place-items: center; color: var(--ink-muted); opacity: 0; transform: translateX(-6px); transition: all .25s; }
.tab-btn .tb-ar svg { width: 15px; height: 15px; }
.tab-btn:hover { color: var(--accent); }
.tab-btn:hover .tb-ar { opacity: 1; transform: none; }
.tab-btn.active { padding-left: 18px; }
.tab-btn.active .tb-n, .tab-btn.active .tb-t { color: var(--accent); }
.tab-btn.active .tb-ar { opacity: 1; transform: none; border-color: var(--accent); background: var(--accent); color: #fff; }

.tab-panel-wrap { position: relative; }
.tab-panel {
  display: grid; grid-template-columns: 1fr; gap: 0; height: 100%;
  background: #fff; border: 1px solid rgba(47,139,130,0.16); border-radius: var(--r-card); overflow: hidden;
}
.tab-panel-media { position: relative; aspect-ratio: 16/10; }
.tab-panel-media .tag { position: absolute; left: 16px; top: 16px; background: color-mix(in srgb, var(--dark) 86%, transparent); color: var(--blush); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 7px 13px; border-radius: var(--pill); backdrop-filter: blur(4px); }
.tab-panel-body { padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; }
.tab-panel-body h3 { margin-bottom: 12px; }
.tab-panel-body .tp-lead { color: var(--ink); font-size: 16px; line-height: 1.55; margin-bottom: 20px; }
.tab-panel-body .tp-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.tp-list .tp-li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--ink-muted); }
.tp-list .tp-li svg { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 2px; }
.tab-panel-body .btn { align-self: flex-start; margin-top: auto; }
.tab-panel[hidden] { display: none; }
.tab-fade { animation: fadeUp .45s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ============================================================
   SOBRE — editorial alternado com arcos
   ============================================================ */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; margin-top: 20px; }
.about + .about { margin-top: clamp(48px, 7vw, 96px); }
.about.flip .about-media { order: 2; }
.about-media { position: relative; }
.about-arch { aspect-ratio: 4/5; border-radius: var(--arch); overflow: hidden; border: 1px solid rgba(233,214,201,0.2); }
.about-media .a-emblem { position: absolute; bottom: -14px; right: -10px; width: 78px; height: 78px; border-radius: 50%; background: var(--blush); display: grid; place-items: center; box-shadow: 0 18px 40px -18px rgba(0,0,0,.5); }
.about-media .a-emblem svg { width: 34px; height: 34px; color: var(--dark); }
.about-body .role { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--blush); font-weight: 600; margin-bottom: 16px; }
.about-body h3 { color: var(--paper); font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 18px; }
.about-body p { color: var(--paper-muted); font-size: 15.5px; margin-bottom: 18px; max-width: 46ch; }
.about-creds { display: flex; flex-direction: column; gap: 11px; }
.about-creds .cr { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: var(--paper); }
.about-creds .cr svg { width: 17px; height: 17px; color: var(--blush); flex: none; margin-top: 2px; }
.seal-line { margin-top: clamp(44px, 6vw, 80px); text-align: center; }
.seal-line p { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(22px, 3.4vw, 40px); color: var(--paper); line-height: 1.2; max-width: 18ch; margin-inline: auto; }
.seal-line .sl-tag { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; font-family: var(--sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blush); font-weight: 600; }
.seal-line .sl-tag svg { width: 17px; height: 17px; }

/* ============================================================
   COMO FUNCIONA — passos editoriais
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; }
.stepc { padding: 30px 26px 30px 0; border-top: 2px solid var(--ink); position: relative; }
.stepc + .stepc { padding-left: 26px; }
.stepc .sc-n { font-family: var(--display); font-weight: 500; font-size: clamp(48px, 6vw, 84px); line-height: 1; color: var(--accent); margin-bottom: 18px; }
.stepc h3 { font-size: 22px; margin-bottom: 10px; }
.stepc p { color: var(--ink-muted); font-size: 14.5px; }
.stepc.terra .sc-n { color: var(--terra); }

.bigquote { margin-top: clamp(56px, 8vw, 110px); text-align: center; max-width: 980px; margin-inline: auto; }
.bigquote p { font-family: var(--display); font-weight: 500; font-size: clamp(28px, 5vw, 60px); line-height: 1.12; letter-spacing: -0.01em; }
.bigquote p .it { color: var(--accent); }
.bigquote .bq-by { margin-top: 26px; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-muted); font-weight: 600; }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.rev-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 50px; }
.grate { display: inline-flex; align-items: center; gap: 14px; }
.grate .g-score { font-family: var(--display); font-weight: 600; font-size: 46px; line-height: 1; color: var(--paper); }
.gstars { display: flex; gap: 2px; color: #E8B04B; } .gstars svg { width: 16px; height: 16px; }
.grate .g-meta { font-size: 12px; color: var(--paper-muted); line-height: 1.35; }
.rev-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 22px; }
.rev-feature, .rev-card { background: color-mix(in srgb, var(--dark-soft) 75%, transparent); border: 1px solid var(--dark-line); border-radius: var(--r-card); padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; }
.rev-feature { justify-content: space-between; }
.rev-feature .rf-q { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.28; color: var(--paper); margin-bottom: 26px; }
.rev-col { display: flex; flex-direction: column; gap: 22px; }
.rev-card .rc-q { font-size: 15px; color: var(--paper); line-height: 1.55; margin-bottom: 18px; }
.rstars { display: flex; gap: 2px; color: #E8B04B; margin-bottom: 14px; } .rstars svg { width: 14px; height: 14px; }
.rev-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.rev-av { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex: none; }
.rev-name { font-weight: 600; font-size: 14px; color: var(--paper); }
.rev-tag { font-size: 12px; color: var(--blush); font-weight: 500; }
.rev-note { margin-top: 16px; font-size: 12.5px; color: var(--paper-muted); }

/* ============================================================
   LOCALIZAÇÃO
   ============================================================ */
.loc { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.loc-list { display: flex; flex-direction: column; gap: 22px; margin: 30px 0 32px; }
.loc-it { display: flex; gap: 16px; align-items: flex-start; }
.loc-it .li-ic { width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center; background: color-mix(in srgb, var(--teal) 12%, transparent); color: var(--accent); }
.loc-it .li-ic svg { width: 20px; height: 20px; }
.loc-it .li-l { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-muted); font-weight: 600; margin-bottom: 4px; }
.loc-it .li-v { font-size: 15.5px; color: var(--ink); font-weight: 500; line-height: 1.42; }
.loc-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.loc-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; padding: 9px 16px; border-radius: var(--pill); background: #fff; border: 1px solid rgba(47,139,130,0.2); }
.loc-tag svg { width: 15px; height: 15px; color: var(--accent); }
.loc-media { position: relative; }
.loc-map { aspect-ratio: 5/4; border-radius: var(--arch); overflow: hidden; border: 1px solid rgba(47,139,130,0.18); position: relative; }
.loc-map .map-pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-100%); z-index: 2; }
.loc-map .map-pin .pin-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--teal); border: 3px solid #fff; box-shadow: 0 6px 16px -4px rgba(0,0,0,.5); }
.loc-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.loc-photos .lp { aspect-ratio: 3/2; border-radius: 12px; overflow: hidden; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(30px, 6vw, 76px); align-items: start; }
.faq-list { display: flex; flex-direction: column; border-top: 1px solid rgba(26,36,31,0.16); }
.faq-i { border-bottom: 1px solid rgba(26,36,31,0.16); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; padding: 26px 4px; font-family: var(--display); font-weight: 600; font-size: clamp(19px, 2.2vw, 25px); color: var(--ink); transition: color .2s; }
.faq-q:hover { color: var(--accent); }
.faq-ic { width: 32px; height: 32px; flex: none; border-radius: 50%; border: 1.5px solid rgba(47,139,130,0.4); display: grid; place-items: center; color: var(--accent); transition: transform .3s, background .3s, color .3s; }
.faq-ic svg { width: 16px; height: 16px; }
.faq-i.open .faq-ic { background: var(--accent); color: #fff; transform: rotate(45deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.faq-a-in { padding: 0 4px 26px; color: var(--ink-muted); font-size: 15.5px; line-height: 1.62; max-width: 92%; }

/* ============================================================
   CTA FINAL + RODAPÉ
   ============================================================ */
.fcta { position: relative; overflow: hidden; }
.fcta-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(34px, 6vw, 76px); align-items: center; position: relative; z-index: 1; }
.fcta h2 { color: var(--paper); margin: 18px 0; font-size: clamp(38px, 6vw, 78px); }
.fcta p { color: var(--paper-muted); font-size: clamp(16px, 1.6vw, 20px); max-width: 440px; margin-bottom: 32px; }
.fcta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.fcta-center { max-width: 780px; margin-inline: auto; text-align: center; }
.fcta-center .eyebrow { display: inline-flex; }
.fcta-center p { margin-inline: auto; max-width: 540px; }
.fcta-center .fcta-actions { justify-content: center; }
.lform { background: color-mix(in srgb, var(--dark-soft) 82%, transparent); border: 1px solid var(--dark-line); border-radius: 20px; padding: clamp(26px, 4vw, 40px); }
.lform .lf-t { font-family: var(--display); font-size: 26px; font-weight: 600; color: var(--paper); margin-bottom: 6px; }
.lform .lf-s { color: var(--paper-muted); font-size: 13.5px; margin-bottom: 24px; }
.fld { margin-bottom: 16px; }
.fld label { display: block; font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--paper-muted); margin-bottom: 8px; }
.fld input, .fld select { width: 100%; font-family: var(--sans); font-size: 15px; color: var(--paper); background: color-mix(in srgb, var(--dark) 70%, black 6%); border: 1px solid var(--dark-line); border-radius: 10px; padding: 13px 15px; transition: border-color .2s; }
.fld input::placeholder { color: #7E8A82; }
.fld input:focus, .fld select:focus { outline: none; border-color: var(--blush); }
.lform .btn { width: 100%; justify-content: center; margin-top: 8px; }
.lform .lf-fine { font-size: 11.5px; color: var(--paper-muted); text-align: center; margin-top: 14px; line-height: 1.4; }

.footer { background: var(--green-bg); background-color: var(--dark); color: var(--paper); border-top: 1px solid var(--dark-line); padding-block: clamp(50px, 7vw, 76px) 30px; }
.foot-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--dark-line); }
.footer .brand-logo { height: 84px; }
.foot-about p { color: var(--paper-muted); font-size: 14px; line-height: 1.6; margin-top: 20px; max-width: 320px; }
.foot-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--paper-muted); margin-bottom: 18px; font-weight: 600; }
.foot-col a, .foot-col p { display: block; font-size: 14px; color: var(--paper); margin-bottom: 11px; transition: color .2s; }
.foot-col a:hover { color: var(--blush); }
.foot-bot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: 12.5px; color: var(--paper-muted); }
.foot-bot .socials { display: flex; gap: 12px; }
.foot-bot .socials a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--dark-line); display: grid; place-items: center; color: var(--paper); transition: all .2s; }
.foot-bot .socials a:hover { background: var(--blush); border-color: var(--blush); color: var(--dark); }
.foot-bot .socials svg { width: 17px; height: 17px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   Responsivo
   ============================================================ */
@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-vlabel { display: none; }
  .hero-media { min-height: 70vh; }
  .hero-arch { min-height: 70vh; }
  .tabs { grid-template-columns: 1fr; }
  .about, .about.flip .about-media { grid-template-columns: 1fr; }
  .about.flip .about-media { order: 0; }
  .about-arch { max-width: 420px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .loc { grid-template-columns: 1fr; }
  .faq-wrap { grid-template-columns: 1fr; }
  .fcta-grid { grid-template-columns: 1fr; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .foot-about { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .stepc + .stepc { padding-left: 0; }
  .foot-top { grid-template-columns: 1fr; }
}

/* ============================================================
   VERSÃO 4 — elegante / marca d'água
   ============================================================ */
.ph-cover { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }

/* cabeçalho com emblema */
.shead.emblem .em-mark { width: 48px; height: 48px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent); display: grid; place-items: center; color: var(--accent); margin-bottom: 18px; }
.shead.emblem.center .em-mark { margin-inline: auto; }
.shead.emblem .em-mark.on-dark { color: var(--blush); border-color: rgba(233,214,201,0.4); }
.shead.emblem .em-mark svg { width: 22px; height: 22px; }
.shead.emblem .eyebrow { display: inline-block; margin-bottom: 14px; }
.shead.emblem .eyebrow::before { display: none; }

/* marca d'água do logo */
.hero4-wm { position: absolute; top: 6%; left: 50%; transform: translateX(-50%); width: min(125vw, 1150px); height: 78%; background: url(logo-onna.png) no-repeat center/contain; opacity: .07; pointer-events: none; z-index: 0; }
.hero4-wm.soft { opacity: .05; top: 50%; transform: translate(-50%, -50%); height: 120%; }

/* HERO 4 centrado */
.hero4 { position: relative; overflow: hidden; text-align: center; padding-top: clamp(128px, 16vh, 182px); padding-bottom: clamp(52px, 7vw, 94px); }
.hero4-inner { position: relative; z-index: 1; }
.hero4 .eyebrow { display: inline-block; margin-bottom: 22px; }
.hero4 h1 { font-size: clamp(44px, 8vw, 98px); max-width: 17ch; margin: 0 auto 26px; }
.hero4 h1 .it { color: var(--blush); }
.hero-sub.center { margin: 0 auto 34px; text-align: center; }
.hero-actions.center { justify-content: center; }
.hero4-band { margin-top: clamp(48px, 6vw, 80px); position: relative; }
.arch-band { max-width: 1040px; margin-inline: auto; aspect-ratio: 16/8; border-radius: var(--arch); overflow: hidden; border: 1px solid rgba(233,214,201,0.22); box-shadow: 0 50px 90px -50px rgba(0,0,0,.7); }
.arch-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.hero4-chip { display: inline-flex; align-items: center; gap: 11px; position: absolute; left: 50%; bottom: -22px; transform: translateX(-50%); background: var(--light); color: var(--ink); padding: 12px 22px; border-radius: var(--pill); box-shadow: 0 20px 44px -20px rgba(0,0,0,.5); font-size: 13.5px; font-weight: 500; white-space: nowrap; }
.hero4-chip .hb-ic { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-accent); color: #fff; flex: none; }
.hero4-chip .hb-ic svg { width: 16px; height: 16px; }

/* TRATAMENTOS — carrossel */
.caro { position: relative; margin-top: 50px; }
.caro-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 360px); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding-bottom: 6px; scrollbar-width: none; }
.caro-track::-webkit-scrollbar { display: none; }
.caro-card { scroll-snap-align: start; background: #fff; border: 1px solid rgba(47,139,130,.16); border-radius: var(--r-card); overflow: hidden; display: flex; flex-direction: column; }
.caro-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.caro-media .ph-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.caro-n { position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--display); font-style: italic; font-size: 16px; color: #fff; background: color-mix(in srgb, var(--dark) 82%, transparent); width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; }
.caro-body { padding: 24px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.caro-body h3 { margin-bottom: 12px; font-size: 23px; }
.caro-body p { color: var(--ink-muted); font-size: 14.5px; margin-bottom: 20px; flex: 1; }
.caro-body .link-arrow { margin-top: auto; }
.caro-ctrl { display: flex; align-items: center; gap: 16px; justify-content: center; margin-top: 24px; }
.caro-dots { display: flex; align-items: center; gap: 9px; }
.caro-dot { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; background: rgba(47,139,130,0.28); transition: width .3s, background .3s, border-radius .3s; cursor: pointer; }
.caro-dot.active { width: 30px; border-radius: 6px; background: var(--accent); }
.caro-ctrl button { width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(47,139,130,.3); display: grid; place-items: center; color: var(--accent); transition: .2s; }
.caro-ctrl button:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-2px); }
.caro-ctrl button svg { width: 18px; height: 18px; }

/* DEPOIMENTOS — slider rotativo */
.dslider { max-width: 860px; margin: 50px auto 0; text-align: center; }
.dslide { display: none; }
.dslide.active { display: block; animation: fadeUp .5s ease; }
.dslide .rstars { justify-content: center; margin-bottom: 20px; }
.dq { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(22px, 3.2vw, 38px); line-height: 1.28; color: var(--paper); margin-bottom: 24px; }
.dwho { display: flex; flex-direction: column; gap: 3px; }
.dwho-n { font-weight: 600; font-size: 14px; color: var(--paper); }
.dwho-t { font-size: 13px; color: var(--blush); }
.ddots { display: flex; gap: 9px; justify-content: center; margin-top: 32px; }
.ddots button { width: 9px; height: 9px; border-radius: 50%; background: var(--dark-line); border: none; cursor: pointer; transition: .25s; padding: 0; }
.ddots button.active { background: var(--blush); width: 26px; border-radius: 5px; }

@media (max-width: 980px) { .arch-band { aspect-ratio: 16/10; } }
@media (max-width: 560px) { .caro-track { grid-auto-columns: 82%; } .hero4-chip { white-space: normal; max-width: 280px; text-align: left; } }


/* ---- fotos reais + mapa (todas as versões) ---- */
.ph-cover { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.map-frame { width: 100%; height: 100%; border: 0; display: block; }
.map-pin, .map-tag { pointer-events: none; }

/* contato com foto recortada */
.fcta-photogrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 60px); align-items: end; position: relative; z-index: 1; }
.fcta-copy { padding-bottom: clamp(30px, 5vw, 72px); }
.fcta-copy .fcta-actions { justify-content: flex-start; }
.fcta-pic { position: relative; align-self: end; }
.fcta-pic img { width: 100%; max-width: 520px; margin-inline: auto; display: block; filter: drop-shadow(0 26px 46px rgba(0,0,0,.32)); position: relative; z-index: 1; }
.fcta-pic::before { content:""; position:absolute; left:50%; bottom:4%; transform:translateX(-50%); width:64%; height:40px; background: radial-gradient(closest-side, rgba(0,0,0,.4), transparent); filter: blur(10px); z-index:1; }
.fcta-pic::after { content:""; position:absolute; left:50%; top:6%; transform:translateX(-50%); width:92%; height:88%; background: radial-gradient(52% 48% at 50% 36%, color-mix(in srgb, var(--paper) 10%, transparent) 0%, transparent 72%); filter: blur(26px); z-index:0; pointer-events:none; }
.fcta.bg-dark.has-photo { padding-top: clamp(64px, 9vw, 110px); }
@media (max-width: 900px) { .fcta-photogrid { grid-template-columns: 1fr; } .fcta-copy { padding-bottom: 8px; } .fcta-pic img { max-width: 360px; } }


/* ============================================================
   REVISÃO 06/06 — marca d'água do logo, carrossel das
   fisioterapeutas e botões de contato interativos
   ============================================================ */

/* Marca d'água do logo na seção "Quem cuida de você" */
#sobre { position: relative; overflow: hidden; }
.sobre-wm { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.sobre-wm::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: min(118%, 1080px); aspect-ratio: 798 / 684; transform: translate(-50%, -50%);
  background: url(logo-onna.png) no-repeat center / contain; opacity: .055;
}
#sobre > .wrap { position: relative; z-index: 1; }

/* Carrossel das fisioterapeutas */
.ppl-caro { margin-top: clamp(40px, 6vw, 60px); position: relative; z-index: 1; }
.ppl-viewport { overflow: hidden; }
.ppl-track { display: flex; transition: transform .6s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
.ppl-track.dragging { transition: none; cursor: grabbing; }
.ppl-slide { flex: 0 0 100%; min-width: 0; padding: 6px clamp(2px, 1.4vw, 22px); }
.ppl-card { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(28px, 5vw, 60px); align-items: center; max-width: 960px; margin-inline: auto; }
.ppl-photo { position: relative; aspect-ratio: 4 / 5; border-radius: var(--arch, 16px); overflow: hidden; border: 1px solid rgba(233, 214, 201, 0.22); box-shadow: 0 34px 64px -38px rgba(0, 0, 0, .6); }
.ppl-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.ppl-photo .a-emblem { position: absolute; bottom: -14px; right: -10px; width: 74px; height: 74px; border-radius: 50%; background: var(--blush); display: grid; place-items: center; box-shadow: 0 18px 40px -18px rgba(0,0,0,.5); z-index: 2; }
.ppl-photo .a-emblem svg { width: 32px; height: 32px; color: var(--dark); }
.ppl-body .role { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--blush); font-weight: 600; margin-bottom: 16px; }
.ppl-body h3 { color: var(--paper); font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 18px; line-height: 1.08; }
.ppl-body > p { color: var(--paper-muted); font-size: 15.5px; line-height: 1.6; margin-bottom: 20px; max-width: 46ch; }
.ppl-creds { display: flex; flex-direction: column; gap: 11px; }
.ppl-creds .cr { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: var(--paper); }
.ppl-creds .cr svg { width: 17px; height: 17px; color: var(--blush); flex: none; margin-top: 2px; }
.ppl-ctrl { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: clamp(28px, 4vw, 40px); position: relative; z-index: 1; }
.ppl-arrow { width: 50px; height: 50px; flex: none; border-radius: 50%; border: 1px solid rgba(233, 214, 201, 0.38); display: grid; place-items: center; color: var(--blush); background: transparent; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.ppl-arrow:hover { background: var(--blush); color: var(--dark); border-color: var(--blush); transform: translateY(-2px); }
.ppl-arrow svg { width: 18px; height: 18px; }
.ppl-arrow.prev svg { transform: rotate(180deg); }
.ppl-dots { display: flex; align-items: center; gap: 9px; }
.ppl-dot { width: 9px; height: 9px; padding: 0; border-radius: 50%; background: rgba(233, 214, 201, 0.32); transition: width .3s, background .3s, border-radius .3s; cursor: pointer; }
.ppl-dot.active { width: 30px; border-radius: 6px; background: var(--blush); }
@media (max-width: 760px) {
  .ppl-card { grid-template-columns: 1fr; max-width: 430px; gap: 26px; }
  .ppl-photo { max-width: 430px; margin-inline: auto; width: 100%; }
}

/* Botões de contato interativos (WhatsApp / Ligação) */
.btn-contact { position: relative; overflow: hidden; }
.btn-contact svg { transition: transform .3s ease; }
.btn-wapp:hover svg { animation: waWiggle .6s ease; }
.btn-call:hover svg { animation: phRing .7s ease; }
@keyframes waWiggle { 0%,100% { transform: rotate(0); } 25% { transform: rotate(-13deg); } 75% { transform: rotate(13deg); } }
@keyframes phRing { 0%,100% { transform: rotate(0); } 15% { transform: rotate(-18deg); } 32% { transform: rotate(15deg); } 50% { transform: rotate(-9deg); } 66% { transform: rotate(5deg); } }
.btn-wapp::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 55%, transparent); animation: waPulse 2.6s ease-out infinite;
}
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 52%, transparent); } 70% { box-shadow: 0 0 0 18px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.ink-ripple { position: absolute; border-radius: 50%; transform: translate(-50%, -50%) scale(0); background: rgba(255, 255, 255, 0.42); pointer-events: none; animation: inkRipple .6s ease-out forwards; }
@keyframes inkRipple { to { transform: translate(-50%, -50%) scale(1); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .btn-wapp::after { animation: none; } .ppl-track { transition: none; } }
