/* Self-hosted fontlar (Google Fonts CDN'ine bagimlilik yok, CSP/KVKK sorunu ortadan kalkar).
   Turkce karakterler (ğ, ş, ı, İ, ç, ö, ü) latin-ext blogunda oldugundan her aile icin
   hem latin hem latin-ext dosyasi tanimlanir; degisken font oldugundan ayni dosya
   font-weight ARALIGI (400 500 / 600 700) ile iki agirligi birden karsilar. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/inter-400-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/inter-400-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('/assets/fonts/jakarta-600-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('/assets/fonts/jakarta-600-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Tasarim sistemi: koyu petrol (primary) + turuncu (accent, SADECE CTA/sayac) */
  --teal-950: #14282a;
  --teal-900: #0f5c63;
  --teal-800: #13616a;
  --teal-700: #17747d;
  --teal-600: #1b8791;
  --teal-500: #4fa6ac;
  --teal-200: #bfdedf;
  --teal-100: #d9ebeb;
  --teal-50: #e6f2f2;
  --gold-500: #f2784b;
  --gold-100: #fce3d6;
  --ink: #4a5a5c;
  --muted: #7c8c8d;
  --bg: #ffffff;
  --bg-soft: #f7fafa;
  --white: #ffffff;
  --border: #e1e9e9;
  --shadow-sm: 0 4px 14px rgba(15, 92, 99, .06);
  --shadow: 0 10px 30px rgba(15, 92, 99, .08);
  --shadow-lg: 0 24px 54px rgba(15, 92, 99, .16);
  --radius: 20px;
  --radius-btn: 999px;

  /* Semantik takma adlar (design system) */
  --primary: var(--teal-900);
  --primary-light: var(--teal-50);
  --accent: var(--gold-500);
  --accent-hover: #de6539;
  --dark: var(--teal-950);
  --text: var(--ink);

  --font-head: 'Plus Jakarta Sans', 'Segoe UI', Arial, sans-serif;
  --font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* Native sayfa gecis animasyonu (destekleyen tarayicilarda otomatik yumusak crossfade,
   desteklemeyenlerde sessizce yok sayilir - ek kutuphane gerektirmez). */
@view-transition { navigation: auto; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible,
[tabindex]:focus-visible {
  outline: 2.5px solid var(--teal-500); outline-offset: 2px; border-radius: 4px;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.22; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.01em; }
h3 { font-size: 22px; }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.ico { width: 1em; height: 1em; flex-shrink: 0; }

/* WhatsApp üst şeridi */
.whatsapp-topbar {
  position: sticky; top: 0; z-index: 110;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  padding: 11px 46px 11px 16px; text-align: center;
}
.whatsapp-topbar .wa-link { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 600; font-size: 14px; }
.whatsapp-topbar .wa-link .ico { width: 20px; height: 20px; flex-shrink: 0; }
.whatsapp-topbar .wa-close {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 24px; height: 24px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255,255,255,.25); color: #fff;
  display: flex; align-items: center; justify-content: center; transition: background .15s;
}
.whatsapp-topbar .wa-close:hover { background: rgba(255,255,255,.42); }
.whatsapp-topbar .wa-close .ico { width: 13px; height: 13px; }

