:root {
  --navy: #10152d;
  --blue: #426da9;
  --gray: #babdc2;
  --ink: #171b2f;
  --muted: #667085;
  --line: #e7eaf0;
  --surface: #f6f8fb;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(16, 21, 45, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: var(--white);
}

body.has-open-modal {
  overflow: hidden;
}

body.crc-site {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: var(--white);
}

body.crc-site :where(a, button, input, textarea, select) {
  font-family: inherit !important;
}

body.crc-site :where(h1, h2, h3, p) {
  font-family: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

body.crc-site :where(.eyebrow) {
  text-transform: uppercase;
}

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

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

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(231, 234, 240, 0.9);
  backdrop-filter: blur(16px);
}

.brand img {
  width: auto;
  height: 64px;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
}

body.crc-site .site-nav {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

.site-nav a {
  padding: 10px 0;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

body.crc-site :where(.header-cta, .btn) {
  min-height: 46px !important;
  padding: 0 20px !important;
  border-radius: 6px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

.header-cta,
.btn-primary {
  color: var(--white);
  background: var(--blue);
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(16, 21, 45, 0.2);
}

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

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: clamp(500px, 68svh, 610px);
  display: flow-root;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: clamp(54px, 8vh, 88px);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 36%, rgba(255, 255, 255, 0.1) 68%),
    linear-gradient(180deg, rgba(16, 21, 45, 0.05), rgba(16, 21, 45, 0.15));
}

.hero-content {
  width: min(630px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 84px);
  padding: clamp(34px, 7vh, 70px) 0 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 5.4vw, 5.85rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

body.crc-site h1 {
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: clamp(3rem, 5.4vw, 5.85rem) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: #3b4256;
  font-size: clamp(1.18rem, 2.1vw, 1.55rem);
  font-weight: 750;
}

body.crc-site .hero-copy {
  color: #3b4256 !important;
  font-size: clamp(1.18rem, 2.1vw, 1.55rem) !important;
  font-weight: 750 !important;
  line-height: 1.5 !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-info {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 12px;
  margin-top: clamp(40px, 8vh, 76px);
  margin-left: clamp(18px, 6vw, 84px);
  width: min(760px, calc(100vw - clamp(18px, 6vw, 84px) - 120px));
}

.hero-info .hero-actions {
  grid-column: 1 / -1;
  margin-top: 4px;
}

.hero-info .btn {
  min-width: 156px;
}

.hero-info > div:not(.hero-actions) {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 32px rgba(16, 21, 45, 0.08);
  backdrop-filter: blur(14px) saturate(140%);
}

.hero-info span {
  display: block;
  color: rgba(16, 21, 45, 0.7);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-info strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  font-size: clamp(0.96rem, 1.35vw, 1.16rem);
}

body.crc-site .hero-info strong {
  color: var(--navy) !important;
  font-size: clamp(0.96rem, 1.35vw, 1.16rem) !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

.hero-info p {
  margin: 5px 0 0;
  color: var(--navy);
  font-size: clamp(0.96rem, 1.35vw, 1.16rem);
  font-weight: 500;
}

body.crc-site .hero-info p {
  margin: 5px 0 0 !important;
  color: var(--navy) !important;
  font-size: clamp(0.96rem, 1.35vw, 1.16rem) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.hero-info p strong {
  display: inline;
  margin: 0;
  font-size: inherit;
  font-weight: 800;
}

.phone-link {
  color: inherit;
  text-decoration: none;
}

.phone-link:hover {
  color: var(--blue);
}

.brand-evolution,
.section {
  padding: clamp(66px, 9vw, 120px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading h2,
.location h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.03;
}

body.crc-site :where(.section-heading h2, .location h2, .evolution-copy h2, .guide-modal h2, .doctor-modal h2) {
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.section-heading p:not(.eyebrow),
.location-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 400;
  text-transform: none;
}

body.crc-site :where(.section-heading p:not(.eyebrow), .location-copy p, .service-card p, .doctor-modal__bio, .guide-modal__content) {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.brand-evolution {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.6fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
  color: var(--white);
  background: var(--navy);
}

.brand-evolution .eyebrow {
  color: #9fbae0;
}

.evolution-copy h2 {
  margin: 0;
  max-width: 720px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.03;
}

body.crc-site .brand-evolution .evolution-copy h2 {
  color: var(--white) !important;
  font-size: clamp(2rem, 4vw, 4.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.03 !important;
}

.evolution-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.evolution-points div {
  position: relative;
  min-height: 148px;
  padding: 36px 20px 20px;
  border: 1px solid rgba(159, 186, 224, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.pillar-icon {
  position: absolute;
  top: -18px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(159, 186, 224, 0.35);
  border-radius: 50%;
  color: #dbe8fa;
  background: rgba(16, 21, 45, 0.78);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.pillar-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evolution-points strong {
  display: block;
  font-size: 1rem;
}

.evolution-points span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.45;
}

.section-services {
  background: var(--surface);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(16, 21, 45, 0.05);
}

.service-card.featured {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--shadow);
}

.service-card.featured h3,
body.crc-site .service-card.featured h3 {
  color: var(--white) !important;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  color: var(--blue);
  background: rgba(66, 109, 169, 0.1);
}

.service-card.featured .service-icon {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 18px;
}

.service-card h3 {
  margin: 16px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.1;
}

body.crc-site .service-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.guide-button {
  margin-top: auto;
  padding: 11px 14px;
  border: 1px solid rgba(66, 109, 169, 0.24);
  border-radius: 6px;
  color: var(--blue);
  background: rgba(66, 109, 169, 0.08);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.guide-button:hover,
.guide-button:focus-visible {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-1px);
}

.service-card.featured .guide-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.service-card.featured .guide-button:hover,
.service-card.featured .guide-button:focus-visible {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

.guide-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.guide-modal.is-open {
  display: flex;
}

.guide-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 21, 45, 0.58);
  backdrop-filter: blur(10px);
}

.guide-modal__panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(780px, calc(100svh - 48px));
  overflow: auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(16, 21, 45, 0.32);
}

.guide-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
}

.guide-modal__close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.guide-modal h2 {
  margin: 4px 52px 18px 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.guide-modal__content {
  display: grid;
  gap: 22px;
  color: #34415b;
}

.guide-modal__intro {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.guide-modal__section h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1rem;
}

.guide-modal__section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.guide-modal__section p {
  margin: 0;
}

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

.doctor-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.doctor-card {
  display: grid;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(16, 21, 45, 0.05);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.doctor-card:hover,
.doctor-card:focus-visible {
  border-color: rgba(66, 109, 169, 0.34);
  box-shadow: 0 18px 42px rgba(16, 21, 45, 0.12);
  transform: translateY(-2px);
}

.doctor-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
  background: #d4d7da;
}

.doctor-card span {
  display: block;
  min-height: 48px;
  padding: 0 4px 4px;
  color: var(--navy);
  font-weight: 750;
  line-height: 1.25;
}

body.crc-site .doctor-card span {
  color: var(--navy) !important;
  font-size: 1rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

.doctor-modal {
  position: fixed;
  inset: 0;
  z-index: 82;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.doctor-modal.is-open {
  display: flex;
}

.doctor-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 21, 45, 0.6);
  backdrop-filter: blur(10px);
}

.doctor-modal__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  width: min(920px, 100%);
  max-height: min(760px, calc(100svh - 48px));
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 80px rgba(16, 21, 45, 0.32);
}

.doctor-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
}

.doctor-modal__close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.doctor-modal__photo {
  width: 100%;
  align-self: start;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  background: #d4d7da;
  box-shadow: 0 18px 40px rgba(16, 21, 45, 0.14);
}

.doctor-modal h2 {
  margin: 4px 46px 12px 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.doctor-modal__specialty {
  margin: 0 0 20px;
  color: var(--blue);
  font-weight: 850;
}

.doctor-modal__bio {
  margin: 0;
  color: #34415b;
  font-size: 1.05rem;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--navy);
  color: var(--white);
}

.location h2,
.location-copy p {
  color: var(--white);
}

.location-copy p {
  opacity: 0.78;
}

.location-copy .location-address {
  max-width: 560px;
  opacity: 1;
  font-weight: 750;
}

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

.contact-lines a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-weight: 800;
}

.contact-lines svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-frame {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 360px;
  border-radius: 8px;
  background: var(--gray);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 36px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
}

.site-footer img {
  width: 260px;
}

.site-footer p {
  margin: 12px 0 0;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  color: var(--navy);
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.social-links a:hover {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 60px;
  min-height: 56px;
  padding: 0;
  border-radius: 50%;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 18px 40px rgba(16, 21, 45, 0.24);
  font-weight: 900;
}

.floating-whatsapp svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-whatsapp span {
  display: none;
}

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

  .evolution-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px 18px 18px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: min(520px, calc(100svh - 300px));
    padding-bottom: 72px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 45%, rgba(255, 255, 255, 0.24) 100%),
      linear-gradient(180deg, rgba(16, 21, 45, 0.04), rgba(16, 21, 45, 0.2));
  }

  .hero-image {
    object-position: 64% center;
  }

  .location,
  .brand-evolution,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

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

  .site-footer {
    align-items: start;
  }

  .social-links {
    justify-content: flex-start;
  }

}

@media (max-width: 620px) {
  .brand img {
    height: 58px;
  }

  .site-header {
    min-height: 70px;
    padding-inline: 14px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin: 0 auto;
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.45rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 28px);
    margin: 32px auto 0;
    gap: 8px;
  }

  .hero-info .hero-actions {
    grid-column: 1 / -1;
  }

  .hero-info .btn {
    width: auto;
  }

  .hero-info > div:not(.hero-actions) {
    min-height: auto;
    padding: 12px 10px;
  }

  .hero-info strong {
    font-size: 0.78rem;
  }

  .hero-info p {
    font-size: 0.78rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .doctor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .doctor-card {
    padding: 10px;
  }

  .doctor-card span {
    font-size: 0.9rem;
  }

  .doctor-modal__panel {
    grid-template-columns: 1fr;
  }

  .doctor-modal__photo {
    width: min(280px, 100%);
  }

  .evolution-points div {
    min-height: auto;
    padding: 20px;
  }

  .evolution-points {
    grid-template-columns: 1fr;
  }

  .evolution-points div:nth-child(3) {
    grid-column: auto;
  }

  .service-card,
  .doctor-card {
    border-radius: 6px;
  }

  .map-frame {
    min-height: 300px;
    aspect-ratio: 1 / 1;
  }

  .floating-whatsapp {
    width: 56px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
  }
}
