/* Sai Hans Hospitals — premium, responsive single-page website */
:root {
  /* Brand palette sampled from the official Sai Hans Hospitals logo */
  --teal: #00538b;
  --teal-dark: #003f70;
  --teal-deep: #002f54;
  --mint: #eaf4fb;
  --coral: #d3114a;
  --coral-soft: #fbe6ed;
  --cream: #fffaf2;
  --yellow: #ffe000;
  --yellow-soft: #fff7ba;
  --text: #263648;
  --muted: #5e7080;
  --white: #ffffff;
  --border: rgba(0, 83, 139, 0.14);
  --shadow-sm: 0 10px 30px rgba(0, 47, 84, 0.08);
  --shadow-lg: 0 24px 70px rgba(0, 47, 84, 0.14);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1180px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: 1.07; letter-spacing: -0.025em; }
h1 { font-size: clamp(3rem, 6.2vw, 5.7rem); }
h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); }
h3 { line-height: 1.25; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
::selection { color: var(--teal-deep); background: var(--coral-soft); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--teal); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--teal); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow span { color: var(--yellow); font-size: 0.65rem; }
.section-heading { max-width: 680px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { max-width: 620px; font-size: 1.06rem; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 24px; color: var(--white); background: var(--teal); border: 1px solid var(--teal); border-radius: 999px; box-shadow: 0 10px 25px rgba(0, 83, 139, 0.18); font-size: 0.93rem; font-weight: 700; line-height: 1; cursor: pointer; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { background: var(--teal-dark); box-shadow: 0 13px 28px rgba(0, 83, 139, 0.24); transform: translateY(-2px); }
.button-secondary { color: var(--teal); background: rgba(255,255,255,0.75); border-color: var(--border); box-shadow: none; }
.button-secondary:hover { color: var(--white); background: var(--teal); }
.button-small { min-height: 45px; padding: 12px 20px; font-size: 0.84rem; }
.button-light { color: var(--teal-deep); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--teal-deep); background: var(--cream); }
.button-whatsapp { background: #238b57; border-color: #238b57; }
.button-whatsapp:hover { background: #197246; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-weight: 700; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: rgba(255,255,255,0.88); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: box-shadow 200ms ease, border-color 200ms ease; }
.site-header.scrolled { border-color: var(--border); box-shadow: 0 8px 35px rgba(0,47,84,0.06); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { display: block; width: clamp(220px, 24vw, 300px); height: auto; border-radius: 7px; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.nav-link { position: relative; color: #43585a; font-size: 0.87rem; font-weight: 600; }
.nav-link::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--coral); border-radius: 999px; transform: scaleX(0); transition: transform 180ms ease; }
.nav-link:hover, .nav-link.active { color: var(--teal); }
.nav-link.active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: var(--mint); border: 0; border-radius: 14px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--teal); border-radius: 2px; transition: transform 180ms ease, opacity 180ms ease; }

/* Hero */
.hero { position: relative; min-height: calc(100svh - var(--header-height)); padding: 90px 0 85px; overflow: hidden; background: linear-gradient(125deg, var(--cream) 0%, #f9fdfc 52%, var(--mint) 100%); }
.hero::after { content: ""; position: absolute; inset: auto -6% -210px auto; width: 530px; height: 530px; border: 1px solid rgba(0,83,139,0.11); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,255,255,0.18), 0 0 0 80px rgba(255,255,255,0.11); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { top: 8%; left: -110px; width: 280px; height: 280px; background: rgba(211,17,74,0.12); }
.hero-glow-two { right: 8%; bottom: 4%; width: 220px; height: 220px; background: rgba(0,83,139,0.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr); gap: 65px; align-items: center; }
.hero-content h1 { max-width: 720px; margin-bottom: 25px; color: var(--teal-deep); }
.hero-content h1 em { position: relative; color: var(--teal); font-style: normal; }
.hero-content h1 em::after { content: ""; position: absolute; right: 2%; bottom: 2px; left: 1%; height: 12px; background: var(--yellow); border-radius: 60% 30% 60% 30%; opacity: 0.62; z-index: -1; transform: rotate(-1deg); }
.hero-lead { max-width: 630px; margin-bottom: 34px; font-size: clamp(1.06rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 15px 24px; margin: 31px 0 0; padding: 0; list-style: none; color: #4f6264; font-size: 0.82rem; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: 7px; }
.trust-list span { display: grid; place-items: center; width: 19px; height: 19px; color: var(--teal); background: var(--mint); border-radius: 50%; font-size: 0.7rem; }
.hero-visual { position: relative; padding: 22px 0 18px 18px; }
.hero-image-wrap { position: relative; overflow: hidden; min-height: 560px; background: linear-gradient(145deg, var(--mint), var(--cream)); border: 8px solid rgba(255,255,255,0.85); border-radius: 47% 47% 32px 32px; box-shadow: var(--shadow-lg); }
.hero-image-wrap img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 57% center; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,47,84,0.16), transparent 35%); pointer-events: none; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: rgba(255,255,255,0.92); border: 1px solid rgba(255,255,255,0.9); border-radius: 17px; box-shadow: 0 16px 40px rgba(0,47,84,0.15); backdrop-filter: blur(14px); }
.floating-card-top { top: 12%; right: -24px; }
.floating-card-bottom { left: -20px; bottom: 11%; }
.floating-card > span:last-child { display: flex; flex-direction: column; }
.floating-card strong { color: var(--teal-deep); font-size: 0.78rem; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 0.65rem; }
.floating-icon, .doctor-monogram { display: grid; place-items: center; width: 37px; height: 37px; color: var(--teal-deep); background: var(--yellow-soft); border-radius: 12px; font-weight: 700; }
.doctor-monogram { color: var(--white); background: var(--teal); font-size: 0.65rem; }

/* Introduction and services */
.intro-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 100px; align-items: start; }
.intro-copy { padding-top: 10px; }
.intro-copy p { font-size: 1.08rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 65px; }
.stats-grid article { display: flex; min-height: 138px; padding: 25px; flex-direction: column; justify-content: center; background: var(--cream); border: 1px solid rgba(211,17,74,0.22); border-radius: var(--radius-md); }
.stats-grid strong { margin-bottom: 4px; color: var(--teal); font-family: "DM Serif Display", Georgia, serif; font-size: 2.2rem; font-weight: 400; line-height: 1; }
.stats-grid span { color: var(--muted); font-size: 0.82rem; font-weight: 600; }
.services-overview { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { display: flex; min-height: 320px; padding: 30px 27px; flex-direction: column; background: var(--white); border: 1px solid rgba(0,83,139,0.08); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform 200ms ease, box-shadow 200ms ease; }
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-7px); }
.service-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 45px; color: var(--teal); background: var(--mint); border-radius: 17px; font-size: 0.78rem; font-weight: 700; }
.service-card:nth-child(2) .service-icon, .service-card:nth-child(4) .service-icon { background: var(--coral-soft); }
.service-card h3 { margin-bottom: 13px; color: var(--teal-deep); font-size: 1.15rem; }
.service-card p { flex: 1; font-size: 0.9rem; }
.service-card a { color: var(--teal); font-size: 0.83rem; font-weight: 700; }

