:root {
    --font-main: 'Manrope', Arial, Helvetica, sans-serif;
    --font-title: 'Russo One', Arial, Helvetica, sans-serif;
    --font-accent: 'Lobster', cursive;

    --bg-1: #050505;
    --bg-2: #0b0b0d;
    --bg-card: rgba(10, 10, 12, 0.86);
    --bg-card-2: rgba(18, 18, 22, 0.92);

    --gold: #d8a331;
    --gold-light: #ffd76a;
    --gold-soft: rgba(216, 163, 49, 0.28);
    --gold-border: rgba(216, 163, 49, 0.35);

    --red: #b40000;
    --red-light: #ef2a2a;
    --red-soft: rgba(180, 0, 0, 0.25);

    --text-main: #f5efe2;
    --text-soft: #d6cebf;
    --text-muted: #a99f8d;

    --white-soft: rgba(255, 255, 255, 0.08);
    --shadow-gold: 0 18px 44px rgba(216, 163, 49, 0.18);
    --shadow-dark: 0 20px 60px rgba(0, 0, 0, 0.48);

    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text-main);
    font-family: var(--font-main);
    background:
        linear-gradient(180deg, rgba(2, 2, 2, 0.86), rgba(5, 5, 5, 0.93)),
        radial-gradient(circle at 15% 18%, rgba(216, 163, 49, 0.12), transparent 24%),
        radial-gradient(circle at 82% 22%, rgba(180, 0, 0, 0.18), transparent 28%),
        url('/img/bg.jpg') center top / cover no-repeat,
        #050505;
    overflow-x: hidden;
    position: relative;

    display: flex;
    flex-direction: column;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.02) 50%, transparent 100%),
        radial-gradient(circle at 30% 10%, rgba(255, 215, 106, 0.08), transparent 18%),
        radial-gradient(circle at 75% 14%, rgba(239, 42, 42, 0.08), transparent 20%);
    z-index: -1;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.01) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.22;
    z-index: -1;
}

a {
    color: var(--gold-light);
    text-decoration: none;
    transition: 0.25s ease;
}

a:hover {
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1240px;
}

/* =========================
   HEADER
========================= */

.site-header {
    position: relative;
    z-index: 50;
    padding-top: 18px;
}

.site-navbar {
    position: relative;
}

.desktop-header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 138px;
    width: 100%;
    flex-wrap: nowrap;
}

.desktop-header > .nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
}

.desktop-header > .nav-link:nth-child(2) {
    margin-right: 18px;
}

.desktop-header > .nav-link:nth-child(4) {
    margin-left: 18px;
}

.nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 20px 16px;
    color: var(--text-main);
    font-family: var(--font-title);
    font-size: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.16);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
    line-height: 1;
    transition: 0.25s ease;
}

.nav-link i {
    color: var(--gold-light);
    font-size: 13px;
    flex: 0 0 auto;
}

.nav-link:hover {
    color: #ffffff;
    border-color: var(--gold-border);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
        rgba(0,0,0,0.34);
    box-shadow:
        0 0 0 1px rgba(216,163,49,0.08),
        0 10px 26px rgba(0,0,0,0.28);
}

.nav-link.active {
    color: #fff8e6;
    border-color: rgba(216, 163, 49, 0.48);
    background:
        linear-gradient(180deg, rgba(216,163,49,0.18), rgba(180,0,0,0.10)),
        rgba(0,0,0,0.38);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.04),
        0 12px 28px rgba(0,0,0,0.32),
        0 0 24px rgba(216, 163, 49, 0.16);
}

.nav-link.active i {
    color: #ffffff;
}

.site-logo {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 118px;
    width: 118px;
    height: 118px;
    margin: 0 8px;
    z-index: 2;
}

.site-logo::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216,163,49,0.34), transparent 68%);
    filter: blur(9px);
    animation: logoGlow 3.4s ease-in-out infinite;
}

.site-logo img {
    position: relative;
    width: 108px;
    height: 108px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(216, 163, 49, 0.34));
}

@keyframes logoGlow {
    0%, 100% {
        opacity: 0.45;
        transform: scale(0.95);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.03);
    }
}

.age-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: #fff3cb;
    font-family: var(--font-title);
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(216, 163, 49, 0.45);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        rgba(69, 0, 0, 0.42);
    box-shadow: var(--shadow-gold);
    white-space: nowrap;
}

.age-badge i {
    color: var(--gold-light);
}

.mobile-header {
    display: none;
}

.mobile-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.mobile-logo img {
    width: 84px;
    height: 84px;
    object-fit: contain;
    filter: drop-shadow(0 0 16px rgba(216, 163, 49, 0.26));
}

.site-toggler {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(216, 163, 49, 0.4);
    border-radius: 14px;
    padding: 10px 12px;
    background: rgba(0,0,0,0.44);
    box-shadow: var(--shadow-gold);
}

.site-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 163, 49, 0.16);
}

.site-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 10px;
    background: var(--gold-light);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100vh;
    margin-top: 0;
    padding: 96px 20px 20px;
    z-index: 200;
    border-left: 1px solid rgba(216, 163, 49, 0.30);
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01)),
        rgba(6, 6, 8, 0.96);
    box-shadow: -20px 0 50px rgba(0,0,0,0.55), var(--shadow-gold);
    text-align: right;
    transition: right 0.28s ease;
}

