:root {
  --ink: #2d2d2d;
  --ink-soft: #555a5b;
  --teal: #668b8f;
  --teal-dark: #365f65;
  --teal-mist: #dbe4e5;
  --blush: #d7a6aa;
  --blush-soft: #f4e9e8;
  --blossom: #d7dfdf;
  --blossom-soft: #f1efec;
  --sand: #9d8d7f;
  --sand-soft: #ece6e0;
  --paper: #f9f7f4;
  --white: #ffffff;
  --line: #dce3e3;
  --shadow: 0 18px 48px rgba(45, 45, 45, 0.09);
  --shadow-soft: 0 8px 24px rgba(45, 45, 45, 0.07);
  --radius: 24px;
  --radius-sm: 14px;
  --font-body: "Inter", sans-serif;
  --font-display: "Playfair Display", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at 8% 18%, rgba(236, 230, 224, 0.42), transparent 28%),
    radial-gradient(circle at 92% 38%, rgba(193, 207, 209, 0.24), transparent 30%),
    linear-gradient(180deg, #f9f7f4 0%, #f4f1ed 100%);
}

img {
  max-width: 100%;
}

a {
  color: var(--teal-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--ink);
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.14;
}

h1 {
  font-size: clamp(2.3rem, 4.25vw, 4rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  letter-spacing: -0.025em;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

p {
  color: var(--ink-soft);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
}

.skip-link:focus {
  top: 1rem;
  color: var(--white);
}

:focus-visible {
  outline: 3px solid rgba(79, 143, 146, 0.45);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(220, 227, 227, 0.86);
  background: rgba(255, 253, 251, 0.96);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(45, 45, 45, 0.08);
}

.practice-status-bar {
  position: relative;
  z-index: 5;
  padding: 0.68rem 0;
  background: var(--teal-dark);
  color: var(--white);
}

.practice-status-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 0.84rem;
  line-height: 1.35;
}

.practice-status-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 1.25rem;
  text-align: center;
}