/* Detailed care sections */
.detail-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 80px; align-items: center; }
.detail-grid-reverse { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
.detail-image { position: relative; min-height: 580px; overflow: visible; background: var(--mint); border-radius: var(--radius-lg); }
.detail-image img { width: 100%; height: 580px; object-fit: cover; object-position: 58% center; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.detail-grid-reverse .detail-image img { object-position: 73% center; }
.image-note { position: absolute; right: -24px; bottom: 30px; display: flex; width: 245px; padding: 19px 20px; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow-sm); }
.image-note strong { color: var(--teal); font-size: 0.88rem; }
.image-note span { margin-top: 3px; color: var(--muted); font-size: 0.72rem; }
.detail-content h2 { margin-bottom: 22px; }
.detail-content > p:not(.eyebrow) { font-size: 1.02rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 18px; margin: 32px 0 36px; }
.check-grid > div { display: flex; align-items: center; gap: 10px; min-height: 46px; }
.check-grid span { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; color: var(--teal); background: var(--mint); border-radius: 50%; font-size: 0.75rem; }
.check-grid strong { color: #3f5557; font-size: 0.82rem; }
.mint-section { background: var(--mint); }
.mint-section .check-grid span { background: var(--white); }

/* Doctors, journey and reasons */
.doctors-section { background: var(--white); }
.doctor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.doctor-card { display: grid; grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr); overflow: hidden; background: var(--cream); border: 1px solid rgba(211,17,74,0.18); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.doctor-avatar { position: relative; display: grid; min-height: 470px; place-items: center; align-content: center; overflow: hidden; color: var(--white); }
.doctor-avatar::before, .doctor-avatar::after { content: ""; position: absolute; border-radius: 50%; }
.doctor-avatar::before { width: 210px; height: 210px; background: rgba(255,255,255,0.12); }
.doctor-avatar::after { right: -60px; bottom: -80px; width: 230px; height: 230px; border: 40px solid rgba(255,255,255,0.09); }
.doctor-avatar-coral { background: linear-gradient(150deg, #9e0939, var(--coral)); }
.doctor-avatar-teal { background: linear-gradient(150deg, var(--teal), #2879af); }
.doctor-avatar span { position: relative; z-index: 1; font-family: "DM Serif Display", Georgia, serif; font-size: 4.2rem; line-height: 1; }
.doctor-avatar small { position: relative; z-index: 1; margin-top: 10px; opacity: 0.8; font-size: 0.63rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.doctor-info { display: flex; padding: 38px 32px; flex-direction: column; align-items: flex-start; }
.doctor-specialty { margin-bottom: 9px; color: var(--teal); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.doctor-info h3 { margin-bottom: 7px; color: var(--teal-deep); font-family: "DM Serif Display", Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.doctor-info p { margin-bottom: 12px; font-size: 0.83rem; }
.doctor-info .qualifications { color: var(--text); font-weight: 700; }
.doctor-role { margin: 8px 0 21px; padding: 9px 12px; color: var(--teal); background: var(--mint); border-radius: 9px; font-size: 0.72rem; font-weight: 700; line-height: 1.4; }
.doctor-info .text-link { margin-top: auto; font-size: 0.8rem; }
.journey-section { background: var(--cream); }
.journey-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.journey-list li { position: relative; padding: 10px 26px 0; text-align: center; }
.journey-list li:not(:last-child)::after { content: ""; position: absolute; top: 36px; left: calc(50% + 35px); width: calc(100% - 70px); border-top: 1px dashed rgba(0,83,139,0.28); }
.journey-list > li > span { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; margin: 0 auto 23px; place-items: center; color: var(--teal); background: var(--white); border: 1px solid var(--border); border-radius: 50%; box-shadow: var(--shadow-sm); font-size: 0.72rem; font-weight: 700; }
.journey-list li:nth-child(2n) > span { background: var(--coral-soft); border-color: transparent; }
.journey-list h3 { margin-bottom: 8px; color: var(--teal-deep); font-size: 1rem; }
.journey-list p { margin: 0; font-size: 0.8rem; }
.why-section { color: var(--white); background: var(--teal-deep); }
.why-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 90px; align-items: center; }
.why-copy .eyebrow { color: var(--coral); }
.why-copy h2 { margin-bottom: 22px; }
.why-copy p { margin-bottom: 31px; color: rgba(255,255,255,0.72); }
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.reason-grid article { min-height: 215px; padding: 27px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.11); border-radius: var(--radius-md); }
.reason-grid article > span { display: grid; width: 40px; height: 40px; margin-bottom: 26px; place-items: center; color: var(--teal-deep); background: var(--yellow); border-radius: 13px; font-weight: 700; }
.reason-grid h3 { margin-bottom: 7px; font-size: 1rem; }
.reason-grid p { margin: 0; color: rgba(255,255,255,0.65); font-size: 0.8rem; }

/* Appointment form */
.appointment-section { background: var(--mint); }
.appointment-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 80px; align-items: start; }
.appointment-copy { position: sticky; top: calc(var(--header-height) + 30px); }
.appointment-copy h2 { margin-bottom: 22px; }
.contact-prompt { display: flex; align-items: center; gap: 14px; margin: 32px 0 26px; }
.contact-prompt > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--teal); border-radius: 15px; }
.contact-prompt div { display: flex; flex-direction: column; }
.contact-prompt small { color: var(--muted); font-size: 0.72rem; }
.contact-prompt a { color: var(--teal-deep); font-size: 1.15rem; font-weight: 700; }
.form-note { padding-top: 22px; border-top: 1px solid var(--border); font-size: 0.72rem; }
.appointment-form { padding: 38px; background: var(--white); border: 1px solid rgba(255,255,255,0.9); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group { margin-bottom: 19px; }
.form-group label { display: block; margin-bottom: 7px; color: #3c4f51; font-size: 0.78rem; font-weight: 700; }
.form-group label span { color: #bd5547; }
.form-group label .optional { color: var(--muted); font-weight: 400; }
.form-group input, .form-group select, .form-group textarea { width: 100%; color: var(--text); background: #fbfdfd; border: 1px solid #d8e5e3; border-radius: 12px; outline: 0; transition: border-color 180ms ease, box-shadow 180ms ease; }
.form-group input, .form-group select { height: 51px; padding: 0 14px; }
.form-group textarea { min-height: 110px; padding: 13px 14px; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,83,139,0.1); }
.form-group .invalid { border-color: #bd5547; }
.error-message { display: block; min-height: 16px; margin-top: 4px; color: #a43f32; font-size: 0.68rem; }
.form-submit { width: 100%; border-radius: 13px; }
.privacy-note { margin: 12px 0 0; text-align: center; font-size: 0.65rem; }

/* Testimonials, FAQ and contact */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { padding: 30px; background: var(--cream); border: 1px solid rgba(211,17,74,0.2); border-radius: var(--radius-md); }
.testimonial-card .quote { color: var(--coral); font-family: Georgia, serif; font-size: 3.5rem; line-height: 0.7; }
.testimonial-card > p { margin: 20px 0 32px; font-family: "DM Serif Display", Georgia, serif; font-size: 1.18rem; }
.testimonial-card > div { display: flex; align-items: center; gap: 11px; }
.avatar-placeholder { width: 38px; height: 38px; background: linear-gradient(145deg, var(--mint), #d4e8e4); border-radius: 50%; }
.testimonial-card > div > span:last-child { display: flex; flex-direction: column; }
.testimonial-card strong { color: var(--teal-deep); font-size: 0.76rem; }
.testimonial-card small { color: var(--muted); font-size: 0.65rem; }
.placeholder-card { position: relative; overflow: hidden; }
.placeholder-card::after { content: "Placeholder"; position: absolute; right: -26px; top: 21px; width: 110px; padding: 4px 0; color: var(--teal); background: var(--mint); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; transform: rotate(42deg); }
.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 90px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: calc(var(--header-height) + 30px); }
.faq-grid .section-heading .text-link { margin-top: 10px; }
.accordion { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.faq-item:not(:last-child) { border-bottom: 1px solid var(--border); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; padding: 23px 25px; align-items: center; justify-content: space-between; gap: 20px; color: var(--teal-deep); background: transparent; border: 0; text-align: left; font-size: 0.91rem; font-weight: 700; cursor: pointer; }
.faq-item button span { display: grid; flex: 0 0 auto; width: 27px; height: 27px; place-items: center; color: var(--teal); background: var(--mint); border-radius: 50%; font-size: 1rem; }
.faq-panel { padding: 0 65px 22px 25px; }
.faq-panel p { margin: 0; font-size: 0.84rem; }
.contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 24px; }
.contact-card { padding: 48px; background: var(--cream); border: 1px solid rgba(211,17,74,0.18); border-radius: var(--radius-lg); }
.contact-card h2 { margin-bottom: 32px; }
.contact-card address { font-style: normal; }
.contact-line { display: flex; gap: 15px; margin-bottom: 22px; }
.contact-line > span { display: grid; flex: 0 0 auto; width: 39px; height: 39px; place-items: center; color: var(--teal); background: var(--mint); border-radius: 12px; }
.contact-line strong { color: var(--teal-deep); font-size: 0.8rem; }
.contact-line p { margin: 3px 0 0; font-size: 0.82rem; }
.contact-line a:hover { color: var(--teal); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.map-placeholder { position: relative; min-height: 585px; overflow: hidden; background: #dcebf5; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.map-grid { position: absolute; inset: 0; opacity: 0.9; background-color: #edf5fa; background-image: linear-gradient(34deg, transparent 44%, rgba(255,255,255,0.95) 44%, rgba(255,255,255,0.95) 49%, transparent 49%), linear-gradient(-51deg, transparent 43%, rgba(255,255,255,0.78) 43%, rgba(255,255,255,0.78) 48%, transparent 48%), linear-gradient(92deg, transparent 46%, rgba(143,183,209,0.38) 46%, rgba(143,183,209,0.38) 48%, transparent 48%); background-size: 260px 230px, 310px 270px, 180px 250px; }
.map-grid::before, .map-grid::after { content: ""; position: absolute; background: rgba(82,151,196,0.22); border-radius: 48% 52% 38% 62%; }
.map-grid::before { left: -70px; top: 60px; width: 230px; height: 160px; }
.map-grid::after { right: -30px; bottom: -20px; width: 280px; height: 210px; }
.map-pin { position: absolute; top: 41%; left: 53%; display: grid; width: 60px; height: 60px; place-items: center; color: var(--white); background: var(--teal); border: 6px solid var(--white); border-radius: 50% 50% 50% 12px; box-shadow: 0 16px 35px rgba(0,47,84,0.25); transform: rotate(-45deg); }
.map-pin span { font-family: "DM Serif Display", Georgia, serif; font-size: 1.5rem; transform: rotate(45deg); }
.map-label { position: absolute; right: 25px; bottom: 25px; left: 25px; display: flex; padding: 20px 22px; flex-direction: column; background: rgba(255,255,255,0.92); border: 1px solid rgba(255,255,255,0.95); border-radius: 18px; box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); }
.map-label strong { color: var(--teal-deep); }
.map-label small { color: var(--muted); }
.map-label a { margin-top: 12px; color: var(--teal); font-size: 0.75rem; font-weight: 700; }

/* Footer and fixed actions */
.site-footer { padding: 75px 0 24px; color: var(--white); background: #002845; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 0.8fr 0.9fr 0.9fr; gap: 60px; padding-bottom: 55px; }
.brand-light { padding: 7px; background: #fffaf6; border-radius: 12px; }
.brand-light .brand-logo { width: min(100%, 330px); }
.footer-brand > p { max-width: 330px; margin-top: 24px; }
.site-footer h2 { margin: 7px 0 20px; font-family: "Inter", sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.site-footer p, .site-footer a { display: block; margin-bottom: 9px; color: rgba(255,255,255,0.61); font-size: 0.76rem; }
.site-footer a:hover { color: var(--coral); }
.footer-bottom { display: flex; padding-top: 22px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.09); }
.footer-bottom p { margin: 0; font-size: 0.68rem; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 60; display: grid; width: 46px; height: 46px; place-items: center; color: var(--white); background: var(--teal); border: 0; border-radius: 50%; box-shadow: var(--shadow-sm); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity 180ms ease, transform 180ms ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-action-bar { display: none; }
.noscript-message { position: fixed; right: 0; bottom: 0; left: 0; z-index: 200; padding: 12px 20px; color: var(--white); background: var(--teal-deep); text-align: center; }
.noscript-message a { text-decoration: underline; }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 90ms; }
.delay-2 { transition-delay: 180ms; }
.delay-3 { transition-delay: 270ms; }

@media (max-width: 1080px) {
  .primary-nav { gap: 19px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, 0.82fr); gap: 40px; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 510px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid, .detail-grid-reverse { gap: 50px; }
  .doctor-card { grid-template-columns: 1fr; }
  .doctor-avatar { min-height: 250px; }
  .doctor-info { min-height: 390px; }
  .appointment-grid { gap: 45px; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 860px) {
  :root { --header-height: 72px; }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; top: var(--header-height); right: 0; left: 0; display: flex; padding: 28px 24px 32px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,0.98); border-bottom: 1px solid var(--border); box-shadow: 0 20px 40px rgba(0,47,84,0.13); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease; }
  .primary-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-link { padding: 13px 4px; border-bottom: 1px solid var(--border); }
  .nav-link::after { display: none; }
  .primary-nav .button { margin-top: 20px; }
  .hero { min-height: auto; padding: 65px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { text-align: center; }
  .hero-content .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-content h1, .hero-lead { margin-right: auto; margin-left: auto; }
  .hero-visual { max-width: 600px; margin: 10px auto 0; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 570px; }
  .intro-grid, .detail-grid, .detail-grid-reverse, .why-grid, .appointment-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid, .why-grid { gap: 36px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-grid, .detail-grid-reverse { gap: 45px; }
  .detail-grid-reverse .detail-content { order: 2; }
  .detail-grid-reverse .detail-image { order: 1; }
  .detail-image, .detail-image img { min-height: 520px; height: 520px; }
  .journey-list { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .journey-list li:nth-child(2)::after { display: none; }
  .appointment-copy, .faq-grid .section-heading { position: static; }
  .faq-grid { gap: 35px; }
  .map-placeholder { min-height: 480px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 45px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 74px 0; }
  body { padding-bottom: 63px; }
  .brand-logo { width: min(62vw, 235px); }
  .hero { padding-top: 50px; }
  .hero-content h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: 10px; flex-direction: column; align-items: center; }
  .hero-visual { padding-left: 0; }
  .hero-image-wrap { border-width: 5px; border-radius: 45% 45% 25px 25px; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 470px; }
  .hero-image-wrap img { object-position: 65% center; }
  .floating-card-top { top: 13%; right: -4px; }
  .floating-card-bottom { left: -4px; bottom: 7%; }
  .floating-card { padding: 11px 13px; }
  .floating-card small { display: none; }
  .stats-grid { gap: 10px; }
  .stats-grid article { min-height: 120px; padding: 19px; }
  .stats-grid strong { font-size: 1.85rem; }
  .service-grid, .doctor-grid, .reason-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .detail-image, .detail-image img { min-height: 420px; height: 420px; }
  .image-note { right: 14px; bottom: 14px; }
  .check-grid { grid-template-columns: 1fr; gap: 7px; }
  .doctor-card { grid-template-columns: 1fr; }
  .doctor-avatar { min-height: 230px; }
  .doctor-info { min-height: auto; padding: 30px 24px; }
  .journey-list { grid-template-columns: 1fr; gap: 20px; }
  .journey-list li { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 0; text-align: left; }
  .journey-list li:not(:last-child)::after { display: none; }
  .journey-list > li > span { margin: 0; }
  .journey-list h3 { margin-top: 4px; }
  .appointment-form { padding: 28px 19px; border-radius: var(--radius-md); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-card { padding: 32px 23px; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .map-placeholder { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .back-to-top { right: 14px; bottom: 77px; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; height: 63px; background: var(--white); border-top: 1px solid var(--border); box-shadow: 0 -10px 35px rgba(0,47,84,0.12); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--teal); font-size: 0.82rem; font-weight: 700; }
  .mobile-action-bar a:last-child { color: var(--white); background: #238b57; }
}

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