﻿/* =========================================================
   HERO
========================================================= */

.sx-press-hero {
    padding: 110px 20px 90px;
    background: linear-gradient(135deg,#07152b 0%,#16395f 100%);
    text-align: center;
}

.sx-press-label {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.72);
    text-transform: uppercase;
}

.sx-press-hero h1 {
    max-width: 1000px;
    margin: 0 auto 24px;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -3px;
    color: #ffffff;
}

.sx-press-hero p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 2;
    color: rgba(255,255,255,0.86);
}

/* =========================================================
   AUDIO
========================================================= */

.hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

    .hero-buttons .btn-secondary {
        min-width: 150px;
        min-height: 54px;
        border-radius: 999px;
        border: none;
        background: #ffffff;
        color: #111827;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.25s ease;
        padding: 12px 24px;
    }

        .hero-buttons .btn-secondary:hover {
            background: #eef2ff;
            transform: translateY(-2px);
        }

/* =========================================================
   CONTENT
========================================================= */

.sx-press-content {
    padding: 110px 20px;
    background: #f5f7fb;
}

    .sx-press-content .container {
        max-width: 1200px;
        margin: 0 auto;
    }

/* =========================================================
   CARD
========================================================= */

.sx-press-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 60px rgba(15,23,42,0.06);
}

.sx-press-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.sx-device-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #e0f7fb;
    color: #0f4c81;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.sx-press-card h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #102a43;
}

.sx-month-box {
    padding: 14px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg,#18bfd8,#46d1e4);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

/* =========================================================
   ITEMS
========================================================= */

.sx-pr-item {
    padding: 30px 0;
    border-top: 1px solid #edf2f7;
}

    .sx-pr-item:first-of-type {
        border-top: none;
        padding-top: 0;
    }

.sx-pr-date {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #486581;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sx-pr-item a {
    display: inline-block;
    text-decoration: none;
    color: #163c8f;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
    transition: all 0.25s ease;
}

    .sx-pr-item a:hover {
        color: #0f62fe;
    }

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .sx-press-hero h1 {
        font-size: 52px;
        line-height: 1.1;
    }

    .sx-press-card {
        padding: 36px;
    }

    .sx-pr-item a {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

    .sx-press-hero {
        padding: 80px 16px 70px;
    }

        .sx-press-hero h1 {
            font-size: 40px;
            letter-spacing: -1px;
        }

        .sx-press-hero p {
            font-size: 16px;
            line-height: 1.9;
        }

    .sx-press-content {
        padding: 70px 12px;
    }

    .sx-press-card {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .sx-press-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .sx-press-card h2 {
        font-size: 30px;
    }

    .sx-pr-item a {
        font-size: 19px;
        line-height: 1.6;
    }

    .hero-buttons .btn-secondary {
        min-width: 130px;
        min-height: 48px;
        font-size: 14px;
    }
}
