@import url("site-dynamic.css");
@import url("treatments-dynamic.css");
@import url("faq-icons.css");
@import url("treatment-layout-fixes.css");
@import url("treatments-hub.css");
@import url("company-direction.css");
@import url("admissions-hub.css");
@import url("faq-page.css");

:root {
  --navy: #08284a;
  --navy-soft: #0e3a68;
  --blue: #1266a6;
  --blue-2: #0b4d82;
  --aqua: #31c6b4;
  --aqua-dark: #119c91;
  --aqua-soft: #eaf9f6;
  --ink: #0f2740;
  --muted: #55677a;
  --line: #dde6ee;
  --soft: #f5f8fb;
  --white: #ffffff;
  --shadow-sm: 0 8px 20px rgba(8, 40, 74, 0.06);
  --shadow-md: 0 18px 40px rgba(8, 40, 74, 0.09);
  --shadow-lg: 0 28px 64px rgba(8, 40, 74, 0.14);
  --shadow: var(--shadow-lg);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1180px;
}

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

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  color: #fff;
  background: #08284a center/cover no-repeat;
}

.page-hero--about {
  background-image: linear-gradient(90deg, rgba(8, 40, 74, 0.93) 0%, rgba(8, 40, 74, 0.67) 48%, rgba(8, 40, 74, 0.25) 100%), url("../img/hero-quem-somos-v2.png");
  background-position: center;
}

@media (min-width: 1800px) {
  .page-hero--about {
    background-position: center 20%;
  }
}

.page-hero--contact {
  background-image: linear-gradient(90deg, rgba(8, 40, 74, 0.97), rgba(8, 40, 74, 0.7)), url("../img/hero-atendimento-humanizado.jpg");
}

@media (min-width: 1800px) {
  .page-hero--contact {
    background-position: center, center 20%;
  }
}

.contact-hero__brand {
  display: block;
}

.contact-coverage__head {
  max-width: none;
}

.contact-coverage__head h2,
.contact-coverage__head > p:last-child {
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .contact-coverage__head h2,
  .contact-coverage__head > p:last-child {
    white-space: normal;
  }
}

.page-hero--team {
  background: #08284a;
}

.page-hero--team::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 40, 74, 0.94) 0%, rgba(8, 40, 74, 0.68) 48%, rgba(8, 40, 74, 0.28) 100%);
}

.page-hero__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero--blog {
  background-image: linear-gradient(90deg, rgba(8, 40, 74, 0.97), rgba(8, 40, 74, 0.7)), url("../img/tratamento-etapas.png");
}

.page-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 430px;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  padding-block: 72px;
}

.page-hero h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
}

.page-hero__content > p:last-child {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

/* 404 */
.not-found {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 44%, rgba(49, 198, 180, 0.24), transparent 28%),
    linear-gradient(115deg, #08284a 0%, #0d365f 58%, #0a3158 100%);
}

.not-found::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.not-found__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 650px) 1fr;
  align-items: center;
  gap: 40px;
  padding-block: 82px;
}

.not-found__content h1 { max-width: 630px; margin: 0 0 18px; color: #fff; font-size: clamp(42px, 5vw, 66px); }
.not-found__content > p:not(.eyebrow) { max-width: 590px; margin: 0; color: rgba(255, 255, 255, 0.84); font-size: 19px; }
.not-found__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.not-found .btn--ghost { border-color: rgba(255, 255, 255, 0.52); color: #fff; }
.not-found .btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.12); }

.not-found__code {
  justify-self: end;
  color: rgba(255, 255, 255, 0.1);
  font-size: clamp(140px, 21vw, 310px);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 0.8;
  user-select: none;
}

.not-found__links { padding: 84px 0 94px; background: var(--soft); }
.not-found__links h2 { margin-bottom: 28px; }
.not-found__link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.not-found__link-grid a { display: grid; gap: 8px; min-height: 158px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease); }
.not-found__link-grid a:hover { border-color: #9dded5; box-shadow: var(--shadow-md); transform: translateY(-3px); }
.not-found__link-grid strong { color: var(--navy); font-size: 21px; }
.not-found__link-grid span { color: var(--muted); line-height: 1.6; }

@media (max-width: 760px) {
  .not-found__grid { min-height: 440px; grid-template-columns: 1fr; padding-block: 64px; }
  .not-found__content > p:not(.eyebrow) { font-size: 17px; }
  .not-found__code { position: absolute; right: 4%; bottom: 54px; opacity: .72; font-size: 180px; }
  .not-found__content { position: relative; z-index: 1; }
  .not-found__link-grid { grid-template-columns: 1fr; }
  .not-found__links { padding-block: 64px; }
}

.breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.breadcrumb a:hover { color: #fff; }

.page-intro { align-items: center; }
.split--reverse > :first-child { order: 2; }

.page-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.75;
}

.page-feature-image {
  overflow: hidden;
  min-height: 500px;
  margin: 0;
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
}

.page-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.value-grid,
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.value-card,
.contact-info-grid article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.value-card > span,
.contact-info-grid article > span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  color: var(--navy);
  background: rgba(49, 198, 180, 0.14);
  font-weight: 800;
}

.value-card h3,
.contact-info-grid h3 { margin: 0 0 10px; }
.value-card p,
.contact-info-grid p { margin: 0; color: var(--muted); }

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  list-style: none;
}

.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 800; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.contact-options { display: grid; gap: 14px; margin: 32px 0; }

