:root {
  --blue-900: #02648B;
  --blue-700: #4E94AF;
  --blue-300: #92CCDD;
  --ice: #EEF6F8;
  --paper: #FCFDFD;
  --ink: #17313B;
  --muted: #5E7078;
  --line: rgba(2, 100, 139, .15);
  --white: #FFFFFF;
  --shadow: 0 24px 70px rgba(17, 62, 79, .12);
  --radius-lg: 30px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 840px; }
.section { padding: 110px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 63, 87, .97);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 8px 28px rgba(6,63,87,.10);
}
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-full-logo img {
  width: 320px;
  max-width: 32vw;
  height: auto;
  object-fit: contain;
}
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.92); }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--blue-300); transition: right .22s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: #FFFFFF; color: var(--blue-900); }
.nav-whatsapp { background: #25D366; color: #083B25; font-weight: 700; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #FFFFFF; }

.hero { overflow: hidden; padding: 58px 0 72px; position: relative; }
.hero::before { content: ""; width: 490px; height: 490px; border-radius: 50%; background: rgba(146,204,221,.18); position: absolute; right: -200px; top: 80px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 74px; align-items: center; }
.hero-copy { padding: 34px 0; }
.eyebrow { margin: 0 0 18px; color: var(--blue-700); font-size: 14px; font-weight: 500; letter-spacing: .01em; display: inline-flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--blue-300); flex: 0 0 auto; }
.eyebrow.light { color: var(--blue-300); }
.eyebrow.light::before { background: rgba(255,255,255,.45); }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Tenor Sans", Georgia, serif; font-weight: 400; letter-spacing: -.018em; line-height: 1.09; }
h1 { margin-bottom: 25px; font-size: clamp(47px, 5.7vw, 76px); color: var(--blue-900); }
h2 { margin-bottom: 24px; font-size: clamp(38px, 4.5vw, 58px); color: var(--blue-900); }
h3 { line-height: 1.3; }
.hero-lead, .section-lead { color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-lead { max-width: 650px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-900); color: var(--white); box-shadow: 0 10px 24px rgba(2,100,139,.18); }
.button-primary:hover { box-shadow: 0 14px 32px rgba(2,100,139,.24); }
.button-link { padding: 0; color: var(--blue-900); border-radius: 0; }
.button-link span { margin-left: 8px; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 32px; color: #718087; font-size: 11px; letter-spacing: .035em; }
.credentials span:not(:last-child)::after { content: "•"; margin-left: 16px; color: var(--blue-300); }
.hero-visual { position: relative; min-width: 0; }
.photo-frame { position: relative; overflow: hidden; border-radius: 190px 190px 28px 28px; box-shadow: var(--shadow); background: var(--ice); aspect-ratio: .82; }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(2,100,139,.08)); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.hero-mark { position: absolute; right: -32px; bottom: -28px; z-index: -1; font-family: "Tenor Sans", Georgia, serif; font-size: 150px; line-height: 1; color: rgba(78,148,175,.12); }

