: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; }
}

/* Premium refinement — July 2026 */
:root {
  --container: 1180px;
  --shadow: 0 24px 70px rgba(53, 8, 24, .13);
  --soft-shadow: 0 16px 46px rgba(50, 14, 28, .07);
}
body { font-size: 15px; line-height: 1.62; }
.section { padding: 100px 0; }
.site-header { border-bottom-color: rgba(114,0,32,.07); }
.nav-wrap { height: 78px; }
.brand-copy strong { font-size: 15px; }
.brand-copy small { font-size: 10px; }
.main-nav { gap: 23px; font-size: 12px; }
.nav-cta { padding: 11px 17px; }
.hero { min-height: 700px; max-height: 850px; }
.hero-media { background-image: image-set(url('../images/korba-hero.webp') type('image/webp'), url('../images/korba-hero.jpg') type('image/jpeg')); }
.hero h1 { font-size: clamp(52px, 6.4vw, 88px); line-height: .95; }
.hero-copy > p { max-width: 620px; font-size: clamp(15px, 1.4vw, 19px); }
.hero-panel-top strong { font-size: 24px; }
.hero-panel > a { font-size: 18px; }
.eyebrow { font-size: 10px; }
.editorial-heading h2,
.director-copy h2,
.doctor-copy h2,
.network-banner-content h2,
.network-copy h2,
.contact-copy h2,
.faq-intro h2 { font-size: clamp(36px, 4.5vw, 58px); line-height: 1.04; }
.editorial-heading p,
.doctor-copy p,
.network-copy > p,
.contact-copy > p { font-size: 15px; }
.service-card h3 { font-size: 19px; }
.service-card p { font-size: 13px; }
.director-copy blockquote { font-size: 17px; line-height: 1.75; }
.qualification-box span, .qualification-box strong { font-size: 12px; }
.feature-card { min-height: 210px; padding: 24px 22px; border-radius: 22px; }
.feature-card span { font-size: 16px; }
.feature-card p { font-size: 12px; line-height: 1.58; }
.feature-icon { width: 50px; height: 50px; margin-bottom: 20px; border-radius: 15px; font-size: 15px; }
.numbers-panel strong { font-size: 25px; }
.contact-section { padding: 96px 0; }
.contact-card strong { font-size: 42px; }
.contact-card a { font-size: 20px; }