/* Topbar */
.topbar {
  background: var(--teal-950);
  color: #c9d6e8;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; gap: 8px; }
.topbar a { color: #dce6f5; display: inline-flex; align-items: center; gap: 6px; transition: color .15s; }
.topbar a:hover { color: #fff; }
.topbar .tb-links { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar .tb-links span { opacity: .85; display: inline-flex; align-items: center; gap: 6px; }
.topbar .ico { width: 14px; height: 14px; }
.topbar .tb-cta { font-weight: 700; }

/* Header / nav */
.site-header {
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; gap: 16px; transition: padding .25s ease; }
.site-header.scrolled .nav-wrap { padding: 8px 0; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-head); font-weight: 800; font-size: 18.5px; color: var(--primary); white-space: nowrap; }
.brand .brand-badge {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--teal-500), var(--primary));
  display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 6px 16px rgba(15,92,99,.28);
}
.brand .brand-badge .ico { width: 22px; height: 22px; }
.brand-logo { height: 80px; width: auto; display: block; transition: height .25s ease; }
.site-header.scrolled .brand-logo { height: 60px; }
.brand small { display: block; font-family: var(--font-body); font-weight: 600; font-size: 11.5px; color: var(--muted); letter-spacing: .02em; }
.main-nav { display: flex; gap: 6px; align-items: center; }
.main-nav a, .main-nav .dropdown-toggle { font-weight: 600; font-size: 14.5px; color: var(--ink); padding: 9px 13px; border-radius: 9px; transition: background .15s, color .15s; cursor: pointer; display: inline-flex; align-items: center; }
.main-nav a:hover, .main-nav .dropdown-toggle:hover { color: var(--teal-700); background: var(--teal-50); }
.main-nav a.active, .main-nav .dropdown-toggle.active { color: var(--teal-700); background: var(--teal-100); box-shadow: inset 0 -2px 0 var(--gold-500); }
.main-nav .has-dropdown { position: relative; }
.main-nav .nav-caret { width: 11px; height: 11px; margin-left: 3px; transition: transform .18s ease; vertical-align: -1px; }
.main-nav .has-dropdown:hover .nav-caret, .main-nav .has-dropdown:focus-within .nav-caret { transform: rotate(180deg); }
.main-nav .dropdown-menu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px;
  background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow-lg);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease; z-index: 200;
}
.main-nav .has-dropdown:hover .dropdown-menu, .main-nav .has-dropdown:focus-within .dropdown-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.main-nav .dropdown-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 14px; white-space: nowrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: var(--radius-btn); font-weight: 700; font-size: 14.5px;
  border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  font-family: var(--font-body);
}
.btn .ico { width: 17px; height: 17px; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(242,120,75,.32); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(242,120,75,.4); }
.btn-outline { background: transparent; color: var(--primary); border: 1.5px solid var(--teal-200); }
.btn-outline:hover { background: var(--primary-light); border-color: var(--teal-500); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--primary); }
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,.32); }
.btn-whatsapp:hover { background: #1fb958; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(37,211,102,.4); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-burger {
  display: none; background: var(--teal-50); border: 1px solid var(--border); border-radius: 10px;
  width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--teal-900); cursor: pointer;
}
.nav-burger .ico { width: 22px; height: 22px; }
.mobile-nav {
  display: none; flex-direction: column; gap: 2px; background: #fff; border-top: 1px solid var(--border);
  padding: 12px 20px 18px;
}
.mobile-nav a { font-weight: 600; font-size: 15px; color: var(--ink); padding: 11px 4px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.mobile-nav a.active { color: var(--teal-700); }
.mobile-nav.open { display: flex; }
.mobile-nav .ico { width: 16px; height: 16px; opacity: .5; }
.mobile-nav-close { display: none; }
@media (max-width: 900px) {
  .mobile-nav.open {
    position: fixed; inset: 0; z-index: 150; overflow-y: auto;
    padding: 76px 20px 110px; border-top: none;
  }
  .mobile-nav-close {
    display: flex; position: fixed; top: 16px; right: 16px; z-index: 151;
    width: 42px; height: 42px; border-radius: 50%; background: var(--primary-light); color: var(--primary);
    align-items: center; justify-content: center; border: none; cursor: pointer;
  }
  .mobile-nav-close .ico { width: 18px; height: 18px; }
}
.mobile-nav-group { border-bottom: 1px solid var(--border); }
.mobile-nav-group summary {
  font-weight: 600; font-size: 15px; color: var(--ink); padding: 11px 4px; list-style: none;
  display: flex; align-items: center; justify-content: space-between; cursor: pointer;
}
.mobile-nav-group summary::-webkit-details-marker { display: none; }
.mobile-nav-group summary .ico { width: 15px; height: 15px; opacity: .5; transition: transform .18s ease; }
.mobile-nav-group[open] summary .ico { transform: rotate(180deg); }
.mobile-nav-group summary.active { color: var(--teal-700); }
.mobile-nav-group a { padding-left: 18px; border-bottom: 1px solid var(--border); font-size: 14px; font-weight: 500; color: var(--muted); }
.mobile-nav-group a:last-child { border-bottom: none; }

/* Header alt satiri (whatsapp + bize hemen ulasin + sosyal ikonlar) */
.header-subbar { border-top: 1px solid var(--border); background: var(--teal-50); }
.header-subbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; }
.header-subbar-ask {
  display: inline-flex; align-items: center; gap: 8px; background: none; border: none; cursor: pointer;
  color: #1a9c56; font-weight: 700; font-size: 13px; font-family: inherit; padding: 0;
}
.header-subbar-ask .ico { width: 17px; height: 17px; }
.header-subbar-social { display: flex; gap: 10px; }
.header-subbar-social a {
  width: 28px; height: 28px; border-radius: 50%; background: var(--white); border: 1px solid var(--border);
  color: var(--muted); display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s;
}
.header-subbar-social a:hover { background: var(--teal-100); color: var(--teal-900); }
.header-subbar-social .ico { width: 14px; height: 14px; }
@media (max-width: 900px) { .header-subbar { display: none; } }

.mobile-nav-extra { padding: 16px 4px 4px; display: flex; flex-direction: column; gap: 14px; }
.mobile-nav-ask {
  display: inline-flex; align-items: center; gap: 8px; background: #e8fbf1; border: none; border-radius: 10px;
  padding: 11px 14px; cursor: pointer; color: #1a9c56; font-weight: 700; font-size: 14px; font-family: inherit;
}
.mobile-nav-ask .ico { width: 18px; height: 18px; }
.mobile-nav-social { display: flex; gap: 10px; }
.mobile-nav-social a {
  width: 34px; height: 34px; border-radius: 50%; background: var(--teal-50); color: var(--teal-900);
  display: flex; align-items: center; justify-content: center;
}
.mobile-nav-social .ico { width: 16px; height: 16px; }

