*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Manrope',sans-serif;
    font-size:16px;
    line-height:1.7;
    letter-spacing:0.2px;
    background:#460203;
    color:#fff;
    background-image:linear-gradient(135deg,#460203 0%,#460203 50%,#460203 100%);
}

h1,h2,h3,h4,h5,h6{
font-family: 'Manrope', sans-serif;
font-weight:600;
}

.site-wrapper{
    max-width:1280px;
    margin:auto;
    min-height:100vh;
}

/* HEADER */
.top-header{
    position:relative;
    width:100%;
    height:250px;
    overflow:hidden;
    background:#080808;
    border-bottom:4px solid #7a0012;
    box-shadow:0 10px 35px rgba(0,0,0,.55);
}

.header-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        180deg,
        rgba(0,0,0,.35),
        rgba(70,2,3,.55)
    );
    z-index:2;
}

.logo-wrapper{
    position:absolute;
    top:25px;
    left:50%;
    transform:translateX(-50%);
    z-index:5;
    background:rgba(0,0,0,.65);
    padding:12px 18px;
    border-radius:14px;
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.08);
}

.logo-wrapper img{
    width:243px;
    display:block;
}

.hero-slider{
    width:100%;
    height:100%;
}

.hero-slide,
.hero-slide a,
.hero-slide img{
    width:100%;
    height:250px;
    display:block;
}

.hero-slide img{
    object-fit:cover;
}

/* MENU */
.main-nav{
    background:linear-gradient(90deg,#460203,#8a0016);
    padding:15px 0;
    box-shadow:0 4px 15px rgba(0,0,0,.4);
}

.menu-list{
    list-style:none;
    display:flex;
    justify-content:center;
    gap:50px;
}

.menu-list li{
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    letter-spacing:1px;
    transition:.3s;
}

.menu-list li:hover{
    color:#ff4b4b;
    transform:translateY(-2px);
}

/* MAIN */
.main-layout{
    display:grid;
    grid-template-columns:110px 1fr 110px;
    gap:20px;
    padding:25px 0;
}

.speaker-side{
    display:flex;
    justify-content:center;
}

#speaker1,
#speaker2{
    width:104px;
    height:438px;
    display:block;
    margin:0;
    padding:0;
    background:transparent !important;
}


.home-card{
    padding:20px;
    border:2px solid rgba(170,0,30,.45) !important;
    border-radius:22px !important;
    background:radial-gradient(circle at center center,#141414,#080808) !important;
}

.col-lg-1.d-none.d-lg-flex{
    padding:0 !important;
    margin:0 !important;
    align-items:flex-start !important;
}

/* CENTER */
.content-center{
    background:rgba(18,18,18,.95);
    border:1px solid #55000a;
    border-radius:14px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.45);
}

.social-strip{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.player-banner img{
    width:100%;
    border-radius:8px;
    margin-bottom:20px;
}

.hero-image{
    height:360px;
    background:url('../img/tutku-fm.jpg') center/cover no-repeat;
    border-radius:12px;
    margin-bottom:20px;
    border:2px solid #7a0012;
}

.slogan-area{
    margin-bottom:25px;
}

#tutkuslogan{
    width:100%;
    max-width:900px;
    height:120px;
    margin:0 auto 25px auto;
    display:block;
    overflow:hidden;
    position:relative;
    background:transparent;
    border-radius:12px;
}

/* CONTENT GRID */
.content-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:20px;
}

/* FOOTER */

.footer-credit{
    color:#ffffff;
    font-size:14px;
}

.online{
    margin-top:12px;
    color:#fff;
}

.footer-icons a{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,0,40,.25);
    transition:.35s ease;
    font-size:28px;

    text-decoration:none !important;
    line-height:1;
}

.footer-icons a i{
    display:block;
    text-decoration:none !important;
}

