/* === PROFİL BANNER === */
.profile-banner {
    background: linear-gradient(rgba(10, 46, 36, 0.9), rgba(10, 46, 36, 0.95)),
        url('https://images.unsplash.com/photo-1503264116251-35a269479413?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 4rem;
    text-align: center;
}



.profile-avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #00b894;
    box-shadow: 0 0 20px rgba(0, 184, 148, 0.5);
}

.profile-name {
    margin-top: 15px;
    font-size: 2rem;
    font-weight: 700;
}

.profile-username {
    color: #a7d8c3;
    font-size: 1rem;
}

.join-date {
    margin-top: 15px;
    color: var(--green-light);
    font-weight: 500;
    background: rgba(52, 210, 124, 0.1);
    padding: 6px 12px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.bio {
    max-width: 600px;
    margin: 1rem auto 0;
    font-size: 1rem;
    color: #ffffff;
}

.social-links-profile {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links-profile a {
    color: #a9bfb4;
    font-size: 1.35rem;
    transition: color 0.3s, transform 0.3s;
}

.social-links-profile a:hover {
    color: #00b894;
    transform: translateY(-2px);
}

/* === TAKİP BÖLÜMÜ === */
.follow-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.follow-item {
    color: #cfe6da;
    cursor: pointer;
    transition: color 0.25s ease;
}

.follow-item:hover {
    color: #6fffb0;
}

.follow-count {
    font-weight: 700;
    color: #6fffb0;
    font-size: 1.1rem;
    margin-right: 0.25rem;
}

.btn-follow {
    background: linear-gradient(90deg, #1e7b4c, #249b5a);
    border: 1.5px solid #2d9e63;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: .5rem 1.25rem;
    transition: all .25s;
}

.btn-follow:hover {
    background: linear-gradient(90deg, #249b5a, #34d27c);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(52, 210, 124, 0.4);
}

/* === MODAL LİSTELER === */
.modal-content {
    background: rgba(10, 46, 36, 0.95);
    color: #e8f7f0;
    border: 1px solid rgba(0, 184, 148, 0.3);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}

.follower-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.follower-item img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(0, 184, 148, 0.3);
}

.follower-item .name {
    font-weight: 600;
}

.follower-item .username {
    color: #a9bfb4;
    font-size: 0.9rem;
}

/* === PROFİL İSTATİSTİKLERİ === */
.profile-stats {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 1rem 2rem;
    text-align: center;
    transition: all .25s;
}

.stat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(0, 255, 150, 0.25);
}

.stat-box .value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #6fffb0;
}

.stat-box .label {
    color: #cfe6da;
    font-size: .9rem;
}

/* === BUTONLARI === */
/* =========================================================
   QuickPolls - Filter Button Active Effect
   ========================================================= */

/* Konteyner hizalama */
.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

/* Aktif durum efekti */
.filter-buttons .btn {
    transition: all 0.25s ease;
}

.filter-buttons .btn.active {
    background: linear-gradient(90deg, #1e7b4c, #34d27c);
    color: #fff !important;
    border-color: #34d27c !important;
    box-shadow: 0 0 15px rgba(52, 210, 124, 0.45);
    transform: translateY(-2px) scale(1.03);
}

/* Hover uyumu (aktifse bozulmasın) */
.filter-buttons .btn:not(.active):hover {
    transform: translateY(-2px);
    box-shadow: 0 0 12px rgba(52, 210, 124, 0.25);
}

/* === Takip Et BUTONU === */
.btn-follow-model {
    background: linear-gradient(90deg, #1e7b4c, #2cb66b);
    /* Yeşil geçiş efekti */
    border: 1.5px solid #27a05e;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-left: auto;
    /* 👈 sadece bu satırı ekle */
}

.btn-follow-model:hover {
    background: linear-gradient(90deg, #249b5a, #36d97d);
    /* Daha parlak yeşil */
    transform: translateY(-2px);
    /* Hafif kaldırma efekti */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-follow-model:active {
    transform: scale(0.97);
    /* Tıklama hissi */
}


/* === TAKİP EDİLİYOR butonu === */
.btn-following {
    background: linear-gradient(90deg, #444, #555);
    border: 1.5px solid #666;
    color: #ccc;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-left: auto;
    /* 👈 sadece bu satırı ekle */
}

.btn-following:hover {
    background: linear-gradient(90deg, #555, #666);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* İkon için küçük ayar */
.btn-join i,
.btn-following i {
    font-size: 1rem;
}

/* === Kullanıcının İlanları YAZISI  === */
.user-surveys-title {
    text-align: center;
    /* Ortala */
    color: #fff;
    /* Yazı rengi */
    font-weight: 700;
    /* Kalın yazı */
    position: relative;
    /* Alt çizgi için gerekli */
    display: inline-block;
    /* Çizgi sadece yazı genişliğinde olsun */
    margin: 50px auto 1.5rem;
    /* 👈 Üst boşluk: 50px */
}

.user-surveys-title::after {
    content: "";
    display: block;
    width: 60px;
    /* Çizgi uzunluğu */
    height: 3px;
    /* Çizgi kalınlığı */
    background: linear-gradient(90deg, #1e7b4c, #2cb66b);
    /* Yeşil geçiş */
    margin: 0.5rem auto 0;
    /* Çizgiyi ortala */
    border-radius: 2px;
}