:root {
  --bg: #f7fbfb;
  --surface: #ffffff;
  --ink: #10242c;
  --muted: #5e7379;
  --line: #dbe8e8;
  --teal: #0f8c8a;
  --teal-dark: #086767;
  --navy: #12324a;
  --soft: #e9f6f5;
  --shadow: 0 22px 60px rgba(14, 50, 58, 0.13);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 18px; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; }
h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.25; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  color: #fff;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.site-header.is-scrolled,
.site-header.is-open,
.site-header.solid {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 34px rgba(7, 37, 45, 0.1);
  color: var(--ink);
}

.brand { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-logo {
  width: 150px;
  height: 48px;
  border-radius: 6px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 8px 22px rgba(7, 37, 45, 0.1);
}
.brand strong, .brand small { display: block; }
.brand small { color: currentColor; font-size: 12px; opacity: 0.78; }

.site-nav { display: flex; align-items: center; gap: 20px; font-size: 15px; font-weight: 750; }
.site-nav a { opacity: 0.9; }
.site-nav a:hover { opacity: 1; color: var(--teal); }
.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
}
.nav-cta:hover { background: var(--teal-dark); color: #fff !important; }
.menu-toggle { display: none; }

.nav-dropdown { position: relative; padding: 14px 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -16px;
  display: none;
  min-width: 220px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}
.dropdown-menu a { display: block; padding: 10px 12px; border-radius: 6px; }
.dropdown-menu a:hover { background: var(--soft); }
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu { display: block; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 34, 43, 0.84) 0%, rgba(8, 34, 43, 0.6) 38%, rgba(8, 34, 43, 0.14) 74%),
    linear-gradient(0deg, rgba(8, 34, 43, 0.3), rgba(8, 34, 43, 0.08));
}
.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 88px);
  padding-top: 86px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero .eyebrow, .process .eyebrow { color: #91e7df; }
.hero-copy { max-width: 620px; color: rgba(255, 255, 255, 0.9); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}
.button.primary { background: var(--teal); color: #fff; }
.button.primary:hover { background: var(--teal-dark); }
.button.secondary { border: 1px solid rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.12); color: #fff; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin: 44px 0 0;
}
.hero-stats div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
.hero-stats dt { font-size: 18px; font-weight: 800; }
.hero-stats dd { margin: 2px 0 0; color: rgba(255, 255, 255, 0.78); }
.home-hero { min-height: 820px; }
.home-hero .hero-content { width: min(780px, calc(100% - 36px)); }
.home-hero h1 { max-width: 760px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: -34px clamp(18px, 5vw, 72px) 0; position: relative; z-index: 2; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.trust-strip div { padding: 24px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--navy); }
.trust-strip span { margin-top: 3px; color: var(--muted); font-size: 14px; }

.page-hero {
  padding: 150px clamp(18px, 5vw, 72px) 72px;
  background: linear-gradient(135deg, #eaf8f7 0%, #ffffff 58%, #dff1f0 100%);
}
.page-hero .breadcrumb { margin-bottom: 18px; color: var(--muted); font-weight: 700; }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 19px; }
.service-hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; color: #fff; }
.service-hero > img, .service-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-hero > img { object-fit: cover; }
.service-hero-overlay { background: linear-gradient(90deg, rgba(8, 34, 43, 0.9) 0%, rgba(8, 34, 43, 0.78) 42%, rgba(8, 34, 43, 0.12) 76%); }
.service-hero-content { position: relative; width: min(720px, calc(100% - 36px)); margin-left: clamp(18px, 6vw, 88px); padding-top: 90px; }
.service-hero-content .breadcrumb { margin-bottom: 22px; color: rgba(255, 255, 255, 0.72); font-weight: 700; }
.service-hero-content .breadcrumb a:hover { color: #91e7df; }
.service-hero-content > p:not(.eyebrow) { max-width: 650px; color: rgba(255, 255, 255, 0.88); font-size: 20px; }
.service-hero-content .eyebrow { color: #91e7df; }

.section { padding: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 72px); }
.section-heading { max-width: 820px; margin-bottom: 36px; }
.narrow { max-width: 920px; }

.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card, .service-card, .post-card, .info-card, .contact-form, .doctor-card, .timeline article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(20, 70, 80, 0.06);
}
.feature-card, .service-card, .post-card, .info-card { padding: 28px; }
.icon, .timeline span {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--teal-dark);
  font-weight: 900;
}
.text-link { color: var(--teal-dark); font-weight: 850; }
.text-link:hover { color: var(--teal); }

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 36px;
  align-items: center;
}
.split-section > img {
  width: 100%;
  min-height: 440px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}
