
:root {
  --brand-blue: #004d89;
  --brand-blue-dark: #003b6b;
  --brand-teal: #10a8a8;
  --brand-teal-dark: #087d82;
  --brand-coral: #ec1c4f;
  --light-blue: #f2f8fc;
  --light-teal: #eaf8f8;
  --text-dark: #17324d;
  --text-muted: #5e7180;
  --white: #ffffff;
  --border-light: #d9e7ef;
  --shadow-sm: 0 14px 38px rgba(0, 77, 137, 0.08);
  --shadow-md: 0 24px 60px rgba(0, 77, 137, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--text-dark); background: var(--white); font-family: "Source Sans 3", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--text-dark); font-family: "DM Sans", "Source Sans 3", sans-serif; line-height: 1.16; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 5.3vw, 4.75rem); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { margin-bottom: 12px; font-size: 1.15rem; }
p { color: var(--text-muted); }
strong { font-weight: 700; }

.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--light-blue); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 16px; border-radius: 8px; color: white; background: var(--brand-blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(16, 168, 168, 0.5); outline-offset: 3px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--brand-teal-dark); font-family: "DM Sans", sans-serif; font-size: 0.76rem; font-style: normal; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow i { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--brand-coral); }
.eyebrow.light { color: #9df1ec; }
.section-heading { max-width: 730px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { margin-bottom: 0; font-size: 1.08rem; }
.split-heading { display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: end; gap: 80px; max-width: none; }
.split-heading h2 { max-width: 700px; margin-bottom: 0; }
.split-heading p { padding-bottom: 6px; }
.section-action { display: flex; justify-content: center; margin-top: 44px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid var(--brand-blue); border-radius: 12px; color: white; background: var(--brand-blue); box-shadow: 0 8px 20px rgba(0, 77, 137, 0.16); font-weight: 700; line-height: 1.2; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { background: var(--brand-blue-dark); box-shadow: 0 12px 26px rgba(0, 77, 137, 0.22); transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 42px; padding: 9px 16px; border-radius: 10px; font-size: 0.82rem; }
.button-outline { color: var(--brand-blue); background: white; border-color: var(--border-light); box-shadow: none; }
.button-outline:hover { color: var(--brand-blue); background: var(--light-teal); border-color: var(--brand-teal); }
.button-white { color: var(--brand-blue); background: white; border-color: white; }
.button-white:hover { color: var(--brand-blue-dark); background: #f1fbff; }
.button-ghost-white { color: white; background: transparent; border-color: rgba(255, 255, 255, 0.45); box-shadow: none; }
.button-ghost-white:hover { color: white; background: rgba(255, 255, 255, 0.1); }
.button-coral-outline { color: #b7153c; background: transparent; border-color: rgba(236, 28, 79, 0.3); box-shadow: none; }
.button-coral-outline:hover { color: #9d1233; background: white; border-color: var(--brand-coral); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-teal-dark); font-weight: 700; }
.text-link svg { width: 17px; height: 17px; transition: transform 180ms ease; }
.text-link:hover svg { transform: translate(2px, 2px); }

/* Header */
.site-header-shell { position: sticky; top: 0; z-index: 90; }
.top-strip { position: relative; z-index: 91; min-height: 30px; padding: 2px 0; color: #d8eff7; background: var(--brand-blue-dark); font-size: 0.76rem; }
.top-strip-inner { display: flex; min-height: 26px; align-items: center; justify-content: flex-end; gap: 7px; }
.top-strip .top-strip-inner { width: 100%; max-width: none; padding-inline: clamp(18px, 2vw, 36px); }
.top-strip-inner span[aria-hidden="true"] { color: #69d7d3; }
.top-strip a { color: white; font-weight: 600; }
.site-header { position: relative; z-index: 90; min-height: 72px; padding: 6px 0; border-bottom: 1px solid rgba(217, 231, 239, 0.85); background: rgba(255, 255, 255, 0.97); box-shadow: 0 10px 30px rgba(0, 48, 87, 0.07); backdrop-filter: blur(12px); transition: min-height 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { min-height: 68px; box-shadow: 0 12px 32px rgba(0, 48, 87, 0.1); }
.header-inner { display: grid; min-height: 60px; grid-template-columns: 214px minmax(0, 1fr) auto; align-items: center; gap: 18px; }
.site-header .header-inner { width: 100%; max-width: none; padding-inline: clamp(18px, 2vw, 36px); }
.brand { display: flex; width: 214px; max-width: 214px; align-items: center; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(3px, 0.55vw, 10px); }
.desktop-nav > a, .nav-parent > a { position: relative; padding-inline: 5px; color: #34536b; font-size: 0.76rem; font-weight: 650; white-space: nowrap; }
.desktop-nav > a::after, .nav-parent > a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: var(--brand-teal); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.desktop-nav > a:hover, .nav-parent > a:hover { color: var(--brand-blue); }
.desktop-nav > a:hover::after, .nav-parent > a:hover::after, .nav-dropdown.is-open .nav-parent > a::after { transform: scaleX(1); }
.nav-dropdown { position: static; }
.nav-parent { display: flex; align-items: center; gap: 1px; }
.nav-parent button { display: grid; width: 19px; height: 28px; padding: 0; place-items: center; border: 0; color: #557287; background: transparent; cursor: pointer; }
.nav-parent button svg { width: 14px; height: 14px; transition: transform 180ms ease; }
.nav-dropdown.is-open .nav-parent button svg { transform: rotate(180deg); }
.mega-panel { position: absolute; top: calc(100% - 1px); left: 50%; z-index: 100; width: min(940px, calc(100vw - 48px)); max-height: min(72vh, 620px); padding: 20px; overflow-y: auto; visibility: hidden; opacity: 0; pointer-events: none; border: 1px solid var(--border-light); border-top: 4px solid var(--brand-teal); border-radius: 0 0 18px 18px; background: white; box-shadow: 0 24px 60px rgba(0, 48, 87, 0.18); transform: translate(-50%, 10px); transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease; }
.nav-dropdown.is-open .mega-panel { visibility: visible; opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.mega-panel-treatments { width: min(790px, calc(100vw - 48px)); }
.mega-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 12px; padding: 0 4px 15px; border-bottom: 1px solid var(--border-light); }
.mega-heading > div span, .mega-heading > div small { display: block; }
.mega-heading > div span { color: var(--brand-blue); font-family: "DM Sans", sans-serif; font-size: .9rem; font-weight: 800; letter-spacing: .01em; }
.mega-heading > div small { margin-top: 2px; color: var(--text-muted); font-size: .68rem; }
.mega-heading > a { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-teal-dark); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.mega-grid { display: grid; gap: 5px 12px; }
.mega-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mega-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mega-grid > a { display: flex; min-height: 48px; align-items: center; padding: 10px 12px; border: 1px solid transparent; border-radius: 9px; color: #34536b; font-size: .74rem; font-weight: 650; line-height: 1.35; white-space: normal; }
.mega-menu-icon { flex: 0 0 32px; width: 32px; height: 32px; margin-right: 10px; padding: 3px; border-radius: 8px; background: var(--light-teal); object-fit: contain; }
.mega-grid > a:hover, .mega-grid > a:focus { color: var(--brand-blue); border-color: var(--border-light); background: var(--light-teal); }
.header-actions { display: flex; align-items: center; }
.header-actions .button { min-height: 44px; padding: 10px 16px; font-size: .8rem; white-space: nowrap; }
.header-call { display: flex; align-items: center; gap: 6px; color: var(--brand-blue); font-size: 0.8rem; font-weight: 700; }
.header-call svg { width: 17px; height: 17px; }
.menu-button, .mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 710px; overflow: hidden; background: linear-gradient(116deg, #f7fbfe 0%, #f0f9fb 62%, #e5f6f8 100%); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(0, 77, 137, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 77, 137, 0.025) 1px, transparent 1px); background-size: 44px 44px; content: ""; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 710px; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 70px; padding-top: 50px; padding-bottom: 50px; }
.hero-content h1 { max-width: 730px; margin-bottom: 22px; color: var(--brand-blue); }
.hero-content h1 span { color: var(--brand-teal-dark); }
.hero-lead { max-width: 710px; margin-bottom: 16px; color: #435e72; font-size: 1.08rem; line-height: 1.78; }
.hero-lead strong { color: var(--text-dark); }
.hero-note { display: flex; max-width: 670px; align-items: flex-start; gap: 9px; margin-bottom: 20px; color: #48697c; font-size: 0.86rem; }
.hero-note svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 4px; color: var(--brand-teal); }
.credentials { display: flex; margin-bottom: 26px; padding-left: 16px; border-left: 3px solid var(--brand-teal); }
.credentials strong, .credentials small { display: block; }
.credentials strong { color: var(--brand-blue); font-family: "DM Sans", sans-serif; font-size: 0.92rem; }
.credentials strong span { margin-inline: 6px; color: #9eb8c8; }
.credentials small { margin-top: 3px; color: var(--text-muted); font-size: 0.78rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero-visual { position: relative; min-height: 560px; }
.doctor-frame { position: absolute; inset: 18px 16px 0 42px; display: flex; overflow: hidden; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.78); border-radius: 48% 48% 30px 30px; background: radial-gradient(circle at 50% 32%, #fff 0 22%, #d8f2f1 52%, #bfe4eb 100%); box-shadow: var(--shadow-md); }
.doctor-frame::before { position: absolute; top: 7%; width: 68%; aspect-ratio: 1; border: 1px solid rgba(16, 168, 168, 0.24); border-radius: 50%; content: ""; }
.doctor-emblem-wrap { position: relative; display: grid; width: 56%; aspect-ratio: 1; place-items: center; border-radius: 50%; background: white; box-shadow: 0 28px 60px rgba(0, 77, 137, 0.1); }
.doctor-emblem-wrap img { width: 70%; height: auto; }
.doctor-nameplate { position: absolute; right: 14px; bottom: 0; left: 14px; padding: 14px 22px 16px; border-radius: 18px 18px 0 0; color: white; background: rgba(0, 61, 110, 0.94); text-align: left; }
.doctor-nameplate span, .doctor-nameplate strong, .doctor-nameplate small { display: block; }
.doctor-nameplate span { color: #83e7e2; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.doctor-nameplate strong { margin: 4px 0 2px; font-family: "DM Sans", sans-serif; font-size: 1.22rem; }
.doctor-nameplate small { color: #d9eef7; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; width: 250px; padding: 13px 15px; border: 1px solid rgba(217, 231, 239, 0.9); border-radius: 15px; background: rgba(255, 255, 255, 0.96); box-shadow: var(--shadow-sm); }
.floating-card > svg { width: 27px; height: 27px; padding: 5px; border-radius: 8px; color: white; background: var(--brand-teal); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--brand-blue); font-size: 0.75rem; }
.floating-card span { color: var(--text-muted); font-size: 0.66rem; }
.floating-card-top { top: 80px; right: -40px; }
.floating-card-bottom { bottom: 70px; left: -18px; }
.vascular-lines { position: absolute; inset: 0; }
.vascular-lines span { position: absolute; display: block; border: 1px solid rgba(16, 168, 168, 0.2); border-radius: 50%; }
.vascular-lines span:nth-child(1) { inset: 0; }
.vascular-lines span:nth-child(2) { inset: 50px -30px -15px 75px; }
.vascular-lines span:nth-child(3) { inset: 110px 45px 35px -20px; border-color: rgba(236, 28, 79, 0.12); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { top: -120px; right: -70px; width: 360px; height: 360px; background: rgba(16, 168, 168, 0.09); }
.orb-two { bottom: -160px; left: 34%; width: 300px; height: 300px; background: rgba(0, 77, 137, 0.07); }

/* Trust */
.trust-strip { position: relative; z-index: 5; border-top: 1px solid #e8f0f5; border-bottom: 1px solid var(--border-light); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; min-height: 124px; align-items: center; gap: 14px; padding: 22px; border-right: 1px solid var(--border-light); }
.trust-grid article:first-child { border-left: 1px solid var(--border-light); }
.trust-grid article > span { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: var(--brand-teal-dark); background: var(--light-teal); }
.trust-grid svg { width: 21px; height: 21px; }
.trust-grid h2 { margin-bottom: 4px; font-size: 0.85rem; letter-spacing: -0.01em; }
.trust-grid p { margin-bottom: 0; font-size: 0.7rem; line-height: 1.55; }

/* Problems */
.problem-section { background: white; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card { position: relative; min-height: 282px; padding: 25px; overflow: hidden; border: 1px solid var(--border-light); border-radius: 18px; background: white; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.problem-card::after { position: absolute; right: -20px; bottom: -22px; width: 80px; height: 80px; border-radius: 50%; background: var(--light-teal); content: ""; transition: transform 200ms ease; }
.problem-card:hover { border-color: rgba(16, 168, 168, 0.55); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.problem-card:hover::after { transform: scale(1.35); }
.problem-icon { display: grid; width: 48px; height: 48px; margin-bottom: 20px; place-items: center; border-radius: 14px; color: var(--brand-blue); background: var(--light-blue); }
.problem-icon svg { width: 24px; height: 24px; }
.problem-card h3 { font-size: 1rem; }
.problem-card p { margin-bottom: 20px; font-size: 0.82rem; line-height: 1.65; }
.problem-card a { position: relative; z-index: 2; color: var(--brand-teal-dark); font-size: 0.78rem; font-weight: 700; }
.problem-card a span { margin-left: 4px; }

/* Conditions */
.conditions-section { background: var(--light-blue); }
.tabs { display: flex; width: max-content; max-width: 100%; margin: 0 auto 32px; padding: 5px; border: 1px solid var(--border-light); border-radius: 14px; background: white; }
.tabs button { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 9px 20px; border: 0; border-radius: 10px; color: var(--text-muted); background: transparent; font-weight: 700; cursor: pointer; }
.tabs button[aria-selected="true"] { color: white; background: var(--brand-blue); }
.tabs button span { display: grid; min-width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--brand-blue); background: var(--light-blue); font-size: 0.66rem; }
.condition-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.condition-grid.short-grid { grid-template-columns: repeat(4, 1fr); }
.condition-card { display: flex; min-height: 310px; flex-direction: column; padding: 22px; border: 1px solid var(--border-light); border-radius: 16px; background: white; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.condition-card:hover { border-color: var(--brand-teal); background: #fbffff; transform: translateY(-4px); }
.condition-icon { display: grid; width: 68px; height: 68px; margin-bottom: 18px; place-items: center; border: 1px solid #e5eef3; border-radius: 14px; color: #111; background: white; }
.condition-icon svg { width: 40px; height: 40px; }
.condition-card h3 { margin-bottom: 9px; color: var(--brand-blue); font-size: 0.93rem; }
.condition-card p { margin-bottom: 20px; font-size: 0.74rem; line-height: 1.62; }
.condition-card a, .condition-card > strong { margin-top: auto; color: var(--brand-teal-dark); font-size: 0.72rem; font-weight: 700; }
.all-care-card { color: white; border-color: var(--brand-blue); background: var(--brand-blue); }
.all-care-card:hover { color: white; border-color: var(--brand-blue-dark); background: var(--brand-blue-dark); }
.all-care-card .condition-icon { color: white; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); }
.all-care-card h3, .all-care-card p, .all-care-card > strong { color: white; }
.all-care-card p { color: #d5e7f2; }

/* Treatments */
.treatments-section { background: white; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.treatment-card { display: flex; min-height: 390px; flex-direction: column; padding: 28px; border: 1px solid var(--border-light); border-radius: 20px; background: white; transition: box-shadow 180ms ease, transform 180ms ease; }
.treatment-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.treatment-card-head { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 26px; }
.treatment-card-head svg { width: 38px; height: 38px; padding: 8px; border-radius: 11px; color: var(--brand-teal-dark); background: var(--light-teal); }
.treatment-card h3 { color: var(--brand-blue); font-size: 1.2rem; }
.treatment-card p { font-size: 0.86rem; }
.treatment-card small { display: block; margin: 4px 0 24px; padding: 12px 14px; border-left: 2px solid var(--brand-teal); color: var(--text-muted); background: var(--light-blue); font-size: 0.7rem; line-height: 1.55; }
.treatment-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--brand-blue); font-size: 0.78rem; font-weight: 700; }
.treatment-card a svg { width: 17px; height: 17px; }

/* Doctor */
.doctor-section { position: relative; overflow: hidden; background: var(--light-teal); }
.doctor-section::after { position: absolute; top: -160px; right: -120px; width: 400px; height: 400px; border: 1px solid rgba(16, 168, 168, 0.16); border-radius: 50%; content: ""; }
.doctor-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 82px; }
.doctor-visual-secondary { position: relative; min-height: 590px; }
.doctor-secondary-card { position: absolute; inset: 0 40px 20px 0; display: flex; overflow: hidden; flex-direction: column; align-items: center; justify-content: center; border-radius: 30px 160px 30px 30px; background: linear-gradient(150deg, white, #ccebec); box-shadow: var(--shadow-md); }
.doctor-secondary-card::before { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(0, 77, 137, 0.12); border-radius: 50%; content: ""; }
.doctor-secondary-card img { position: relative; width: 42%; height: auto; padding: 18px; border-radius: 50%; background: white; box-shadow: 0 20px 50px rgba(0,77,137,.12); }
.doctor-secondary-card > div { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 20px; border-radius: 16px; color: white; background: var(--brand-blue); }
.doctor-secondary-card span, .doctor-secondary-card strong, .doctor-secondary-card small { display: block; }
.doctor-secondary-card span { color: #8de6e1; font-size: 0.65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.doctor-secondary-card strong { font-family: "DM Sans", sans-serif; font-size: 1.5rem; }
.doctor-secondary-card small { color: #d3eaf4; }
.specialist-ribbon { position: absolute; right: 0; bottom: 70px; z-index: 3; display: flex; max-width: 240px; align-items: center; gap: 12px; padding: 15px; border-radius: 15px; color: var(--brand-blue); background: white; box-shadow: var(--shadow-sm); font-size: .76rem; font-weight: 700; }
.specialist-ribbon svg { flex: 0 0 28px; color: var(--brand-teal); }
.doctor-copy > p { font-size: 0.94rem; }
.doctor-role { margin-top: -10px; color: var(--brand-teal-dark); font-weight: 700; }
.qualification-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 26px 0; }
.qualification-list > div { display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid rgba(16,168,168,.16); border-radius: 12px; background: rgba(255,255,255,.72); }
.qualification-list > div > span { display: grid; flex: 0 0 35px; width: 35px; height: 35px; place-items: center; border-radius: 9px; color: var(--brand-blue); background: white; }
.qualification-list svg { width: 18px; height: 18px; }
.qualification-list strong, .qualification-list small { display: block; }
.qualification-list strong { color: var(--brand-blue); font-size: .73rem; }
.qualification-list small { color: var(--text-muted); font-size: .61rem; }

/* Benefits */
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.benefit-card { padding: 26px; border: 1px solid var(--border-light); border-radius: 18px; background: white; }
.icon-badge { display: grid; width: 44px; height: 44px; margin-bottom: 20px; place-items: center; border-radius: 12px; color: var(--brand-blue); background: var(--light-blue); }
.icon-badge svg { width: 22px; height: 22px; }
.icon-badge-custom { width: 78px; height: 78px; border: 1px solid var(--border-light); border-radius: 18px; background: white; }
.icon-badge-custom img { width: 68px; height: 68px; object-fit: contain; }
.benefit-card h3 { font-size: .98rem; }
.benefit-card p { margin-bottom: 0; font-size: .78rem; }

/* Journey */
.journey-section { color: white; background: linear-gradient(120deg, var(--brand-blue-dark), var(--brand-blue) 55%, #087d82); }
.journey-section h2, .journey-section h3 { color: white; }
.journey-section .section-heading p { color: #cce2ed; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.journey-grid li { position: relative; padding: 0 28px; text-align: center; }
.journey-grid li:not(:last-child)::after { position: absolute; top: 31px; left: calc(50% + 41px); width: calc(100% - 82px); border-top: 1px dashed rgba(255,255,255,.35); content: ""; }
.journey-icon { position: relative; display: grid; width: 64px; height: 64px; margin: 0 auto 23px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: rgba(255,255,255,.1); }
.journey-icon svg { width: 25px; height: 25px; }
.journey-grid h3 { font-size: .95rem; }
.journey-grid p { color: #cce2ed; font-size: .75rem; }

/* Diagnostics */
.diagnostics { background: white; }
.diagnostic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.diagnostic-card { display: flex; align-items: flex-start; gap: 16px; padding: 22px; border: 1px solid var(--border-light); border-radius: 16px; }
.diagnostic-card > svg { flex: 0 0 39px; width: 39px; height: 39px; padding: 9px; border-radius: 10px; color: var(--brand-teal-dark); background: var(--light-teal); }
.diagnostic-card > img { flex: 0 0 68px; width: 68px; height: 68px; padding: 5px; border-radius: 14px; background: var(--light-teal); object-fit: contain; }
.diagnostic-card h3 { margin-bottom: 5px; font-size: .9rem; }
.diagnostic-card p { margin-bottom: 0; font-size: .72rem; }

/* Emergency */
.emergency-wrap { padding-top: 0; background: white; }
.emergency-box { padding: 42px; border: 1px solid rgba(236,28,79,.27); border-radius: 24px; background: #fff6f8; }
.emergency-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.emergency-heading > span { display: grid; flex: 0 0 56px; width: 56px; height: 56px; place-items: center; border-radius: 16px; color: var(--brand-coral); background: white; }
.emergency-heading svg { width: 28px; height: 28px; }
.emergency-heading p { margin-bottom: 2px; color: #b7153c; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.emergency-heading h2 { margin-bottom: 0; font-size: clamp(1.8rem,3vw,2.6rem); }
.emergency-box ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 30px; margin: 0 0 30px; padding: 0; list-style: none; }
.emergency-box li { display: flex; align-items: center; gap: 10px; color: #714151; font-size: .86rem; }
.emergency-box li span { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: white; background: var(--brand-coral); font-size: .7rem; font-weight: 800; }
.emergency-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(236,28,79,.16); }
.emergency-footer p { max-width: 760px; margin-bottom: 0; color: #7b5361; font-size: .76rem; }

/* Second opinion */
.second-opinion { color: white; background: linear-gradient(120deg, #00467e 0%, #006c92 55%, #079c9e 100%); }
.second-opinion-grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 76px; }
.second-opinion h2 { color: white; }
.second-opinion p { color: #d4edf4; font-size: 1rem; }
.second-opinion small { display: block; margin-top: 20px; color: #b9dce7; font-size: .68rem; }
.second-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.opinion-card { overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.1); box-shadow: 0 20px 60px rgba(0,0,0,.08); }
.opinion-doctor-photo { width: calc(100% + 60px); max-width: none; height: 240px; margin: -30px -30px 24px; object-fit: cover; object-position: center 26%; }
.opinion-card h3 { color: white; }
.opinion-card ul { margin: 0; padding: 0; list-style: none; }
.opinion-card li { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #e8f7f8; font-size: .82rem; }
.opinion-card li:last-child { border-bottom: 0; }
.opinion-card svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: var(--brand-blue); background: #9df1ec; }

/* Education */
.education-section { background: var(--light-blue); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { overflow: hidden; border: 1px solid var(--border-light); border-radius: 18px; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
.article-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.article-art { position: relative; height: 176px; overflow: hidden; background: linear-gradient(145deg, #dff3f4, #eff8fd); }
.article-art img { object-fit: cover; object-position: center; transition: transform 240ms ease; }
.article-card:hover .article-art img { transform: scale(1.025); }
.article-body { padding: 22px; }
.article-category { display: inline-block; margin-bottom: 10px; color: var(--brand-teal-dark); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-body h3 { min-height: 50px; font-size: .97rem; }
.article-body p { min-height: 66px; font-size: .75rem; }
.article-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--border-light); }
.article-meta span { display: flex; align-items: center; gap: 5px; color: var(--text-muted); font-size: .68rem; }
.article-meta svg { width: 15px; height: 15px; }
.article-meta a { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--brand-blue); background: var(--light-blue); }

/* FAQ */
.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p { font-size: .92rem; }
.faq-help { display: flex; align-items: center; gap: 13px; margin-top: 30px; padding: 18px; border-radius: 15px; background: var(--light-teal); }
.faq-help > svg { width: 36px; height: 36px; padding: 8px; border-radius: 10px; color: var(--brand-teal-dark); background: white; }
.faq-help strong, .faq-help a { display: block; }
.faq-help strong { color: var(--brand-blue); font-size: .8rem; }
.faq-help a { color: var(--brand-teal-dark); font-size: .7rem; font-weight: 700; }
.accordion { border-top: 1px solid var(--border-light); }
.accordion-item { border-bottom: 1px solid var(--border-light); }
.accordion-item h3 { margin: 0; }
.accordion-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 5px; border: 0; color: var(--text-dark); background: transparent; text-align: left; cursor: pointer; }
.accordion-item button span { font-family: "DM Sans", sans-serif; font-size: .98rem; font-weight: 700; }
.accordion-item button svg { flex: 0 0 21px; width: 21px; height: 21px; color: var(--brand-teal-dark); transition: transform 180ms ease; }
.accordion-item.is-open button svg { transform: rotate(180deg); }
.accordion-panel { padding: 0 48px 24px 5px; }
.accordion-panel p { margin-bottom: 0; font-size: .84rem; }

/* Appointment */
.appointment-section { color: white; background: var(--brand-blue-dark); }
.appointment-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.appointment-copy { padding-top: 24px; }
.appointment-copy h2 { color: white; }
.appointment-copy > p { color: #cce3ee; }
.contact-details { display: grid; gap: 11px; margin: 30px 0; }
.contact-details > div { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-details svg { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 3px; color: #83e7e2; }
.contact-details strong, .contact-details small { display: block; }
.contact-details strong { color: white; font-size: .78rem; }
.contact-details small { color: #aacbd9; font-size: .68rem; }
.appointment-assurance { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.06); }
.appointment-assurance svg { flex: 0 0 23px; width: 23px; height: 23px; color: #83e7e2; }
.appointment-assurance p { margin-bottom: 0; color: #b7d4df; font-size: .7rem; }
.appointment-assurance strong { color: white; }
.appointment-form { padding: 34px; border-radius: 24px; color: var(--text-dark); background: white; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.form-heading span { color: var(--brand-teal-dark); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin-bottom: 0; font-size: 1.35rem; }
.form-heading > svg { width: 44px; height: 44px; padding: 10px; border-radius: 12px; color: var(--brand-blue); background: var(--light-blue); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label > span:first-child { display: block; margin-bottom: 6px; color: #3d566b; font-size: .68rem; font-weight: 700; }
.form-grid input:not([type="checkbox"]):not([type="file"]), .form-grid textarea, .form-grid select { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #ccdde6; border-radius: 9px; color: var(--text-dark); background: #fbfdfe; outline: none; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--brand-teal); box-shadow: 0 0 0 3px rgba(16,168,168,.12); }
.full-width { grid-column: 1 / -1; }
.file-control { position: relative; display: flex !important; min-height: 45px; align-items: center; gap: 8px; padding: 10px 12px; overflow: hidden; border: 1px dashed #a8c7d7; border-radius: 9px; color: var(--brand-blue) !important; background: var(--light-blue); font-size: .7rem !important; cursor: pointer; }
.file-control svg { width: 17px; height: 17px; }
.file-control input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.consent { display: flex; align-items: flex-start; gap: 9px; padding-top: 3px; }
.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 3px; accent-color: var(--brand-teal); }
.consent span { margin: 0 !important; color: var(--text-muted) !important; font-size: .64rem !important; font-weight: 400 !important; }
.form-submit { width: 100%; margin-top: 20px; }
.form-message { display: none; align-items: flex-start; gap: 7px; margin: 14px 0 0; padding: 11px; border-radius: 9px; color: #186c63; background: #e8f8f4; font-size: .68rem; }
.form-message.visible { display: flex; }
.form-message svg { flex: 0 0 17px; width: 17px; height: 17px; }

/* Final CTA */
.final-cta { padding: 48px 0; color: white; background: linear-gradient(90deg, #078a8d, var(--brand-teal)); }
.final-cta-inner { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 34px; }
.final-emblem { display: grid; width: 130px; height: 130px; place-items: center; border-radius: 50%; background: white; }
.final-emblem img { width: 68%; height: auto; }
.final-copy > span { color: #d8fffd; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.final-copy h2 { margin: 3px 0 8px; color: white; font-size: 2.1rem; }
.final-copy p { max-width: 670px; margin-bottom: 9px; color: #e5ffff; font-size: .82rem; }
.final-copy small { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #c8f2f1; font-size: .66rem; }
.final-copy i { display: block; width: 3px; height: 3px; border-radius: 50%; background: white; }
.final-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.final-actions > a:last-child { color: white; font-size: .72rem; font-weight: 700; }

/* Footer */
.site-footer { padding: 72px 0 22px; color: white; background: #082f4e; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 45px; }
.site-footer .footer-grid, .site-footer .footer-bottom { width: 100%; max-width: none; padding-inline: clamp(24px, 3vw, 56px); }
.footer-brand img { width: 235px; max-width: 235px; height: auto; margin-bottom: 18px; padding: 0; border-radius: 0; background: transparent; }
.footer-brand p { max-width: 360px; margin: 0; color: #bed5e3; font-size: .84rem; }
.back-to-top { display: inline-flex; align-items: center; gap: 7px; color: #80dedc; font-size: .7rem; font-weight: 700; }
.back-to-top svg { width: 14px; height: 14px; }
.footer-grid h2 { margin-bottom: 18px; color: white; font-size: 1rem; letter-spacing: 0; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid li a, .footer-contact p { color: #cce2ed; font-size: .82rem; }
.footer-grid li a:hover { color: #83e7e2; }
.footer-contact p { margin-bottom: 10px; }
.footer-contact p svg { flex: 0 0 15px; width: 15px; height: 15px; margin-top: 3px; color: #80dedc; }
.footer-contact .button { margin-top: 8px; background: var(--brand-teal-dark); border-color: var(--brand-teal-dark); }
.footer-bottom { display: block; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin-bottom: 0; color: #bed5e3; font-size: .72rem; text-align: center; }
.footer-bottom a { color: #83e7e2; }
.mobile-action-bar { display: none; }

/* Supplied doctor portrait and vascular icon system */
.hero-doctor-photo { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-doctor-photo-white-coat { object-position: center 34%; }
.doctor-nameplate { z-index: 2; }
.problem-icon { width: 58px; height: 58px; overflow: hidden; background: white; }
.problem-icon img { width: 52px; height: 52px; object-fit: contain; }
.condition-icon { width: 76px; height: 76px; overflow: hidden; }
.condition-icon img { width: 68px; height: 68px; object-fit: contain; }
.treatment-card-head img { width: 66px; height: 66px; padding: 5px; border-radius: 14px; background: var(--light-teal); object-fit: contain; }
.doctor-secondary-card .doctor-about-photo { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; padding: 0; border-radius: 0; background: transparent; box-shadow: none; object-fit: cover; object-position: center 18%; }
.doctor-secondary-card .doctor-about-photo-white-coat { object-position: center 20%; }
.doctor-secondary-card > div { z-index: 2; }

/* Shared inner-page system */
.inner-hero { position: relative; overflow: hidden; padding: 92px 0; background: linear-gradient(118deg, #f5fbfe 0%, #ebf7f8 70%, #dff2f4 100%); }
.inner-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(0,77,137,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(0,77,137,.025) 1px,transparent 1px); background-size: 44px 44px; content: ""; }
.inner-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 260px; align-items: center; gap: 80px; }
.inner-hero h1 { max-width: 900px; margin-bottom: 18px; color: var(--brand-blue); font-size: clamp(2.6rem, 5vw, 4.4rem); }
.inner-hero p { max-width: 820px; margin-bottom: 0; color: #49677a; font-size: 1.08rem; }
.inner-hero-icon { position: relative; display: grid; width: 220px; height: 220px; place-items: center; overflow: hidden; border: 1px solid rgba(16,168,168,.24); border-radius: 48px 48px 48px 16px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-md); }
.inner-hero-icon::before { position: absolute; right: -42px; bottom: -54px; width: 150px; height: 150px; border: 24px solid rgba(16,168,168,.07); border-radius: 50%; content: ""; }
.inner-hero-icon img { position: relative; z-index: 1; width: 174px; height: 174px; object-fit: contain; }
.inner-hero-mark { position: relative; width: 230px; height: 230px; }
.inner-hero-mark span { position: absolute; inset: 0; border: 1px solid rgba(16,168,168,.24); border-radius: 50%; }
.inner-hero-mark span:nth-child(2) { inset: 34px; border-color: rgba(0,77,137,.22); }
.inner-hero-mark span:nth-child(3) { inset: 75px; border: 18px solid rgba(16,168,168,.1); }
.inner-hero-photo { min-height: 510px; display: flex; align-items: center; padding: 84px 0; background: var(--brand-blue-dark); }
.inner-hero-photo::before { z-index: 1; background: linear-gradient(90deg, rgba(0,48,91,.96) 0%, rgba(0,67,116,.89) 38%, rgba(0,64,108,.35) 68%, rgba(0,51,88,.08) 100%); }
.inner-hero-background { z-index: 0; object-fit: cover; object-position: center; }
.inner-hero-photo .inner-hero-grid { width: 100%; grid-template-columns: minmax(0, 900px); z-index: 2; }
.inner-hero-photo h1 { max-width: 820px; color: white; text-shadow: 0 2px 22px rgba(0,38,69,.2); }
.inner-hero-photo p { max-width: 760px; color: #e2f2f7; }
.inner-hero-photo .eyebrow { color: #95f2ed; }
.page-section { background: white; }
.page-cta { padding: 58px 0; color: white; background: linear-gradient(100deg, var(--brand-blue-dark), var(--brand-blue) 55%, var(--brand-teal-dark)); }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.page-cta span { color: #8fe7e3; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.page-cta h2 { margin: 6px 0 8px; color: white; font-size: clamp(1.7rem,3vw,2.5rem); }
.page-cta p { margin: 0; color: #cce4ee; }
.page-cta .button { flex: 0 0 auto; }
.lead-copy { color: #3f5e73; font-size: 1.06rem; line-height: 1.8; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; color: #7891a1; font-size: .72rem; }
.breadcrumb a { color: var(--brand-teal-dark); font-weight: 700; }
.breadcrumb strong { color: var(--text-dark); }
.medical-note { padding: 17px 19px; border-left: 3px solid var(--brand-teal); border-radius: 0 10px 10px 0; color: #4f6c7d; background: var(--light-blue); font-size: .76rem; }

/* Conditions directory and detail */
.care-directory-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.care-directory-card { display: grid; min-height: 210px; grid-template-columns: 124px 1fr; align-items: center; gap: 22px; padding: 24px; border: 1px solid var(--border-light); border-radius: 18px; background: white; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.care-directory-card:hover { border-color: rgba(16,168,168,.55); box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.care-directory-icon { display: grid; width: 120px; height: 120px; place-items: center; border-radius: 16px; background: var(--light-blue); }
.care-directory-icon img { width: 108px; height: 108px; object-fit: contain; }
.care-directory-card h2 { margin-bottom: 7px; color: var(--brand-blue); font-size: 1.05rem; }
.care-directory-card p { margin-bottom: 12px; font-size: .76rem; }
.care-directory-card a { color: var(--brand-teal-dark); font-size: .74rem; font-weight: 700; }
.condition-directory-copy { background: white; }
.directory-copy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.directory-copy-grid article { padding: 28px; border: 1px solid var(--border-light); border-radius: 18px; background: var(--light-blue); }
.directory-copy-grid h3 { color: var(--brand-blue); font-size: 1.02rem; }
.directory-copy-grid p { margin: 0; font-size: .8rem; line-height: 1.72; }
.care-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 72px; }
.care-detail-main > h2 { font-size: clamp(2rem,3.5vw,3rem); }
.condition-narrative-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin: 38px 0 18px; }
.condition-narrative-grid > section { padding: 28px; border: 1px solid var(--border-light); border-radius: 18px; background: #fbfeff; }
.condition-narrative-grid h2 { margin-bottom: 13px; font-size: 1.22rem; }
.condition-narrative-grid p { margin: 0; font-size: .84rem; line-height: 1.75; }
.condition-long-copy { display: grid; gap: 30px; margin: 40px 0; }
.condition-long-copy > section { padding-bottom: 30px; border-bottom: 1px solid var(--border-light); }
.condition-long-copy > section:last-child { padding-bottom: 0; border-bottom: 0; }
.condition-long-copy h2 { font-size: clamp(1.55rem,2.5vw,2.05rem); }
.condition-long-copy p { margin: 0; line-height: 1.82; }
.urgent-note { margin: 30px 0; padding: 22px; border: 1px solid rgba(236,28,79,.22); border-radius: 15px; background: #fff5f7; }
.urgent-note strong { display: block; margin-bottom: 5px; color: #b7153c; }
.urgent-note p { margin: 0; color: #704957; font-size: .82rem; }
.care-info-grid { display: grid; gap: 18px; margin: 42px 0 32px; }
.care-info-grid > section { position: relative; padding: 28px; border: 1px solid var(--border-light); border-radius: 17px; }
.care-info-grid h2 { margin-bottom: 14px; font-size: 1.08rem; }
.check-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px 18px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 20px; color: #587080; font-size: .76rem; }
.check-list li::before { position: absolute; top: .55em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-teal); content: ""; }
.care-detail-aside { position: sticky; top: 105px; padding: 28px; border: 1px solid var(--border-light); border-radius: 22px; background: var(--light-blue); box-shadow: var(--shadow-sm); }
.care-aside-icon { display: grid; width: 130px; height: 130px; margin-bottom: 20px; place-items: center; border-radius: 18px; background: white; }
.care-aside-icon img { width: 116px; height: 116px; }
.care-aside-doctor { position: relative; width: 130px; height: 150px; margin-bottom: 20px; overflow: hidden; border-radius: 18px; background: linear-gradient(150deg,#fff,#c9eaeb); }
.care-aside-doctor img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center 18%; }
.care-detail-aside h2 { margin-bottom: 10px; font-size: 1.35rem; }
.care-detail-aside p { font-size: .8rem; }
.care-detail-aside .button { width: 100%; margin: 10px 0 16px; }
.care-detail-aside .text-link { font-size: .74rem; }
.care-detail-aside .text-link + .text-link { margin-top: 10px; }
.aside-related-links { display: grid; gap: 8px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border-light); }
.aside-related-links strong { margin-bottom: 4px; color: var(--brand-blue); font-size: .75rem; }
.aside-related-links a { color: var(--brand-teal-dark); font-size: .72rem; font-weight: 700; }
.doctor-mini-section { background: var(--light-teal); }
.doctor-mini-grid { display: grid; grid-template-columns: 360px 1fr; align-items: center; gap: 80px; }
.doctor-mini-photo { position: relative; height: 430px; overflow: hidden; border-radius: 28px 120px 28px 28px; background: linear-gradient(150deg,#fff,#c9eaeb); }
.doctor-mini-photo img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center 18%; }
.related-care-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-care-card { display: grid; min-height: 220px; grid-template-columns: 90px 1fr; align-items: start; gap: 15px; padding: 22px; border: 1px solid var(--border-light); border-radius: 17px; background: white; }
.related-care-card > img { width: 86px; height: 86px; }
.related-care-card h3 { color: var(--brand-blue); font-size: .95rem; }
.related-care-card p { font-size: .72rem; }
.related-care-card strong { color: var(--brand-teal-dark); font-size: .7rem; }

/* About */
.about-page { background: white; }
.about-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.about-portrait { position: relative; min-height: 660px; overflow: hidden; border-radius: 34px 160px 34px 34px; background: linear-gradient(150deg,#f9ffff,#ccebec); box-shadow: var(--shadow-md); }
.about-portrait > img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center 16%; }
.about-portrait > div { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 2; padding: 20px; border-radius: 16px; color: white; background: rgba(0,61,110,.95); }
.about-portrait span,.about-portrait strong,.about-portrait small { display: block; }
.about-portrait span { color: #82e5e1; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-portrait strong { font-family: "DM Sans",sans-serif; font-size: 1.4rem; }
.about-portrait small { color: #d4eaf4; }
.profile-credentials { display: grid; gap: 10px; margin: 28px 0; }
.profile-credentials > div { display: flex; align-items: center; gap: 13px; padding: 14px; border: 1px solid var(--border-light); border-radius: 12px; }
.profile-credentials svg { flex: 0 0 38px; width: 38px; height: 38px; padding: 9px; border-radius: 10px; color: var(--brand-blue); background: var(--light-blue); }
.profile-credentials strong,.profile-credentials small { display: block; }
.profile-credentials strong { color: var(--brand-blue); font-size: .78rem; }
.profile-credentials small { color: var(--text-muted); font-size: .67rem; }
.approach-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.approach-grid article { padding: 27px; border: 1px solid var(--border-light); border-radius: 18px; background: white; }
.approach-grid svg { width: 28px; height: 28px; margin-bottom: 25px; color: var(--brand-teal); }
.approach-grid h3 { font-size: .96rem; }
.approach-grid p { margin: 0; font-size: .76rem; }

/* Treatments */
.treatment-directory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.treatment-directory-grid article { display: flex; min-height: 360px; flex-direction: column; padding: 27px; border: 1px solid var(--border-light); border-radius: 20px; background: white; transition: transform 180ms ease,box-shadow 180ms ease; }
.treatment-directory-grid article:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.treatment-directory-top { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 27px; }
.treatment-directory-top img { width: 82px; height: 82px; padding: 5px; border-radius: 15px; background: var(--light-teal); }
.treatment-directory-grid h2 { font-size: 1.15rem; }
.treatment-directory-grid p { font-size: .8rem; }
.treatment-directory-grid a { margin-top: auto; color: var(--brand-teal-dark); font-size: .74rem; font-weight: 700; }
.treatment-principles { color: white; background: linear-gradient(120deg,var(--brand-blue-dark),var(--brand-blue) 55%,var(--brand-teal-dark)); }
.treatment-principles h2,.treatment-principles h3 { color: white; }
.treatment-principles .section-heading p { color: #cce4ee; }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.principle-grid article { padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; background: rgba(255,255,255,.07); }
.principle-grid h3 { margin-bottom: 12px; }
.principle-grid p { margin: 0; color: #cce4ee; font-size: .75rem; }
.treatment-detail-main > h2 { font-size: clamp(2rem,3.5vw,3rem); }
.check-list.single-column { grid-template-columns: 1fr; }
.treatment-process { margin: 46px 0; padding: 34px; border-radius: 22px; color: white; background: linear-gradient(125deg,var(--brand-blue-dark),var(--brand-blue) 62%,var(--brand-teal-dark)); }
.treatment-process h2 { color: white; font-size: clamp(1.6rem,2.7vw,2.2rem); }
.treatment-process ol { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.treatment-process li { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.07); }
.treatment-process li span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--brand-blue); background: #9df1ec; }
.treatment-process li span svg { width: 20px; height: 20px; }
.treatment-process li p { margin: 0; color: #e3f3f7; font-size: .8rem; }
.treatment-copy-stack { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin: 38px 0; }
.treatment-copy-stack > section { padding: 27px; border: 1px solid var(--border-light); border-radius: 17px; background: white; }
.treatment-copy-stack h2 { font-size: 1.2rem; }
.treatment-copy-stack p { margin: 0; font-size: .82rem; line-height: 1.75; }

/* Search-intent FAQ blocks */
.seo-faq-section { background: var(--light-blue); }
.seo-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 76px; }
.seo-faq-intro { position: sticky; top: 110px; }
.seo-faq-intro h2 { font-size: clamp(1.9rem,3.3vw,2.75rem); }
.seo-faq-intro p { margin: 0; font-size: .88rem; }
.seo-faq-list { overflow: hidden; border: 1px solid var(--border-light); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.seo-faq-item { border-bottom: 1px solid var(--border-light); }
.seo-faq-item:last-child { border-bottom: 0; }
.seo-faq-item summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 22px; padding: 19px 22px; color: var(--brand-blue); cursor: pointer; font-family: "DM Sans",sans-serif; font-size: .93rem; font-weight: 700; list-style: none; }
.seo-faq-item summary::-webkit-details-marker { display: none; }
.seo-faq-item summary i { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--brand-teal-dark); background: var(--light-teal); font-size: 1.1rem; font-style: normal; transition: transform 180ms ease; }
.seo-faq-item[open] summary i { transform: rotate(45deg); }
.seo-faq-item p { margin: 0; padding: 0 22px 22px; color: #526f80; font-size: .82rem; line-height: 1.78; }

/* Diagnostics */
.diagnostics-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 65px; }
.diagnostics-feature { position: sticky; top: 105px; padding: 32px; border-radius: 24px; background: var(--light-teal); }
.diagnostics-feature > img { width: 155px; height: 155px; margin-bottom: 18px; padding: 8px; border-radius: 18px; background: white; }
.diagnostics-feature h2 { font-size: 1.7rem; }
.diagnostics-feature p { font-size: .84rem; }
.diagnostics-list { display: grid; gap: 14px; }
.diagnostics-list article { display: flex; gap: 18px; padding: 24px; border: 1px solid var(--border-light); border-radius: 16px; }
.diagnostics-list svg { flex: 0 0 45px; width: 45px; height: 45px; padding: 10px; border-radius: 12px; color: var(--brand-teal-dark); background: var(--light-teal); }
.diagnostics-list article > img { flex: 0 0 86px; width: 86px; height: 86px; padding: 5px; border-radius: 16px; background: var(--light-teal); object-fit: contain; }
.diagnostics-list h2 { margin-bottom: 5px; font-size: 1rem; }
.diagnostics-list p { margin: 0; font-size: .76rem; }
.preparation-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.preparation-grid article { padding: 25px; border: 1px solid var(--border-light); border-radius: 16px; background: white; }
.preparation-grid h3 { font-size: .95rem; }
.preparation-grid p { margin: 0; font-size: .74rem; }

/* Resources and second opinion */
.resource-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.resource-grid article { display: grid; grid-template-columns: 135px 1fr; align-items: center; gap: 22px; padding: 24px; border: 1px solid var(--border-light); border-radius: 19px; }
.resource-icon { display: grid; width: 130px; height: 130px; place-items: center; border-radius: 17px; background: var(--light-blue); }
.resource-icon img { width: 112px; height: 112px; }
.resource-grid article span { color: var(--brand-teal-dark); font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.resource-grid h2 { margin: 5px 0 8px; font-size: 1.05rem; }
.resource-grid p { font-size: .74rem; }
.resource-grid a { color: var(--brand-teal-dark); font-size: .7rem; font-weight: 700; }
.resource-checklist { color: white; background: var(--brand-blue-dark); }
.resource-checklist h2 { color: white; }
.resource-checklist p { color: #c5dfeb; }
.resource-checklist-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.resource-checklist ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.resource-checklist li { position: relative; padding: 15px 18px 15px 46px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: #e5f4f7; background: rgba(255,255,255,.05); font-size: .78rem; }
.resource-checklist li::before { position: absolute; top: 17px; left: 18px; color: #83e7e2; content: "✓"; font-weight: 800; }
.second-page-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 75px; }
.review-list { display: grid; gap: 11px; margin: 28px 0; }
.review-list > div { display: flex; align-items: flex-start; gap: 10px; color: #4d6b7c; font-size: .82rem; }
.review-list svg { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 3px; color: var(--brand-teal); }
.reports-card { padding: 32px; border-radius: 22px; color: white; background: var(--brand-blue); box-shadow: var(--shadow-md); }
.reports-card > svg { width: 50px; height: 50px; margin-bottom: 22px; padding: 12px; border-radius: 13px; color: var(--brand-blue); background: #9ce9e5; }
.reports-card h2 { color: white; font-size: 1.5rem; }
.reports-card ul { margin: 0; padding-left: 20px; color: #d5e8f0; font-size: .8rem; }
.reports-card li { margin-bottom: 9px; }
.opinion-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.opinion-steps article { position: relative; padding: 30px; border: 1px solid var(--border-light); border-radius: 19px; background: white; }
.opinion-steps svg { width: 40px; height: 40px; margin-bottom: 30px; padding: 9px; border-radius: 11px; color: var(--brand-teal-dark); background: var(--light-teal); }
.opinion-steps p { margin: 0; font-size: .76rem; }

/* Emergency, contact and legal */
.emergency-page { background: #fff; }
.emergency-banner { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 35px; padding: 25px; border: 1px solid rgba(236,28,79,.28); border-radius: 17px; background: #fff4f7; }
.emergency-banner svg { flex: 0 0 45px; width: 45px; height: 45px; padding: 10px; border-radius: 12px; color: white; background: var(--brand-coral); }
.emergency-banner strong { color: #ad1438; }
.emergency-banner p { margin: 3px 0 0; color: #714553; font-size: .8rem; }
.warning-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-bottom: 30px; }
.warning-grid article { position: relative; padding: 28px 28px 28px 78px; border: 1px solid var(--border-light); border-radius: 17px; }
.warning-grid article > span { position: absolute; top: 28px; left: 27px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: white; background: var(--brand-coral); font-weight: 800; }
.warning-grid h2 { margin-bottom: 7px; font-size: 1rem; }
.warning-grid p { margin: 0; font-size: .76rem; }
.contact-note { padding: 20px 0; border-bottom: 1px solid #f0d7a8; background: #fff8e9; }
.contact-note p { margin: 0; color: #755d31; font-size: .78rem; text-align: center; }
.legal-page { background: white; }
.narrow-content { max-width: 850px; }
.narrow-content h2 { margin-top: 34px; font-size: 1.35rem; }
.narrow-content h2:first-child { margin-top: 0; }
.narrow-content p { font-size: .9rem; }

@media (max-width: 1250px) {
  .header-inner { grid-template-columns: 190px minmax(0, 1fr); }
  .brand { width: 190px; max-width: 190px; }
  .header-actions { display: none; }
}

@media (max-width: 1120px) {
  .hero-grid { gap: 30px; }
  .floating-card-top { right: -10px; }
  .condition-grid { grid-template-columns: repeat(4, 1fr); }
  .condition-grid.short-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { gap: 35px; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .site-header .header-inner { grid-template-columns: 164px minmax(0, 1fr); gap: 12px; padding-inline: 20px; }
  .brand { width: 164px; max-width: 164px; }
  .desktop-nav { gap: 2px; }
  .site-header .desktop-nav > a, .site-header .nav-parent > a { padding-inline: 3px; font-size: .69rem; }
  .nav-parent button { width: 15px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 84px; }
  .top-strip { display: none; }
  .site-header, .site-header.is-scrolled { min-height: 68px; }
  .header-inner { display: flex; justify-content: space-between; }
  .brand { width: 190px; max-width: 190px; }
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--border-light); border-radius: 11px; color: var(--brand-blue); background: white; }
  .menu-button svg { width: 22px; height: 22px; }
  .mobile-menu { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; z-index: 89; display: flex; padding: 22px 24px 110px; flex-direction: column; overflow-y: auto; background: white; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu > a:not(.button) { display: flex; align-items: center; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid var(--border-light); color: var(--text-dark); font-family: "DM Sans", sans-serif; font-size: .92rem; font-weight: 700; }
  .mobile-nav-group { border-bottom: 1px solid var(--border-light); }
  .mobile-nav-parent { display: grid; grid-template-columns: 1fr 52px; align-items: center; }
  .mobile-nav-parent > a { padding: 15px 2px; color: var(--text-dark); font-family: "DM Sans", sans-serif; font-size: .92rem; font-weight: 700; }
  .mobile-nav-parent > button { display: grid; width: 44px; height: 42px; justify-self: end; place-items: center; border: 1px solid var(--border-light); border-radius: 9px; color: var(--brand-blue); background: var(--light-blue); }
  .mobile-nav-parent > button svg { width: 18px; height: 18px; transition: transform 180ms ease; }
  .mobile-nav-group.is-open .mobile-nav-parent > button svg { transform: rotate(180deg); }
  .mobile-submenu { display: none; margin: 0 0 12px 6px; padding: 8px 0 8px 13px; border-left: 3px solid var(--brand-teal); background: #f8fbfd; }
  .mobile-nav-group.is-open .mobile-submenu { display: grid; }
  .mobile-submenu > a { display: grid; min-height: 46px; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 9px 12px; border-bottom: 1px solid #e7f0f4; color: #3f5e72; font-size: .78rem; font-weight: 650; }
  .mobile-submenu > a:last-child { border-bottom: 0; }
  .mobile-menu-icon { width: 28px; height: 28px; padding: 2px; border-radius: 7px; background: var(--light-teal); object-fit: contain; }
  .mobile-menu-label { min-width: 0; color: #3f5e72 !important; }
  .mobile-submenu > a > span:last-child { color: var(--brand-teal-dark); }
  .mobile-menu .button { margin-top: 22px; }
}

@media (max-width: 960px) {
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-top: 75px; padding-bottom: 75px; }
  .hero-content { text-align: center; }
  .hero-content .eyebrow, .hero-actions, .hero-content > .text-link { justify-content: center; }
  .hero-lead, .hero-note { margin-inline: auto; }
  .credentials { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .hero-visual { width: min(560px, 100%); min-height: 540px; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(3) { border-left: 1px solid var(--border-light); }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .condition-grid, .condition-grid.short-grid { grid-template-columns: repeat(3, 1fr); }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .doctor-grid { grid-template-columns: 1fr; gap: 50px; }
  .doctor-visual-secondary { min-height: 520px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .diagnostic-grid { grid-template-columns: repeat(2, 1fr); }
  .split-heading { grid-template-columns: 1fr; gap: 15px; }
  .second-opinion-grid { grid-template-columns: 1fr; gap: 45px; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .appointment-grid { grid-template-columns: 1fr; }
  .appointment-copy { padding-top: 0; }
  .contact-details { grid-template-columns: 1fr 1fr; }
  .final-cta-inner { grid-template-columns: 110px 1fr; }
  .final-emblem { width: 100px; height: 100px; }
  .final-actions { grid-column: 1 / -1; flex-direction: row; justify-content: center; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; }
  h1 { font-size: 2.45rem; }
  h2 { font-size: 2rem; }
  .container { width: min(100% - 28px, 1200px); }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading p { font-size: .94rem; }
  .brand { width: 188px; max-width: 188px; }
  .hero-grid { padding-top: 58px; padding-bottom: 58px; }
  .hero-lead { font-size: .98rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .credentials { width: 100%; }
  .hero-visual { min-height: 440px; }
  .doctor-frame { inset: 10px 6px 0; border-radius: 42% 42% 25px 25px; }
  .doctor-emblem-wrap { width: 53%; }
  .doctor-nameplate { right: 8px; bottom: 0; left: 8px; padding: 13px 16px 14px; }
  .doctor-nameplate strong { font-size: 1rem; }
  .floating-card { width: 205px; }
  .floating-card-top { top: 44px; right: -2px; }
  .floating-card-bottom { bottom: 84px; left: -2px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article, .trust-grid article:nth-child(3), .trust-grid article:first-child { min-height: 105px; border-right: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); border-left: 1px solid var(--border-light); }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .tabs { width: 100%; }
  .tabs button { flex: 1; justify-content: center; padding-inline: 9px; font-size: .72rem; }
  .condition-grid, .condition-grid.short-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }
  .condition-card { min-height: 300px; padding: 17px; }
  .condition-icon { width: 58px; height: 58px; }
  .condition-icon svg { width: 34px; height: 34px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-card { min-height: 350px; }
  .doctor-visual-secondary { min-height: 440px; }
  .doctor-secondary-card { inset: 0 10px 15px 0; border-radius: 24px 110px 24px 24px; }
  .doctor-secondary-card img { width: 45%; }
  .qualification-list { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; gap: 25px; }
  .journey-grid li { display: grid; grid-template-columns: 64px 1fr; gap: 0 16px; padding: 0; text-align: left; }
  .journey-grid li:not(:last-child)::after { top: 65px; bottom: -30px; left: 31px; width: auto; border-top: 0; border-left: 1px dashed rgba(255,255,255,.35); }
  .journey-icon { grid-row: 1 / 3; margin: 0; }
  .journey-grid h3 { margin-top: 5px; margin-bottom: 5px; }
  .diagnostic-grid { grid-template-columns: 1fr; }
  .emergency-box { padding: 25px 20px; }
  .emergency-heading { align-items: flex-start; }
  .emergency-heading > span { flex-basis: 45px; width: 45px; height: 45px; }
  .emergency-box ul { grid-template-columns: 1fr; }
  .emergency-footer { align-items: stretch; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-body h3, .article-body p { min-height: 0; }
  .accordion-item button { padding-block: 21px; }
  .appointment-grid { gap: 42px; }
  .contact-details { grid-template-columns: 1fr; }
  .appointment-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-width { grid-column: auto; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .final-emblem { margin-inline: auto; }
  .final-copy small, .final-actions { justify-content: center; }
  .final-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .mobile-action-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 100; display: grid; height: 64px; grid-template-columns: 1fr 1fr 1.35fr; border-top: 1px solid var(--border-light); background: white; box-shadow: 0 -10px 28px rgba(0,44,78,.12); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 5px; border-right: 1px solid var(--border-light); color: var(--brand-blue); font-size: .68rem; font-weight: 700; }
  .mobile-action-bar a span { font-size: .86rem; }
  .mobile-action-bar a.active { color: white; background: var(--brand-blue); }
}

@media (max-width: 410px) {
  h1 { font-size: 2.15rem; }
  .brand { width: 180px; max-width: 180px; }
  .condition-grid, .condition-grid.short-grid { grid-template-columns: 1fr; }
  .condition-card { min-height: 260px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (min-width: 901px) {
  .desktop-nav > a, .nav-parent > a { font-size: .8rem; }
  .top-strip, .button-small { font-size: .8rem; }
  .mega-heading > div small, .mega-heading > a, .mega-grid > a { font-size: .76rem; }
  .hero-note { font-size: .9rem; }
  .credentials small { font-size: .82rem; }
  .trust-grid h2 { font-size: .92rem; }
  .trust-grid p { font-size: .78rem; }
  .problem-card p, .problem-card a { font-size: .84rem; }
  .condition-card h3 { font-size: 1rem; }
  .condition-card p { font-size: .82rem; }
  .condition-card a, .condition-card > strong { font-size: .78rem; }
  .treatment-card small { font-size: .78rem; }
  .treatment-card a { font-size: .84rem; }
  .qualification-list strong { font-size: .8rem; }
  .qualification-list small { font-size: .7rem; }
  .benefit-card p, .journey-grid p, .diagnostic-card p { font-size: .82rem; }
  .journey-grid h3, .diagnostic-card h3 { font-size: 1rem; }
  .emergency-footer p { font-size: .82rem; }
  .second-opinion small { font-size: .74rem; }
  .article-category, .article-meta span { font-size: .72rem; }
  .article-body h3 { font-size: 1.04rem; }
  .article-body p { font-size: .82rem; }
  .accordion-panel p { font-size: .88rem; }
  .contact-details strong { font-size: .84rem; }
  .contact-details small, .appointment-assurance p { font-size: .74rem; }
  .form-heading span, .form-grid label > span:first-child, .file-control { font-size: .74rem !important; }
  .consent span { font-size: .7rem !important; }
  .form-message { font-size: .74rem; }
  .footer-grid li a, .footer-contact p, .footer-brand p { font-size: .86rem; }
  .footer-bottom p { font-size: .78rem; }
  .care-directory-card p, .directory-copy-grid p, .condition-narrative-grid p, .check-list li { font-size: .82rem; }
  .care-directory-card a, .care-detail-aside .text-link, .aside-related-links a { font-size: .78rem; }
  .care-detail-aside p, .urgent-note p, .treatment-copy-stack p, .seo-faq-item p { font-size: .86rem; }
  .related-care-card p, .approach-grid p, .treatment-directory-grid p, .principle-grid p { font-size: .82rem; }
  .profile-credentials strong { font-size: .84rem; }
  .profile-credentials small { font-size: .72rem; }
  .diagnostics-list p, .preparation-grid p, .resource-grid p, .opinion-steps p { font-size: .82rem; }
  .resource-grid a, .resource-grid article span { font-size: .74rem; }
  .review-list > div, .reports-card ul { font-size: .86rem; }
  .emergency-banner p, .warning-grid p, .contact-note p { font-size: .84rem; }
}

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

@media (max-width: 960px) {
  .inner-hero-grid { grid-template-columns: 1fr 180px; gap: 38px; }
  .inner-hero-icon { width: 170px; height: 170px; }
  .inner-hero-icon img { width: 130px; height: 130px; }
  .inner-hero-mark { width: 170px; height: 170px; }
  .care-detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .directory-copy-grid { grid-template-columns: 1fr 1fr; }
  .seo-faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .seo-faq-intro { position: static; }
  .care-detail-aside,.diagnostics-feature { position: static; }
  .care-detail-aside { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 0 24px; }
  .care-detail-aside .care-aside-icon { grid-row: 1 / 5; margin: 0; }
  .care-detail-aside .button { width: max-content; }
  .doctor-mini-grid { grid-template-columns: 300px 1fr; gap: 45px; }
  .related-care-grid { grid-template-columns: 1fr 1fr; }
  .about-page-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-portrait { width: min(560px,100%); min-height: 620px; margin-inline: auto; }
  .approach-grid,.preparation-grid,.principle-grid { grid-template-columns: repeat(2,1fr); }
  .treatment-directory-grid { grid-template-columns: repeat(2,1fr); }
  .diagnostics-page-grid { grid-template-columns: 1fr; }
  .diagnostics-feature { display: grid; grid-template-columns: 170px 1fr; gap: 0 24px; }
  .diagnostics-feature > img { grid-row: 1 / 6; margin: 0; }
  .resource-grid { grid-template-columns: 1fr; }
  .second-page-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hero-doctor-photo { width: 100%; height: 100%; object-position: center 34%; }
  .inner-hero { padding: 65px 0; text-align: center; }
  .inner-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .inner-hero .eyebrow { justify-content: center; }
  .inner-hero h1 { font-size: 2.45rem; }
  .inner-hero p { font-size: .94rem; }
  .inner-hero-icon { display: grid; width: 122px; height: 122px; margin-inline: auto; border-radius: 28px 28px 28px 10px; }
  .inner-hero-icon img { width: 100px; height: 100px; }
  .inner-hero-mark { display: none; }
  .inner-hero-photo { min-height: 430px; padding: 70px 0; text-align: left; }
  .inner-hero-photo::before { background: linear-gradient(90deg, rgba(0,48,91,.96) 0%, rgba(0,61,107,.84) 63%, rgba(0,55,94,.45) 100%); }
  .inner-hero-photo .eyebrow { justify-content: flex-start; }
  .inner-hero-photo h1 { font-size: 2.45rem; }
  .page-cta-inner { align-items: stretch; flex-direction: column; gap: 25px; text-align: center; }
  .care-directory-grid { grid-template-columns: 1fr; }
  .directory-copy-grid { grid-template-columns: 1fr; }
  .care-directory-card { min-height: 0; grid-template-columns: 94px 1fr; gap: 15px; padding: 18px; }
  .care-directory-icon { width: 92px; height: 92px; }
  .care-directory-icon img { width: 84px; height: 84px; }
  .condition-icon img { width: 54px; height: 54px; }
  .care-detail-aside { display: block; }
  .care-detail-aside .care-aside-icon { margin-bottom: 20px; }
  .care-detail-aside .button { width: 100%; }
  .condition-narrative-grid,.treatment-copy-stack { grid-template-columns: 1fr; }
  .condition-narrative-grid > section,.treatment-copy-stack > section { padding: 22px; }
  .care-info-grid > section { padding: 24px; }
  .check-list { grid-template-columns: 1fr; }
  .treatment-process { padding: 25px 20px; }
  .treatment-process li { grid-template-columns: 42px 1fr; padding: 12px; }
  .seo-faq-item summary { min-height: 66px; padding: 17px 18px; font-size: .85rem; }
  .seo-faq-item p { padding: 0 18px 19px; }
  .doctor-mini-grid { grid-template-columns: 1fr; gap: 35px; }
  .doctor-mini-photo { width: min(390px,100%); height: 440px; margin-inline: auto; }
  .related-care-grid { grid-template-columns: 1fr; }
  .related-care-card { min-height: 0; }
  .about-portrait { min-height: 520px; border-radius: 25px 105px 25px 25px; }
  .approach-grid,.preparation-grid,.principle-grid,.treatment-directory-grid { grid-template-columns: 1fr; }
  .treatment-directory-grid article { min-height: 320px; }
  .diagnostics-feature { display: block; }
  .diagnostics-feature > img { margin-bottom: 18px; }
  .resource-grid article { grid-template-columns: 95px 1fr; gap: 16px; padding: 18px; }
  .resource-icon { width: 92px; height: 92px; }
  .resource-icon img { width: 84px; height: 84px; }
  .resource-checklist-grid { grid-template-columns: 1fr; gap: 35px; }
  .opinion-steps { grid-template-columns: 1fr; }
  .warning-grid { grid-template-columns: 1fr; }
  .warning-grid article { padding: 24px 22px 24px 68px; }
  .warning-grid article > span { top: 23px; left: 20px; }
}

/* Premium black editorial theme */
:root {
  --brand-blue: #4f9dcc;
  --brand-blue-dark: #071725;
  --brand-teal: #35c8c4;
  --brand-teal-dark: #5bd6d1;
  --brand-coral: #f04468;
  --light-blue: #11161b;
  --light-teal: #102121;
  --text-dark: #f3f3ef;
  --text-muted: #a7adb3;
  --white: #0a0b0d;
  --border-light: rgba(255, 255, 255, 0.13);
  --shadow-sm: 0 18px 45px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 30px 80px rgba(0, 0, 0, 0.42);
}

html { background: #08090a; }
body { color: var(--text-dark); background: #08090a; }
p { color: var(--text-muted); }
h1, h2, h3 { color: var(--text-dark); }
.section { position: relative; }
.section-soft,
.conditions-section,
.doctor-section,
.education-section,
.seo-faq-section,
.doctor-mini-section { background: #101214; }
.problem-section,
.treatments-section,
.diagnostics,
.emergency-wrap,
.faq-section,
.page-section,
.condition-directory-copy,
.about-page,
.emergency-page,
.legal-page { background: #090a0b; }
.eyebrow { color: var(--brand-teal-dark); }
.eyebrow i { background: var(--brand-coral); }
.section-heading p,
.lead-copy { color: var(--text-muted); }
.button {
  border-color: var(--brand-teal);
  border-radius: 7px;
  color: #061011;
  background: var(--brand-teal);
  box-shadow: none;
}
.button:hover { color: #020606; background: #77e3de; box-shadow: 0 12px 34px rgba(53, 200, 196, 0.16); }
.button-outline,
.button-coral-outline,
.button-ghost-white {
  color: #f5f5f2;
  background: transparent;
  border-color: rgba(255,255,255,.28);
}
.button-outline:hover,
.button-coral-outline:hover,
.button-ghost-white:hover { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.56); }
.button-white { color: #090a0b; background: #f3f3ef; border-color: #f3f3ef; }
.button-white:hover { color: #090a0b; background: white; }
.text-link { color: var(--brand-teal-dark); }

/* Black header and navigation */
.top-strip {
  color: #aeb5ba;
  background: #08090a;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-strip a { color: #f3f3ef; }
.site-header,
.site-header.is-scrolled {
  border-bottom-color: rgba(255,255,255,.1);
  background: rgba(10,11,13,.96);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}
.brand {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.desktop-nav > a,
.nav-parent > a { color: #c7cbd0; }
.desktop-nav > a:hover,
.nav-parent > a:hover { color: #fff; }
.nav-parent button { color: #9da5ab; }
.desktop-nav > a::after,
.nav-parent > a::after { background: var(--brand-teal); }
.mega-panel {
  border-color: rgba(255,255,255,.12);
  border-top-color: var(--brand-teal);
  border-radius: 0 0 8px 8px;
  background: #111316;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
}
.mega-heading { border-bottom-color: rgba(255,255,255,.12); }
.mega-heading > div span { color: #f3f3ef; }
.mega-heading > div small { color: #959ca2; }
.mega-heading > a { color: var(--brand-teal-dark); }
.mega-grid > a { color: #c6cbd0; border-radius: 6px; }
.mega-grid > a:hover,
.mega-grid > a:focus { color: #fff; border-color: rgba(255,255,255,.13); background: #191c20; }
.mega-menu-icon,
.mobile-menu-icon { background: #fff; }

/* Editorial hero */
.hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(53,200,196,.10), transparent 26%),
    radial-gradient(circle at 18% 80%, rgba(79,157,204,.08), transparent 30%),
    #090a0b;
}
.hero::before {
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, black, transparent 72%);
}
.hero-content h1 { color: #f5f4f0; }
.hero-content h1 span { color: var(--brand-teal-dark); }
.hero-lead { color: #b7bdc2; }
.hero-lead strong { color: #f4f4f1; }
.hero-note { color: #aab2b8; }
.credentials { border-left-color: var(--brand-teal); }
.credentials strong { color: #f3f3ef; }
.credentials strong span { color: #555d64; }
.credentials small { color: #9ea5ab; }
.doctor-frame {
  inset: 18px 16px 0 42px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: #15181b;
  box-shadow: 0 38px 90px rgba(0,0,0,.5);
}
.doctor-frame::before { display: none; }
.doctor-nameplate {
  right: 16px;
  bottom: 0;
  left: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  background: rgba(8,10,12,.9);
  backdrop-filter: blur(12px);
}
.doctor-nameplate span { color: var(--brand-teal-dark); }
.doctor-nameplate small { color: #cbd0d4; }
.vascular-lines span { border-color: rgba(255,255,255,.08); }
.vascular-lines span:nth-child(3) { border-color: rgba(240,68,104,.1); }
.hero-orb { opacity: .35; }

/* Dark cards and grids */
.trust-strip { border-color: rgba(255,255,255,.11); background: #0d0f11; }
.trust-grid article { border-color: rgba(255,255,255,.11); }
.trust-grid article > span { color: var(--brand-teal-dark); background: #142425; }
.problem-card,
.condition-card,
.treatment-card,
.benefit-card,
.diagnostic-card,
.article-card,
.care-directory-card,
.directory-copy-grid article,
.condition-narrative-grid > section,
.care-info-grid > section,
.related-care-card,
.approach-grid article,
.treatment-directory-grid article,
.treatment-copy-stack > section,
.diagnostics-list article,
.preparation-grid article,
.resource-grid article,
.opinion-steps article,
.warning-grid article,
.profile-credentials > div {
  border-color: rgba(255,255,255,.12);
  border-radius: 8px;
  background: #111316;
}
.problem-card::after { background: rgba(53,200,196,.08); }
.problem-card:hover,
.condition-card:hover,
.care-directory-card:hover { border-color: rgba(91,214,209,.48); background: #15181b; }
.problem-icon,
.condition-icon,
.icon-badge-custom,
.care-directory-icon,
.care-aside-icon,
.resource-icon,
.treatment-card-head img,
.treatment-directory-top img,
.diagnostic-card > img,
.diagnostics-list article > img,
.diagnostics-feature > img { border-color: rgba(255,255,255,.12); background: #f7f7f4; }
.problem-card h3,
.condition-card h3,
.treatment-card h3,
.care-directory-card h2,
.directory-copy-grid h3,
.related-care-card h3,
.treatment-directory-grid h2,
.profile-credentials strong,
.aside-related-links strong { color: #f2f2ee; }
.problem-card p,
.condition-card p,
.treatment-card p,
.care-directory-card p,
.directory-copy-grid p,
.condition-narrative-grid p,
.condition-long-copy p,
.treatment-copy-stack p,
.related-care-card p,
.approach-grid p,
.preparation-grid p,
.resource-grid p,
.opinion-steps p,
.diagnostics-list p { color: var(--text-muted); }
.problem-card a,
.condition-card a,
.condition-card > strong,
.care-directory-card a,
.treatment-directory-grid a,
.resource-grid a,
.resource-grid article span,
.related-care-card strong,
.aside-related-links a { color: var(--brand-teal-dark); }
.all-care-card { border-color: rgba(91,214,209,.42); background: #132526; }
.all-care-card:hover { border-color: var(--brand-teal); background: #183031; }
.all-care-card h3,
.all-care-card p,
.all-care-card > strong { color: #f4f4f1; }
.tabs { border-color: rgba(255,255,255,.12); background: #111316; }
.tabs button { color: #aab0b5; }
.tabs button[aria-selected="true"] { color: #051011; background: var(--brand-teal); }
.tabs button span { color: #d7dbdf; background: #24282d; }
.treatment-card small,
.medical-note { color: #aab1b7; background: #151a1e; }

/* Doctor and photography sections */
.doctor-section::after { border-color: rgba(53,200,196,.12); }
.doctor-secondary-card,
.about-portrait,
.doctor-mini-photo,
.care-aside-doctor { border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: #15181b; }
.doctor-secondary-card::before { display: none; }
.doctor-secondary-card > div,
.about-portrait > div {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 7px;
  background: rgba(8,10,12,.9);
  backdrop-filter: blur(12px);
}
.doctor-role { color: var(--brand-teal-dark); }
.qualification-list > div,
.specialist-ribbon { border-color: rgba(255,255,255,.12); border-radius: 7px; background: #15181b; box-shadow: var(--shadow-sm); }
.qualification-list > div > span,
.profile-credentials svg { color: var(--brand-teal-dark); background: #20262a; }
.qualification-list strong { color: #f0f1ee; }
.qualification-list small { color: #959da3; }

/* Dark treatment, information and CTA bands */
.journey-section,
.treatment-principles,
.treatment-process,
.resource-checklist,
.second-opinion,
.appointment-section,
.page-cta {
  background: linear-gradient(120deg, #090b0d, #101820 58%, #0c2525);
  border-top: 1px solid rgba(255,255,255,.11);
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.journey-section .section-heading p,
.journey-grid p,
.treatment-principles .section-heading p,
.principle-grid p,
.resource-checklist p,
.second-opinion p,
.appointment-copy > p,
.page-cta p { color: #b4bdc3; }
.journey-icon,
.principle-grid article,
.treatment-process li,
.resource-checklist li,
.opinion-card,
.appointment-assurance { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.04); }
.treatment-process li span { color: #061011; background: var(--brand-teal); }
.reports-card { border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: #10191f; box-shadow: var(--shadow-md); }
.reports-card > svg { color: #061011; background: var(--brand-teal); }

/* Inner pages and photographic heroes */
.inner-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(53,200,196,.08), transparent 25%),
    #090a0b;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.inner-hero::before { background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px); }
.inner-hero h1 { color: #f4f3ef; }
.inner-hero p { color: #b1b8bd; }
.inner-hero-icon { border-color: rgba(255,255,255,.15); border-radius: 8px; background: #f7f7f4; box-shadow: var(--shadow-md); }
.inner-hero-icon::before { border-color: rgba(53,200,196,.09); }
.inner-hero-photo { background: #090a0b; }
.inner-hero-photo::before { background: linear-gradient(90deg, rgba(5,7,9,.98) 0%, rgba(6,9,12,.9) 42%, rgba(5,7,9,.3) 72%, rgba(5,7,9,.08) 100%); }
.inner-hero-photo p { color: #d7dadd; }
.inner-hero-photo .eyebrow { color: var(--brand-teal-dark); }
.breadcrumb { color: #747c82; }
.breadcrumb a { color: var(--brand-teal-dark); }
.breadcrumb strong { color: #c9cdd1; }
.condition-long-copy > section,
.aside-related-links { border-color: rgba(255,255,255,.12); }
.check-list li,
.review-list > div { color: #aeb5ba; }
.care-detail-aside,
.diagnostics-feature {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: #111316;
  box-shadow: var(--shadow-sm);
}
.care-detail-aside h2,
.diagnostics-feature h2 { color: #f3f3ef; }
.seo-faq-list { border-color: rgba(255,255,255,.12); border-radius: 8px; background: #111316; box-shadow: var(--shadow-sm); }
.seo-faq-item { border-color: rgba(255,255,255,.11); }
.seo-faq-item summary { color: #edf0ed; }
.seo-faq-item summary i { color: var(--brand-teal-dark); background: #1b2526; }
.seo-faq-item p { color: #aab1b7; }
.accordion,
.accordion-item { border-color: rgba(255,255,255,.12); }
.accordion-item button { color: #f0f1ee; }
.accordion-panel p { color: #aeb4ba; }

/* Emergency information */
.emergency-box,
.emergency-banner {
  border-color: rgba(240,68,104,.34);
  border-radius: 8px;
  background: #1b1014;
}
.emergency-heading > span { color: var(--brand-coral); background: #29131a; }
.emergency-heading p,
.emergency-banner strong { color: #ff8da6; }
.emergency-box li,
.emergency-footer p,
.emergency-banner p { color: #c8aeb5; }
.emergency-footer { border-color: rgba(240,68,104,.18); }
.urgent-note { border-color: rgba(240,68,104,.28); border-radius: 7px; background: #1a1014; }
.urgent-note strong { color: #ff87a1; }
.urgent-note p { color: #c7aeb5; }
.contact-note { border-color: rgba(255,190,95,.2); background: #18140d; }
.contact-note p { color: #d6c19a; }

/* Form, final CTA and footer */
.appointment-form {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: var(--text-dark);
  background: #111316;
  box-shadow: var(--shadow-md);
}
.form-heading h3 { color: #f3f3ef; }
.form-heading span { color: var(--brand-teal-dark); }
.form-heading > svg { color: var(--brand-teal-dark); background: #1b2526; }
.form-grid label > span:first-child { color: #c8cdd1; }
.form-grid input:not([type="checkbox"]):not([type="file"]),
.form-grid textarea,
.form-grid select {
  border-color: rgba(255,255,255,.16);
  color: #f2f2ef;
  background: #0a0c0e;
}
.form-grid input::placeholder,
.form-grid textarea::placeholder { color: #687178; }
.file-control { color: #d7dbdd !important; background: #0d1114; border-color: rgba(255,255,255,.22); }
.consent span { color: #929aa0 !important; }
.final-cta { border-top: 1px solid rgba(255,255,255,.12); background: #0d2021; }
.final-emblem { background: #fff; }
.final-copy p { color: #c5d5d5; }
.final-copy small { color: #9eb8b7; }
.site-footer { border-top: 1px solid rgba(255,255,255,.12); background: #070809; }
.footer-brand img { padding: 0; border-radius: 0; background: transparent; }
.footer-brand p,
.footer-grid li a,
.footer-contact p,
.footer-bottom p { color: #9da5aa; }
.footer-grid h2 { color: #f2f2ef; }
.footer-grid li a:hover,
.footer-bottom a { color: var(--brand-teal-dark); }
.footer-contact .button { color: #061011; background: var(--brand-teal); border-color: var(--brand-teal); }
.footer-bottom { border-color: rgba(255,255,255,.11); }

@media (max-width: 900px) {
  .mobile-menu { top: 98px; }
  .menu-button { color: #f3f3ef; border-color: rgba(255,255,255,.16); background: #15181b; }
  .mobile-menu { background: #0b0d0f; }
  .mobile-menu > a:not(.button),
  .mobile-nav-group { border-color: rgba(255,255,255,.11); }
  .mobile-menu > a:not(.button),
  .mobile-nav-parent > a { color: #f1f2ef; }
  .mobile-nav-parent > button { color: var(--brand-teal-dark); border-color: rgba(255,255,255,.14); background: #171b1e; }
  .mobile-submenu { border-left-color: var(--brand-teal); background: #111417; }
  .mobile-submenu > a { color: #c2c8cc; border-color: rgba(255,255,255,.09); }
  .mobile-menu-label { color: #c2c8cc !important; }
}

@media (max-width: 680px) {
  .doctor-frame { inset: 10px 6px 0; border-radius: 7px; }
  .doctor-nameplate { right: 8px; left: 8px; }
  .mobile-action-bar { border-color: rgba(255,255,255,.13); background: #0b0d0f; box-shadow: 0 -12px 34px rgba(0,0,0,.42); }
  .mobile-action-bar a { color: #d1d5d8; border-color: rgba(255,255,255,.12); }
  .mobile-action-bar a.active { color: #061011; background: var(--brand-teal); }
}

/* Cinematic editorial homepage hero */
.hero.hero-editorial {
  min-height: clamp(720px, calc(100svh - 102px), 860px);
  background: #08090a;
}
.hero.hero-editorial::before { display: none; }
.hero-editorial-photo {
  z-index: 0;
  left: auto !important;
  width: 64% !important;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: 58% center;
}
.hero-editorial-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #08090a 0%, #08090a 35%, rgba(8,9,10,.94) 47%, rgba(8,9,10,.62) 61%, rgba(8,9,10,.13) 82%),
    linear-gradient(0deg, rgba(8,9,10,.72) 0%, rgba(8,9,10,0) 42%);
  pointer-events: none;
}
.hero-editorial-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  align-items: center;
  padding-top: clamp(80px, 11vh, 126px);
  padding-bottom: 64px;
}
.hero-editorial-content { width: 100%; }
.hero-editorial-content .eyebrow { margin-bottom: 20px; color: #8ee5df; }
.hero-doctor-kicker {
  margin-bottom: 28px;
  color: #f2f1ed;
  font-family: "DM Sans", "Source Sans 3", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -.01em;
}
.hero-editorial-content h1 {
  width: min(1120px, 90vw);
  max-width: none;
  margin-bottom: 36px;
  color: #f7f6f2;
  font-family: "Arial Narrow", "Roboto Condensed", "DM Sans", sans-serif;
  font-size: clamp(4rem, 5.25vw, 6.25rem);
  font-stretch: condensed;
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.058em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0,0,0,.3);
}
.hero-editorial-content h1 span { color: inherit; }
.hero-editorial-details { max-width: 900px; }
.hero-editorial-content .hero-lead {
  max-width: 890px;
  margin-bottom: 16px;
  color: #e3e2de;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.65;
  text-shadow: 0 3px 18px rgba(0,0,0,.5);
}
.hero-editorial-content .hero-note { color: #bdc2c5; }
.hero-editorial-content .credentials { margin-bottom: 24px; }
.hero-editorial-content .hero-actions { margin-bottom: 18px; }
.hero-editorial-content .button-outline {
  color: #f3f3ef;
  border-color: rgba(255,255,255,.38);
  background: rgba(8,9,10,.34);
  backdrop-filter: blur(8px);
}
.hero-editorial-content .button-outline:hover { color: #071011; background: #f3f3ef; }

@media (max-width: 1100px) {
  .hero-editorial-photo { width: 68% !important; object-position: 61% center; }
  .hero-editorial-content h1 { font-size: clamp(3.8rem, 6.2vw, 5.4rem); }
  .hero-editorial-details { max-width: 760px; }
}

@media (max-width: 900px) {
  .hero.hero-editorial { min-height: 920px; }
  .hero-editorial-photo {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 470px !important;
    object-position: 58% center;
  }
  .hero-editorial-overlay {
    background:
      linear-gradient(0deg, #08090a 0%, #08090a 45%, rgba(8,9,10,.82) 62%, rgba(8,9,10,.05) 100%),
      linear-gradient(90deg, rgba(8,9,10,.35), transparent 72%);
  }
  .hero-editorial-inner {
    align-items: flex-start;
    padding-top: 330px;
    padding-bottom: 74px;
  }
  .hero-editorial-content { text-align: left; }
  .hero-editorial-content .eyebrow,
  .hero-editorial-content .hero-actions,
  .hero-editorial-content > .text-link { justify-content: flex-start; }
  .hero-editorial-content h1 {
    width: 100%;
    margin-bottom: 30px;
    font-size: clamp(3.2rem, 9vw, 4.6rem);
    line-height: .92;
  }
  .hero-editorial-content .hero-lead,
  .hero-editorial-content .hero-note { margin-inline: 0; }
}

@media (max-width: 680px) {
  .hero.hero-editorial { min-height: auto; }
  .hero-editorial-photo { height: 390px !important; object-position: 61% center; }
  .hero-editorial-inner { padding-top: 300px; padding-bottom: 58px; }
  .hero-editorial-content .eyebrow { margin-bottom: 14px; font-size: .68rem; }
  .hero-doctor-kicker { margin-bottom: 20px; font-size: .92rem; }
  .hero-editorial-content h1 { margin-bottom: 26px; font-size: clamp(3rem, 14.2vw, 4.15rem); letter-spacing: -.065em; }
  .hero-editorial-content .hero-lead { font-size: 1rem; line-height: 1.6; }
}

/* Client-ready global header and footer layout */
.site-header-shell,
.top-strip,
.site-header,
.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
}

.top-strip-inner,
.site-header .header-inner,
.site-footer .footer-grid,
.site-footer .footer-bottom {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: clamp(24px, 3.2vw, 64px);
}

.site-header { padding-block: 0; }
.site-header .header-inner {
  display: grid;
  min-height: 88px;
  grid-template-columns: clamp(220px, 16vw, 300px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2vw, 38px);
}
.site-header .brand {
  width: clamp(220px, 16vw, 300px);
  max-width: 300px;
}
.site-header .desktop-nav {
  justify-content: flex-end;
  gap: clamp(8px, .75vw, 16px);
}
.site-header .desktop-nav > a,
.site-header .nav-parent > a { padding-inline: 2px; font-size: .84rem; }
.site-header .header-actions { justify-content: flex-end; }
.site-header .header-actions .button { min-height: 46px; padding-inline: 18px; }

.site-footer .footer-grid {
  grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(170px, 1fr));
  gap: clamp(34px, 4vw, 76px);
}
.site-footer .footer-bottom { margin-inline: 0; }

@media (min-width: 901px) {
  .site-header .desktop-nav { display: flex !important; }
  .site-header .menu-button,
  .site-header .mobile-menu { display: none !important; }
}

@media (min-width: 901px) and (max-width: 1360px) {
  .site-header .header-inner {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    padding-inline: 24px;
  }
  .site-header .brand { width: 190px; max-width: 190px; }
  .site-header .desktop-nav { gap: clamp(3px, .45vw, 8px); }
  .site-header .desktop-nav > a,
  .site-header .nav-parent > a { font-size: .73rem; }
  .site-header .header-actions { display: none !important; }
}

@media (min-width: 1361px) {
  .site-header .header-actions { display: flex !important; }
}

@media (max-width: 960px) {
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .top-strip { display: none; }
  .site-header,
  .site-header.is-scrolled { min-height: 68px; }
  .site-header .header-inner {
    display: flex;
    min-height: 68px;
    justify-content: space-between;
    gap: 20px;
    padding-inline: 18px;
  }
  .site-header .brand { width: 190px; max-width: 190px; }
  .site-header .desktop-nav,
  .site-header .header-actions { display: none !important; }
  .site-header .menu-button { display: grid !important; flex: 0 0 43px; }
  .site-header .mobile-menu {
    top: 68px;
    display: flex !important;
  }
}

@media (max-width: 680px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .site-footer .footer-grid,
  .site-footer .footer-bottom { padding-inline: 22px; }
}

/* v1.14.2: proportionally enlarge the transparent logo by 20% while
   preserving the approved full-width sticky header and footer. */
@media (min-width: 1361px) {
  .site-header .header-inner {
    grid-template-columns: clamp(264px, 19.2vw, 360px) minmax(0, 1fr) auto;
  }
  .site-header .brand {
    width: clamp(264px, 19.2vw, 360px);
    max-width: 360px;
  }
}

@media (min-width: 901px) and (max-width: 1360px) {
  .site-header .header-inner {
    grid-template-columns: 228px minmax(0, 1fr);
  }
  .site-header .brand {
    width: 228px;
    max-width: 228px;
  }
}

@media (max-width: 900px) {
  .site-header .brand {
    width: min(228px, 61vw);
    max-width: 228px;
  }
}

/* v1.15.0: WordPress / Elementor hardening.
   Hello Elementor loads its header-footer stylesheet after the importer CSS.
   These declarations intentionally use important so the approved full-width
   layout, responsive navigation and transparent logo cannot be boxed or
   converted back to the theme's flex header by stylesheet load order. */
.site-header-shell,
.top-strip,
.site-header,
.site-footer {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.site-header-shell {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
}

.site-header {
  display: block !important;
  min-height: 88px !important;
  padding: 0 !important;
}

.top-strip-inner,
.site-header .header-inner,
.site-footer .footer-grid,
.site-footer .footer-bottom {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.site-header .header-inner {
  display: grid !important;
  min-height: 88px !important;
  grid-template-columns: clamp(246px, 18.9vw, 264px) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(16px, 1.6vw, 30px) !important;
  padding-right: clamp(24px, 3.2vw, 64px) !important;
  padding-left: clamp(24px, 3.2vw, 64px) !important;
}

.site-header .brand {
  width: clamp(246px, 18.9vw, 264px) !important;
  max-width: 264px !important;
  padding: 0 !important;
  background: transparent !important;
}

.site-header .brand img,
.site-footer .footer-brand img {
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.site-header .desktop-nav {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
}

.site-header .header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
}

.site-header .menu-button,
.site-header .mobile-menu {
  display: none !important;
}

.site-footer {
  display: block !important;
  padding: 72px 0 22px !important;
}

.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(170px, 1fr)) !important;
  gap: clamp(34px, 4vw, 76px) !important;
  padding-right: clamp(24px, 3.2vw, 64px) !important;
  padding-left: clamp(24px, 3.2vw, 64px) !important;
}

.site-footer .footer-bottom {
  display: block !important;
  margin-top: 50px !important;
  padding-right: clamp(24px, 3.2vw, 64px) !important;
  padding-left: clamp(24px, 3.2vw, 64px) !important;
}

@media (min-width: 901px) and (max-width: 1360px) {
  .site-header .header-inner {
    grid-template-columns: 228px minmax(0, 1fr) !important;
    gap: 18px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .site-header .brand {
    width: 228px !important;
    max-width: 228px !important;
  }

  .site-header .header-actions { display: none !important; }
  .site-header .desktop-nav { gap: clamp(3px, .45vw, 8px) !important; }
  .site-header .desktop-nav > a,
  .site-header .nav-parent > a { font-size: .73rem !important; }
}

@media (max-width: 960px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .site-header,
  .site-header.is-scrolled { min-height: 68px !important; }

  .site-header .header-inner {
    display: flex !important;
    min-height: 68px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .site-header .brand {
    width: min(228px, 61vw) !important;
    max-width: 228px !important;
  }

  .site-header .desktop-nav,
  .site-header .header-actions { display: none !important; }

  .site-header .menu-button {
    display: grid !important;
    flex: 0 0 43px !important;
  }

  .site-header .mobile-menu {
    top: 68px !important;
    display: flex !important;
  }
}

@media (max-width: 680px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .site-footer .footer-grid,
  .site-footer .footer-bottom {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
}
