/* ========================================
   CREATORS SECTION STYLES
   +3000 İçerik Üreticisi - Premium Design
   ======================================== */

/* ===== SECTION WRAPPER ===== */
.creators-section {
    padding: 120px 0;
    position: relative;
    z-index: 4;
    overflow: hidden;
}

/* ===== SECTION HEADER ===== */
.creators-header {
    text-align: left;
    margin-bottom: 50px;
}

.creators-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.5px;
    color: #FFF;
    margin-bottom: 20px;
}

.creators-title .highlight {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 50%, #9C27B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.creators-title .highlight::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #E91E63 0%, #C2185B 50%, #9C27B0 100%);
    border-radius: 2px;
    opacity: 0.6;
}

.creators-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #9ca3af;
    max-width: 900px;
}

/* ===== CAROUSEL WRAPPER ===== */
.creators-carousel-wrapper {
    position: relative;
    margin-bottom: 60px;
}

.creators-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
    justify-content: center; /* Kartları ortala */
    flex-wrap: nowrap; /* Tek satırda tut */
}

/* 4'ten az kart varsa ortala, fazlaysa scroll */
@media (min-width: 1200px) {
    .creators-carousel {
        justify-content: flex-start; /* 4+ kart için sola hizala */
    }
}

.creators-carousel::-webkit-scrollbar {
    display: none;
}

/* ===== CREATOR CARD ===== */
.creator-card {
    min-width: 280px;
    max-width: 280px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.creator-card:hover {
    transform: translateY(-8px);
    border-color: rgba(233, 30, 99, 0.3);
    box-shadow: 0 12px 40px rgba(233, 30, 99, 0.15);
}

/* Card Image */
.creator-card__image {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.creator-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.creator-card:hover .creator-card__image img {
    transform: scale(1.08);
}

.creator-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(180deg, rgba(16, 16, 18, 0) 0%, rgba(16, 16, 18, 0.95) 100%);
    z-index: 2;
    display: none; /* Overlay gizlendi */
}

.creator-card__overlay-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Card Content */
.creator-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.creator-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.creator-card__name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.3px;
}

.creator-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #FFA500;
}

.creator-card__rating i {
    font-size: 14px;
}

.creator-card__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.creator-card__category {
    padding: 4px 10px;
    border-radius: 100px;
    background: rgba(233, 30, 99, 0.1);
    border: 1px solid rgba(233, 30, 99, 0.3);
    color: #E91E63;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
}