/* Hero - tam ekran (full-bleed) varyant */
.hero-full {
  position: relative; overflow: hidden; min-height: 640px;
  display: flex; align-items: center;
  background: linear-gradient(120deg, var(--teal-950) 0%, var(--teal-800) 55%, var(--teal-600) 130%);
  color: #fff;
}
.hero-full-photo { position: absolute; inset: 0; z-index: 0; }
.hero-full-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-full-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(27,42,58,.94) 0%, rgba(27,42,58,.8) 36%, rgba(27,42,58,.25) 64%, rgba(27,42,58,.05) 82%);
}
.hero-full-diagonal {
  position: absolute; right: 0; bottom: 0; width: 46%; height: 60%; z-index: 1;
  background: linear-gradient(150deg, var(--teal-500), transparent 70%);
  opacity: .55; clip-path: polygon(100% 0, 100% 100%, 30% 100%);
}
.hero-full .container { position: relative; z-index: 2; }
.hero-full-content { max-width: 620px; padding: 70px 0; }
.hero-doctor-photo {
  position: absolute; right: 60px; bottom: 0; z-index: 1;
  width: 34%; max-width: 400px; pointer-events: none;
}
.hero-doctor-photo .hdp-glow {
  position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%);
  width: 108%; aspect-ratio: 1 / 1; border-radius: 50%; z-index: -2;
  background: radial-gradient(circle, rgba(108,216,210,.4) 0%, rgba(108,216,210,.16) 45%, transparent 72%);
}
.hero-doctor-photo .hdp-ground {
  position: absolute; left: 12%; right: 12%; bottom: 2%; height: 22px; z-index: -1;
  background: radial-gradient(ellipse, rgba(0,0,0,.4) 0%, transparent 72%);
}
.hero-doctor-photo img {
  position: relative; z-index: 1; width: 100%; height: auto; display: block;
  filter: drop-shadow(0 30px 34px rgba(0,0,0,.45));
}
.hero-slider { display: grid; }
.hero-slide {
  grid-column: 1; grid-row: 1; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .5s ease, visibility .5s ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hs-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s;
}
.hs-arrow:hover { background: rgba(255,255,255,.2); }
.hs-arrow .ico { width: 18px; height: 18px; }
.hs-prev { left: 74px; }
.hs-prev .ico { transform: rotate(180deg); }
.hs-next { right: 20px; }
.hs-counter {
  position: absolute; bottom: 28px; right: 34px; z-index: 3; display: flex; align-items: center; gap: 6px;
  font-family: var(--font-head); font-weight: 800; font-size: 15px; color: var(--gold-500);
}
.hs-counter span:last-child { color: rgba(255,255,255,.55); font-weight: 600; }
@media (max-width: 900px) {
  .hs-arrow { width: 38px; height: 38px; }
  .hs-arrow .ico { width: 15px; height: 15px; }
  .hs-counter { bottom: 16px; right: 16px; font-size: 13px; }
  .hs-prev { left: 16px; }
  .hs-next { right: 16px; }
}
.eyebrow-light {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.14); color: #dce6f5; backdrop-filter: blur(4px);
  font-size: 12.5px; font-weight: 700; padding: 8px 15px; border-radius: 999px; margin-bottom: 22px;
  letter-spacing: .02em; border: 1px solid rgba(255,255,255,.18);
}
.eyebrow-light .ico { width: 14px; height: 14px; color: var(--gold-500); }
.hero-full h1 { color: #fff; font-size: 46px; }
.hero-full h1 .script { display: block; font-family: 'Segoe Script', 'Brush Script MT', cursive; font-weight: 400; font-size: 23px; color: var(--teal-200); margin-top: 10px; letter-spacing: 0; }
.hero-full p.lead { color: rgba(255,255,255,.82); font-size: 17.5px; max-width: 500px; }
.hero-full .hero-stats { border-top-color: rgba(255,255,255,.18); }
.hero-full .hero-stats .stat { border-right-color: rgba(255,255,255,.18); }
.hero-full .hero-stats .stat b { color: #fff; }
.hero-full .hero-stats .stat span { color: rgba(255,255,255,.72); }
.btn-on-dark { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.35); backdrop-filter: blur(4px); }
.btn-on-dark:hover { background: rgba(255,255,255,.2); }

/* Yuzen iletisim yigini */
.contact-stack { position: fixed; left: 18px; bottom: 24px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.contact-stack a {
  width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; box-shadow: var(--shadow); transition: transform .15s;
}
.contact-stack a:hover { transform: scale(1.08); }
.contact-stack a .ico { width: 22px; height: 22px; }
.contact-stack .ct-phone { background: var(--teal-700); }
.contact-stack .ct-whatsapp { background: #25D366; }
.contact-stack .ct-mail { background: var(--teal-950); }
.contact-stack .ct-instagram { background: radial-gradient(circle at 30% 110%, #fdf497, #fd5949 30%, #d6249f 60%, #285AEB 90%); }

/* Mobil sabit alt CTA bar (Ara / WhatsApp / Randevu) - contact-stack'in mobil karsiligi */
.mobile-cta-bar { display: none; }
@media (max-width: 900px) {
  .hero-full h1 { font-size: 34px; }
  .hero-full-content { padding: 50px 0; }
  .hero-doctor-photo { display: none; }
  .contact-stack { display: none; }
  .mobile-cta-bar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    background: #fff; border-top: 1px solid var(--border); box-shadow: 0 -8px 24px rgba(15,92,99,.1);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .mobile-cta-bar a {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 10px 6px 8px; font-size: 11.5px; font-weight: 700; color: var(--text);
  }
  .mobile-cta-bar a .ico { width: 20px; height: 20px; }
  .mobile-cta-bar .mcb-whatsapp { color: #1fb958; }
  .mobile-cta-bar .mcb-randevu { color: var(--accent); }
  body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
}

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 460px at 88% -8%, var(--teal-100), transparent 60%),
    radial-gradient(700px 420px at -5% 110%, var(--gold-100), transparent 55%),
    linear-gradient(180deg, var(--teal-50), var(--bg) 75%);
  padding: 58px 0 76px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--teal-100); color: var(--teal-700);
  font-size: 12.5px; font-weight: 700; padding: 8px 15px; border-radius: 999px; margin-bottom: 20px;
  letter-spacing: .02em;
}
.eyebrow .ico { width: 14px; height: 14px; }
.hero h1 { font-size: 45px; color: var(--teal-950); }
.hero h1 .accent { color: var(--teal-600); }
.hero p.lead { font-size: 17.5px; color: var(--muted); max-width: 500px; }
.hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 0; margin-top: 44px; flex-wrap: wrap; border-top: 1px solid var(--border); padding-top: 26px; }
.hero-stats .stat { padding-right: 34px; margin-right: 34px; border-right: 1px solid var(--border); }
.hero-stats .stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hero-stats .stat b { font-family: var(--font-head); display: block; font-size: 27px; color: var(--teal-700); }
.hero-stats .stat span { font-size: 13px; color: var(--muted); }

.hero-visual { position: relative; }
.hv-card {
  background: linear-gradient(165deg, var(--teal-700), var(--teal-950));
  border-radius: 16px; min-height: 420px; box-shadow: var(--shadow-lg);
  position: relative; overflow: hidden; padding: 30px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.hv-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(420px 260px at 100% 0%, rgba(108,216,210,.5), transparent 60%),
              radial-gradient(320px 260px at 0% 100%, rgba(97,206,112,.28), transparent 60%);
}
.hv-pattern { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, #fff 1.4px, transparent 1.4px); background-size: 22px 22px; }
.hv-top { position: relative; display: flex; justify-content: space-between; align-items: flex-start; }
.hv-mark { width: 50px; height: 50px; border-radius: 14px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; color: #fff; backdrop-filter: blur(4px); }
.hv-mark .ico { width: 26px; height: 26px; }
.hv-ring { width: 120px; height: 120px; border-radius: 50%; border: 1.5px dashed rgba(255,255,255,.35); display: flex; align-items: center; justify-content: center; }
.hv-ring .inner { width: 84px; height: 84px; border-radius: 50%; background: rgba(255,255,255,.12); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; }
.hv-ring .inner b { font-family: var(--font-head); font-size: 22px; }
.hv-ring .inner span { font-size: 10px; opacity: .8; }
.hv-badges { position: relative; display: flex; flex-direction: column; gap: 12px; }
.hv-badge {
  background: rgba(255,255,255,.97); color: var(--teal-900);
  border-radius: 10px; padding: 13px 16px; box-shadow: var(--shadow); font-weight: 700; font-size: 13.5px;
  display: flex; align-items: center; gap: 10px; width: fit-content;
}
.hv-badge .ico { width: 18px; height: 18px; color: var(--teal-600); }

/* Hero - fotograf odakli varyant */
.hero-photo-wrap { position: relative; display: flex; justify-content: center; padding: 10px 30px 30px; }
.hero-ring { position: absolute; border-radius: 50%; z-index: 0; }
.hero-ring-1 { width: 320px; height: 320px; border: 16px solid var(--teal-100); top: -28px; right: 6%; }
.hero-ring-2 { width: 130px; height: 130px; border: 12px solid var(--gold-100); bottom: -10px; left: 4%; }
.hero-photo-frame {
  position: relative; z-index: 1; width: 100%; max-width: 380px; aspect-ratio: 3 / 4;
  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg);
  background: linear-gradient(165deg, var(--teal-700), var(--teal-950));
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-frame .frame-ph {
  width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #dce6f5; gap: 14px; position: relative;
}
.hero-photo-frame .frame-ph::before { content: ''; position: absolute; inset: 0; background: radial-gradient(280px 200px at 100% 0%, rgba(108,216,210,.5), transparent 60%); }
.hero-photo-frame .frame-ph .ico { width: 58px; height: 58px; opacity: .85; position: relative; }
.hero-photo-frame .frame-ph span { font-size: 13px; font-weight: 700; opacity: .8; position: relative; text-align: center; padding: 0 30px; }
.hero-photo-badge {
  position: absolute; z-index: 2; left: -18px; bottom: 26px;
  background: #fff; border-radius: 12px; padding: 14px 18px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px; max-width: 230px;
}
.hero-photo-badge .stat-ring { width: 46px; height: 46px; border-radius: 50%; background: var(--teal-50); color: var(--teal-700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-photo-badge .stat-ring .ico { width: 22px; height: 22px; }
.hero-photo-badge b { display: block; font-family: var(--font-head); font-size: 15px; color: var(--teal-950); }
.hero-photo-badge span { font-size: 12px; color: var(--muted); }

/* Baslik vurgu stili */
.hero h1.hero-caps .script { display: block; font-family: 'Segoe Script', 'Brush Script MT', cursive; font-weight: 400; font-size: 22px; color: var(--teal-600); margin-top: 10px; letter-spacing: 0; }

/* Anasayfa: bolunmus (split) hero */
.hero-split { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--primary-light), var(--bg) 78%); padding: 64px 0 56px; }
.hero-split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.hero-split-content h1 { font-size: 56px; color: var(--dark); }
.hero-split-content p.lead { font-size: 17.5px; color: var(--muted); max-width: 480px; }
.hero-split-quicklinks { display: flex; gap: 22px; margin-top: 28px; flex-wrap: wrap; }
.hero-split-quicklinks a { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; color: var(--primary); }
.hero-split-quicklinks a .ico { width: 18px; height: 18px; }
.hero-split-quicklinks a:hover { color: var(--accent); }
.hero-split-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 420px; }
.hero-split-circle {
  position: absolute; width: 84%; aspect-ratio: 1 / 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--primary-light), var(--teal-100) 75%);
  z-index: 0;
}
.hero-split-photo { position: relative; z-index: 1; width: 78%; max-width: 400px; height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 20px 30px rgba(15,92,99,.18)); }
.hero-split-badge {
  position: absolute; z-index: 2; background: #fff; border-radius: 14px; padding: 14px 18px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; max-width: 210px;
}
.hero-split-badge .stat-ring { width: 44px; height: 44px; border-radius: 50%; background: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-split-badge .stat-ring .ico { width: 20px; height: 20px; }
.hero-split-badge b { display: block; font-family: var(--font-head); font-size: 17px; color: var(--dark); }
.hero-split-badge span { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.hero-split-badge-1 { top: 6%; right: 2%; }
.hero-split-badge-2 { bottom: 8%; left: 0; }
@media (max-width: 900px) {
  .hero-split-grid { grid-template-columns: 1fr; }
  .hero-split-content h1 { font-size: 34px; }
  .hero-split-content p.lead { max-width: none; }
  .hero-split-visual { max-width: 380px; margin: 40px auto 0; min-height: 340px; }
  .hero-split-badge { padding: 10px 14px; max-width: 170px; }
}

/* Sayac bandi */
.stat-band { padding: 30px 0; background: var(--primary); }
.stat-band .container { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.stat-band .stat { padding: 0 40px; text-align: center; border-right: 1px solid rgba(255,255,255,.2); }
.stat-band .stat:last-child { border-right: none; }
.stat-band .stat b { display: block; font-family: var(--font-head); font-size: 32px; color: #fff; }
.stat-band .stat span { font-size: 13.5px; color: rgba(255,255,255,.78); font-weight: 600; }
@media (max-width: 600px) {
  .stat-band .stat { padding: 0 18px; }
  .stat-band .stat b { font-size: 24px; }
}

/* Kayan sertifika/dernek seridi */
.cert-strip { background: var(--bg-soft); border-bottom: 1px solid var(--border); overflow: hidden; padding: 22px 0; }
.cert-strip-track { display: flex; align-items: center; gap: 46px; width: max-content; animation: certScroll 28s linear infinite; }
.cert-strip-track:hover { animation-play-state: paused; }
.cert-strip-track img { height: 46px; width: auto; object-fit: contain; opacity: .55; filter: grayscale(100%); flex-shrink: 0; transition: opacity .2s, filter .2s; }
.cert-strip-track img:hover { opacity: 1; filter: grayscale(0%); }
@keyframes certScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Doktor tanitim bolumu (Doktorunuzu Taniyin) */
.doctor-intro-photo { width: 100%; max-width: 380px; border-radius: 20px; box-shadow: var(--shadow); display: block; margin: 0 auto; }
.doctor-intro-points { display: flex; flex-direction: column; gap: 16px; margin: 24px 0; }
.doctor-intro-point { display: flex; align-items: flex-start; gap: 14px; }
.doctor-intro-point .icon {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--primary-light); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.doctor-intro-point .icon .ico { width: 19px; height: 19px; }
.doctor-intro-point b { display: block; font-size: 15px; color: var(--dark); }
.doctor-intro-point span { font-size: 13.5px; color: var(--muted); }
.doctor-intro-signature { font-family: 'Segoe Script', 'Brush Script MT', cursive; font-size: 26px; color: var(--primary); margin: 18px 0 20px; }

/* SSS - sol etiket/whatsapp kutusu + sag akordeon */
.sss-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.sss-whatsapp-box {
  background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 24px; margin-top: 24px; box-shadow: var(--shadow-sm);
}
.sss-whatsapp-box p { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
@media (max-width: 900px) { .sss-split { grid-template-columns: 1fr; gap: 30px; } }

/* Kapanis CTA karti */
.cta-card { background: var(--primary); border-radius: 28px; padding: 64px 40px; text-align: center; }
.cta-card h2 { color: #fff; font-size: 36px; }
.cta-card p { color: rgba(255,255,255,.82); max-width: 520px; margin: 0 auto 28px; }
.cta-card .hero-actions { justify-content: center; }
@media (max-width: 600px) { .cta-card { padding: 44px 24px; border-radius: 20px; } .cta-card h2 { font-size: 26px; } }

/* Ekip karti */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.team-card { text-align: center; }
.team-photo {
  width: 132px; height: 132px; border-radius: 50%; margin: 0 auto 16px; overflow: hidden;
  background: var(--teal-100); display: flex; align-items: center; justify-content: center; color: var(--teal-700);
  border: 3px solid var(--teal-100); transition: border-color .25s ease, transform .25s ease;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.team-photo .ico { width: 44px; height: 44px; }
.team-card:hover .team-photo { border-color: var(--teal-500); transform: translateY(-4px); }
.team-card:hover .team-photo img { transform: scale(1.08); }
.team-card h4 { margin: 0 0 4px; font-size: 16px; }
.team-card p { color: var(--muted); font-size: 13.5px; margin: 0; }
@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .team-card .team-photo { width: 100px; height: 100px; }
}

/* Sections */
.section { padding: 120px 0; }
.section-label {
  display: inline-block; font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--accent); margin-bottom: 14px;
}
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-head .eyebrow { display: inline-flex; }
.section-head h2 { font-size: 40px; color: var(--dark); }
.section-head p { color: var(--muted); font-size: 17px; }
.section-alt { background: var(--bg-soft); }
@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .section-head h2 { font-size: 28px; }
  .section-head { margin: 0 auto 36px; }
}

/* Cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

/* Blog: 2 kolonlu duzen + kenar cubugu */
.blog-layout { display: grid; grid-template-columns: 2.1fr .9fr; gap: 40px; align-items: start; }
.blog-sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 90px; }
.blog-sidebar .mini-form-card { flex-direction: column; text-align: center; }
.blog-sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-sm); }
.blog-sidebar-card h4 { margin: 0 0 16px; font-size: 15px; }
.blog-sidebar-item { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; padding: 6px; border-radius: 10px; transition: background .2s ease, transform .2s ease; }
.blog-sidebar-item:last-child { margin-bottom: 0; }
.blog-sidebar-item:hover { background: var(--teal-50); transform: translateX(3px); }
.blog-sidebar-thumb { flex-shrink: 0; width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: var(--teal-50); display: flex; align-items: center; justify-content: center; color: var(--teal-700); }
.blog-sidebar-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.blog-sidebar-thumb .ico { width: 22px; height: 22px; }
.blog-sidebar-item:hover .blog-sidebar-thumb img { transform: scale(1.1); }
.blog-sidebar-item span { font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.4; }
@media (max-width: 900px) {
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; }
}