.mobile-menu.is-open {
    right: 0;
}
.mobile-menu-close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 44px;
    height: 44px;
    color: var(--gold-light);
    border: 1px solid rgba(216, 163, 49, 0.35);
    border-radius: 14px;
    background: rgba(0,0,0,0.44);
    cursor: pointer;
}

.mobile-menu-close i {
    font-size: 20px;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list .nav-link {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 16px;
}

.mobile-nav-list .nav-item:last-child .nav-link {
    margin-bottom: 0;
}

.mobile-menu-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}
/* =========================
   MAIN
========================= */

.site-main {
    position: relative;
    z-index: 5;
    flex: 1 0 auto;
}

.hero-section {
    padding: 26px 0 54px;
}

.hero-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.74fr);
    gap: 46px;
    align-items: center;
    padding: 52px;
    border: 1px solid rgba(216, 163, 49, 0.26);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(115deg, rgba(255,255,255,0.06), transparent 26%),
        linear-gradient(90deg, rgba(15,15,18,0.94), rgba(9,9,11,0.82) 44%, rgba(65,8,8,0.55) 100%);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow-dark), var(--shadow-gold);
    overflow: hidden;
}

.hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 40%, rgba(216,163,49,0.16), transparent 18%),
        radial-gradient(circle at 80% 66%, rgba(239,42,42,0.14), transparent 22%),
        linear-gradient(90deg, transparent, rgba(255,255,255,0.025), transparent);
    pointer-events: none;
}

.hero-card::after {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--red-light), var(--gold), transparent);
    box-shadow: 0 0 24px rgba(216, 163, 49, 0.36);
}

.hero-content,
.hero-cover {
    position: relative;
    z-index: 2;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 8px 16px;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(216, 163, 49, 0.28);
    border-radius: 999px;
    background: rgba(0,0,0,0.35);
    white-space: nowrap;
}

.hero-kicker::before {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--red-light);
    box-shadow: 0 0 14px rgba(239,42,42,0.8);
    animation: liveDot 1.25s ease-in-out infinite;
}

@keyframes liveDot {
    0%, 100% {
        opacity: 0.5;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@media (max-width: 991.98px) {
    .mobile-header .hero-kicker {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-actions {
        margin-left: 0;
    }
}


@media (max-width: 575.98px) {
    .hero-kicker {
        padding: 7px 12px;
        font-size: 10px;
        letter-spacing: 0.06em;
        gap: 7px;
    }

    .hero-kicker::before {
        width: 7px;
        height: 7px;
    }
}





.hero-content h1 {
    margin: 0;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: clamp(42px, 5.6vw, 75px);
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow:
        0 2px 0 #784d08,
        0 0 25px rgba(216, 163, 49, 0.25),
        0 0 55px rgba(180, 0, 0, 0.16);
}

.hero-content h1 span {
    color: var(--red-light);
    text-shadow:
        0 2px 0 #650000,
        0 0 22px rgba(239, 42, 42, 0.35),
        0 0 48px rgba(180, 0, 0, 0.28);
}

.hero-subtitle {
    max-width: 610px;
    margin: 22px 0 32px;
    color: var(--text-soft);
    font-size: 24px;
    line-height: 1.55;
    font-weight: 500;
}

.player-box {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 780px;
    padding: 18px;
    border: 1px solid rgba(216, 163, 49, 0.22);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
        rgba(0,0,0,0.34);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.play-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 220px;
    min-height: 62px;
    padding: 16px 24px;
    color: #1a1202;
    font-family: var(--font-title);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe89e 0%, #e0ae34 50%, #8f5f0a 100%);
    box-shadow:
        0 18px 30px rgba(216,163,49,0.22),
        inset 0 1px 0 rgba(255,255,255,0.72);
    cursor: pointer;
    transition: 0.25s ease;
}

.play-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
}

.play-button.is-playing {
    color: #ffffff;
    background: linear-gradient(180deg, #ff5757 0%, #b40000 50%, #5f0000 100%);
    box-shadow:
        0 18px 30px rgba(180,0,0,0.28),
        inset 0 1px 0 rgba(255,255,255,0.32);
}

.now-playing {
    min-width: 0;
}

.now-label {
    margin-bottom: 6px;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.now-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.now-meta {
    margin-top: 4px;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.hero-stats > div {
    min-width: 130px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: rgba(0,0,0,0.28);
}

.hero-stats strong {
    display: block;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: 30px;
    line-height: 1;
}

.hero-stats span {
    display: block;
    margin-top: 7px;
    color: var(--text-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.cover-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(216,163,49,0.20), transparent 60%),
        radial-gradient(circle, rgba(180,0,0,0.20), transparent 70%);
    filter: blur(8px);
}

.hero-cover img {
    position: relative;
    width: min(370px, 100%);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(216,163,49,0.58);
    background: rgba(0,0,0,0.84);
    box-shadow:
        0 24px 60px rgba(0,0,0,0.42),
        0 0 34px rgba(216,163,49,0.22);
}

/* =========================
   CONTENT BLOCKS
========================= */

.content-section {
    padding: 46px 0;
}

.section-heading {
    margin-bottom: 24px;
}

.section-heading span,
.section-mini {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--red-light);
    font-family: var(--font-title);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-heading h2,
.app-card h2,
.text-card h2,
.service-card h2 {
    margin: 0;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.08;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(216,163,49,0.16);
}

.history-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.history-item {
    display: flex;
    gap: 14px;
    align-items: center;
    min-height: 96px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
        rgba(8, 8, 10, 0.80);
    box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

.history-cover {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    border: 1px solid rgba(216,163,49,0.26);
    background:
        radial-gradient(circle at 50% 28%, rgba(255,215,106,0.55), transparent 34%),
        linear-gradient(145deg, #191919, #050505);
}

.history-item strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
}

.history-item span {
    display: block;
    margin-top: 5px;
    color: var(--text-muted);
    font-size: 13px;
}

.app-section {
    padding-bottom: 74px;
}

.app-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border: 1px solid rgba(216,163,49,0.28);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
        rgba(10, 10, 12, 0.84);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-dark), 0 0 40px rgba(180,0,0,0.10);
}

.app-card p {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--text-soft);
    font-size: 18px;
    line-height: 1.6;
}

.gold-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 26px;
    color: #1b1200;
    font-family: var(--font-title);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffe89e 0%, #d8a331 50%, #8f5f0a 100%);
    box-shadow:
        0 14px 28px rgba(216,163,49,0.22),
        inset 0 1px 0 rgba(255,255,255,0.62);
    white-space: nowrap;
    transition: 0.25s ease;
}

.gold-button:hover {
    color: #000000;
    transform: translateY(-1px);
    filter: brightness(1.04);
}

/* =========================
   INNER PAGES
========================= */

.inner-page {
    padding-bottom: 70px;
}

.inner-hero {
    padding: 42px 0 24px;
    text-align: center;
}

.inner-hero h1 {
    margin: 0;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1;
    text-transform: uppercase;
    text-shadow:
        0 2px 0 #784d08,
        0 0 24px rgba(216,163,49,0.20);
}

.inner-hero p {
    max-width: 820px;
    margin: 18px auto 0;
    color: var(--text-soft);
    font-size: 21px;
    line-height: 1.55;
    font-weight: 500;
}

.text-section {
    padding: 26px 0 60px;
}

.text-card {
    padding: 34px;
    border: 1px solid rgba(216,163,49,0.18);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
        rgba(9, 9, 11, 0.84);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-dark);
}

.text-card p {
    margin: 0 0 18px;
    color: var(--text-soft);
    font-size: 18px;
    line-height: 1.8;
}

.text-card p:last-child {
    margin-bottom: 0;
}

.service-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.service-card {
    padding: 28px;
    border: 1px solid rgba(216,163,49,0.18);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)),
        rgba(9, 9, 11, 0.84);
    box-shadow: var(--shadow-dark);
}