.footer-icons a:hover{
    transform:translateY(-6px) scale(1.08);
    background:linear-gradient(135deg,#8b0015,#ff4d4d);
    box-shadow:0 0 18px rgba(255,77,77,.45);
}

@media(max-width:768px){
    .footer-icons{
        gap:14px !important;
        flex-wrap:wrap;
    }

    .footer-icons a{
        width:50px;
        height:50px;
        font-size:20px;
    }
}

/* LIVE BUTTON */
.pulse-button{
    position:fixed;
    top:300px;
    right:20px;
    width:90px;
    height:90px;
    border-radius:50%;
    background:#fff url(../img/live-icon.png) center/cover no-repeat;
    animation:pulse 1.5s infinite;
    z-index:999;
}

@keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(255,0,0,.7);}
    100%{box-shadow:0 0 0 35px rgba(255,0,0,0);}
}




.hero-banner{
    height:250px;
}

.logo-overlay{
    position:absolute;
    top:25%;
    left:50%;
    transform:translateX(-50%);
    z-index:10;
    background:rgba(0,0,0,.65);
    padding:12px 18px;
    border-radius:14px;
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.08);
}

.logo-overlay img{
    max-width:280px;
}

.tutku-nav{
    background:rgba(160,0,24,.95);
    backdrop-filter:blur(12px);
    border-top:1px solid rgba(255,255,255,.05);
    border-bottom:1px solid rgba(255,0,40,.18);
    box-shadow:0 8px 30px rgba(0,0,0,.35);
    padding:14px 0;
}

.custom-menu{
    gap:18px;
}

.custom-menu .nav-link{
    position:relative;
    color:#ddd !important;
    padding:14px 26px !important;
    border-radius:14px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.35s;
    display:flex;
    align-items:center;
    gap:10px;
    background:rgba(15,15,15,.22);
    border:1px solid transparent;
}

.custom-menu .nav-link i{
    color:#ff4d4d;
    font-size:15px;
}

.custom-menu .nav-link:hover{
    color:#fff !important;
    transform:translateY(-2px);
    background:rgba(255,77,77,.08);
    border-color:rgba(255,77,77,.25);
}

.custom-menu .nav-link.active-page{
    color:#fff !important;
    background:linear-gradient(135deg,#8b0015,#ff4d4d);
    box-shadow:0 0 18px rgba(255,77,77,.35);
    border-color:rgba(255,255,255,.08);
}

.custom-menu .nav-link.active-page::after{
    content:'';
    position:absolute;
    left:12px;
    right:12px;
    bottom:6px;
    height:2px;
    border-radius:10px;
    background:#fff;
}

/* mobil */
@media(max-width:991px){

    .custom-menu{
        gap:10px;
        padding-top:15px;
    }

    .custom-menu .nav-link{
        justify-content:center;
        padding:12px 18px !important;
    }
}

.navbar-toggler{
    border:2px solid rgba(255,77,77,.45) !important;
    padding:10px 14px !important;
    border-radius:12px;
    background:rgba(255,77,77,.08);
}

.navbar-toggler-icon{
    width:2rem !important;
    height:2rem !important;
}

.navbar-toggler-icon{
    width:2.4rem !important;
    height:2.4rem !important;
}

.tutku-footer{
    background:linear-gradient(90deg,#120000,#460203,#120000);
    border-top:3px solid #a00018;
}





/* ===== ANA CONTENT SATIRI ===== */
.content-row{
    display:flex;
    gap:20px;
    align-items:stretch;
}

/* ===== SPOR + YAYIN AKIŞI SATIRI ===== */

#sporSliderContainer{
    width:100%;
    height:520px;
}

#sporSlider{
    width:100%;
    height:520px;
    border-radius: 8px;
}

.carousel-item{
    height:520px;
}

.carousel-item img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
    border-radius: 8px;
}

.carousel-item a{
    position:relative;
    display:block;
    height:100%;
}

.overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:linear-gradient(to top, rgba(0,0,0,.85), transparent);
}

