
  * { box-sizing: border-box; }
  body {
    margin: 0;
    background: #F8FAFC;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #1c2b3a;
  }
  a { color: inherit; }

  /* ===== HEADER ===== */
  header {
    background: #ffffff;
    border-bottom: 1px solid #eef1f4;
    padding: 8px 24px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .logo-wrap { display: flex; align-items: center; flex-shrink: 0; margin-right: 20px; }
  .logo-wrap img { height: 84px; width: auto; }
  nav { display: flex; align-items: center; flex: 1; justify-content: flex-end; flex-wrap: nowrap; }
  nav a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.015em;
    color: #1A3A5A;
    white-space: nowrap;
  }
  nav a:hover { color: #C5A059; }
  .caret { color: #d64545; font-size: 10px; margin-left: 2px; }
  .nav-item { position: relative; padding: 14px 0; margin-left: 18px; }
  .nav-item:first-child { margin-left: 0; }
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(15,36,56,0.16);
    padding: 10px 0;
    min-width: 280px;
    z-index: 60;
  }
  .nav-item:hover .dropdown-menu { display: block; }
  .dropdown-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 12.5px;
    font-weight: 600;
    color: #1A3A5A;
    white-space: nowrap;
    line-height: 1.4;
  }
  .dropdown-menu a:hover { background: #F8FAFC; color: #C5A059; }
  .dropdown-menu.wide { min-width: 540px; }

  /* ===== HERO ===== */
  .hero {
    max-width: 1300px;
    margin: 0 auto;
    padding: 64px 40px 40px;
    overflow: hidden;
  }
  .hero-text { float: left; width: 55%; box-sizing: border-box; padding-right: 30px; }
  .hero-eyebrow {
    color: #d64545;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 13px;
    margin-bottom: 14px;
  }
  .hero-text h1 {
    font-family: Georgia, serif;
    font-size: 46px;
    color: #1A3A5A;
    margin: 0 0 20px;
    font-weight: 700;
  }
  .hero-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #45505c;
    max-width: 560px;
    text-align: left;
    text-align-last: auto;
    word-spacing: normal;
  }
  .hero-photo {
    float: right;
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    background: radial-gradient(circle at 50% 58%, #eef2f6 0%, rgba(238,242,246,0) 72%);
  }
  .hero-photo img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
  }

  /* ===== UZMANLIK ALANLARI (front page preview) ===== */
  .section-title {
    text-align: center;
    color: #1A3A5A;
    font-size: 34px;
    font-weight: 700;
    font-family: Georgia, serif;
    margin: 20px 0 8px;
    letter-spacing: 0.02em;
  }
  .section-underline {
    width: 80px; height: 3px; background: #C5A059; margin: 0 auto 44px;
  }
  .cards-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px 20px;
    overflow: hidden;
  }
  .card {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
  }
  .card:nth-child(4n+1) { clear: left; }
  .cards-grid::after { content: ""; display: table; clear: both; }
  .card-inner {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(15,36,56,0.07);
    padding: 26px 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 400px;
  }
  .card-icon-wrap { margin-bottom: 14px; }
  .card-icon { width: 58px; height: 58px; border-radius: 50%; }
  .card-inner h3 {
    font-family: Georgia, serif;
    font-size: 15px;
    color: #1A3A5A;
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.4;
  }
  .card-inner p {
    font-size: 14px;
    line-height: 1.6;
    color: #5a6b7c;
    margin: 0 0 16px;
    flex: 1;
    overflow: hidden;
  }
  .detay-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0F2438;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid #C5A059;
  }
  .detay-link:hover { color: #C5A059; }

  /* ===== SAĞLIK REHBERİ TEASER ===== */
  .teaser-wrap { max-width: 1300px; margin: 12px auto 60px; padding: 0 40px; }
  .teaser {
    border: 1.5px solid #C5A059;
    border-radius: 14px;
    background: #FCFAF5;
    padding: 26px 36px;
    overflow: hidden;
  }
  .teaser-icon {
    float: left;
    width: 48px; height: 48px; border-radius: 50%;
    background: #C5A059;
    display: flex; align-items: center; justify-content: center;
    margin-right: 20px;
  }
  .teaser p {
    overflow: hidden;
    margin: 8px 0 0;
    font-size: 16px;
    color: #1A3A5A;
    font-weight: 600;
  }
  .teaser a {
    color: #C5A059;
    font-weight: 800;
    text-decoration: underline;
  }

  /* ===== FOOTER ===== */
  footer {
    background: #ffffff;
    border-top: 1px solid #eef1f4;
    padding: 56px 40px 26px;
    position: relative;
  }
  .footer-grid {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer-col { float: left; box-sizing: border-box; padding-right: 30px; }
  .footer-col.col1 { width: 29%; }
  .footer-col.col2 { width: 32%; padding-right: 14px; }
  .footer-col.col3 { width: 18%; }
  .footer-col.col4 { width: 21%; padding-right: 0; }
  .footer-logo { display: flex; align-items: center; margin-bottom: 4px; }
  .footer-logo img { height: 96px; }
  .footer-col p {
    font-size: 13.5px;
    line-height: 1.65;
    color: #5a6b7c;
    margin: 14px 0 20px;
  }
  .footer-col p b { color: #1A3A5A; }
  .social-row { display: flex; }
  .social-circle {
    width: 36px; height: 36px; border-radius: 50%;
    background: #1A3A5A;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 13px;
    margin-right: 8px;
    text-decoration: none;
  }
  .social-circle:hover { background: #C5A059; }
  .footer-col h4 {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #1A3A5A;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 2.5px solid #C5A059;
    display: inline-block;
  }
  .footer-col ul { list-style: none; margin: 14px 0 0; padding: 0; }
  .footer-col ul li { margin-bottom: 11px; }
  .footer-col ul li a {
    font-size: 12.5px;
    color: #45505c;
    text-decoration: none;
    line-height: 1.4;
    white-space: nowrap;
  }
  .footer-col ul li a:hover { color: #C5A059; }
  .appt-box {
    background: #F8FAFC;
    border-radius: 12px;
    padding: 20px;
  }
  .appt-link {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    padding: 16px 10px;
    border-radius: 8px;
    background: #C5A059;
    color: #0F2438;
    text-align: center;
    margin-bottom: 14px;
  }
  .appt-link:hover { background: #b3924f; }
  .footer-bottom {
    max-width: 1300px;
    margin: 40px auto 0;
    padding-top: 22px;
    border-top: 1px solid #eef1f4;
    text-align: center;
    font-size: 12.5px;
    color: #9aa5af;
    clear: both;
  }
  .scroll-btn-top {
    position: fixed;
    right: 24px;
    top: 118px;
    z-index: 40;
  }
  .scroll-btns {
    position: fixed;
    right: 24px;
    bottom: 88px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 40;
  }
  .scroll-btn {
    width: 40px; height: 40px; border-radius: 50%;
    background: #1A3A5A;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(15,36,56,0.25);
    text-decoration: none;
    font-size: 16px;
  }
  .whatsapp-btn {
    position: fixed;
    right: 17px;
    bottom: 24px;
    width: 54px; height: 54px;
    border-radius: 50%;
    background: #25D366;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    z-index: 40;
  }


/* ===== MB RESPONSIVE — mobil uyumluluk (global) ===== */
html { -webkit-text-size-adjust: 100%; }
img, svg, video, iframe { max-width: 100%; }
.mb-nav-cb, .mb-burger { display: none; }

@media (max-width: 1024px) {
  header { padding: 8px 16px; }
  .logo-wrap img { height: 64px; }
  .hero, .cards-grid, .teaser-wrap { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 900px) {
  body { overflow-x: hidden; }

  /* --- mobil menu --- */
  header { flex-wrap: wrap; padding: 8px 14px; position: relative; }
  .logo-wrap { margin-right: auto; }
  .logo-wrap img { height: 56px; }
  .mb-burger { display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; cursor: pointer; flex-shrink: 0; }
  .mb-burger span { display: block; height: 2px; background: #1A3A5A; border-radius: 2px; transition: .25s; }
  .mb-nav-cb:checked + .mb-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mb-nav-cb:checked + .mb-burger span:nth-child(2) { opacity: 0; }
  .mb-nav-cb:checked + .mb-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { display: none !important; }
  .mb-nav-cb:checked ~ nav { display: block !important; width: 100%; flex: 0 0 100%;
    max-height: 72vh; overflow-y: auto; border-top: 1px solid #eef1f4; margin-top: 8px; padding: 6px 0 10px; }
  nav .nav-item { display: block; width: 100%; position: static; }
  nav .nav-item > a { display: block; padding: 12px 6px; font-size: 14px; border-bottom: 1px solid #f2f5f8; }
  nav .caret { float: right; color: #C5A059; }
  .dropdown-menu, .dropdown-menu.wide { display: block !important; position: static !important;
    transform: none !important; box-shadow: none !important; border-radius: 0 !important;
    min-width: 0 !important; width: auto !important; background: #fbfcfd !important;
    padding: 2px 0 8px !important; left: auto !important; top: auto !important; }
  .dropdown-menu a { padding: 9px 6px 9px 20px; font-size: 12.5px; white-space: normal;
    border-bottom: 1px dashed #eef1f4; }

  /* --- float layoutlari alt alta --- */
  .hero-text, .hero-photo, .sr-col, .sr-col1, .sr-col2, .sr-col3,
  .footer-col, .footer-col.col1, .footer-col.col2, .footer-col.col3, .footer-col.col4 {
    float: none !important; width: 100% !important;
    padding-left: 0 !important; padding-right: 0 !important; border-left: 0 !important; }
  .hero { padding: 28px 16px 8px; }
  .hero-text h1 { font-size: 32px !important; }
  .hero-text p { font-size: 15px; max-width: none; }
  .hero-photo { margin-top: 18px; }
  .hero-photo img { max-width: 320px; margin: 0 auto; }
  .sr-col2, .sr-col3 { margin-top: 22px; padding-top: 18px !important; border-top: 1px solid #eef1f4; }
  .card { float: none !important; width: 100% !important; padding: 8px 0 !important; }
  .cards-grid { padding: 0 16px 12px; }
  .teaser-wrap { padding: 0 16px; }
  .teaser-icon { float: none; margin-bottom: 10px; }
  .footer-grid { padding: 0 16px; }
  .footer-col { margin-bottom: 22px; }
  .footer-col ul li a { white-space: normal !important; }
  .footer-bottom { padding-left: 16px; padding-right: 16px; }

  /* --- layout icin kullanilan tablolar alt alta --- */
  .row-table, .sg-row, .il-row, table.profile-row { display: block !important; width: 100% !important; }
  .row-table tbody, .sg-row tbody, .il-row tbody, table.profile-row tbody { display: block !important; }
  .row-table tr, .sg-row tr, .il-row tr, table.profile-row tr { display: block !important; width: 100% !important; }
  .row-table td, .sg-row td, .il-row td, table.profile-row td,
  .cell-left, .cell-right, .sg-cell-left, .sg-cell-right, .il-cell-left, .il-cell-right {
    display: block !important; width: 100% !important;
    padding-left: 0 !important; padding-right: 0 !important; }
  .cell-left, .sg-cell-left, .il-cell-left { margin-bottom: 16px; }
  table.pubs, table.qual { display: block; overflow-x: auto; font-size: 13px; }

  /* --- yazi sayfalari ve genel saricilar --- */
  .art-wrap, .art-body, .sr-wrap, .page-wrap { padding-left: 16px !important; padding-right: 16px !important; }
  .art-title { font-size: 26px !important; line-height: 1.3 !important; }
  .art-body { font-size: 15.5px !important; }
  .art-body h2 { font-size: 20px !important; }
  .mb-arch, .mb-rel { margin-left: 0; margin-right: 0; }
  .section-title { font-size: 24px !important; padding: 0 16px; }

  /* --- mobilde justify kapatilir (kelime araliklari bozuluyor) --- */
  .art-body p, .art-body li, .desc, .intro, .cell-left p, .sg-cell-left p,
  .sg-faq p, .bio-p, .disclaimer, .hero-text p {
    text-align: left !important; text-align-last: auto !important; }

  /* --- sabit butonlar --- */
  .scroll-btn-top { display: none; }
  .scroll-btns { right: 12px; bottom: 78px; }
  .scroll-btn { width: 34px; height: 34px; }
  .whatsapp-btn { right: 12px; bottom: 14px; width: 48px; height: 48px; }
}

@media (max-width: 480px) {
  .logo-wrap img { height: 48px; }
  .hero-text h1 { font-size: 27px !important; }
  .art-title { font-size: 22px !important; }
  .mb-arch-list { column-count: 1; }
}


.mb-lang{position:relative;margin-left:18px;padding:14px 0;flex-shrink:0}
.mb-lang>summary{list-style:none;cursor:pointer;font:700 13px/1 Arial,Helvetica,sans-serif;
 color:#1A3A5A;display:flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #e3e8ee;
 border-radius:20px;white-space:nowrap}
.mb-lang>summary::-webkit-details-marker{display:none}
.mb-lang>summary:hover{border-color:#C5A059;color:#C5A059}
.mb-lang>summary .mb-globe{width:14px;height:14px;flex-shrink:0}
.mb-lang>summary .mb-chev{font-size:9px;opacity:.7}
.mb-lang-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:10px;
 box-shadow:0 14px 34px rgba(15,36,56,.16);padding:8px 0;min-width:168px;z-index:60}
.mb-lang-menu a{display:block;padding:9px 16px;font:600 13px/1.3 Arial,Helvetica,sans-serif;
 color:#1A3A5A;text-decoration:none}
.mb-lang-menu a:hover{background:#f5f8fb;color:#C5A059}
.mb-lang-menu a.on{color:#C5A059;background:#faf7f1}
.mb-lang-menu a .mb-code{float:right;font-size:11px;opacity:.55;font-weight:700}
.mb-lang-foot{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}
.mb-lang-foot a{font:600 12px/1 Arial,Helvetica,sans-serif;color:#8fa3b6;text-decoration:none;
 border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:6px 11px}
.mb-lang-foot a:hover,.mb-lang-foot a.on{color:#C5A059;border-color:#C5A059}
@media (max-width:900px){
 .mb-lang{display:block;width:100%;margin:6px 0 0;padding:0;border-top:1px solid #eef1f4}
 .mb-lang>summary{border:0;border-radius:0;padding:12px 6px;font-size:14px}
 .mb-lang-menu{position:static;box-shadow:none;padding:0 0 8px;min-width:0}
 .mb-lang-menu a{padding:10px 18px;font-size:13px}
}
[dir=rtl] .mb-lang{margin-left:0;margin-right:18px}
[dir=rtl] .mb-lang-menu{right:auto;left:0}
[dir=rtl] .mb-lang-menu a .mb-code{float:left}


html[dir=rtl] body{direction:rtl;text-align:right;
 font-family:"Segoe UI","Tahoma",Arial,"Noto Naskh Arabic",sans-serif}
html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] .art-title,
html[dir=rtl] .cat-title,html[dir=rtl] .il-title,html[dir=rtl] .sg-title,
html[dir=rtl] .hero-title{font-family:"Segoe UI","Tahoma",Arial,"Noto Naskh Arabic",sans-serif}
html[dir=rtl] header{flex-direction:row-reverse}
html[dir=rtl] .logo-wrap{margin-right:0;margin-left:20px}
html[dir=rtl] nav{justify-content:flex-start}
html[dir=rtl] .nav-item{margin-left:0;margin-right:18px}
html[dir=rtl] .nav-item:first-child{margin-right:0}
html[dir=rtl] .footer-grid{direction:rtl}
html[dir=rtl] ul,html[dir=rtl] ol{padding-right:22px;padding-left:0}
html[dir=rtl] .art-body,html[dir=rtl] p{text-align:right}
@media (max-width:900px){
 html[dir=rtl] .logo-wrap{margin-left:auto;margin-right:0}
 html[dir=rtl] nav .nav-item{margin-right:0}
}