.service-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    color: var(--gold-light);
    font-size: 22px;
    border: 1px solid rgba(216,163,49,0.28);
    border-radius: 16px;
    background: rgba(0,0,0,0.28);
}

.service-card h2 {
    font-size: 24px;
    margin-bottom: 14px;
}

.service-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.7;
}

.contact-grid .text-card h2 {
    font-size: 24px;
    margin-bottom: 14px;
}

/* =========================
   FORM
========================= */

.site-form {
    margin-top: 26px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    color: #ffffff;
    padding: 14px 16px;
    font-family: var(--font-main);
    border: 1px solid rgba(216,163,49,0.22);
    border-radius: 14px;
    background: rgba(0,0,0,0.34);
    outline: none;
    transition: 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: rgba(216,163,49,0.62);
    box-shadow: 0 0 0 0.2rem rgba(216,163,49,0.10);
}

.form-group textarea {
    resize: vertical;
}

.form-note {
    margin-top: 18px !important;
    color: var(--text-muted) !important;
    font-size: 14px !important;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991.98px) {
    .desktop-header {
        display: none !important;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        min-height: 96px;
    }

    .hero-section {
        padding-top: 1px;
    }

    .hero-card {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 32px 22px;
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
        font-size: 19px;
    }

    .player-box {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .play-button {
        width: 100%;
    }

    .now-title {
        white-space: normal;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-cover {
        min-height: auto;
    }

    .hero-cover img {
        width: min(300px, 80vw);
    }

    .history-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-card {
        flex-direction: column;
        align-items: flex-start;
    }

	.service-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.footer-top {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.footer-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		gap: 14px;
		justify-content: center;
		width: 100%;
	}

	.footer-links a {
		justify-content: center;
		text-align: center;
	}

	.footer-age-col {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 12px;
		width: 100%;
	}

	.footer-age-text {
        max-width: 200px;
        text-align: right;
        font-size: 13px;
	}
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mobile-logo img {
        width: 74px;
        height: 74px;
    }

    .age-badge {
        padding: 9px 12px;
        font-size: 13px;
    }

    .hero-card {
        padding: 6px 8px;
        border-radius: 24px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .hero-stats > div {
        flex: 1 1 100%;
    }

    .history-grid {
        grid-template-columns: 1fr;
    }

    .app-card,
    .text-card,
    .service-card {
        padding: 22px 18px;
    }

    .inner-hero {
        padding-top: 20px;
    }

    .inner-hero p {
        font-size: 18px;
    }

    .nav-link {
        font-size: 14px;
    }
}

/* =========================
   FOOTER
========================= */

.site-footer {
    position: relative;
    margin-top: auto;
    padding: 42px 0 30px;
    border-top: 1px solid rgba(216, 163, 49, 0.22);
    background:
        linear-gradient(180deg, rgba(8, 8, 10, 0.98) 0%, rgba(3, 3, 4, 0.99) 100%);
    box-shadow:
        0 -18px 54px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
    flex-shrink: 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: -1px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(216, 163, 49, 0.42),
        rgba(180, 0, 0, 0.34),
        rgba(216, 163, 49, 0.42),
        transparent
    );
    box-shadow: 0 0 18px rgba(216, 163, 49, 0.18);
}

.site-footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    height: 34px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48));
}