/* --- Şeffaf siyah kuşak (haber metni alanı) --- */
#sporSlider .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 70%, rgba(0,0,0,0.2) 100%);
  color: #fff;
  padding: 20px 14px 30px 14px; /* alt 30px ile dotlar için alan açıldı */
  box-sizing: border-box;
}

#sporSlider .overlay h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
}

#sporSlider .overlay p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  color: #f1f1f1;
  text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

/* --- Tarih (açıklamanın sonunda) --- */
#sporSlider .overlay .date {
  float: right;
  font-size: 12px;
  color: #ff4d4d;
  margin-left: 8px;
  margin-top: 4px; /* biraz yukarı alındı */
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
}

/* ===== YAYIN AKIŞI ===== */

.broadcast-box{
    width:100%;
    height:520px;
    background:#111;
    border:1px solid rgba(180,0,40,.35);
    border-radius:16px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}

.broadcast-title{
    background:linear-gradient(90deg,#8b0000,#c4002f);
    color:#fff;
    padding:14px;
    text-align:center;
}

.broadcast-title i{
    display:block;
    font-size:24px;
    margin-bottom:6px;
}

.broadcast-title span{
    display:block;
    font-size:18px;
    font-weight:700;
}

.broadcast-title small{
    display:block;
    opacity:.8;
}

/* içerik alanı */
#broadcast-wrapper{
    flex:1;
    overflow-y:auto;
    padding:10px;
}

/* program satırı */
.broadcast-item{
    display:flex;
    gap:12px;
    padding:10px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.bc-time{
    width:105px;
    color:#ff3a5c;
    font-weight:700;
    flex-shrink:0;
}

.bc-name{
    flex:1;
    color:#fff;
}

/* günler */
.purple-header{
    background:#1b1b1b;
    padding:10px;
}

.purple-header ul{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:space-between;
}

.purple-header li{
    flex:1;
}

.purple-header a{
    display:block;
    text-align:center;
    color:#fff;
    text-decoration:none;
    padding:8px 0;
    border-radius:8px;
    font-size:13px;
}

.purple-header a.active-day{
    background:#c4002f;
}

/* ===== MOBİL ===== */

@media(max-width:991px){

    #sporSliderContainer,
    #sporSlider,
    .broadcast-box{
        height:auto;
    }

    #sporSlider{
        min-height:320px;
    }

    .broadcast-box{
        margin-top:15px;
    }

    #sporSliderContainer,
    #sporSlider{
        height:320px;
    }

    .carousel-item{
        height:320px;
    }

    .carousel-item img{
        height:320px;
        object-fit:cover;
    }

    .broadcast-box{
        margin-top:15px;
    }
}





/* HERO */
.center-hero{
    width:100%;
    max-width:100%;
    /*height:562px;*/
}

.hero-section{
    position:relative;
    width:100%;
    aspect-ratio:1983 / 793;
    background:url('../img/header-tutku.png') center center no-repeat;
    background-size:cover;
}

.hero-header{
    position:relative;
    width:100%;
    overflow:hidden;
    background:#000;
    object-fit:cover;
}

.hero-bg{
    width:100%;
    height:auto;
    display:block;
}

.hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
    to bottom,
    rgba(0,0,0,.10),
    rgba(0,0,0,.35)
    );
}

.hero-content{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;
    color:#fff;

    z-index:5;
}

.hero-logo{
    width:140px;
    max-width:25vw;
    margin-bottom:20px;

    filter:
    drop-shadow(0 0 15px rgba(255,255,255,.25));
}

.hero-content h1{
    font-size:clamp(28px,4vw,60px);
    font-weight:800;
    margin-bottom:10px;
}

.hero-content p{
    font-size:clamp(14px,1.5vw,24px);
    margin-bottom:25px;
    opacity:.95;
}

.hero-buttons{
    position:absolute;
    left:50%;
    bottom:15px;
    transform:translateX(-50%);
    z-index:10;

    display:flex;
    gap:15px;
    justify-content:center;
}

.hero-buttons .btn{
    padding:12px 28px;
    border-radius:50px;
    font-weight:700;
    backdrop-filter:blur(8px);
}