.intro { background: white; }
.intro .narrow { text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 60px; }
.feature-card { padding: 30px 26px 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .22s ease, box-shadow .22s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,75,92,.08); }
.icon-shell { width: 128px; height: 128px; display: grid; place-items: center; margin: 0 auto 18px; background: transparent; color: var(--blue-900); }
.icon-shell svg, .icon-shell img { width: 108px; height: 108px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; object-fit: contain; display: block; margin: 0 auto; }
.feature-card h3 { color: var(--blue-900); font-size: 16px; margin-bottom: 12px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.conditions { background: #F4F9FA; }
.split-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split-head h2 { margin-bottom: 0; }
.split-head > p { color: var(--muted); margin: 0 0 7px; }
.condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.condition-card { min-height: 360px; padding: 0; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: white; display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.condition-card:hover { transform: translateY(-6px); box-shadow: 0 18px 46px rgba(26,75,92,.10); border-color: rgba(2,100,139,.28); }
.condition-illustration { height: 165px; display: grid; place-items: center; background: linear-gradient(145deg, rgba(146,204,221,.28), rgba(78,148,175,.08)); color: var(--blue-900); position: relative; overflow: hidden; }
.condition-illustration::after { content: ""; width: 110px; height: 110px; border-radius: 50%; border: 20px solid rgba(255,255,255,.5); position: absolute; right: -42px; top: -42px; }
.condition-illustration svg, .condition-illustration img { width: 110px; height: 110px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; position: relative; z-index: 1; object-fit: contain; }
.condition-illustration.fibro svg, .condition-illustration.fibro img { width: 104px; height: 104px; }
.condition-illustration.espondilo svg, .condition-illustration.espondilo img { width: auto; height: 138px; max-width: 150px; }
.condition-illustration.lupus svg, .condition-illustration.lupus img { width: 112px; height: 112px; }
.condition-illustration.butterfly svg, .condition-illustration.butterfly img { width: 112px; height: 112px; }
.condition-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.condition-card h3 { margin: 0 0 10px; color: var(--blue-900); font-family: "Tenor Sans", Georgia, serif; font-size: 28px; font-weight: 400; }
.condition-card p { color: var(--muted); font-size: 13px; margin: 0; }
.condition-card b { margin-top: auto; padding-top: 22px; color: var(--blue-900); font-size: 11px; font-weight: 600; }


.about { background: white; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.about-photo-wrap { position: relative; padding: 18px 0 0 18px; }
.about-photo { overflow: hidden; border-radius: 26px 150px 26px 26px; aspect-ratio: .83; box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.about-detail { position: absolute; width: 110px; height: 110px; left: -15px; top: -15px; border-top: 2px solid var(--blue-300); border-left: 2px solid var(--blue-300); border-radius: 16px 0 0 0; }
.big-copy { color: var(--blue-900); font-family: "Tenor Sans", Georgia, serif; font-size: 26px; line-height: 1.5; }
.about-copy > p:not(.eyebrow):not(.big-copy) { color: var(--muted); }
.career-timeline { list-style: none; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); }
.career-timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.career-year { color: var(--blue-700); font-size: 12px; font-weight: 600; letter-spacing: .02em; padding-top: 2px; }
.career-timeline strong { display: block; color: var(--blue-900); font-size: 14px; font-weight: 600; }
.career-timeline small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.institution-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 66px; padding: 3px 10px; margin-right: 10px; border-radius: 999px; background: rgba(146,204,221,.22); color: var(--blue-900); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.professional-id { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: #718087; font-size: 10.5px; }
.professional-id span:not(:last-child)::after { content: "•"; margin-left: 18px; color: var(--blue-300); }


.approach { background: white; padding-top: 0; }
.approach-card { background: var(--blue-900); border-radius: var(--radius-lg); color: white; padding: 60px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; box-shadow: 0 20px 60px rgba(2,100,139,.18); }
.approach-card h2 { color: white; margin-bottom: 0; }
.approach-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.approach-points span { color: var(--blue-300); font-size: 16px; font-weight: 600; letter-spacing: 0; }
.approach-points h3 { margin: 18px 0 10px; font-size: 19px; }
.approach-points p { color: rgba(255,255,255,.76); font-size: 14px; margin: 0; line-height: 1.7; }

.content-section { background: #F4F9FA; }
.article-grid { margin-top: 58px; display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 20px; }
.article-card { background: white; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--line); min-height: 250px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: 0 18px 46px rgba(26,75,92,.10); border-color: rgba(2,100,139,.28); }
.article-card.featured { display: grid; grid-template-columns: .9fr 1.1fr; }
.article-visual { min-height: 300px; background: linear-gradient(145deg, var(--blue-700), var(--blue-900)); display: flex; align-items: flex-end; padding: 26px; color: white; position: relative; overflow: hidden; }
.article-visual::before { content: none; }
.article-visual::after { content: ""; width: 190px; height: 190px; border: 30px solid rgba(146,204,221,.25); border-radius: 50%; position: absolute; right: -95px; top: 45px; }
.article-visual span { position: relative; z-index: 2; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }

.article-logo {
  justify-content: flex-end;
}
.article-logo img {
  position: absolute;
  width: 150px;
  max-width: 58%;
  height: auto;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  opacity: .96;
  z-index: 1;
}
.article-logo span {
  align-self: flex-start;
}

.article-copy { padding: 30px; }
.article-copy small { color: var(--blue-700); letter-spacing: .12em; font-weight: 700; font-size: 9px; }
.article-copy h3 { margin: 14px 0 14px; color: var(--blue-900); font-family: "Tenor Sans", Georgia, serif; font-size: 26px; font-weight: 400; }
.article-copy p { color: var(--muted); font-size: 13px; }
.article-copy a { display: inline-block; margin-top: 18px; color: var(--blue-900); font-weight: 600; font-size: 11px; }
.compact .article-copy { height: 100%; display: flex; flex-direction: column; }
.compact .article-copy h3 { font-size: 23px; }
.compact .article-copy a { margin-top: auto; }

.contact { background: white; }
.contact-grid { overflow: hidden; min-height: 550px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ice); border-radius: var(--radius-lg); }
.contact-copy { padding: 72px; align-self: center; }
.contact-copy p { color: var(--muted); max-width: 540px; }
.contact-photo { min-height: 540px; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; }
.disabled { opacity: .65; cursor: not-allowed; pointer-events: none; }
.setup-note { margin-top: 16px; font-size: 11px; }

.site-footer { background: #063F57; color: white; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr .6fr; gap: 60px; align-items: start; }
.footer-brand img { width: min(100%, 410px); }
.footer-info p { margin: 0 0 6px; font-size: 11px; color: rgba(255,255,255,.76); max-width: 360px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 11px; text-align: right; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9.5px; color: rgba(255,255,255,.55); }

@media (max-width: 980px) {
  .section { padding: 85px 0; }
  .main-nav { display: none; position: absolute; top: 88px; left: 24px; right: 24px; padding: 20px; flex-direction: column; align-items: stretch; gap: 6px; background: #063F57; border: 1px solid rgba(255,255,255,.10); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 12px; }
  .menu-toggle { display: block; }
  .hero-grid, .about-grid, .contact-grid, .split-head, .approach-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { width: min(620px, 100%); margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .condition-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 55px; }
  .about-photo-wrap { width: min(620px, 100%); margin: 0 auto; }
  .approach-card { gap: 44px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card.featured { grid-column: 1 / -1; }
  .contact-copy { padding: 54px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { text-align: left; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: 78px; }
  .brand-full-logo img { width: 235px; max-width: 66vw; }
  .main-nav { top: 78px; left: 15px; right: 15px; }
  .hero { padding-top: 35px; }
  h1 { font-size: 43px; }
  h2 { font-size: 38px; }
  .hero-lead, .section-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .button-link { min-height: auto; }
  .credentials { display: grid; gap: 4px; }
  .credentials span::after { display: none; }
  .photo-frame { border-radius: 120px 120px 22px 22px; }
  .feature-grid, .condition-grid, .article-grid { grid-template-columns: 1fr; }
  .feature-grid { gap: 12px; }
  .condition-card { min-height: 340px; }
  .about-grid { gap: 48px; }
  .big-copy { font-size: 23px; }
  .career-timeline li { grid-template-columns: 92px 1fr; }
  .professional-id { display: grid; gap: 4px; }
  .professional-id span::after { display: none; }
  .approach-card { padding: 38px 28px; }
  .approach-points { grid-template-columns: 1fr; gap: 34px; }
  .article-card.featured { display: block; }
  .article-visual { min-height: 220px; }
  .contact-copy { padding: 42px 28px; }
  .contact-photo { min-height: 450px; }
  .footer-brand img { width: 100%; }
}


.button-whatsapp {
  background: #25D366;
  color: #083B25;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .22);
  gap: 9px;
}
.button-whatsapp:hover {
  background: #20c35c;
  box-shadow: 0 16px 34px rgba(37, 211, 102, .30);
}
.button-whatsapp svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.section-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.inline-cta { margin-top: 28px; }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25D366;
  color: #083B25;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  z-index: 90;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 38px rgba(0,0,0,.22);
}
.whatsapp-float svg { width: 34px; height: 34px; }

.condition-illustration.gout svg, .condition-illustration.gout img {
  width: 138px;
  height: 138px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.gout-card { grid-column: auto; }

.procedures { background: #FFFFFF; }
.procedures-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 54px;
}
.procedure-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px;
  background: var(--paper);
}
.procedure-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: rgba(146,204,221,.23);
  color: var(--blue-900);
  margin-bottom: 24px;
}
.procedure-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.procedure-card h3 {
  margin: 0 0 12px;
  color: var(--blue-900);
  font-family: "Tenor Sans", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}
.procedure-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.location-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}
.location-card {
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 22px;
}
.location-card h3 {
  margin: 3px 0 6px;
  color: var(--blue-900);
  font-size: 18px;
}
.location-card p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.6;
}
.location-kicker {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: var(--blue-700);
}
.online-card {
  background: rgba(146,204,221,.16);
}
.whatsapp-number {
  margin-top: 14px !important;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-900) !important;
}

@media (max-width: 980px) {
  .gout-card { grid-column: auto; }
  .procedures-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .section-cta { justify-content: stretch; }
  .section-cta .button-whatsapp,
  .inline-cta .button-whatsapp { width: 100%; }
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
  .whatsapp-float svg { width: 31px; height: 31px; }
  .procedure-card { padding: 28px 24px; }
}

.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-whatsapp img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.button-whatsapp img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
}
.whatsapp-float img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.procedure-icon {
  width: 96px;
  height: 96px;
  border-radius: 24px;
}
.procedure-icon img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  display: block;
}
@media (max-width: 640px) {
  .nav-whatsapp img { width: 17px; height: 17px; }
  .whatsapp-float img { width: 31px; height: 31px; }
  .procedure-icon {
    width: 88px;
    height: 88px;
  }
  .procedure-icon img {
    width: 70px;
    height: 70px;
  }
}

/* Ajustes v9.1 — WhatsApp maior e alinhamento das condições */
.button-whatsapp {
  min-height: 58px;
  padding-left: 22px;
  padding-right: 26px;
  gap: 14px;
}
.button-whatsapp img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
  transform: scale(1.18);
}
.nav-whatsapp img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  transform: scale(1.12);
}
.whatsapp-float {
  width: 74px;
  height: 74px;
}
.whatsapp-float img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  transform: scale(1.08);
}
.location-card .map-link {
  color: var(--blue-900);
  text-decoration: underline;
  text-decoration-color: rgba(2,100,139,.35);
  text-underline-offset: 3px;
  font-weight: 500;
}
.location-card .map-link:hover {
  color: var(--blue-700);
  text-decoration-color: currentColor;
}
@media (max-width: 640px) {
  .button-whatsapp img {
    width: 34px;
    height: 34px;
  }
  .nav-whatsapp img {
    width: 23px;
    height: 23px;
  }
  .whatsapp-float {
    width: 66px;
    height: 66px;
  }
  .whatsapp-float img {
    width: 56px;
    height: 56px;
  }
}