.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    padding-bottom: 24px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 24px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.footer-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(214, 206, 191, 0.78);
    font-family: var(--font-title);
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    transition:
        color 0.2s ease,
        text-shadow 0.2s ease;
}

.footer-links a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -7px;
    height: 1px;
    background: rgba(216, 163, 49, 0.62);
    transition:
        left 0.2s ease,
        right 0.2s ease;
}

.footer-links a:hover,
.footer-links a.active {
    color: var(--gold-light);
    text-shadow: 0 0 14px rgba(216, 163, 49, 0.18);
}

.footer-links a:hover::after,
.footer-links a.active::after {
    left: 0;
    right: 0;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 48px;
    padding-top: 18px;
    color: rgba(214, 206, 191, 0.64);
    font-size: 14px;
    border-top: 1px solid rgba(216, 163, 49, 0.12);
}

.footer-age-line {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.footer-age-badge {
    flex: 0 0 auto;
    justify-content: center;
}

.footer-age-text {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
}

.footer-copy {
    color: rgba(214, 206, 191, 0.64);
    text-align: right;
    white-space: nowrap;
}

.footer-copy {
    color: rgba(214, 206, 191, 0.64);
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 36px 0 28px;
    }

    .footer-top {
        gap: 24px;
        padding-bottom: 22px;
    }

    .footer-links {
        gap: 12px 18px;
        max-width: 520px;
    }

    .footer-links a {
        font-size: 12px;
        letter-spacing: 0.045em;
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        padding: 34px 0 26px;
    }

    .footer-top {
        gap: 24px;
        padding-bottom: 22px;
    }

    .footer-links {
        flex-direction: column;
        gap: 0;
        width: 100%;
        max-width: 100%;
    }

    .footer-links a {
        width: 100%;
        min-height: 42px;
        justify-content: center;
        font-size: 13px;
        letter-spacing: 0.045em;
    }

    .footer-links a::after {
        bottom: 4px;
        left: 50%;
        right: 50%;
    }

    .footer-links a:hover::after,
    .footer-links a.active::after {
        left: 34%;
        right: 34%;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-height: auto;
        padding-top: 20px;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }

    .footer-age-line {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        width: 100%;
        max-width: 330px;
        padding: 14px 18px;
        border: 1px solid rgba(216, 163, 49, 0.14);
        border-radius: 18px;
        background:
            radial-gradient(circle at 0% 50%, rgba(216, 163, 49, 0.10), transparent 42%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.035),
            0 12px 28px rgba(0, 0, 0, 0.22);
    }

    .footer-age-badge {
        flex: 0 0 auto;
    }

    .footer-age-text {
        flex: 1 1 auto;
        max-width: 210px;
        font-size: 13px;
        line-height: 1.45;
        text-align: right;
    }

    .footer-copy {
        width: 100%;
        max-width: 300px;
        text-align: center;
        white-space: normal;
        font-size: 13px;
        line-height: 1.45;
    }
}

@media (max-width: 767.98px) {
    .scroll-top-button,
    .scroll-top-button.is-visible {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

/* =========================
   RADIO PLAYER
========================= */

.hero-card-radio {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
    align-items: center;
}

.hero-stats-radio {
    margin-top: 34px;
}

.radio-panel {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    padding: 22px;
    border: 1px solid rgba(216, 163, 49, 0.36);
    border-radius: 30px;
    background:
        radial-gradient(circle at 50% 22%, rgba(216, 163, 49, 0.14), transparent 34%),
        radial-gradient(circle at 80% 78%, rgba(239, 42, 42, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)),
        rgba(5, 5, 6, 0.74);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.46),
        0 0 38px rgba(216, 163, 49, 0.15),
        inset 0 0 0 1px rgba(255,255,255,0.035);
    backdrop-filter: none;
    overflow: hidden;
}

.radio-panel::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-light), var(--red-light), transparent);
    opacity: 0.82;
}

.radio-panel-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.radio-live {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #dfffe8;
    font-family: var(--font-title);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.radio-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #19e86f;
    box-shadow:
        0 0 0 5px rgba(25, 232, 111, 0.10),
        0 0 18px rgba(25, 232, 111, 0.80);
    animation: radioLivePulse 1.25s ease-in-out infinite;
}

@keyframes radioLivePulse {
    0%, 100% {
        opacity: 0.62;
        transform: scale(0.86);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

.radio-online-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 7px 12px;
    color: #0d1605;
    font-family: var(--font-title);
    font-size: 11px;
    letter-spacing: 0.12em;
    border-radius: 999px;
    background: linear-gradient(180deg, #baff78, #37d85b);
    box-shadow: 0 0 18px rgba(55, 216, 91, 0.30);
}

.radio-online-badge.is-offline {
    color: #ffffff;
    background: linear-gradient(180deg, #ff5757, #8d0000);
    box-shadow: 0 0 18px rgba(239, 42, 42, 0.28);
}

.radio-cover-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(300px, 74vw);
    height: min(300px, 74vw);
    margin: 0 auto 10px;
}

.radio-cover-glow {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 215, 106, 0.28), transparent 56%),
        radial-gradient(circle, rgba(239, 42, 42, 0.22), transparent 72%);
    filter: blur(10px);
    opacity: 0.82;
}