/* More polished cards and section surfaces */
.services-section,
.network-section { background: linear-gradient(180deg, #fff 0%, #fbf8f4 100%); }
.service-card,
.feature-card,
.qualification-box,
.network-tiers article { border-color: rgba(114,0,32,.08); }
.service-card:hover,
.feature-card:hover { transform: translateY(-5px); }
.network-hospital-card,
.doctor-portrait,
.director-frame { box-shadow: 0 30px 90px rgba(52, 7, 24, .15); }
.network-media { background-image: image-set(url('../images/korba-industry.webp') type('image/webp'), url('../images/korba-industry.jpg') type('image/jpeg')); }

/* AEO/GEO quick-answer section */
.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(216,163,58,.12), transparent 30%),
    linear-gradient(180deg, #fbf8f4 0%, #fff 100%);
}
.faq-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(114,0,32,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(114,0,32,.025), 0 0 0 140px rgba(114,0,32,.014);
}
.faq-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 84px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin: 14px 0 18px; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.faq-intro > p { max-width: 440px; margin: 0 0 26px; color: var(--muted); font-size: 14px; }
.faq-list { display: grid; gap: 13px; }
.faq-list details { border: 1px solid rgba(114,0,32,.1); border-radius: 19px; background: rgba(255,255,255,.92); box-shadow: 0 13px 38px rgba(52, 11, 27, .055); overflow: hidden; }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 21px 58px 21px 23px; font-size: 15px; font-weight: 850; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 21px; top: 50%; transform: translateY(-50%); width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-2); color: var(--maroon); font-size: 18px; }
.faq-list details[open] summary::after { content: "–"; background: var(--maroon); color: #fff; }
.faq-list details p { margin: 0; padding: 0 23px 21px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-list details p a { color: var(--maroon); font-weight: 850; }

/* Premium footer */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 76px 0 0;
  background: linear-gradient(145deg, #17080d 0%, #260812 55%, #13070b 100%);
  color: rgba(255,255,255,.66);
}
.footer-glow { position: absolute; left: -180px; top: -250px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(140,10,54,.34), transparent 66%); pointer-events: none; }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .72fr .82fr 1.18fr; gap: 56px; padding-bottom: 52px; }
.footer-about > p { max-width: 330px; margin: 23px 0 21px; font-size: 13px; line-height: 1.75; }
.footer-brand { min-width: 0; }
.footer-brand img { width: 68px; height: 50px; }
.footer-brand .brand-copy strong { color: #fff; font-size: 15px; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.45); font-size: 9px; }
.footer-badge { display: inline-flex; padding: 9px 13px; border: 1px solid rgba(243,212,138,.22); border-radius: 999px; color: var(--gold-light); background: rgba(243,212,138,.06); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-column h2,
.footer-contact h2 { margin: 4px 0 19px; color: #fff; font-family: inherit; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column a { position: relative; font-size: 12px; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: var(--gold-light); transform: translateX(3px); }
.footer-contact address { max-width: 300px; margin: 0 0 17px; color: rgba(255,255,255,.62); font-style: normal; font-size: 12px; line-height: 1.7; }
.footer-phone { display: inline-block; color: #fff; font-family: Georgia, serif; font-size: 22px; font-weight: 800; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-actions a { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 850; }
.footer-actions a:first-child { border-color: rgba(243,212,138,.28); color: var(--gold-light); background: rgba(243,212,138,.07); }
.footer-bottom { position: relative; z-index: 1; min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; font-size: 10px; }
.footer-bottom > div { display: flex; gap: 11px; align-items: center; font-size: 10px; font-weight: 800; }
.footer-bottom a:hover { color: var(--gold-light); }
.floating-call { background: linear-gradient(135deg, #6f001f, #92073b); }

/* Performance-friendly offscreen rendering */
.services-section,
.director-section,
.doctor-section,
.network-banner,
.network-section,
.faq-section,
.contact-section,
.site-footer { content-visibility: auto; contain-intrinsic-size: 900px; }

@media (max-width: 1080px) {
  .footer-main { grid-template-columns: 1.15fr .8fr .8fr; }
  .footer-contact { grid-column: 1 / -1; padding-top: 6px; }
  .faq-layout { gap: 52px; }
}
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .footer-main { grid-template-columns: 1.2fr .8fr .8fr; gap: 36px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; justify-content: center; padding: 18px 0; text-align: center; }
}
@media (max-width: 640px) {
  body { font-size: 14px; }
  .section { padding: 72px 0; }
  .hero h1 { font-size: clamp(44px, 13.5vw, 64px); }
  .hero-copy > p { font-size: 15px; }
  .editorial-heading h2,
  .director-copy h2,
  .doctor-copy h2,
  .network-banner-content h2,
  .network-copy h2,
  .contact-copy h2,
  .faq-intro h2 { font-size: clamp(34px, 10.5vw, 46px); }
  .feature-card { min-height: 195px; }
  .faq-list summary { padding: 19px 52px 19px 18px; font-size: 14px; }
  .faq-list details p { padding: 0 18px 19px; font-size: 12px; }
  .site-footer { padding-top: 58px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-about, .footer-contact { grid-column: 1 / -1; }
  .footer-about > p { max-width: none; }
  .footer-contact address { max-width: none; }
  .footer-bottom > div { flex-wrap: wrap; justify-content: center; }
}


/* Korba premium branch enhancement */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 1400;
  background: rgba(255,255,255,.08);
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-light), var(--maroon), #c63167);
  box-shadow: 0 0 18px rgba(216,163,58,.34);
}
.hero {
  isolation: isolate;
  min-height: 840px;
  height: min(100vh - 78px, 980px);
}
.hero-media {
  animation: heroZoom 18s ease-in-out infinite alternate;
  transform-origin: center center;
  will-change: transform;
}
.hero-blur,
.hero-gradient,
.hero-mouse-glow {
  position: absolute;
  inset: 0;
}
.hero-blur {
  background: radial-gradient(circle at 18% 28%, rgba(255,255,255,.16), transparent 30%),
              radial-gradient(circle at 80% 18%, rgba(243,212,138,.18), transparent 24%),
              radial-gradient(circle at 68% 70%, rgba(255,255,255,.10), transparent 28%);
  backdrop-filter: blur(2px);
}
.hero-gradient {
  background: linear-gradient(120deg, rgba(59,7,24,.24) 0%, rgba(114,0,32,.10) 46%, rgba(216,163,58,.06) 100%);
  mix-blend-mode: screen;
}
.hero-mouse-glow {
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255,255,255,.22), transparent 18%);
  opacity: .55;
}
@keyframes heroZoom {
  0% { transform: scale(1.02); }
  100% { transform: scale(1.10); }
}
.hero-grid {
  gap: 54px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 82px 0 120px;
}
.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.hero-local-note,
.hero-parent-note {
  max-width: 650px;
  margin-top: 16px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
}
.hero-parent-note a {
  color: var(--gold-light);
  font-weight: 800;
}
.glass-card {
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0,0,0,.24);
}
.hero-panel {
  position: relative;
  overflow: hidden;
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -28% -32% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243,212,138,.18), transparent 68%);
}
.hero-panel-facts strong {
  font-size: 24px;
}
.hero-panel-list {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.hero-panel-list div {
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}
.hero-panel-list span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.hero-panel-list strong {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
}
.hero-float {
  position: absolute;
  z-index: 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  animation: floatY 6s ease-in-out infinite;
}
.hero-float svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-float-one { left: 56%; top: 14%; }
.hero-float-two { right: 16%; top: 24%; animation-delay: .9s; }
.hero-float-three { right: 9%; bottom: 19%; width: 54px; height: 54px; animation-delay: 1.6s; }
@keyframes floatY {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  line-height: 0;
}
.hero-wave svg { width: 100%; height: 110px; display: block; }
.hero-wave path { fill: #fff; }
.button,
.nav-cta,
.footer-actions a,
.footer-social a,
.text-link {
  position: relative;
  overflow: hidden;
}
.button::after,
.nav-cta::after,
.footer-actions a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.26) 30%, transparent 62%);
  transform: translateX(-130%);
  transition: transform .55s ease;
}
.button:hover::after,
.nav-cta:hover::after,
.footer-actions a:hover::after {
  transform: translateX(130%);
}
.button-gold {
  background: linear-gradient(135deg, var(--gold-light), #e3b455);
}
.button-glass,
.button-soft {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color: #fff;
  backdrop-filter: blur(14px);
}
.button-soft {
  color: var(--maroon);
  border-color: rgba(114,0,32,.12);
  background: #fff;
  box-shadow: 0 14px 34px rgba(68, 11, 27, .10);
}
.button-outline {
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}
.service-card,
.feature-card,
.qualification-box,
.network-tiers article,
.faq-list details,
.contact-card,
.map-card,
.doctor-info-grid article,
.contact-quick-grid article,
.footer-mini-block,
.footer-map-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.service-card:hover,
.feature-card:hover,
.doctor-info-grid article:hover,
.contact-quick-grid article:hover,
.map-card:hover,
.footer-map-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.service-card .service-icon,
.feature-icon {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 10px 24px rgba(114,0,32,.18);
}
.doctor-layout {
  align-items: center;
}
.doctor-copy { position: relative; }
.doctor-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin: 24px 0 16px;
}
.doctor-info-grid article {
  padding: 16px 18px;
  border: 1px solid rgba(114,0,32,.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #faf6f2 100%);
  box-shadow: 0 16px 40px rgba(50,14,28,.05);
}
.doctor-info-grid small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.doctor-info-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--maroon);
  font-size: 15px;
  line-height: 1.45;
}
.doctor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}
.doctor-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(114,0,32,.06);
  color: var(--maroon);
  font-size: 11px;
  font-weight: 800;
}
.doctor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.network-banner,
.contact-section,
.site-footer,
.hero {
  background-size: 140% 140%;
}
.contact-layout.premium-contact-layout {
  grid-template-columns: 1.02fr .98fr;
  gap: 34px;
  align-items: start;
}
.contact-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin-top: 28px;
}
.contact-quick-grid article {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.contact-quick-grid small {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-quick-grid strong {
  display: block;
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.4;
}
.contact-quick-grid span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.74);
  font-size: 12px;
  line-height: 1.6;
}
.contact-map-stack {
  display: grid;
  gap: 18px;
}
.map-card,
.footer-map-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 70px rgba(0,0,0,.18);
}
.map-card iframe,
.footer-map-card iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
  filter: saturate(.95) contrast(1.04);
}
.map-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px 18px;
}
.map-card-footer strong {
  font-size: 15px;
}
.map-card-footer a {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
}
.premium-footer-grid {
  grid-template-columns: 1.1fr .78fr .96fr 1.1fr 1.2fr;
  gap: 34px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 16px;
  transition: transform .25s ease, color .25s ease, border-color .25s ease, background .25s ease;
}
.footer-social a:hover {
  transform: translateY(-4px);
  color: var(--gold-light);
  border-color: rgba(243,212,138,.32);
  background: rgba(243,212,138,.08);
}
.footer-mini-block {
  margin-top: 16px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}