.contact-option {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-option:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.contact-option__icon { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 22px; }
.contact-option small,
.contact-option em { display: block; color: var(--muted); font-style: normal; }
.contact-option strong { display: block; margin: 2px 0; color: var(--navy); font-size: 20px; }

.privacy-note { padding: 20px 22px; border-left: 4px solid var(--aqua); border-radius: 0 14px 14px 0; background: var(--soft); }
.privacy-note p { margin: 5px 0 0; color: var(--muted); }

.contact-panel { padding: clamp(28px, 4vw, 46px); border-radius: 26px; background: var(--navy); color: #fff; box-shadow: var(--shadow-lg); }
.contact-panel h2 { margin-bottom: 10px; color: #fff; }
.contact-panel > p:not(.eyebrow) { color: rgba(255, 255, 255, 0.76); }
.contact-form { display: grid; gap: 17px; margin-top: 28px; }
.contact-form label:not(.consent) { display: grid; gap: 7px; font-size: 14px; font-weight: 700; }
.contact-form .contact-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.contact-form button[type="submit"] { cursor: pointer; }
.contact-form input,
.contact-form textarea { width: 100%; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 11px; outline: none; background: #fff; color: var(--ink); font: inherit; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #6a7b8d; opacity: 1; }
.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill { -webkit-text-fill-color: var(--ink); caret-color: var(--ink); box-shadow: 0 0 0 1000px #fff inset; }
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--aqua); box-shadow: 0 0 0 3px rgba(49, 198, 180, 0.22); }
.contact-form textarea { resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: rgba(255, 255, 255, 0.8); font-size: 13px; }
.consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; }
.form-status { min-height: 20px; margin: 0; color: rgba(255, 255, 255, 0.85); font-size: 13px; }
.contact-success { display: flex; gap: 12px; align-items: flex-start; margin: 20px 0 0; padding: 16px 18px; border: 1px solid rgba(93, 234, 202, 0.62); border-radius: 12px; color: #e9fffa; background: rgba(49, 198, 180, 0.2); font-weight: 700; line-height: 1.5; }
.contact-success::before { content: "✓"; display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; color: #08334f; background: var(--aqua); font-weight: 900; }
.contact-errors { margin: 20px 0 0; padding: 14px 16px; border: 1px solid rgba(255, 189, 189, 0.66); border-radius: 12px; color: #fff2f2; background: rgba(168, 50, 65, 0.34); font-weight: 700; }
.contact-info-grid { grid-template-columns: repeat(3, 1fr); }

.professional-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.professional-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.professional-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.professional-card > span { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 20px; border-radius: 16px; color: var(--navy); background: var(--aqua-soft); font-weight: 800; }
.professional-card h3 { margin: 0 0 10px; font-size: 19px; }
.professional-card p { margin: 0; color: var(--muted); }

.care-flow { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(42px, 7vw, 90px); align-items: start; }
.care-flow > div:first-child p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.care-steps { display: grid; gap: 14px; }
.care-steps article { display: flex; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.care-steps strong { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); }
.care-steps h3 { margin: 0 0 5px; font-size: 18px; }
.care-steps p { margin: 0; color: var(--muted); }

.treatment-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  color: #fff;
  background: var(--navy);
}

.treatment-hero__media,
.treatment-hero__media::after { position: absolute; inset: 0; }
.treatment-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.treatment-hero__media::after { content: ""; background: linear-gradient(90deg, rgba(8, 40, 74, 0.98) 0%, rgba(8, 40, 74, 0.9) 45%, rgba(8, 40, 74, 0.32) 100%); }
.treatment-hero__content { position: relative; z-index: 1; display: flex; min-height: 650px; max-width: 800px; flex-direction: column; justify-content: center; padding-block: 76px; }
.treatment-hero h1 { max-width: 800px; margin: 12px 0 20px; color: #fff; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.02; }
.treatment-hero__content > p:not(.eyebrow) { max-width: 700px; margin: 0; color: rgba(255, 255, 255, 0.86); font-size: 19px; }

.treatment-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr); gap: clamp(44px, 7vw, 90px); align-items: start; }
.treatment-intro > article p:not(.eyebrow) { color: var(--muted); line-height: 1.78; }
.treatment-summary { padding: 34px; border-radius: 24px; background: var(--navy); color: #fff; box-shadow: var(--shadow-lg); }
.treatment-summary > span { display: inline-block; padding: 7px 12px; border-radius: 999px; color: var(--navy); background: var(--aqua); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.treatment-summary h2 { margin: 20px 0; color: #fff; font-size: 28px; }
.treatment-summary .check-list { margin-bottom: 28px; }
.treatment-summary .check-list li {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 600;
}
.treatment-summary .check-list li:hover {
  color: #fff;
  border-color: rgba(49, 198, 180, 0.55);
  background: rgba(49, 198, 180, 0.12);
}
.treatment-summary .check-list li::before {
  border-color: var(--aqua);
}

.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.signal-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.signal-grid strong { display: inline-block; margin-bottom: 24px; color: var(--aqua-dark); font-size: 14px; letter-spacing: 0.1em; }
.signal-grid h3 { margin: 0 0 9px; font-size: 20px; }
.signal-grid p { margin: 0; color: var(--muted); }

.treatment-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 40px; counter-reset: steps; }
.treatment-steps article { position: relative; padding: 28px 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.treatment-steps article::after { content: ""; position: absolute; top: 49px; right: -15px; z-index: 1; width: 15px; height: 2px; background: var(--aqua); }
.treatment-steps article:last-child::after { display: none; }
.treatment-steps span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 20px; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 800; }
.treatment-steps h3 { margin: 0 0 9px; font-size: 18px; }
.treatment-steps p { margin: 0; color: var(--muted); font-size: 14px; }

.section--navy { color: #fff; background: var(--navy); }
.section--navy h2 { color: #fff; }
.treatment-family { align-items: center; }
.treatment-family > div:first-child p:not(.eyebrow) { color: rgba(255, 255, 255, 0.76); line-height: 1.75; }
.family-points { display: grid; gap: 14px; }
.family-points article { padding: 22px 24px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 18px; background: rgba(255, 255, 255, 0.06); }
.family-points strong { color: var(--aqua); font-size: 18px; }
.family-points p { margin: 5px 0 0; color: rgba(255, 255, 255, 0.74); }

.legal-note { padding: 30px 0; border-block: 1px solid var(--line); background: #f9fbfd; }
.legal-note .container { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; }
.legal-note strong { color: var(--navy); }
.legal-note p { margin: 0; color: var(--muted); font-size: 14px; }
.legal-note a { color: var(--blue); font-size: 14px; font-weight: 700; text-decoration: underline; }

.treatment-faq { background: linear-gradient(180deg, #fff, #f7fafc); }
.treatment-faq__intro { position: sticky; top: 140px; padding-right: 30px; }
.treatment-faq__intro > p:not(.eyebrow) { max-width: 430px; margin-bottom: 26px; color: var(--muted); line-height: 1.7; }
.treatment-faq .faq__list { gap: 16px; }
.treatment-faq details { overflow: hidden; border-radius: 18px; }
.treatment-faq summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; list-style: none; }
.treatment-faq summary::-webkit-details-marker { display: none; }
.treatment-faq summary::marker { content: ""; }
.treatment-faq summary::after { content: "+"; display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--aqua-soft); font-size: 23px; font-weight: 500; transition: color .2s ease, background .2s ease, transform .2s ease; }
.treatment-faq details[open] summary::after { content: "−"; color: #fff; background: var(--navy); transform: rotate(180deg); }
.treatment-faq summary h3 { display: block; margin: 0; font-size: 18px; line-height: 1.4; }
.treatment-faq details p { padding: 0 72px 24px 24px; line-height: 1.75; }

.blog-layout,
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(36px, 5vw, 64px); align-items: start; }
.blog-toolbar { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; }
.blog-toolbar h2 { margin-bottom: 0; }
.blog-toolbar > span { color: var(--muted); white-space: nowrap; }
.blog-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.blog-list-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.blog-list-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-list-card__image { display: block; height: 230px; overflow: hidden; }
.blog-list-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s var(--ease); }
.blog-list-card:hover .blog-list-card__image img { transform: scale(1.04); }
.blog-list-card > div { padding: 24px; }
.post-category { display: inline-block; margin-bottom: 12px; color: var(--aqua-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.blog-list-card h2 { margin: 0 0 10px; font-size: 23px; line-height: 1.18; }
.blog-list-card p { margin: 0 0 20px; color: var(--muted); }
.post-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 13px; }
.post-meta a { color: var(--blue); font-weight: 700; }
.blog-empty { padding: 34px; border-radius: 18px; background: var(--soft); text-align: center; }

.blog-sidebar { display: grid; gap: 22px; position: sticky; top: 130px; }
.sidebar-widget { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.sidebar-widget h2 { margin: 0 0 18px; font-size: 20px; }
.blog-search { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.blog-search input { min-width: 0; width: 100%; padding: 12px 14px; border: 0; outline: 0; font: inherit; }
.blog-search button { width: 46px; border: 0; color: #fff; background: var(--navy); cursor: pointer; font-size: 20px; }
.category-list { display: grid; gap: 4px; padding: 0; margin: 0; list-style: none; }
.category-list button { display: flex; width: 100%; justify-content: space-between; padding: 9px 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font: inherit; }
.category-list button:hover { color: var(--aqua-dark); }
.category-list span { color: var(--muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud button,
.tag-cloud a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--soft); cursor: pointer; font: inherit; font-size: 12px; }
.tag-cloud button:hover,
.tag-cloud a:hover { color: #fff; border-color: var(--navy); background: var(--navy); }
.sidebar-help { padding: 28px; border-radius: 20px; color: #fff; background: var(--navy); }
.sidebar-help p { margin: 0 0 5px; color: rgba(255,255,255,.72); }
.sidebar-help h2 { margin: 0 0 20px; color: #fff; font-size: 26px; }
.sidebar-help > a:not(.btn) { display: block; margin-top: 16px; color: #fff; font-weight: 800; }

.article-header { padding: 80px 0 70px; color: #fff; background: var(--navy); }
.article-header__inner { max-width: 1080px; }
.article-header h1 { max-width: 1050px; margin: 14px 0 22px; color: #fff; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.09; letter-spacing: -.025em; text-wrap: balance; }
.article-header__inner > p { max-width: 820px; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.65; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 24px; color: rgba(255,255,255,.64); font-size: 13px; }
.article-layout { padding-block: 64px 90px; }
.article-content { min-width: 0; color: #263c52; font-size: 18px; line-height: 1.8; }
.article-cover { overflow: hidden; margin: 0 0 38px; border-radius: 24px; }
.article-cover img { display: block; width: 100%; max-height: 520px; object-fit: cover; }
.article-lead { color: var(--ink); font-size: 22px; line-height: 1.65; }
.article-content h2 { margin: 50px 0 16px; font-size: 34px; scroll-margin-top: 150px; }
.article-content h3 { margin: 30px 0 12px; font-size: 24px; }
.article-content a { color: var(--blue); text-decoration: underline; }
.article-content li { margin-bottom: 8px; }
.article-content blockquote { margin: 34px 0; padding: 26px 30px; border-left: 5px solid var(--aqua); border-radius: 0 16px 16px 0; color: var(--navy); background: var(--aqua-soft); font-size: 21px; font-weight: 600; }
.article-index { display: grid; gap: 5px; margin: 34px 0; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.article-index strong { margin-bottom: 5px; color: var(--navy); }
.article-index a { font-size: 15px; }
.article-callout { margin: 34px 0; padding: 24px 28px; border-radius: 18px; color: #fff; background: var(--navy); }
.article-callout strong { color: var(--aqua); }
.article-callout p { margin: 6px 0 0; }
.article-author { display: flex; gap: 22px; align-items: center; margin-top: 50px; padding: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-tags { margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.article-tags h2 { margin: 0 0 16px; font-size: 20px; }
.article-tags .tag-cloud { gap: 9px; }
.article-tags .tag-cloud a { padding: 9px 14px; text-decoration: none; line-height: 1.35; }
.article-tags + .article-author { margin-top: 34px; }
.article-author img { width: 100px; height: auto; }
.article-author p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.article-sidebar { margin-top: 0; }
.related-mini { display: grid; }
.related-mini a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.related-mini a:last-child { border-bottom: 0; }

@media (max-width: 900px) {
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .professional-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .care-flow { grid-template-columns: 1fr; }
  .treatment-intro { grid-template-columns: 1fr; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .treatment-steps { grid-template-columns: repeat(2, 1fr); }
  .treatment-steps article::after { display: none; }
  .legal-note .container { grid-template-columns: 1fr; }
  .blog-layout,
  .article-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .article-sidebar { grid-template-columns: 1fr; }
  .treatment-faq__intro { position: static; padding-right: 0; }
  .split--reverse > :first-child { order: initial; }
}

@media (max-width: 620px) {
  .page-hero,
  .page-hero__content { min-height: 380px; }
  .page-hero__content { padding-block: 54px; }
  .page-hero h1 { font-size: 40px; }
  .page-hero__content > p:last-child { font-size: 17px; }
  .value-grid { grid-template-columns: 1fr; }
  .professional-grid { grid-template-columns: 1fr; }
  .treatment-hero,
  .treatment-hero__content { min-height: 590px; }
  .treatment-hero__media::after { background: linear-gradient(180deg, rgba(8, 40, 74, 0.88), rgba(8, 40, 74, 0.97)); }
  .treatment-hero h1 { font-size: 40px; }
  .signal-grid,
  .treatment-steps { grid-template-columns: 1fr; }
  .blog-card-grid,
  .blog-sidebar { grid-template-columns: 1fr; }
  .blog-toolbar { align-items: flex-start; flex-direction: column; }
  .article-header { padding: 58px 0; }
  .article-header h1 { font-size: 34px; line-height: 1.12; }
  .article-content { font-size: 17px; }
  .article-content h2 { font-size: 29px; }
  .article-author { align-items: flex-start; flex-direction: column; }
  .page-feature-image,
  .page-feature-image img { min-height: 340px; }
  .contact-panel { margin-inline: -4px; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.nav > a.is-current {
  color: var(--aqua-dark);
}

a,
button,
summary {
  outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--aqua-dark);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection {
  color: var(--white);
  background: var(--aqua-dark);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.topbar__inner,
.header__top,
.section-head--row,
.final-cta__inner,
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar__items {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 9px 0;
}

.topbar__track {
  display: contents;
}

.topbar__track span[aria-hidden] {
  display: none;
}

.topbar__items span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--aqua);
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
}

.social a:hover,
.social a:focus-visible {
  border-color: rgba(49, 198, 180, 0.8);
  background: var(--aqua);
  transform: translateY(-2px) scale(1.05);
}

.social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.topbar .social {
  align-self: center;
  gap: 8px;
}

.topbar .social a {
  width: 26px;
  height: 26px;
  border-color: rgba(255, 255, 255, 0.2);
}

.topbar .social svg {
  width: 12px;
  height: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 232, 239, 0.8);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 36px rgba(8, 40, 74, 0.1);
}

.header__top {
  min-height: 104px;
  transition: min-height 0.3s var(--ease);
}

.site-header.is-scrolled .header__top {
  min-height: 84px;
}

.brand img {
  width: 260px;
  max-height: 104px;
  object-fit: contain;
  transition: transform 0.3s var(--ease);
}

.site-header.is-scrolled .brand img {
  transform: scale(0.88);
  transform-origin: left center;
}

.header__nav-row {
  border-top: 1px solid rgba(220, 232, 239, 0.72);
  background: rgba(255, 255, 255, 0.82);
}

.header__nav-inner {
  display: flex;
  justify-content: center;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: #233e56;
  font-size: 15px;
  font-weight: 700;
}

.nav a,
.nav__trigger {
  position: relative;
  padding: 17px 0;
}

.nav > a::after,
.nav__trigger::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 100%;
  height: 2px;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav > a:hover::after,
.nav > a:focus-visible::after,
.has-mega:hover .nav__trigger::after,
.has-mega.is-open .nav__trigger::after,
.nav__trigger:focus-visible::after {
  transform: scaleX(1);
}

.nav__item {
  position: relative;
}

.nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.nav__trigger svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.has-mega:hover .nav__trigger svg,
.has-mega:focus-within .nav__trigger svg,
.has-mega.is-open .nav__trigger svg {
  transform: rotate(180deg);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 60;
  display: grid;
  min-width: 250px;
  padding: 20px;
  border: 1px solid rgba(220, 232, 239, 0.88);
  border-radius: 0 0 14px 14px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 54px rgba(8, 40, 74, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu,
.has-mega.is-open .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-menu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: var(--radius);
  color: #243d63;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.mega-menu a::after {
  display: none;
}

.mega-menu a:hover,
.mega-menu a:focus-visible {
  color: var(--blue-2);
  background: #eef8fb;
  transform: translateX(3px);
}

.mega-menu--units {
  min-width: 260px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone {
  display: grid;
  gap: 2px;
  color: var(--navy);
  text-align: right;
  white-space: nowrap;
}

.phone span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.phone strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

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

.btn--aqua,
.btn--aqua:visited {
  color: var(--white);
  background: linear-gradient(135deg, var(--aqua), var(--aqua-dark));
  box-shadow: 0 16px 28px rgba(49, 198, 180, 0.24);
}

.btn--aqua:hover,
.btn--aqua:focus-visible {
  box-shadow: 0 20px 36px rgba(49, 198, 180, 0.32);
}

.header__whatsapp {
  position: relative;
  gap: 9px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 18px 34px rgba(49, 198, 180, 0.28);
}

.header__whatsapp::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -55%;
  z-index: -1;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transform: skewX(-18deg);
}

@media (prefers-reduced-motion: no-preference) {
  .header__whatsapp::before {
    animation: headerWhatsappShine 3.8s ease-in-out infinite;
  }
}

.header__whatsapp svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex: 0 0 auto;
}

.header__whatsapp span {
  position: relative;
  z-index: 1;
}

.header__whatsapp:hover,
.header__whatsapp:focus-visible {
  box-shadow: 0 22px 44px rgba(49, 198, 180, 0.34);
  transform: translateY(-2px) scale(1.03);
}

.btn--outline,
.btn--outline:visited {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.btn--outline:hover,
.btn--outline:focus-visible {
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.16);
}

.btn--outline-dark,
.btn--outline-dark:visited {
  color: var(--blue-2);
  border-color: var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.btn--outline-dark:hover,
.btn--outline-dark:focus-visible {
  border-color: rgba(49, 198, 180, 0.5);
  background: var(--aqua-soft);
  box-shadow: var(--shadow-md);
}

.btn--light,
.btn--light:visited {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
}

.btn--light:hover,
.btn--light:focus-visible {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 78%, rgba(6, 31, 59, 0.55) 100%),
    radial-gradient(52% 65% at 22% 42%, rgba(49, 198, 180, 0.16), transparent 68%),
    linear-gradient(90deg, rgba(8, 40, 74, 0.96) 0%, rgba(8, 40, 74, 0.87) 38%, rgba(8, 40, 74, 0.32) 70%, rgba(8, 40, 74, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 40, 74, 0.22), rgba(8, 40, 74, 0.76));
}

.hero__content > * {
  opacity: 0;
  animation: heroFadeUp 0.8s var(--ease) forwards;
}

.hero__content > .eyebrow {
  animation-delay: 0.05s;
}

.hero__content > .hero__title {
  animation-delay: 0.16s;
}

.hero__content > .hero__lead {
  animation-delay: 0.28s;
}

.hero__content > .hero__actions {
  animation-delay: 0.4s;
}

.hero__content > .hero__badges {
  animation-delay: 0.52s;
}

@media (prefers-reduced-motion: reduce) {
  .hero__content > * {
    opacity: 1;
    animation: none;
  }
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(680px, 820px) 1fr;
  align-items: center;
  gap: 44px;
  padding: 92px 0 70px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--aqua-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--aqua-dark), var(--aqua));
}

.eyebrow--light {
  color: #a9fff3;
}

.eyebrow--light::before {
  background: linear-gradient(90deg, #a9fff3, rgba(169, 255, 243, 0.35));
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.005em;
}

h1 {
  max-width: 820px;
  font-size: clamp(40px, 4.6vw, 58px);
}

.hero__title {
  font-size: clamp(32px, 3.7vw, 50px);
}

h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
}

h3 {
  color: var(--navy);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

p {
  margin: 14px 0 0;
}

.hero__lead {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.6;
}

.hero__actions,
.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero__badges span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
}

.hero__cards {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.hero__cards article {
  min-width: 0;
  min-height: 118px;
  padding: 20px;
  overflow-wrap: break-word;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
  will-change: transform;
}

.hero__cards article:nth-child(2) {
  animation-delay: 0.5s;
}

.hero__cards article:nth-child(3) {
  animation-delay: 1s;
}

.hero__cards article:nth-child(4) {
  animation-delay: 1.5s;
}

.hero__cards article:hover,
.hero__cards article:focus-within {
  animation-play-state: paused;
  transform: translateY(-8px) scale(1.04);
  border-color: rgba(169, 255, 243, 0.55);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 22px 44px rgba(8, 40, 74, 0.4), 0 0 26px rgba(49, 198, 180, 0.3);
}

.hero__cards article:hover strong,
.hero__cards article:focus-within strong {
  color: #ffffff;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__cards article {
    animation: heroCardFloat 4.5s ease-in-out infinite;
  }
}

@keyframes heroCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.hero__cards strong {
  display: inline;
  margin-right: 6px;
  color: #a9fff3;
  font-size: 21px;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.hero__cards span {
  display: inline;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.hero__cards article:nth-child(4) span {
  font-size: 13px;
  white-space: nowrap;
}

.metrics {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue-2), var(--navy));
  color: var(--white);
}

.metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.09) 50%, transparent 70%);
  background-size: 200% 100%;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .metrics::before {
    animation: metricsShine 7s ease-in-out infinite;
  }
}

@keyframes metricsShine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.metrics__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.metrics__grid div {
  position: relative;
  padding: 34px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  overflow: hidden;
  transition: background 0.35s ease;
}

.metrics__grid div::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--aqua);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.metrics__grid div:hover {
  background: rgba(255, 255, 255, 0.08);
}

.metrics__grid div:hover::after {
  transform: scaleX(1);
}

.metrics__grid strong {
  display: block;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

.metrics__grid div:hover strong {
  transform: scale(1.08);
  color: var(--aqua);
}

.metrics__grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

[data-reveal].is-inview {
  opacity: 1;
  transform: none;
}

[data-reveal-group] > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

[data-reveal-group].is-inview > * {
  opacity: 1;
  transform: none;
}

[data-reveal-group].is-inview > *:nth-child(2) {
  transition-delay: 0.08s;
}

[data-reveal-group].is-inview > *:nth-child(3) {
  transition-delay: 0.16s;
}

[data-reveal-group].is-inview > *:nth-child(4) {
  transition-delay: 0.24s;
}

[data-reveal-group].is-inview > *:nth-child(5) {
  transition-delay: 0.32s;
}

[data-reveal-group].is-inview > *:nth-child(6) {
  transition-delay: 0.4s;
}

[data-reveal-group].is-inview > *:nth-child(n+7) {
  transition-delay: 0.46s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal-group] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.section {
  padding: 104px 0;
}

.about {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.about::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 198, 180, 0.14), transparent 70%);
  pointer-events: none;
}

.about > .container {
  position: relative;
  z-index: 1;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: 64px;
}

.split p {
  color: var(--muted);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 700;
  transition: border-color 0.22s var(--ease), background 0.22s var(--ease), transform 0.22s var(--ease);
}

.check-list li:hover {
  border-color: rgba(49, 198, 180, 0.4);
  background: var(--aqua-soft);
  transform: translateX(3px);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--aqua-dark);
  border-bottom: 2px solid var(--aqua-dark);
  transform: rotate(-45deg);
}

.about__button {
  margin-top: 24px;
}

.about__image {
  position: relative;
  margin: 0;
}

.about__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about__image figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 300px;
  padding: 18px;
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(8, 40, 74, 0.18);
  font-weight: 900;
}

.section-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-head--row {
  max-width: none;
  margin-bottom: 34px;
}

.section-head--split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 24px;
  max-width: none;
}

.section-head--split p {
  margin-top: 0;
}

.trust .section-head--split p {
  padding-left: 28px;
}

.cards {
  display: grid;
  gap: 22px;
}

.cards--treatments {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.treatments__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: none;
}

.treatments__heading > div {
  max-width: 780px;
}

.treatments__heading .btn {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .treatments__heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

.treatment-card,
.review,
.post {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.treatment-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
}

.treatment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(49, 198, 180, 0.1), rgba(18, 102, 166, 0.04) 42%, transparent 72%),
    linear-gradient(180deg, var(--aqua), var(--aqua-dark));
  background-size: 100% 100%, 100% 4px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.24s ease;
}

.treatment-card img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 22px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(18, 102, 166, 0.08);
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.treatment-card h3,
.treatment-card p,
.treatment-card a {
  position: relative;
  z-index: 1;
}

.treatment-card p,
.post p,
.review p {
  color: var(--muted);
}

.treatments .treatment-card p {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.treatments .treatment-card a {
  margin-top: auto;
  padding-top: 18px;
}

.post a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--blue-2);
  font-weight: 900;
  transition: gap 0.22s var(--ease), color 0.22s var(--ease);
}

.post a::after {
  content: "→";
  transition: transform 0.22s var(--ease);
}

.post a:hover,
.post a:focus-visible {
  gap: 10px;
  color: var(--aqua-dark);
}

.treatment-card a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 11px 44px 11px 16px;
  border: 1px solid #cfe4ef;
  border-radius: 999px;
  color: var(--blue-2);
  background: #f5fbfd;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 22px rgba(8, 40, 74, 0.05);
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.treatment-card a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--aqua-dark);
  border-right: 2px solid var(--aqua-dark);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.22s ease;
}

.treatment-card a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(17, 156, 145, 0.28);
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.treatment-card:hover,
.treatment-card:focus-within {
  border-color: rgba(49, 198, 180, 0.58);
  box-shadow: 0 26px 54px rgba(8, 40, 74, 0.14);
  transform: translateY(-8px);
}

.treatment-card:hover::before,
.treatment-card:focus-within::before {
  opacity: 1;
}

.treatment-card:hover img,
.treatment-card:focus-within img {
  background: var(--white);
  box-shadow: 0 14px 30px rgba(49, 198, 180, 0.22);
  transform: translateY(-3px) scale(1.05);
}

.treatment-card:hover a::after,
.treatment-card:focus-within a::after {
  background: var(--white);
  border-color: var(--white);
  transform: translate(3px, -50%);
}

.treatment-card:hover a::before,
.treatment-card:focus-within a::before {
  transform: translate(3px, -50%) rotate(45deg);
}

.treatment-card a:hover,
.treatment-card a:focus-visible {
  color: var(--white);
  border-color: var(--aqua);
  background: linear-gradient(135deg, var(--aqua), var(--aqua-dark));
  box-shadow: 0 16px 28px rgba(49, 198, 180, 0.26);
  transform: translateY(-2px);
}

.comparison {
  background: var(--soft);
}

.health-insurers {
  position: relative;
  overflow: hidden;
  padding-block: 64px;
  background: linear-gradient(145deg, #f3faf9 0%, #f7fafc 55%, #edf5fa 100%);
}

.health-insurers__heading {
  margin-bottom: 24px;
}

.health-insurers__heading h2 {
  max-width: 620px;
  font-size: clamp(32px, 4vw, 48px);
}

.health-insurers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.health-insurers__list li {
  padding: 8px 13px;
  border: 1px solid rgba(8, 40, 74, 0.1);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.health-insurers__list li:hover {
  border-color: rgba(12, 163, 149, 0.42);
  color: #087f75;
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 40, 74, 0.08);
  transform: translateY(-2px);
}

.health-insurers__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(8, 40, 74, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.health-insurers__contact p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.health-insurers__contact strong {
  color: var(--navy);
}

.team {
  background: var(--white);
}

.structure {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.structure::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -140px;
  z-index: 0;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 102, 166, 0.12), transparent 70%);
  pointer-events: none;
}

.structure > .container {
  position: relative;
  z-index: 1;
}

.trust {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.trust::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -100px;
  z-index: 0;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 198, 180, 0.12), transparent 70%);
  pointer-events: none;
}

.trust > .container {
  position: relative;
  z-index: 1;
}

.testimonials {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.testimonials::before {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -120px;
  z-index: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 102, 166, 0.09), transparent 70%);
  pointer-events: none;
}

.testimonials > .container {
  position: relative;
  z-index: 1;
}

.faq {
  background: var(--soft);
}

.blog {
  background: var(--white);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.comparison-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  color: var(--white);
  background: var(--navy);
  font-size: 15px;
}

.comparison-table tbody th {
  width: 210px;
  color: var(--navy);
  background: #f4f9fc;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.cards--team {
  grid-template-columns: repeat(3, 1fr);
}

.team-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.team-card:hover,
.team-card:focus-within {
  border-color: rgba(49, 198, 180, 0.4);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.team-card__media {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(18, 102, 166, 0.14);
  border-radius: 50%;
  overflow: hidden;
  color: var(--blue-2);
  background: #edf7fb;
  font-size: 12px;
  font-weight: 900;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}

.team-card:hover .team-card__media,
.team-card:focus-within .team-card__media {
  background: var(--aqua-soft);
  transform: scale(1.06);
}

.team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__initials {
  line-height: 1;
}

.team-card .team-card__name {
  margin-bottom: 3px;
  color: var(--navy);
  font-weight: 800;
}

.team-card .team-card__registration {
  margin-top: 0;
  font-size: 14px;
}

.team-card .team-card__description {
  margin-top: 14px;
}

.team-card p,
.cert-box li {
  color: var(--muted);
}

.technical-note {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(49, 198, 180, 0.38);
  border-radius: var(--radius);
  color: var(--navy);
  background: #effbf9;
}

.team__actions {
  margin-top: 24px;
}

.trust__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.trust__grid > div,
.cert-box {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.feature-grid article {
  position: relative;
  min-height: 62px;
  padding: 16px 16px 16px 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--navy);
  background: #f8fcfd;
  font-weight: 400;
  transition: transform 0.22s var(--ease), border-color 0.22s var(--ease), background 0.22s var(--ease);
}

.feature-grid article:hover {
  border-color: rgba(49, 198, 180, 0.45);
  background: var(--aqua-soft);
  transform: translateX(3px);
}

.feature-grid article::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
  transition: transform 0.22s var(--ease);
}

.feature-grid article:hover::before {
  transform: scale(1.2);
}

.cert-box ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.cert-box li {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.cert-box li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  min-height: 138px;
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(8, 40, 74, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.timeline li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--blue-2), var(--navy));
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.22s ease;
}

.timeline li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 13px;
  height: 2px;
  background: var(--aqua);
  transition: background 0.22s ease, box-shadow 0.22s ease;
}

.timeline li:last-child::after {
  display: none;
}

.timeline span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(49, 198, 180, 0.12);
  color: var(--aqua-dark);
  font-size: 13px;
  font-weight: 900;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.timeline strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  color: var(--navy);
  font-size: 18px;
  transition: color 0.22s ease;
}

.timeline li:hover,
.timeline li:focus-within {
  border-color: rgba(49, 198, 180, 0.56);
  box-shadow: 0 24px 48px rgba(8, 40, 74, 0.16);
  transform: translateY(-8px);
}

.timeline li:hover::before,
.timeline li:focus-within::before {
  opacity: 1;
}

.timeline li:hover::after,
.timeline li:focus-within::after {
  background: var(--aqua-dark);
  box-shadow: 0 0 0 4px rgba(49, 198, 180, 0.14);
}

.timeline li:hover span,
.timeline li:focus-within span {
  color: var(--navy);
  background: var(--aqua);
  transform: scale(1.06);
}

.timeline li:hover strong,
.timeline li:focus-within strong {
  color: var(--white);
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 230px;
  gap: 16px;
}

.gallery figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
}

.gallery figure:first-child {
  grid-row: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery figure:hover img {
  transform: scale(1.04);
}

.gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(8, 40, 74, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.cards--reviews {
  grid-template-columns: repeat(3, 1fr);
}

.review {
  padding: 28px;
}

.review:hover,
.review:focus-within {
  border-color: rgba(49, 198, 180, 0.4);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.stars {
  color: #f4b740;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.review strong,
.review span {
  display: block;
}

.review strong {
  margin-top: 22px;
  color: var(--navy);
}

.review span {
  color: var(--muted);
  font-size: 14px;
}

.split--faq {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.faq__title {
  font-size: clamp(26px, 3.2vw, 38px);
}

.faq__list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: border-color 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

details:hover,
details:focus-within {
  border-color: rgba(49, 198, 180, 0.4);
  box-shadow: var(--shadow-md);
}

details[open] {
  border-color: rgba(49, 198, 180, 0.5);
}

summary {
  cursor: pointer;
  padding: 18px 22px;
  color: var(--navy);
  font-weight: 900;
}

summary::marker {
  color: var(--aqua-dark);
}

summary h3 {
  display: inline;
  font-size: 18px;
  line-height: 1.3;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.cards--blog {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.post {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.post:hover,
.post:focus-within {
  border-color: rgba(49, 198, 180, 0.4);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.post img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.4s var(--ease);
}

.post:hover img,
.post:focus-within img {
  transform: scale(1.05);
}

.post div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px;
}

.post span {
  display: -webkit-box;
  overflow: hidden;
  min-height: 32px;
  color: var(--aqua-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post h3 {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post p {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post div > a {
  margin-top: auto;
  padding-top: 18px;
}

.final-cta {
  padding: 76px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 40, 74, 0.96), rgba(18, 102, 166, 0.95)),
    url("../img/estrutura-fachada.jpg") center/cover;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.footer {
  padding: 68px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy-soft);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1fr 1fr;
  gap: 32px;
}

.footer__contact {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 0.9fr 1.6fr auto;
  gap: 18px 28px;
  align-items: center;
  margin-top: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(95, 220, 205, 0.2);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(49, 198, 180, 0.1), rgba(18, 102, 166, 0.08) 48%, rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.12);
}

.footer__contact p,
.footer__contact a {
  margin: 0;
}

.footer__contact > * {
  min-width: 0;
}

.footer__contact-title {
  display: flex;
  gap: 13px;
  align-items: center;
}

.footer__contact-title > span {
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 6px rgba(49, 198, 180, 0.12), 0 0 22px rgba(49, 198, 180, 0.55);
}

.footer__contact-title small,
.footer__contact-phone small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer .footer__contact-title h2 {
  margin: 0;
  font-size: 18px;
}

.footer .footer__contact-phone {
  display: block;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__contact-phone strong {
  color: var(--white);
  font-size: 19px;
}

.footer__contact-details {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__contact-details p {
  max-width: none;
  color: rgba(255, 255, 255, 0.74);
  white-space: nowrap;
}

.footer .footer__contact-details a {
  margin-top: 4px;
  color: var(--aqua);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.footer .footer__contact-whatsapp {
  display: inline-flex;
  min-height: 48px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(49, 198, 180, 0.54);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(49, 198, 180, 0.22), rgba(17, 156, 145, 0.12));
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  font-weight: 800;
  white-space: nowrap;
}

.footer .footer__contact-whatsapp svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer .footer__contact-whatsapp:hover,
.footer .footer__contact-whatsapp:focus-visible {
  color: var(--navy);
  border-color: var(--aqua);
  background: var(--aqua);
  box-shadow: 0 14px 30px rgba(49, 198, 180, 0.2);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .footer__contact {
    grid-template-columns: 1fr 1fr;
  }

  .footer .footer__contact-details {
    border-left: 0;
  }

  .footer__contact-details p {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .footer__contact {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer .footer__contact-phone,
  .footer .footer__contact-details {
    padding-left: 0;
    border-left: 0;
  }

  .footer__contact-whatsapp {
    width: 100%;
  }
}

.footer img {
  width: auto;
  height: 76px;
  margin-bottom: 18px;
}

.footer .footer__brand {
  display: inline-block;
  margin: 0;
}

.footer h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 17px;
}

.footer a {
  display: block;
  margin-top: 10px;
}

.social--footer {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 22px;
}

.social--footer a {
  display: grid;
  place-items: center;
  margin-top: 0;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.social--footer a:hover,
.social--footer a:focus-visible {
  color: var(--navy);
  background: var(--aqua);
  border-color: var(--aqua);
}

.footer__bottom {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(49, 198, 180, 0.55);
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--aqua), var(--aqua-dark));
  box-shadow: 0 18px 34px rgba(8, 40, 74, 0.2);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.92);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top:hover,
.scroll-top:focus-visible {
  box-shadow: 0 22px 42px rgba(49, 198, 180, 0.28);
  transform: translateY(-3px) scale(1.04);
}

.scroll-top svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.floating-whatsapp {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 72;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, #62d927, #27c765);
  box-shadow: 0 18px 34px rgba(20, 155, 76, 0.28);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  isolation: isolate;
  animation: whatsappFloat 3.2s ease-in-out infinite;
}

.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.14);
  opacity: 0;
  transform: scale(0.92);
  animation: whatsappGlow 3.2s ease-in-out infinite;
}

.floating-whatsapp__pulse {
  position: absolute;
  inset: -7px;
  z-index: -2;
  border: 1px solid rgba(39, 199, 101, 0.42);
  border-radius: inherit;
  opacity: 0;
  animation: whatsappPulse 2.6s ease-out infinite;
}

.floating-whatsapp svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  box-shadow: 0 22px 44px rgba(20, 155, 76, 0.34);
  transform: translateY(-3px);
  animation-play-state: paused;
}

@keyframes whatsappFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes whatsappPulse {
  0% {
    opacity: 0.55;
    transform: scale(0.92);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

@keyframes whatsappGlow {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.92);
  }

  45% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes headerWhatsappShine {
  0%,
  42% {
    left: -55%;
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  72%,
  100% {
    left: 118%;
    opacity: 0;
  }
}

@media (max-width: 1080px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .phone {
    display: none;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .btn {
    min-height: 42px;
    padding: 11px 16px;
  }

  .cards--blog {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline li::after {
    display: none;
  }
}

@media (max-width: 1180px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .topbar__inner {
    align-items: flex-start;
  }

  .topbar .social {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header__top {
    min-height: 104px;
  }

  .header__nav-row {
    border-top: 0;
    background: transparent;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 104px;
    right: 14px;
    left: 14px;
    max-height: calc(100vh - 136px);
    overflow-y: auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav > a,
  .nav__trigger {
    width: 100%;
    justify-content: space-between;
    padding: 14px;
  }

  .nav > a::after,
  .nav__trigger::after {
    display: none;
  }

  .nav__item {
    width: 100%;
  }

  .mega-menu {
    position: static;
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    border: 0;
    border-radius: var(--radius);
    background: #f4f9fc;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: max-height 0.22s ease, padding 0.22s ease, margin 0.22s ease;
  }

  .mega-menu::before {
    display: none;
  }

  .has-mega:hover .mega-menu,
  .has-mega:focus-within .mega-menu {
    transform: none;
  }

  .has-mega.is-open .mega-menu {
    max-height: 360px;
    margin-bottom: 6px;
    padding: 8px 10px;
  }

  .mega-menu a {
    min-height: 40px;
    padding: 8px 12px;
    white-space: normal;
  }

  .hero,
  .hero__grid {
    min-height: auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    padding: 78px 0 54px;
  }

  .hero__cards,
  .metrics__grid,
  .cards--treatments,
  .cards--reviews,
  .cards--team,
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .split--faq {
    grid-template-columns: 1fr;
  }

  .trust__grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery figure:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }

  .final-cta__inner,
  .section-head--row,
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head--split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .section-head--split p {
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .hero__cards article:nth-child(4) {
    padding: 16px;
  }

  .hero__cards article:nth-child(4) strong {
    font-size: 18px;
  }

  .hero__cards article:nth-child(4) span {
    font-size: 12px;
    white-space: nowrap;
  }

  .health-insurers {
    padding-block: 48px;
  }

  .health-insurers__list {
    gap: 7px;
  }

  .health-insurers__list li {
    padding: 7px 11px;
    font-size: 12px;
  }

  .health-insurers__contact {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .health-insurers__contact .btn {
    width: 100%;
  }

  .floating-whatsapp {
    left: 14px;
    bottom: 16px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 14px;
  }

  .scroll-top {
    right: 14px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }

  .header__top {
    gap: 10px;
    min-height: 92px;
  }

  .header-actions .btn {
    width: 46px;
    min-height: 46px;
    padding: 0;
    gap: 0;
  }

  .header__whatsapp span {
    display: none;
  }

  .header__whatsapp svg {
    width: 20px;
    height: 20px;
  }

  .nav {
    top: 92px;
    max-height: calc(100vh - 110px);
  }

  .topbar__items {
    display: block;
    overflow: hidden;
    padding: 9px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 24px, #000 calc(100% - 24px), transparent);
  }

  .topbar__track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: topbarMarquee 16s linear infinite;
  }

  .topbar__track span {
    flex: 0 0 auto;
    padding-right: 24px;
    white-space: nowrap;
  }

  .topbar__track span[aria-hidden] {
    display: block;
  }

  @media (prefers-reduced-motion: reduce) {
    .topbar__track {
      animation: none;
      width: auto;
    }

    .topbar__items {
      overflow-x: auto;
    }

    .topbar__track span[aria-hidden] {
      display: none;
    }
  }

  @keyframes topbarMarquee {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  .brand img {
    width: 174px;
  }

  .hero__media::after {
    background:
      linear-gradient(180deg, rgba(8, 40, 74, 0.94), rgba(8, 40, 74, 0.9)),
      linear-gradient(90deg, rgba(8, 40, 74, 0.86), rgba(8, 40, 74, 0.65));
  }

  h1 {
    font-size: 40px;
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions,
  .final-cta__actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .cards--treatments,
  .cards--reviews,
  .cards--blog,
  .cards--team,
  .footer__grid,
  .gallery,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery figure:first-child {
    grid-column: auto;
  }

  .gallery {
    grid-auto-rows: 220px;
  }

  .section {
    padding: 72px 0;
  }

  .metrics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics__grid div {
    padding: 22px 18px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .metrics__grid div:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .metrics__grid div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .footer {
    padding-bottom: 84px;
  }
}
