/*
Theme Name: Emre Gündoğdu Klinik
Theme URI: https://www.emregundogdu.com
Author: Doç. Dr. Emre Gündoğdu
Description: Doç. Dr. Emre Gündoğdu için özel olarak hazırlanmış, obezite ve metabolik cerrahi temalı kurumsal WordPress teması.
Version: 1.7.4
Text Domain: emregundogdu
*/

/* ==========================================================================
   FONTS
   NOT (v1.4.0): Google Fonts artık @import ile DEĞİL, functions.php içindeki
   eg_performance_head() üzerinden asenkron (preload + onload) yüklenir.
   @import zincirleme render engellemesi yarattığı için kaldırıldı.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; background: #ffffff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
:root {
      --navy: #0d2137; --navy-mid: #1a3a5c; --navy-light: #2a5480;
      --accent: #2e7ab6; --accent-lt: #e8f2fb; --gold: #c9a84c;
      --white: #ffffff; --off-white: #f7f9fc; --gray-100: #f0f2f5;
      --gray-300: #d1d5db; --gray-500: #6b7280; --gray-700: #374151;
      --text: #0d2137; --text-muted: #5a6a7e;
      --radius: 10px; --radius-lg: 16px;
      --shadow: 0 2px 16px rgba(13,33,55,0.08);
      --shadow-md: 0 6px 32px rgba(13,33,55,0.12);
      --transition: 0.22s ease; --container: 1160px;
    }
.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.section { padding: 64px 0 80px; }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; padding: 12px 24px; border-radius: var(--radius); border: none; cursor: pointer; transition: var(--transition); white-space: nowrap; }
.btn-primary { background: var(--navy-mid); color: var(--white); }
.topbar { background: var(--navy); padding: 8px 0; font-size: 12px; color: rgba(255,255,255,0.7); }
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: rgba(255,255,255,0.85); margin-left: 20px; }
.topbar-left span { margin-right: 16px; }
.navbar { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--gray-300); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; height: 84px; flex-wrap: nowrap; }
.nav-brand strong { font-size: 15px; font-weight: 600; color: var(--navy); display: block; }
.nav-brand span { font-size: 11px; color: var(--text-muted); }
.nav-links { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links li { list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--gray-700); padding: 8px 14px; border-radius: 6px; transition: var(--transition); display: inline-block; }
.nav-links a:hover, .nav-links a.active { background: var(--accent-lt); color: var(--navy-mid); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-lang { font-size: 12px; color: var(--text-muted); padding: 6px 10px; border: 1px solid var(--gray-300); border-radius: 6px; }
.page-hero { background: var(--navy); padding: 56px 0 64px; }
.page-hero .section-eyebrow { color: rgba(255,255,255,0.62); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(28px,3.5vw,40px); font-weight: 500; color: var(--white); margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,0.72); font-size: 15px; max-width: 640px; }
.breadcrumb { font-size: 12px; color: rgba(255,255,255,0.62); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.7); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.blog-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-card-img { aspect-ratio: 16/10; background: var(--accent-lt); display:flex; align-items:center; justify-content:center; }
.blog-card-img svg { width: 48px; height: 48px; stroke: var(--navy-mid); opacity:0.4; }
.blog-card-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-cat { font-size: 11px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.5px; }
.blog-card h3 { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--navy); line-height: 1.4; }
.blog-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; flex: 1; }
.blog-meta { font-size: 11.5px; color: var(--text-muted); display: flex; gap: 10px; padding-top: 10px; border-top: 1px solid var(--gray-300); }
footer { background: var(--navy); color: rgba(255,255,255,0.6); font-size: 12px; padding: 32px 0; text-align: left; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; }
.footer-brand-name { font-size: 15px; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.footer-brand-desc { font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.7; max-width: 260px; }
.footer-col h5 { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.62); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 10px; transition: var(--transition); }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.62); flex-wrap: wrap; gap: 10px; }
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; width: 52px; height: 52px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: var(--transition); }
.whatsapp-float svg { width: 26px; height: 26px; fill: white; }
.article-container { max-width: 720px; margin: 0 auto; padding: 0 32px; }
.btn-white { background: var(--white); color: var(--navy); }
.article-hero { background: var(--navy); padding: 48px 0 56px; }
.article-hero .breadcrumb, .article-hero .article-cat, .article-hero h1, .article-hero .article-meta { max-width: 760px; }
.article-cat { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.62); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; }
.article-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(26px,3.2vw,38px); font-weight: 500; color: #fff; line-height: 1.3; margin-bottom: 16px; }
.article-meta { display: flex; gap: 16px; font-size: 13px; color: rgba(255,255,255,0.55); }
.article-body { font-size: 16px; color: var(--gray-700); line-height: 1.85; }
.article-body p { margin-bottom: 18px; }
.article-body h2 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin: 36px 0 14px; }
.article-body h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin: 24px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 18px 20px; }
.article-body li { margin-bottom: 8px; }
.article-body strong { color: var(--navy); font-weight: 600; }
.article-body blockquote { background: var(--off-white); border-left: 3px solid var(--accent); padding: 16px 20px; border-radius: 0 var(--radius) var(--radius) 0; font-size: 14px; color: var(--text-muted); margin: 20px 0; }
.compare-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--radius-lg); border: 1px solid var(--gray-300); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 560px; }
.compare-table th, .compare-table td { padding: 12px 16px; text-align: left; font-size: 13.5px; border-bottom: 1px solid var(--gray-300); }
.compare-table th { background: var(--navy-mid); color: #fff; font-weight: 500; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.5px; }
.compare-table tr:nth-child(even) { background: var(--off-white); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 600; color: var(--navy); }
.inline-cta { background: var(--off-white); border-radius: var(--radius-lg); padding: 28px; margin: 32px 0; text-align: center; }
.inline-cta h4 { font-family: 'Playfair Display', serif; color: var(--navy); font-size: 18px; margin-bottom: 8px; }
.inline-cta p { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.author-box { display: flex; gap: 16px; align-items: center; background: var(--off-white); border-radius: var(--radius-lg); padding: 22px; margin-top: 40px; }
.author-box img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.author-box h5 { font-size: 14px; font-weight: 600; color: var(--navy); }
.author-box p { font-size: 12px; color: var(--text-muted); }
.related-posts { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--gray-300); }
.related-posts h3 { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 18px; }
.related-link { display: block; font-size: 14px; color: var(--accent); margin-bottom: 10px; font-weight: 500; }
.cta-strip { background: var(--navy-mid); padding: 48px 0; text-align: center; color: var(--white); }
.cta-strip h2 { font-family:'Playfair Display', serif; color: var(--white); font-size: 22px; margin-bottom: 16px; }
.cta-strip-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.section--alt { background: var(--off-white); }
.page-hero .eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.62); margin-bottom: 10px; }
.content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.content-grid > aside, .content-grid > .sidebar { align-self: stretch; }
.article p { font-size: 15px; color: var(--text-muted); line-height: 1.85; margin-bottom: 16px; }
.article h2 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin: 36px 0 14px; }
.article h2:first-child { margin-top: 0; }
.article ul { margin: 0 0 16px 18px; }
.article li { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: 8px; }
.article strong { color: var(--navy); font-weight: 600; }
.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 16px 0 24px; }
.risk-card { padding: 16px 18px; border-radius: var(--radius); border: 1px solid var(--gray-300); }
.risk-card.good { background: #f0faf6; border-color: #c2e8d9; }
.risk-card.warn { background: #fdf6ee; border-color: #f0dcb8; }
.sidebar-card { background: var(--off-white); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 20px; }
.sidebar-card h4 { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.sidebar-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--gray-300); font-size: 13px; color: var(--gray-700); }
.sidebar-link:last-child { border-bottom: none; }
.sidebar-link:hover { color: var(--accent); }
.sidebar-cta { background: var(--navy); border-radius: var(--radius-lg); padding: 24px; color: #fff; text-align:center; }
.sidebar-cta h4 { font-family: 'Playfair Display', serif; font-size: 16px; margin-bottom: 10px; }
.sidebar-cta p { font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 2.8vw, 32px); font-weight: 500; color: var(--navy); line-height: 1.25; margin-bottom: 12px; }
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 640px; line-height: 1.7; }
.btn-primary:hover { background: var(--navy); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: var(--navy-mid); border: 1.5px solid var(--navy-mid); }
.btn-outline:hover { background: var(--accent-lt); }
.btn-white:hover { background: var(--gray-100); }
.nav-links a:hover { background: var(--accent-lt); color: var(--navy-mid); }
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 108px); }
.hero-content { padding: 80px 60px 80px 32px; display: flex; flex-direction: column; gap: 24px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-lt); color: var(--navy-mid); font-size: 12px; font-weight: 500; padding: 6px 14px; border-radius: 20px; width: fit-content; border: 1px solid rgba(46,122,182,0.2); }
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 500; color: var(--navy); line-height: 1.18; }
.hero-title em { font-style: normal; color: var(--accent); }
.hero-desc { font-size: 16px; color: var(--text-muted); line-height: 1.75; max-width: 480px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; padding-top: 20px; border-top: 1px solid var(--gray-300); }
.hero-stat-num { font-size: 28px; font-weight: 600; color: var(--navy); font-family: 'Playfair Display', serif; }
.hero-stat-lbl { font-size: 12px; color: var(--text-muted); margin-top: 2px; }
.hero-visual { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%); min-height: calc(100vh - 108px); display: flex; align-items: flex-end; justify-content: center; position: relative; overflow: hidden; }
.hero-visual-inner { position: relative; width: 100%; height: 100%; display: flex; align-items: flex-end; justify-content: center; }
.hero-photo { width: 85%; max-width: 380px; object-fit: cover; object-position: top center; display: block; position: relative; z-index: 2; }
.hero-card { position: absolute; bottom: 36px; left: 28px; z-index: 3; background: rgba(255,255,255,0.95); border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-md); max-width: 220px; }
.hero-card-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.hero-card-title { font-size: 11px; color: var(--text-muted); line-height: 1.4; margin-top: 4px; }
.hero-pattern { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 28px 28px; z-index: 1; }
.trustbar { background: var(--navy); padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.trustbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; list-style: none; margin-left: auto; margin-right: auto; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.78); list-style: none; }
.trust-icon { width: 32px; height: 32px; min-width: 32px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.trust-icon svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.7); fill: none; }
/* Why Us / Why Turkey */
    .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.why-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-lg); padding: 26px 22px; }