.footer-mini-block strong,
.footer-emergency strong,
.footer-branch-links strong {
  display: block;
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-mini-block span,
.footer-emergency span,
.footer-branch-links span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.6;
}
.footer-emergency {
  margin-top: 18px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}
.footer-map-card { padding: 14px; }
.footer-map-card h2 { margin: 4px 4px 12px; color: #fff; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-map-card iframe { height: 180px; border-radius: 18px; }
.footer-branch-links {
  padding: 14px 4px 2px;
}
.footer-branch-links a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
}
.floating-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 980;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-call {
  display: inline-flex;
}
.floating-call-secondary {
  background: linear-gradient(135deg, #1b1618, #4b4046);
}
[data-parallax] {
  will-change: transform;
}
.reveal {
  opacity: 0;
  transform: translateY(32px);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .premium-footer-grid { grid-template-columns: 1.1fr .85fr .95fr 1.1fr; }
  .footer-map-card { grid-column: 1 / -1; }
}
@media (max-width: 1080px) {
  .contact-layout.premium-contact-layout,
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: 520px; margin-bottom: 100px; }
  .hero-float-one { left: auto; right: 18%; top: 14%; }
  .premium-footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-contact, .footer-map-card { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .hero { min-height: 980px; height: auto; }
  .hero-copy { padding-top: 130px; padding-bottom: 30px; }
  .hero-panel { margin-bottom: 110px; }
  .hero-float { display: none; }
  .doctor-info-grid,
  .contact-quick-grid { grid-template-columns: 1fr 1fr; }
  .premium-footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about, .footer-map-card, .footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .hero { min-height: 860px; }
  .hero-chip-row { gap: 8px; }
  .hero-chip { font-size: 10px; padding: 0 11px; }
  .hero-local-note, .hero-parent-note { font-size: 11px; }
  .hero-panel-facts { grid-template-columns: 1fr; }
  .doctor-info-grid,
  .contact-quick-grid,
  .premium-footer-grid { grid-template-columns: 1fr; }
  .doctor-actions .button,
  .contact-actions .button { width: 100%; }
  .map-card iframe { height: 240px; }
  .footer-map-card iframe { height: 220px; }
  .floating-stack { right: 12px; bottom: 12px; }
}
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.32);
  transform: scale(0);
  animation: rippleFx .65s ease-out forwards;
  pointer-events: none;
}
@keyframes rippleFx {
  to { transform: scale(2.8); opacity: 0; }
}

