:root {
  --maroon: #720020;
  --maroon-2: #8c0a36;
  --maroon-dark: #3b0718;
  --maroon-ink: #25030f;
  --gold: #d8a33a;
  --gold-light: #f3d48a;
  --ink: #171216;
  --muted: #6e656a;
  --paper: #faf7f2;
  --paper-2: #f3ede6;
  --white: #fff;
  --line: rgba(114,0,32,.14);
  --shadow: 0 26px 80px rgba(66, 9, 29, .15);
  --soft-shadow: 0 18px 55px rgba(63, 16, 31, .08);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; top: -100px; left: 14px; z-index: 9999; padding: 11px 16px; border-radius: 10px; background: #fff; color: var(--maroon); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { top: 14px; }

.topbar { position: relative; z-index: 1100; background: var(--maroon-dark); color: rgba(255,255,255,.78); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.topbar-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-actions { display: flex; align-items: center; gap: 22px; font-weight: 800; }
.topbar-actions a:hover { color: var(--gold-light); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(114,0,32,.08); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 12px 34px rgba(52,0,18,.1); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 270px; }
.brand img { width: 62px; height: 46px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { color: var(--maroon); font-size: 16px; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--maroon); transition: right .22s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--maroon); color: #fff; box-shadow: 0 12px 25px rgba(114,0,32,.19); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 14px; background: var(--paper); }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--maroon); }

.hero { position: relative; min-height: 760px; height: calc(100vh - 118px); max-height: 920px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; background: url('../images/korba-hero.jpg') center/cover no-repeat; transform: scale(1.025); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,4,12,.96) 0%, rgba(58,5,24,.85) 37%, rgba(75,9,32,.28) 65%, rgba(75,9,32,.06) 100%); }
.hero-grain { position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(rgba(255,255,255,.7) .55px, transparent .55px); background-size: 4px 4px; mix-blend-mode: soft-light; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; left: -370px; top: 40px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.024), 0 0 0 160px rgba(255,255,255,.014); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .55fr; gap: 68px; align-items: center; }
.hero-copy { padding: 54px 0 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--maroon); }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { margin: 23px 0 20px; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7.1vw, 104px); line-height: .92; letter-spacing: -.052em; }
.hero h1 span { color: var(--gold-light); }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.7vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .015em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-light); color: var(--maroon-dark); box-shadow: 0 14px 32px rgba(243,212,138,.22); }
.button-glass { border: 1px solid rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button-white { background: #fff; color: var(--maroon); }
.button-outline { border: 1px solid rgba(255,255,255,.42); color: #fff; }
.hero-address { display: flex; align-items: flex-start; gap: 12px; max-width: 660px; margin-top: 38px; color: rgba(255,255,255,.76); font-size: 13px; }
.address-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.address-icon svg { width: 17px; height: 17px; fill: none; stroke: var(--gold-light); stroke-width: 1.8; }
.hero-panel { align-self: end; margin-bottom: 68px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.06)); backdrop-filter: blur(18px); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.hero-panel-top span { display: block; color: var(--gold-light); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.hero-panel-top strong { display: block; margin-top: 9px; font-family: Georgia, serif; font-size: 27px; line-height: 1.15; }
.hero-panel-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 24px 0; }
.hero-panel-facts div { padding: 15px 10px; border-radius: 16px; background: rgba(255,255,255,.09); text-align: center; }
.hero-panel-facts strong { display: block; color: var(--gold-light); font-family: Georgia,serif; font-size: 21px; }
.hero-panel-facts span { display: block; margin-top: 4px; color: rgba(255,255,255,.67); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; line-height: 1.35; }
.hero-panel > a { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); font-size: 20px; font-weight: 900; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 23px; width: 40px; height: 58px; display: grid; place-items: start center; padding-top: 9px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.scroll-cue span { width: 4px; height: 9px; border-radius: 999px; background: #fff; animation: scrollDot 1.7s ease-in-out infinite; }
@keyframes scrollDot { 55% { transform: translateY(18px); opacity: .2; } }

.trust-ribbon { position: relative; z-index: 4; margin-top: -1px; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 26px 26px; background: #fff; box-shadow: var(--soft-shadow); overflow: hidden; }
.trust-grid article { min-height: 112px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid strong { color: var(--maroon); font-family: Georgia,serif; font-size: 27px; }
.trust-grid span { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.editorial-heading { display: grid; grid-template-columns: 1.15fr .55fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.editorial-heading h2, .director-copy h2, .doctor-copy h2, .network-banner-content h2, .network-copy h2, .contact-copy h2 { margin: 13px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5.3vw, 70px); line-height: 1.01; letter-spacing: -.042em; }
.editorial-heading p { margin: 0 0 7px; color: var(--muted); font-size: 17px; }

.services-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fbf7f2 100%); }
.services-section::after { content: "SGVEH"; position: absolute; right: -20px; top: 35px; color: rgba(114,0,32,.028); font-family: Georgia,serif; font-size: 180px; font-weight: 900; letter-spacing: -.06em; }
.services-stage { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: stretch; }
.service-feature { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--radius-xl); background: radial-gradient(circle at 60% 25%, #fff 0 15%, #f2ece4 43%, #e7d9ca 100%); box-shadow: var(--shadow); }
.service-image-wrap { position: absolute; inset: 0; }
.service-image-wrap img { position: absolute; width: 138%; max-width: none; left: -13%; top: -3%; filter: drop-shadow(0 28px 46px rgba(65,17,32,.18)); }
.service-feature::after { content: ""; position: absolute; left: -150px; bottom: -180px; width: 430px; height: 430px; border: 1px solid rgba(114,0,32,.15); border-radius: 50%; box-shadow: 0 0 0 52px rgba(114,0,32,.035), 0 0 0 104px rgba(114,0,32,.018); }
.service-feature-copy { position: absolute; left: 26px; right: 26px; bottom: 26px; z-index: 2; padding: 26px; border-radius: 24px; color: #fff; background: rgba(70,0,23,.9); backdrop-filter: blur(15px); }
.service-feature-copy span { display: block; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.service-feature-copy strong { display: block; margin-top: 8px; font-family: Georgia,serif; font-size: 28px; line-height: 1.13; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; min-height: 300px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.95); box-shadow: 0 16px 45px rgba(55,11,26,.06); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(114,0,32,.32); box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; right: -75px; bottom: -75px; width: 170px; height: 170px; border-radius: 50%; background: rgba(114,0,32,.035); }
.service-index { position: absolute; top: 23px; right: 24px; color: rgba(114,0,32,.16); font-family: Georgia,serif; font-size: 42px; font-weight: 700; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 18px; background: var(--maroon); box-shadow: 0 12px 24px rgba(114,0,32,.18); }
.service-icon svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.director-section { position: relative; padding: 112px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 5% 0%, #a20d43 0%, var(--maroon) 37%, var(--maroon-dark) 100%); }
.director-section::before { content: ""; position: absolute; right: -250px; top: -250px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 76px rgba(255,255,255,.023), 0 0 0 152px rgba(255,255,255,.012); }
.director-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: center; }
.director-visual { display: grid; gap: 18px; }
.director-frame { position: relative; max-width: 420px; margin-inline: auto; border-radius: 40px 40px 130px 40px; background: linear-gradient(180deg,#fff,#efe7df); overflow: hidden; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.director-frame::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(114,0,32,.14); border-radius: 28px 28px 112px 28px; pointer-events: none; }
.director-frame img { position: relative; z-index: 1; width: 100%; min-height: 490px; object-fit: cover; object-position: top center; }
.director-identity { max-width: 420px; margin-inline: auto; padding: 18px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.director-identity strong { display: block; color: var(--gold-light); font-size: 20px; }
.director-identity span, .director-identity small { display: block; color: rgba(255,255,255,.72); font-size: 12px; }
.director-copy h2 { max-width: 760px; }
.director-copy blockquote { position: relative; margin: 30px 0 0; padding: 26px 0 0 34px; border-left: 2px solid var(--gold-light); color: rgba(255,255,255,.83); font-family: Georgia,serif; font-size: clamp(18px, 2vw, 24px); line-height: 1.65; }
.director-copy blockquote::before { content: "“"; position: absolute; left: 12px; top: -28px; color: var(--gold-light); font-size: 76px; line-height: 1; }

.doctor-section { position: relative; overflow: hidden; background: #fff; }
.doctor-section::before { content: ""; position: absolute; left: -260px; bottom: -300px; width: 640px; height: 640px; border: 1px solid rgba(114,0,32,.07); border-radius: 50%; box-shadow: 0 0 0 80px rgba(114,0,32,.018); }
.doctor-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; align-items: center; }
.doctor-portrait-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.portrait-orbit { position: absolute; width: 570px; height: 570px; border: 1px solid rgba(114,0,32,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(114,0,32,.025), 0 0 0 110px rgba(114,0,32,.013); }
.doctor-portrait { position: relative; z-index: 2; width: min(100%, 490px); padding: 16px; border-radius: 245px 245px 38px 38px; background: linear-gradient(145deg,#f7f1eb,#fff); box-shadow: var(--shadow); }
.doctor-portrait img { width: 100%; aspect-ratio: 1 / 1.17; object-fit: cover; object-position: center top; border-radius: 230px 230px 27px 27px; }
.doctor-chip { position: absolute; z-index: 3; right: 0; bottom: 76px; min-width: 210px; padding: 17px 22px; border-radius: 18px; color: #fff; background: var(--maroon); box-shadow: 0 20px 42px rgba(114,0,32,.22); }
.doctor-chip strong, .doctor-chip span { display: block; }
.doctor-chip strong { color: var(--gold-light); font-family: Georgia,serif; font-size: 21px; }
.doctor-chip span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.doctor-copy h2 { color: var(--maroon); }
.qualification-box { margin: 26px 0; padding: 21px 24px; border-left: 4px solid var(--maroon); border-radius: 0 18px 18px 0; background: var(--paper); }
.qualification-box span, .qualification-box strong { display: block; }
.qualification-box span { color: #443c40; font-size: 14px; }
.qualification-box strong { margin-top: 7px; color: var(--maroon); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.doctor-copy p { margin: 0 0 17px; color: var(--muted); font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; color: var(--maroon); font-weight: 900; }
.text-link span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--maroon); color: #fff; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.network-banner { position: relative; min-height: 560px; display: grid; align-items: end; overflow: hidden; color: #fff; }
.network-media { position: absolute; inset: 0; background: url('../images/korba-industry.jpg') center/cover no-repeat; transform: scale(1.03); }
.network-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,4,13,.9), rgba(86,0,28,.77) 54%, rgba(86,0,28,.3)); }
.network-banner-content { position: relative; z-index: 2; padding-bottom: 88px; }
.network-banner-content h2 { max-width: 950px; }

.network-section { position: relative; background: var(--paper); overflow: hidden; }
.network-section::before { content: ""; position: absolute; right: -330px; top: 300px; width: 720px; height: 720px; border: 1px solid rgba(114,0,32,.07); border-radius: 50%; box-shadow: 0 0 0 86px rgba(114,0,32,.018); }
.network-intro { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; gap: 76px; align-items: center; }
.network-hospital-card { position: relative; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.network-hospital-card img { width: 100%; min-height: 650px; object-fit: cover; }
.network-hospital-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(35,3,14,.92)); }
.network-hospital-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; color: #fff; }
.network-hospital-caption span { display: block; color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.network-hospital-caption strong { display: block; margin-top: 8px; font-family: Georgia,serif; font-size: 29px; }
.network-copy h2 { color: var(--maroon); }
.network-copy > p { color: var(--muted); font-size: 17px; }
.network-tiers { display: grid; gap: 10px; margin-top: 28px; }
.network-tiers article { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: center; padding: 16px 20px; border: 1px solid rgba(114,0,32,.11); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 10px 35px rgba(51,8,24,.05); }
.network-tiers strong { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--maroon); color: var(--gold-light); font-family: Georgia,serif; font-size: 28px; }
.network-tiers span, .network-tiers small { display: block; }
.network-tiers span { font-weight: 900; }
.network-tiers small { color: var(--muted); font-size: 12px; }
.training-note { margin-top: 18px; padding: 17px 19px; border: 1px solid rgba(114,0,32,.12); border-radius: 16px; background: #fff; color: var(--muted); font-size: 13px; font-weight: 650; }
.feature-grid { position: relative; z-index: 2; margin-top: 78px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.feature-card { min-height: 230px; padding: 27px 24px; border: 1px solid rgba(114,0,32,.09); border-radius: 24px; background: #fff; box-shadow: 0 16px 44px rgba(55,12,27,.065); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 17px; background: var(--maroon); color: #fff; font-family: Georgia,serif; font-weight: 900; font-size: 17px; }
.feature-card span { display: block; font-size: 18px; font-weight: 900; line-height: 1.25; }
.feature-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.featured-card,
.mission-card {
  background: #fff;
  color: var(--text);
}
.featured-card .feature-icon,
.mission-card .feature-icon {
  background: var(--maroon);
  color: #fff;
}
.mission-card .feature-icon { width: 66px; }
.featured-card p,
.mission-card p {
  color: var(--muted);
}
.google-icon { color: var(--gold-light); }
.numbers-panel { position: relative; z-index: 2; margin-top: 44px; display: grid; grid-template-columns: repeat(6,1fr); overflow: hidden; border: 1px solid rgba(114,0,32,.17); border-radius: 24px; background: #fff; box-shadow: var(--soft-shadow); }
.numbers-panel > div { padding: 24px 16px; text-align: center; border-right: 1px solid rgba(114,0,32,.11); }
.numbers-panel > div:last-child { border-right: 0; }
.numbers-panel strong { display: block; color: var(--maroon); font-family: Georgia,serif; font-size: 27px; }
.numbers-panel span { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .075em; line-height: 1.45; }

.contact-section { position: relative; padding: 110px 0; overflow: hidden; color: #fff; background: linear-gradient(135deg,var(--maroon-dark),var(--maroon)); }
.contact-section::before { content: ""; position: absolute; right: -260px; top: -270px; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 76px rgba(255,255,255,.022), 0 0 0 152px rgba(255,255,255,.012); }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .58fr; gap: 82px; align-items: center; }
.contact-copy h2 { max-width: 760px; }
.contact-copy > p { max-width: 670px; color: rgba(255,255,255,.76); font-size: 17px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.08); backdrop-filter: blur(15px); box-shadow: 0 26px 70px rgba(0,0,0,.16); }
.contact-card img { width: 78px; height: 56px; object-fit: contain; margin-bottom: 20px; }
.contact-card span { display: block; color: rgba(255,255,255,.65); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { display: block; margin-top: 5px; color: var(--gold-light); font-family: Georgia,serif; font-size: 48px; }
.contact-card p { color: rgba(255,255,255,.72); }
.contact-card a { display: inline-block; margin-top: 14px; font-size: 23px; font-weight: 900; }

.site-footer { padding: 34px 0; background: #12090c; color: rgba(255,255,255,.64); }
.footer-layout { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { min-width: auto; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.46); }
.footer-layout p { margin: 0; font-size: 12px; }
.footer-links { display: flex; gap: 20px; font-size: 11px; font-weight: 900; }
.footer-links a:hover { color: var(--gold-light); }
.floating-call { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: none; align-items: center; gap: 8px; padding: 12px 17px; border-radius: 999px; background: var(--maroon); color: #fff; box-shadow: 0 16px 34px rgba(76,0,24,.3); }
.floating-call span { opacity: .7; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.floating-call strong { font-size: 13px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .72s ease, transform .72s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr .46fr; gap: 36px; }
  .services-stage { grid-template-columns: 1fr; }
  .service-feature { min-height: 480px; }
  .service-image-wrap img { width: 92%; left: 21%; top: -11%; }
  .director-layout { gap: 48px; }
  .doctor-layout, .network-intro { gap: 50px; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .numbers-panel { grid-template-columns: repeat(3,1fr); }
  .numbers-panel > div:nth-child(3) { border-right: 0; }
  .numbers-panel > div:nth-child(-n+3) { border-bottom: 1px solid rgba(114,0,32,.11); }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-toggle { display: block; cursor: pointer; }
  .main-nav { position: fixed; left: 22px; right: 22px; top: 94px; display: grid; gap: 0; padding: 12px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: .22s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 14px; border-radius: 12px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 820px; height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 130px 0 20px; }
  .hero-panel { width: min(100%, 500px); margin-bottom: 85px; }
  .hero-shade { background: linear-gradient(90deg, rgba(32,4,14,.95), rgba(69,5,28,.74) 66%, rgba(69,5,28,.3)); }
  .hero-media { background-position: 65% center; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .editorial-heading, .director-layout, .doctor-layout, .network-intro, .contact-layout { grid-template-columns: 1fr; }
  .editorial-heading { gap: 18px; }
  .director-visual { max-width: 430px; margin-inline: auto; }
  .doctor-portrait-wrap { min-height: 620px; max-width: 600px; width: 100%; margin-inline: auto; }
  .network-hospital-card { max-width: 650px; }
  .network-hospital-card img { min-height: 520px; }
  .contact-card { max-width: 470px; }
  .footer-layout { flex-direction: column; text-align: center; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 80px 0; }
  .nav-wrap { height: 72px; }
  .brand { min-width: 0; gap: 9px; }
  .brand img { width: 49px; height: 38px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 9px; }
  .main-nav { top: 82px; left: 14px; right: 14px; }
  .hero { min-height: 760px; }
  .hero-copy { padding-top: 105px; }
  .hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .hero-address { font-size: 12px; }
  .hero-panel { margin-bottom: 70px; padding: 22px; }
  .hero-panel-facts { gap: 7px; }
  .hero-panel-facts div { padding: 13px 7px; }
  .hero-panel-facts strong { font-size: 18px; }
  .scroll-cue { display: none; }
  .trust-grid article { min-height: 94px; padding: 20px 18px; }
  .trust-grid strong { font-size: 23px; }
  .service-feature { min-height: 430px; }
  .service-image-wrap img { width: 122%; left: 5%; top: -2%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .director-section { padding: 82px 0; }
  .director-frame img { min-height: 430px; }
  .director-copy blockquote { padding-left: 20px; font-size: 17px; }
  .doctor-portrait-wrap { min-height: 500px; }
  .portrait-orbit { width: 430px; height: 430px; }
  .doctor-chip { right: 0; bottom: 32px; }
  .network-banner { min-height: 470px; }
  .network-banner-content { padding-bottom: 60px; }
  .network-tiers article { grid-template-columns: 60px 1fr; padding: 13px 15px; }
  .network-tiers strong { width: 50px; height: 50px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 210px; }
  .numbers-panel { grid-template-columns: repeat(2,1fr); }
  .numbers-panel > div { border-bottom: 1px solid rgba(114,0,32,.11); }
  .numbers-panel > div:nth-child(2n) { border-right: 0; }
  .numbers-panel > div:nth-last-child(-n+2) { border-bottom: 0; }
  .contact-section { padding: 82px 0; }
  .floating-call { display: flex; }
}

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