.practice-status-item + .practice-status-item {
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.practice-status-item i {
  color: var(--blush-soft);
}

.practice-status-copy {
  min-width: 0;
}

.site-header .navbar {
  min-height: 88px;
  padding: 0.35rem 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  padding: 0;
}

.brand-logo {
  display: block;
  width: 118px;
  height: 78px;
  object-fit: contain;
}

.navbar-toggler {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(79, 143, 146, 0.2);
}

.navbar-nav {
  align-items: center;
  gap: 0.15rem;
}

.navbar-nav .nav-link {
  padding: 0.65rem 0.72rem !important;
  color: var(--ink) !important;
  font-size: 0.91rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link[aria-current="page"] {
  color: var(--teal-dark) !important;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.8rem;
}

.language-link {
  color: var(--teal-dark);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.language-link:hover {
  color: var(--teal-dark);
  text-decoration: underline;
}

.language-switcher-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 44px;
  padding: 0 0.3rem;
  white-space: nowrap;
}

.language-current {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.language-divider {
  color: var(--sand);
}

.mobile-language-switcher {
  display: none;
}

.desktop-language-switcher {
  display: inline-flex;
}

.btn-aem {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn-aem:hover {
  transform: translateY(-1px);
}

.btn-primary-aem {
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(50, 111, 115, 0.2);
}

.btn-primary-aem:hover {
  background: #285e61;
  color: var(--white);
}

.btn-secondary-aem {
  border-color: #bfcfd0;
  background: var(--white);
  color: var(--ink);
}

.btn-secondary-aem:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--sand);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 7rem) 0 4.75rem;
  background:
    linear-gradient(180deg, rgba(249, 247, 244, 0) 62%, rgba(249, 247, 244, 0.72) 88%, var(--paper) 100%),
    radial-gradient(ellipse at 8% 16%, rgba(215, 166, 170, 0.27), transparent 38%),
    radial-gradient(ellipse at 28% 86%, rgba(236, 230, 224, 0.62), transparent 38%),
    radial-gradient(ellipse at 90% 18%, rgba(193, 207, 209, 0.58), transparent 42%),
    linear-gradient(135deg, #faf8f5 0%, #f0eeeb 52%, #e5ebeb 100%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 36rem;
  height: 12rem;
  right: -8rem;
  bottom: 0;
  border-radius: 52% 48% 36% 64%;
  background: radial-gradient(ellipse, rgba(157, 141, 127, 0.14) 0%, rgba(157, 141, 127, 0.07) 45%, transparent 74%);
  filter: blur(10px);
  transform: rotate(-6deg);
}

.hero-copy {
  max-width: 660px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0 0 1.35rem;
}

html[lang="es"] .hero h1 {
  font-size: clamp(2.2rem, 3.8vw, 3.65rem);
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 1.75rem;
  font-size: clamp(1.05rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-media {
  position: relative;
  max-width: 590px;
  margin-left: auto;
  padding: 0.65rem;
  border-radius: 30px 30px 80px 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-media::before {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  left: -38px;
  bottom: -34px;
  border-radius: 52% 48% 58% 42%;
  background: rgba(215, 166, 170, 0.42);
  z-index: -1;
}

.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 11 / 10;
  object-fit: cover;
  object-position: center 48%;
  border-radius: 22px 22px 70px 22px;
}

.hero-media--portrait {
  max-width: 480px;
}

.hero-media--portrait img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.trust-band {
  position: relative;
  z-index: 2;
  margin-top: -1.6rem;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 76px;
  padding: 1rem;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.trust-item i {
  color: var(--teal-dark);
}

.emergency-band {
  position: relative;
  z-index: 3;
  margin: 12px 0;
}

.emergency-alert {
  display: block;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(47, 101, 107, 0.32);
  border-radius: 12px;
  background: #f8eeec;
  color: #6f2521;
  text-align: center;
}

.emergency-alert strong {
  font-weight: 800;
}

.emergency-title {
  display: block;
  margin-bottom: 0.18rem;
  color: #6f2521;
  font-size: 1rem;
}

.emergency-alert p {
  margin: 0;
  color: #6f2521;
  font-size: 0.95rem;
  line-height: 1.5;
}

.section {
  position: relative;
  padding: clamp(4.25rem, 8vw, 7rem) 0;
}

.section-soft {
  background:
    radial-gradient(circle at 5% 0%, rgba(157, 141, 127, 0.12), transparent 24%),
    var(--blossom-soft);
}

.section-blush-soft {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 12% 12%, rgba(215, 166, 170, 0.2), transparent 34%),
    linear-gradient(135deg, #f7f2ef 0%, var(--blush-soft) 52%, #f2eeee 100%);
}

.section-blush-soft::before {
  content: "";
  position: absolute;
  width: 24rem;
  height: 9rem;
  right: -7rem;
  top: 2rem;
  border-radius: 62% 38% 54% 46%;
  background: rgba(215, 166, 170, 0.12);
  filter: blur(18px);
  pointer-events: none;
}

.section-blush-soft .container {
  position: relative;
}

.section-teal-soft {
  background:
    radial-gradient(circle at 96% 8%, rgba(102, 139, 143, 0.2), transparent 30%),
    #e7efef;
}

main > .section,
main > .page-hero,
main > .emergency-band,
main > .cta-section {
  margin-block: 12px;
}

main > .page-hero:first-child {
  margin-top: 0;
}

main > .trust-band {
  margin-bottom: 12px;
}

main > .section:not(.section-soft):not(.section-teal-soft):not(.section-blush-soft):not(.section-deep),
main > .page-hero,
main > .cta-section {
  background: rgba(255, 255, 255, 0.34);
}

.section-deep {
  background:
    radial-gradient(circle at 92% 12%, rgba(219, 228, 229, 0.14), transparent 30%),
    var(--teal-dark);
}

.section-deep h2,
.section-deep h3,
.section-deep p,
.section-deep .eyebrow {
  color: var(--white);
}

.section-deep .section-heading p,
.section-deep .step-card p {
  color: rgba(255, 255, 255, 0.78);
}

.section-deep .eyebrow::before {
  background: var(--teal-mist);
}

.section-deep .step-card {
  border-color: rgba(255, 255, 255, 0.22);
}

.section-deep .step-card::before {
  color: var(--teal-mist);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2.3rem;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0.8rem;
}

.section-heading p {
  margin: 0;
  font-size: 1.04rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.aem-card {
  height: 100%;
  padding: 1.75rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.aem-card h3 {
  margin: 1rem 0 0.75rem;
}

.aem-card p:last-child {
  margin-bottom: 0;
}

.card-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--teal-mist);
  color: var(--teal-dark);
  font-size: 1.2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  gap: 0.65rem;
}

.provider-preview,
.content-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.provider-preview {
  border-top: 4px solid rgba(215, 166, 170, 0.72);
}

#services .eyebrow::before,
#servicios .eyebrow::before,
#pricing .eyebrow::before,
#precios .eyebrow::before,
.provider-preview .eyebrow::before {
  background: var(--blush);
}

.provider-photo-wrap {
  height: 100%;
  min-height: 430px;
  background: linear-gradient(145deg, var(--teal-mist), var(--blossom-soft));
}

.provider-photo-wrap img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center 24%;
}

.provider-preview-copy {
  padding: clamp(2rem, 5vw, 4.5rem);
}

.provider-preview--text {
  max-width: 960px;
  margin: 0 auto;
}

.provider-preview--text .provider-preview-copy {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.provider-preview--text .eyebrow,
.provider-preview--text .text-link {
  justify-content: center;
}

.provider-preview--text .credentials {
  margin-bottom: 0.65rem;
}

.credentials {
  margin-bottom: 1rem;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  max-width: 920px;
  margin: 0 auto;
}

.price-card {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.price-card .price {
  display: block;
  margin-top: 1.2rem;
  color: var(--teal-dark);
  font-family: var(--font-display);
  font-size: 2.45rem;
  font-weight: 600;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  counter-reset: steps;
}

.step-card {
  position: relative;
  padding: 4.25rem 1.5rem 1.5rem;
  border-top: 1px solid var(--line);
  counter-increment: steps;
}

.step-card::before {
  content: "0" counter(steps);
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  color: var(--sand);
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.35rem;
}

.resource-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.resource-card .btn-aem {
  margin-top: auto;
}

.cta-section {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 7vw, 5rem);
  border-radius: 32px;
  background: var(--teal-dark);
  color: var(--white);
}

.cta-panel::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -75px;
  bottom: -150px;
  border-radius: 48% 52% 44% 56%;
  background: rgba(215, 223, 223, 0.22);
}

.cta-panel h2,
.cta-panel p {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.cta-panel p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
}

.cta-panel .btn-aem {
  position: relative;
  z-index: 1;
}

.cta-panel .btn-primary-aem {
  background: var(--white);
  color: var(--teal-dark);
}

.cta-panel .btn-secondary-aem {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--white);
}

.booking-qualifier {
  margin: -0.25rem 0 1.25rem;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.75rem, 5vw, 4.5rem) 0 2.75rem;
  background: transparent;
}

.page-hero + .section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.page-hero + .emergency-band .emergency-alert {
  margin-top: 0;
}

.emergency-band + .section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.page-hero .lead {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 1.15rem;
}

.prose {
  max-width: 760px;
}

.prose h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.prose p,
.prose li {
  font-size: 1.04rem;
}

.value-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.value-item {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.value-item strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--teal-dark);
}

.provider-profile-image {
  width: min(100%, 390px);
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center 20%;
  border: 10px solid var(--white);
  border-radius: 28px 28px 80px 28px;
  box-shadow: var(--shadow);
}

.detail-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.detail-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.detail-list i {
  margin-top: 0.3rem;
  color: var(--teal-dark);
}

.app-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.app-step {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f9fbfb;
}

.app-step strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--teal-dark);
}

