* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    background:
        radial-gradient(circle at 80% 10%, rgba(80, 120, 255, 0.18), transparent 420px),
        radial-gradient(circle at 12% 20%, rgba(236, 190, 102, 0.12), transparent 340px),
        linear-gradient(140deg, #050505, #0a0f1f 55%, #050505);
    color: white;
}

a {
    color: inherit;
    text-decoration: none;
}

.header {
    position: sticky;
    top: 16px;
    z-index: 10;
    width: calc(100% - 32px);
    max-width: 1120px;
    margin: 16px auto 0;
    padding: 14px 16px;
    display: block;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 24px;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(20px);
}

.menu-button {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    gap: 4px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    cursor: pointer;
}

.menu-button span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: white;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    border: 1px solid rgba(236,190,102,0.28);
    background: rgba(255,255,255,0.08);
    color: #fde7b0;
    font-weight: 700;
}

.logo small {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.45);
}

.nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    scrollbar-width: none;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav a {
    flex: 0 0 auto;
    padding: 14px 16px;
    border-radius: 16px;
}

.nav a:hover {
    background: rgba(255,255,255,0.08);
    color: white;
}

.hero {
    min-height: 86vh;
    padding: 120px 20px 64px;
    display: flex;
    align-items: flex-end;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.1), #050505),
        radial-gradient(circle at 70% 25%, rgba(236,190,102,0.18), transparent 300px);
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: 54px;
    line-height: 0.98;
}

.hero p {
    max-width: 620px;
    color: rgba(255,255,255,0.68);
    font-size: 20px;
    line-height: 1.55;
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
}

.button {
    min-height: 56px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 20px;
    background: white;
    color: black;
    font-weight: 700;
    cursor: pointer;
}

.button-dark {
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.08);
    color: white;
}

.section {
    padding: 70px 20px;
}

.section-title {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-title h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.08;
}

.section-title p,
.muted {
    color: rgba(255,255,255,0.62);
    line-height: 1.7;
}

.eyebrow {
    margin: 0 0 12px;
    color: rgba(253,231,176,0.76);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.grid {
    display: grid;
    gap: 16px;
}

.stats {
    grid-template-columns: repeat(3, 1fr);
}

.card {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 28px;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 70px rgba(0,0,0,0.35);
}

.stat-card {
    padding: 22px 12px;
    text-align: center;
}

.stat-card strong {
    display: block;
    font-size: 28px;
}

.hall-card,
.price-card,
.review-card,
.menu-card {
    padding: 18px;
}

.menu-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.72);
}

.menu-row:last-child {
    border-bottom: 0;
}

.cinema-image {
    height: 240px;
    margin-bottom: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        radial-gradient(circle at 50% 25%, rgba(255,255,255,0.18), transparent 130px),
        linear-gradient(135deg, #111827, #050505);
}

.cinema-photo {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 18px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.12);
}

.gold .cinema-image { background: radial-gradient(circle at 50% 25%, rgba(255,255,255,0.18), transparent 130px), linear-gradient(135deg, #2b2118, #050505); }
.purple .cinema-image { background: radial-gradient(circle at 50% 25%, rgba(255,255,255,0.18), transparent 130px), linear-gradient(135deg, #211833, #050505); }
.cyan .cinema-image { background: radial-gradient(circle at 50% 25%, rgba(255,255,255,0.18), transparent 130px), linear-gradient(135deg, #10283a, #050505); }

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.tag {
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.68);
    font-size: 13px;
}

.price {
    color: #fde7b0;
    font-weight: 700;
}

.price-card ul {
    padding-left: 18px;
    color: rgba(255,255,255,0.68);
    line-height: 1.8;
}

.faq-item {
    padding: 20px;
}

.company-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    min-height: 170px;
    background:
        radial-gradient(circle at 18% 35%, rgba(236,190,102,0.16), transparent 360px),
        linear-gradient(110deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.company-card h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1.15;
}

.company-card p {
    max-width: 720px;
    color: rgba(255,255,255,0.62);
    line-height: 1.65;
}

.company-line {
    height: 6px;
    margin: 24px 0 18px;
    border-radius: 999px;
    background: #fcd34d;
    box-shadow: 0 0 28px rgba(252,211,77,0.26);
}

.legal-list {
    padding-left: 20px;
    line-height: 1.8;
}

.legal-document h2 {
    margin-top: 34px;
}

.legal-document p {
    margin: 12px 0;
}

.footer {
    max-width: 1120px;
    margin: 40px auto 110px;
    padding: 28px;
    display: grid;
    gap: 20px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 28px;
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.62);
}

.floating-buttons {
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.floating-buttons a {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
    backdrop-filter: blur(16px);
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 50;
    padding: 20px;
    place-items: center;
    background: rgba(0,0,0,0.72);
    backdrop-filter: blur(18px);
}

.modal-open {
    display: grid;
}

.modal-box {
    position: relative;
    width: 100%;
    max-width: 440px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 28px;
    background: #080b12;
}

.modal-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: white;
    font-size: 22px;
}

.messenger {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border-radius: 20px;
    font-weight: 700;
}

.telegram {
    background: rgba(103,232,249,0.14);
    border: 1px solid rgba(103,232,249,0.25);
}

.max {
    background: rgba(236,190,102,0.14);
    border: 1px solid rgba(236,190,102,0.25);
}

@media (min-width: 760px) {
    .menu-button {
        display: none;
    }

    .nav {
        justify-content: center;
        gap: 18px;
    }

    .nav a {
        padding: 10px 14px;
    }

    .buttons {
        flex-direction: row;
    }

    .hero h1 {
        font-size: 86px;
    }

    .halls-grid,
    .prices-grid,
    .reviews-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer {
        grid-template-columns: 1.3fr 1fr;
    }
}
