/* custom-artist.css - Ferhat Tutşi Özel Tasarım Revizyonları */

/* ========================================== */
/* 1. Masaüstü (Desktop) Sınıfları            */
/* ========================================== */

/* Ana Sayfa Masaüstü Viewport Konfigürasyonu (100vh Sınırlandırması) */
body.page-home .prt_home_wrapper {
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

body.page-home {
    height: 100vh !important;
    overflow: hidden !important;
}

/* Diğer sayfalarda ana sayfa wrapper'ı arka planda kalsın, scroll'u engellemesin */
body.page-about .prt_home_wrapper,
body.page-portfolio .prt_home_wrapper,
body.page-strength .prt_home_wrapper,
body.page-contact .prt_home_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    z-index: 0 !important;
    pointer-events: none !important;
    opacity: 0.15 !important;
}

/* Alt sayfalarda genel body ve main_wrapper scroll ayarları */
body.page-about,
body.page-portfolio,
body.page-strength,
body.page-contact {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
}

body.page-about .prt_main_wrapper,
body.page-portfolio .prt_main_wrapper,
body.page-strength .prt_main_wrapper,
body.page-contact .prt_main_wrapper {
    overflow-y: visible !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
}

/* Alt sayfalarda kendi wrapper'larının dikeyde kayabilmesi */
body.page-about .prt_about_wrapper,
body.page-portfolio .prt_portfolio_wrapper,
body.page-strength .prt_services_wrapper,
body.page-contact .prt_contact_wrapper {
    position: relative;
    display: block !important;
    min-height: 100vh !important;
    height: auto !important;
    overflow-y: visible !important;
    z-index: 10;
    background-color: #010101;
    top: 0;
    left: 0;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Portfolio sayfasında sticky bottom player gizlensin */
body.page-portfolio .sticky-player-wrapper {
    display: none !important;
}


.home-details-wrapper {
    text-align: left;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
}

.home-artist-name {
    position: static !important; /* Reset position absolute from style.css */
    transform: none !important;
    top: auto !important;
    left: auto !important;
    font-size: 44px !important; /* Reduced from 54px for a compact premium look */
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px 0;
    line-height: 1.1;
    background: url(../images/content/banner_text_bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    text-transform: uppercase;
}

.home-artist-title {
    font-size: 15px;
    color: #f6483b;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.home-artist-desc {
    font-size: 13px;
    color: #b7b7b7;
    margin: 0 0 15px 0;
    line-height: 1.5;
    max-width: 450px;
}

.home-artist-mobile-img-wrapper {
    display: none;
}

.home-social-icons {
    display: flex;
    gap: 22px;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}

.home-social-icons a {
    color: #888;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-block;
}

.home-social-icons a.icon-instagram:hover {
    color: #e1306c !important;
    transform: translateY(-3px) scale(1.15);
    text-shadow: 0 0 10px rgba(225, 48, 108, 0.4);
}

.home-social-icons a.icon-youtube:hover {
    color: #ff0000 !important;
    transform: translateY(-3px) scale(1.15);
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
}

.home-social-icons a.icon-spotify:hover {
    color: #1db954 !important;
    transform: translateY(-3px) scale(1.15);
    text-shadow: 0 0 10px rgba(29, 185, 84, 0.4);
}

/* Portfolyo Filtreleme Butonları (Chips) */
.portfolio-filter-chips {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.filter-chip {
    background: rgba(17, 17, 17, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #999;
    padding: 10px 28px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
}

.filter-chip:hover, .filter-chip.active {
    background: #f6483b !important;
    border-color: #f6483b !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(246, 72, 59, 0.4) !important;
    transform: translateY(-3px) !important;
}

/* Music/Portfolio Card Overrides */
/* New Video Portfolio Card Styling */
.video-portfolio-card {
    background: linear-gradient(145deg, #111111 0%, #0a0a0a 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.03) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    border-radius: 10px !important;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-portfolio-card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(246, 72, 59, 0.35) !important;
    box-shadow: 0 15px 35px rgba(246, 72, 59, 0.2) !important;
}

.video-card-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.video-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-portfolio-card:hover .video-card-thumbnail img {
    transform: scale(1.06);
}

.video-card-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.video-portfolio-card:hover .video-card-hover {
    background: rgba(0, 0, 0, 0.55);
}

.video-card-hover .play-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(246, 72, 59, 0.95);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-left: 3px;
    box-shadow: 0 0 15px rgba(246, 72, 59, 0.5);
    transition: all 0.3s ease;
}

.video-portfolio-card:hover .play-icon {
    background: #f6483b;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(246, 72, 59, 0.7);
}

.video-card-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    text-align: left;
}

.video-card-category {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f6483b;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.video-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.video-card-desc {
    font-size: 13px;
    color: #b7b7b7;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.video-card-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.btn-play-modal {
    background: #f6483b;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #f6483b;
    transition: all 0.3s ease;
}

.btn-play-modal:hover {
    background: transparent;
    color: #f6483b !important;
    box-shadow: 0 4px 12px rgba(246, 72, 59, 0.3);
}

.btn-external {
    color: #888 !important;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-external:hover {
    color: #f6483b !important;
    text-decoration: underline;
}

/* Hover img zoom effect for gallery */
.animate-hover-img {
    transition: transform 0.4s ease !important;
}
.video-portfolio-card:hover .animate-hover-img {
    transform: scale(1.08) !important;
}


/* Sahne Bölümü Özellik Kartları */
.stage-feature-card {
    background: linear-gradient(145deg, #141414 0%, #0b0b0b 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    padding: 40px 30px;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    height: 100%;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5) !important;
}

.stage-feature-card:hover {
    transform: translateY(-8px) !important;
    border-color: rgba(246, 72, 59, 0.4) !important;
    box-shadow: 0 15px 35px rgba(246, 72, 59, 0.25) !important;
}

.feature-icon-wrapper {
    margin-bottom: 25px;
    display: inline-block;
}

.feature-icon-wrapper img {
    height: 70px;
    width: auto;
    transition: transform 0.3s ease;
}

.stage-feature-card:hover .feature-icon-wrapper img {
    transform: scale(1.1) rotate(2deg);
}

.stage-feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.stage-feature-card p {
    color: #b7b7b7;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Counter & Timers Overrides */
.prt_counter_box {
    background: linear-gradient(145deg, #121212 0%, #090909 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

.prt_counter_box:hover {
    border-color: rgba(246, 72, 59, 0.25) !important;
    box-shadow: 0 12px 30px rgba(246, 72, 59, 0.1) !important;
}

.prt_counter_box h3.timer {
    color: #f6483b !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

/* Modern Dikey Etkinlik Takvimi (Timeline) */
.timeline-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    border-left: 4px solid #f6483b;
    padding-left: 12px;
    text-align: left;
}

.modern-timeline {
    position: relative;
    padding-left: 30px;
    border-left: 2px solid #222;
    text-align: left;
}

.timeline-item {
    position: relative;
    margin-bottom: 35px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f6483b;
    box-shadow: 0 0 10px #f6483b;
    border: 2px solid #010101;
}

.timeline-date {
    font-size: 13px;
    font-weight: 700;
    color: #f6483b;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.timeline-content {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
    border-color: rgba(246, 72, 59, 0.2);
    transform: translateX(5px);
}

.timeline-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
}

.timeline-content p {
    font-size: 14px;
    color: #888;
    margin: 0 0 12px 0;
}

.ticket-status {
    display: inline-block;
    background: rgba(29, 185, 84, 0.1);
    color: #1db954;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.ticket-status.status-sold-out {
    background: rgba(255, 0, 0, 0.1);
    color: #ff0000;
}

/* Geçmiş Etkinlik Kartları */
.past-events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.past-event-card {
    background: #111;
    border-left: 3px solid #888;
    padding: 20px;
    border-radius: 0 6px 6px 0;
    text-align: left;
    transition: all 0.3s ease;
}

.past-event-card:hover {
    transform: translateY(-2px);
    border-left-color: #f6483b;
}

.past-event-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.past-event-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
}

.past-event-card p {
    font-size: 13px;
    color: #b7b7b7;
    line-height: 1.5;
    margin: 0;
}

/* Sticky Bottom Player - Default Hide */
.sticky-player-wrapper.no-track {
    display: none !important;
}

/* Ana Sayfa Öne Çıkan Video Bölümü */
.home-featured-video-section {
    margin-top: 15px;
    width: 100%;
    max-width: 340px; /* Compact width to fit 100vh */
}

.section-title-premium {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.featured-video-card {
    display: flex;
    flex-direction: column;
    background: rgba(17, 17, 17, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
}

.featured-video-card:hover {
    border-color: rgba(246, 72, 59, 0.3);
    box-shadow: 0 12px 30px rgba(246, 72, 59, 0.2);
    transform: translateY(-3px);
}

.video-card-img-wrapper {
    width: 100%;
    height: 175px !important; /* Compact fixed thumbnail height */
    position: relative;
    overflow: hidden;
    background: #000;
}

.video-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-video-card:hover .video-card-img-wrapper img {
    transform: scale(1.06);
}

.video-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    transition: background-color 0.3s ease;
}

.featured-video-card:hover .video-card-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.video-play-icon-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px; /* Compact play button */
    height: 48px;
    border-radius: 50%;
    background: rgba(246, 72, 59, 0.95);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-left: 3px;
    box-shadow: 0 0 15px rgba(246, 72, 59, 0.5);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.featured-video-card:hover .video-play-icon-btn {
    background: #f6483b;
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 20px rgba(246, 72, 59, 0.7);
}

.video-card-content {
    padding: 12px 15px; /* Compact padding */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.video-badge {
    align-self: flex-start;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    background: #f6483b;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    margin-bottom: 6px;
    display: inline-block;
}

.video-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.video-desc {
    font-size: 11.5px;
    color: #b7b7b7;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.video-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-izle {
    background: #f6483b;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    border: 1px solid #f6483b;
}

.btn-izle:hover {
    background: transparent;
    color: #f6483b !important;
    box-shadow: 0 4px 12px rgba(246, 72, 59, 0.3);
}

.btn-yt-open {
    color: #888 !important;
    font-size: 11px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.btn-yt-open:hover {
    color: #f6483b !important;
    text-decoration: underline;
}

/* Kimlik Satiri */
.home-artist-identity {
    font-size: 12px;
    color: #f6483b;
    margin: 0 0 8px 0;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Sosyal Medya Basligi */
.home-social-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;
    margin: 15px 0 6px 0;
    text-transform: uppercase;
}

/* One Cikan Calismalar Grid */
.featured-works-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.featured-primary {
    margin-bottom: 0;
}

.featured-works-mini-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.featured-work-mini-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(17, 17, 17, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 6px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.featured-work-mini-item:hover {
    border-color: rgba(246, 72, 59, 0.3);
    background: rgba(17, 17, 17, 0.9);
    transform: translateX(4px);
}

.mini-item-thumb {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-color: #222;
}

.mini-item-title {
    font-size: 12px;
    color: #ddd;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ========================================== */
/* 2. Mobil Uyumlu Overrides (max-width: 768px)*/
/* ========================================== */



@media (max-width: 768px) {
    
    /* ── KRİTİK: Mobilde ana sayfa scroll kilidi aç ── */
    body.page-home {
        height: auto !important;
        min-height: 100vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    /* Ana Sayfa Mobil Sıralama ve Akış */
    body.page-home .prt_home_wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 24px 15px 80px 15px !important; /* Player için alt boşluk */
        height: auto !important;
        min-height: 100vh !important;
        overflow: visible !important;
        overflow-x: hidden !important;
        background-image: none !important;
        background-color: #010101 !important;
    }

    /* Mobilde yatay taşma engelle — tüm sayfalarda */
    body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    /* Büyük Arka Plan Başlığını Gizle */
    body.page-home .prt_home_wrapper > h1 {
        display: none !important;
    }

    /* Logo Üstte Küçük Kalsın */
    .prt_logo_wrapper {
        position: static !important;
        order: 1 !important;
        margin-bottom: 25px !important;
        text-align: center !important;
        width: 100% !important;
        display: block !important;
    }
    
    .prt_logo_wrapper a {
        display: inline-block !important;
    }

    .prt_logo_wrapper img {
        position: static !important;
        margin: 0 auto !important;
        animation: none !important;
        max-width: 100px !important;
    }

    /* Menü 2x2 Grid Buton Düzeni */
    .prt_menu_wrapper {
        position: static !important;
        order: 2 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 400px !important;
        padding: 0 !important;
        margin-bottom: 30px !important;
    }

    .prt_menu_wrapper a {
        position: static !important;
        transform: none !important;
        margin: 0 !important;
        font-size: 12px !important;
        padding: 12px 5px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-radius: 6px !important;
        background: #111 !important;
        letter-spacing: 1px !important;
        text-align: center !important;
        flex: 0 0 calc(50% - 4px) !important; /* Tam 2x2 grid */
        height: auto !important;
        line-height: normal !important;
    }

    .prt_menu_wrapper a:hover {
        background: #f6483b !important;
        border-color: #f6483b !important;
        color: #fff !important;
    }

    /* Container Düzeni */
    body.page-home .prt_home_wrapper .container {
        order: 3 !important;
        width: 100% !important;
        padding: 0 !important;
    }

    body.page-home .prt_home_wrapper .container .row {
        margin: 0 !important;
    }

    body.page-home .prt_home_wrapper .container .row > div {
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Detay Kartı Sıralaması (İsim -> Açıklama -> Fotoğraf -> İkonlar) */
    .home-details-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .home-artist-name {
        display: block !important; /* Force display block over generic wrapper h1 hide */
        order: 1 !important;
        font-size: 32px !important;
        font-weight: 700 !important;
        color: #fff !important;
        margin: 0 0 6px 0 !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        background: none !important;
        -webkit-text-fill-color: #fff !important;
        position: static !important;
    }

    .home-artist-title {
        order: 2 !important;
        font-size: 15px !important;
        color: #f6483b !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        margin: 0 0 8px 0 !important;
        letter-spacing: 2px !important;
    }

    .home-artist-desc {
        order: 3 !important;
        font-size: 13px !important;
        color: #b7b7b7 !important;
        margin: 0 0 15px 0 !important;
        line-height: 1.5 !important;
        max-width: 290px !important;
    }

    /* Sanatçı Fotoğrafı — dengeli boyut */
    .home-artist-mobile-img-wrapper {
        display: block !important;
        order: 4 !important;
        width: 100% !important;
        max-width: 220px !important;
        margin: 14px auto !important;
    }

    .home-artist-mobile-img {
        width: 100% !important;
        max-width: 220px !important;
        height: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6) !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Sosyal İkonlar Alta Düzgün Hizalı */
    .home-social-icons {
        order: 6 !important;
        display: flex !important;
        gap: 20px !important;
        font-size: 24px !important;
        justify-content: center !important;
        margin-top: 16px !important;
        margin-bottom: 10px !important;
        width: 100% !important;
    }

    /* Sticky Bottom Player Mobil Tasarım */
    .sticky-player-wrapper {
        flex-direction: row !important;
        padding: 8px 12px !important;
        height: 52px !important;
        max-height: 52px !important;
        gap: 10px !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    /* Kapak Yoksa Veya no-track Sınıfı Varsa Kapak Resmini Gizle */
    .sticky-player-wrapper.no-track .player-cover-art {
        display: none !important;
    }
    
    /* Şarkı seçilmedi yazısı küçük ve sade */
    .sticky-player-wrapper.no-track .no-track-selected {
        font-size: 11px !important;
        color: #666 !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
    }
    
    .player-track-info {
        gap: 8px !important;
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .player-cover-art {
        width: 36px !important;
        height: 36px !important;
        border-radius: 4px !important;
    }
    
    .player-metadata {
        text-align: left !important;
        min-width: 0 !important;
        flex: 1 !important;
    }
    
    .player-track-title {
        font-size: 12px !important;
        max-width: 120px !important;
        margin: 0 !important;
    }
    
    .player-artist-name {
        font-size: 10px !important;
        margin: 0 !important;
    }
    
    .player-platforms {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        flex: 0 0 auto !important;
    }
    
    /* Butonlar Tek Satırda Dairesel İkon Olarak */
    .player-btn {
        font-size: 0 !important;
        padding: 0 !important;
        border-radius: 50% !important;
        width: 30px !important;
        height: 30px !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 !important;
    }
    
    .player-btn i {
        font-size: 14px !important;
        margin: 0 !important;
    }

    /* Portfolyo Sayfası Mobil Revizyonları */
    .portfolio-filter-chips {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding: 5px 10px !important;
        gap: 8px !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    
    .portfolio-filter-chips::-webkit-scrollbar {
        display: none !important;
    }
    
    .portfolio-filter-chips {
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }
    
    .filter-chip {
        flex: 0 0 auto !important;
        padding: 8px 18px !important;
        font-size: 12px !important;
    }

    .portfolio-grid-item {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Öne Çıkan Kartı Standart Boyuta İndirgemek */
    .featured-music-split {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 10px !important;
    }
    
    .featured-music-img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1/1 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .featured-music-details {
        width: 100% !important;
        text-align: center !important;
        align-items: center !important;
    }
    
    .featured-badge {
        align-self: center !important;
    }
    
    .featured-music-details h3 {
        font-size: 18px !important;
        text-align: center !important;
    }
    
    .featured-artist {
        margin-bottom: 8px !important;
        font-size: 14px !important;
    }
    
    .featured-desc {
        font-size: 12px !important;
        text-align: center !important;
        margin-bottom: 12px !important;
    }
    
    .featured-actions {
        justify-content: center !important;
    }

    /* Sahne Performans Sayfası Mobil Revizyonları */
    .prt_services_wrapper .col-lg-4, 
    .prt_services_wrapper .col-md-6, 
    .prt_services_wrapper .col-sm-12,
    .prt_services_wrapper .col-md-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        float: none !important;
    }
    
    .stage-feature-card {
        padding: 30px 20px !important;
        margin-bottom: 20px !important;
    }

    /* Sayaçlar 2x2 Matris Düzeninde */
    .prt_counter_space .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -8px !important;
    }
    .prt_counter_space .row > div {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 0 8px !important;
        margin-bottom: 15px !important;
        float: none !important;
    }
    
    .prt_counter_box {
        padding: 20px 10px !important;
    }
    
    .prt_counter_box img {
        height: 50px !important;
        width: auto !important;
        margin-bottom: 8px !important;
    }
    .prt_counter_box h3 {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }
    
    /* Timeline Taşma Engelleme ve Mobil Hizalama */
    .modern-timeline {
        padding-left: 20px !important;
    }
    .timeline-item::before {
        left: -27px !important;
    }
    .timeline-content {
        padding: 15px !important;
    }
    .timeline-content h4 {
        font-size: 14px !important;
    }
    .timeline-content p {
        font-size: 12px !important;
    }
    
    .past-event-card {
        padding: 15px !important;
    }
    .past-event-card h4 {
        font-size: 14px !important;
    }

    /* Ana Sayfa Öne Çıkan Video Kartı Mobil Düzeni */
    .home-featured-video-section {
        order: 5 !important;
        margin-top: 14px !important;
        padding: 0 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .featured-video-card {
        flex-direction: column !important;
    }

    .video-card-img-wrapper {
        width: 100% !important;
        height: 180px !important;
        flex: 0 0 auto !important;
    }

    .video-card-overlay {
        opacity: 1 !important;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    .video-card-content {
        padding: 15px !important;
        align-items: center !important;
        text-align: center !important;
    }

    .video-badge {
        align-self: center !important;
    }

    .video-title {
        font-size: 16px !important;
        text-align: center !important;
    }

    .video-desc {
        font-size: 12px !important;
        text-align: center !important;
    }

    .video-actions {
        justify-content: center !important;
        width: 100% !important;
    }
}

/* ─────────────────────────────────────── */
/* Ekstra küçük ekranlar: ≤430px           */
/* ─────────────────────────────────────── */
@media (max-width: 430px) {

    body.page-home {
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    body.page-home .prt_home_wrapper {
        padding: 20px 12px 70px 12px !important;
    }

    .prt_logo_wrapper img {
        max-width: 85px !important;
    }

    .home-artist-name {
        font-size: 28px !important;
    }

    .home-artist-title {
        font-size: 13px !important;
        letter-spacing: 1.5px !important;
    }

    .home-artist-desc {
        font-size: 12px !important;
        max-width: 260px !important;
    }

    .home-artist-mobile-img-wrapper {
        max-width: 200px !important;
        margin: 12px auto !important;
    }

    .home-artist-mobile-img {
        max-width: 200px !important;
    }

    .home-featured-video-section {
        margin-top: 12px !important;
    }

    .home-social-icons {
        margin-top: 12px !important;
        gap: 18px !important;
        font-size: 22px !important;
    }

    .prt_menu_wrapper {
        max-width: 100% !important;
        gap: 6px !important;
    }

    .prt_menu_wrapper a {
        font-size: 11px !important;
        padding: 10px 4px !important;
        flex: 0 0 calc(50% - 3px) !important;
    }
}

/* ─────────────────────────────────────── */
/* Çok küçük ekranlar: ≤375px             */
/* ─────────────────────────────────────── */
@media (max-width: 375px) {

    body.page-home {
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    body.page-home .prt_home_wrapper {
        padding: 18px 10px 65px 10px !important;
    }

    .home-artist-name {
        font-size: 26px !important;
    }

    .home-artist-mobile-img-wrapper {
        max-width: 185px !important;
        margin: 10px auto !important;
    }

    .home-artist-mobile-img {
        max-width: 185px !important;
    }

    .video-card-img-wrapper {
        height: 155px !important;
    }

    /* Alt sayfalarda padding küçült */
    body.page-about .prt_about_wrapper,
    body.page-portfolio .prt_portfolio_wrapper,
    body.page-strength .prt_services_wrapper,
    body.page-contact .prt_contact_wrapper {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
}

/* ─────────────────────────────────────── */
/* En küçük ekran: ≤320px                 */
/* ─────────────────────────────────────── */
@media (max-width: 320px) {

    body.page-home {
        height: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    body.page-home .prt_home_wrapper {
        padding: 16px 10px 60px 10px !important;
    }

    .prt_logo_wrapper img {
        max-width: 75px !important;
    }

    .home-artist-name {
        font-size: 23px !important;
    }

    .home-artist-title {
        font-size: 11px !important;
        letter-spacing: 1px !important;
    }

    .home-artist-mobile-img-wrapper {
        max-width: 160px !important;
        margin: 8px auto !important;
    }

    .home-artist-mobile-img {
        max-width: 160px !important;
    }

    .prt_menu_wrapper a {
        font-size: 10px !important;
        padding: 9px 3px !important;
    }

    .home-featured-video-section {
        margin-top: 10px !important;
    }

    .video-card-img-wrapper {
        height: 140px !important;
    }

    .home-social-icons {
        font-size: 20px !important;
        gap: 16px !important;
    }

    /* Heading küçültme */
    .prt_heading h1 {
        font-size: 22px !important;
    }

    /* Portfolio kartları 320px'de tam genişlik */
    .portfolio-grid-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* ========================================== */
/* 3. Biyografi Özel Timeline ve Tasarım      */
/* ========================================== */

.artist-timeline {
    position: relative;
    max-width: 800px;
    margin: 40px auto 0 auto;
    padding: 20px 0;
}

.artist-timeline::before {
    content: '';
    position: absolute;
    left: 120px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.1);
}

.timeline-row {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.timeline-row:last-child {
    margin-bottom: 0;
}

.timeline-year {
    width: 100px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: #f6483b;
    padding-right: 20px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

.timeline-dot {
    position: absolute;
    left: 115px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f6483b;
    box-shadow: 0 0 8px #f6483b;
    border: 2px solid #010101;
    z-index: 2;
}

.timeline-details {
    padding-left: 40px;
    flex-grow: 1;
    text-align: left;
}

.timeline-details h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
}

.timeline-details p {
    font-size: 14px;
    color: #b7b7b7;
    margin: 0;
    line-height: 1.6;
}

/* Biyografi Mobilde Timeline Uyum */
@media (max-width: 768px) {
    .artist-timeline::before {
        left: 20px;
    }
    .timeline-row {
        flex-direction: column;
        padding-left: 40px;
        margin-bottom: 30px;
    }
    .timeline-year {
        width: auto;
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .timeline-dot {
        left: 16px;
        top: 6px;
    }
    .timeline-details {
        padding-left: 0;
    }
}

/* ========================================== */
/* 4. Footer Sosyal Medya İkonları Hover      */
/* ========================================== */
.prt_footer_wrapper ul li a {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.prt_footer_wrapper ul li a[href*="instagram.com"]:hover {
    background-color: #e1306c !important;
    color: #ffffff !important;
    box-shadow: 0 0 10px rgba(225, 48, 108, 0.5) !important;
    transform: translateY(-3px) scale(1.1);
}

.prt_footer_wrapper ul li a[href*="youtube.com"]:hover {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5) !important;
    transform: translateY(-3px) scale(1.1);
}

.prt_footer_wrapper ul li a[href*="spotify.com"]:hover {
    background-color: #1db954 !important;
    color: #ffffff !important;
    box-shadow: 0 0 10px rgba(29, 185, 84, 0.5) !important;
    transform: translateY(-3px) scale(1.1);
}

/* ========================================== */
/* 5. İletişim & Booking Modern Tasarım       */
/* ========================================== */

.contact-grid-row {
    margin-top: 30px;
}

/* Booking Card */
.artist-booking-card {
    background: linear-gradient(145deg, #111111 0%, #080808 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 12px !important;
    padding: 24px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: left;
}

.booking-actions {
    margin-top: auto;
}

.artist-booking-card:hover {
    transform: translateY(-5px);
    border-color: rgba(246, 72, 59, 0.25) !important;
    box-shadow: 0 12px 30px rgba(246, 72, 59, 0.15) !important;
}

.booking-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.booking-main-icon {
    font-size: 28px;
    color: #f6483b;
}

.booking-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.booking-details-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.booking-detail-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.detail-value {
    font-size: 15px;
    font-weight: 500;
    color: #b7b7b7 !important;
    transition: color 0.2s ease;
}

.detail-value:hover {
    color: #f6483b !important;
}

.font-highlight {
    color: #fff !important;
    font-weight: 600;
}

/* WhatsApp Button */
.btn-whatsapp-booking {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #25d366 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-booking:hover {
    background-color: #20ba5a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

/* Streamlined Form Card */
.artist-contact-form-card {
    background: linear-gradient(145deg, #111111 0%, #080808 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 12px !important;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.artist-contact-form-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.form-group-custom {
    margin-bottom: 20px;
}

.form-input-dark {
    width: 100% !important;
    background-color: #161616 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 6px !important;
    padding: 12px 15px !important;
    height: auto !important;
    line-height: normal !important;
    color: #fff !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.form-input-dark:focus, .form-input-dark:hover {
    background-color: #1e1e1e !important;
    border-color: rgba(246, 72, 59, 0.4) !important;
}

textarea.form-input-dark {
    resize: none;
}

.btn-submit-booking {
    width: 100%;
    background-color: #f6483b;
    border: 1px solid #f6483b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-booking:hover {
    background-color: transparent;
    color: #f6483b;
    box-shadow: 0 4px 15px rgba(246, 72, 59, 0.3);
}

/* Social Platforms Section */
.artist-social-platforms-section {
    background: linear-gradient(145deg, #111111 0%, #080808 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 12px !important;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.artist-social-platforms-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.social-platforms-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-platform-card {
    background-color: #161616;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none !important;
}

.platform-icon-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.platform-icon-name i {
    font-size: 20px;
    color: #fff;
    transition: transform 0.3s ease;
}

.platform-icon-name h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.social-platform-card p {
    font-size: 12.5px;
    color: #888;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* Brand Hover Effects for Platform Cards */
.social-platform-card:hover {
    transform: translateX(4px);
}

.social-platform-card.card-spotify:hover {
    background-color: #1db954 !important;
    border-color: #1db954 !important;
    box-shadow: 0 0 15px rgba(29, 185, 84, 0.35);
}

.social-platform-card.card-youtube:hover {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.35);
}

.social-platform-card.card-instagram:hover {
    background-color: #e1306c !important;
    border-color: #e1306c !important;
    box-shadow: 0 0 15px rgba(225, 48, 108, 0.35);
}

.social-platform-card.card-tiktok:hover {
    background-color: #010101 !important;
    border-color: #00f2fe !important;
    box-shadow: -3px -3px 10px rgba(0, 242, 254, 0.45), 3px 3px 10px rgba(254, 9, 121, 0.45) !important;
}

.social-platform-card:hover p {
    color: rgba(255, 255, 255, 0.85);
}

.social-platform-card:hover .platform-icon-name i {
    transform: scale(1.1);
}



.social-platform-card.card-twitter:hover {
    background-color: #000 !important;
    border-color: #333 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

/* ========================================== */
/* 6. Küresel Başlık ve Alt Açıklama Düzeltmesi*/
/* ========================================== */

/* Tüm başlık wrapper'ları */
.prt_heading_wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 40px !important;
    text-align: center !important;
}

.prt_heading_wrapper_2 {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    text-align: left !important;
}

/* Başlık Bloğu */
.prt_heading {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: 900px;
    height: auto !important;
}

.prt_heading_wrapper_2 .prt_heading {
    align-items: flex-start !important;
}

/* Sayfa ve Bölüm H1 Başlığı */
.prt_heading h1 {
    font-size: 38px !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important; /* Çizgi ve alt başlık öncesi boşluk */
    padding-bottom: 12px !important;
    text-transform: uppercase !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    width: auto !important;
    text-align: center !important;
    color: #fffefe !important;
}

.prt_heading_wrapper_2 .prt_heading h1 {
    text-align: left !important;
}

/* Başlık Alt Çizgisi */
.prt_heading h1::after {
    content: "" !important;
    position: absolute !important;
    background-color: #f6483b !important; /* Kırmızı dekoratif çizgi */
    width: 60px !important;
    height: 3px !important;
    bottom: 0 !important;
    top: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.prt_heading_wrapper_2 .prt_heading h1::after {
    left: 0 !important;
    transform: none !important;
}

/* Alt Başlık / Uzun Açıklama Metni */
.prt_heading p {
    position: static !important; /* position: absolute etkisini sıfırla */
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #f6483b !important; /* Kırmızı renk */
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
    text-transform: none !important; /* Türkçe uzun açıklamalar için normal case */
    text-align: center !important;
    bottom: auto !important;
    right: auto !important;
}

.prt_heading_wrapper_2 .prt_heading p {
    text-align: left !important;
}

/* Mobil Uyumlu Başlık Yazı Boyutları (320px - 768px) */
@media (max-width: 768px) {
    .prt_heading h1 {
        font-size: 26px !important;
        margin-bottom: 14px !important;
        padding-bottom: 8px !important;
    }
    
    .prt_heading p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .prt_heading_wrapper, .prt_heading_wrapper_2 {
        margin-bottom: 25px !important;
    }
}

/* Alt sayfalarda genel body ve main_wrapper scroll ayarları - Yeni Sayfalar Dahil */
body.page-event-detail,
body.page-gallery-album {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
}

body.page-event-detail .prt_main_wrapper,
body.page-gallery-album .prt_main_wrapper {
    overflow-y: visible !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
}

/* Diğer sayfalarda ana sayfa wrapper'ı arka planda kalsın, scroll'u engellemesin - Yeni Sayfalar Dahil */
body.page-event-detail .prt_home_wrapper,
body.page-gallery-album .prt_home_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    z-index: 0 !important;
    pointer-events: none !important;
    opacity: 0.15 !important;
}

/* Event ve Galeri Sayfaları Sarmalayıcıları */
body.page-event-detail .prt_event_detail_wrapper,
body.page-gallery-album .prt_gallery_album_wrapper {
    position: relative;
    display: block !important;
    min-height: 100vh !important;
    height: auto !important;
    overflow-y: visible !important;
    z-index: 10;
    background-color: #010101;
    top: 0;
    left: 0;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Media/Photo/Video count badge on portfolio thumbnail */
.media-count-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(246, 72, 59, 0.9);
    color: #fff;
    font-size: 10.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Event Sidebar Card */
.event-sidebar-card {
    background: linear-gradient(145deg, #111111 0%, #080808 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 12px !important;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.event-poster-wrapper img {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.event-info-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
}

.event-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    letter-spacing: 1.5px;
}

.info-value {
    font-size: 14.5px;
    font-weight: 500;
    color: #fff;
}

.status-badge {
    color: #f6483b !important;
    font-weight: 600;
}

.btn-event-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #1a1a1a !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-event-back:hover {
    background-color: #f6483b !important;
    border-color: #f6483b !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(246, 72, 59, 0.35);
}

/* Event Main Content Area */
.event-main-content {
    padding-left: 20px;
}

@media (max-width: 991px) {
    .event-main-content {
        padding-left: 0;
    }
}

.event-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    border-left: 3px solid #f6483b;
    padding-left: 10px;
    text-transform: uppercase;
}

.event-long-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #b7b7b7;
}

/* Event Photo Gallery Cards */
.event-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    background-color: #000;
}

.event-gallery-card img {
    transition: transform 0.4s ease;
}

.event-gallery-card:hover img {
    transform: scale(1.06);
}

.event-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.event-gallery-card:hover .event-gallery-overlay {
    opacity: 1;
}

.zoom-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f6483b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(246, 72, 59, 0.4);
    transition: transform 0.3s ease;
}

.event-gallery-card:hover .zoom-icon {
    transform: scale(1.1);
}

/* Event ve Galeri sayfalarında footer z-index düzeltmesi */
body.page-event-detail .prt_footer_wrapper,
body.page-gallery-album .prt_footer_wrapper {
    position: relative;
    z-index: 15;
    background-color: #010101;
}

/* Sticky Player - Event ve Galeri sayfalarında gizle */
body.page-event-detail .sticky-player-wrapper,
body.page-gallery-album .sticky-player-wrapper {
    display: none !important;
}

/* Event detail mobil düzeltme */
@media (max-width: 768px) {
    .event-sidebar-card {
        margin-bottom: 30px;
    }
    
    .event-main-content {
        padding-left: 0 !important;
    }
    
    .event-section-title {
        font-size: 15px;
    }
    
    .event-long-desc {
        font-size: 14px;
    }
    
    /* Gallery album mobil: 2 sütun */
    .prt_gallery_album_wrapper .col-lg-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 480px) {
    /* Gallery album mobil: tek sütun */
    .prt_gallery_album_wrapper .col-lg-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}


/* ========================================== */
/* 8. Sahne Sayfası — Yeni Premium Tasarım   */
/* ========================================== */

/* Hero açıklama metni */
.stage-hero-desc {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 10px auto;
    color: #b7b7b7;
    font-size: 15px;
    line-height: 1.8;
}

/* Performans Kartı — Font Awesome ikon versiyonu */
.stage-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(246, 72, 59, 0.1);
    border: 1px solid rgba(246, 72, 59, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.stage-card-icon i {
    font-size: 22px;
    color: #f6483b;
    transition: transform 0.3s ease;
}

.stage-feature-card:hover .stage-card-icon {
    background: rgba(246, 72, 59, 0.2);
    border-color: rgba(246, 72, 59, 0.5);
    box-shadow: 0 0 18px rgba(246, 72, 59, 0.2);
}

.stage-feature-card:hover .stage-card-icon i {
    transform: scale(1.15);
}

/* ─────────────────────────────────────────── */
/* Stat Kartları — Yatay Bantlı Grid          */
/* ─────────────────────────────────────────── */
.stage-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.stage-stat-card {
    background: linear-gradient(145deg, #141414 0%, #0b0b0b 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.stage-stat-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f6483b, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stage-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(246, 72, 59, 0.2);
    box-shadow: 0 12px 28px rgba(246, 72, 59, 0.12);
}

.stage-stat-card:hover::before {
    opacity: 1;
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #f6483b;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

.stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* ─────────────────────────────────────────── */
/* Bölüm Başlığı (Section Header)             */
/* ─────────────────────────────────────────── */
.stage-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.stage-section-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f6483b;
    box-shadow: 0 0 10px rgba(246, 72, 59, 0.5);
    flex-shrink: 0;
}

.stage-section-dot--dim {
    background: #444;
    box-shadow: none;
}

.stage-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stage-section-title--dim {
    color: #666;
    font-size: 16px;
}

/* ─────────────────────────────────────────── */
/* Yaklaşan Etkinlikler — Kart Yapısı         */
/* ─────────────────────────────────────────── */
.upcoming-events-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.upcoming-event-card {
    background: linear-gradient(145deg, #111111 0%, #0c0c0c 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.upcoming-event-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #f6483b;
    border-radius: 3px 0 0 3px;
}

.upcoming-event-card:hover {
    transform: translateX(4px);
    border-color: rgba(246, 72, 59, 0.2);
    box-shadow: 0 8px 22px rgba(246, 72, 59, 0.1);
}

.upcoming-event-card--sold {
    opacity: 0.6;
}

.upcoming-event-card--sold::before {
    background: #444;
}

.upcoming-event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding-left: 8px;
    text-align: center;
}

.event-day {
    font-size: 26px;
    font-weight: 800;
    color: #f6483b;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.upcoming-event-card--sold .event-day {
    color: #555;
}

.event-month {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

.event-year {
    font-size: 10px;
    color: #555;
    margin-top: 1px;
}

.upcoming-event-info {
    flex: 1;
    min-width: 0;
}

.upcoming-event-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upcoming-event-card--sold .upcoming-event-info h4 {
    color: #666;
}

.event-meta {
    font-size: 12px;
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.event-meta i {
    color: #555;
    font-size: 11px;
}

.upcoming-event-ticket {
    flex-shrink: 0;
}

/* Bilet rozeti */
.ticket-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.ticket-available {
    background: rgba(246, 72, 59, 0.1);
    color: #f6483b;
    border: 1px solid rgba(246, 72, 59, 0.25);
}

.ticket-sold {
    background: rgba(80, 80, 80, 0.15);
    color: #555;
    border: 1px solid rgba(80, 80, 80, 0.2);
}

/* ─────────────────────────────────────────── */
/* Geçmiş Etkinlikler — Arşiv Listesi         */
/* ─────────────────────────────────────────── */
.past-events-archive {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.archive-event-item {
    display: flex;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    align-items: flex-start;
    transition: background 0.2s ease;
}

.archive-event-item:last-child {
    border-bottom: none;
}

.archive-event-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 120px;
    flex-shrink: 0;
}

.archive-date {
    font-size: 11.5px;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}

.archive-city {
    font-size: 11px;
    color: #444;
}

.archive-city i {
    font-size: 10px;
    margin-right: 3px;
}

.archive-event-body {
    flex: 1;
    min-width: 0;
}

.archive-event-body h4 {
    font-size: 14px;
    font-weight: 600;
    color: #888;
    margin: 0 0 5px 0;
}

.archive-event-body p {
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/* ─────────────────────────────────────────── */
/* Sahne Sayfası Mobil (≤768px)               */
/* ─────────────────────────────────────────── */
@media (max-width: 768px) {

    .stage-hero-desc {
        font-size: 14px;
        padding: 0 5px;
    }

    /* Stat grid: 2x2 */
    .stage-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .stat-number {
        font-size: 34px;
    }

    .stat-label {
        font-size: 11px;
    }

    .stage-stat-card {
        padding: 22px 15px;
    }

    /* Etkinlik kartı mobil layout */
    .upcoming-event-card {
        gap: 14px;
        padding: 14px 16px;
    }

    .upcoming-event-info h4 {
        font-size: 13.5px;
        white-space: normal;
    }

    .event-day {
        font-size: 22px;
    }

    /* Geçmiş etkinlikler mobil */
    .archive-event-item {
        flex-direction: column;
        gap: 6px;
        padding: 14px 0;
    }

    .archive-event-meta {
        flex-direction: row;
        gap: 12px;
        min-width: unset;
    }

    /* Performans kartı mobil */
    .stage-feature-card {
        padding: 28px 20px !important;
        margin-bottom: 16px;
    }

    .stage-section-title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    /* Stat grid: 2x2 bile sığmıyorsa 1x */
    .stage-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .upcoming-event-card {
        flex-wrap: wrap;
    }

    .upcoming-event-ticket {
        width: 100%;
        margin-top: 6px;
    }
}

@media (max-width: 360px) {
    .stage-stats-row {
        grid-template-columns: 1fr 1fr;
    }
    .stat-number {
        font-size: 28px;
    }
}


/* ========================================== */
/* 9. Biyografi Sayfası — Yeni Premium Tasarım*/
/* ========================================== */

/* ─── Genel alan padding düzeltmesi ─────── */
.prt_about_wrapper .container {
    padding-top: 80px;
}

/* ─── Sol Kolon: Fotoğraf + Rozetler ─────── */
.bio-photo-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.bio-photo-frame {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.bio-artist-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.08);
    filter: grayscale(15%);
    transition: filter 0.4s ease;
}

.bio-artist-img:hover {
    filter: grayscale(0%);
}

/* Kırmızı köşe accent */
.bio-photo-accent {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 60px;
    height: 60px;
    border-bottom: 3px solid #f6483b;
    border-right: 3px solid #f6483b;
    border-radius: 0 0 6px 0;
    pointer-events: none;
}

/* Rozetler */
.bio-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 12px;
}

.bio-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(246, 72, 59, 0.08);
    border: 1px solid rgba(246, 72, 59, 0.2);
    color: #f6483b;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.25s ease;
}

.bio-badge:hover {
    background: rgba(246, 72, 59, 0.15);
    border-color: rgba(246, 72, 59, 0.4);
}

.bio-badge i {
    font-size: 10px;
}

/* ─── Sağ Kolon: Metin ─────────────────── */
.bio-text-col {
    padding-left: 20px;
}

.bio-lead-text {
    font-size: 17px;
    font-weight: 500;
    color: #f6483b;
    line-height: 1.65;
    margin-bottom: 20px;
    border-left: 3px solid #f6483b;
    padding-left: 16px;
}

.bio-body-text {
    font-size: 15px;
    color: #b7b7b7;
    line-height: 1.8;
    margin-bottom: 24px;
}

/* Vurgu cümleleri */
.bio-highlights {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    border-left: 2px solid rgba(246, 72, 59, 0.3);
}

.bio-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #888;
    line-height: 1.5;
}

.bio-highlight-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f6483b;
    flex-shrink: 0;
    margin-top: 6px;
}

/* CTA butonları */
.bio-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.bio-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    white-space: nowrap;
}

.bio-cta-btn--primary {
    background: #f6483b;
    color: #fff !important;
    border: 1px solid #f6483b;
}

.bio-cta-btn--primary:hover {
    background: transparent;
    color: #f6483b !important;
    box-shadow: 0 4px 15px rgba(246, 72, 59, 0.3);
}

.bio-cta-btn--ghost {
    background: transparent;
    color: #888 !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bio-cta-btn--ghost:hover {
    border-color: rgba(246, 72, 59, 0.4);
    color: #f6483b !important;
}

/* ─── Bölüm Başlığı (Section Label) ────── */
.bio-section-block {
    width: 100%;
}

.bio-section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.bio-label-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #f6483b;
    flex-shrink: 0;
    border-radius: 2px;
}

.bio-section-heading {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* ─── Yeni Timeline ─────────────────────── */
.bio-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 0;
}

.bio-tl-item {
    display: grid;
    grid-template-columns: 64px 24px 1fr;
    gap: 0 12px;
    align-items: flex-start;
    position: relative;
}

/* Yıl */
.bio-tl-year {
    font-size: 15px;
    font-weight: 800;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    padding-top: 3px;
    line-height: 1;
}

.bio-tl-year--current {
    color: #f6483b;
}

/* Bağlayıcı (nokta + dikey çizgi) */
.bio-tl-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.bio-tl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2a2a2a;
    border: 2px solid #333;
    flex-shrink: 0;
    margin-top: 4px;
    transition: all 0.3s ease;
}

.bio-tl-dot--active {
    background: #f6483b;
    border-color: #f6483b;
    box-shadow: 0 0 10px rgba(246, 72, 59, 0.5);
}

.bio-tl-line {
    width: 2px;
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.05);
    min-height: 40px;
    margin-top: 4px;
}

/* Yok — son item */
.bio-tl-item--last .bio-tl-line {
    display: none;
}

/* İçerik */
.bio-tl-content {
    padding: 0 0 32px 6px;
}

.bio-tl-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    line-height: 1.3;
}

.bio-tl-item--last .bio-tl-content {
    padding-bottom: 0;
}

.bio-tl-content p {
    font-size: 13.5px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.bio-tl-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    background: rgba(246, 72, 59, 0.12);
    color: #f6483b;
    border: 1px solid rgba(246, 72, 59, 0.25);
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    vertical-align: middle;
}

/* Timeline hover efekti */
.bio-tl-item:hover .bio-tl-dot {
    border-color: #f6483b;
    background: rgba(246, 72, 59, 0.3);
}

.bio-tl-item:hover .bio-tl-year {
    color: #f6483b;
}

.bio-tl-item:hover .bio-tl-content h4 {
    color: #f6483b;
}

/* ─── Sanatçı Kimliği Kartları ──────────── */
.bio-identity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.bio-identity-card {
    background: linear-gradient(145deg, #111 0%, #0a0a0a 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    padding: 20px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: default;
}

.bio-identity-card:hover {
    border-color: rgba(246, 72, 59, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(246, 72, 59, 0.1);
}

.bio-identity-card i {
    font-size: 20px;
    color: #f6483b;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.bio-identity-card:hover i {
    opacity: 1;
}

.bio-identity-card span {
    font-size: 11.5px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.3;
}

/* ─── Mobil Responsive ──────────────────── */
@media (max-width: 991px) {
    .bio-text-col {
        padding-left: 0;
        padding-top: 16px;
    }

    .bio-photo-col {
        align-items: center;
    }

    .bio-photo-frame {
        max-width: 300px;
        margin: 0 auto;
    }

    .bio-badges {
        justify-content: center;
    }

    .bio-lead-text {
        font-size: 15.5px;
    }

    /* Kimlik kartları tablet: 2x2 */
    .bio-identity-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .prt_about_wrapper .container {
        padding-top: 60px;
    }

    .bio-photo-frame {
        max-width: 260px;
    }

    .bio-lead-text {
        font-size: 14.5px;
    }

    .bio-body-text {
        font-size: 14px;
    }

    /* Timeline mobil */
    .bio-timeline {
        padding-left: 0;
    }

    .bio-tl-item {
        grid-template-columns: 48px 20px 1fr;
        gap: 0 8px;
    }

    .bio-tl-year {
        font-size: 13px;
    }

    .bio-tl-content {
        padding-bottom: 22px;
    }

    .bio-tl-content h4 {
        font-size: 14px;
    }

    .bio-tl-content p {
        font-size: 13px;
    }

    /* Kimlik kartları mobil: 2x2 */
    .bio-identity-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bio-identity-card {
        padding: 16px 10px;
    }

    .bio-identity-card i {
        font-size: 18px;
    }

    .bio-identity-card span {
        font-size: 10.5px;
    }
}

@media (max-width: 480px) {

    .bio-photo-frame {
        max-width: 220px;
    }

    .bio-cta-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .bio-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .bio-tl-item {
        grid-template-columns: 44px 18px 1fr;
        gap: 0 6px;
    }

    .bio-tl-year {
        font-size: 12px;
    }
}

@media (max-width: 360px) {

    .bio-identity-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bio-tl-year {
        font-size: 11px;
    }

    .bio-lead-text {
        font-size: 14px;
    }
}


/* ========================================== */
/* 10. Mobil Geri Dönüş Butonu               */
/* ========================================== */

/* ── Desktop: metin butonunu gizle ── */
.mobile-back-btn {
    display: none !important;
}

/* ── Desktop: ok imajı görünür (mevcut stil.css kuralları yeterliyken) ── */
.prt_close_desktop {
    /* Mevcut .prt_close stilleri geçerliydi, ek kural gerekmez */
}

/* ── Mobil: ok gizle, metin butonu göster ── */
@media (max-width: 768px) {

    /* Ok imajını gizle */
    .prt_close_desktop {
        display: none !important;
    }

    /* Metin geri butonu */
    .mobile-back-btn {
        display: inline-flex !important;
        align-items: center;
        gap: 7px;
        position: fixed;
        top: 16px;
        left: 16px;
        z-index: 9999;
        background: rgba(10, 10, 10, 0.88);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(246, 72, 59, 0.25);
        color: #fff !important;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1;
        padding: 8px 14px;
        border-radius: 8px;
        text-decoration: none !important;
        transition: all 0.25s ease;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
        max-width: calc(100vw - 32px);
        white-space: nowrap;
        box-sizing: border-box;
        overflow: hidden;
    }

    .mobile-back-btn i {
        font-size: 11px;
        color: #f6483b;
        flex-shrink: 0;
    }

    .mobile-back-btn:hover,
    .mobile-back-btn:active {
        background: rgba(246, 72, 59, 0.9) !important;
        border-color: #f6483b !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    .mobile-back-btn:hover i,
    .mobile-back-btn:active i {
        color: #fff;
    }
}

/* ── 430px altı: daha kompakt ── */
@media (max-width: 430px) {
    .mobile-back-btn {
        top: 12px !important;
        left: 12px !important;
        font-size: 11px !important;
        padding: 7px 12px !important;
        gap: 6px !important;
    }
}

/* ── 320px: en kompakt ── */
@media (max-width: 320px) {
    .mobile-back-btn {
        top: 10px !important;
        left: 10px !important;
        font-size: 10px !important;
        padding: 6px 10px !important;
        gap: 5px !important;
    }
}

/* Tüm cihazlarda metinli geri dönüş butonu */
.prt_close_desktop,
.prt_close_wrapper > a:not(.mobile-back-btn) {
    display: none !important;
}

.mobile-back-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    position: fixed;
    top: 28px;
    right: 28px;
    left: auto;
    z-index: 9999;
    background: rgba(10, 10, 10, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(246, 72, 59, 0.25);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    max-width: calc(100vw - 56px);
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
}

.mobile-back-btn i {
    font-size: 11px;
    color: #f6483b;
    flex-shrink: 0;
}

.mobile-back-btn:hover,
.mobile-back-btn:active {
    background: rgba(246, 72, 59, 0.9) !important;
    border-color: #f6483b !important;
    color: #fff !important;
    text-decoration: none !important;
}

.mobile-back-btn:hover i,
.mobile-back-btn:active i {
    color: #fff;
}

@media (max-width: 768px) {
    .mobile-back-btn {
        top: 16px !important;
        right: auto !important;
        left: 16px !important;
        max-width: calc(100vw - 32px);
    }
}

@media (max-width: 430px) {
    .mobile-back-btn {
        top: 12px !important;
        left: 12px !important;
        font-size: 11px !important;
        padding: 7px 12px !important;
        gap: 6px !important;
    }
}

@media (max-width: 320px) {
    .mobile-back-btn {
        top: 10px !important;
        left: 10px !important;
        font-size: 10px !important;
        padding: 6px 10px !important;
        gap: 5px !important;
    }
}
