@font-face {
  font-family: "Manrope Local";
  src: url("fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --ink: #061a2f;
  --ink-2: #0b2845;
  --blue: #0d6fd8;
  --blue-2: #25a5eb;
  --sky: #dff4ff;
  --gold: #d4a14c;
  --cream: #f7f4ee;
  --muted: #597087;
  --line: #d9e5ee;
  --white: #fff;
  --font-display: "Manrope Local", Arial, sans-serif;
  --font-body: "Manrope Local", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

.site-header {
  height: 88px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 30;
  background: var(--white);
}

.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 49px;
  height: 49px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: white;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--ink), #0b4774);
  box-shadow: 0 8px 24px rgba(6, 26, 47, .18);
}
.brand-mark::after { content: ""; width: 24px; height: 3px; background: var(--blue-2); border-radius: 9px; position: absolute; bottom: 9px; transform: rotate(-11deg); }
.brand-mark b, .brand-mark i { position: absolute; font-style: normal; font-size: 22px; line-height: 1; letter-spacing: -.15em; }
.brand-mark b { transform: translateX(-6px); }
.brand-mark i { transform: translateX(7px); color: var(--blue-2); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }

nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 650; }
nav > a:not(.nav-cta) { color: #38526a; transition: color .2s ease; }
nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { color: white; background: var(--ink); padding: 13px 19px; border-radius: 14px; box-shadow: 0 8px 24px rgba(6, 26, 47, .15); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); }
.menu-button { display: none; }

.hero {
  min-height: 670px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 76px max(42px, calc((100% - 1236px) / 2)) 62px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .82fr);
  align-items: center;
  gap: 82px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(247, 250, 252, .96) 0%, rgba(242, 249, 253, .94) 51%, rgba(225, 244, 252, .7) 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(13, 111, 216, .1) .75px, transparent .75px); background-size: 25px 25px; mask-image: linear-gradient(90deg, black, transparent 62%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 380px; height: 380px; right: -95px; top: -145px; background: rgba(37, 165, 235, .1); }
