:root {
  --green-900: #084f3f;
  --green-800: #0e6a53;
  --green-700: #197b4d;
  --green-500: #4d8f3e;
  --green-100: #e8f4ec;
  --blue-950: #081f35;
  --blue-900: #0e2948;
  --blue-800: #0d4770;
  --blue-700: #125b83;
  --blue-100: #e7f2f7;
  --ink: #132946;
  --muted: #64748b;
  --paper: #ffffff;
  --surface: #f5f8f7;
  --line: #d8e6e1;
  --shadow: 0 18px 48px rgba(11, 61, 69, .13);
  --shadow-soft: 0 10px 28px rgba(12, 49, 69, .09);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.section-light { background: linear-gradient(180deg, #fff 0%, #f7faf9 100%); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 9999;
  background: var(--blue-900);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 98, 78, .12);
  box-shadow: 0 5px 24px rgba(5, 41, 54, .04);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 250px; max-height: 72px; object-fit: contain; object-position: left center; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 12px 13px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .015em;
  color: #29415c;
  transition: .25s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--green-800); background: var(--green-100); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #fff;
  background: var(--green-800);
  border-radius: 13px;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 22px rgba(14, 106, 83, .22);
  transition: .25s ease;
}
.nav-cta:hover { transform: translateY(-2px); background: var(--green-900); }
.nav-cta svg { width: 20px; height: 20px; fill: currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; border-radius: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 10px; transition: .25s ease; }

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 84% 16%, rgba(77,143,62,.13), transparent 24%),
    radial-gradient(circle at 14% 0%, rgba(18,91,131,.11), transparent 29%),
    linear-gradient(135deg, #ffffff 0%, #f6faf8 48%, #f2f8f6 100%);
  overflow: hidden;
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(14,106,83,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(14,106,83,.06) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--green-800); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 40px; height: 2px; background: var(--green-700); position: relative; }
.eyebrow span::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green-700); position: absolute; right: -3px; top: -2px; }
.hero h1 { margin: 18px 0 0; font-size: clamp(58px, 7.2vw, 104px); line-height: .88; letter-spacing: -.065em; font-family: "Arial Black", "Segoe UI Black", system-ui, sans-serif; color: var(--blue-900); }
.hero h1 strong { display: block; color: var(--green-800); font-weight: 900; }
.hero-script { margin: 24px 0 -5px 11px; color: #329c61; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: clamp(30px, 4vw, 48px); transform: rotate(-4deg); width: fit-content; }
.hero-commitment { margin: 0; font-size: clamp(24px, 3vw, 38px); font-weight: 900; letter-spacing: .055em; color: var(--ink); }
.heart-line { width: 190px; margin: 2px 0 22px 104px; display: grid; grid-template-columns: 1fr 40px 1fr; align-items: center; gap: 6px; }
.heart-line span { height: 2px; background: #4b9a4e; }
.heart-line svg { width: 40px; fill: none; stroke: #4b9a4e; stroke-width: 2; }
.hero-intro { max-width: 620px; margin: 0 0 26px; color: #516379; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 51px; padding: 0 22px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; letter-spacing: .02em; transition: .25s ease; }
.btn-primary { background: linear-gradient(135deg, var(--green-800), #2c864b); color: white; box-shadow: 0 14px 26px rgba(14,106,83,.22); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(14,106,83,.28); }
.btn-ghost { background: rgba(255,255,255,.7); border: 1px solid #bdd7cf; color: var(--green-900); }
.btn-ghost:hover { background: white; transform: translateY(-2px); }
.hero-location { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.hero-location svg { width: 26px; height: 26px; fill: var(--green-800); }
.hero-location small { display: block; color: #738294; font-size: 12px; }
.hero-location strong { display: block; color: var(--blue-900); font-size: 15px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px dashed rgba(14,106,83,.28); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 355px; height: 355px; border-color: rgba(18,91,131,.24); }
.visual-main-card { position: relative; z-index: 3; width: min(390px, 92%); background: white; border: 1px solid #bfd9cf; border-radius: 29px; padding: 25px; box-shadow: var(--shadow); transform: rotate(-1.4deg); }
.visual-card-top { display: flex; align-items: center; gap: 12px; color: var(--blue-900); font-weight: 900; font-size: 18px; }
.medical-mark { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; color: white; background: radial-gradient(circle at 35% 30%, #2d8794, #0d5262 70%); box-shadow: inset 0 0 0 4px rgba(255,255,255,.5); }
.medical-mark svg { width: 44px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.hours-highlight { margin: 20px 0 16px; border-block: 1px solid #d8e5e1; padding: 18px 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 14px; }
.hours-highlight small { grid-column: 1 / -1; font-weight: 900; letter-spacing: .08em; color: #364a64; }
.hours-highlight strong { font-size: 34px; line-height: 1.1; color: var(--blue-900); }
.hours-highlight span { grid-row: 2 / span 2; grid-column: 2; font-style: normal; font-size: 14px; font-weight: 900; color: var(--green-800); align-self: center; }
.visual-bottom { background: linear-gradient(135deg, #0b567f, #0a3b61); color: white; border-radius: 17px; padding: 16px; }
.visual-bottom strong { display: block; font-size: 12px; }
.visual-bottom span { display: block; margin-top: 3px; font-size: 10px; opacity: .9; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; width: 250px; padding: 14px; border-radius: 18px; color: white; box-shadow: var(--shadow-soft); }
.floating-card svg { width: 42px; height: 42px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.floating-card small { display: block; opacity: .86; }
.floating-card strong { display: block; font-size: 14px; margin-top: 2px; }
.floating-green { right: 0; top: 60px; background: linear-gradient(135deg, #5c963d, #34772f); transform: rotate(3deg); }
.floating-blue { left: -10px; bottom: 70px; background: linear-gradient(135deg, #125d84, #0b3d63); transform: rotate(-4deg); }
.hero-wave { position: absolute; left: -5%; right: -5%; bottom: -100px; height: 170px; background: white; border-radius: 50% 50% 0 0 / 40% 40% 0 0; }

.section-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-kicker { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 10px; }
.section-kicker span { width: 52px; height: 2px; background: var(--green-700); }
.section-kicker i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-700); }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4.2vw, 50px); line-height: 1; letter-spacing: -.035em; color: var(--ink); font-family: "Arial Black", "Segoe UI Black", system-ui, sans-serif; }
.section-heading p { color: var(--muted); margin: 16px auto 0; font-size: 17px; }

.schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.schedule-card { position: relative; padding: 28px 28px 26px; background: white; border: 1.5px solid #a8c6d5; border-radius: 28px; box-shadow: var(--shadow-soft); overflow: visible; transition: .25s ease; }
.schedule-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.schedule-card.pharmacy { border-color: #9bc18a; }
.schedule-label { width: fit-content; min-width: 220px; text-align: center; color: white; background: linear-gradient(135deg, #0d567f, #0a3760); border-radius: 12px; padding: 8px 18px; margin: -44px auto 18px; font-weight: 900; font-size: 15px; line-height: 1.1; box-shadow: 0 8px 20px rgba(13,71,112,.22); }
.green-label { background: linear-gradient(135deg, #5d9c42, #347b33); box-shadow: 0 8px 20px rgba(70,130,55,.2); }
.schedule-body { min-height: 220px; display: flex; justify-content: center; align-items: center; gap: 32px; }
.icon-circle { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: white; box-shadow: inset 0 0 0 5px rgba(255,255,255,.35), 0 14px 28px rgba(10,57,80,.15); }
.blue-icon { background: radial-gradient(circle at 35% 25%, #2f8796, #0c5262 68%); }
.green-icon { background: radial-gradient(circle at 35% 25%, #74a64e, #3b7f35 68%); }
.icon-circle svg { width: 72px; height: 72px; fill: none; stroke: currentColor; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.time-block { display: grid; text-align: center; }
.time-block span { font-size: 13px; font-weight: 900; color: #32435c; letter-spacing: .06em; }
.time-block strong { color: var(--ink); font-size: clamp(31px, 4vw, 45px); line-height: 1.05; }
.time-block em { font-style: normal; color: var(--green-800); font-size: 14px; font-weight: 900; letter-spacing: .16em; }
.schedule-footer { display: flex; gap: 12px; align-items: center; border-radius: 16px; padding: 14px 16px; color: #fff; }
.blue-footer { background: linear-gradient(135deg, #0b577f, #0b3b63); }
.green-footer { background: linear-gradient(135deg, #659b42, #337836); }
.mini-icon { width: 38px; height: 38px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.45); padding-right: 10px; flex: 0 0 48px; }
.mini-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2; }
.schedule-footer strong { display: block; font-size: 11px; }
.schedule-footer small { display: block; font-size: 9px; opacity: .9; margin-top: 3px; }

.diagnostics { background: linear-gradient(180deg, #f8fbfa, #eef6f3); position: relative; overflow: hidden; }
.diagnostics::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(18,91,131,.05); left: -260px; top: 140px; }
.diagnostic-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; }
.diagnostic-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.scan-screen { width: min(590px, 95%); background: #ebf2f3; padding: 18px; border-radius: 34px; border: 1px solid #c6d8dc; box-shadow: var(--shadow); position: relative; z-index: 2; transform: rotate(-2deg); }
.scan-screen svg { width: 100%; border-radius: 22px; }
.scan-glow { position: absolute; inset: 20% 17%; background: rgba(95, 174, 197, .16); filter: blur(24px); border-radius: 50%; pointer-events: none; }
.probe-shape { position: absolute; right: 18px; bottom: 30px; width: 120px; height: 180px; background: linear-gradient(145deg, #e7f2f4, #9fc2cc 70%); border: 1px solid #a1c0c8; border-radius: 50% 50% 44% 44% / 35% 35% 70% 70%; transform: rotate(22deg); box-shadow: 0 16px 35px rgba(18, 59, 71, .18); }
.probe-shape::after { content: ""; position: absolute; left: 48px; top: -100px; width: 20px; height: 120px; border-left: 8px solid #d9e9ec; border-radius: 50%; transform: rotate(-18deg); }
.diagnostic-card { background: white; border: 1px solid #b9d3dd; border-radius: 28px; padding: 30px; box-shadow: var(--shadow); }
.diag-tag { display: inline-flex; align-items: center; background: linear-gradient(135deg, #0f5a83, #0d3f69); color: white; border-radius: 11px; padding: 7px 16px; font-weight: 900; font-size: 13px; }
.diag-icon-title { display: flex; align-items: center; gap: 14px; margin: 22px 0; }
.diag-icon { width: 74px; height: 74px; border-radius: 50%; color: white; background: linear-gradient(145deg, #1b6d9a, #0b3d65); display: grid; place-items: center; }
.diag-icon svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.diag-icon-title span { color: var(--muted); font-size: 12px; }
.diag-icon-title h3 { margin: 1px 0 0; color: var(--blue-900); font-size: 26px; }
.service-list { list-style: none; padding: 0; margin: 0 0 25px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-list li { position: relative; padding: 11px 12px 11px 33px; background: #f7fafb; border: 1px solid #dce9ed; border-radius: 12px; font-weight: 800; color: #32465f; }
.service-list li::before { content: ""; position: absolute; left: 13px; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--green-700); transform: translateY(-50%); box-shadow: 0 0 0 4px rgba(25,123,77,.12); }
.diagnostic-promise { display: flex; align-items: center; gap: 13px; border-radius: 16px; padding: 14px 16px; background: linear-gradient(135deg, #0c527b, #0b385e); color: white; }
.diagnostic-promise svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.diagnostic-promise strong, .diagnostic-promise span { display: block; font-size: 12px; }
.diagnostic-promise span { opacity: .9; }

.trust-section { padding-top: 72px; padding-bottom: 72px; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-item { padding: 12px 26px; display: flex; align-items: center; gap: 13px; border-right: 1px solid #cad9dd; }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 62px; height: 62px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: white; box-shadow: inset 0 0 0 4px rgba(255,255,255,.6); }
.green-ring { background: linear-gradient(145deg, #5c9f40, #2f7834); }
.blue-ring { background: linear-gradient(145deg, #207695, #0b4965); }
.trust-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h3 { margin: 0; font-size: 13px; line-height: 1.18; color: #1a334b; }

.contact-band { background: linear-gradient(135deg, #0b6a50 0%, #00644b 52%, #075c49 100%); color: white; position: relative; overflow: hidden; }
.contact-band::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(120deg, rgba(255,255,255,.04) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.04) 75%); background-size: 72px 72px; }
.contact-grid { position: relative; min-height: 155px; display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; gap: 34px; }
.contact-location, .contact-cta { display: flex; align-items: center; gap: 15px; }
.contact-location svg, .contact-cta > svg { width: 42px; height: 42px; flex: 0 0 auto; fill: white; }
.contact-location strong, .contact-cta strong { display: block; letter-spacing: .05em; }
.script-mini { display: block; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 16px; margin-top: 2px; opacity: .96; }
.contact-divider { height: 80px; background: rgba(255,255,255,.7); }
.contact-cta { justify-content: flex-end; }
.contact-cta span { display: block; font-size: 14px; }
.contact-cta a { margin-left: 12px; background: white; color: var(--green-900); padding: 12px 16px; border-radius: 12px; font-weight: 900; white-space: nowrap; }

.final-cta { background: #f8fbfa; }
.final-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px 54px; background: white; border: 1px solid #cfe0db; border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.final-card::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -95px; top: -120px; background: rgba(25,123,77,.08); }
.final-copy { position: relative; z-index: 1; }
.script-large { display: block; color: #2d9b5a; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 34px; transform: rotate(-3deg); width: fit-content; }
.final-copy h2 { margin: 4px 0 4px; font-family: "Arial Black", "Segoe UI Black", sans-serif; font-size: clamp(34px, 5vw, 58px); color: var(--blue-900); letter-spacing: -.035em; }
.final-copy p { margin: 0 0 15px; color: var(--muted); }
.location-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: 999px; background: var(--green-100); color: var(--green-900); font-weight: 800; font-size: 13px; }
.location-chip svg { width: 18px; height: 18px; fill: currentColor; }
.big-whatsapp { position: relative; z-index: 1; min-width: 290px; padding: 20px 24px; display: flex; align-items: center; gap: 14px; background: linear-gradient(135deg, #0f7b5c, #2e8a4b); color: #fff; border-radius: 20px; box-shadow: 0 16px 30px rgba(14,106,83,.22); transition: .25s ease; }
.big-whatsapp:hover { transform: translateY(-4px); }
.big-whatsapp svg { width: 42px; height: 42px; fill: currentColor; }
.big-whatsapp small, .big-whatsapp strong { display: block; }
.big-whatsapp small { opacity: .84; }
.big-whatsapp strong { font-size: 23px; }

.site-footer { background: #071f2e; color: #d7e4e8; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 40px; align-items: start; }
.footer-brand img { width: 235px; background: #fff; border-radius: 13px; padding: 7px; }
.footer-brand p { max-width: 340px; color: #9fb4be; font-size: 14px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a, .footer-contact a { color: #b9cad1; font-size: 14px; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-contact { display: grid; gap: 8px; }
.footer-contact strong { color: white; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #76919e; font-size: 12px; letter-spacing: .08em; }

.whatsapp-float, .to-top { position: fixed; right: 22px; z-index: 800; border: 0; display: grid; place-items: center; box-shadow: 0 12px 28px rgba(0,0,0,.22); transition: .25s ease; }
.whatsapp-float { bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #188c5b; color: white; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.to-top { bottom: 91px; width: 42px; height: 42px; border-radius: 12px; background: white; color: var(--blue-900); opacity: 0; pointer-events: none; transform: translateY(8px); }
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.2; }

/* Fallback seguro: el contenido siempre es visible aunque JavaScript no cargue. */
.reveal { opacity: 1; transform: none; }
.js .reveal.reveal-pending { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.reveal-pending.visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .main-nav a { padding-inline: 9px; }
  .nav-cta { display: none; }
  .hero-grid { gap: 34px; }
  .floating-green { right: -20px; }
  .floating-blue { left: -20px; }
  .trust-item { padding-inline: 16px; }
}

@media (max-width: 900px) {
  .section-pad { padding: 80px 0; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 220px; }
  .menu-toggle { display: block; margin-left: auto; cursor: pointer; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: grid; gap: 4px; background: white; border: 1px solid #d9e7e2; border-radius: 18px; padding: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { padding: 13px 14px; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 strong { display: inline; }
  .hero-script, .heart-line { margin-inline: auto; }
  .hero-intro { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-location { justify-content: center; }
  .hero-visual { min-height: 490px; }
  .schedule-grid { gap: 55px; }
  .diagnostic-grid { grid-template-columns: 1fr; gap: 30px; }
  .diagnostic-visual { min-height: 390px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 0; padding-block: 30px; }
  .contact-divider { width: 100%; height: 1px; margin: 22px 0; background: rgba(255,255,255,.35); }
  .contact-location, .contact-cta { justify-content: center; }
  .final-card { padding: 42px 36px; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 28px, 1160px); }
  .section-pad { padding: 68px 0; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-body { min-height: 190px; }
  .final-card { flex-direction: column; align-items: stretch; text-align: center; }
  .script-large { margin-inline: auto; }
  .big-whatsapp { min-width: 0; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 560px) {
  .brand img { width: 190px; }
  .hero { padding-top: 60px; }
  .hero h1 { font-size: clamp(46px, 16vw, 70px); }
  .hero h1 strong { display: block; }
  .hero-commitment { font-size: 25px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-visual { min-height: 470px; }
  .orbit-one { width: 370px; height: 370px; }
  .orbit-two { width: 290px; height: 290px; }
  .visual-main-card { width: 92%; padding: 21px; }
  .hours-highlight strong { font-size: 29px; }
  .floating-card { width: 210px; padding: 11px; }
  .floating-green { top: 15px; right: -12px; }
  .floating-blue { bottom: 28px; left: -12px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2 { font-size: 34px; }
  .schedule-card { padding: 26px 20px 22px; }
  .schedule-body { gap: 18px; }
  .icon-circle { width: 88px; height: 88px; }
  .icon-circle svg { width: 58px; height: 58px; }
  .time-block strong { font-size: 32px; }
  .diagnostic-visual { min-height: 310px; }
  .probe-shape { width: 88px; height: 130px; }
  .diagnostic-card { padding: 22px; }
  .service-list { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; gap: 0; }
  .trust-item { border-right: 0; border-bottom: 1px solid #d8e4e7; padding: 18px 6px; justify-content: flex-start; }
  .trust-item:last-child { border-bottom: 0; }
  .contact-location, .contact-cta { justify-content: flex-start; align-items: flex-start; }
  .contact-cta { flex-wrap: wrap; }
  .contact-cta a { margin-left: 57px; }
  .final-card { padding: 34px 22px; }
  .big-whatsapp strong { font-size: 20px; }
  .whatsapp-float { right: 16px; bottom: 16px; }
  .to-top { right: 16px; bottom: 83px; }
}

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