.practice-code {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  background: var(--teal-mist);
  color: var(--teal-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0;
}

.store-links img {
  width: 135px;
  height: 40px;
}

.site-footer {
  padding: 4rem 0 6rem;
  background: #263f42;
  color: var(--white);
}

.site-footer .brand-logo {
  width: 126px;
  height: 84px;
  padding: 0.25rem;
  border-radius: 12px;
  background: var(--white);
}

.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer a {
  color: var(--white);
}

.site-footer p,
.site-footer a {
  font-size: 0.91rem;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-booking-bar {
  display: none;
}

@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    padding-inline: 0.5rem !important;
    font-size: 0.86rem;
  }

  .header-actions .btn-secondary-aem {
    display: none;
  }
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 86px;
  }

  .site-header .navbar {
    min-height: 82px;
  }

  .brand-logo {
    width: 106px;
    height: 70px;
  }

  .mobile-language-switcher {
    display: inline-flex;
    margin-right: 0.55rem;
    margin-left: auto;
  }

  .desktop-language-switcher {
    display: none;
  }

  .navbar-collapse {
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid var(--line);
  }

  .navbar-nav {
    align-items: stretch;
  }

  .navbar-nav .nav-link {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0.75rem 0 !important;
    font-size: 1rem;
  }

  .header-actions {
    align-items: stretch;
    flex-direction: column;
    margin: 0.75rem 0 0;
  }

  .header-actions .language-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .header-actions .btn-secondary-aem {
    display: inline-flex;
  }

  .hero {
    padding-top: 3.5rem;
  }

  .hero-media {
    max-width: none;
    margin-top: 2.5rem;
  }

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

  .trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .card-grid,
  .value-list {
    grid-template-columns: 1fr;
  }

  .provider-photo-wrap,
  .provider-photo-wrap img {
    min-height: 380px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 72px;
  }

  h1 {
    font-size: clamp(2.1rem, 9vw, 2.75rem);
  }

  html[lang="es"] .hero h1 {
    font-size: clamp(2rem, 8.5vw, 2.55rem);
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row.g-5 {
    --bs-gutter-x: 2rem;
  }

  .practice-status-bar {
    padding: 0.48rem 0;
  }

  .practice-status-list {
    flex-direction: column;
    gap: 0.26rem;
    font-size: 0.69rem;
    line-height: 1.25;
  }

  .practice-status-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.32rem;
    padding: 0;
    text-align: center;
  }

  .practice-status-item i {
    width: 0.85rem;
    margin: 0;
    text-align: center;
  }

  .practice-status-item + .practice-status-item {
    border-left: 0;
  }

  .emergency-alert {
    padding: 0.9rem 1rem;
  }

  .emergency-title {
    font-size: 0.94rem;
  }

  .emergency-alert p {
    font-size: 0.86rem;
  }

  .hero {
    padding: 2.5rem 0 4rem;
  }

  .hero-lead {
    font-size: 1.02rem;
    line-height: 1.65;
  }

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

  .hero-actions .btn-aem {
    width: 100%;
  }

  .hero-media {
    border-radius: 22px 22px 54px 22px;
  }

  .hero-media img {
    border-radius: 15px 15px 46px 15px;
  }

  .trust-item {
    min-height: 52px;
    justify-content: flex-start;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
    border: 0 !important;
    font-size: 0.75rem;
    text-align: left;
  }

  .trust-panel {
    gap: 0.15rem 0.4rem;
    padding: 0.4rem;
    border-radius: 16px;
  }

  .section {
    padding: 4rem 0;
  }

  main > .section,
  main > .page-hero,
  main > .emergency-band,
  main > .cta-section {
    margin-block: 8px;
  }

  main > .page-hero:first-child {
    margin-top: 0;
  }

  main > .trust-band {
    margin-bottom: 8px;
  }

  .section-heading {
    margin-bottom: 1.65rem;
  }

  .aem-card,
  .price-card,
  .resource-card {
    padding: 1.4rem;
  }

  .price-grid,
  .steps-grid,
  .resource-grid,
  .app-steps {
    grid-template-columns: 1fr;
  }

  .provider-photo-wrap,
  .provider-photo-wrap img {
    min-height: 360px;
  }

  .provider-preview-copy {
    padding: 1.75rem;
  }

  .page-hero {
    padding: 2.25rem 0 1.75rem;
  }

  .page-hero + .section {
    padding-top: 2.5rem;
  }

  .emergency-band + .section {
    padding-top: 2.5rem;
  }

  .cta-panel {
    border-radius: 24px;
  }

  .cta-panel .hero-actions {
    align-items: stretch;
  }

  .back-to-top {
    display: none;
  }

  .mobile-booking-bar {
    position: fixed;
    z-index: 1100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.65rem;
    padding: 0.65rem max(16px, env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    border-top: 1px solid var(--line);
    background: rgba(255, 253, 251, 0.97);
    box-shadow: 0 -8px 30px rgba(45, 45, 45, 0.09);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 180ms ease, visibility 180ms ease, transform 220ms ease;
  }

  .mobile-booking-bar.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-booking-bar .btn-aem {
    min-height: 50px;
    padding-inline: 1rem;
  }

  .mobile-booking-bar .portal-shortcut {
    width: 50px;
    padding: 0;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 88px;
    height: 62px;
  }

  .mobile-language-switcher {
    gap: 0.22rem;
    margin-right: 0.4rem;
    padding: 0;
  }

  .mobile-language-switcher .language-link,
  .mobile-language-switcher .language-current {
    font-size: 0.75rem;
  }

  .navbar-toggler {
    width: 42px;
    height: 42px;
  }

  .trust-panel {
    grid-template-columns: 1fr 1fr;
  }

  .provider-photo-wrap,
  .provider-photo-wrap img {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