.why-icon { width: 42px; height: 42px; background: var(--accent-lt); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.why-icon svg { width: 21px; height: 21px; stroke: var(--navy-mid); fill: none; }
.why-card h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.why-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
/* Treatments */
    .treat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 36px; }
.treat-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-lg); padding: 20px; transition: var(--transition); cursor: pointer; display: flex; flex-direction: row; align-items: center; gap: 24px; }
.treat-icon-box { width: 44px; height: 44px; background: var(--accent-lt); border-radius: 10px; padding: 7px; }
.treat-icon-box img { width: 100%; height: 100%; object-fit: contain; }
.treat-card h4 { font-size: 15px; font-weight: 600; color: var(--navy); }
.treat-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.treat-link { font-size: 13px; font-weight: 500; color: var(--accent); display: flex; align-items: center; gap: 4px; margin-top: 6px; }
/* About */
    .about-grid { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: center; }
.about-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); }
.about-content p { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.tag { font-size: 12px; padding: 5px 14px; background: var(--accent-lt); color: var(--navy-mid); border-radius: 20px; font-weight: 500; }
/* BMI */
    .bmi-section { background: var(--navy); padding: 80px 0; }
.bmi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.bmi-left .section-eyebrow { color: rgba(255,255,255,0.62); }
.bmi-left .section-title { color: var(--white); }
.bmi-left .section-sub { color: rgba(255,255,255,0.6); }
.bmi-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 32px; }
.bmi-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.bmi-field { display: flex; flex-direction: column; gap: 6px; }
.bmi-field label { font-size: 12px; color: rgba(255,255,255,0.6); font-weight: 500; }
.bmi-field select, .bmi-field input { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 11px 14px; font-size: 15px; font-weight: 500; color: var(--white); font-family: 'Inter', sans-serif; }
.bmi-field input::placeholder { color: rgba(255,255,255,0.5); }
.bmi-field input:focus, .bmi-field select:focus { outline: none; border-color: rgba(255,255,255,0.4); }
.bmi-btn-calc { width: 100%; padding: 13px; background: var(--white); color: var(--navy); font-size: 14px; font-weight: 600; border: none; border-radius: var(--radius); cursor: pointer; font-family: 'Inter', sans-serif; transition: var(--transition); margin-bottom: 20px; }
.bmi-result { display: none; flex-direction: column; gap: 14px; }
.bmi-result.visible { display: flex; }
.bmi-result-header { display: flex; justify-content: space-between; align-items: flex-end; }
.bmi-result-num { font-size: 48px; font-weight: 600; color: var(--white); font-family: 'Playfair Display', serif; line-height: 1; }
.bmi-result-cat { font-size: 13px; font-weight: 500; }
.bmi-bar-wrap { height: 8px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; }
.bmi-bar-fill { height: 100%; border-radius: 4px; transition: width 0.6s ease; }
.bmi-result-note { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.1); }
.bmi-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); color: var(--white); font-size: 13px; font-weight: 500; padding: 10px 18px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: var(--transition); font-family: 'Inter', sans-serif; width: fit-content; }
.unit-toggle { display: flex; gap: 8px; margin-bottom: 14px; }
.unit-btn { flex:1; padding: 9px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 500; cursor: pointer; }
.unit-btn.active { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.4); }
.cta-section { background: var(--off-white); padding: 80px 0; }
.cta-inner { background: var(--navy); border-radius: var(--radius-lg); padding: 56px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-title { font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.5vw, 28px); color: var(--white); margin-bottom: 10px; }
.cta-sub { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.cta-actions { display: flex; gap: 12px; flex-direction: column; min-width: 220px; }
.cta-phone { display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 600; color: var(--white); }
.cta-phone svg { stroke: rgba(255,255,255,0.6); fill: none; width: 20px; height: 20px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.gallery-item { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1/1; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after { content:''; position:absolute; inset:0; background: linear-gradient(to top, rgba(13,33,55,0.45), transparent 50%); opacity:0; transition: var(--transition); }
.gallery-item:hover::after { opacity:1; }
.gallery-cap { position:absolute; bottom:14px; left:16px; color:#fff; font-size:13px; font-weight:500; opacity:0; transition:var(--transition); z-index:2; }
.gallery-item:hover .gallery-cap { opacity:1; }
.gallery-item.tall { grid-row: span 2; }
.lightbox { display:none; position:fixed; inset:0; background:rgba(13,33,55,0.92); z-index:1000; align-items:center; justify-content:center; padding:40px; }
.lightbox.open { display:flex; }
.lightbox img { max-width:90vw; max-height:85vh; border-radius:8px; }
.lightbox-close { position:absolute; top:24px; right:32px; color:#fff; font-size:32px; cursor:pointer; background:none; border:none; }
ul { list-style: none; }
.topbar a:hover { color: var(--white); }
.about-hero-grid { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; }
.about-quick-facts { margin-top: 20px; background: var(--off-white); border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.qf-item { display: flex; justify-content: space-between; font-size: 13px; border-bottom: 1px solid var(--gray-300); padding-bottom: 10px; }
.qf-item:last-child { border-bottom: none; padding-bottom: 0; }
.qf-label { color: var(--text-muted); }
.qf-value { color: var(--navy); font-weight: 500; text-align: right; }
.bio-text p { font-size: 15px; color: var(--text-muted); line-height: 1.85; margin-bottom: 18px; }
.bio-text strong { color: var(--navy); font-weight: 600; }
.timeline { display: flex; flex-direction: column; gap: 0; margin-top: 16px; }
.timeline-item { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--gray-300); }
.timeline-item:last-child { border-bottom: none; }
.timeline-year { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; color: var(--accent); }
.timeline-content h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.timeline-content p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 8px; }
.stat-box { background: var(--off-white); border-radius: var(--radius); padding: 22px 18px; text-align: center; }
.stat-box .num { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 500; color: var(--navy); }
.stat-box .lbl { font-size: 12px; color: var(--text-muted); margin-top: 4px; }
.tags-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.assoc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.assoc-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--gray-700); background: var(--off-white); padding: 12px 16px; border-radius: var(--radius); }
.assoc-item svg { width: 16px; height: 16px; stroke: var(--accent); flex-shrink: 0; }
/* Sticky TOC nav */
    .toc-bar { position: sticky; top: 84px; z-index: 90; background: var(--white); border-bottom: 1px solid var(--gray-300); }
.toc-bar .container { display: flex; gap: 4px; overflow-x: auto; padding-top: 12px; padding-bottom: 12px; }
.toc-link { font-size: 12.5px; font-weight: 500; color: var(--gray-700); padding: 7px 14px; border-radius: 20px; white-space: nowrap; background: var(--off-white); }
.toc-link:hover, .toc-link.active { background: var(--navy-mid); color: #fff; }
/* Step cards */
    .step-list { display: flex; flex-direction: column; gap: 0; margin-top: 28px; }
.step-item { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--gray-300); }
.step-item:last-child { border-bottom: none; }
.step-num { width: 40px; height: 40px; background: var(--navy); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 15px; }
.step-item h4 { font-size: 15px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.step-item p { font-size: 13.5px; color: var(--text-muted); line-height: 1.7; }
/* Timeline horizontal */
    .htimeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 28px; }
.htl-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-lg); padding: 20px 16px; }
.htl-card .period { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--accent); margin-bottom: 10px; }
.htl-card ul { margin-left: 16px; }
.htl-card li { font-size: 12px; color: var(--text-muted); margin-bottom: 6px; line-height: 1.5; }
/* Diet stage cards */
    .diet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.diet-card { background: var(--off-white); border-radius: var(--radius-lg); padding: 20px; text-align: center; }
