/* ============================================================
   Dr. Luis C. B. Pontes Jr. KlugNeuro (v4)
   Estrutura da referencia Behance 243398893 mantida.
   Paleta nova (pedido do doutor, 13/09): fundo branco e azuis
   modernos da marca KlugNeuro. Saiu o bege e o verde escuro.
   ============================================================ */

:root {
  --navy: #16376B;
  --navy-rgb: 22 55 107;
  --navy-soft: #244B86;
  --navy-soft-rgb: 36 75 134;
  --steel: #41607F;
  --steel-rgb: 65 96 127;
  --accent: #0E86B0;
  --accent-rgb: 14 134 176;
  --accent-deep: #0A6A8D;
  --accent-deep-rgb: 10 106 141;
  --surface: #FFFFFF;
  --surface-rgb: 255 255 255;
  --surface-deep: #F1F6FA;
  --surface-deep-rgb: 241 246 250;
  --ink: #1F2933;
  --ink-rgb: 31 41 51;
  --muted: #5B6672;
  --muted-rgb: 91 102 114;
  --white: #FFFFFF;
  --white-rgb: 255 255 255;
  --line: rgba(22, 55, 107, 0.14);
  --display: 'Cormorant Garamond', Georgia, serif;
  --body: 'Nunito Sans', 'Segoe UI', Arial, sans-serif;
  --elev-1: 0 12px 28px -20px rgba(22, 55, 107, 0.3);
  --elev-2: 0 35px 70px -40px rgba(22, 55, 107, 0.45);
  --measure: 62ch;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--surface);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; }

.wrap { width: min(1140px, 92vw); margin-inline: auto; }

/* ---------- nav pill flutuante (como a referência) ---------- */

.topbar { position: sticky; top: 0.9rem; z-index: 50; }

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: rgba(var(--navy-rgb) / 0.96);
  border-radius: 14px;
  padding: 0.75rem 1.4rem;
  box-shadow: var(--elev-1);
}

.brand {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--surface);
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.05;
}

.brand small {
  display: block;
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7CC9E8;
  margin-top: 0.2rem;
}

.nav { display: flex; align-items: center; gap: 1.7rem; }

.nav .nav-links { display: flex; gap: 1.7rem; }

.nav a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(var(--surface-rgb) / 0.85);
}

.nav a:hover { color: #7CC9E8; }

/* ---------- botões ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--body);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.btn:active { transform: scale(0.98); }

.btn-fill { background: var(--accent); color: var(--white); border: 1px solid var(--accent); }
.btn-fill:hover { background: var(--accent-deep); border-color: var(--accent-deep); }

.btn-outline { background: transparent; color: var(--navy); border: 1px solid rgba(var(--navy-rgb) / 0.5); }
.btn-outline:hover { border-color: var(--accent-deep); color: var(--accent-deep); }

.btn-cream { background: var(--surface); color: var(--navy); border: 1px solid var(--surface); }
.btn-cream:hover { background: var(--white); }

/* especificidade: botão dentro da nav */
.nav a.btn-fill, .nav a.btn-fill:hover { color: var(--white); }

.topbar .btn { padding: 0.6rem 1.2rem; font-size: 0.72rem; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  background:
    radial-gradient(800px 500px at 90% 0%, rgba(var(--accent-rgb) / 0.10), transparent 60%),
    linear-gradient(178deg, #FFFFFF, var(--surface) 60%, var(--surface-deep));
  overflow: hidden;
  margin-top: -4.2rem;
  padding-top: 4.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5.6fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: 4.5rem 0 5rem;
}

.hero-name {
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--accent-deep);
  line-height: 1.1;
}

.hero-crm {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0.35rem 0 1.6rem;
}

.hero h1 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.5rem, 4.8vw, 3.7rem);
  line-height: 1.12;
  color: var(--navy);
  margin-bottom: 1.3rem;
  max-width: 15em;
}

.hero h1 em { font-style: italic; color: var(--accent-deep); }

.hero-sub { font-size: 1.02rem; max-width: 30em; margin-bottom: 2rem; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.95rem; align-items: center; margin-bottom: 1.6rem; }

.hero-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.hero-tags span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--navy);
  background: rgba(var(--white-rgb) / 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
}

/* retrato com barras verticais atrás (composição da referência) */

.hero-visual { position: relative; align-self: stretch; min-height: 560px; }