.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding-left: 20px;
  color: var(--muted);
}

.service-tag, .post-card span, .article-meta span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 900;
}
.service-card ul { display: grid; gap: 8px; margin: 18px 0 0; padding-left: 20px; color: var(--muted); }
.service-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: -8px 0 18px;
  border-radius: var(--radius);
  object-fit: cover;
}
.home-services { padding-top: 90px; }
.home-services .section-heading p:not(.eyebrow) { max-width: 720px; color: var(--muted); }
.service-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-image-card { min-height: 390px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.service-image-card a, .service-image-card img { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-image-card img { object-fit: cover; transition: transform 0.35s ease; }
.service-image-card a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7, 32, 42, 0.92) 0%, rgba(7, 32, 42, 0.2) 68%); }
.service-image-card div { position: absolute; z-index: 1; inset: auto 0 0; padding: 30px; color: #fff; }
.service-image-card span { display: inline-flex; margin-bottom: 8px; color: #91e7df; font-size: 12px; font-weight: 900; letter-spacing: 0.08em; }
.service-image-card h3 { margin-bottom: 7px; font-size: 28px; }
.service-image-card p { max-width: 500px; margin-bottom: 10px; color: rgba(255, 255, 255, 0.78); }
.service-image-card strong { color: #91e7df; }
.service-image-card:hover img { transform: scale(1.035); }
.service-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.service-links a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--teal-dark); font-weight: 800; }
.service-links a:hover { border-color: var(--teal); background: var(--soft); }
.article-visual {
  width: 100%;
  max-height: 460px;
  margin: 0 0 28px;
  border-radius: var(--radius);
  object-fit: cover;
}

.process { background: var(--navy); color: #fff; }
.timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.timeline article { padding: 26px; }
.timeline p { color: var(--muted); }
.process .timeline article { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.16); box-shadow: none; }
.process .timeline span { background: rgba(145, 231, 223, 0.16); color: #91e7df; }
.process .timeline p { color: rgba(255, 255, 255, 0.75); }

.doctor-card {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
}
.doctor-note { padding: 24px; border-radius: var(--radius); background: var(--soft); }
.doctor-note strong { color: var(--teal-dark); }
.doctor-intro { display: grid; grid-template-columns: minmax(320px, 0.95fr) minmax(340px, 1.05fr); align-items: center; gap: clamp(34px, 6vw, 84px); background: #fff; }
.doctor-photo { position: relative; }
.doctor-photo img { width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.doctor-photo span { position: absolute; right: 18px; bottom: 18px; padding: 9px 14px; border-radius: 999px; background: rgba(8, 34, 43, 0.88); color: #fff; font-size: 14px; font-weight: 850; backdrop-filter: blur(8px); }
.doctor-intro > div:last-child > p { color: var(--muted); }
.home-values { background: linear-gradient(180deg, #edf8f7, var(--bg)); }
.visual-post { overflow: hidden; }
.visual-post > img { width: calc(100% + 56px); max-width: none; aspect-ratio: 16 / 9; margin: -28px -28px 24px; object-fit: cover; }
.home-faq { background: #fff; }
.home-contact { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin: clamp(70px, 9vw, 120px) clamp(18px, 5vw, 72px) 36px; padding: clamp(34px, 5vw, 58px); border-radius: var(--radius); background: var(--navy); color: #fff; }
.home-contact h2 { margin-bottom: 10px; }
.home-contact p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: rgba(255, 255, 255, 0.72); }
.home-contact .eyebrow { color: #91e7df; }
.contact-phone { flex: 0 0 auto; min-width: 280px; padding: 24px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: var(--radius); background: rgba(255, 255, 255, 0.08); }
.contact-phone span, .contact-phone small { display: block; color: rgba(255, 255, 255, 0.7); }
.contact-phone a { display: block; margin: 4px 0; color: #fff; font-size: 25px; font-weight: 900; }

.faq-list { display: grid; gap: 12px; max-width: 920px; }
.faq-item {
  width: 100%;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.faq-item span { display: flex; justify-content: space-between; gap: 16px; font-size: 18px; font-weight: 850; }
.faq-item span::after { content: "+"; color: var(--teal); font-size: 26px; line-height: 1; }
.faq-item[aria-expanded="true"] span::after { content: "-"; }
.faq-item p { display: none; margin: 14px 0 0; color: var(--muted); }
.faq-item[aria-expanded="true"] p { display: block; }

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}
.article-body {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(26px, 5vw, 52px);
}
.article-body p, .article-body li { color: var(--muted); }
.article-body h2 { margin-top: 34px; font-size: clamp(26px, 3vw, 36px); }
.article-sidebar { display: grid; gap: 16px; }
.article-lead { color: var(--ink) !important; font-size: 20px; line-height: 1.75; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.article-toc { display: grid; gap: 8px; margin: 30px 0 38px; padding: 24px; border-left: 4px solid var(--teal); border-radius: var(--radius); background: var(--soft); }
.article-toc strong { margin-bottom: 4px; }
.article-toc a { color: var(--teal-dark); font-weight: 750; }
.article-toc a:hover { text-decoration: underline; }
.article-figure { margin: 34px 0; }
.article-figure img { width: 100%; border-radius: var(--radius); box-shadow: 0 12px 36px rgba(20, 70, 80, 0.1); }
.article-figure figcaption { padding-top: 10px; color: var(--muted); font-size: 14px; }

/* SEO bilgi merkezi */
.blog-featured { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; margin-bottom: 34px; }
.blog-featured > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; border-radius: var(--radius); }
.blog-featured-copy { padding: clamp(28px, 5vw, 56px); border-radius: var(--radius); background: linear-gradient(145deg, #edf8f7, #fff); border: 1px solid var(--line); }
.blog-featured-copy h2 { font-size: clamp(30px, 4vw, 48px); margin: 8px 0 16px; }
.blog-clusters { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 36px; }
.blog-clusters a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--primary); font-size: 14px; font-weight: 700; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(20, 70, 80, .08); }
.blog-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; }
.blog-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.blog-card-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.blog-card-content span { color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card-content h3 { margin: 8px 0 10px; font-size: 23px; }
.blog-card-content p { color: var(--muted); }
.blog-card-content strong { margin-top: auto; padding-top: 14px; color: var(--primary); }
.article-answer { margin: 24px 0; padding: 22px 24px; border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; background: #edf8f7; }
.article-answer strong { display: block; margin-bottom: 6px; color: var(--primary); }
.article-source { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.breadcrumb a { color: inherit; opacity: .82; }
.breadcrumb a:hover { color: var(--teal); opacity: 1; }
.breadcrumb-separator { opacity: .52; }
.breadcrumb [aria-current="page"] { font-weight: 800; opacity: 1; }
.article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 18px 0 8px; }
.article-tags > span { color: var(--muted); font-size: 13px; font-weight: 800; }
.article-tag { padding: 7px 12px; border: 1px solid #b9dedd; border-radius: 999px; background: #eef9f8; color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.article-tag:hover { border-color: var(--teal); background: var(--teal); color: #fff; }
.related-articles { padding-top: 24px; }
.related-articles-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.related-article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 34px rgba(20, 70, 80, .08); }
.related-article-card a { display: flex; height: 100%; flex-direction: column; color: inherit; }
.related-article-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.related-article-card div { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.related-article-card span { color: var(--accent); font-size: 12px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.related-article-card h3 { margin: 7px 0 9px; }
.related-article-card p { color: var(--muted); font-size: 15px; }
.related-article-card strong { margin-top: auto; color: var(--teal-dark); }
.tag-hero-count { display: inline-flex; margin-top: 14px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.14); font-weight: 800; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 24px 0; }
.comparison-grid > div { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.comparison-grid p { margin-bottom: 0; }
.numbered-steps { display: grid; gap: 14px; padding-left: 24px; }
.numbered-steps li { padding-left: 8px; }
.medical-note { margin: 30px 0; padding: 22px 24px; border: 1px solid #b9dedd; border-radius: var(--radius); background: #eef9f8; color: var(--muted); }
.medical-note strong { color: var(--teal-dark); }
.sticky-card { position: sticky; top: 100px; }
.sticky-card .button { width: 100%; margin-top: 8px; }
.sidebar-phone { display: block; margin-top: 16px; color: var(--teal-dark); font-weight: 850; text-align: center; }
.faq-section { padding-top: 20px; }
.local-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 clamp(18px, 5vw, 72px) clamp(70px, 9vw, 120px); padding: clamp(30px, 5vw, 54px); border-radius: var(--radius); background: var(--navy); color: #fff; }
.local-cta h2 { max-width: 780px; margin-bottom: 12px; }
.local-cta p:not(.eyebrow) { margin-bottom: 0; color: rgba(255, 255, 255, 0.74); }
.local-cta .eyebrow { color: #91e7df; }
.local-cta .button { flex: 0 0 auto; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(20, 70, 80, 0.06);
}

.video-thumb,
.video-placeholder {
  display: grid;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  border: 0;
  background: linear-gradient(135deg, var(--navy), var(--teal-dark));
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  font: inherit;
}

.video-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 34, 43, 0.28), rgba(8, 34, 43, 0.08));
}

.video-thumb:hover img {
  transform: scale(1.04);
}

.video-thumb span,
.video-placeholder span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-weight: 900;
}

.video-thumb span {
  background: rgba(15, 140, 138, 0.9);
}

.video-content {
  padding: 22px;
}

.video-page-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; margin-bottom: 40px; }
.video-page-intro img { width: 100%; min-height: 350px; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.video-topic-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.video-topic-links a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--teal-dark); font-size: 14px; font-weight: 800; }
.video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #061318; }
.video-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-content h3 { min-height: 52px; }
.video-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
.video-meta time { color: var(--muted); font-size: 13px; }
.video-content p { color: var(--muted); font-size: 15px; }
.video-links { display: flex; flex-wrap: wrap; gap: 14px; }
.video-help { margin-top: 34px; padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.video-modal.is-open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 21, 28, 0.78);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  border-radius: var(--radius);
  background: #061318;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.video-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 8px 12px;
}

.video-modal-frame {
  aspect-ratio: 16 / 9;
}

.video-modal-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact { display: block; background: #eef8f7; }
.contact-info { max-width: 560px; }
address { display: grid; gap: 6px; margin-top: 28px; font-style: normal; }
address strong { margin-top: 12px; color: var(--navy); }
address a, address span { color: var(--muted); }
.contact-form { display: grid; gap: 16px; padding: 28px; }
label { display: grid; gap: 7px; color: var(--navy); font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(15, 140, 138, 0.18); border-color: var(--teal); }
.form-note { min-height: 24px; margin: 0; color: var(--muted); font-size: 14px; }

.notice {
  margin: 0 clamp(18px, 5vw, 72px) 72px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
}
.notice strong { color: var(--ink); }
.editorial-review { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; margin: 24px 0; padding: 18px 20px; border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: var(--radius); background: #f4fbfa; }
.editorial-review > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 900; }
.editorial-review strong { color: var(--navy); }
.editorial-review p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.editorial-review a { color: var(--teal-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.answer-hub { background: #fff; }
.answer-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 46px; margin: 34px 0 0; border-top: 1px solid var(--line); }
.answer-list > div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.answer-list dt { color: var(--navy); font-size: 18px; font-weight: 850; }
.answer-list dd { margin: 9px 0 0; color: var(--muted); line-height: 1.65; }
.answer-list a, .answer-source a { color: var(--teal-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.answer-source { max-width: 760px; margin: 28px 0 0; color: var(--muted); }

.care-guide {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: start;
  background: #eef8f7;
}
.care-guide-intro { position: sticky; top: 112px; }
.care-guide-intro h2 { margin: 8px 0 18px; max-width: 560px; }
.care-guide-intro > p:last-of-type { max-width: 580px; color: var(--muted); }
.guide-assurance { display: grid; gap: 3px; margin-top: 30px; padding-left: 18px; border-left: 3px solid var(--teal); }
.guide-assurance strong { color: var(--navy); }
.guide-assurance span { color: var(--muted); font-size: 14px; }
.guide-panel { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: calc(var(--radius) + 4px); background: #fff; box-shadow: 0 22px 60px rgba(20, 70, 80, .09); }
.guide-question { margin: 0 0 20px; color: var(--navy); font-size: clamp(20px, 2vw, 26px); font-weight: 850; }
.guide-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.guide-options button { display: grid; grid-template-columns: 38px 1fr; gap: 2px 12px; min-height: 112px; padding: 19px; text-align: left; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); cursor: pointer; font: inherit; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.guide-options button:hover { transform: translateY(-2px); border-color: var(--teal); box-shadow: 0 12px 28px rgba(20, 70, 80, .09); }
.guide-options button:focus-visible { outline: 3px solid rgba(15, 140, 138, .22); outline-offset: 2px; }
.guide-options button.is-selected { border-color: var(--teal); background: #f2fbfa; box-shadow: inset 0 0 0 1px var(--teal); }
.guide-options span { grid-row: 1 / span 2; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--soft); color: var(--teal-dark); font-size: 13px; font-weight: 900; }
.guide-options strong { align-self: end; color: var(--navy); }
.guide-options small { color: var(--muted); line-height: 1.45; }
.guide-result { margin-top: 20px; padding: 24px; border-radius: var(--radius); background: var(--navy); color: #fff; }
.guide-result[hidden] { display: none; }
.guide-result > span { display: block; margin-bottom: 6px; color: #91e7df; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.guide-result h3 { margin: 0 0 9px; font-size: clamp(22px, 2.4vw, 30px); }
.guide-result p { margin: 0; color: rgba(255, 255, 255, .78); }
.guide-result nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.guide-result a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 15px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; color: #fff; font-weight: 800; }
.guide-result a:first-child { border-color: #91e7df; background: #91e7df; color: var(--navy); }
.guide-result .guide-warning { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .16); font-size: 13px; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}
.site-footer p { margin: 0; }
.site-footer a { color: #fff; font-weight: 800; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; }
.sitemap-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.sitemap-directory > section { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.sitemap-directory h2 { margin-top: 0; color: var(--navy); font-size: clamp(24px, 3vw, 34px); }
.sitemap-directory ul { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.sitemap-directory a { color: var(--teal-dark); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(15, 140, 138, .35); text-underline-offset: 4px; }

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-grid;
    grid-template-columns: 18px auto;
    align-items: center;
    gap: 4px 8px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 9px 12px;
  }
  .menu-toggle span { display: block; width: 18px; height: 2px; background: currentColor; }
  .menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) { grid-column: 1; }
  .site-nav {
    position: absolute;
    top: 74px;
    left: 18px;
    right: 18px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; align-items: stretch; gap: 10px; }
  .nav-dropdown { padding: 0; }
  .dropdown-menu { position: static; display: grid; min-width: 0; margin-top: 8px; box-shadow: none; }
  .card-grid.three, .card-grid.two, .timeline, .split-section, .doctor-card, .contact, .article-layout, .video-grid, .video-page-intro, .blog-featured, .blog-grid, .related-articles-grid, .care-guide, .sitemap-directory { grid-template-columns: 1fr; }
  .care-guide-intro { position: static; }
  .hero { min-height: 700px; }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-showcase, .doctor-intro { grid-template-columns: 1fr; }
  .home-contact { align-items: stretch; flex-direction: column; }
  .contact-phone { min-width: 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8, 34, 43, 0.88), rgba(8, 34, 43, 0.4)); }
  .service-hero-overlay { background: linear-gradient(90deg, rgba(8, 34, 43, 0.9), rgba(8, 34, 43, 0.48)); }
  .split-section > img { min-height: 360px; }
  .sticky-card { position: static; }
  .local-cta { align-items: stretch; flex-direction: column; }
}

@media (max-width: 640px) {
  .site-header { padding: 14px 16px; }
  .brand { min-width: 0; }
  .brand-logo { width: 116px; height: 38px; }
  .brand small { display: none; }
  .hero { min-height: 760px; }
  .home-hero { min-height: 800px; }
  .service-hero { min-height: 720px; }
  .service-hero > img { object-position: 63% center; }
  .service-hero-content { width: calc(100% - 32px); margin: 0 16px; }
  .hero-image { object-position: 58% center; }
  .home-hero .hero-image { object-position: 64% center; }
  .hero-content { width: calc(100% - 32px); margin: 0 16px; }
  h1 { font-size: 40px; }
  .hero-copy { font-size: 17px; }
  .hero-stats { grid-template-columns: 1fr; margin-top: 28px; }
  .hero-actions, .button { width: 100%; }
  .section { padding: 64px 16px; }
  .page-hero { padding: 124px 16px 56px; }
  .feature-card, .service-card, .post-card, .info-card, .timeline article, .contact-form { padding: 22px; }
  .trust-strip { grid-template-columns: 1fr; margin: -24px 16px 0; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .service-image-card { min-height: 350px; }
  .service-image-card div { padding: 24px; }
  .visual-post > img { width: calc(100% + 44px); margin: -22px -22px 22px; }
  .home-contact { margin: 64px 16px 28px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .guide-options { grid-template-columns: 1fr; }
  .answer-list { grid-template-columns: 1fr; }
  .guide-panel { padding: 20px; }
  .article-toc { padding: 20px; }
  .local-cta { margin: 0 16px 56px; }
  .notice { margin: 0 16px 56px; }
  .site-footer { display: grid; }
}