.diet-card .icon { font-size: 26px; margin-bottom: 10px; }
.diet-card h5 { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.diet-card p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.diet-arrow { display: flex; align-items: center; justify-content: center; color: var(--gray-300); font-size: 20px; }
/* Follow-up table */
    .followup-table-wrap { overflow-x: auto; margin-top: 24px; border-radius: var(--radius-lg); border: 1px solid var(--gray-300); }
.followup-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.followup-table th, .followup-table td { padding: 14px 16px; text-align: left; font-size: 13px; border-bottom: 1px solid var(--gray-300); }
.followup-table th { background: var(--navy); color: #fff; font-weight: 500; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.5px; }
.followup-table td:first-child { font-weight: 600; color: var(--navy); }
.followup-table tr:nth-child(even) { background: var(--off-white); }
.followup-table tr:last-child td { border-bottom: none; }
/* Comparison table per surgery type */
    .compare-table-wrap { overflow-x: auto; margin-top: 24px; border-radius: var(--radius-lg); border: 1px solid var(--gray-300); }
/* Warning signs box */
    .warning-box { background: #fdf3ee; border: 1px solid #f3cdb8; border-radius: var(--radius-lg); padding: 28px; margin-top: 24px; }
.warning-box h4 { color: #b94a1f; font-size: 15px; margin-bottom: 14px; display:flex; align-items:center; gap:8px; }
.warning-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.warning-item { font-size: 13px; color: var(--gray-700); display: flex; gap: 8px; align-items: flex-start; }
.warning-item::before { content: '⚠'; color: #b94a1f; flex-shrink: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.info-card { display: flex; flex-direction: column; gap: 18px; }
.info-row { display: flex; gap: 16px; align-items: flex-start; }
.info-icon { width: 44px; height: 44px; min-width:44px; background: var(--accent-lt); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.info-icon svg { width: 20px; height: 20px; stroke: var(--navy-mid); }
.info-row h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.info-row p, .info-row a { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.info-row a:hover { color: var(--accent); }
.map-frame { width: 100%; height: 280px; border-radius: var(--radius-lg); overflow: hidden; margin-top: 8px; border: 1px solid var(--gray-300); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.social-row { display: flex; gap: 10px; margin-top: 8px; }
.social-btn { width: 38px; height: 38px; background: var(--off-white); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.social-btn svg { width: 17px; height: 17px; stroke: var(--navy-mid); }
.form-card { background: var(--off-white); border-radius: var(--radius-lg); padding: 36px; }
.form-card h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin-bottom: 6px; }
.form-card .sub { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: span 2; }
.form-field label { font-size: 12px; color: var(--gray-700); font-weight: 500; }
.form-field input, .form-field select, .form-field textarea {
      border: 1px solid var(--gray-300); border-radius: var(--radius); padding: 11px 14px;
      font-size: 14px; font-family: 'Inter', sans-serif; background: var(--white); color: var(--navy);
    }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--accent); }
.form-field textarea { resize: vertical; min-height: 90px; }
.form-submit { width: 100%; padding: 13px; background: var(--navy-mid); color: #fff; border: none; border-radius: var(--radius); font-size: 14px; font-weight: 600; cursor: pointer; margin-top: 6px; }
.form-submit:hover { background: var(--navy); }
.form-note { font-size: 11px; color: var(--text-muted); margin-top: 12px; text-align: center; }
.form-success { display:none; text-align:center; padding: 30px 10px; }
.form-success.visible { display:block; }
.form-success svg { width: 48px; height: 48px; stroke: #0f6e56; margin: 0 auto 14px; }
.form-success h4 { color: var(--navy); font-size: 17px; margin-bottom: 6px; }
.form-success p { font-size: 13px; color: var(--text-muted); }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.hours-table td { padding: 8px 0; font-size: 13px; border-bottom: 1px solid var(--gray-300); }
.hours-table td:last-child { text-align: right; color: var(--navy); font-weight: 500; }
.topbar-left { display: flex; align-items: center; gap: 0; }
.nav-lang:hover { border-color: var(--accent); color: var(--accent); }
.hero-photo-placeholder { width: 75%; max-width: 340px; height: 520px; background: rgba(255,255,255,0.06); border-radius: 16px 16px 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,0.35); font-size: 13px; text-align: center; border: 1px dashed rgba(255,255,255,0.15); }
.treatments-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 40px; }
.treat-card:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-3px); }
.treat-icon { width: 140px; height: 140px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: none; border-radius: 0; }
.treat-icon svg { width: 40px; height: 40px; stroke: var(--navy-mid); fill: none; }
.treat-icon img { width: 140px; height: 140px; object-fit: contain; border-radius: 16px; display: block; }
.treat-card-text { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.treat-card h3 { font-size: 16px; font-weight: 600; color: var(--navy); margin: 0; }
.treat-featured { grid-column: span 2; background: var(--navy); color: var(--white); border-color: transparent; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 40px; }
.treat-featured:hover { border-color: transparent; box-shadow: var(--shadow-md); transform: translateY(-3px); }
.treat-featured h3 { font-size: 22px; font-family: 'Playfair Display', serif; color: var(--white); }
.treat-featured p { color: rgba(255,255,255,0.7); font-size: 14px; }
.treat-featured .treat-icon { background: rgba(255,255,255,0.1); }
.treat-featured .treat-icon svg { stroke: rgba(255,255,255,0.85); }
.treat-featured .treat-link { color: rgba(255,255,255,0.6); }
.treat-feat-right { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.treat-feat-stat { background: rgba(255,255,255,0.07); border-radius: var(--radius); padding: 16px; }
.treat-feat-stat-num { font-size: 24px; font-weight: 600; color: var(--white); font-family: 'Playfair Display', serif; }
.treat-feat-stat-lbl { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 4px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-photo-wrap { position: relative; }
.about-photo-placeholder { width: 100%; aspect-ratio: 4/5; background: var(--gray-100); border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--text-muted); font-size: 13px; }
.about-badge-float { position: absolute; bottom: -20px; right: -20px; background: var(--navy); color: var(--white); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-md); text-align: center; }
.about-badge-num { font-size: 28px; font-weight: 600; font-family: 'Playfair Display', serif; }
.about-badge-lbl { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 2px; }
.about-content { display: flex; flex-direction: column; gap: 20px; }
.about-creds { display: flex; flex-direction: column; gap: 12px; border-left: 3px solid var(--accent); padding-left: 20px; }
.about-cred { font-size: 13px; color: var(--gray-700); line-height: 1.5; }
.about-cred strong { color: var(--navy); font-weight: 600; }
.bmi-section { background: var(--navy); padding: 80px 0; }
.bmi-desc { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-top: 16px; }
.bmi-field input { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 11px 14px; font-size: 15px; font-weight: 500; color: var(--white); font-family: 'Inter', sans-serif; transition: var(--transition); }
.bmi-field input:focus { outline: none; border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.12); }
.bmi-btn-calc:hover { background: var(--gray-100); }
.bmi-cta-btn:hover { background: rgba(255,255,255,0.18); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.test-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-lg); padding: 24px; display: flex; flex-direction: column; gap: 14px; transition: var(--transition); }
.test-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.test-stars { display: flex; gap: 3px; }
.star { color: var(--gold); font-size: 14px; }
.test-quote { font-size: 14px; color: var(--gray-700); line-height: 1.7; font-style: italic; flex: 1; }
.test-author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--gray-300); }
.test-avatar { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: var(--accent-lt); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: var(--navy-mid); }
.test-name { font-size: 13px; font-weight: 600; color: var(--navy); }
.test-op { font-size: 11px; color: var(--text-muted); }
.cta-note { font-size: 11px; color: rgba(255,255,255,0.62); }
.footer-brand-title { font-size: 12px; color: rgba(255,255,255,0.62); margin-bottom: 16px; }
.footer-socials { display: flex; gap: 10px; margin-top: 20px; }
.footer-social { width: 34px; height: 34px; background: rgba(255,255,255,0.07); border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.footer-social:hover { background: rgba(255,255,255,0.14); }
.footer-social svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.65); fill: none; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.62); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,0.62); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }
.whatsapp-float:hover { transform: scale(1.08); }
.quickfacts { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top:-30px; position:relative; z-index:5; }
.qf-box { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 18px; text-align: center; }
.qf-box .v { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--navy); margin-bottom: 4px; }
.qf-box .l { font-size: 11px; color: var(--text-muted); }
.diagram-box { background: var(--off-white); border-radius: var(--radius-lg); padding: 28px; text-align: center; margin: 24px 0; }
.diagram-box img { width: 100%; max-width: 380px; margin: 0 auto 12px; }
.diagram-box .cap { font-size: 12px; color: var(--text-muted); }
.risk-card h5 { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.risk-card.good h5 { color: #0f6e56; }
.risk-card.warn h5 { color: #b9740a; }
.risk-card ul { margin: 0 0 0 16px; }
.risk-card li { font-size: 12.5px; color: var(--gray-700); margin-bottom: 4px; }
.faq-item { border-bottom: 1px solid var(--gray-300); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; font-size: 14px; font-weight: 500; color: var(--navy); }
.faq-q svg { width: 18px; height: 18px; stroke: var(--text-muted); transition: transform 0.25s; flex-shrink:0; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-a { max-height: 260px; }
.faq-a p { font-size: 13px; color: var(--text-muted); line-height: 1.7; padding-bottom: 18px; }
.btn-sm { font-size: 12px; padding: 8px 16px; }
/* Eligibility / who is a candidate strip */
    .elig-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 32px; }
.elig-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius-lg); padding: 20px 14px; text-align: center; }
.elig-card .num { font-family: 'Playfair Display', serif; font-size: 24px; color: var(--accent); margin-bottom: 6px; }
.elig-card .lbl { font-size: 13px; color: var(--navy); font-weight: 500; margin-bottom: 4px; }
.elig-card .desc { font-size: 12px; color: var(--text-muted); line-height: 1.5; }
/* Comparison table */
    .compare-table-wrap { overflow-x: auto; margin-top: 28px; border-radius: var(--radius-lg); border: 1px solid var(--gray-300); }
.compare-table th:first-child { border-radius: var(--radius-lg) 0 0 0; }
.compare-table th:last-child { border-radius: 0 var(--radius-lg) 0 0; }
/* Treatment detail cards */
    .treat-detail { display: grid; grid-template-columns: 200px 1fr; gap: 32px; padding: 36px 0; border-bottom: 1px solid var(--gray-300); align-items: start; }
.treat-detail:last-child { border-bottom: none; }
.treat-detail-icon { background: var(--accent-lt); border-radius: var(--radius-lg); padding: 24px; display:flex; align-items:center; justify-content:center; aspect-ratio: 1/1; }
.treat-detail-icon img { width: 100%; height: 100%; object-fit: contain; }
.treat-detail h3 { font-family: 'Playfair Display', serif; font-size: 21px; color: var(--navy); margin-bottom: 10px; }
.treat-detail p { font-size: 14px; color: var(--text-muted); line-height: 1.75; margin-bottom: 14px; }
.treat-detail-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.mini-tag { font-size: 11px; padding: 4px 10px; background: var(--off-white); color: var(--navy-mid); border-radius: 14px; font-weight: 500; border: 1px solid var(--gray-300); }
/* Process steps */
    .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.process-step { position: relative; padding-top: 14px; }
.process-num { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--accent); font-weight: 600; line-height: 1; margin-bottom: 8px; }
.process-step h4 { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.process-step p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
/* FAQ */
    .faq-item { border-bottom: 1px solid var(--gray-300); }
/* Other treatments grid */
    .other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.other-card { background: var(--white); border: 1px solid var(--gray-300); border-radius: var(--radius); padding: 18px; cursor: pointer; transition: var(--transition); text-decoration: none; display: block; color: inherit; }
.other-card:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px); }
.other-card h5 { font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.other-card p { font-size: 12px; color: var(--text-muted); }
.other-cat { font-size: 11px; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.5px; margin: 28px 0 12px; }

/* ==========================================================================
   RESPONSIVE / MEDIA QUERIES
   ========================================================================== */
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 280px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.tall { grid-row: span 1; }
  .about-hero-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2,1fr); }
  .assoc-list { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .quickfacts { grid-template-columns: repeat(2,1fr); margin-top: 20px; }
  .content-grid { grid-template-columns: 1fr; }
  .risk-grid { grid-template-columns: 1fr; }
  .elig-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .other-grid { grid-template-columns: 1fr 1fr; }
  .treat-detail { grid-template-columns: 1fr; }
  .treat-detail-icon { max-width: 140px; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .author-box { flex-direction: column; text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-content { padding: 48px 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .treat-grid { grid-template-columns: 1fr; }
  .bmi-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; padding: 36px 28px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .timeline-item { grid-template-columns: 70px 1fr; }
  .htimeline { grid-template-columns: repeat(2, 1fr); }
  .warning-grid { grid-template-columns: 1fr; }
  .toc-bar { top: 0; }
  .treatments-grid { grid-template-columns: 1fr; }
  .treat-featured { grid-column: span 1; grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .trustbar .container { justify-content: center; gap: 20px; }
}

@media (max-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .treat-grid { grid-template-columns: repeat(2,1fr); }
  .htimeline { grid-template-columns: repeat(3, 1fr); }
  .diet-grid { grid-template-columns: repeat(2, 1fr); }
  .diet-arrow { display: none; }
  .treatments-grid { grid-template-columns: repeat(2, 1fr); }
  .treat-featured { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .nav-links { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .form-field.full { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1080px) {
  .elig-grid { grid-template-columns: repeat(3,1fr); }
}


/* ============================================
   MOBİL DÜZELTMELER
   ============================================ */

/* --- Hamburger menü butonu --- */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  z-index: 200;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  /* Menü butonu göster */
  .nav-toggle { display: flex; }

  /* Menü mobilde açılır kapanır */
  .nav-links {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 16px 24px 24px;
    border-bottom: 1px solid var(--gray-300);
    box-shadow: 0 8px 24px rgba(13,33,55,0.08);
    z-index: 100;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-100);
    font-size: 15px;
  }
  .nav-links a:last-child { border-bottom: none; }

  /* Nav actions mobilde gizle (randevu al butonu) */
  .nav-actions .btn { display: none !important; }
  .nav-toggle { display: flex !important; }

  /* Hero: fotoğrafı mobilde göster, alta al */
  .hero { grid-template-columns: 1fr; }
  .hero-visual {
    display: flex !important;
    justify-content: center;
    margin-top: 24px;
    padding: 0 24px;
  }
  .hero-visual img {
    max-width: 280px;
    width: 100%;
    border-radius: var(--radius-lg);
  }
  .hero-card { display: none; }

  /* Tedavi kartları mobilde dikey */
  .treat-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 20px !important;
  }
  .treat-icon {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 12px;
  }
  .treat-icon img {
    width: 80px !important;
    height: 80px !important;
  }
  .treat-card-text, .treat-card-body {
    width: 100%;
  }

  /* Featured (Tüp Mide) kartı mobilde */
  .treat-featured {
    flex-direction: column !important;
    padding: 24px !important;
  }
  .treat-featured .treat-icon {
    width: 100px !important;
    height: 100px !important;
  }
  .treat-featured .treat-icon img {
    width: 100px !important;
    height: 100px !important;
  }
  .treat-feat-right {
    grid-template-columns: 1fr 1fr !important;
    padding: 0 !important;
    border-left: none !important;
    border-top: 1px solid rgba(255,255,255,0.15) !important;
    margin-top: 20px;
    padding-top: 20px !important;
  }

  /* Tedaviler grid 1 kolon */
  .treatments-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 480px) {
  .hero-content { padding: 32px 20px; }
  .hero-content h1 { font-size: 26px; }
  .treat-feat-right { grid-template-columns: 1fr 1fr !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
}

/* --- Topbar 2 satır düzeni --- */
.topbar .container { flex-wrap: wrap; gap: 4px; }
.topbar-left { display: flex; flex-direction: column; gap: 2px; }
.topbar-row1 { display: flex; gap: 16px; flex-wrap: wrap; }
.topbar-row2 { display: flex; flex-direction: row !important; align-items: center; gap: 8px; flex-wrap: nowrap; }
.topbar-row1 span { font-size: 12px; color: rgba(255,255,255,0.7); }
.topbar-row2 a { font-size: 11px; color: rgba(255,255,255,0.85); white-space: nowrap; }
.topbar-row2 a:hover { color: var(--white); }
.topbar-divider { color: rgba(255,255,255,0.5); font-size: 12px; line-height: 1; }
.topbar-right { display: flex; align-items: center; }

/* Nav-brand text kırpma */
.nav-brand { max-width: calc(100% - 200px); flex-shrink: 1; min-width: 0; overflow: hidden; }
.nav-brand div { overflow: hidden; }

@media (max-width: 768px) {
  .topbar-row1 { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .topbar-row2 { flex-direction: row !important; gap: 8px; flex-wrap: nowrap; }
  .topbar .container { flex-wrap: nowrap; align-items: flex-start; }
  .topbar-left { flex-direction: column; gap: 3px; }
  .topbar-right { display: none; }
  .nav-brand { max-width: calc(100% - 90px) !important; flex-shrink: 1; }
  .nav-brand strong { font-size: 12px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-brand span { font-size: 10px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-brand img { height: 40px !important; }
  .nav-actions { flex-shrink: 0; gap: 6px !important; }
  .navbar .container { height: auto !important; min-height: 64px; padding: 8px 16px; }
}

/* --- Blog yazılarındaki standart table etiketleri için stil --- */
.article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  min-width: 400px;
}
.article-body table th {
  background: var(--navy-mid);
  color: #fff;
  font-weight: 500;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--gray-300);
}
.article-body table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--gray-300);
  color: var(--text-muted);
  font-size: 13.5px;
}
.article-body table tr:nth-child(even) { background: var(--off-white); }
.article-body table tr:last-child td { border-bottom: none; }
.article-body table td:first-child { font-weight: 600; color: var(--navy); }

/* Tablo sarmalayıcı */
.article-body table {
  display: block;
  overflow-x: auto;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-lg);
  margin: 24px 0;
}

/* ==========================================================================
   v1.6.0 — TIBBİ İNCELEME KUTUSU + İÇ LİNK KÖPRÜLERİ
   ========================================================================== */

/* --- Tıbbi İnceleme Kutusu (navy, kalkan rozetli) --- */
.medical-review-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 26px 28px;
  color: #fff;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  margin: 40px 0 28px;
}
.medical-review-box::before {
  content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
  background: linear-gradient(180deg, var(--gold), var(--accent));
}
.mrb-badge-row { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.mrb-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,168,76,.16); border: 1px solid rgba(201,168,76,.4);
  color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .5px;
  text-transform: uppercase; padding: 5px 12px; border-radius: 20px;
}
.mrb-badge svg { width: 13px; height: 13px; stroke: var(--gold); fill: none; stroke-width: 2.2; }
.mrb-body { display: flex; gap: 18px; align-items: center; }
.mrb-photo-wrap { position: relative; flex-shrink: 0; width: 64px; height: 64px; }
.mrb-photo {
  width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top center;
  border: 2px solid rgba(201,168,76,.5); display: block;
}
.mrb-shield { position: absolute; bottom: -6px; right: -7px; width: 26px; height: 29px; z-index: 2; filter: drop-shadow(0 2px 4px rgba(0,0,0,.35)); }
.mrb-info { min-width: 0; }
.mrb-name-row { display: flex; align-items: center; gap: 7px; margin-bottom: 3px; flex-wrap: wrap; }
.mrb-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; color: #fff; }
.mrb-name-shield { width: 16px; height: 18px; flex-shrink: 0; }
.mrb-title { font-size: 12.5px; color: rgba(255,255,255,.72); line-height: 1.5; }
.mrb-review { font-size: 13.5px; color: rgba(255,255,255,.9); line-height: 1.65; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.mrb-review strong { color: var(--gold); font-weight: 600; }
.mrb-review a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); }
.mrb-review a:hover { text-decoration-color: #fff; }
/* Erişilebilirlik düzeltmesi: kutu hangi sayfa bağlamına (article, sidebar, landing)
   yerleştirilirse yerleştirilsin, çevredeki genel "p" stilleri (örn. .article p)
   bu rengi ASLA ezemesin diye özgüllüğü artırılmış güvenlik kuralları: */
.medical-review-box p,
.medical-review-box .mrb-review { color: rgba(255,255,255,.9) !important; }
.medical-review-box .mrb-review strong { color: var(--gold) !important; }
.medical-review-box .mrb-review a { color: #fff !important; }
.medical-review-box .mrb-title { color: rgba(255,255,255,.72) !important; }
.medical-review-box .mrb-name { color: #fff !important; }
.mrb-meta { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 14px; font-size: 12px; color: rgba(255,255,255,.62); }
.mrb-meta span { display: flex; align-items: center; gap: 6px; }
.mrb-meta svg { width: 13px; height: 13px; stroke: rgba(255,255,255,.55); fill: none; stroke-width: 2; }
.mrb-sources { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: rgba(255,255,255,.62); line-height: 1.7; }
.mrb-sources strong { color: rgba(255,255,255,.82); font-weight: 600; display: block; margin-bottom: 4px; font-size: 11px; letter-spacing: .5px; text-transform: uppercase; }
.mrb-sources a { color: var(--gold); text-decoration: none; border-bottom: 1px solid rgba(201,168,76,.35); transition: var(--transition); }
.mrb-sources a:hover { border-bottom-color: var(--gold); }
.mrb-links { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; }
.mrb-link {
  font-size: 12.5px; font-weight: 500; color: #fff; text-decoration: none;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: 8px 15px; border-radius: 8px; transition: var(--transition);
  display: inline-flex; align-items: center; gap: 6px;
}
.mrb-link:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.3); }
.mrb-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }

