/* hero */
#hero-section{background:#121212;padding:80px 0 100px}
#hero-section .hero-grid{display:flex;align-items:center;gap:80px}
#hero-section .hero-text{flex:1.1;min-width:0}
#hero-section .hero-logo{height:56px;width:auto;margin-bottom:28px;display:block}
#hero-section .hero-title{font-size:3rem;font-weight:900;line-height:1.15;color:#fff;margin:0 0 20px;letter-spacing:-.02em}
#hero-section .hero-title span{background:linear-gradient(135deg,#D2FB46,#33FD41,#24FDA7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
#hero-section .hero-desc{font-size:1.2rem;color:rgba(255,255,255,.4);line-height:1.8;margin:0 0 40px;max-width:480px}
#hero-section .hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 40px;border-radius:8px;background:#fff;color:#121212;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:none}
#hero-section .hero-btn-primary:hover{background:#e8e8e8;color:#121212;transform:translateY(-1px)}
#hero-section .hero-visual{flex:1;min-width:0;display:flex;justify-content:center}
#hero-section .hero-player-img{width:100%;max-width:520px;height:auto;display:block}

/* stats */
#stats-section{background:#121212;padding:0 0 64px}
#stats-section .stats-row{display:flex;justify-content:center;gap:64px;flex-wrap:wrap}
#stats-section .stat-item{text-align:center}
#stats-section .stat-item strong{display:block;font-size:2.75rem;font-weight:800;color:#fff;line-height:1;margin-bottom:6px;letter-spacing:-.02em}
#stats-section .stat-item span{font-size:.9rem;color:rgba(255,255,255,.3)}

/* section header */
.section-hd{text-align:center;margin-bottom:48px}
.section-hd h2{font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 10px;letter-spacing:-.02em}
.section-hd p{font-size:1.05rem;color:rgba(255,255,255,.35);margin:0}