/* Requested refinement updates */
.hero-float,
.hero-float-one,
.hero-float-two,
.hero-float-three {
  display: none !important;
}

/* Services section more eye-catching */
.service-grid {
  gap: 22px;
}
.service-card {
  min-height: 320px;
  padding: 34px 30px 30px;
  border: 1px solid rgba(114,0,32,.09);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
  box-shadow: 0 18px 46px rgba(55,11,26,.08);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--maroon), var(--gold-light));
}
.service-card::after {
  right: -52px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(216,163,58,.16), rgba(114,0,32,.04) 58%, transparent 70%);
}
.service-card:hover {
  transform: translateY(-9px);
  border-color: rgba(114,0,32,.24);
  box-shadow: 0 28px 72px rgba(55,11,26,.15);
}
.service-index {
  top: 20px;
  right: 22px;
  font-size: 34px;
  opacity: .7;
}
.service-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 38px;
  border-radius: 20px;
  background: linear-gradient(145deg, var(--maroon), var(--maroon-2));
  box-shadow: 0 16px 32px rgba(114,0,32,.19);
}
.service-card:nth-child(2) .service-icon {
  background: linear-gradient(145deg, #7a0c35, #bf7d26);
}
.service-card:nth-child(3) .service-icon {
  background: linear-gradient(145deg, #7f133e, #91562a);
}
.service-card:nth-child(4) .service-icon {
  background: linear-gradient(145deg, #5c0018, #8f1a3c);
}
.service-card h3 {
  font-size: 21px;
  line-height: 1.2;
}
.service-card p {
  font-size: 13px;
  line-height: 1.72;
}

/* Doctor actions */
.doctor-actions {
  margin-top: 18px;
}
.doctor-actions .button-soft {
  min-width: 190px;
}

/* Footer without duplicate map */
.premium-footer-grid {
  grid-template-columns: 1.15fr .82fr .86fr 1.02fr;
  gap: 34px;
}
.footer-social a {
  color: #fff;
}
.footer-social svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
.social-whatsapp {
  color: #25D366 !important;
}
.social-whatsapp:hover {
  color: #7ef0a7 !important;
}
.footer-contact {
  max-width: 320px;
}
.footer-contact .footer-actions {
  margin-top: 20px;
}

/* Floating whatsapp icon */
.floating-whatsapp {
  gap: 10px;
}
.floating-whatsapp > div {
  display: flex;
  flex-direction: column;
}
.floating-whatsapp svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: #fff;
}

@media (max-width: 1180px) {
  .premium-footer-grid {
    grid-template-columns: 1.1fr .9fr 1fr;
  }
  .footer-contact {
    grid-column: 1 / -1;
    max-width: none;
  }
}
@media (max-width: 900px) {
  .premium-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-about,
  .footer-contact {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .service-card {
    min-height: 260px;
    padding: 28px 24px 24px;
  }
  .service-grid,
  .premium-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* Korba branch identity refinement — remove parent-network domination */
.branch-panel-facts strong {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  letter-spacing: -.02em;
}
.branch-panel-facts div:nth-child(2) strong {
  font-family: Georgia, serif;
  font-size: 26px;
}

.branch-trust-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 15px;
  align-content: center;
  padding: 24px 24px;
}
.branch-ribbon-icon {
  grid-row: 1 / 3;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(114,0,32,.10), rgba(216,163,58,.13));
  color: var(--maroon);
}
.branch-ribbon-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.branch-trust-grid strong {
  align-self: end;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.015em;
}
.branch-trust-grid span {
  align-self: start;
  font-size: 9px;
  letter-spacing: .09em;
}

.branch-identity-banner {
  min-height: 500px;
}
.branch-identity-banner .network-overlay {
  background: linear-gradient(90deg, rgba(30,5,14,.94), rgba(91,7,36,.75) 57%, rgba(91,7,36,.25));
}
.branch-identity-banner .network-banner-content {
  padding-bottom: 74px;
}
.branch-identity-banner .network-banner-content h2 {
  max-width: 890px;
}
.branch-identity-banner .network-banner-content > p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 15px;
}

.korba-identity-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(216,163,58,.09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbf7f2 100%);
}
.korba-identity-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}
.korba-local-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.korba-local-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transition: transform .8s ease;
}
.korba-local-visual:hover img {
  transform: scale(1.045);
}
.korba-local-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(32,4,14,.92));
}
.korba-local-caption {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #fff;
}
.korba-local-caption span {
  display: block;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.korba-local-caption strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 31px;
  line-height: 1.15;
}
.korba-identity-copy h2 {
  color: var(--maroon);
}
.korba-identity-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}
.korba-branch-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.korba-branch-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(114,0,32,.09);
  border-radius: 19px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 34px rgba(55,11,26,.05);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.korba-branch-points article:hover {
  transform: translateX(5px);
  border-color: rgba(114,0,32,.20);
  box-shadow: 0 18px 44px rgba(55,11,26,.09);
}
.branch-point-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--maroon);
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 900;
}
.korba-branch-points strong,
.korba-branch-points span {
  display: block;
}
.korba-branch-points strong {
  color: var(--ink);
  font-size: 14px;
}
.korba-branch-points span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.58;
}