.radio-cover {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    border: 2px solid rgba(216, 163, 49, 0.64);
    background:
        radial-gradient(circle at 50% 20%, rgba(216, 163, 49, 0.25), transparent 34%),
        #090909;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.48),
        0 0 34px rgba(216, 163, 49, 0.20);
}

.radio-track-info {
    min-width: 0;
    text-align: center;
}

.radio-track-info .now-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.radio-controls {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.radio-play-button {
    min-width: 0;
    flex: 1 1 auto;
}

.radio-volume {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.volume-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--gold-light);
    border: 1px solid rgba(216, 163, 49, 0.35);
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)),
        rgba(0, 0, 0, 0.42);
    cursor: pointer;
    transition: 0.25s ease;
}

.volume-button:hover {
    color: #ffffff;
    transform: translateY(-1px);
    border-color: rgba(216, 163, 49, 0.62);
}

.volume-range {
    width: 78px;
    accent-color: var(--gold-light);
}

.radio-visualizer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    height: 38px;
    margin-top: 18px;
    opacity: 0.34;
}

.radio-visualizer span {
    display: block;
    width: 5px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold-light), var(--red-light));
    box-shadow: 0 0 10px rgba(216, 163, 49, 0.22);
    animation: radioBars 0.9s ease-in-out infinite;
    animation-play-state: paused;
}

.radio-visualizer.is-playing {
    opacity: 1;
}

.radio-visualizer.is-playing span {
    animation-play-state: running;
}

.radio-visualizer span:nth-child(1) { animation-delay: 0s; height: 14px; }
.radio-visualizer span:nth-child(2) { animation-delay: 0.12s; height: 24px; }
.radio-visualizer span:nth-child(3) { animation-delay: 0.24s; height: 18px; }
.radio-visualizer span:nth-child(4) { animation-delay: 0.36s; height: 30px; }
.radio-visualizer span:nth-child(5) { animation-delay: 0.48s; height: 20px; }
.radio-visualizer span:nth-child(6) { animation-delay: 0.60s; height: 34px; }
.radio-visualizer span:nth-child(7) { animation-delay: 0.72s; height: 16px; }
.radio-visualizer span:nth-child(8) { animation-delay: 0.84s; height: 28px; }
.radio-visualizer span:nth-child(9) { animation-delay: 0.96s; height: 22px; }
.radio-visualizer span:nth-child(10) { animation-delay: 1.08s; height: 32px; }

@keyframes radioBars {
    0%, 100% {
        transform: scaleY(0.45);
        opacity: 0.55;
    }

    50% {
        transform: scaleY(1.18);
        opacity: 1;
    }
}

.history-cover-img {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(216, 163, 49, 0.26);
    background: #090909;
}

@media (max-width: 991.98px) {
    .hero-card-radio {
        grid-template-columns: 1fr;
    }

    .radio-panel {
        max-width: 520px;
        margin: 0 auto;
    }

    .radio-cover-wrap {
        width: min(300px, 78vw);
        height: min(300px, 78vw);
    }

    .radio-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .radio-volume {
        justify-content: center;
    }

    .volume-range {
        width: 150px;
    }
}

@media (max-width: 575.98px) {
    .radio-panel {
        padding: 14px;
        border-radius: 24px;
    }

    .radio-panel-top {
        flex-direction: column;
        justify-content: center;
    }

    .radio-cover-wrap {
        width: min(208px, 68vw);
        height: min(208px, 68vw);
        margin-bottom: 8px;
    }

    .radio-track-info .now-label {
        margin-bottom: 4px;
    }

    .radio-track-info .now-title {
        font-size: 18px;
        line-height: 1.22;
    }

    .radio-track-info .now-meta {
        margin-top: 3px;
        font-size: 14px;
    }

    .radio-next-info {
        margin-top: 12px;
        padding: 12px 14px;
    }

    .radio-controls {
        margin-top: 14px;
    }

    .radio-play-button {
        width: 100%;
        min-height: 58px;
    }

    .radio-visualizer {
        height: 32px;
        margin-top: 12px;
    }
}
/* =========================
   SCROLL TO TOP
========================= */

.scroll-top-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #1a1202;
    border: 1px solid rgba(255, 215, 106, 0.45);
    border-radius: 5%;
    background: linear-gradient(180deg, #ffe89e 0%, #d8a331 50%, #8f5f0a 100%);

    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(0.92);
    transition: 0.25s ease;
}

.scroll-top-button i {
    display: block;
    font-size: 17px;
    line-height: 1;
    transform: translateY(-1px);
}

.scroll-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top-button:hover {
    color: #000000;
    filter: brightness(1.06);
    transform: translateY(-2px) scale(1.03);
}

@media (max-width: 575.98px) {
    .scroll-top-button {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }
}

/* =========================
   NEXT TRACK
========================= */

.radio-next-info {
    margin-top: 16px;
    padding: 14px 16px;
    text-align: center;
    border: 1px solid rgba(216, 163, 49, 0.20);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.01)),
        rgba(0, 0, 0, 0.26);
}