.hero-visual .bars {
  position: absolute;
  inset: 0 0 0 auto;
  width: 88%;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.hero-visual .bars i { border-radius: 0 0 10px 10px; }
.hero-visual .bars i:nth-child(1) { width: 18%; height: 62%; background: var(--accent); opacity: 0.85; }
.hero-visual .bars i:nth-child(2) { width: 30%; height: 88%; background: var(--navy); }
.hero-visual .bars i:nth-child(3) { width: 22%; height: 74%; background: var(--steel); opacity: 0.8; }

.portrait {
  position: absolute;
  inset: auto 6% 0 auto;
  width: min(94%, 470px);
  aspect-ratio: 3 / 4;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  background: linear-gradient(170deg, #DDE6EE 0%, #C7D4E0 100%);
  box-shadow: var(--elev-2);
}

.portrait svg.art { position: absolute; inset: 0; width: 100%; height: 100%; }

.portrait img, .about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.portrait .photo-note {
  position: absolute;
  inset: 46% 0 auto 0;
  text-align: center;
  color: rgba(var(--navy-rgb) / 0.5);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 2rem;
}

.name-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(var(--navy-rgb) / 0.92);
  border-radius: 10px;
  padding: 0.7rem 1.1rem;
  color: var(--white);
}

.name-badge .nb-name { font-family: var(--display); font-weight: 600; font-size: 1.05rem; line-height: 1.2; }

.name-badge .nb-role {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(var(--white-rgb) / 0.75);
  margin-top: 0.2rem;
}

/* ---------- fita marquee ---------- */

.marquee {
  background: var(--navy);
  color: rgba(var(--surface-rgb) / 0.9);
  overflow: hidden;
  padding: 0.8rem 0;
  border-block: 1px solid rgba(var(--surface-rgb) / 0.12);
}

.marquee-track {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  width: max-content;
  animation: marquee 30s linear infinite;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.marquee-track b { color: #7CC9E8; font-weight: 700; }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- seção dor (slate escuro, duotone) ---------- */

.pain {
  background:
    radial-gradient(700px 420px at 10% 15%, rgba(var(--accent-rgb) / 0.12), transparent 60%),
    linear-gradient(170deg, var(--steel), #2F5580 70%, var(--navy-soft));
  color: rgba(var(--white-rgb) / 0.92);
  padding: 5.5rem 0;
}

.pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

.pain-strips { display: flex; gap: 12px; align-items: stretch; min-height: 420px; }

.pain-strips .strip {
  flex: 1;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.4rem;
  background: linear-gradient(175deg, rgba(var(--navy-rgb) / 0.55), rgba(var(--navy-rgb) / 0.9)), var(--strip-bg, #2B4A73);
  box-shadow: inset 0 0 0 1px rgba(var(--surface-rgb) / 0.14);
}

.pain-strips .strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pain-strips .strip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(175deg, rgba(var(--navy-rgb) / 0.35), rgba(var(--navy-rgb) / 0.8));
}

.pain-strips .strip span {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.35rem;
  color: rgba(var(--surface-rgb) / 0.9);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.04em;
}

.pain-strips .strip:nth-child(2) { margin-top: 2rem; }
.pain-strips .strip:nth-child(3) { margin-top: 0.8rem; }
.pain-strips .strip:nth-child(4) { margin-top: 2.6rem; }

.pain h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.18;
  color: var(--white);
  margin-bottom: 1.2rem;
}

.pain p { max-width: 34em; margin-bottom: 1rem; font-size: 0.98rem; }

.pain strong { color: #9BD9F0; }

.pain-check { list-style: none; margin: 1.6rem 0 2rem; display: grid; gap: 0.75rem; }

.pain-check li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.95rem; line-height: 1.5; }

.pain-check .check {
  flex: none;
  width: 19px;
  height: 19px;
  margin-top: 3px;
  border-radius: 50%;
  border: 1.5px solid #7CC9E8;
  color: #7CC9E8;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pain-close {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 1.8rem;
}

/* ---------- painel creme "cuidar" ---------- */

.care { padding: 5.5rem 0; }

.care-panel {
  background: var(--white);
  border-radius: 26px;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  box-shadow: var(--elev-1);
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.care h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.18;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.care .care-sub {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--accent-deep);
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.care p { max-width: 34em; margin-bottom: 0.9rem; font-size: 0.98rem; }

.collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 185px);
  gap: 16px;
}

.collage .ph {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(var(--navy-rgb) / 0.55);
  background: linear-gradient(165deg, var(--surface-deep), #DDE7F0);
}

.collage .ph.tall { grid-row: span 2; }

.collage .ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }

.collage .ph.accent-ph { background: linear-gradient(165deg, #DCE8F2, #C3D6E6); }

/* ---------- índice de sintomas ---------- */

.section { padding: 5.5rem 0; }

.section-head { max-width: 48em; margin-bottom: 3rem; }

.section-head.centered { margin-inline: auto; text-align: center; }

.eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 1.2rem;
}

.section-head h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  line-height: 1.1;
  color: var(--navy);
  margin-bottom: 0.9rem;
}

.section-head p { max-width: var(--measure); }

.section-head.centered p { margin-inline: auto; }

.symptom-index {
  list-style: none;
  columns: 2;
  column-gap: clamp(2.5rem, 6vw, 6rem);
  border-top: 1px solid var(--line);
}

.symptom-index li { break-inside: avoid; border-bottom: 1px solid var(--line); }

.symptom-index a {
  display: block;
  padding: 1.2rem 0.25rem;
  text-decoration: none;
  transition: padding-left 0.25s ease;
}

.symptom-index .sym-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--navy);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.symptom-index .sym-title::after {
  content: '→';
  font-family: var(--body);
  font-size: 1rem;
  color: var(--accent-deep);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.symptom-index .sym-note { font-size: 0.88rem; color: var(--muted); margin-top: 0.2rem; }

.symptom-index a:hover { padding-left: 0.9rem; }
.symptom-index a:hover .sym-title { color: var(--accent-deep); }
.symptom-index a:hover .sym-title::after { opacity: 1; transform: translateX(0); }

/* ---------- como é a consulta (teal, passos numerados) ---------- */

.consult {
  background:
    radial-gradient(700px 450px at 88% 90%, rgba(var(--accent-rgb) / 0.14), transparent 60%),
    linear-gradient(170deg, var(--navy), #0D2444);
  color: rgba(var(--surface-rgb) / 0.92);
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}

.consult .watermark {
  position: absolute;
  right: -1rem;
  bottom: -2.5rem;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(6rem, 16vw, 13rem);
  color: rgba(var(--surface-rgb) / 0.05);
  pointer-events: none;
  line-height: 1;
}

.consult-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  position: relative;
}

.consult h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 0.6rem;
}

.consult .consult-sub { font-size: 0.98rem; margin-bottom: 2rem; max-width: 30em; }

.steps { list-style: none; display: grid; gap: 1.1rem; }

.steps li { display: flex; gap: 1rem; align-items: flex-start; }

.steps .num {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(var(--surface-rgb) / 0.08);
  border: 1px solid rgba(var(--surface-rgb) / 0.25);
  color: #9BD9F0;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps .step-body strong { display: block; color: var(--white); font-size: 0.98rem; }

.steps .step-body span { font-size: 0.9rem; color: rgba(var(--surface-rgb) / 0.75); }

.consult-photo {
  border: 1px solid rgba(var(--surface-rgb) / 0.3);
  border-radius: 18px;
  padding: 12px;
}

.consult-photo .inner {
  aspect-ratio: 4 / 5;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(170deg, #1D3A63, #16333A);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(var(--surface-rgb) / 0.45);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 2rem;
}

.consult-photo .inner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- depois da consulta / diferenciais ---------- */

.after { background: var(--surface-deep); padding: 5.5rem 0; }

.cards-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.mini-card {
  background: var(--white);
  border-radius: 14px;
  padding: 1.7rem 1.6rem;
  box-shadow: var(--elev-1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mini-card:hover { transform: translateY(-4px); box-shadow: var(--elev-2); }

.mini-card.dark { background: var(--navy); color: rgba(var(--surface-rgb) / 0.9); }

.mini-card h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.mini-card.dark h3 { color: var(--white); }

.mini-card p { font-size: 0.92rem; }

/* ---------- sobre ---------- */

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.about-photo {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(170deg, #DDE6EE, #C7D4E0);
  box-shadow: var(--elev-2);
  margin-inline: auto;
}

.about-photo svg.art { position: absolute; inset: 0; width: 100%; height: 100%; }

.about-photo .photo-note {
  position: absolute;
  inset: 46% 0 auto 0;
  text-align: center;
  color: rgba(var(--navy-rgb) / 0.5);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 2rem;
}

.about-copy h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  color: var(--navy);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.about-copy p { max-width: var(--measure); margin-bottom: 1rem; }

.about-quote {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--accent-deep);
  border-left: 2px solid var(--accent);
  padding-left: 1.4rem;
  margin: 1.6rem 0;
  max-width: 27em;
}

.credentials {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.55rem;
  font-size: 0.94rem;
  list-style: none;
}

.credentials li { padding-left: 1.4rem; position: relative; }

.credentials li::before { content: '·'; position: absolute; left: 0; color: var(--accent-deep); font-weight: 700; }

/* ---------- conteúdo educativo ---------- */

.content-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.6rem;
}

.content-card {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--elev-1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.content-card:hover { transform: translateY(-4px); box-shadow: var(--elev-2); }

.content-thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(155deg, var(--navy-soft), var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-thumb .play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(var(--surface-rgb) / 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--surface);
  font-size: 0.85rem;
  padding-left: 3px;
}

.content-body { padding: 1.2rem 1.35rem 1.5rem; }

.content-body .tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.content-body h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.32rem;
  color: var(--navy);
  margin-top: 0.45rem;
  line-height: 1.25;
}

/* ---------- contato ---------- */

.contact {
  background:
    radial-gradient(800px 480px at 12% 20%, rgba(var(--accent-rgb) / 0.12), transparent 60%),
    linear-gradient(178deg, var(--surface-deep), var(--surface));
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.contact-copy h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.1rem, 3.8vw, 2.9rem);
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.contact-copy p { max-width: 32em; margin-bottom: 2rem; }

.contact-details {
  display: grid;
  gap: 1.3rem;
  font-size: 0.95rem;
  background: var(--white);
  border-radius: 14px;
  border-top: 3px solid var(--accent);
  padding: 2rem 2.1rem;
  box-shadow: var(--elev-1);
}

.contact-details a { color: var(--accent-deep); font-weight: 700; }

.contact-details strong {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.25rem;
}

/* ---------- rodapé ---------- */

.footer { background: #0D2444; color: rgba(var(--surface-rgb) / 0.6); padding: 3rem 0 2.5rem; font-size: 0.85rem; }

.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; align-items: baseline; }

.footer .brand { color: var(--surface); }

.footer .disclaimer {
  width: 100%;
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(var(--surface-rgb) / 0.14);
  font-size: 0.78rem;
  line-height: 1.65;
  max-width: 72ch;
}

/* ---------- página de condição ---------- */

.cond-hero {
  padding: 3.5rem 0 3rem;
  background: linear-gradient(178deg, #FFFFFF, var(--surface));
  border-bottom: 1px solid var(--line);
}

.breadcrumb { font-size: 0.8rem; letter-spacing: 0.04em; margin-bottom: 1.6rem; color: var(--muted); }

.breadcrumb a { color: var(--accent-deep); text-decoration: none; }

.cond-hero h1 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.08;
  color: var(--navy);
  margin-bottom: 1rem;
  max-width: 16em;
}

.cond-hero .hero-lede {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.5;
  color: var(--ink);
  max-width: 34em;
}

.cond-body { padding: 3.8rem 0 5rem; }

.cond-layout {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}

.prose h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.15;
  color: var(--navy);
  margin: 2.6rem 0 0.9rem;
}

.prose h2:first-child { margin-top: 0; }

.prose p, .prose ul { max-width: var(--measure); margin-bottom: 1.05rem; }

.prose ul { padding-left: 1.2rem; }

.prose li { margin-bottom: 0.4rem; }

.aside-card {
  position: sticky;
  top: 6.5rem;
  background: var(--white);
  border-radius: 14px;
  border-top: 3px solid var(--accent);
  padding: 1.9rem 1.8rem;
  box-shadow: var(--elev-1);
}

.aside-card h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.55rem;
  color: var(--navy);
  margin-bottom: 0.7rem;
  line-height: 1.2;
}

.aside-card p { font-size: 0.92rem; margin-bottom: 1.4rem; }

.aside-card .btn { width: 100%; }

.aside-alt { font-size: 0.85rem; text-align: center; margin: 0.9rem 0 0; color: var(--muted); }

.aside-alt a { color: var(--accent-deep); font-weight: 700; }

/* ---------- animação (gate .js) ---------- */

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.75s ease, transform 0.75s ease; }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
}

/* ---------- foco visível ---------- */

a:focus-visible, .btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

/* ---------- responsivo ---------- */

@media (max-width: 900px) {
  .topbar { top: 0.5rem; }
  .hero-grid, .pain-grid, .care-panel, .consult-grid, .about-grid, .contact-grid, .cond-layout { grid-template-columns: 1fr; }
  .hero-grid { padding: 3rem 0 3.5rem; }
  .hero-visual { min-height: 440px; order: -1; }
  .pain-strips { min-height: 330px; }
  .collage { grid-template-rows: repeat(3, 150px); }
  .symptom-index { columns: 1; }
  .aside-card { position: static; }
  .nav .nav-links { display: none; }
  .section, .pain, .care, .consult, .after { padding: 3.8rem 0; }
}