/* Ajustes v9.5 — refinamento de escala visual */
#condicoes {
  font-size: clamp(19px, 2.25vw, 29px);
}
.condition-illustration.gout svg,
.condition-illustration.gout img {
  width: 126px;
  height: 126px;
}
.condition-illustration.spine-pain svg,
.condition-illustration.spine-pain img {
  width: auto;
  height: 126px;
  max-width: 138px;
}
.procedure-icon img {
  width: 86px;
  height: 86px;
}
@media (max-width: 640px) {
  .procedure-icon img {
    width: 80px;
    height: 80px;
  }
}


/* Páginas educativas das condições */
.condition-detail-hero {
  background: linear-gradient(145deg, #F7FBFC 0%, #EEF6F8 100%);
  padding: 70px 0 64px;
  border-bottom: 1px solid var(--line);
}
.condition-detail-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  max-width: 980px;
}
.condition-detail-icon {
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  border-radius: 38px;
  background: rgba(146,204,221,.22);
}
.condition-detail-icon img { width: 132px; height: 132px; object-fit: contain; }
.condition-detail-hero h1 { font-size: clamp(44px, 5vw, 66px); margin-bottom: 18px; }
.condition-detail-hero .condition-intro { margin: 0; max-width: 730px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--blue-700); font-size: 12px; font-weight: 600; }
.condition-article { background: white; }
.condition-article-wrap { max-width: 850px; }
.condition-text-section { padding: 0 0 46px; margin-bottom: 46px; border-bottom: 1px solid var(--line); }
.condition-text-section:last-of-type { border-bottom: 0; margin-bottom: 0; }
.condition-text-section h2 { font-size: clamp(30px, 3.2vw, 42px); margin-bottom: 20px; }
.condition-text-section p { color: var(--muted); font-size: 16px; line-height: 1.85; margin: 0 0 18px; }
.condition-text-section p:last-child { margin-bottom: 0; }
.condition-text-section ul { margin: 18px 0 22px; padding-left: 22px; color: var(--muted); }
.condition-text-section li { margin: 8px 0; padding-left: 4px; line-height: 1.7; }
.condition-page-cta { margin-top: 56px; padding: 38px; border-radius: 24px; background: var(--ice); text-align: center; }
.condition-page-cta h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 14px; }
.condition-page-cta p { max-width: 620px; margin: 0 auto 24px; color: var(--muted); }
.condition-page-cta .button { margin-top: 2px; }
@media (max-width: 700px) {
  .condition-detail-hero { padding: 50px 0 46px; }
  .condition-detail-grid { grid-template-columns: 1fr; gap: 26px; }
  .condition-detail-icon { width: 132px; height: 132px; border-radius: 30px; }
  .condition-detail-icon img { width: 104px; height: 104px; }
  .condition-detail-hero h1 { font-size: 44px; }
  .condition-text-section { padding-bottom: 34px; margin-bottom: 34px; }
  .condition-page-cta { padding: 30px 22px; }
}


/* Conteúdos para pacientes: caixas inteiras clicáveis */
.article-card[data-href] { cursor: pointer; }
.article-card[data-href]:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
