:root {
  --navy: #0a3441;
  --blue: #0b4f74;
  --teal: #0f8c95;
  --orange: #ff5a00;
  --ink: #112d36;
  --muted: #607983;
  --surface: #ffffff;
  --soft: #f2f8fa;
  --line: #dbe8ec;
  --shadow: 0 18px 50px rgba(10, 52, 65, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; padding: 12px 18px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(219,232,236,.9); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 12px; }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: -.02em; }
.brand span { display: block; color: var(--muted); font-size: .8rem; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a { text-decoration: none; font-weight: 700; font-size: .92rem; }
.nav-links > a:hover { color: var(--teal); }
.language-select select { min-width: 110px; border: 1px solid var(--line); border-radius: 12px; padding: 10px 32px 10px 12px; background: white; font: inherit; color: var(--ink); }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 11px; }
.menu-btn span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 72% 18%, #e7f7f8 0, #f7fbfc 36%, #fff 74%); padding: 86px 0 78px; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .5; }
.hero-orb-one { width: 320px; height: 320px; right: -120px; top: 80px; background: rgba(255,90,0,.13); }
.hero-orb-two { width: 240px; height: 240px; left: -100px; bottom: -80px; background: rgba(15,140,149,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 74px; }
.status-pill { width: max-content; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #ffd8bf; background: #fff7f1; color: #a84108; border-radius: 999px; padding: 7px 12px; font-weight: 800; font-size: .82rem; }
.status-pill span:first-child { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,90,0,.12); }
.eyebrow { margin: 24px 0 8px; color: var(--teal); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.eyebrow.light { color: #8ce2e6; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(2.55rem, 5.8vw, 5rem); max-width: 790px; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 18px; }
h3 { font-size: 1.22rem; }
.hero-text { font-size: 1.12rem; color: var(--muted); max-width: 680px; margin-bottom: 30px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 14px; font-weight: 900; text-decoration: none; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: white; box-shadow: 0 12px 25px rgba(15,140,149,.26); }
.btn-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }
.btn-light { background: white; color: var(--navy); }
.btn-outline-light { border: 1px solid rgba(255,255,255,.45); color: white; }
.hero-meta { display: flex; gap: 34px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; }
.hero-meta strong { font-size: 1.12rem; }
.hero-meta span { font-size: .82rem; color: var(--muted); }
.hero-card { background: rgba(255,255,255,.96); border: 1px solid rgba(219,232,236,.9); border-radius: 30px; box-shadow: var(--shadow); padding: 34px; text-align: center; }
.logo-frame { width: 150px; height: 150px; border-radius: 28px; background: #fff; display: grid; place-items: center; margin: 0 auto 18px; }
.logo-frame img { width: 145px; height: 145px; object-fit: contain; }
.hero-card h2 { font-size: 1.8rem; margin-bottom: 4px; }
.hero-card > p { margin-top: 0; color: var(--muted); }
.contact-stack { display: grid; gap: 12px; margin-top: 24px; text-align: left; }
.contact-stack a { display: flex; align-items: center; gap: 14px; text-decoration: none; padding: 13px; border: 1px solid var(--line); border-radius: 16px; }
.contact-stack a:hover { border-color: #8fd4d8; background: #f5fcfc; }
.icon-circle { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--soft); color: var(--teal); font-weight: 900; }
.contact-stack small { display: block; color: var(--muted); }
.contact-stack strong { font-size: .95rem; word-break: break-word; }

.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: start; }
.body-copy { font-size: 1.08rem; color: var(--muted); }
.body-copy p:first-child { margin-top: 24px; }
.section-heading { max-width: 740px; margin-bottom: 42px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.03rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 28px; min-height: 230px; box-shadow: 0 10px 30px rgba(10,52,65,.05); }
.service-card > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #e9f7f8; color: var(--teal); font-weight: 900; font-size: 1.2rem; margin-bottom: 20px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.doctor-wrap { display: grid; grid-template-columns: 190px 1fr; gap: 46px; align-items: center; max-width: 920px; }
.doctor-badge { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 40px; font-size: 3.5rem; font-weight: 900; background: linear-gradient(145deg, #dff5f6, #fff3eb); color: var(--blue); border: 1px solid var(--line); }
.doctor-role { color: var(--teal); font-weight: 900; font-size: 1.08rem; }
.text-link { display: inline-flex; margin-top: 12px; color: var(--teal); font-weight: 900; text-decoration: none; }
.verification-note { margin-top: 18px; font-size: .82rem; color: var(--muted); border-left: 3px solid var(--orange); padding-left: 12px; }
.section-dark { background: var(--navy); color: white; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: #b9d0d6; font-size: 1.06rem; max-width: 650px; }
.address-card { background: white; color: var(--ink); border-radius: 24px; padding: 30px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.address-card a { color: var(--teal); text-decoration: none; }
.address-card hr { border: 0; border-top: 1px solid var(--line); margin: 22px 0; }

.site-footer { padding: 28px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 44px; height: 44px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { text-decoration: none; font-weight: 700; font-size: .88rem; }
.footer-note { grid-column: 1 / -1; color: var(--muted); font-size: .82rem; margin: 0; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #19a95b; color: white; font-weight: 900; text-decoration: none; box-shadow: 0 14px 30px rgba(25,169,91,.33); z-index: 90; }

.legal-page { background: var(--soft); min-height: 100vh; }
.legal-hero { padding: 72px 0 38px; }
.legal-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: clamp(24px, 5vw, 52px); box-shadow: var(--shadow); max-width: 900px; margin: 0 auto 70px; }
.legal-card h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
.legal-card h2 { font-size: 1.45rem; margin-top: 32px; }
.legal-card p, .legal-card li { color: #4e6771; }
.back-link { display: inline-flex; margin-bottom: 20px; color: var(--teal); font-weight: 800; text-decoration: none; }

@media (max-width: 920px) {
  .menu-btn { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 14px; }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: 12px; border-radius: 10px; }
  .language-select select { width: 100%; margin-top: 8px; }
  .hero-grid, .two-col, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero { padding-top: 62px; }
  .hero-card { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: .95rem; }
  .brand span { font-size: .72rem; }
  .hero { padding: 46px 0 58px; }
  h1 { font-size: 2.55rem; }
  h2 { font-size: 2rem; }
  .hero-actions .btn, .contact-actions .btn { width: 100%; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .hero-card { padding: 24px 18px; }
  .section { padding: 68px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .doctor-wrap { grid-template-columns: 1fr; gap: 24px; }
  .doctor-badge { width: 130px; height: 130px; border-radius: 30px; font-size: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-note { grid-column: auto; }
}
