:root {
  --color-medical-blue: #0056b3;
  --color-medical-blue-dark: #003d82;
  --color-health-green: #00a86b;
  --color-text-primary: #1e293b;
  --color-text-secondary: #475569;
  --color-gray-light: #f8fafc;
  --color-line: #e2e8f0;
  --shadow-card: 0 4px 20px rgba(0, 86, 179, 0.1);
  --shadow-card-hover: 0 8px 32px rgba(0, 86, 179, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--color-text-primary);
  background: white;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 50; background: var(--color-medical-blue); color: white; padding: 12px 16px; }
.skip-link:focus { left: 0; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.95); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(226,232,240,.8); }
.nav { min-height: 94px; width: min(1220px, calc(100% - 32px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { width: 80px; height: 80px; }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu a, .dropdown > button { min-height: 44px; border: 0; background: transparent; text-decoration: none; color: #334155; font: inherit; font-weight: 650; padding: 10px 12px; border-radius: 10px; cursor: pointer; }
.nav-menu a:hover, .nav-menu a.active, .dropdown > button:hover { color: var(--color-medical-blue); background: #eff6ff; }
.dropdown { position: relative; }
.dropdown-panel { position: absolute; top: calc(100% + 4px); left: 0; width: 260px; background: white; border: 1px solid var(--color-line); border-radius: 16px; box-shadow: 0 18px 45px rgba(15,23,42,.14); padding: 8px; opacity: 0; visibility: hidden; transform: scale(.96); transform-origin: top left; transition: .18s ease; }
.dropdown:hover .dropdown-panel, .dropdown:focus-within .dropdown-panel { opacity: 1; visibility: visible; transform: scale(1); }
.dropdown-panel a { display: flex; gap: 10px; align-items: center; border-radius: 12px; }
.mobile-toggle { display: none; min-height: 44px; border: 1px solid var(--color-line); background: white; color: var(--color-medical-blue); border-radius: 10px; padding: 10px 14px; font-weight: 800; }
.hero { position: relative; min-height: calc(100vh - 94px); display: flex; align-items: center; overflow: hidden; color: white; padding: 78px 0 112px; background: linear-gradient(135deg, #0056b3 0%, #1d4ed8 48%, #1e3a8a 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0, rgba(255,255,255,.055) 9px, transparent 9px, transparent 22px); opacity: .65; }
.hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -92px; top: -92px; border-radius: 999px; background: rgba(255,255,255,.08); pointer-events: none; }
.hero-bg::before, .hero-bg::after { content: ""; position: absolute; border-radius: 999px; pointer-events: none; }
.hero-bg::before { width: 285px; height: 285px; left: -76px; top: 135px; background: rgba(255,255,255,.055); }
.hero-bg::after { width: 360px; height: 360px; left: 34%; bottom: -180px; background: rgba(0,168,107,.12); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 10px 20px; font-size: 14px; font-weight: 700; margin-bottom: 30px; }
.hero-badge span { width: 8px; height: 8px; border-radius: 999px; background: var(--color-health-green); }
.hero h1 { margin: 0 0 24px; font-size: clamp(54px, 7.2vw, 88px); line-height: .95; letter-spacing: 0; font-weight: 850; }
.hero h1 span { display: block; }
.green-text { color: var(--color-health-green); }
.hero-copy p { color: #dbeafe; font-size: clamp(22px, 2.2vw, 26px); max-width: 650px; margin: 0 0 34px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.pill-row span { display: inline-flex; gap: 6px; align-items: center; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22); color: white; border-radius: 999px; padding: 7px 12px; font-weight: 650; font-size: 14px; }
.actions { display: flex; flex-wrap: wrap; gap: 16px; }
.actions.center, .center-actions { justify-content: center; text-align: center; }
.center-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 28px; border-radius: 12px; font-weight: 750; text-decoration: none; border: 2px solid transparent; transition: .25s ease; }
.btn.big { min-height: 60px; padding: 18px 32px; font-size: 20px; border-radius: 16px; }
.btn-primary { background: var(--color-health-green); color: white; box-shadow: 0 12px 26px rgba(0,168,107,.23); }
.btn-primary:hover { background: #059669; transform: translateY(-2px); }
.btn-blue { background: var(--color-medical-blue); color: white; box-shadow: var(--shadow-card); }
.btn-blue:hover { background: #1d4ed8; transform: translateY(-2px); }
.btn-ghost, .btn-outline { border-color: rgba(255,255,255,.75); color: white; }
.btn-ghost:hover, .btn-outline:hover { background: white; color: var(--color-medical-blue); }
.hero-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.hero-card, .hero-contact { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 16px; backdrop-filter: blur(8px); padding: 28px 24px; text-align: center; }
.hero-card { min-height: 162px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-card div { font-size: 38px; margin-bottom: 10px; }
.hero-card strong { display: block; font-size: 32px; line-height: 1.1; }
.hero-card span, .hero-contact p, .hero-contact span { color: #dbeafe; font-size: 14px; font-weight: 650; }
.hero-contact { grid-column: 1 / -1; text-align: left; }
.hero-contact p { margin: 0 0 8px; }
.hero-contact a { display: block; color: white; font-weight: 850; font-size: 21px; text-decoration: none; margin-bottom: 8px; }
.scroll-indicator { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 7px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; }
.scroll-indicator span { width: 24px; height: 38px; border: 2px solid rgba(255,255,255,.28); border-radius: 999px; }
.section { padding: 80px 0; }
.muted { background: var(--color-gray-light); }
.section-head { width: min(760px, 100%); margin: 0 auto 52px; text-align: center; }
.badge { display: inline-block; background: #dbeafe; color: var(--color-medical-blue); font-size: 13px; font-weight: 800; text-transform: uppercase; border-radius: 999px; padding: 8px 16px; margin-bottom: 16px; }
.badge.light { color: white; background: rgba(255,255,255,.2); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h2 { margin: 0 0 16px; color: var(--color-medical-blue); font-size: clamp(30px, 4vw, 42px); line-height: 1.12; letter-spacing: 0; }
.section-head p, .large { color: var(--color-text-secondary); font-size: 18px; }
.proof-grid, .specialty-grid, .cards-grid, .staff-grid, .values, .process-grid, .contact-info-grid { display: grid; gap: 24px; }
.proof-grid { grid-template-columns: repeat(4, 1fr); }
.proof-grid article { text-align: center; background: white; border-radius: 18px; box-shadow: var(--shadow-card); padding: 30px 18px; }
.proof-grid article div { font-size: 48px; margin-bottom: 10px; }
.proof-grid strong { display: block; color: var(--color-medical-blue); font-size: clamp(34px, 5vw, 60px); line-height: 1; margin-bottom: 12px; }
.proof-grid h3 { margin: 0 0 8px; }
.proof-grid p { color: var(--color-text-secondary); margin: 0; }
.trust-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.trust-strip span { background: #ecfdf5; color: #047857; border: 1px solid #bbf7d0; border-radius: 999px; padding: 10px 14px; font-weight: 800; }
.specialty-grid { grid-template-columns: repeat(5, 1fr); }
.specialty-card, .resource-card, .card, .white-panel, .info-card, .copy-card, .prep-card, .faq-list article { background: white; border: 1px solid #edf2f7; border-radius: 18px; box-shadow: var(--shadow-card); padding: 24px; text-decoration: none; transition: .25s ease; }
.specialty-card:hover, .resource-card:hover, .card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; background: #eff6ff; color: var(--color-medical-blue); font-size: 34px; margin-bottom: 18px; }
.icon.small { width: 48px; height: 48px; font-size: 24px; }
.specialty-card h3, .resource-card h3, .card h3 { margin: 0 0 12px; font-size: 21px; color: #111827; }
.specialty-card p, .resource-card p, .card p, .staff-card p, .info-card p, .white-panel p, .faq-list p { color: var(--color-text-secondary); margin: 0; }
.specialty-card ul { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 6px; color: var(--color-text-secondary); font-size: 14px; }
.specialty-card li::before, .check-list li::before { content: "✓"; color: var(--color-health-green); font-weight: 900; margin-right: 8px; }
.specialty-card strong { color: var(--color-medical-blue); }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-grid.three { grid-template-columns: repeat(3, 1fr); }
.process-grid article { background: white; border: 1px solid #edf2f7; border-radius: 18px; padding: 24px; box-shadow: var(--shadow-card); }
.process-grid span { width: 44px; height: 44px; display: grid; place-items: center; background: var(--color-medical-blue); color: white; border-radius: 12px; font-weight: 850; margin-bottom: 18px; }
.faq-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 960px; }
.faq-preview article { background: white; border: 1px solid #edf2f7; border-radius: 14px; box-shadow: 0 2px 8px rgba(15,23,42,.06); padding: 28px 24px; min-height: 188px; }
.faq-preview h3 { margin: 0 0 10px; color: #020617; font-size: 19px; line-height: 1.45; }
.faq-preview p { margin: 0; color: #334155; font-size: 16px; line-height: 1.65; }
.split, .map-layout, .contact-main, .prep-grid, .two-col { display: grid; gap: 40px; align-items: center; }
.split, .contact-main, .prep-grid { grid-template-columns: 1fr 1fr; }
.map-layout { grid-template-columns: .85fr 1.55fr; align-items: start; }
.two-col { grid-template-columns: repeat(2, 1fr); }
.feature-list { display: grid; gap: 20px; margin-top: 28px; }
.feature-list article { display: grid; grid-template-columns: 54px 1fr; column-gap: 16px; align-items: start; }
.feature-list article div { grid-row: span 2; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: #eff6ff; font-size: 25px; }
.feature-list h3 { margin: 0 0 4px; }
.feature-list p { margin: 0; color: var(--color-text-secondary); }
.contact-panel, .quick-card { border-radius: 24px; background: linear-gradient(135deg, #eff6ff, #dbeafe); padding: 32px; }
.contact-panel > h3 { margin-top: 0; color: var(--color-medical-blue); text-align: center; font-size: 28px; }
.contact-panel .btn, .quick-card .btn { width: 100%; margin-top: 14px; }
.contact-panel hr { border: 0; border-top: 1px solid #dbeafe; margin: 24px 0; }
.phone-link { display: block; color: var(--color-medical-blue); font-size: 24px; font-weight: 850; text-align: center; text-decoration: none; }
.info-stack { display: grid; gap: 20px; }
.info-card h3 { margin: 0 0 8px; }
.map-card iframe { width: 100%; height: 430px; border: 0; border-radius: 20px; display: block; margin-bottom: 18px; box-shadow: var(--shadow-card); }
.final-cta, .page-hero, .specialty-hero { color: white; background: linear-gradient(135deg, var(--color-medical-blue), #1e40af); }
.final-cta { padding: 80px 0; text-align: center; }
.final-cta h2 { color: white; font-size: clamp(32px, 5vw, 46px); }
.final-cta p { color: #dbeafe; font-size: 20px; max-width: 820px; margin: 0 auto 34px; }
.page-hero { padding: 78px 0 64px; }
.page-hero h1, .specialty-hero h1 { margin: 14px 0 18px; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; }
.page-hero p, .specialty-hero p { color: #dbeafe; font-size: 20px; max-width: 880px; }
.feature-image { width: 100%; min-height: 400px; object-fit: cover; border-radius: 24px; box-shadow: 0 20px 50px rgba(15,23,42,.18); }
.marquee-section { overflow: hidden; background: white; padding: 18px 0; }
.marquee { display: flex; gap: 24px; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { min-width: 260px; text-align: center; background: #eff6ff; border: 2px solid #bfdbfe; color: var(--color-medical-blue); border-radius: 18px; padding: 22px; font-weight: 850; }
@keyframes marquee { to { transform: translateX(-50%); } }
.timeline { display: grid; gap: 24px; max-width: 900px; }
.timeline article { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 24px; align-items: center; }
.timeline article:not(:last-child)::before { content: ""; position: absolute; left: 31px; top: calc(50% + 40px); width: 2px; height: calc(100% - 16px); background: #bfdbfe; }
.timeline article > div { width: 64px; height: 64px; border-radius: 999px; background: var(--color-medical-blue); color: white; display: grid; place-items: center; font-size: 14px; font-weight: 850; box-shadow: var(--shadow-card); align-self: center; position: relative; z-index: 1; }
.timeline section { background: white; border: 1px solid #edf2f7; border-radius: 18px; padding: 24px; box-shadow: var(--shadow-card); }
.timeline h3 { margin-top: 0; font-size: 22px; }
.mission, .vision { color: white; border-radius: 24px; padding: 40px; }
.mission { background: linear-gradient(135deg, var(--color-medical-blue), #1d4ed8); }
.vision { background: linear-gradient(135deg, var(--color-health-green), #047857); }
.mission h2, .vision h2 { color: white; }
.values { grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
.values article { text-align: center; background: var(--color-gray-light); border-radius: 20px; padding: 24px; }
.values div { font-size: 38px; }
.staff-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.staff-card { overflow: hidden; display: flex; flex-direction: column; background: white; border: 1px solid #edf2f7; border-radius: 18px; box-shadow: var(--shadow-card); transition: .25s ease; }
.staff-card:hover { box-shadow: var(--shadow-card-hover); transform: translateY(-4px); }
.staff-media { position: relative; height: 208px; background: linear-gradient(135deg, #dbeafe, #bfdbfe); overflow: hidden; }
.staff-media img { width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.staff-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,86,179,.30), rgba(255,255,255,.76)); }
.staff-specialty { position: absolute; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 6px; color: var(--color-medical-blue); background: rgba(255,255,255,.82); border-radius: 999px; padding: 8px 14px; font-weight: 800; font-size: 14px; }
.staff-icon { position: absolute; left: 50%; top: 36px; transform: translateX(-50%); width: 96px; height: 96px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.88); box-shadow: inset 0 2px 12px rgba(15,23,42,.08); font-size: 42px; }
.staff-role { position: absolute; left: 50%; bottom: 36px; transform: translateX(-50%); white-space: nowrap; color: var(--color-medical-blue); background: rgba(255,255,255,.88); border-radius: 999px; padding: 7px 16px; font-weight: 800; font-size: 14px; }
.staff-body { padding: 26px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.staff-card h3 { margin: 0 0 4px; color: #111827; font-size: 21px; line-height: 1.25; }
.credential { color: #64748b; font-weight: 650; font-size: 14px; margin: 0 0 14px; }
.staff-description { color: var(--color-text-secondary); margin: 0 0 22px; flex: 1; }
.staff-hours { display: flex; gap: 12px; background: #f8fafc; border-radius: 14px; padding: 14px 16px; margin-top: auto; }
.staff-hours > span { color: var(--color-medical-blue); font-weight: 900; }
.staff-hours strong { display: block; color: #94a3b8; text-transform: uppercase; font-size: 12px; letter-spacing: .05em; margin-bottom: 2px; }
.staff-hours p { margin: 0; color: #1e293b; font-weight: 700; }
.staff-whatsapp, .staff-contact { display: inline-flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; text-decoration: none; font-weight: 800; }
.staff-whatsapp { margin-top: 20px; background: var(--color-health-green); color: white; }
.staff-contact { margin-top: 8px; border: 1px solid #d8dee8; color: #475569; background: white; font-size: 14px; }
.contact-info-grid { grid-template-columns: repeat(4, 1fr); }
.copy-card { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-height: 235px; }
.copy-card button { display: inline-flex; align-items: center; justify-content: center; min-width: 72px; min-height: 40px; margin-top: 26px; border: 0; color: var(--color-medical-blue); background: #eff6ff; border-radius: 10px; padding: 10px 12px; font-weight: 800; cursor: pointer; }
.contact-main { grid-template-columns: 1.8fr .9fr; align-items: start; }
.white-panel { margin-bottom: 28px; }
.white-panel > p { margin: 3% 0; }
.white-panel h2 { font-size: 28px; }
.channel { min-height: 205px; border-radius: 18px; padding: 28px; color: white; text-decoration: none; }
.channel.whatsapp { background: var(--color-health-green); }
.channel.phone { background: var(--color-medical-blue); }
.channel span { text-transform: uppercase; font-size: 13px; font-weight: 850; opacity: .85; }
.channel strong { display: block; font-size: 28px; margin: 8px 0 12px; }
.channel p { color: rgba(255,255,255,.9); }
.notice { margin-top: 26px; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 18px; padding: 20px; }
.side-stack { display: grid; gap: 22px; }
.call-card { color: white; background: linear-gradient(135deg, var(--color-medical-blue), #1d4ed8); border-radius: 24px; padding: 30px; box-shadow: var(--shadow-card); }
.call-card h3 { font-size: 24px; margin-top: 0; }
.call-card a { display: block; color: white; font-size: 24px; font-weight: 850; text-decoration: none; margin-top: 16px; }
.small-panel h3 { margin-top: 0; font-size: 22px; }
.faq-list { display: grid; gap: 20px; }
.faq-list h2 { color: #111827; font-size: 22px; margin: 0 0 12px; }
.question-cta { margin-top: 34px; border-radius: 24px; background: var(--color-medical-blue); color: white; text-align: center; padding: 34px; }
.question-cta.white { background: white; color: var(--color-text-primary); box-shadow: var(--shadow-card); }
.question-cta h2 { color: inherit; }
.question-cta p { color: rgba(255,255,255,.85); margin-bottom: 22px; }
.question-cta.white p { color: var(--color-text-secondary); }
.question-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.prep-grid { align-items: start; grid-template-columns: 1.7fr .9fr; }
.check-list { list-style: none; padding: 28px; margin: 0 0 28px; background: var(--color-gray-light); border: 1px solid #edf2f7; border-radius: 24px; display: grid; gap: 16px; }
.quick-card { color: white; background: linear-gradient(135deg, var(--color-medical-blue), #1e40af); }
.quick-card h2 { color: white; font-size: 28px; }
.quick-card p { color: #dbeafe; }
.quick-card strong { display: block; font-size: 22px; margin: 18px 0; }
.cards-grid { grid-template-columns: repeat(3, 1fr); }
.cards-grid.two { grid-template-columns: repeat(2, 1fr); }
.cards-grid.three { grid-template-columns: repeat(3, 1fr); }
.cards-grid.four { grid-template-columns: repeat(4, 1fr); }
.prep-card { background: white; border: 1px solid #edf2f7; box-shadow: var(--shadow-card); border-radius: 18px; padding: 24px; text-decoration: none; }
.prep-card div { font-size: 34px; margin-bottom: 12px; }
.specialty-hero { padding: 44px 0 72px; }
.breadcrumb { display: flex; gap: 9px; align-items: center; color: #dbeafe; margin-bottom: 28px; }
.breadcrumb a { color: white; text-decoration: none; }
.specialty-title { display: flex; align-items: center; gap: 18px; }
.specialty-title div { width: 72px; height: 72px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,255,255,.18); font-size: 40px; }
.specialty-hero blockquote { max-width: 900px; margin: 24px 0; border-left: 4px solid var(--color-health-green); padding-left: 22px; font-size: 22px; color: #eff6ff; }
.hours { display: inline-flex; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; padding: 12px 18px; font-weight: 800; }
.service-card { min-height: 100%; }
.footer { background: #0f172a; color: white; padding: 56px 0 28px; }
.footer-cta { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding-bottom: 38px; margin-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer h2 { color: white; font-size: 30px; }
.footer p { color: #cbd5e1; }
.footer-actions { display: flex; gap: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 30px; }
.footer-grid h3 { margin-top: 0; }
.footer-grid a { display: block; color: #cbd5e1; text-decoration: none; margin: 8px 0; }
.copyright { text-align: center; color: #94a3b8; margin: 34px 0 0; }
.whatsapp-float { position: fixed; right: 28px; bottom: 28px; z-index: 20; width: 64px; height: 64px; display: grid; place-items: center; background: var(--color-health-green); color: white; text-decoration: none; border-radius: 999px; font-weight: 850; box-shadow: 0 12px 32px rgba(0,168,107,.38); }
.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; }
@media (max-width: 1120px) {
  .specialty-grid, .cards-grid.four { grid-template-columns: repeat(3, 1fr); }
  .proof-grid, .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .mobile-toggle { display: inline-flex; }
  .nav { flex-wrap: wrap; }
  .nav-menu { display: none; width: 100%; flex-direction: column; align-items: stretch; padding-bottom: 16px; }
  .nav-menu.open { display: flex; }
  .dropdown-panel { position: static; width: 100%; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
  .dropdown.open .dropdown-panel { display: block; }
  .hero-grid, .split, .map-layout, .contact-main, .prep-grid, .two-col, .footer-grid, .footer-cta { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-cards { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .process-grid.three, .specialty-grid, .cards-grid, .cards-grid.two, .cards-grid.three, .cards-grid.four, .staff-grid, .values, .faq-preview { grid-template-columns: repeat(2, 1fr); }
  .footer-cta { align-items: start; }
}
@media (max-width: 560px) {
  .container, .nav { width: min(100% - 24px, 1180px); }
  .hero { padding: 54px 0 70px; }
  .hero-cards, .proof-grid, .process-grid, .process-grid.three, .specialty-grid, .cards-grid, .cards-grid.two, .cards-grid.three, .cards-grid.four, .staff-grid, .values, .contact-info-grid, .faq-preview { grid-template-columns: 1fr; }
  .btn, .actions, .footer-actions { width: 100%; }
  .actions, .footer-actions { flex-direction: column; }
  .timeline article { grid-template-columns: 1fr; }
  .timeline article:not(:last-child)::before { display: none; }
  .page-hero, .specialty-hero { padding: 54px 0; }
}