.korba-focus-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  margin-top: 66px;
}
.korba-focus-grid article {
  min-height: 240px;
  padding: 26px 23px;
  border: 1px solid rgba(114,0,32,.09);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(55,12,27,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.korba-focus-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(114,0,32,.20);
  box-shadow: var(--shadow);
}
.focus-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 17px;
  background: linear-gradient(145deg, var(--maroon), var(--maroon-2));
  color: #fff;
  box-shadow: 0 12px 25px rgba(114,0,32,.18);
}
.focus-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.korba-focus-grid h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
}
.korba-focus-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.parent-brand-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 30px;
  border: 1px solid rgba(114,0,32,.10);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(114,0,32,.045), rgba(216,163,58,.08));
}
.parent-brand-note span {
  display: block;
  color: var(--maroon);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.parent-brand-note strong {
  display: block;
  margin-top: 7px;
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
}
.parent-brand-note p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.parent-brand-note .button-soft {
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .korba-identity-intro {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .korba-local-visual {
    min-height: 500px;
  }
  .korba-local-visual img {
    min-height: 500px;
  }
  .korba-focus-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 900px) {
  .branch-trust-grid article {
    grid-template-columns: 46px 1fr;
  }
  .branch-ribbon-icon {
    width: 44px;
    height: 44px;
  }
  .parent-brand-note {
    grid-template-columns: 1fr;
  }
  .parent-brand-note .button-soft {
    width: fit-content;
  }
}
@media (max-width: 640px) {
  .branch-trust-grid article {
    padding: 19px 16px;
  }
  .branch-trust-grid strong {
    font-size: 14px;
  }
  .korba-local-visual,
  .korba-local-visual img {
    min-height: 410px;
  }
  .korba-local-caption {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  .korba-local-caption strong {
    font-size: 25px;
  }
  .korba-focus-grid {
    grid-template-columns: 1fr;
  }
  .parent-brand-note {
    padding: 23px 20px;
  }
  .parent-brand-note strong {
    font-size: 22px;
  }
  .parent-brand-note .button-soft {
    width: 100%;
  }
}