/* Sayfalama */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }
.pagination a {
  width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--border); display: flex;
  align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: var(--ink);
  transition: background .15s, color .15s;
}
.pagination a:hover { background: var(--teal-50); }
.pagination a.active { background: var(--teal-900); border-color: var(--teal-900); color: #fff; }
.card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--teal-200); }
.card .icon {
  width: 54px; height: 54px; border-radius: 50%; background: var(--primary-light); color: var(--primary);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.card .icon .ico { width: 26px; height: 26px; }
.card h3 { font-size: 19px; color: var(--teal-950); }
.card p { color: var(--muted); font-size: 15px; margin-bottom: 14px; }
.card .card-link { color: var(--teal-700); font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.card .card-link .ico { width: 15px; height: 15px; transition: transform .15s; }
.card .card-link:hover .ico { transform: translateX(3px); }

/* Success stories */
.story-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s, transform .2s; }
.story-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.story-media { position: relative; height: 190px; width: 100%; overflow: hidden; background: linear-gradient(150deg, var(--teal-100), var(--teal-50)); display: flex; align-items: center; justify-content: center; color: var(--teal-500); }
.story-media img { height: 100%; width: 100%; object-fit: cover; transition: transform .4s ease; }
.story-card:hover .story-media img { transform: scale(1.08); }
.story-media .ico { width: 42px; height: 42px; opacity: .6; transition: transform .3s ease; }
.story-card:hover .story-media .ico { transform: scale(1.12); }
.story-body { padding: 24px; }
.story-metrics { display: flex; gap: 10px; margin: 14px 0; flex-wrap: wrap; }
.story-metrics div { background: var(--teal-50); border: 1px solid var(--teal-100); border-radius: 10px; padding: 7px 12px; font-size: 12.5px; color: var(--teal-700); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.story-metrics .ico { width: 13px; height: 13px; }

/* Fotografli hizmet karti */
.service-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s, transform .2s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-media { position: relative; height: 190px; width: 100%; overflow: hidden; background: linear-gradient(150deg, var(--teal-100), var(--teal-50)); }
.service-media img { height: 100%; width: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.service-card:hover .service-media img { transform: scale(1.08); }
.service-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(190deg, transparent 45%, rgba(27,42,58,.6));
  opacity: 0; transition: opacity .3s ease;
}
.service-card:hover .service-media::after { opacity: 1; }
.service-media .icon-badge {
  position: absolute; left: 18px; bottom: -22px; width: 52px; height: 52px; border-radius: 12px;
  background: var(--white); color: var(--teal-700); box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center; z-index: 1;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.service-card:hover .service-media .icon-badge { transform: translateY(-4px); background: var(--teal-600); color: #fff; }
.service-media .icon-badge .ico { width: 24px; height: 24px; }
.service-body { padding: 32px 24px 24px; }
.service-body h3 { font-size: 19px; color: var(--teal-950); }
.service-body p { color: var(--muted); font-size: 15px; margin-bottom: 14px; }

/* BMI calculator */
.bmi-box { background: var(--white); border-radius: 16px; border: 1px solid var(--border); box-shadow: var(--shadow); padding: 38px; max-width: 640px; margin: 0 auto; }
.bmi-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bmi-form label { font-size: 13.5px; font-weight: 700; color: var(--teal-900); display: block; margin-bottom: 6px; }
.bmi-form input {
  width: 100%; padding: 13px 15px; border-radius: 11px; border: 1.5px solid var(--border);
  font-size: 15px; outline: none; font-family: inherit;
}
.bmi-form input:focus { border-color: var(--teal-500); }
.bmi-result { margin-top: 26px; padding: 24px; border-radius: 12px; background: linear-gradient(150deg, var(--teal-50), var(--teal-100)); text-align: center; display: none; }
.bmi-result.show { display: block; }
.bmi-result .val { font-family: var(--font-head); font-size: 42px; font-weight: 800; color: var(--teal-700); }
.bmi-result .cat { font-weight: 700; margin-top: 6px; }

/* Forms */
.form-card { background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow-sm); padding: 34px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 700; font-size: 13.5px; margin-bottom: 6px; color: var(--teal-900); }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; padding: 13px 15px; border-radius: 11px; border: 1.5px solid var(--border);
  font-size: 15px; font-family: inherit; outline: none; transition: border-color .15s;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--teal-500); }
.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 20px; font-size: 14.5px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.alert .ico { width: 18px; height: 18px; flex-shrink: 0; }
.alert-success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }

/* Ara form (mini randevu karti) */
.mini-form-card {
  display: flex; align-items: center; gap: 24px; background: var(--teal-50);
  border: 1px solid var(--border); border-radius: 18px; padding: 26px 30px; margin: 40px 0;
}
.mini-form-avatar { flex-shrink: 0; width: 88px; height: 88px; border-radius: 50%; overflow: hidden; background: var(--teal-100); }
.mini-form-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.mini-form-body { flex: 1; min-width: 0; }
.mini-form-body h3 { margin: 0 0 12px; font-size: 18px; }
.mini-form-row { display: flex; gap: 10px; flex-wrap: wrap; }
.mini-form-row input {
  flex: 1; min-width: 140px; padding: 12px 15px; border-radius: 10px; border: 1.5px solid var(--border);
  font-size: 14.5px; font-family: inherit; outline: none; transition: border-color .15s;
}
.mini-form-row input:focus { border-color: var(--teal-500); }
.mini-form-row .btn { flex-shrink: 0; }
.mini-form-mesaj {
  width: 100%; margin-top: 10px; padding: 12px 15px; border-radius: 10px; border: 1.5px solid var(--border);
  font-size: 14.5px; font-family: inherit; outline: none; resize: vertical; transition: border-color .15s;
}
.mini-form-mesaj:focus { border-color: var(--teal-500); }
.mini-form-kvkk {
  display: flex; align-items: flex-start; gap: 8px; margin-top: 12px; cursor: pointer;
  font-size: 12.5px; color: var(--muted); line-height: 1.4; text-align: left;
}
.mini-form-kvkk input { flex-shrink: 0; margin-top: 2px; width: 15px; height: 15px; accent-color: var(--teal-600); cursor: pointer; }
.mini-form-kvkk a { color: var(--teal-900); font-weight: 700; text-decoration: underline; }
.mini-form-body .btn { margin-top: 14px; }
@media (max-width: 600px) {
  .mini-form-card { flex-direction: column; text-align: center; padding: 22px; }
  .mini-form-row { flex-direction: column; }
  .mini-form-kvkk { text-align: left; }
}

