/* ==============================
   Страница кейса play-cover.ru
   Тёмная тема, неон, сцена
   ============================== */

.pl-banner {
    background-image: url("/img/play/play_banner.png");
}
.pl-banner:after {
    background: #0a0015;
    opacity: 0.62;
}
.pl-label {
    display: inline-block;
    background: #c2006e;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Переиспользуем sn-section из snab.css — создаём pl-section аналогично */
.pl-section {
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.pl-about    { background: #fff; }
.pl-work     { background: linear-gradient(135deg, #0a0015 0%, #1a003a 100%); color: #fff; }
.pl-screens  { background: #f7f5ff; }
.pl-results  { background: linear-gradient(135deg, #1a003a 0%, #0a0015 100%); color: #fff; }

.pl-about-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 40px;
}
.pl-about-card {
    flex: 1 1 220px;
    max-width: 260px;
    background: #fdf0f8;
    border: 2px solid #f4b8d8;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
}
.pl-about-icon { font-size: 36px; margin-bottom: 12px; }
.pl-about-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.pl-about-card p  { font-size: 14px; color: #555; line-height: 1.5; }

.pl-work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.pl-work-item {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(194,0,110,0.3);
    border-radius: 14px;
    padding: 24px 20px;
}
.pl-work-num {
    font-size: 30px;
    font-weight: 900;
    color: #e879c0;
    opacity: .5;
    line-height: 1;
    margin-bottom: 10px;
}
.pl-work-item h4 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.pl-work-item p  { color: rgba(255,255,255,0.75); font-size: 14px; line-height: 1.6; }

.pl-screens-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.pl-screen-item img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    transition: transform .2s, box-shadow .2s;
    cursor: zoom-in;
}
.pl-screen-item img:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,.2);
}
.pl-screen-caption {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}

.pl-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.pl-result-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(194,0,110,0.4);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
}
.pl-result-num {
    font-size: 44px;
    font-weight: 900;
    color: #e879c0;
    line-height: 1;
    margin-bottom: 8px;
}
.pl-result-card h4 { color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.pl-result-card p  { color: rgba(255,255,255,0.65); font-size: 13px; line-height: 1.5; }