.hero-orb-two { width: 210px; height: 210px; left: 45%; bottom: -120px; background: rgba(212, 161, 76, .11); }
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 21px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 700px; margin: 0; color: var(--ink); font-size: clamp(48px, 5.2vw, 76px); line-height: .99; letter-spacing: -.058em; font-weight: 760; }
.hero h1 em { display: block; color: var(--blue); font-style: normal; font-weight: 650; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #4a6278; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 23px; border: 0; border-radius: 17px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), #168ce4); color: white; box-shadow: 0 13px 30px rgba(13, 111, 216, .27); }
.button-ghost { border: 1px solid #c8d9e6; background: rgba(255,255,255,.66); color: var(--ink); }
.button-light { background: white; color: var(--ink); white-space: nowrap; }
.trust-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px 22px; color: #456077; font-size: 11px; font-weight: 700; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row svg { color: var(--blue); width: 15px; height: 15px; }

.hero-visual { position: relative; z-index: 2; min-height: 525px; }
.hero-photo-wrap { position: absolute; inset: 0 0 0 48px; border-radius: 36px 36px 36px 118px; overflow: hidden; box-shadow: 0 30px 65px rgba(6, 26, 47, .24); background: var(--ink); }
.hero-photo-wrap::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 27px 27px 27px 105px; z-index: 2; pointer-events: none; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(4, 21, 36, .56)); }
.hero-photo-label { position: absolute; z-index: 3; left: 34px; bottom: 31px; color: white; display: flex; align-items: center; gap: 13px; }
.hero-photo-label .pulse { width: 12px; height: 12px; border-radius: 50%; background: #57dc82; border: 3px solid rgba(255,255,255,.35); box-shadow: 0 0 0 5px rgba(87,220,130,.18); }
.hero-photo-label div { display: grid; gap: 2px; }
.hero-photo-label small { opacity: .78; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-photo-label strong { font-size: 14px; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.9); backdrop-filter: blur(16px); box-shadow: 0 17px 42px rgba(6,26,47,.18); }
.floating-card-top { left: 0; top: 51px; border-radius: 20px; padding: 12px 17px 12px 12px; gap: 11px; }
.floating-card-top strong { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: white; background: var(--ink); font-size: 14px; }
.floating-card-top span { max-width: 105px; color: var(--muted); font-size: 10px; font-weight: 750; line-height: 1.35; }
.floating-card-bottom { right: -14px; bottom: 49px; border-radius: 18px; padding: 14px 19px; display: grid; gap: 3px; }
.floating-card-bottom b { color: var(--blue); font-size: 14px; }
.floating-card-bottom span { font-size: 9px; color: var(--muted); max-width: 145px; }

.quick-proof { max-width: 1236px; margin: -25px auto 0; position: relative; z-index: 5; border: 1px solid #e4edf3; background: white; border-radius: 24px; padding: 22px 15px; display: grid; grid-template-columns: repeat(4, 1fr); box-shadow: 0 18px 48px rgba(22, 63, 95, .1); }
.quick-proof div { min-height: 54px; padding: 0 26px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.quick-proof div:last-child { border-right: 0; }
.quick-proof strong { color: var(--blue); font-size: 18px; white-space: nowrap; }
.quick-proof span { color: var(--muted); font-size: 10px; font-weight: 650; line-height: 1.45; }

.section { max-width: 1236px; margin: 0 auto; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(35px, 4vw, 54px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.72; font-size: 14px; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.treatment-card { min-height: 314px; padding: 29px; border: 1px solid var(--line); border-radius: 25px; position: relative; overflow: hidden; background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.treatment-card:hover { transform: translateY(-5px); border-color: rgba(13,111,216,.35); box-shadow: 0 18px 42px rgba(6,26,47,.1); }
.treatment-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 150px; height: 150px; border-radius: 50%; background: var(--sky); opacity: .48; }
.card-number { position: absolute; right: 22px; top: 18px; color: #d5e2eb; font-size: 45px; font-weight: 780; letter-spacing: -.08em; }
.treatment-icon { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: var(--sky); }
.treatment-icon span { width: 17px; height: 24px; position: relative; display: block; background: white; border: 2px solid var(--blue); border-radius: 50% 50% 42% 42%; }
.treatment-icon span::after { content: ""; position: absolute; left: 50%; bottom: -3px; width: 6px; height: 12px; background: var(--sky); transform: translateX(-50%) rotate(5deg); }
.treatment-card h3 { margin: 25px 0 11px; font-size: 19px; letter-spacing: -.025em; }
.treatment-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.treatment-card small { display: block; margin-top: 20px; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.consultation-banner { max-width: 1236px; min-height: 235px; margin: 0 auto 98px; padding: 45px 54px; border-radius: 30px; color: white; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; background: linear-gradient(115deg, var(--ink) 0%, #0a416c 63%, #0d6fd8 130%); }
.consultation-banner::after { content: "MF"; position: absolute; right: 230px; top: -71px; color: rgba(255,255,255,.045); font-size: 240px; font-weight: 900; letter-spacing: -.13em; }
.consultation-banner > * { position: relative; z-index: 2; }
.consultation-banner h2 { margin: 0; font-size: 35px; letter-spacing: -.035em; }
.consultation-banner p:not(.eyebrow) { margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.consultation-banner .eyebrow { color: #72c9ff; margin-bottom: 12px; }

.doctor-section { max-width: 1236px; margin: 0 auto; padding: 54px 0 124px; display: grid; grid-template-columns: .91fr 1fr; gap: 100px; align-items: center; }
.doctor-gallery { min-height: 560px; position: relative; }
.doctor-main-photo { position: absolute; inset: 0 66px 60px 0; border-radius: 30px 30px 110px 30px; overflow: hidden; box-shadow: 0 25px 55px rgba(6,26,47,.18); }
.doctor-main-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.doctor-detail-photo { position: absolute; width: 186px; height: 208px; right: 0; bottom: 0; border: 9px solid white; border-radius: 52px 20px 20px 20px; overflow: hidden; box-shadow: 0 18px 42px rgba(6,26,47,.2); }
.doctor-detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.doctor-seal { position: absolute; top: 33px; right: 10px; width: 105px; height: 105px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; color: white; background: var(--ink); box-shadow: 0 15px 35px rgba(6,26,47,.22); }
.doctor-seal::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.doctor-seal strong { font-size: 19px; color: var(--blue-2); }
.doctor-seal span { font-size: 8px; line-height: 1.2; text-transform: uppercase; letter-spacing: .07em; }
.doctor-copy h2 { margin: 0 0 26px; font-size: clamp(38px, 4vw, 56px); line-height: 1.04; letter-spacing: -.047em; }
.doctor-copy > p:not(.eyebrow) { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.credential-list { margin: 28px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 13px; }
.credential-list span { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.credential-list svg { color: var(--blue); }
.credential-list b { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 800; }

.homecare-section { padding: 108px max(42px, calc((100% - 1236px) / 2)); display: grid; grid-template-columns: .92fr 1fr; gap: 90px; align-items: center; color: white; background: var(--ink); overflow: hidden; position: relative; }
.homecare-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 11% 10%, rgba(37,165,235,.18), transparent 32%), linear-gradient(90deg, transparent, rgba(13,111,216,.06)); }
.homecare-copy, .homecare-photo { position: relative; z-index: 2; }
.homecare-copy .eyebrow { color: #68c8ff; }
.homecare-copy h2 { margin: 0; font-size: clamp(40px, 4.3vw, 61px); line-height: 1.01; letter-spacing: -.05em; }
.homecare-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: rgba(255,255,255,.67); line-height: 1.7; font-size: 15px; }
.homecare-features { display: grid; gap: 13px; margin-bottom: 30px; }
.homecare-features article { padding: 15px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.045); }
.homecare-features article > strong { width: 39px; height: 39px; border-radius: 12px; display: grid; place-items: center; color: #70cfff; background: rgba(37,165,235,.12); font-size: 11px; }
.homecare-features h3 { margin: 0 0 2px; font-size: 14px; }
.homecare-features p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.4; }
.homecare-copy .button { width: fit-content; }
.homecare-photo { min-height: 620px; border-radius: 150px 34px 34px 34px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.32); }
.homecare-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 14px rgba(255,255,255,.08); border-radius: inherit; pointer-events: none; }
.homecare-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.homecare-badge { position: absolute; left: 25px; right: 25px; bottom: 25px; padding: 16px 19px; border-radius: 18px; display: flex; align-items: center; gap: 12px; color: var(--ink); background: rgba(255,255,255,.9); backdrop-filter: blur(14px); }
.homecare-badge > svg { width: 29px; height: 29px; padding: 6px; border-radius: 9px; color: white; background: var(--blue); }
.homecare-badge > span:first-child { width: 29px; height: 29px; border-radius: 9px; display: grid; place-items: center; color: white; background: var(--blue); }
.homecare-badge span { display: grid; }
.homecare-badge small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.homecare-badge b { font-size: 13px; }

.stories-section { max-width: 1236px; margin: 0 auto; padding: 112px 0; }
.section-heading.compact { margin-bottom: 38px; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 276px 276px; gap: 16px; }
.story-card { border-radius: 27px; overflow: hidden; position: relative; color: white; background: var(--ink); }
.story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(2,16,29,.87) 100%); }
.story-card img { width: 100%; height: 100%; object-fit: cover; }
.story-card > div { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 23px; }
.story-card small { color: #72ccff; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; font-size: 9px; }
.story-card h3 { margin: 6px 0 5px; font-size: 21px; letter-spacing: -.025em; }
.story-card p { margin: 0; max-width: 500px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.5; }
.story-large { grid-row: 1 / 3; }
.story-large > div { left: 35px; bottom: 31px; }
.story-large h3 { font-size: 30px; }
.story-large img { object-position: center 38%; }
.story-clinic img { object-position: center 22%; }

.process-section { padding: 85px max(42px, calc((100% - 1236px) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; color: white; background: linear-gradient(115deg, #0d6fd8, #1166b9 58%, #0b4b82); }
.process-intro .eyebrow { color: #d9f3ff; }
.process-intro h2 { margin: 0; font-size: 44px; line-height: 1.04; letter-spacing: -.045em; }
.process-intro > p:not(.eyebrow) { color: rgba(255,255,255,.65); line-height: 1.7; font-size: 13px; }
.process-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.process-list li { padding: 19px; border-radius: 18px; display: flex; align-items: center; gap: 17px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); }
.process-list li > span { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: var(--blue); background: white; font-weight: 900; }
.process-list h3 { margin: 0 0 3px; font-size: 15px; }
.process-list p { margin: 0; color: rgba(255,255,255,.66); font-size: 11px; }

.booking-section { max-width: 1236px; margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.booking-copy { align-self: start; padding-top: 40px; position: sticky; top: 100px; }
.booking-copy h2 { margin: 0; font-size: clamp(43px, 4.5vw, 62px); line-height: 1; letter-spacing: -.052em; }
.booking-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.booking-safe { margin-top: 29px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; display: flex; gap: 12px; align-items: center; background: #f8fbfd; }
.booking-safe > span { width: 33px; height: 33px; border-radius: 11px; display: grid; place-items: center; color: white; background: #1dac61; }
.booking-safe div { display: grid; gap: 2px; }
.booking-safe strong { font-size: 11px; }
.booking-safe small { color: var(--muted); font-size: 9px; }
.chat-card { max-width: 625px; min-height: 640px; border: 1px solid #cfddd5; border-radius: 30px; overflow: hidden; background: #efeae2; box-shadow: 0 28px 65px rgba(6,26,47,.16); }
.chat-header { min-height: 76px; padding: 13px 17px; display: flex; align-items: center; gap: 12px; color: white; background: #075e54; }
.chat-avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; position: relative; background: var(--ink); font-size: 12px; font-weight: 900; }
.chat-avatar span { position: absolute; width: 11px; height: 11px; right: 0; bottom: 1px; border: 2px solid #075e54; border-radius: 50%; background: #42dc77; }
.chat-header > div:nth-child(2) { display: grid; }
.chat-header strong { font-size: 13px; }
.chat-header small { font-size: 9px; opacity: .78; }
.chat-brand { margin-left: auto; font-size: 10px; opacity: .75; }
.chat-body { min-height: 505px; padding: 23px 20px 35px; position: relative; background-color: #efeae2; background-image: radial-gradient(rgba(7,94,84,.055) .8px, transparent .8px); background-size: 17px 17px; }
.message { width: fit-content; max-width: 84%; margin-bottom: 8px; padding: 10px 13px; border-radius: 13px; box-shadow: 0 1px 2px rgba(0,0,0,.08); font-size: 12px; line-height: 1.45; }
.message p { margin: 0; }
.message small { display: block; margin-top: 4px; color: #81918e; text-align: right; font-size: 8px; }
.message.received { border-top-left-radius: 4px; background: white; }
.message.sent { margin-left: auto; border-top-right-radius: 4px; background: #d9fdd3; }
.chat-options { margin: 14px 0 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.chat-options button { min-height: 45px; padding: 9px 12px; border: 1px solid #d4dfda; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; color: #1e4b46; background: white; cursor: pointer; text-align: left; font-size: 10px; font-weight: 750; transition: border .2s ease, transform .2s ease; }
.chat-options button:hover { transform: translateY(-2px); border-color: #25d366; }
.chat-question { margin-top: 12px; }
.chat-question label { display: block; margin: 7px 0 5px 3px; color: #45635f; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.chat-input { height: 48px; border: 1px solid #cfdbd6; border-radius: 14px; display: flex; padding: 4px 4px 4px 13px; background: white; box-shadow: 0 5px 14px rgba(0,0,0,.05); }
.chat-input input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); font-size: 12px; background: transparent; }
.chat-input button { width: 38px; border: 0; border-radius: 10px; display: grid; place-items: center; color: white; background: #1dac61; cursor: pointer; }
.final-message { max-width: 92%; }
.final-message button { width: 100%; min-height: 43px; margin-top: 11px; border: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 8px; color: white; background: #1dac61; cursor: pointer; font-size: 11px; font-weight: 800; }
.chat-error { margin: 8px 0 0; color: #aa2727; font-size: 10px; font-weight: 700; }
.chat-progress { height: 59px; padding: 0 22px; display: flex; align-items: center; justify-content: center; gap: 7px; background: #f7f7f7; }
.chat-progress span { width: 38px; height: 4px; border-radius: 5px; background: #d7dfdc; }
.chat-progress span.active { background: #1dac61; }

.location-section { max-width: 1236px; min-height: 560px; margin: 0 auto 115px; display: grid; grid-template-columns: 1.08fr .92fr; border: 1px solid var(--line); border-radius: 31px; overflow: hidden; box-shadow: 0 23px 60px rgba(6,26,47,.1); }
.location-map iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.75) contrast(1.04); }
.location-card { padding: 57px 52px; background: white; }
.location-card h2 { margin: 0 0 34px; font-size: 44px; letter-spacing: -.045em; }
.address-block { padding-bottom: 26px; border-bottom: 1px solid var(--line); display: flex; gap: 15px; }
.address-block > svg { width: 38px; height: 38px; padding: 10px; border-radius: 12px; color: white; background: var(--blue); }
.address-block > span:first-child { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: white; background: var(--blue); }
.address-block div { display: grid; gap: 3px; }
.address-block small, .location-info small { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.address-block strong { font-size: 14px; }
.address-block span, .location-info span { color: var(--muted); font-size: 10px; }
.location-info { padding: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.location-info div { display: grid; gap: 3px; }
.location-info strong { font-size: 13px; }
.location-actions { display: flex; gap: 10px; }

.faq-section { max-width: 1236px; margin: 0 auto; padding: 0 0 120px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 105px; }
.faq-intro h2 { margin: 0; font-size: 45px; line-height: 1.05; letter-spacing: -.045em; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 14px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; border-radius: 10px; display: grid; place-items: center; color: var(--blue); background: var(--sky); font-size: 19px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 50px 23px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

footer { padding: 65px max(42px, calc((100% - 1236px) / 2)) 26px; color: white; background: var(--ink); }
.footer-top { min-height: 116px; display: grid; grid-template-columns: 1fr .86fr .64fr; align-items: center; gap: 55px; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.5); }
.footer-brand .brand-mark { box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.footer-top > p { color: rgba(255,255,255,.54); font-size: 11px; line-height: 1.6; }
.footer-whatsapp { min-height: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; display: flex; align-items: center; justify-content: center; gap: 10px; background: rgba(255,255,255,.05); font-size: 12px; font-weight: 750; }
.footer-whatsapp svg { color: #4be07e; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.38); font-size: 9px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: white; }

.mobile-bar { display: none; }

@media (max-width: 1100px) {
  .site-header { padding: 0 25px; }
  nav { gap: 18px; }
  .hero { padding-left: 32px; padding-right: 32px; gap: 40px; grid-template-columns: 1fr .8fr; }
  .hero h1 { font-size: 54px; }
  .quick-proof, .section, .consultation-banner { margin-left: 25px; margin-right: 25px; }
  .doctor-section, .stories-section, .booking-section, .location-section, .faq-section { margin-left: 25px; margin-right: 25px; }
  .section { padding: 90px 0; }
  .doctor-section { gap: 55px; }
  .homecare-section { gap: 50px; padding-left: 32px; padding-right: 32px; }
  .process-section { padding-left: 32px; padding-right: 32px; gap: 55px; }
  .booking-section { gap: 55px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 72px; }
  .site-header { height: 74px; padding: 0 18px; position: sticky; top: 0; box-shadow: 0 2px 18px rgba(6,26,47,.06); }
  .brand-mark { width: 43px; height: 43px; border-radius: 13px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 8px; }
  .menu-button { width: 42px; height: 42px; padding: 0; border: 0; border-radius: 13px; background: #edf6fb; display: grid; place-content: center; gap: 6px; }
  .menu-button span { width: 19px; height: 2px; border-radius: 3px; background: var(--ink); }
  nav { display: none; position: absolute; top: 68px; left: 12px; right: 12px; padding: 20px; border-radius: 20px; background: white; box-shadow: 0 18px 50px rgba(6,26,47,.2); flex-direction: column; align-items: stretch; gap: 9px; }
  nav.nav-open { display: flex; }
  nav a { padding: 11px; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 47px 20px 48px; display: flex; flex-direction: column; gap: 45px; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { gap: 11px; display: grid; }
  .hero-visual { width: 100%; min-height: 485px; }
  .hero-photo-wrap { inset: 0 4px 0 22px; border-radius: 28px 28px 28px 85px; }
  .floating-card-top { left: 0; top: 27px; }
  .floating-card-bottom { right: -4px; bottom: 32px; }
  .quick-proof { margin: 0; border-radius: 0; grid-template-columns: 1fr 1fr; box-shadow: none; border-left: 0; border-right: 0; padding: 10px; }
  .quick-proof div { padding: 14px; border-right: 0; border-bottom: 1px solid var(--line); align-items: flex-start; flex-direction: column; gap: 3px; }
  .quick-proof div:nth-last-child(-n+2) { border-bottom: 0; }
  .quick-proof strong { font-size: 17px; }
  .section { margin: 0; padding: 78px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .section-heading h2 { font-size: 38px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 280px; }
  .consultation-banner { margin: 0 16px 75px; padding: 37px 25px; border-radius: 25px; display: grid; }
  .consultation-banner h2 { font-size: 30px; }
  .consultation-banner::after { right: -15px; top: -25px; font-size: 160px; }
  .doctor-section { margin: 0; padding: 0 18px 85px; grid-template-columns: 1fr; gap: 45px; }
  .doctor-gallery { min-height: 460px; }
  .doctor-main-photo { inset: 0 39px 45px 0; border-radius: 24px 24px 78px 24px; }
  .doctor-detail-photo { width: 137px; height: 158px; border-width: 7px; }
  .doctor-seal { top: 25px; right: -4px; width: 86px; height: 86px; }
  .doctor-copy h2 { font-size: 39px; }
  .homecare-section { padding: 76px 18px; grid-template-columns: 1fr; gap: 45px; }
  .homecare-copy h2 { font-size: 42px; }
  .homecare-copy .button { width: 100%; }
  .homecare-photo { min-height: 500px; border-radius: 84px 25px 25px 25px; }
  .stories-section { margin: 0; padding: 78px 18px; }
  .story-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 395px); }
  .story-large { grid-row: auto; }
  .story-large h3 { font-size: 24px; }
  .process-section { padding: 70px 18px; grid-template-columns: 1fr; gap: 35px; }
  .process-intro h2 { font-size: 38px; }
  .booking-section { margin: 0; padding: 83px 16px; grid-template-columns: 1fr; gap: 43px; }
  .booking-copy { padding-top: 0; position: static; }
  .booking-copy h2 { font-size: 45px; }
  .chat-card { min-height: 620px; border-radius: 23px; }
  .chat-body { min-height: 495px; padding: 20px 13px 28px; }
  .chat-options { grid-template-columns: 1fr; }
  .location-section { margin: 0 16px 82px; grid-template-columns: 1fr; }
  .location-map iframe { min-height: 330px; }
  .location-card { padding: 40px 24px; }
  .location-card h2 { font-size: 38px; }
  .location-actions { display: grid; }
  .faq-section { margin: 0; padding: 0 18px 85px; grid-template-columns: 1fr; gap: 34px; }
  .faq-intro h2 { font-size: 39px; }
  footer { padding: 55px 21px 92px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { margin-top: 28px; flex-direction: column; }
  .mobile-bar { display: block; position: fixed; z-index: 50; left: 11px; right: 11px; bottom: 10px; }
  .mobile-bar a { height: 56px; border-radius: 18px; display: flex; align-items: center; justify-content: center; gap: 10px; color: white; background: #1daf61; box-shadow: 0 13px 35px rgba(22,149,79,.32); font-size: 14px; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