/* features */
#features-section{background:#181818;padding:80px 0}
#features-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ft-card{background:rgba(255,255,255,.04);border-radius:12px;padding:32px 28px;border:1px solid rgba(255,255,255,.08);transition:all .25s ease}
.ft-card:hover{border-color:rgba(255,255,255,.15);box-shadow:0 6px 24px rgba(0,0,0,.3);transform:translateY(-2px) scale(1.02)}
.ft-card .ft-icon{width:40px;height:40px;border-radius:6px;background:rgba(122,173,79,.15);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.ft-card .ft-icon svg{width:20px;height:20px;color:#fff}
.ft-card h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 6px}
.ft-card p{font-size:.85rem;color:rgba(255,255,255,.35);line-height:1.65;margin:0}

/* playlists */
#playlist-section{background:#121212;padding:80px 0}
.playlist-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}
.playlist-scroll::-webkit-scrollbar{display:none}
.playlist-card{flex:0 0 180px;scroll-snap-align:start;border-radius:8px;overflow:hidden;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);transition:all .2s ease;display:block}
.playlist-card:hover{border-color:rgba(255,255,255,.15);transform:translateY(-4px) scale(1.03);box-shadow:0 8px 24px rgba(0,0,0,.4)}
.playlist-card .pl-img{width:100%;aspect-ratio:1/1;overflow:hidden;background:rgba(122,173,79,.05);display:flex;align-items:center;justify-content:center;position:relative}
.playlist-card .pl-img img{width:100%;height:100%;object-fit:cover}
.playlist-card .pl-body{padding:12px}
.playlist-card .pl-body h3{font-size:.85rem;font-weight:500;color:#fff;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.playlist-card .pl-body span{font-size:.72rem;color:rgba(255,255,255,.3)}
@media (max-width:768px){
    #playlist-section{padding:56px 0}
    .playlist-card{flex:0 0 150px}
}

/* platform */
#platform-section{background:#121212;padding:80px 0}
#platform-section .plat-list{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.plat-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .25s ease;text-align:center}
.plat-item:hover{border-color:rgba(122,173,79,.2);background:rgba(122,173,79,.06);transform:translateY(-2px) scale(1.03)}
.plat-item svg{width:28px;height:28px;color:rgba(255,255,255,.7);margin-bottom:4px}
.plat-item strong{font-size:.95rem;font-weight:600;color:#fff}
.plat-item span{font-size:.75rem;color:rgba(255,255,255,.25)}

/* quality */
#quality-section{background:#181818;padding:80px 0}
#quality-section .q-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.q-visual{}
.q-img-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}
.q-img-wrap img{width:100%;height:auto;display:block}
.q-label{display:inline-block;font-size:.75rem;font-weight:700;color:#7aad4f;letter-spacing:.06em;margin-bottom:12px}
.q-text h2{font-size:2.25rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.25;letter-spacing:-.02em}
.q-text>p{font-size:1rem;color:rgba(255,255,255,.4);line-height:1.8;margin:0 0 24px}
.q-checks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.q-checks li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:rgba(255,255,255,.7);padding:10px 14px;background:rgba(255,255,255,.04);border-radius:8px;border:1px solid rgba(255,255,255,.08)}
.q-checks li svg{color:#25f4ee;flex-shrink:0}

/* howto */
#howto-section{background:#121212;padding:80px 0}
.steps-row{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.step{flex:1;min-width:140px;max-width:200px;text-align:center;padding:28px 16px;background:rgba(255,255,255,.04);border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .25s ease}
.step:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);box-shadow:0 4px 16px rgba(0,0,0,.3);transform:translateY(-1px)}
.step em{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#7aad4f;color:#fff;font-style:normal;font-weight:700;font-size:.85rem;margin-bottom:12px}
.step h3{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 4px}
.step p{font-size:.8rem;color:rgba(255,255,255,.3);margin:0}
.step-arrow{color:rgba(255,255,255,.1);flex-shrink:0}
.step-arrow svg{width:20px;height:20px}

/* faq */
#faq-section{background:#181818;padding:80px 0}
.faq-wrap{max-width:720px;margin:0 auto}
.faq-item{border-bottom:1px solid rgba(255,255,255,.08)}
.faq-item:last-child{border-bottom:none}
.faq-q{font-size:1rem;font-weight:600;color:#fff;margin:0;padding:20px 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;user-select:none}
.faq-arrow{width:16px;height:16px;flex-shrink:0;color:rgba(255,255,255,.25);transition:transform .3s ease}
.faq-item.open .faq-arrow{transform:rotate(180deg);color:#fff}
.faq-a-wrap{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-a-wrap{max-height:350px}
.faq-a{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.8;padding:0 0 20px}

/* cta */
#cta-section{background:#121212;padding:80px 0}
.cta-box{text-align:center;max-width:540px;margin:0 auto;padding:56px 40px;background:rgba(255,255,255,.04);border-radius:12px;border:1px solid rgba(255,255,255,.08)}
.cta-box h2{font-size:2rem;font-weight:700;color:#fff;margin:0 0 12px;letter-spacing:-.02em}
.cta-box>p{font-size:1.05rem;color:rgba(255,255,255,.35);margin:0 0 28px;line-height:1.7}
.cta-btns{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.cta-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;border-radius:8px;background:#fff;color:#121212;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s ease}
.cta-btn:hover{background:#e8e8e8;color:#121212;transform:translateY(-1px)}
.cta-link{font-size:.95rem;color:rgba(255,255,255,.3);text-decoration:none;transition:color .2s ease}
.cta-link:hover{color:#7aad4f}

/* news */
#news-section{background:#181818;padding:80px 0}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.news-card{background:rgba(255,255,255,.04);border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);transition:all .25s ease;display:block}
.news-card:hover{border-color:rgba(255,255,255,.15);box-shadow:0 6px 20px rgba(0,0,0,.3);transform:translateY(-2px) scale(1.02)}
.news-img{height:180px;overflow:hidden}
.news-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.news-card:hover .news-img img{transform:scale(1.04)}
.news-body{padding:20px}
.news-body h3{font-size:.95rem;font-weight:500;color:#fff;margin:0 0 8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-body p{font-size:.8rem;color:rgba(255,255,255,.3);margin:0 0 10px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-body time{font-size:.72rem;color:rgba(255,255,255,.18)}
.news-empty{text-align:center;color:rgba(255,255,255,.25);padding:48px;grid-column:1/-1}

/* reveal delays */
.reveal-delay-1{transition-delay:.04s}
.reveal-delay-2{transition-delay:.08s}
.reveal-delay-3{transition-delay:.12s}
.reveal-delay-4{transition-delay:.16s}
.reveal-delay-5{transition-delay:.2s}

/* mobile */
@media (max-width:768px){
    #hero-section{padding:40px 0 64px}
    #hero-section .hero-grid{flex-direction:column;gap:40px;text-align:center}
    #hero-section .hero-logo{height:40px;margin-left:auto;margin-right:auto}
    #hero-section .hero-title{font-size:1.75rem}
    #hero-section .hero-desc{max-width:100%;margin-left:auto;margin-right:auto;font-size:1rem}
    #hero-section .hero-btn-primary{width:auto;padding:14px 32px;font-size:.95rem}
    #hero-section .hero-player-img{max-width:340px}
    #stats-section{padding:0 0 40px}
    #stats-section .stats-row{gap:28px}
    #stats-section .stat-item strong{font-size:2rem}
    .section-hd h2{font-size:1.75rem}
    #features-section,
    #platform-section,
    #howto-section,
    #faq-section,
    #cta-section{padding:56px 0}
    #quality-section{padding:56px 0}
    #features-section .features-grid{grid-template-columns:1fr;gap:12px}
    .ft-card{padding:24px 20px}
    #platform-section .plat-list{grid-template-columns:repeat(2,1fr);gap:12px}
    .news-grid{grid-template-columns:1fr;gap:14px}
    #quality-section .q-grid{grid-template-columns:1fr;gap:28px}
    .q-text h2{font-size:1.75rem}
    .steps-row{flex-direction:column;gap:8px}
    .step{max-width:100%}
    .step-arrow{transform:rotate(90deg)}
    .cta-box{padding:40px 24px}
    .cta-box h2{font-size:1.5rem}
}
