
  * { 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; }

  /* ===== 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;
  }


  .art-wrap { padding: 56px 24px 64px; }
  .art-hero { text-align: center; margin-bottom: 8px; }
  .art-icon { width: 96px; height: 96px; }
  .art-title { max-width: 860px; margin: 18px auto 0; text-align: center; font-family: Georgia, serif;
    font-size: 32px; line-height: 1.25; font-weight: 700; color: #1A3A5A; }
  .art-underline { width: 80px; height: 3px; background: #C5A059; margin: 18px auto 40px; }
  .art-body { max-width: 760px; margin: 0 auto; }
  .art-body p { font-size: 16px; line-height: 1.8; color: #45505c; text-align: justify; margin: 0 0 20px; }
  .art-body h2 { font-family: Georgia, serif; font-size: 22px; font-weight: 700; color: #1A3A5A;
    margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 2px solid #C5A059; }
  .art-body strong { color: #1A3A5A; }
  .art-body em { color: #5a6b7c; }
  .art-body ul, .art-body ol { margin: 0 0 20px; padding-left: 22px; }
  .art-body li { font-size: 16px; line-height: 1.75; color: #45505c; margin-bottom: 10px; text-align: justify; }
  .art-body ol.steps li::marker { color: #C5A059; font-weight: 700; }
  .art-body ol.refs-list { margin-top: 4px; }
  .art-body ol.refs-list li { font-size: 13.5px; color: #6b7885; line-height: 1.65; margin-bottom: 10px; text-align: left; }
  .art-back { display: block; max-width: 760px; margin: 0 auto 8px; }
  .art-back a { font-size: 13px; font-weight: 700; color: #1A3A5A; text-decoration: none; border-bottom: 1px solid #C5A059; }
  .art-back a:hover { color: #C5A059; }



/* ===== 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}


.mb-rel{max-width:760px;margin:44px auto 0;padding:24px 26px 20px;background:#fbfcfd;border:1px solid #e6ebef;border-radius:10px;box-sizing:border-box}
.mb-rel-h{font-family:Georgia,serif;font-size:19px;font-weight:700;color:#1A3A5A;margin:0 0 8px}
.mb-rel-u{width:56px;height:3px;background:#C5A059;margin:0 0 18px}
.mb-rel ul{list-style:none;margin:0 0 16px;padding:0}
.mb-rel li{margin:0 0 11px;padding-left:18px;position:relative}
.mb-rel li:before{content:"\203A";position:absolute;left:0;top:-2px;color:#C5A059;font-weight:700}
.mb-rel a{font-size:14.5px;line-height:1.55;color:#1A3A5A;text-decoration:none;border-bottom:1px solid transparent}
.mb-rel a:hover{color:#C5A059;border-bottom-color:#C5A059}
.mb-rel-all{display:inline-block;font-size:13px;font-weight:700;color:#1A3A5A;text-decoration:none;border-bottom:1px solid #C5A059}
.mb-rel-all:hover{color:#C5A059}
@media(max-width:760px){.mb-rel{padding:20px 16px}}