/* Tablet */

@media(max-width:992px){

    .hero-logo{
        width:110px;
    }

    .hero-content h1{
        font-size:32px;
    }

}

/* Mobil */

@media(max-width:768px){

    .hero-header{
        min-height:260px;
    }

    .hero-bg{
        height:260px;
        object-fit:cover;
    }

    .hero-logo{
        width:85px;
        margin-bottom:12px;
    }

    .hero-content h1{
        font-size:24px;
        margin-bottom:6px;
    }

    .hero-content p{
        font-size:13px;
        margin-bottom:15px;
    }

    .hero-section{
        aspect-ratio:auto;
        min-height:220px;
        background-position:center center;
    }

    .pulse-button{
        display: none;
    }
}

@media (max-width:768px){

    .footer-icons{
        display:flex !important;
        flex-wrap:wrap;
        justify-content:center;
        gap:18px;
        max-width:340px;
        margin:auto;
    }

}

.app-banner{
    width:100%;
    aspect-ratio: 1291 / 540;
    background: url('../img/tutku-app-uygulama.jpg') center/cover no-repeat;
    position:relative;
    border-radius:12px;
    overflow:hidden;
}

/* Buton katmanı */
.app-buttons{
    position:absolute;
    bottom:10%;
    left:8%;
    display:flex;
    gap:12px;
}

/* Buton tasarımı */
.store-btn{
    padding:12px 18px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    color:#fff;
    background:rgba(0,0,0,.65);
    backdrop-filter: blur(6px);
    transition:.2s;
}

.store-btn:hover{
    transform:scale(1.05);
}

.play{
    background:rgba(0,0,0,.7);
}

.app{
    background:rgba(0,0,0,.7);
}


@media(max-width:768px){

    .app-buttons{
        flex-direction:column;
        left:50%;
        transform:translateX(-50%);
        bottom:8%;
        width:80%;
    }

    .store-btn{
        text-align:center;
        width:100%;
        font-size:14px;
        padding:10px;
    }
}


@media (max-width:991px){

    .navbar > .container{
        display:flex;
        align-items:center;
    }

    .mobile-app-icons{
        display:flex;
        align-items:center;
        gap:24px;
        margin-left:auto;
        margin-right:10px;
    }

    .mobile-app-icons a{
        color:#fff;
        font-size:34px;
        text-decoration:none;
    }

    .navbar-toggler{
        order:1;
    }

    .mobile-app-icons{
        order:2;
    }

    #mainNav{
        order:3;
        width:100%;
    }
}

.mobile-app-icons{
    align-items:center;
    gap:19px;
    margin-left:auto;
    margin-right:15px;
}

.mobile-app-icons a{
    color:#fff;
    font-size:34px;
    text-decoration:none;
}



.page-header{
    text-align:center;
    margin-bottom:40px;
}

.page-header h1{
    font-size:42px;
    font-weight:800;
    color:#a00018;
    margin-bottom:10px;
}

.page-header p{
    color:#666;
    font-size:18px;
}

.premium-content{
    font-size:17px;
    line-height:1.9;
    color:#333;
}



.info-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:25px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.info-box h5{
    color:#a00018;
    margin-bottom:10px;
}


/* =========================
   KURUMSAL SAYFASI
========================= */

.about-hero{
    background:linear-gradient(
        135deg,
        #ffffff,
        #fff5f6
    );
    border-radius:24px;
    padding:30px;
    border:1px solid rgba(160,0,24,.12);
}

.about-image-box img{
    width:100%;
    display:block;
}

.about-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 16px;
    border-radius:50px;

    background:#a00018;
    color:#fff;
    font-size:14px;
    font-weight:700;

    margin-bottom:18px;
}

.about-title h1{
    color:#111;
    font-size:48px;
    font-weight:800;
    margin-bottom:15px;
}

.about-title p{
    color:#222;
    font-size:18px;
    line-height:1.8;
    font-weight:500;
}