.service-content { margin: 26px 0; }
.service-content h2 { margin-top: 1.6em; font-size: 24px; }

/* Icindekiler kutusu */
.toc-box { background: var(--teal-50); border: 1px solid var(--border); border-radius: 16px; padding: 22px 26px; margin: 30px 0; }
.toc-box summary { font-weight: 800; cursor: pointer; color: var(--teal-950); font-size: 15.5px; list-style: none; display: flex; align-items: center; gap: 8px; }
.toc-box summary::-webkit-details-marker { display: none; }
.toc-box ol { margin: 16px 0 0; padding-left: 20px; }
.toc-box li { margin-bottom: 8px; }
.toc-box a { color: var(--teal-700); font-weight: 600; }
.toc-box a:hover { text-decoration: underline; }

/* Doktora sor / yukari cik / popup */
.doctor-ask-btn {
  position: fixed; right: 20px; bottom: 24px; z-index: 88;
  display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid var(--border);
  border-radius: 50px; padding: 8px 20px 8px 8px; box-shadow: var(--shadow); cursor: pointer;
  font-weight: 700; font-size: 14px; color: var(--teal-900); font-family: var(--font-body);
}
.doctor-ask-btn img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; object-position: top center; }
.doctor-ask-btn:hover { box-shadow: var(--shadow-lg); }
.scroll-top-btn {
  position: fixed; right: 20px; bottom: 96px; z-index: 88;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--teal-900); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.scroll-top-btn.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top-btn .ico { width: 20px; height: 20px; transform: rotate(-90deg); }
