:root {
    --bg: #0c0b14;
    --bg-soft: rgba(255, 255, 255, 0.05);
    --panel: rgba(17, 16, 26, 0.88);
    --panel-strong: rgba(28, 25, 41, 0.96);
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.22);
    --text: #f7f3ff;
    --muted: #c6bdd8;
    --brand: #63f3e4;
    --brand-deep: #1d8c8c;
    --brand-ink: #dffbf7;
    --accent: #ff5ea8;
    --danger: #ff7a85;
    --gold: #ffd86a;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
    --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.28);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Space Grotesk", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 15% 15%, rgba(99, 243, 228, 0.18), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(255, 94, 168, 0.18), transparent 22%),
        radial-gradient(circle at 50% 100%, rgba(255, 216, 106, 0.08), transparent 30%),
        linear-gradient(180deg, #100d18 0%, #07070d 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 35%),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 0 1px,
            transparent 1px 32px
        );
    z-index: -2;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 25% 78%, rgba(255, 255, 255, 0.05), transparent 18%),
        radial-gradient(circle at 80% 36%, rgba(255, 255, 255, 0.03), transparent 16%);
    z-index: -1;
}

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

.pageGlow {
    position: fixed;
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    pointer-events: none;
    z-index: -1;
}

.pageGlowLeft {
    top: -12vw;
    left: -12vw;
    background: radial-gradient(circle, rgba(99, 243, 228, 0.28), transparent 66%);
}

.pageGlowRight {
    right: -10vw;
    top: 4vw;
    background: radial-gradient(circle, rgba(255, 94, 168, 0.24), transparent 62%);
}

.labelLanding {
    width: min(1140px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 28px 0 42px;
}

.labelHero,
.labelFeatureCard,
.labelPlayerSection,
.labelFooter {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(24, 22, 36, 0.94), rgba(10, 10, 18, 0.96)),
        radial-gradient(circle at top right, rgba(99, 243, 228, 0.08), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 94, 168, 0.08), transparent 28%);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.labelHero {
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.labelHero::before,
.labelFeatureCard::before,
.labelPlayerSection::before,
.labelFooter::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.035) 0 2px,
            transparent 2px 12px
        );
    opacity: 0.35;
    pointer-events: none;
}

.labelHero::after,
.labelFeatureCard::after,
.labelPlayerSection::after,
.labelFooter::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: calc(var(--radius) - 10px);
    pointer-events: none;
}

.labelBrandRow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.labelBrandMark {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
        linear-gradient(180deg, rgba(99, 243, 228, 0.24), rgba(255, 94, 168, 0.18));
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--brand-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.labelBrandCopy {
    display: grid;
    gap: 3px;
}

.labelBrandCopy span,
.labelEyebrow,
.featureTag,
.playerHeader p,
.labelFooter p {
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
}

.labelBrandCopy strong {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
}

.labelEyebrow {
    margin: 0 0 12px;
}

.labelTitle {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(3.3rem, 10vw, 6.8rem);
    line-height: 0.94;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-shadow:
        3px 3px 0 rgba(255, 94, 168, 0.36),
        -2px -2px 0 rgba(99, 243, 228, 0.24);
}

.labelLead {
    max-width: 760px;
    margin: 16px 0 0;
    color: rgba(247, 243, 255, 0.9);
    font-size: clamp(1rem, 2.2vw, 1.18rem);
    line-height: 1.7;
}

.labelMetaRow,
.labelActionRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.labelMetaRow span {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    font-size: 0.82rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: transform 0.18s ease, filter 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.btnPrimary {
    color: #0d1312;
    background: linear-gradient(135deg, var(--brand) 0%, #9ef8ed 42%, var(--accent) 100%);
    box-shadow: 0 16px 32px rgba(99, 243, 228, 0.22);
}

.btnSecondary {
    color: var(--text);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}

.labelFeatureGrid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.labelFeatureCard {
    padding: 22px;
}

.featureTall {
    background:
        linear-gradient(180deg, rgba(26, 22, 40, 0.98), rgba(11, 10, 18, 0.98)),
        radial-gradient(circle at top right, rgba(99, 243, 228, 0.12), transparent 30%);
}

.labelFeatureCard h2,
.labelFeatureCard h3,
.playerHeader h2,
.labelFooter h3,
.playerHeader strong {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.labelFeatureCard h2 {
    font-size: clamp(1.3rem, 3vw, 2rem);
    line-height: 1.1;
    margin: 10px 0 12px;
}

.labelFeatureCard h3 {
    font-size: 1.6rem;
    margin: 10px 0 8px;
}

.labelFeatureCard p,
.labelFooter p,
.playerHeader p {
    margin: 0;
    color: rgba(247, 243, 255, 0.84);
    line-height: 1.7;
}

.labelPlayerSection {
    margin-top: 14px;
    padding: 22px;
}

.playerHeader {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.playerHeader h2 {
    font-size: 1.8rem;
    margin-top: 6px;
}

.playerShell {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at top left, rgba(99, 243, 228, 0.08), transparent 25%),
        rgba(10, 12, 16, 0.84);
    box-shadow: var(--shadow-soft);
}

.playerControls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 14px;
}

.playerHint {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.labelStampRow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.labelStampRow span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.labelStampRow span::before {
    content: "✦";
    color: var(--brand);
    font-size: 0.9rem;
}

.playerShell iframe {
    display: block;
    width: 100%;
    min-height: 450px;
    border: 0;
}

.labelFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    padding: 20px 22px;
}

.labelFooter h3 {
    font-size: 1.5rem;
    margin-top: 8px;
}

.labelFooter p {
    max-width: 540px;
}

.featureTag {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: var(--brand);
    font-size: 0.68rem;
}

@media (max-width: 900px) {
    .labelFeatureGrid,
    .labelFooter,
    .playerHeader {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .labelFeatureGrid {
        grid-template-columns: 1fr;
    }

    .labelFooter {
        align-items: flex-start;
    }

    .playerControls {
        flex-direction: column;
        align-items: stretch;
    }

    .playerShell iframe {
        min-height: 390px;
    }
}

@media (max-width: 640px) {
    .labelLanding {
        width: min(100vw, calc(100vw - 20px));
        padding: 14px 0 24px;
    }

    .labelHero,
    .labelFeatureCard,
    .labelPlayerSection,
    .labelFooter {
        border-radius: 22px;
        padding: 18px;
    }

    .labelBrandMark {
        width: 52px;
        height: 52px;
    }

    .labelTitle {
        font-size: clamp(2.8rem, 16vw, 4.4rem);
    }

    .labelMetaRow span {
        font-size: 0.76rem;
    }

    .btn {
        width: 100%;
    }

    .labelActionRow {
        flex-direction: column;
    }

    .labelStampRow {
        flex-direction: column;
    }

    .playerShell iframe {
        min-height: 340px;
    }
}
