/* =====================================================
   Remax Nadir – Tüm Ön Yüz Stilleri
   ===================================================== */

/* ---------- Değişkenler ---------- */
:root {
  --red:     #C8102E;
  --red-dk:  #A00C24;
  --blue:    #003B8E;
  --blue-lt: #1A56C4;
  --blue-bg: #EBF0FB;
  --gold:    #F5A623;
  --gray:    #F4F6FB;
  --text:    #1A1A2E;
}
* { font-family: Arial, Helvetica, sans-serif; }

/* ---------- Top Bar ---------- */
#topbar { background: var(--blue); color: #fff; font-size: 13px; padding: 6px 0; }
#topbar a { color: #fff; text-decoration: none; }
#topbar a:hover { color: var(--gold); }
#topbar .divider { opacity: .4; margin: 0 8px; }

/* ---------- Navbar ---------- */
.navbar { background: #fff; box-shadow: 0 2px 10px rgba(0,59,142,.10); padding: 0; }
.navbar-brand span { font-size: 22px; font-weight: 700; color: var(--blue); letter-spacing: -0.5px; }
.navbar-brand em { color: var(--red); font-style: normal; }
.nav-link {
  font-size: 14px; font-weight: 600; color: var(--text) !important;
  padding: 22px 16px !important; border-bottom: 3px solid transparent; transition: .2s;
}
.nav-link:hover, .nav-link.active { color: var(--blue) !important; border-bottom-color: var(--red); }
.btn-call {
  background: var(--red); color: #fff !important; border-radius: 6px;
  padding: 10px 20px !important; font-size: 14px; font-weight: 700;
  border-bottom: none !important; margin-left: 8px; transition: .2s;
  display: flex; align-items: center; gap: 7px;
}
.btn-call:hover { background: var(--red-dk); }

/* ---------- Navbar Logo İkonu ---------- */
.navbar-logo-icon {
  width: 36px; height: 36px; background: var(--blue); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.navbar-logo-icon i { color: #fff; font-size: 18px; }

/* ---------- Sayfa Hero (iç sayfalar) ---------- */
.page-hero {
  background: linear-gradient(120deg, rgba(0,30,80,.9) 0%, rgba(200,16,46,.7) 100%),
              url('../images/photo-1497366216548-37526070297c.jpg') center/cover no-repeat;
  padding: 80px 0 60px;
}
.page-hero h1 { font-size: 42px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.page-hero h1.title-sm { font-size: 32px; }
.page-hero p { font-size: 16px; color: rgba(255,255,255,.8); max-width: 560px; }
.breadcrumb-item a { color: var(--gold); text-decoration: none; }
.breadcrumb-item.active { color: rgba(255,255,255,.6); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ---------- Bölüm Başlıkları ---------- */
.sec-line { width: 52px; height: 4px; background: var(--red); border-radius: 2px; margin-bottom: 12px; }
.sec-title { font-size: 28px; font-weight: 700; color: var(--blue); margin-bottom: 8px; }
.sec-title--sm { font-size: 22px; }
.sec-sub { font-size: 15px; color: #5a6888; margin-bottom: 36px; }

/* ---------- Ortak Butonlar ---------- */
.btn-red {
  background: var(--red); color: #fff; border: none;
  padding: 14px 40px; border-radius: 7px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: .2s; margin: 5px; display: inline-block;
}
.btn-red:hover { background: var(--red-dk); color: #fff; }
.btn-blue {
  background: var(--blue); color: #fff; border: none;
  padding: 14px 40px; border-radius: 7px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: .2s; margin: 5px; display: inline-block;
}
.btn-blue:hover { background: var(--blue-lt); color: #fff; }
.btn-wht {
  background: #fff; color: var(--blue); border: none;
  padding: 14px 40px; border-radius: 7px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: .2s; margin: 5px; display: inline-block;
}
.btn-wht:hover { background: var(--blue-bg); color: var(--blue); }
.btn-link-blue {
  background: var(--blue); color: #fff; padding: 12px 28px; border-radius: 7px;
  text-decoration: none; font-weight: 700; font-size: 14px; display: inline-block; margin-top: 8px;
}
.btn-link-blue:hover { background: var(--blue-lt); color: #fff; }

/* ---------- Footer ---------- */
footer { background: #0B1E45; color: #fff; padding: 60px 0 0; }
.footer-brand span { font-size: 22px; font-weight: 700; }
.footer-brand em { color: var(--red); font-style: normal; }
footer h6 {
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; color: var(--gold); margin-bottom: 18px;
}
footer p, footer a { font-size: 14px; color: rgba(255,255,255,.65); text-decoration: none; line-height: 1.8; }
footer a:hover { color: var(--gold); }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 6px; }
footer ul li a::before { content: '›'; margin-right: 8px; color: var(--red); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 16px 0; margin-top: 40px; font-size: 13px; color: rgba(255,255,255,.4);
}
.social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: #fff;
  font-size: 16px; text-decoration: none; margin-right: 8px; transition: .2s;
}
.social-icon:hover { background: var(--red); color: #fff; }

/* =====================================================
   ANASAYFA
   ===================================================== */

/* ── HERO ── */
#hero {
    min-height: calc(100vh - 96px);
    background: linear-gradient(135deg, rgba(0,30,80,.82) 0%, rgba(200,16,46,.55) 100%), url('../images/photo-1600585154340-be6161a56a0c.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
#hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px;
  background: linear-gradient(to top, var(--gray), transparent);
}
.hero-badge {
  display: inline-block; background: var(--gold); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  padding: 5px 14px; border-radius: 4px; margin-bottom: 18px; text-transform: uppercase;
}
#hero h1 { font-size: clamp(32px,5vw,62px); font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 18px; }
#hero h1 span { color: var(--gold); }
#hero p { font-size: 17px; color: rgba(255,255,255,.85); max-width: 580px; line-height: 1.7; margin-bottom: 36px; }
.hero-btns .btn-primary-hero {
  background: var(--red); color: #fff; border: none;
  padding: 14px 32px; border-radius: 6px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: .2s; display: inline-flex; align-items: center; gap: 8px;
}
.hero-btns .btn-primary-hero:hover { background: var(--red-dk); transform: translateY(-2px); }
.hero-btns .btn-outline-hero {
  background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6);
  padding: 13px 28px; border-radius: 6px; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: .2s; display: inline-flex; align-items: center; gap: 8px;
  margin-left: 14px;
}
.hero-btns .btn-outline-hero:hover { background: rgba(255,255,255,.15); }
.hero-stats { display: flex; gap: 36px; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.25); }
.hero-stat .num { font-size: 28px; font-weight: 700; color: #fff; }
.hero-stat .lbl { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 2px; }

/* ── SEARCH BOX ── */
#search-box {
  background: #fff; border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0,59,142,.18);
  padding: 28px 32px; margin-top: -40px; position: relative; z-index: 10;
}
#search-box h4 { font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 20px; }
#search-box .form-control, #search-box .form-select {
  border-radius: 6px; font-size: 14px; height: 46px; border: 1.5px solid #dce3f0;
}
#search-box .form-control:focus, #search-box .form-select:focus { border-color: var(--blue); box-shadow: none; }
#search-box .btn-search {
  background: var(--blue); color: #fff; border: none;
  height: 46px; border-radius: 6px; font-weight: 700; font-size: 14px; width: 100%; transition: .2s;
}
#search-box .btn-search:hover { background: var(--blue-lt); }

/* ── HİZMETLER ── */
#hizmetler { padding: 80px 0; }
.hizmet-card {
  background: #fff; border-radius: 12px; border: 1.5px solid #e4ebf5;
   text-align: center; transition: .25s;
}
.hizmet-card:hover { border-color: var(--blue); box-shadow: 0 6px 28px rgba(0,59,142,.1); }
.hizmet-icon {
  width: 60px; height: 60px; border-radius: 50%; background: var(--blue-bg);
  margin: 0 auto 20px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: var(--blue);
}
.hizmet-card h5 { font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 10px; }
.hizmet-card p { font-size: 14px; color: #6b7a9a; line-height: 1.65; }

/* ── NEDEN BİZ ── */
#neden { background: var(--blue); padding: 80px 0; }
#neden .sec-title, #neden .sec-sub { color: #fff; }
#neden .sec-sub { color: rgba(255,255,255,.7); }
.neden-item { display: flex; gap: 20px; margin-bottom: 28px; }
.neden-icon {
  min-width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--gold);
}
.neden-item h6 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.neden-item p { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.6; margin: 0; }
#neden img { border-radius: 14px; box-shadow: 0 12px 48px rgba(0,0,0,.3); }

/* ── CTA (Anasayfa) ── */
#cta { background: var(--gray); padding: 70px 0; text-align: center; }
#cta h2 { font-size: 32px; font-weight: 700; color: var(--blue); margin-bottom: 12px; }
#cta p { font-size: 16px; color: #5a6888; margin-bottom: 32px; }

/* =====================================================
   HAKKIMIZDA
   ===================================================== */

#mv { padding: 80px 0; background: #fff; }
.mv-card { background: var(--blue); border-radius: 14px; padding: 36px 32px; height: 100%; }
.mv-card--red { background: var(--red); }
.mv-card.light { background: var(--blue-bg); }
.mv-card .icon { font-size: 36px; color: var(--gold); margin-bottom: 16px; }
.mv-card .icon--blue { color: var(--blue); }
.mv-card h4 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.mv-card.light h4 { color: var(--blue); }
.mv-card p { font-size: 14px; color: rgba(255,255,255,.75); line-height: 1.7; }
.mv-card.light p { color: #5a6888; }

#sayilar { background: var(--gray); padding: 70px 0; }
.sayi-item { text-align: center; }
.sayi-num { font-size: 48px; font-weight: 700; color: var(--blue); }
.sayi-num span { color: var(--red); }
.sayi-lbl { font-size: 15px; color: #5a6888; margin-top: 4px; }

#hikaye { padding: 80px 0; }
#hikaye p { font-size: 15px; color: #4a5670; line-height: 1.85; margin-bottom: 20px; }
.hikaye-quote {
  border-left: 4px solid var(--red); padding: 20px 24px;
  background: var(--blue-bg); border-radius: 0 10px 10px 0;
  margin: 28px 0; font-size: 16px; font-style: italic; color: var(--blue); font-weight: 600;
}

#ekip { background: var(--gray); padding: 80px 0; }
.ekip-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 3px 16px rgba(0,59,142,.08); transition: .25s; }
.ekip-card:hover { transform: translateY(-5px); box-shadow: 0 10px 32px rgba(0,59,142,.14); }
.ekip-card img { width: 100%; height: 220px; object-fit: cover; }
.ekip-body { padding: 20px; }
.ekip-body h5 { font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 3px; }
.ekip-body .role { font-size: 13px; color: var(--red); font-weight: 600; margin-bottom: 10px; }
.ekip-body p { font-size: 13px; color: #7a889c; line-height: 1.6; margin-bottom: 12px; }
.ekip-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--blue-bg); color: var(--blue); font-size: 14px;
  text-decoration: none; margin-right: 6px; transition: .2s;
}
.ekip-social a:hover { background: var(--blue); color: #fff; }

#degerler { padding: 80px 0; }
.deger-item {
  display: flex; gap: 18px; margin-bottom: 24px; padding: 22px;
  background: #fff; border-radius: 12px; border: 1.5px solid #e4ebf5; transition: .2s;
}
.deger-item:hover { border-color: var(--blue); }
.deger-icon {
  min-width: 48px; height: 48px; border-radius: 50%;
  background: var(--blue-bg); display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--blue);
}
.deger-item h6 { font-size: 15px; font-weight: 700; color: var(--blue); margin-bottom: 5px; }
.deger-item p { font-size: 13px; color: #7a889c; line-height: 1.6; margin: 0; }

#cta-hk { background: var(--blue); padding: 70px 0; text-align: center; }
#cta-hk h2 { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 12px; }
#cta-hk p { font-size: 16px; color: rgba(255,255,255,.75); margin-bottom: 32px; }

/* =====================================================
   İLETİŞİM
   ===================================================== */

#contact { padding: 80px 0; background: #fff; }

.info-card { background: var(--blue); border-radius: 14px; padding: 28px 24px; height: 100%; transition: .25s; }
.info-card:hover { transform: translateY(-4px); }
.info-card .ic-icon { font-size: 28px; color: var(--gold); margin-bottom: 14px; }
.info-card h5 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.info-card p, .info-card a { font-size: 14px; color: rgba(255,255,255,.75); text-decoration: none; line-height: 1.7; display: block; }
.info-card a:hover { color: var(--gold); }

.form-card { background: #fff; border-radius: 14px; border: 1.5px solid #e4ebf5; padding: 40px 36px; box-shadow: 0 4px 24px rgba(0,59,142,.08); }
.form-card h3 { font-size: 22px; font-weight: 700; color: var(--blue); margin-bottom: 6px; }
.form-card .sub { font-size: 14px; color: #7a889c; margin-bottom: 28px; }
.form-card .form-label { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.form-card .form-control, .form-card .form-select {
  border-radius: 7px; font-size: 14px; height: 46px; border: 1.5px solid #dce3f0; color: var(--text);
}
.form-card textarea.form-control { height: 130px; resize: none; }
.form-card .form-control:focus, .form-card .form-select:focus { border-color: var(--blue); box-shadow: none; }
.btn-submit {
  background: var(--red); color: #fff; border: none;
  width: 100%; height: 50px; border-radius: 8px; font-size: 15px; font-weight: 700; transition: .2s; cursor: pointer;
}
.btn-submit:hover { background: var(--red-dk); }

.kvkk-label { font-size: 13px; color: #7a889c; }
.kvkk-link { color: var(--blue); }

#harita { background: var(--gray); padding: 70px 0; }
.map-frame { border-radius: 14px; overflow: hidden; height: 400px; border: none; width: 100%; }

.dan-card { background: #fff; border-radius: 12px; border: 1.5px solid #e4ebf5; padding: 28px 24px; display: flex; gap: 18px; align-items: flex-start; transition: .2s; }
.dan-card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(0,59,142,.1); }
.dan-avatar { min-width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.dan-info h6 { font-size: 15px; font-weight: 700; color: var(--blue); margin-bottom: 3px; }
.dan-info .role { font-size: 12px; color: var(--red); font-weight: 600; margin-bottom: 8px; }
.dan-info p { font-size: 13px; color: #7a889c; margin: 0 0 12px; line-height: 1.5; }
.dan-info .btn-tel {
  background: var(--blue-bg); color: var(--blue); border: none;
  padding: 7px 16px; border-radius: 6px; font-size: 13px; font-weight: 700;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: .2s;
}
.dan-info .btn-tel:hover { background: var(--blue); color: #fff; }
.dan-sec-desc { font-size: 14px; color: #7a889c; margin-bottom: 24px; }

.social-box { background: var(--blue-bg); border-radius: 12px; padding: 22px 20px; }
.social-box__title { font-size: 14px; font-weight: 700; color: var(--blue); margin-bottom: 14px; }
.btn-sosyal {
  padding: 8px 16px; border-radius: 7px; text-decoration: none; font-size: 13px; font-weight: 600; color: #fff;
}
.btn-sosyal--fb { background: var(--blue); }
.btn-sosyal--ig { background: #C13584; }
.btn-sosyal--wa { background: #25D366; }

#sss { background: var(--gray); padding: 70px 0; }
.accordion-button { font-size: 14px; font-weight: 600; color: var(--blue); background: var(--blue-bg); }
.accordion-button:not(.collapsed) { color: #fff; background: var(--blue); box-shadow: none; }
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-item { border: 1.5px solid #dce3f0; border-radius: 8px !important; margin-bottom: 10px; overflow: hidden; }
.accordion-body { font-size: 14px; color: #5a6888; line-height: 1.7; }

/* =====================================================
   BLOG LİSTE
   ===================================================== */

#blog-list { padding: 80px 0; background: var(--gray); }

.blog-card {
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1.5px solid #e4ebf5; transition: .25s; display: flex; flex-direction: column;
}
.blog-card:hover { box-shadow: 0 8px 32px rgba(0,59,142,.12); transform: translateY(-4px); }
.blog-card-img { position: relative; overflow: hidden; height: 210px; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-cat {
  position: absolute; top: 14px; left: 14px;
  background: var(--red); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px; text-transform: uppercase;
}
.blog-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-meta { display: flex; align-items: center; gap: 14px; font-size: 12px; color: #8a97b0; margin-bottom: 10px; }
.blog-meta i { color: var(--red); }
.blog-title { font-size: 16px; font-weight: 700; color: var(--blue); line-height: 1.4; margin-bottom: 10px; }
.blog-title a { color: inherit; text-decoration: none; }
.blog-title a:hover { color: var(--red); }
.blog-excerpt { font-size: 13px; color: #6b7a9a; line-height: 1.65; flex: 1; margin-bottom: 18px; }
.blog-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #e4ebf5; padding-top: 14px; }
.blog-author { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #5a6888; }
.blog-author img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.btn-read {
  font-size: 13px; font-weight: 700; color: var(--blue);
  text-decoration: none; display: flex; align-items: center; gap: 5px; transition: .2s;
}
.btn-read:hover { color: var(--red); }

.blog-featured {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1.5px solid #e4ebf5; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 48px;
}
@media (max-width: 768px) { .blog-featured { grid-template-columns: 1fr; } }
.blog-featured-img { overflow: hidden; min-height: 340px; }
.blog-featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-featured:hover .blog-featured-img img { transform: scale(1.04); }
.blog-featured-body { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.featured-badge {
  display: inline-block; background: var(--gold); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px;
  text-transform: uppercase; margin-bottom: 14px;
}
.blog-featured-body h2 { font-size: 24px; font-weight: 700; color: var(--blue); line-height: 1.35; margin-bottom: 14px; }
.blog-featured-body h2 a { color: inherit; text-decoration: none; }
.blog-featured-body h2 a:hover { color: var(--red); }
.blog-featured-body p { font-size: 14px; color: #6b7a9a; line-height: 1.7; margin-bottom: 24px; }

.pagination .page-link { color: var(--blue); border-color: #dce3f0; font-size: 14px; }
.pagination .page-item.active .page-link { background: var(--blue); border-color: var(--blue); }
.pagination .page-link:hover { background: var(--blue-bg); color: var(--blue); }

/* ── Sidebar ── */
.sidebar-card { background: #fff; border-radius: 12px; border: 1.5px solid #e4ebf5; padding: 24px; margin-bottom: 24px; }
.sidebar-card h5 { font-size: 15px; font-weight: 700; color: var(--blue); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--red); display: inline-block; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-pill {
  background: var(--blue-bg); color: var(--blue); border: 1px solid #c9d8f0;
  padding: 5px 13px; border-radius: 20px; font-size: 13px; font-weight: 500;
  text-decoration: none; transition: .15s;
}
.tag-pill:hover { background: var(--blue); color: #fff; }
.popular-item { display: flex; gap: 12px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #f0f4fa; }
.popular-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.popular-item img { width: 68px; height: 52px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.popular-item-body a { font-size: 13px; font-weight: 600; color: var(--blue); text-decoration: none; line-height: 1.4; display: block; margin-bottom: 4px; }
.popular-item-body a:hover { color: var(--red); }
.popular-item-body span { font-size: 12px; color: #8a97b0; }

.btn-sidebar-search { background: var(--blue); color: #fff; }
.btn-sidebar-search:hover { background: var(--blue-lt); color: #fff; }

.sidebar-cta { background: var(--blue); border-radius: 12px; padding: 28px 24px; text-align: center; }
.sidebar-cta__icon { font-size: 32px; color: var(--gold); display: block; margin-bottom: 14px; }
.sidebar-cta__title { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.sidebar-cta__text { font-size: 13px; color: rgba(255,255,255,.75); margin-bottom: 18px; line-height: 1.6; }
.sidebar-cta__btn {
  background: var(--red); color: #fff; padding: 10px 22px; border-radius: 7px;
  text-decoration: none; font-size: 14px; font-weight: 700; display: inline-block;
}
.sidebar-cta__btn:hover { background: var(--red-dk); color: #fff; }

/* =====================================================
   BLOG DETAY
   ===================================================== */

#blog-detail { padding: 80px 0; background: var(--gray); }

.article-card { background: #fff; border-radius: 16px; overflow: hidden; border: 1.5px solid #e4ebf5; }
.article-hero-img { width: 100%; height: 420px; object-fit: cover; }
.article-body { padding: 40px 44px; }
@media (max-width: 576px) { .article-body { padding: 24px 20px; } }

.article-cats { display: flex; gap: 8px; margin-bottom: 16px; }
.article-cat {
  background: var(--red); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 4px; text-transform: uppercase;
}
.article-cat--blue { background: var(--blue); }
.article-title { font-size: 30px; font-weight: 700; color: var(--blue); line-height: 1.3; margin-bottom: 16px; }
.article-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; color: #8a97b0; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid #e4ebf5; flex-wrap: wrap; }
.article-meta .author { display: flex; align-items: center; gap: 8px; }
.article-meta .author img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.article-meta .author strong { color: var(--blue); font-size: 14px; }

.article-content h2 { font-size: 20px; font-weight: 700; color: var(--blue); margin: 32px 0 14px; }
.article-content h3 { font-size: 17px; font-weight: 700; color: var(--blue); margin: 24px 0 10px; }
.article-content p { font-size: 15px; color: #4a5670; line-height: 1.85; margin-bottom: 18px; }
.article-content ul, .article-content ol { font-size: 15px; color: #4a5670; line-height: 1.85; margin-bottom: 18px; padding-left: 24px; }
.article-content li { margin-bottom: 6px; }
.article-content blockquote {
  border-left: 4px solid var(--red); padding: 18px 24px;
  background: var(--blue-bg); border-radius: 0 10px 10px 0;
  margin: 28px 0; font-size: 16px; font-style: italic; color: var(--blue); font-weight: 600;
}
.article-content .info-box {
  background: var(--blue-bg); border: 1.5px solid #c9d8f0; border-radius: 10px;
  padding: 20px 24px; margin: 24px 0;
}
.article-content .info-box strong { color: var(--blue); display: block; margin-bottom: 6px; }
.article-content .info-box p { margin: 0; font-size: 14px; }

.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; padding-top: 24px; border-top: 1px solid #e4ebf5; }
.article-tag {
  background: var(--blue-bg); color: var(--blue); border: 1px solid #c9d8f0;
  padding: 5px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; text-decoration: none; transition: .15s;
}
.article-tag:hover { background: var(--blue); color: #fff; }

.share-bar { display: flex; align-items: center; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.share-bar span { font-size: 14px; font-weight: 700; color: var(--blue); }
.share-btn {
  padding: 7px 16px; border-radius: 7px; font-size: 13px; font-weight: 600;
  text-decoration: none; display: inline-flex; align-items: center; gap: 6px; color: #fff;
}
.share-btn--fb { background: #1877F2; }
.share-btn--li { background: #0077B5; }
.share-btn--wa { background: #25D366; }

.author-box { background: var(--blue-bg); border-radius: 14px; padding: 28px; margin-top: 32px; display: flex; gap: 20px; align-items: flex-start; }
.author-box img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-box h6 { font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 3px; }
.author-box .role { font-size: 13px; color: var(--red); font-weight: 600; margin-bottom: 8px; }
.author-box p { font-size: 14px; color: #5a6888; line-height: 1.65; margin: 0; }

.related-card {
  background: #fff; border-radius: 12px; overflow: hidden;
  border: 1.5px solid #e4ebf5; transition: .2s;
}
.related-card:hover { box-shadow: 0 6px 24px rgba(0,59,142,.1); transform: translateY(-3px); }
.related-card img { width: 100%; height: 160px; object-fit: cover; }
.related-body { padding: 16px; }
.related-body .cat { font-size: 11px; font-weight: 700; color: var(--red); text-transform: uppercase; margin-bottom: 6px; }
.related-body h6 { font-size: 14px; font-weight: 700; color: var(--blue); line-height: 1.4; margin-bottom: 6px; }
.related-body h6 a { color: inherit; text-decoration: none; }
.related-body h6 a:hover { color: var(--red); }
.related-body span { font-size: 12px; color: #8a97b0; }

.related-title { font-size: 18px; font-weight: 700; color: var(--blue); margin-bottom: 20px; }

/* ---------- İletişim – Captcha ---------- */
.captcha-box { background: var(--blue-bg); border-radius: 10px; padding: 16px 20px; }
.captcha-soru { display: flex; align-items: center; gap: 12px; margin: 8px 0; }
.captcha-ifade {
  background: var(--blue); color: #fff;
  font-size: 18px; font-weight: 700;
  padding: 8px 18px; border-radius: 8px;
  letter-spacing: 2px; white-space: nowrap;
  user-select: none;
}
.captcha-input { max-width: 110px; text-align: center; font-size: 16px; font-weight: 600; }
.captcha-hint { font-size: 12px; color: #7a889c; }

/* ---------- İletişim – Maps Placeholder ---------- */
.maps-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 300px; background: var(--gray); border-radius: 14px;
  border: 2px dashed #c8d3e8; color: #8a97b0; gap: 12px;
}
.maps-placeholder i { font-size: 48px; color: #c8d3e8; }
.maps-placeholder p { font-size: 14px; margin: 0; }

/* ---------- İletişim – Map Frame ---------- */
.map-frame { border-radius: 14px; overflow: hidden; height: 400px; border: none; width: 100%; display: block; }

/* ---------- Hizmetler – Liste ---------- */
#hizmetler { padding: 80px 0; background: #fff; }

.hizmet-card {
  display: block; text-decoration: none; border-radius: 14px;
  overflow: hidden; border: 1.5px solid #e4ebf5; transition: .25s;
  background: #fff; height: 100%;
}
.hizmet-card:hover { box-shadow: 0 8px 32px rgba(0,59,142,.12); transform: translateY(-4px); border-color: var(--blue); }

.hizmet-card-img { height: 220px; overflow: hidden; background: var(--gray); }
.hizmet-card-img img { width: 100%; height: 100%; object-fit: cover; transition: .35s; }
.hizmet-card:hover .hizmet-card-img img { transform: scale(1.05); }
.hizmet-img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 52px; color: #c8d3e8;
}

.hizmet-card-body { padding: 24px; }
.hizmet-card-body h3 { font-size: 18px; font-weight: 700; color: var(--blue); margin-bottom: 10px; line-height: 1.35; }
.hizmet-card-body p { font-size: 14px; color: #5a6888; line-height: 1.7; margin-bottom: 16px; }
.hizmet-link { font-size: 13px; font-weight: 700; color: var(--red); display: inline-flex; align-items: center; gap: 6px; }
.hizmet-card:hover .hizmet-link { gap: 10px; }

/* ---------- Hizmetler – CTA ---------- */
#hizmet-cta { background: var(--blue); padding: 60px 0; }
.hizmet-cta-box {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.hizmet-cta-box h2 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.hizmet-cta-box p { font-size: 15px; color: rgba(255,255,255,.75); margin: 0; }
.hizmet-cta-btn {
  background: var(--red); color: #fff; border: none; border-radius: 8px;
  padding: 14px 28px; font-size: 15px; font-weight: 700; text-decoration: none;
  display: inline-flex; align-items: center; white-space: nowrap; transition: .2s;
}
.hizmet-cta-btn:hover { background: var(--red-dk); color: #fff; }

/* ---------- Hizmetler – Detay ---------- */
#hizmet-detay { padding: 70px 0; background: #fff; }
.hizmet-detay-kapak {
  width: 100%; max-height: 420px; object-fit: cover;
  border-radius: 14px; margin-bottom: 32px;
}
.hizmet-icerik { font-size: 15px; line-height: 1.85; color: #3a4560; }
.hizmet-icerik h2, .hizmet-icerik h3 { color: var(--blue); font-weight: 700; margin-top: 28px; margin-bottom: 12px; }
.hizmet-icerik img { max-width: 100%; border-radius: 10px; margin: 16px 0; }
.hizmet-icerik ul, .hizmet-icerik ol { padding-left: 24px; margin-bottom: 16px; }
.hizmet-icerik li { margin-bottom: 6px; }