/* --- Blog -> Tedavi köprü kutusu --- */
.related-treatment { margin: 28px 0; border: 1px solid var(--gray-300); border-radius: var(--radius-lg); overflow: hidden; }
.rt-eyebrow { background: var(--off-white); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); padding: 12px 22px; border-bottom: 1px solid var(--gray-300); }
.rt-main { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; text-decoration: none; transition: var(--transition); }
.rt-main:hover { background: var(--accent-lt); }
.rt-main-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); font-weight: 500; margin-bottom: 3px; }
.rt-main-text span { font-size: 13px; color: var(--text-muted); }
.rt-arrow { font-size: 22px; color: var(--accent); flex-shrink: 0; transition: var(--transition); }
.rt-main:hover .rt-arrow { transform: translateX(4px); }
.rt-local { display: flex; align-items: center; gap: 8px; padding: 13px 22px; background: var(--navy); color: #fff; text-decoration: none; font-size: 13.5px; font-weight: 500; transition: var(--transition); }
.rt-local:hover { background: var(--navy-mid); }
.rt-local svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 2; flex-shrink: 0; }

/* --- İyileştirilmiş İlgili Yazılar (kart) --- */
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.related-card {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 18px; background: var(--off-white); border: 1px solid var(--gray-300);
  border-radius: var(--radius); text-decoration: none; transition: var(--transition);
}
.related-card:hover { background: var(--accent-lt); border-color: var(--accent); transform: translateY(-2px); }
.related-card-title { font-size: 14px; font-weight: 500; color: var(--navy); line-height: 1.4; }
.related-card-arrow { color: var(--accent); font-size: 16px; flex-shrink: 0; }