.about-stats{
    display:flex;
    gap:15px;
    margin-top:25px;
    flex-wrap:wrap;
}

.stat-box{
    background:#fff;
    border:1px solid rgba(160,0,24,.15);

    padding:15px 22px;

    border-radius:18px;

    display:flex;
    align-items:center;
    gap:10px;

    font-weight:700;
    color:#222;

    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.stat-box i{
    color:#a00018;
}

.content-card{
    background:#fff;
    border-radius:24px;
    padding:35px;

    border:1px solid rgba(160,0,24,.10);

    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.content-card h2{
    color:#a00018;
    font-size:34px;
    font-weight:800;
    margin-bottom:25px;
    border-left:5px solid #a00018;
    padding-left:15px;
}

.about-text{
    color:#111;
    font-size:18px;
    line-height:2;
    text-align:justify;
}

.about-text p{
    margin-bottom:18px;
}

@media(max-width:768px){

    .about-hero{
        padding:20px;
    }

    .about-title h1{
        font-size:32px;
    }

    .content-card{
        padding:22px;
    }

    .about-text{
        font-size:15px;
        line-height:1.8;
    }

}

.about-image-box{
    overflow:hidden;
    border-radius:24px;
}

.about-image-box{
    width:100%;
    ascept-ratio:3/2;
    object-fit:cover;
    display:block;
}

.about-text,
.about-text p,
.about-text span,
.about-text div,
.about-text li{
    color:#111 !important;
}


/* FAQ SECTION */

.faq-page-section{
padding:10px 0;
overflow:hidden;
}

/* TITLE */

.sec-title{
text-align:center;
margin-bottom:50px;
}

.sec-title h2{
font-size:34px;
font-weight:700;
color:#222;
margin-bottom:10px;
}

.sec-title .separate{
width:60px;
height:3px;
background:#e53935;
margin:auto;
border-radius:3px;
}

/* ACCORDION */

.accordion-box{
list-style:none;
padding:0;
margin:0 auto;
max-width:1080PX;
width:100%;
box-sizing:border-box;
}

/* BLOCK */

.accordion-box .accordion{
background:#fff;
border-radius:8px;
margin-bottom:15px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
transition:all .3s ease;
}

.accordion-box .accordion:hover{
box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.accordion-box .accordion{
border-left:4px solid transparent;
}

.accordion-box .accordion.active-block{
border-left:4px solid #e53935;
}
/* QUESTION */

.acc-btn{
position:relative;
padding:20px 45px 18px 20px;
font-size:18px;
font-weight:600;
color:#000;
cursor:pointer;
line-height:1.5;
transition:all .3s ease;
box-sizing:border-box;
}

.acc-btn:hover{
color:#e53935;
}

/* ICON */

.icon-outer{
position:absolute;
right:15px;
top:50%;
transform:translateY(-50%);
font-size:16px;
color:#e53935;
}

.icon-minus{
display:none;
}

/* ANSWER */

.acc-content{
    display:none;
    padding:20px;
    background:#fafafa;
    border-top:1px solid #eee;
}

.acc-content .text{
font-size:15px;
    color:#333 !important;
    line-height:1.9;
}

/* ACTIVE */

.accordion.active-block .acc-content{
display:block;
animation:faqFade .3s ease;
}

.accordion.active-block .icon-plus{
display:none;
}

.accordion.active-block .icon-minus{
display:inline-block;
}

/* ANIMATION */

@keyframes faqFade{
from{
opacity:0;
transform:translateY(-5px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* MOBILE */

@media (max-width:768px){

.faq-page-section{
padding:10px 15px;
}

.sec-title h2{
font-size:26px;
}

.acc-btn{
font-size:16px;
padding:16px 40px 16px 15px;
}

}

.live-badge{
display:inline-block;
margin-left:10px;
padding:4px 10px;
background:#e53935;
color:#fff;
font-size:11px;
font-weight:700;
border-radius:20px;
animation:pulseLive 1.2s infinite;
}

@keyframes pulseLive{

0%{
box-shadow:0 0 0 0 rgba(229,57,53,.7);
}

70%{
box-shadow:0 0 0 12px rgba(229,57,53,0);
}

100%{
box-shadow:0 0 0 0 rgba(229,57,53,0);
}

}

.live-acc{
    background:linear-gradient(90deg, #fff5f5, #ffe5e5);

    color:#c62828;
    font-weight:700;

    border-left:5px solid #e53935;
}
.live-acc{
    background:#fff5f5;
    border-left:5px solid #e53935;
    box-shadow:0 0 20px rgba(229,57,53,.18);
}

.remaining-badge{
    background:#111;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
}

.live-progress{
    width:100%;
    height:4px;
    background:#ffd6d6;
    margin-top:10px;
    border-radius:50px;
    overflow:hidden;
}

.live-progress span{
    display:block;
    width:35%;
    height:100%;
    background:#e53935;
    animation:liveMove 2s linear infinite;
}

@keyframes liveMove{

0%{
transform:translateX(-100%);
}

100%{
transform:translateX(400%);
}

}

.time-badge{
    display:inline-block;
    margin-left:10px;
    padding:4px 12px;
    border-radius:30px;
    background:#f3f3f3;
    color:#666;
    font-size:14px;
    font-weight:700;
}

.dj-header{
    text-align:center;
    padding:20px 20px 40px;
}

.dj-header-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #a00018,
        #e53935
    );

    color:#fff;
    font-size:38px;

    box-shadow:
    0 10px 30px rgba(229,57,53,.35);

    animation:micPulse 2s infinite;
}

.dj-header h1{
    color:#a00018;
    font-size:42px;
    font-weight:800;
    margin-bottom:12px;
}

.dj-header p{
    max-width:700px;
    margin:auto;
    color:#000;
    font-size:17px;
    line-height:1.8;
}

@keyframes micPulse{

0%{
transform:scale(1);
}

50%{
transform:scale(1.05);
}

100%{
transform:scale(1);
}

}

@media(max-width:768px){

    .dj-header h1{
        font-size:30px;
    }

    .dj-header p{
        font-size:15px;
    }

    .dj-header-icon{
        width:75px;
        height:75px;
        font-size:30px;
    }

}

.live-line{
    width:180px;
    height:4px;
    background:#f1d0d0;
    margin:20px auto;
    border-radius:20px;
    overflow:hidden;
}

.live-line span{
    display:block;
    width:50px;
    height:100%;
    background:#e53935;
    animation:liveMove 2s linear infinite;
}

@keyframes liveMove{
0%{transform:translateX(-60px);}
100%{transform:translateX(190px);}
}

.live-dot{
width:12px;
height:12px;
background:#ff0000;
border-radius:50%;
display:inline-block;
margin-right:10px;
position:relative;
}

.live-dot:after{
content:'';
position:absolute;
left:-6px;
top:-6px;
width:24px;
height:24px;
border-radius:50%;
border:2px solid #ff0000;
animation:livePulse 1.5s infinite;
}

@keyframes livePulse{
0%{
transform:scale(.5);
opacity:1;
}
100%{
transform:scale(1.8);
opacity:0;
}
}

.live-dot{
    animation:pulse 1s infinite;
}

@keyframes pulse{

0%{opacity:1;}
50%{opacity:.2;}
100%{opacity:1;}

}

.remaining-time{
margin-top:10px;
font-size:14px;
font-weight:600;
color:#c62828;
}

.live-progress{
height:10px;
background:#ececec;
border-radius:30px;
overflow:hidden;
margin-top:15px;
margin-bottom:15px;
}

.live-progress-bar{
height:100%;
background:linear-gradient(
90deg,
#ff0000,
#ff4d4d
);
border-radius:30px;
}

.live-text{
    color:#e53935;
    font-size:12px;
    font-weight:800;
    margin-left:8px;
    letter-spacing:1px;
}

.progress-text{
font-size:14px;
font-weight:400;
color:#000;
}

.dj-profile{
display:flex;
gap:25px;
align-items:flex-start;
}

.dj-photo{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    border:4px solid #e53935;
}


.dj-text{
flex:1;
}

.dj-text h3{
color:#a00018;
font-weight:800;
margin-bottom:10px;
}

@media(max-width:768px){

.dj-profile{
flex-direction:column;
}

.dj-photo{
width:100%;
height:auto;
}

}



.kunye-hero{
padding:55px 30px;
background:linear-gradient(135deg,#5d0017,#870022);
border-radius:22px;
color:#fff;
margin-bottom:35px;
box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.hero-mini{
display:inline-flex;
gap:8px;
align-items:center;
background:rgba(255,255,255,.15);
padding:8px 18px;
border-radius:50px;
font-size:13px;
margin-bottom:18px;
}

.kunye-hero h1{
font-size:44px;
font-weight:800;
margin-bottom:15px;
}

.kunye-hero p{
font-size:18px;
opacity:.9;
margin:0;
}

.kunye-menu{
background:#fafafa;
border-radius:18px;
overflow:hidden;
border:1px solid #ececec;
}

.kunye-link{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 22px;
text-decoration:none;
color:#333;
font-weight:700;
border-bottom:1px solid #ececec;
transition:.3s;
}

.kunye-link:last-child{
border:none;
}

.kunye-link:hover{
background:#7d001e;
color:#fff;
padding-left:30px;
}

.kunye-card{
background:#fff;
border-radius:18px;
padding:35px;
margin-bottom:30px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
border-top:5px solid #870022;
}

.kunye-title{
display:flex;
align-items:center;
gap:15px;
margin-bottom:25px;
}

.kunye-title i{
width:60px;
height:60px;
background:#870022;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:22px;
}

.kunye-title h3{
margin:0;
font-weight:800;
}

.kunye-text{
font-size:16px;
line-height:1.9;
color:#000;
}

.kunye-text a{
font-size:16px;
color:#000;
}

.kunye-text a:hover{
text-decoration: none;
color:#555;
}


.kunye-text img{
max-width:100%;
height:auto;
border-radius:12px;
}

.kunye-text table{
width:100%;
}

@media(max-width:768px){
.kunye-hero{
padding:35px 20px;
}

.kunye-hero h1{
font-size:32px;
}

.kunye-card{
padding:22px;
}
}



.tfm-schedule-header{
    margin-bottom:40px;
}

.tfm-schedule-title{
    text-align:center;
    margin-bottom:30px;
}

.tfm-schedule-title h2{
    font-size:42px;
    font-weight:800;
    color:#8d1115;
}

.tfm-schedule-title p{
    color:#777;
    margin-top:10px;
}

.tfm-live-now-card{
    background:linear-gradient(135deg,#730000,#b30000);
    border-radius:20px;
    padding:30px;
    color:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.tfm-live-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#fff;
    color:#d60000;
    font-weight:700;
    margin-bottom:20px;
}

.tfm-live-badge i{
    animation:blink 1s infinite;
}

@keyframes blink{
0%{opacity:1}
50%{opacity:.2}
100%{opacity:1}
}

.tfm-live-time{
    font-size:18px;
    margin-top:10px;
    opacity:.9;
}

.tfm-progress{
    height:10px;
    border-radius:30px;
    overflow:hidden;
}

.tfm-progress-bar{
    background:#ffcf40;
}

.tfm-remaining{
    margin-top:15px;
    font-size:17px;
}

.tfm-days-nav{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin:40px 0;
}

.tfm-days-nav button{
    border:none;
    padding:12px 24px;
    border-radius:40px;
    background:#f1f1f1;
    font-weight:700;
    transition:.3s;
}

.tfm-days-nav button.active{
    background:#8d1115;
    color:#fff;
}

.tfm-timeline{
    position:relative;
    margin-top:20px;
}

.tfm-timeline:before{
    content:"";
    position:absolute;
    left:90px;
    top:0;
    bottom:0;
    width:4px;
    background:#d8d8d8;
}

.tfm-timeline-item{
    display:flex;
    margin-bottom:40px;
    position:relative;
}

.tfm-timeline-hour{
    width:90px;
    font-size:22px;
    font-weight:800;
    color:#8d1115;
}

.tfm-timeline-content{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    flex:1;
    position:relative;
    transition:.35s;
}

.tfm-timeline-content:hover{
    transform:translateY(-4px);
}

.tfm-timeline-item.live .timeline-content{
    border-left:6px solid #d60000;
    background:#fff8f8;
}

.tfm-status-live{
    display:inline-block;
    padding:6px 16px;
    border-radius:30px;
    background:#d60000;
    color:#fff;
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}

.tfm-dj-box{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:20px;
}

.tfm-dj-box img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

@media(max-width:768px){

.tfm-timeline:before{
display:none;
}

.tfm-timeline-item{
display:block;
}

.tfm-timeline-hour{
width:100%;
margin-bottom:10px;
}

.tfm-schedule-title h2{
font-size:30px;
}

}




.tfm-week-tabs{

display:flex;
justify-content:center;
flex-wrap:wrap;
gap:12px;
margin:45px 0;

}

.tfm-day{

border:none;
background:#fff;
color:#666;

padding:14px 24px;

border-radius:60px;

font-weight:700;

transition:.30s;

box-shadow:0 8px 18px rgba(0,0,0,.08);

}

.tfm-day:hover{

transform:translateY(-3px);

background:#8b0000;

color:#fff;

}

.tfm-day.active{

background:linear-gradient(135deg,#8b0000,#cf0f18);

color:#fff;

box-shadow:0 10px 30px rgba(139,0,0,.35);

}



.tfm-program-card{

display:flex;

gap:25px;

margin-bottom:30px;

align-items:flex-start;

}

.tfm-program-time{

width:90px;

font-size:24px;

font-weight:800;

color:#8b0000;

text-align:center;

position:relative;

}

.tfm-program-time:after{

content:"";

position:absolute;

top:60px;

left:50%;

transform:translateX(-50%);

width:4px;

height:120px;

background:#ddd;

}

.tfm-program-card:last-child .tfm-program-time:after{
    display:none;
}

.tfm-program-box{
    flex:1 1 auto;
    min-width:0;
    background:#fff;
    border-radius:22px;
    padding:28px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:.35s;
    border:2px solid transparent;
}

.tfm-program-box:hover{

transform:translateY(-6px);

box-shadow:0 28px 60px rgba(0,0,0,.15);

}

.tfm-live .tfm-program-box{

border-color:#d40000;

background:#fff9f9;

}

.tfm-program-top{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:18px;

}

.tfm-live-pill{

background:#d40000;

color:#fff;

padding:8px 18px;

border-radius:40px;

font-size:13px;

font-weight:700;

}

.tfm-live-pill i{

font-size:10px;

margin-right:6px;

animation:tfmblink 1s infinite;

}

@keyframes tfmblink{

0%{opacity:1}

50%{opacity:.2}

100%{opacity:1}

}

.tfm-program-box h3{

font-size:28px;

font-weight:800;

margin-bottom:12px;

color:#111;

}

.tfm-program-box p{

color:#666;

line-height:1.8;

margin-bottom:20px;

}

.tfm-dj-info{

display:flex;

align-items:center;

gap:15px;

margin-bottom:20px;

}

.tfm-dj-info img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

border:3px solid #8b0000;

}

.tfm-progress{

height:10px;

border-radius:20px;

background:#ececec;

overflow:hidden;

}

.tfm-progress-fill{

height:100%;

background:linear-gradient(90deg,#8b0000,#ff3d3d);

}

#tfmProgramList{
    display:block;
    width:100%;
}

#tfmProgramList .tfm-program-card{
    display:flex;
    width:100%;
    clear:both;
}