@media (max-width: 900px) {
  .doctor-ask-btn { display: none; }
  .scroll-top-btn { right: 16px; bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
}
.site-modal { position: fixed; inset: 0; z-index: 400; display: none; align-items: center; justify-content: center; padding: 20px; }
.site-modal.open { display: flex; }
.site-modal-overlay { position: absolute; inset: 0; background: rgba(27,42,58,.72); }
.site-modal-box {
  position: relative; background: var(--white); border-radius: 20px; max-width: 480px; width: 100%;
  padding: 34px 30px 30px; box-shadow: var(--shadow-lg);
}
.site-modal-close {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; border: none;
  background: var(--teal-50); color: var(--teal-900); cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.site-modal-box .mini-form-card { margin: 0; flex-direction: column; text-align: center; background: transparent; border: none; padding: 0; }
.site-modal-box .mini-form-avatar { width: 76px; height: 76px; }

/* Sertifika galerisi + lightbox */
.cert-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.cert-item {
  padding: 0; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; cursor: pointer;
  background: var(--white); aspect-ratio: 4 / 3; transition: transform .15s, box-shadow .15s;
}
.cert-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cert-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cert-lightbox {
  position: fixed; inset: 0; z-index: 300; background: rgba(27,42,58,.92);
  display: none; align-items: center; justify-content: center; flex-direction: column; padding: 30px;
}
.cert-lightbox.open { display: flex; }
.cert-lightbox img { max-width: 90vw; max-height: 78vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.cert-lightbox-title { color: #fff; margin-top: 16px; font-weight: 600; font-size: 15px; }
.cert-lightbox-close {
  position: absolute; top: 22px; right: 26px; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: none; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.cert-lightbox-close:hover { background: rgba(255,255,255,.24); }

/* Iletisim kutulari */
.contact-box-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-bottom: 10px; }
.contact-box {
  display: flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; padding: 20px; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s;
}
a.contact-box:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-box-icon {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--teal-50);
  color: var(--teal-900); display: flex; align-items: center; justify-content: center;
}
.contact-box-icon .ico { width: 22px; height: 22px; }
.contact-box-icon-wa { background: #e8fbf1; color: #1a9c56; }
.contact-box span { display: block; font-size: 12.5px; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; }
.contact-box strong { display: block; font-size: 15px; color: var(--ink); font-weight: 700; margin-top: 2px; }

/* Video galerisi */
.video-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 30px 0; }
.video-gallery .video-wrap { position: relative; padding-top: 56.25%; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm); }
.video-gallery iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Kategori/filtre hap butonlari */
.pill-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.pill-filters a, .pill-filters button {
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--border); font-weight: 700; font-size: 13.5px;
  color: var(--text); background: #fff; cursor: pointer; transition: background .15s, color .15s, border-color .15s;
}
.pill-filters a:hover, .pill-filters button:hover { border-color: var(--primary); }
.pill-filters a.active, .pill-filters button.active { background: var(--primary); border-color: var(--primary); color: #fff; }

/* Videolar sayfasi / anasayfa "Son Videolar" karti (lite-embed facade) */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.video-card { border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: box-shadow .2s, transform .2s; }
.video-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.video-card-thumb {
  position: relative; padding-top: 56.25%; background-size: cover; background-position: center;
  background-color: var(--primary-light); cursor: pointer;
}
.video-card-thumb iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 60px; height: 60px; border-radius: 50%; background: #fff; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center; transition: transform .2s;
}
.video-card-thumb:hover .video-card-play { transform: translate(-50%, -50%) scale(1.08); }
.video-card-play .ico { width: 24px; height: 24px; color: var(--accent); margin-left: 3px; }
.video-card-body { padding: 18px 20px; }
.video-card-body h3 { font-size: 16px; margin: 0; }
.video-card-kategori { font-size: 11.5px; font-weight: 700; text-transform: uppercase; color: var(--primary); letter-spacing: .04em; margin-bottom: 6px; display: block; }
@media (max-width: 900px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .video-grid { grid-template-columns: 1fr; } }

/* Obezite Oncesi-Sonrasi: karsilastirma slider'i (surukle-karsilastir) */
.ba-slider { position: relative; width: 100%; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); user-select: none; background: var(--primary-light); }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ba-slider .ba-after { clip-path: inset(0 0 0 50%); }
.ba-slider .ba-divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.15); transform: translateX(-50%); pointer-events: none; }
.ba-slider .ba-handle {
  position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; border-radius: 50%; background: #fff;
  box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; transform: translate(-50%, -50%); pointer-events: none; color: var(--primary);
}
.ba-slider .ba-handle .ico { width: 18px; height: 18px; }
.ba-slider input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.ba-slider .ba-label { position: absolute; bottom: 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; background: rgba(0,0,0,.55); color: #fff; padding: 4px 10px; border-radius: 999px; letter-spacing: .04em; }
.ba-slider .ba-label-before { left: 10px; }
.ba-slider .ba-label-after { right: 10px; }
.ba-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.ba-badge { background: var(--primary-light); color: var(--primary); font-weight: 700; font-size: 12.5px; padding: 6px 12px; border-radius: 999px; display: inline-flex; align-items: center; gap: 5px; }
.ba-badge .ico { width: 13px; height: 13px; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); padding: 19px 0; }
.faq-item summary { font-weight: 700; cursor: pointer; color: var(--teal-950); font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .ico { width: 18px; height: 18px; color: var(--teal-600); flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary .ico { transform: rotate(180deg); }
.faq-item p { margin-top: 12px; color: var(--muted); }

/* Footer */
.site-footer { background: var(--teal-950); color: #b8c7dc; padding: 60px 0 24px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 36px; }
.site-footer h4 { font-family: var(--font-head); color: #fff; font-size: 15px; margin-bottom: 16px; }
.site-footer a { color: #b8c7dc; font-size: 14.5px; transition: color .15s; }
.site-footer a:hover { color: #fff; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a, .footer-contact a, .footer-contact span { display: flex; align-items: center; gap: 9px; }
.footer-contact { display: flex; flex-direction: column; gap: 12px; font-size: 14.5px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: rgba(255,255,255,.16); }
.footer-social .ico { width: 16px; height: 16px; }
.site-footer .ico { width: 15px; height: 15px; flex-shrink: 0; }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.1); margin-top: 42px; padding-top: 20px; font-size: 12.5px; color: #8a9cb5; line-height: 1.6; max-width: 900px; }
.footer-bottom { margin-top: 14px; padding-top: 4px; font-size: 13px; color: #8a9cb5; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* Page header (inner pages) */
.page-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, var(--teal-950) 0%, var(--teal-800) 60%, var(--teal-600) 140%);
  color: #dce6f5; padding: 70px 0 58px;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(500px 260px at 90% 0%, rgba(108,216,210,.4), transparent 65%);
}
.page-hero .hero-full-diagonal { opacity: .4; }
.page-hero .container { position: relative; }
.page-hero h1 { font-size: 35px; color: #fff; }
.breadcrumb { font-size: 13.5px; color: #c2d3e8; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.breadcrumb a { color: #dce6f5; }
.breadcrumb .ico { width: 12px; height: 12px; }

/* Utility */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
/* İçerik her zaman görünür kalır; JS destekliyorsa hafif bir giriş animasyonu eklenir. */
.reveal { opacity: 1; transform: translateY(0); }
.js-reveal-ready .reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
}
.js-reveal-ready .reveal.in { opacity: 1; transform: translateY(0); }
.js-reveal-ready .reveal-left { transform: translateX(-30px); }
.js-reveal-ready .reveal-left.in { transform: translateX(0); }
.js-reveal-ready .reveal-right { transform: translateX(30px); }
.js-reveal-ready .reveal-right.in { transform: translateX(0); }
.js-reveal-ready .reveal-scale { transform: scale(.92); }
.js-reveal-ready .reveal-scale.in { transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
  .js-reveal-ready .reveal, .js-reveal-ready .reveal-left, .js-reveal-ready .reveal-right, .js-reveal-ready .reveal-scale {
    transition-duration: .01ms !important; transform: none !important;
  }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .nav-burger { display: flex; }
  .trust-bar .container { gap: 22px; }
}
@media (max-width: 600px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .bmi-form { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
  .hero-stats .stat { padding-right: 20px; margin-right: 20px; }
  .topbar .tb-links:last-child { display: none; }
  .brand-logo { height: 56px; }
  .whatsapp-topbar { padding: 9px 40px 9px 12px; }
  .whatsapp-topbar .wa-link span { font-size: 12.5px; }
}
