:root {
  --navy: #063f68;
  --blue: #0b6eaa;
  --blue-soft: #eaf7fc;
  --teal: #16a7a0;
  --green: #3f9b47;
  --green-dark: #13723d;
  --ink: #112b3a;
  --muted: #647887;
  --line: #dce8ed;
  --paper: #f7fbfc;
  --white: #fff;
  --shadow: 0 20px 60px rgba(12, 65, 91, .12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section-pad { padding: 100px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(6,63,104,.08);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand strong { display: block; font-size: 23px; letter-spacing: -.5px; background: linear-gradient(90deg, var(--navy), var(--green)); -webkit-background-clip: text; color: transparent; }
.brand small { display: block; color: #637985; font-size: 10px; text-transform: uppercase; letter-spacing: 1.4px; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #375666; }
.main-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: #fff !important; background: linear-gradient(100deg, var(--blue), var(--green)); box-shadow: 0 10px 24px rgba(11,110,170,.18); }
.nav-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; border-radius: 3px; }
.nav-close, .nav-backdrop { display: none; }

.hero { width: 100%; overflow: hidden; line-height: 0; }
.hero > img { display: block; width: 100%; height: auto; }
.hero-content, .hero-overlay, .scroll-cue { display: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(255,255,255,.8); }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: currentColor; opacity: .65; }
.eyebrow-blue { color: var(--blue); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 50px; padding: 0 21px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(100deg, var(--blue), var(--green)); box-shadow: 0 14px 30px rgba(4,83,116,.2); }
.btn-light { color: var(--navy); background: #fff; }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.intro h2, .section-heading h2, .about-intro h2 { margin: 16px 0 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.05; letter-spacing: -2.5px; }
em { font-style: normal; color: var(--green-dark); }
.intro-text p { font-size: 17px; color: var(--muted); max-width: 570px; margin: 0 0 22px; }
.text-link { font-weight: 800; color: var(--navy); }
.text-link span { color: var(--green); margin-left: 6px; }

.treatment-section { background: linear-gradient(180deg, #f7fbfc 0%, #fff 100%); }
.section-heading { max-width: 700px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p { color: var(--muted); margin-top: 20px; }
.treatment-feature { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 480px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 26px; }
.feature-image { position: relative; min-height: 480px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.image-tag { position: absolute; left: 22px; bottom: 22px; background: rgba(255,255,255,.92); color: var(--navy); padding: 10px 14px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.feature-copy { padding: 58px; }
.mini-label, .doctor-label { color: var(--blue); font-size: 10px; letter-spacing: 1.8px; font-weight: 900; text-transform: uppercase; }
.feature-copy h3 { font-size: 34px; line-height: 1.1; letter-spacing: -1.3px; margin: 14px 0; }
.feature-copy p { color: var(--muted); }
.treatment-list { list-style: none; padding: 0; margin: 20px 0 0; }
.treatment-list li { position: relative; padding: 9px 0 9px 23px; border-bottom: 1px dashed #d9e5e9; color: #375565; font-size: 14px; }
.treatment-list li::before { content: ''; position: absolute; left: 0; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.treatment-list.compact { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
.therapy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.therapy-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(12,65,91,.06); }
.therapy-card { transition: transform .3s ease, box-shadow .3s ease; }
.therapy-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(12,65,91,.13); }
.therapy-card img { width: 100%; height: 110px; object-fit: cover; }
.therapy-card h4 { margin: 0; padding: 13px 14px 15px; color: var(--navy); font-size: 14px; line-height: 1.3; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.treatment-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: #fff; min-height: 310px; overflow: hidden; }
.treatment-card.accent-card { background: linear-gradient(145deg, #064f79, #0a7b78); color: #fff; border-color: transparent; }
.treatment-card.accent-card .treatment-list li { color: rgba(255,255,255,.84); border-color: rgba(255,255,255,.18); }
.treatment-card.accent-card .treatment-list li::before { background: #9de786; }
.card-number { position: absolute; right: 22px; top: 18px; color: #a5bbc5; font-size: 11px; font-weight: 900; }
.accent-card .card-number { color: rgba(255,255,255,.45); }
.card-icon { font-size: 28px; color: var(--blue); margin-bottom: 14px; }
.accent-card .card-icon { color: #b2ec90; }
.treatment-card h3 { font-size: 22px; margin: 0 0 8px; line-height: 1.2; }
.wide-card { grid-column: span 3; min-height: auto; display: grid; grid-template-columns: 170px 1fr; gap: 20px; align-items: center; }
.wide-card .card-icon { grid-column: 1; grid-row: 1; }
.wide-card h3 { grid-column: 1; grid-row: 2; margin: -5px 0 0; }
.wide-card .pill-list { grid-column: 2; grid-row: 1 / span 2; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; }
.pill-list span { padding: 11px 14px; border: 1px solid #cfe1e6; border-radius: 999px; background: #f8fcfd; color: #3b5c6b; font-size: 13px; font-weight: 700; }
.wellness-card { display: block; padding: 32px; }
.wellness-card h3 { margin-bottom: 20px; }
.wellness-grid { grid-template-columns: repeat(4, 1fr); margin-top: 0; }
.home-visit-banner { margin-top: 34px; border-radius: 20px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(100deg, #edf9fb, #eff9e9); border: 1px solid #d8ece5; }
.home-visit-banner .eyebrow { color: var(--green-dark); }
.home-visit-banner h3 { margin: 7px 0 0; font-size: 25px; }
.home-visit-banner p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

.about-section { background: #fff; }
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 50px; }
.about-copy { color: var(--muted); font-size: 16px; padding-top: 10px; }
.muted { color: #7b8d97; font-size: 13px; }
.doctor-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.doctor-card { border: 1px solid var(--line); border-radius: 22px; padding: 30px; background: #fff; }
.doctor-card { transition: transform .3s ease, box-shadow .3s ease; }
.doctor-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featured-doctor { background: linear-gradient(150deg, #f2fbfd, #f4faef); border-color: #cfe5df; }
.doctor-top { display: flex; gap: 16px; align-items: center; }
.doctor-avatar { width: 56px; height: 56px; flex: 0 0 56px; display: grid; place-items: center; border-radius: 18px; background: var(--navy); color: #fff; font-size: 22px; font-weight: 900; }
.doctor-avatar.green { background: var(--green); }
.doctor-avatar.teal { background: var(--teal); }
.doctor-card h3 { margin: 5px 0 1px; font-size: 18px; line-height: 1.25; }
.doctor-card p { margin: 0; color: var(--muted); font-size: 12px; }
.doctor-card ul { margin: 24px 0 0; padding-left: 18px; color: #506875; font-size: 13px; }
.doctor-card li { margin: 9px 0; }

.visual-section { background: var(--paper); }
.visual-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; }
.visual-main, .visual-side { position: relative; }
.visual-main > img { width: 100%; height: 640px; object-fit: cover; border-radius: 24px; }
.visual-side { display: grid; grid-template-rows: 300px 1fr; gap: 18px; }
.visual-side > img { width: 100%; height: 300px; object-fit: cover; border-radius: 24px; }
.visual-caption { position: absolute; left: 26px; right: 26px; bottom: 26px; color: #fff; background: linear-gradient(transparent, rgba(0,35,55,.85)); padding: 70px 22px 22px; border-radius: 0 0 22px 22px; }
.visual-caption span, .quote-source { display: block; font-size: 9px; letter-spacing: 2px; font-weight: 900; }
.visual-caption strong { display: block; font-size: 24px; line-height: 1.2; margin-top: 7px; max-width: 550px; }
.quote-card { border-radius: 24px; background: var(--navy); color: #fff; padding: 30px; position: relative; overflow: hidden; }
.quote-card::after { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -70px; bottom: -80px; border: 30px solid rgba(85,191,129,.2); }
.quote-mark { color: #9fe38a; font-size: 60px; line-height: .7; }
.quote-card p { font-size: 20px; line-height: 1.35; max-width: 390px; }
.quote-source { color: rgba(255,255,255,.55); }

.experience-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { padding: 36px 28px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: 1.5px; }
.step h3 { font-size: 20px; margin: 13px 0 6px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }

.testimonials-section { background: linear-gradient(180deg, #f3fafc 0%, #fff 100%); }
.testimonials-grid { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; padding: 4px 2px 24px; }
.testimonials-grid::-webkit-scrollbar { display: none; }
.testimonial-card { display: flex; flex: 0 0 calc((100% - 40px) / 3); flex-direction: column; min-height: 315px; padding: 30px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(12,65,91,.08); }
.testimonial-card { transition: transform .3s ease, box-shadow .3s ease; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(12,65,91,.14); }
.testimonial-card.featured-testimonial { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--navy), #087a78); }
.testimonial-stars { color: #49a94f; font-size: 16px; letter-spacing: 3px; }
.featured-testimonial .testimonial-stars { color: #b6ed93; }
.testimonial-card blockquote { margin: 22px 0 28px; color: #385767; font-size: 16px; line-height: 1.7; }
.featured-testimonial blockquote { color: rgba(255,255,255,.9); }
.testimonial-person { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.testimonial-person > span { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--green)); font-size: 12px; font-weight: 900; }
.featured-testimonial .testimonial-person > span { color: var(--navy); background: #b6ed93; }
.testimonial-person strong, .testimonial-person small { display: block; }
.testimonial-person strong { font-size: 13px; }
.testimonial-person small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.featured-testimonial .testimonial-person small { color: rgba(255,255,255,.62); }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 8px; }
.testimonial-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #cfe1e6; border-radius: 50%; color: var(--navy); background: #fff; font-size: 20px; cursor: pointer; transition: background .2s ease, color .2s ease, opacity .2s ease; }
.testimonial-arrow:hover { color: #fff; background: var(--navy); }
.testimonial-arrow:disabled { opacity: .35; cursor: default; }
.testimonial-dots { display: flex; gap: 7px; }
.testimonial-dot { width: 7px; height: 7px; border-radius: 50%; background: #bdd0d8; transition: width .2s ease, background .2s ease; }
.testimonial-dot.active { width: 22px; border-radius: 999px; background: var(--green); }

.contact-section { background: linear-gradient(120deg, #063f68, #075f77 55%, #167642); color: #fff; }
.contact-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.contact-copy h2 { font-size: clamp(50px, 6vw, 76px); line-height: .98; letter-spacing: -3px; margin: 20px 0; }
.contact-copy h2 em { color: #a9e98e; }
.contact-copy > p { max-width: 500px; color: rgba(255,255,255,.76); }
.contact-actions { margin-top: 35px; display: grid; gap: 11px; max-width: 470px; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 14px; }
.contact-item:hover { background: rgba(255,255,255,.1); }
.contact-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: rgba(169,233,142,.12); color: #b2ed98; }
.contact-item small { display: block; font-size: 8px; letter-spacing: 1.6px; color: rgba(255,255,255,.55); font-weight: 900; }
.contact-item strong { font-size: 14px; }
.contact-card { color: var(--ink); background: #fff; border-radius: 28px; padding: 42px; box-shadow: 0 30px 80px rgba(0,0,0,.16); }
.contact-card img { width: 95px; height: 95px; object-fit: contain; margin-bottom: 18px; }
.contact-card .eyebrow { margin-bottom: 12px; }
.contact-card h3 { font-size: 28px; line-height: 1.2; letter-spacing: -1px; margin: 10px 0 24px; }
.btn-full { width: 100%; }
.no-form-note { color: var(--muted); font-size: 11px; margin: 13px 0 0; text-align: center; }

.site-footer { background: #052d49; color: #fff; }
.footer-top { padding: 48px 0 34px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 14px; }
.footer-brand strong { font-size: 23px; }
.footer-brand p { margin: 1px 0 0; color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; font-size: 13px; color: rgba(255,255,255,.72); }
.footer-links a:hover, .footer-contact a:hover { color: #a9e98e; }
.footer-contact { display: grid; gap: 7px; justify-items: end; font-size: 13px; color: rgba(255,255,255,.72); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; display: flex; justify-content: center; gap: 20px; color: rgba(255,255,255,.45); font-size: 10px; text-align: center; letter-spacing: .8px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #a9e98e; font-weight: 800; }
.footer-bottom a:hover { color: #fff; }
.floating-wa { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; background: #fff; padding: 7px; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.floating-wa img { width: 44px; height: 44px; display: block; }
.floating-wa span { display: none; }

.reveal-item { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-item.revealed { opacity: 1; transform: translateY(0); }
.hero > img { animation: hero-arrive .9s ease both; }
.floating-wa { animation: whatsapp-pulse 2.8s ease-in-out infinite; }
@keyframes hero-arrive { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }
@keyframes whatsapp-pulse { 0%, 70%, 100% { box-shadow: 0 12px 30px rgba(0,0,0,.2); } 82% { box-shadow: 0 12px 30px rgba(0,0,0,.2), 0 0 0 10px rgba(37,211,102,0); } 74% { box-shadow: 0 12px 30px rgba(0,0,0,.2), 0 0 0 0 rgba(37,211,102,.35); } }

/* Legal & Privacy Pages */
.legal-page {
  padding-top: 130px;
  padding-bottom: 90px;
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}
.legal-header {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}
.legal-header h1 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -2px;
  color: var(--navy);
  margin: 14px 0 16px;
}
.legal-header p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}
.legal-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 14px;
}
.legal-card {
  max-width: 880px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 50px 56px;
  box-shadow: var(--shadow);
}
.legal-card h2 {
  font-size: 22px;
  color: var(--navy);
  margin: 36px 0 14px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.legal-card h2:first-of-type {
  margin-top: 0;
}
.legal-card p {
  color: #375565;
  font-size: 15.5px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.legal-card ul {
  margin: 0 0 20px 0;
  padding-left: 22px;
  color: #375565;
}
.legal-card li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.legal-card li strong {
  color: var(--navy);
}
.legal-contact-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 28px;
  margin-top: 24px;
}
.legal-contact-box p {
  margin-bottom: 8px;
}
.legal-contact-box p:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal-item { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .main-nav { gap: 16px; }
  .treatment-feature, .about-intro, .contact-wrap { grid-template-columns: 1fr; gap: 35px; }
  .feature-image { min-height: 420px; }
  .doctor-grid { grid-template-columns: 1fr 1fr; }
  .featured-doctor { grid-column: span 2; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-main > img { height: 500px; }
  .visual-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .visual-side > img { height: 360px; }
  .contact-wrap { gap: 55px; }
  .testimonial-card { flex-basis: calc((100% - 20px) / 2); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section-pad { padding: 72px 0; }
  .site-header { background: rgba(255,255,255,.98); backdrop-filter: none; }
  .hero { margin-top: 70px; }
  .nav-wrap { height: 70px; }
  .brand { min-width: 0; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 8px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; top: 0; right: 0; bottom: 0; z-index: 102; width: min(84vw, 340px); height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 82px 22px 24px; overflow-y: auto; background: #fff; border: 0; border-radius: 24px 0 0 24px; box-shadow: -18px 0 50px rgba(6,63,104,.18); transform: translate3d(105%,0,0); visibility: hidden; transition: transform .25s ease, visibility 0s linear .25s; }
  .main-nav.open { transform: translate3d(0,0,0); visibility: visible; transition-delay: 0s; }
  .nav-backdrop { position: fixed; inset: 0; z-index: -1; display: block; background: rgba(6,36,54,.42); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
  .main-nav.open + .nav-backdrop { z-index: 100; opacity: 1; pointer-events: auto; }
  .nav-close { display: block; position: absolute; top: 18px; right: 18px; border: 0; background: #eef7fa; color: var(--navy); border-radius: 50%; width: 38px; height: 38px; font-size: 25px; line-height: 1; cursor: pointer; }
  body.nav-open { overflow: hidden; }
  .main-nav > a { padding: 11px 12px; }
  .nav-cta { text-align: center; margin-top: 5px; }
  .intro-grid, .about-intro { grid-template-columns: 1fr; gap: 25px; }
  .intro h2, .section-heading h2, .about-intro h2 { font-size: 42px; }
  .treatment-list.compact { grid-template-columns: 1fr; }
  .feature-copy { padding: 32px 25px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .therapy-grid, .wellness-grid { grid-template-columns: 1fr; }
  .wide-card { grid-column: auto; display: block; }
  .wide-card h3 { margin: 0 0 20px; }
  .wide-card .pill-list { margin-top: 20px; }
  .home-visit-banner { display: grid; padding: 26px; }
  .doctor-grid { grid-template-columns: 1fr; }
  .featured-doctor { grid-column: auto; }
  .doctor-card { padding: 25px; }
  .visual-side { grid-template-columns: 1fr; grid-template-rows: 300px 1fr; }
  .visual-side > img { height: 300px; }
  .steps-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 14px; border: 0; }
  .steps-grid::before { content: ''; position: absolute; top: 30px; bottom: 30px; left: 25px; width: 2px; background: linear-gradient(var(--blue), var(--green)); opacity: .28; }
  .step { position: relative; min-height: 112px; padding: 22px 22px 22px 72px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 9px 24px rgba(12,65,91,.06); }
  .step:last-child { border-right: 1px solid var(--line); }
  .step > span { position: absolute; z-index: 1; top: 22px; left: 12px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--green)); box-shadow: 0 0 0 6px #fff; font-size: 9px; }
  .step h3 { margin: 0 0 5px; font-size: 19px; }
  .step p { font-size: 13px; line-height: 1.55; }
  .testimonial-card { flex-basis: 100%; min-height: 300px; padding: 26px; }
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-card { padding: 30px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-contact { justify-items: start; }
  .footer-bottom { display: grid; }
  .footer-powered { display: block; margin-top: 5px; }
  .footer-divider { display: none; }
  .floating-wa { display: flex; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); width: 56px; height: 56px; padding: 7px; }
  .floating-wa img { width: 42px; height: 42px; }
}

@media (max-width: 440px) {
  .feature-image { min-height: 320px; }
  .visual-main > img { height: 430px; }
  .step { padding-right: 18px; }
}
