/* ============================================================
   DERNEK SAYFASI (dernek.php) - Sayfa Özgü Stiller
   ============================================================ */

.page-header { background: linear-gradient(135deg, rgba(15,23,42,0.9), rgba(15,23,42,0.95)), url('https://placehold.co/1920x500/1e293b/fff?text=Dernek+Toplantisi') center/cover; }
.page-title { font-size: 3.5rem; }

/* --- Burs Kartı --- */
.burs-card { background: linear-gradient(135deg, var(--primary), var(--primary-hover)); color: #fff; border-radius: 30px; padding: 50px; position: relative; overflow: hidden; box-shadow: 0 30px 60px rgba(21,128,61,0.2); margin-top: -60px; z-index: 10; border: 4px solid #fff; }
.burs-card::after { content: '\f19d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: -20px; bottom: -40px; font-size: 15rem; color: rgba(255,255,255,0.05); transform: rotate(-15deg); }
.progress-wrapper { background: rgba(255,255,255,0.2); border-radius: 50px; height: 15px; margin: 30px 0 15px 0; overflow: hidden; position: relative; }
.progress-bar-custom { background: #fde047; height: 100%; border-radius: 50px; position: relative; }

/* --- IBAN Kutusu --- */
.iban-box { background: rgba(0,0,0,0.15); border-radius: 16px; padding: 25px; margin-top: 30px; border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); }
.iban-text { font-family: monospace; font-size: 1.4rem; font-weight: 700; letter-spacing: 2px; margin: 10px 0; color: #fde047; word-break: break-all; }
.btn-copy { background: rgba(255,255,255,0.2); border: none; color: #fff; padding: 8px 20px; border-radius: 8px; font-weight: 700; transition: 0.3s; font-size: 0.9rem; }
.btn-copy:hover { background: #fff; color: var(--primary); }

/* --- Ekip Kartı --- */
.team-card { background: #fff; border-radius: 20px; padding: 30px 20px; text-align: center; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 10px 30px rgba(0,0,0,0.02); transition: 0.4s; height: 100%; }
.team-card img { width: 110px; height: 110px; border-radius: 50%; margin-bottom: 20px; border: 4px solid var(--light); object-fit: cover; }

/* --- Proje Kartı --- */
.project-card { background: #fff; border-radius: 20px; padding: 30px; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 10px 30px rgba(0,0,0,0.02); transition: 0.4s; height: 100%; display: flex; flex-direction: column; }
.proj-progress { height: 8px; background: var(--light); border-radius: 10px; margin-top: 20px; overflow: hidden; }
.proj-bar { height: 100%; border-radius: 10px; }

@media (max-width: 991px) {
    .page-title { font-size: 2.5rem; }
    .burs-card { padding: 30px 20px; text-align: center; }
    .iban-text { font-size: 1.1rem; }
    .team-card { padding: 20px; }
}