.radio-next-label {
    margin-bottom: 6px;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.radio-next-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.radio-next-time {
    margin-top: 5px;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 600;
}
/* =========================
   HERO HISTORY INSIDE PLAYER
========================= */

.hero-side-history {
    max-width: 640px;
    margin-top: 34px;
}

.hero-side-history-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.hero-side-history-head span {
    display: block;
    margin-bottom: 7px;
    color: var(--red-light);
    font-family: var(--font-title);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-side-history-head strong {
    display: block;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: clamp(24px, 2.9vw, 36px);
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(216, 163, 49, 0.18);
}

.hero-listeners-mini {
    flex: 0 0 auto;
    min-width: 118px;
    padding: 11px 14px;
    text-align: center;
    border: 1px solid rgba(216, 163, 49, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.01)),
        rgba(0, 0, 0, 0.30);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
}

.hero-listeners-mini b {
    display: block;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: 26px;
    line-height: 1;
}

.hero-listeners-mini small {
    display: block;
    margin-top: 6px;
    color: var(--text-muted);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.history-grid-hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.history-grid-hero .history-item {
    min-height: 82px;
    padding: 13px;
    border-color: rgba(216, 163, 49, 0.13);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.012)),
        rgba(0, 0, 0, 0.30);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.22),
        inset 0 0 0 1px rgba(255,255,255,0.02);
}

.history-grid-hero .history-cover-img,
.history-grid-hero .history-cover {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 14px;
}

.history-grid-hero .history-item strong {
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.history-grid-hero .history-item span {
    font-size: 12px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.hero-stats-radio {
    display: none;
}

@media (max-width: 991.98px) {
    .hero-side-history {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .hero-side-history-head {
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    .hero-side-history-head {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .hero-listeners-mini {
        width: 100%;
    }

    .history-grid-hero {
        grid-template-columns: 1fr;
    }
}

/* =========================
   COOKIE BANNER
========================= */

.cookie-banner {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: 0.25s ease;
}

.cookie-banner.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid rgba(216, 163, 49, 0.35);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% 0%, rgba(216, 163, 49, 0.14), transparent 34%),
        radial-gradient(circle at 88% 100%, rgba(180, 0, 0, 0.18), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.018)),
        rgba(7, 7, 9, 0.96);
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.58),
        0 0 34px rgba(216, 163, 49, 0.16),
        inset 0 0 0 1px rgba(255,255,255,0.035);
    backdrop-filter: blur(12px);
}

.cookie-banner-text {
    min-width: 0;
}

.cookie-banner-text strong {
    display: block;
    margin-bottom: 6px;
    color: var(--gold-light);
    font-family: var(--font-title);
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cookie-banner-text span {
    display: block;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.55;
}

.cookie-banner-text a {
    color: var(--gold-light);
    border-bottom: 1px solid rgba(216, 163, 49, 0.45);
}

.cookie-banner-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.cookie-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    font-family: var(--font-title);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    cursor: pointer;
    transition: 0.22s ease;
}

.cookie-button-primary {
    color: #1a1202;
    border: 0;
    background: linear-gradient(180deg, #ffe89e 0%, #d8a331 50%, #8f5f0a 100%);
    box-shadow:
        0 12px 26px rgba(216, 163, 49, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.cookie-button-secondary {
    color: var(--text-soft);
    border: 1px solid rgba(216, 163, 49, 0.28);
    background: rgba(0, 0, 0, 0.30);
}

.cookie-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

@media (max-width: 767.98px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-banner-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 16px;
        border-radius: 18px;
    }

    .cookie-banner-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .cookie-button {
        width: 100%;
    }
}

/* =========================
   HERO REVERSED LAYOUT
========================= */

.hero-card-radio-reversed {
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.05fr);
}

.hero-card-radio-reversed .radio-panel {
    margin-left: 0;
    margin-right: auto;
	text-align: center;
}

.hero-card-radio-reversed .hero-content {
    text-align: left;
}

.hero-card-radio-reversed .hero-side-history {
    max-width: 680px;
}


@media (max-width: 991.98px) {
    .hero-card-radio-reversed {
        grid-template-columns: 1fr;
    }

    .hero-card-radio-reversed .radio-panel {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-card-radio-reversed .hero-content {
        order: 2;
        text-align: center;
    }

    .hero-card-radio-reversed .hero-side-history {
        text-align: left;
    }

.site-header {

    padding-top: 1px;
}
}

.track-progress {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 14px 0 4px;
}

.track-progress-time {
    min-width: 42px;
    color: rgba(214, 206, 191, 0.68);
    font-size: 12px;
    line-height: 1;
    font-family: var(--font-main);
    font-variant-numeric: tabular-nums;
}

.track-progress-time:last-child {
    text-align: right;
}

.track-progress-bar {
    position: relative;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.track-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--red-light));
    box-shadow: 0 0 14px rgba(216, 163, 49, 0.35);
    transition: width 0.35s linear;
}

@media (max-width: 575.98px) {
    .track-progress {
        margin-top: 12px;
        gap: 8px;
    }

    .track-progress-time {
        min-width: 38px;
        font-size: 11px;
    }

    .track-progress-bar {
        height: 4px;
    }
}

/* =========================
   MOSCOW CLOCK
========================= */

@font-face {
    font-family: 'DSEG7Classic';
    src: url('/fonts/dseg7/dseg7-classic-latin-400-normal.woff2') format('woff2'),
         url('/fonts/dseg7/dseg7-classic-latin-400-normal.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.moscow-clock-card {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    padding: 18px 22px 20px;
    overflow: hidden;
    border: 1px solid rgba(216, 163, 49, 0.30);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% 0%, rgba(216, 163, 49, 0.16), transparent 38%),
        radial-gradient(circle at 86% 100%, rgba(239, 42, 42, 0.20), transparent 42%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(68, 8, 8, 0.46)),
        rgba(0, 0, 0, 0.34);
    box-shadow:
        0 16px 38px rgba(0, 0, 0, 0.28),
        inset 0 0 0 1px rgba(255,255,255,0.026);
}

.moscow-clock-card::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-light), var(--red-light), transparent);
    opacity: 0.78;
}