/* --- Sidebar eklentileri (tedavi sayfaları) --- */
.sidebar-local { background: var(--navy) !important; }
.sidebar-local h4 { color: #fff !important; }
.sidebar-local-desc { font-size: 12.5px; color: rgba(255,255,255,.7); margin: 6px 0 12px; line-height: 1.5; }
.sidebar-link-strong { color: var(--gold) !important; font-weight: 600 !important; }
.sidebar-articles h4 { margin-bottom: 8px; }

/* --- Landing tıbbi kutu sarmalayıcı --- */
.lp-review-wrap { padding: 60px 24px; background: #f4f7fb; display: flex; justify-content: center; }
.lp-review-inner { max-width: 720px; width: 100%; }
.lp-review-wrap .medical-review-box { margin: 0; }

@media (max-width: 768px) {
  .related-grid { grid-template-columns: 1fr; }
  .medical-review-box { padding: 22px 20px; }
  .mrb-body { flex-direction: column; text-align: center; align-items: center; }
  .mrb-name-row, .mrb-meta, .mrb-links { justify-content: center; }
  .rt-main { flex-direction: column; align-items: flex-start; }
  .lp-review-wrap { padding: 44px 18px; }
}

/* --- v1.6.0 (düzeltme): Sidebar'daki kompakt Tıbbi İnceleme kutusu --- */
/* --- v1.6.1 (düzeltme): Sidebar'ı sayfa kaydırıldıkça sabit (sticky) tutan sarmalayıcı --- */
.sidebar-sticky { position: sticky; top: 100px; }

/* --- v1.6.1 (düzeltme): Ana içerikte Ankara landing köprü kutusu --- */
.local-link-box {
  display: flex; align-items: center; gap: 14px;
  background: var(--navy); color: #fff; text-decoration: none;
  border-radius: var(--radius-lg); padding: 18px 22px; margin: 40px 0 0;
  transition: var(--transition);
}
.local-link-box:hover { background: var(--navy-mid); }
.local-link-box svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; flex-shrink: 0; }
.local-link-text { display: flex; flex-direction: column; gap: 2px; flex: 1; }
/* Erişilebilirlik düzeltmesi: .article strong gibi çevresel kurallar bu başlığı
   ASLA ezemesin diye özgüllüğü artırılmış, korumalı kural: */
.local-link-box .local-link-text strong { color: #fff !important; font-size: 14.5px; font-weight: 600; }
.local-link-text span { font-size: 12.5px; color: rgba(255,255,255,.68); }
.local-link-arrow { font-size: 18px; color: var(--gold); flex-shrink: 0; }

/* --- v1.6.0 (düzeltme): Ana içerikteki "Diğer Tedaviler" bölümü --- */
.other-treatments-block { margin-top: 40px; }
.other-treatments-block h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--navy); margin-bottom: 16px; }

@media (max-width: 768px) {
  .other-treatments-block .related-grid { grid-template-columns: 1fr; }
  .sidebar-sticky { position: static; top: auto; }
  .local-link-box { flex-wrap: wrap; }
}

/* --- v1.6.0 (düzeltme): Blog sidebar'ında "İlgili Yazılar" — dikey liste --- */
.related-list { display: flex; flex-direction: column; gap: 10px; }