.creator-card__description {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #9ca3af;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== NAVIGATION ARROWS ===== */
.creators-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.creators-nav__btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff; /* Beyaz arka plan */
    border: 2px solid #E91E63; /* Pembe border */
    color: #E91E63; /* Pembe ikon - NORMAL DURUMDA */
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.creators-nav__btn i {
    color: #E91E63 !important; /* Pembe ikon - FORCE */
}

.creators-nav__btn:hover {
    background: #E91E63; /* Hover'da pembe */
    color: #ffffff; /* Hover'da beyaz ikon */
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.creators-nav__btn:hover i {
    color: #ffffff !important; /* Hover'da beyaz ikon - FORCE */
}

.creators-nav__btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.creators-nav__btn--prev {
    margin-left: -24px;
}

.creators-nav__btn--next {
    margin-right: -24px;
}

/* ===== FEATURES GRID ===== */
.creators-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.creators-feature {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
}

.creators-feature:hover {
    border-color: rgba(233, 30, 99, 0.3);
    transform: translateY(-4px);
}

.creators-feature__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.creators-feature__icon--green {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.creators-feature__icon--yellow {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
}

.creators-feature__icon--pink {
    background: rgba(233, 30, 99, 0.15);
    color: #E91E63;
}

.creators-feature__content {
    flex: 1;
}

.creators-feature__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #e5e7eb;
    margin: 0;
}

/* ===== LIGHT MODE ===== */
body.light-mode .creators-section {
    background: #ffffff;
}

body.light-mode .creators-title {
    color: #1d1d1f;
}

body.light-mode .creators-title .highlight {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 50%, #9C27B0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.light-mode .creators-title .highlight::after {
    opacity: 0.4;
}

body.light-mode .creators-subtitle {
    color: #6b7280;
}

body.light-mode .creator-card {
    background: #ffffff;
    border-color: #e5e7eb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

body.light-mode .creator-card:hover {
    border-color: rgba(233, 30, 99, 0.3);
    box-shadow: 0 12px 40px rgba(233, 30, 99, 0.12);
}

body.light-mode .creator-card__name {
    color: #1d1d1f;
}

body.light-mode .creator-card__category {
    background: rgba(233, 30, 99, 0.08);
    border-color: rgba(233, 30, 99, 0.25);
}

body.light-mode .creator-card__description {
    color: #4b5563;
}

body.light-mode .creators-feature {
    background: #ffffff;
    border-color: #e5e7eb;
}

body.light-mode .creators-feature__text {
    color: #1d1d1f;
}

body.light-mode .creators-nav__btn {
    background: #ffffff;
    border: 2px solid #E91E63;
    color: #E91E63;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

body.light-mode .creators-nav__btn i {
    color: #E91E63 !important; /* Pembe ikon - FORCE */
}

body.light-mode .creators-nav__btn:hover {
    background: #E91E63;
    color: #ffffff;
}

body.light-mode .creators-nav__btn:hover i {
    color: #ffffff !important; /* Hover'da beyaz - FORCE */
}

/* ===== RESPONSIVE ===== */

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
    .creators-section {
        padding: 80px 0;
    }
    
    .creators-title {
        font-size: 40px;
        letter-spacing: -1.2px;
    }
    
    .creators-subtitle {
        font-size: 15px;
    }
    
    .creator-card {
        min-width: 260px;
        max-width: 260px;
    }
    
    .creator-card__image {
        height: 280px;
    }
    
    .creators-features {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .creators-nav__btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* Mobile (< 768px) */
@media (max-width: 767px) {
    .creators-section {
        padding: 60px 0;
    }
    
    .creators-header {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    
    .creators-title {
        font-size: 32px;
        letter-spacing: -1px;
    }
    
    .creators-subtitle {
        font-size: 14px;
    }
    
    .creators-carousel-wrapper {
        margin: 0 0 40px 0;
        padding: 0;
        overflow: hidden;
    }
    
    .creators-carousel {
        justify-content: flex-start;
        padding: 10px 0 10px 20px;
        margin-right: -20px;
    }
    
    .creator-card {
        min-width: 240px;
        max-width: 240px;
    }
    
    .creator-card__image {
        height: 260px;
    }
    
    .creator-card__content {
        padding: 16px;
    }
    
    .creator-card__name {
        font-size: 16px;
    }
    
    .creators-features {
        padding: 0 20px;
    }
    
    .creators-feature {
        padding: 20px;
    }
    
    .creators-feature__icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .creators-feature__text {
        font-size: 13px;
    }
    
    .creators-nav {
        display: none;
    }
}

/* Small Mobile (< 576px) */
@media (max-width: 575px) {
    .creators-title {
        font-size: 24px;
    }
    
    .creator-card {
        min-width: 220px;
        max-width: 220px;
    }
    
    .creator-card__image {
        height: 240px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.creator-card {
    animation: slideIn 0.5s ease-out;
}

/* ===== ACCESSIBILITY ===== */
.creator-card:focus,
.creators-nav__btn:focus {
    outline: 2px solid #E91E63;
    outline-offset: 2px;
}

/* ===== PRINT STYLES ===== */
@media print {
    .creators-section {
        padding: 40px 0;
    }
    
    .creators-carousel {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .creator-card {
        min-width: 100%;
        max-width: 100%;
        break-inside: avoid;
    }
    
    .creators-nav {
        display: none;
    }
}