.moscow-clock-card::after {
    content: "88:88:88";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
    color: rgba(255, 215, 106, 0.055);
    font-family: 'DSEG7Classic', 'Courier New', monospace;
    font-size: clamp(54px, 6.2vw, 86px);
    line-height: 1;
    letter-spacing: 0.06em;
    pointer-events: none;
    white-space: nowrap;
}

.moscow-clock-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.moscow-clock-label {
    color: var(--red-light);
    font-family: var(--font-title);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.moscow-clock-date {
    color: rgba(214, 206, 191, 0.72);
    font-size: 13px;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.moscow-clock-time {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    color: var(--gold-light);
    font-family: 'DSEG7Classic', 'Courier New', monospace;
    font-size: clamp(58px, 6.4vw, 84px);
    line-height: 0.95;
    letter-spacing: 0.06em;
    text-align: center;
    font-variant-numeric: tabular-nums;
    text-shadow:
        0 0 10px rgba(255, 215, 106, 0.42),
        0 0 24px rgba(216, 163, 49, 0.26),
        0 0 46px rgba(239, 42, 42, 0.14);
}

@media (max-width: 991.98px) {
    .moscow-clock-card {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .moscow-clock-time {
        font-size: clamp(52px, 10vw, 74px);
    }

    .moscow-clock-card::after {
        font-size: clamp(52px, 10vw, 74px);
    }
}

@media (max-width: 575.98px) {
    .moscow-clock-card {
        margin: 16px 0 0;
        padding: 15px 14px 17px;
        border-radius: 20px;
    }

    .moscow-clock-head {
        gap: 10px;
        margin-bottom: 10px;
    }

    .moscow-clock-label {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .moscow-clock-date {
        font-size: 11px;
    }

    .moscow-clock-time {
        font-size: clamp(42px, 13.2vw, 56px);
        letter-spacing: 0.035em;
    }

    .moscow-clock-card::after {
        font-size: clamp(42px, 13.2vw, 56px);
        letter-spacing: 0.035em;
    }
}

@media (max-width: 380px) {
    .moscow-clock-time,
    .moscow-clock-card::after {
        font-size: 40px;
        letter-spacing: 0.025em;
    }

    .moscow-clock-date {
        font-size: 10px;
    }
}

    .sl-services-page {
        position: relative;
        overflow: hidden;
    }

    .sl-services-page::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            radial-gradient(circle at 14% 8%, rgba(216, 163, 49, 0.16), transparent 28%),
            radial-gradient(circle at 84% 18%, rgba(180, 0, 0, 0.18), transparent 32%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28));
        z-index: 0;
    }

    .sl-services-page > .container {
        position: relative;
        z-index: 1;
    }

    .sl-services-hero {
        padding: 54px 0 34px;
    }

    .sl-services-kicker {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 18px;
        padding: 8px 14px;
        border: 1px solid rgba(216, 163, 49, 0.35);
        border-radius: 999px;
        background: rgba(216, 163, 49, 0.08);
        color: #f3c44e;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .sl-services-title {
        max-width: 920px;
        margin: 0;
        color: #fff;
        font-size: clamp(34px, 5vw, 68px);
        line-height: 0.98;
        font-weight: 900;
        letter-spacing: -0.04em;
    }

    .sl-services-title span {
        color: #f3c44e;
    }

    .sl-services-lead {
        max-width: 760px;
        margin: 22px 0 0;
        color: rgba(255, 255, 255, 0.76);
        font-size: clamp(16px, 1.5vw, 19px);
        line-height: 1.75;
    }

    .sl-services-panel {
        margin-top: 26px;
        padding: 18px;
        border: 1px solid rgba(216, 163, 49, 0.24);
        border-radius: 24px;
        background:
            linear-gradient(135deg, rgba(216, 163, 49, 0.12), rgba(180, 0, 0, 0.08)),
            rgba(12, 12, 14, 0.74);
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
        backdrop-filter: none;
    }

    .sl-services-panel-title {
        margin: 0 0 8px;
        color: #fff;
        font-size: 20px;
        font-weight: 800;
    }

    .sl-services-panel-text {
        margin: 0;
        color: rgba(255, 255, 255, 0.72);
        line-height: 1.7;
    }

    .sl-service-card {
        height: 100%;
        padding: 26px;
        border: 1px solid rgba(216, 163, 49, 0.23);
        border-radius: 24px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
            rgba(11, 11, 13, 0.86);
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
        transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    }

    .sl-service-card:hover {
        transform: translateY(-4px);
        border-color: rgba(243, 196, 78, 0.52);
        background:
            linear-gradient(180deg, rgba(216, 163, 49, 0.08), rgba(255, 255, 255, 0.02)),
            rgba(11, 11, 13, 0.92);
    }

    .sl-service-icon {
        width: 52px;
        height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(216, 163, 49, 0.25), rgba(180, 0, 0, 0.18));
        color: #f3c44e;
        font-size: 23px;
        box-shadow: inset 0 0 0 1px rgba(243, 196, 78, 0.24);
    }

    .sl-service-card h2 {
        margin: 0 0 14px;
        color: #ffdc6b;
        font-size: clamp(22px, 2vw, 30px);
        line-height: 1.12;
        font-weight: 900;
        letter-spacing: -0.025em;
        text-transform: none;
        word-break: normal;
        overflow-wrap: normal;
    }

    .sl-service-card p {
        margin: 0 0 18px;
        color: rgba(255, 255, 255, 0.74);
        font-size: 15.5px;
        line-height: 1.72;
    }

    .sl-service-list {
        display: grid;
        gap: 9px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sl-service-list li {
        position: relative;
        padding-left: 25px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 14px;
        line-height: 1.55;
    }

    .sl-service-list li::before {
        content: "\f00c";
        position: absolute;
        left: 0;
        top: 1px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #f3c44e;
        font-size: 13px;
    }

    .sl-section-title {
        margin: 0 0 14px;
        color: #fff;
        font-size: clamp(28px, 3vw, 42px);
        line-height: 1.12;
        font-weight: 900;
        letter-spacing: -0.035em;
    }

    .sl-section-text {
        max-width: 760px;
        margin: 0 0 28px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 16px;
        line-height: 1.75;
    }

    .sl-info-block {
        padding: 28px;
        border: 1px solid rgba(216, 163, 49, 0.22);
        border-radius: 26px;
        background:
            radial-gradient(circle at 12% 0%, rgba(216, 163, 49, 0.12), transparent 28%),
            rgba(10, 10, 12, 0.82);
    }

    .sl-step {
        display: flex;
        gap: 16px;
        height: 100%;
        padding: 22px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.035);
    }

    .sl-step-num {
        flex: 0 0 auto;
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: rgba(216, 163, 49, 0.16);
        color: #f3c44e;
        font-weight: 900;
    }

    .sl-step h3 {
        margin: 0 0 6px;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
    }

    .sl-step p {
        margin: 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 14.5px;
        line-height: 1.65;
    }

    .sl-contact-card {
        padding: 34px;
        border: 1px solid rgba(243, 196, 78, 0.38);
        border-radius: 28px;
        background:
            linear-gradient(135deg, rgba(216, 163, 49, 0.18), rgba(180, 0, 0, 0.12)),
            rgba(13, 13, 15, 0.92);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
    }

    .sl-contact-card h2 {
        margin: 0 0 14px;
        color: #fff;
        font-size: clamp(26px, 3vw, 40px);
        font-weight: 900;
        letter-spacing: -0.035em;
    }

    .sl-contact-card p {
        color: rgba(255, 255, 255, 0.74);
        line-height: 1.72;
    }

    .sl-contact-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-top: 8px;
        padding: 13px 18px;
        border-radius: 999px;
        background: #f3c44e;
        color: #151006 !important;
        font-weight: 900;
        text-decoration: none;
    }

    .sl-contact-link:hover {
        color: #151006 !important;
        filter: brightness(1.06);
    }

    .sl-note {
        margin-top: 18px;
        padding: 16px 18px;
        border-left: 3px solid #f3c44e;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.045);
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        line-height: 1.65;
    }

    @media (max-width: 991.98px) {
        .sl-services-hero {
            padding-top: 38px;
        }

        .sl-service-card {
            padding: 22px;
        }
    }

    @media (max-width: 575.98px) {
        .sl-services-title {
            font-size: 36px;
        }

        .sl-service-card h2 {
            font-size: 24px;
        }

        .sl-contact-card,
        .sl-info-block {
            padding: 22px;
        }
    }
	



/* =========================
   COVER LIGHTBOX
========================= */

.radio-cover-button {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: transparent;
    cursor: zoom-in;
}

.radio-cover-button .radio-cover {
    display: block;
}

.cover-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.92);
}

.cover-lightbox[hidden] {
    display: none;
}

.cover-lightbox-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    max-height: calc(100vh - 48px);
}

.cover-lightbox-content img {
    display: block;
    width: auto;
    max-width: min(90vw, 800px);
    max-height: 88vh;
    border: 2px solid rgba(216, 163, 49, 0.65);
    border-radius: 24px;
    background: #090909;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.72);
}

.cover-lightbox-close {
    position: absolute;
    top: max(18px, env(safe-area-inset-top));
    right: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: var(--gold-light);
    font-size: 22px;
    border: 1px solid rgba(216, 163, 49, 0.45);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.78);
    cursor: pointer;
}

body.cover-lightbox-open {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .cover-lightbox {
        padding: 16px;
    }

    .cover-lightbox-content img {
        max-width: 92vw;
        max-height: 82vh;
        border-radius: 18px;
    }

    .cover-lightbox-close {
        right: 14px;
        width: 44px;
        height: 44px;
    }
}