/* ═══════════════════════════════════════════════════════════════
   ASRINDER STİLİ HEADER — asirvakfi için uyarlandı
═══════════════════════════════════════════════════════════════ */

:root {
  --color-navy: #1E3A5F;
  --color-turkuaz: #2DC8C8;
  --color-gold: #e0b84f;
}

/* ── HEADER BAND ── */
.site-header-band {
  background: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #e8edf2;
}
.header-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-brand-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.header-brand-link:hover { text-decoration: none; }
.header-logo-img {
  width: auto; height: 60px;
  object-fit: contain;
  flex-shrink: 0;
  background: transparent;
}
.header-brand-text { display: flex; flex-direction: column; gap: 2px; }
.header-brand-title {
  font-size: 1.45rem; font-weight: 800;
  color: #1E3A5F; letter-spacing: .03em; line-height: 1.2;
  text-transform: uppercase;
}
.header-brand-slogan {
  font-size: .72rem; color: #64748b;
  text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
}
.header-right { display: flex; align-items: center; gap: 1rem; }
.header-contact-item {
  color: #475569;
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .85rem; font-weight: 600;
  transition: color .2s; text-decoration: none;
}
.header-contact-item:hover { color: #2DC8C8; }
.header-contact-item i { font-size: .9rem; color: #64748b; }
.header-social-icons { display: flex; align-items: center; gap: .4rem; }
.header-social-icon {
  width: 32px; height: 32px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: #475569; text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
}
.header-social-icon:hover {
  background: rgba(45,200,200,.1);
  border-color: #2DC8C8; color: #2DC8C8;
}
.header-social-icon i { font-size: .9rem; }

/* ── NAVBAR ── */
.navbar-white {
  background: #fff;
  padding: .7rem 0;
  box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 4px 20px rgba(0,0,0,.04);
  border-bottom: 2px solid #2DC8C8;
  position: sticky; top: 0; z-index: 1020;
}
.navbar-white .container { display: flex; align-items: center; gap: 1rem; }
.navbar-menu-ibrahim { display: flex; align-items: center; gap: .25rem; list-style: none; margin: 0; padding: 0; flex: 1; justify-content: center; }
.navbar-menu-ibrahim li { position: relative; }
.navbar-menu-ibrahim > li > a {
  font-size: .82rem; font-weight: 700;
  color: #475569;
  text-transform: uppercase; letter-spacing: .05em;
  padding: .5rem .85rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap; position: relative;
  display: inline-block;
}
.navbar-menu-ibrahim > li > a::after {
  content: ''; position: absolute;
  bottom: 2px; left: 50%; width: 0; height: 2px;
  background: #2DC8C8; border-radius: 2px;
  transition: width .25s ease, left .25s ease;
}
.navbar-menu-ibrahim > li > a:hover::after,
.navbar-menu-ibrahim > li > a.active::after { width: 60%; left: 20%; }
.navbar-menu-ibrahim > li > a:hover {
  color: #1E3A5F; background: rgba(45,200,200,.07);
  transform: translateY(-1px);
}
.navbar-menu-ibrahim > li > a.active {
  color: #1E3A5F; background: rgba(26,46,74,.06); font-weight: 800;
}
.navbar-menu-ibrahim li ul.dropdown-ibrahim {
  position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 220px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 12px 36px rgba(0,0,0,.1), 0 2px 8px rgba(0,0,0,.04);
  border-radius: 10px; padding: .4rem;
  list-style: none; margin: 8px 0 0;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 1030;
}
.navbar-menu-ibrahim li:hover > ul.dropdown-ibrahim {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.navbar-menu-ibrahim ul.dropdown-ibrahim li a {
  display: block;
  font-size: .82rem; font-weight: 600; color: #475569;
  padding: .6rem 1rem; letter-spacing: .02em;
  border-radius: 6px; text-decoration: none;
  transition: all .15s ease;
}
.navbar-menu-ibrahim ul.dropdown-ibrahim li a:hover {
  background: rgba(26,46,74,.06);
  color: #1E3A5F; padding-left: 1.2rem;
}

/* ── Navbar sağ butonları ── */
.navbar-actions { display: flex; align-items: center; gap: .5rem; }
.btn-bagis-yap {
  background: #e11d48; color: #fff;
  padding: .5rem 1rem; border-radius: 6px;
  font-weight: 700; font-size: .78rem;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: .35rem;
  transition: background .2s, transform .2s;
  border: none;
}
.btn-bagis-yap:hover { background: #be123c; color: #fff; transform: translateY(-1px); }
.btn-hesap-no {
  background: #fff; color: #475569;
  padding: .5rem 1rem; border-radius: 6px;
  font-weight: 600; font-size: .78rem;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: .35rem;
  border: 1px solid #cbd5e1;
  transition: all .2s;
}
.btn-hesap-no:hover { background: #f1f5f9; color: #1E3A5F; border-color: #94a3b8; }

/* Mobil hamburger */
.navbar-toggler-ibrahim {
  display: none;
  background: transparent; border: none;
  font-size: 1.5rem; color: #1E3A5F;
  padding: .25rem .5rem; cursor: pointer;
}

/* Responsive */
@media (max-width: 991.98px) {
  .site-header-band .header-right { display: none; }
  .navbar-menu-ibrahim, .navbar-actions .btn-hesap-no { display: none; }
  .navbar-toggler-ibrahim { display: inline-flex; }
  .navbar-white .container { justify-content: space-between; }
}
@media (max-width: 767.98px) {
  .site-header-band { padding: .75rem 0; }
  .header-logo-img { height: 48px; }
  .header-brand-title { font-size: 1.1rem; }
  .header-brand-slogan { font-size: .6rem; }
  .header-brand-link { gap: .6rem; }
}

/* Mobile drawer */
.mobile-drawer-ibrahim {
  position: fixed; top: 0; left: -320px; width: 300px; height: 100vh;
  background: #1E3A5F; color: #fff;
  z-index: 2000; overflow-y: auto;
  transition: left .3s ease;
  box-shadow: 4px 0 24px rgba(0,0,0,.2);
}
.mobile-drawer-ibrahim.is-open { left: 0; }
.mobile-drawer-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.5);
  z-index: 1999; opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s;
}
.mobile-drawer-overlay.is-open { opacity: 1; visibility: visible; }
.mobile-drawer-ibrahim .drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-drawer-ibrahim .drawer-head img { height: 40px; }
.mobile-drawer-ibrahim .drawer-close {
  background: rgba(255,255,255,.08); color: #fff;
  border: none; width: 34px; height: 34px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.2rem; cursor: pointer;
  transition: background .2s;
}
.mobile-drawer-ibrahim .drawer-close:hover { background: rgba(255,255,255,.18); }
.mobile-drawer-ibrahim ul.drawer-menu {
  list-style: none; padding: .75rem 0; margin: 0;
}
.mobile-drawer-ibrahim ul.drawer-menu li a {
  display: block; padding: .85rem 1.25rem;
  color: #e2e8f0; text-decoration: none;
  font-weight: 600; font-size: .88rem;
  border-left: 3px solid transparent;
  transition: all .2s;
}
.mobile-drawer-ibrahim ul.drawer-menu li a:hover {
  background: rgba(255,255,255,.06);
  border-left-color: #2DC8C8;
  color: #fff;
}
.mobile-drawer-ibrahim .drawer-foot {
  padding: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.mobile-drawer-ibrahim .drawer-foot .btn-bagis-yap {
  width: 100%; justify-content: center; padding: .75rem;
  font-size: .9rem;
}

/* ── HESAP NUMARALARI MODAL ── */
.hesap-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(15,23,42,.55);
  display: flex; align-items: center; justify-content: center;
  z-index: 2100; padding: 1rem;
  opacity: 0; visibility: hidden;
  transition: opacity .2s, visibility .2s;
}
.hesap-modal-overlay.is-open { opacity: 1; visibility: visible; }
.hesap-modal {
  background: #fff; border-radius: 14px;
  max-width: 640px; width: 100%;
  max-height: 85vh; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
  transform: translateY(12px);
  transition: transform .25s ease;
}
.hesap-modal-overlay.is-open .hesap-modal { transform: translateY(0); }
.hesap-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #f8fafc, #fff);
}
.hesap-modal-head h3 {
  margin: 0; font-size: 1.05rem; font-weight: 700;
  color: #1E3A5F; display: flex; align-items: center; gap: .5rem;
}
.hesap-modal-head h3 i { color: #2DC8C8; }
.hesap-modal-close {
  background: #f1f5f9; border: none;
  width: 34px; height: 34px; border-radius: 8px;
  color: #475569; font-size: 1rem; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.hesap-modal-close:hover { background: #e2e8f0; }
.hesap-modal-body { padding: 1rem 1.25rem; overflow-y: auto; }
.hesap-card {
  padding: 1rem;
  border: 1px solid #e2e8f0; border-radius: 10px;
  margin-bottom: .75rem;
  background: #fff;
}
.hesap-card:last-child { margin-bottom: 0; }
.hesap-banka {
  font-size: .95rem; color: #1E3A5F;
  margin-bottom: .6rem;
  display: flex; align-items: center; gap: .4rem;
}
.hesap-banka i { color: #2DC8C8; }
.hesap-banka .hesap-sube { color: #64748b; font-weight: 500; margin-left: .25rem; }
.hesap-row {
  display: flex; align-items: center; gap: .5rem;
  padding: .4rem 0; border-top: 1px dashed #e2e8f0;
  font-size: .85rem;
}
.hesap-label { color: #64748b; font-weight: 600; min-width: 80px; }
.hesap-iban {
  background: #f1f5f9; padding: .35rem .6rem;
  border-radius: 6px; font-family: monospace;
  color: #1E3A5F; flex: 1;
  letter-spacing: .5px; font-weight: 600; font-size: .82rem;
  word-break: break-all;
}
.hesap-sahip { flex: 1; color: #334155; font-weight: 600; }
.hesap-copy {
  background: #2DC8C8; color: #fff; border: none;
  width: 32px; height: 32px; border-radius: 6px;
  cursor: pointer; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.hesap-copy:hover { background: #25a9a9; }
.hesap-empty { padding: 2rem; text-align: center; color: #64748b; }
@media (max-width: 575.98px) {
  .hesap-label { min-width: 70px; font-size: .78rem; }
  .hesap-iban { font-size: .74rem; }
}
