/* WinPlus Asia — Pro Max v3: Neon Purple (Liquid Glass) */

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
    --bg: #05030f;
    --bg-elevated: #0a0618;
    --surface: #110d24;
    --surface-2: #1a1435;
    --border: rgba(255, 255, 255, 0.07);
    --border-glow: rgba(192, 38, 211, 0.55);
    --accent: #c026d3;
    --accent-2: #e879f9;
    --accent-hover: #f0abfc;
    --accent-muted: rgba(192, 38, 211, 0.16);
    --on-accent: #ffffff;
    --text: #f5f3ff;
    --muted: #a89ec4;
    --font: "Montserrat", system-ui, sans-serif;
    --font-display: "Cormorant", Georgia, serif;
    --radius: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --header-h: 76px;
    --glass: rgba(255, 255, 255, 0.045);
    --glass-border: rgba(192, 38, 211, 0.18);
    --neon-gradient: linear-gradient(135deg, #f0abfc 0%, #e879f9 25%, #c026d3 55%, #9333ea 80%, #7c3aed 100%);
    --gold-gradient: var(--neon-gradient);
    --neon-glow: 0 0 40px rgba(192, 38, 211, 0.45), 0 0 80px rgba(147, 51, 234, 0.25), 0 8px 32px rgba(124, 58, 237, 0.3);
    --gold-glow: var(--neon-glow);
    --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.55);
    --shadow-glow: 0 0 0 1px rgba(192, 38, 211, 0.18), 0 16px 48px rgba(124, 58, 237, 0.22);
    --ease-fluid: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── Ambient canvas ── */
body.site::before {
    background:
        radial-gradient(ellipse 90% 55% at 50% -15%, rgba(192, 38, 211, 0.18), transparent 58%),
        radial-gradient(ellipse 45% 35% at 95% 8%, rgba(147, 51, 234, 0.12), transparent 52%),
        radial-gradient(ellipse 50% 40% at 5% 55%, rgba(124, 58, 237, 0.1), transparent 50%),
        radial-gradient(ellipse 70% 45% at 75% 95%, rgba(217, 70, 239, 0.08), transparent 55%),
        var(--bg);
}

body.site::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.mesh-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.mesh-bg__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
    animation: mesh-drift 18s ease-in-out infinite alternate;
}

.mesh-bg__orb--1 {
    width: min(520px, 70vw);
    height: min(520px, 70vw);
    top: -12%;
    right: -8%;
    background: radial-gradient(circle, rgba(217, 70, 239, 0.45) 0%, transparent 70%);
}

.mesh-bg__orb--2 {
    width: min(400px, 55vw);
    height: min(400px, 55vw);
    bottom: 5%;
    left: -10%;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.35) 0%, transparent 70%);
    animation-delay: -6s;
}

.mesh-bg__orb--3 {
    width: min(280px, 40vw);
    height: min(280px, 40vw);
    top: 40%;
    left: 45%;
    background: radial-gradient(circle, rgba(192, 38, 211, 0.28) 0%, transparent 70%);
    animation-delay: -12s;
}

@keyframes mesh-drift {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(24px, -18px) scale(1.06); }
}

/* ── Floating glass header ── */
.header {
    top: 0.85rem;
    left: 0.85rem;
    right: 0.85rem;
    width: auto;
    border-radius: var(--radius-xl);
    background: rgba(10, 6, 24, 0.78);
    backdrop-filter: blur(24px) saturate(1.6);
    border: 1px solid rgba(192, 38, 211, 0.22);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(240, 171, 252, 0.08);
    transition: top 0.4s var(--ease-fluid), box-shadow 0.4s var(--ease-fluid), background 0.4s var(--ease-fluid);
    overflow: hidden;
}

.scroll-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--neon-gradient);
    box-shadow: 0 0 14px rgba(217, 70, 239, 0.8), 0 0 28px rgba(192, 38, 211, 0.5);
    transition: width 0.08s linear;
    z-index: 2;
}

.header--scrolled {
    top: 0.5rem;
    background: rgba(5, 3, 15, 0.94);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(192, 38, 211, 0.15);
}

.header-spacer {
    height: calc(var(--header-h) + 1.7rem);
}

.header__inner {
    min-height: var(--header-h);
}

.logo__img {
    height: 38px;
    filter: drop-shadow(0 2px 12px rgba(192, 38, 211, 0.35));
}

.nav__link {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: color 0.22s var(--ease-fluid), background 0.22s var(--ease-fluid), box-shadow 0.22s var(--ease-fluid);
}

.nav__link:hover {
    background: rgba(192, 38, 211, 0.12);
    color: var(--accent-hover);
}

.nav__link--active {
    background: var(--neon-gradient);
    color: var(--on-accent);
    box-shadow: var(--neon-glow);
}

.header__cta {
    display: none;
}

@media (min-width: 900px) {
    .header__cta {
        display: inline-flex;
    }
}

.header__cta .btn--play {
    padding: 0.55rem 1.15rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mobile-menu__panel {
    background: linear-gradient(180deg, rgba(17, 13, 36, 0.99) 0%, rgba(5, 3, 15, 0.99) 100%);
    border-right-color: rgba(192, 38, 211, 0.25);
}

.mobile-menu__link--active,
.mobile-menu__link.nav__link--active {
    border-color: rgba(217, 70, 239, 0.55);
    color: #f0abfc;
    background: linear-gradient(135deg, rgba(192, 38, 211, 0.22) 0%, rgba(124, 58, 237, 0.1) 100%);
}

/* ── Typography ── */
h1, h2, h3 {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2.35rem, 6vw, 3.6rem);
    font-weight: 700;
    line-height: 1.08;
}

.hero__title {
    font-size: clamp(2.5rem, 6.5vw, 3.85rem);
}

.hero__accent {
    display: block;
    margin-top: 0.2em;
    background: var(--neon-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    font-weight: 600;
    filter: drop-shadow(0 0 20px rgba(192, 38, 211, 0.4));
}

.hero__eyebrow,
.page-hero__kicker,
.section-kicker {
    color: var(--accent-2);
    letter-spacing: 0.2em;
    text-shadow: 0 0 20px rgba(192, 38, 211, 0.35);
}

a {
    color: var(--accent-2);
    transition: color 0.2s var(--ease-fluid);
}

a:hover {
    color: var(--accent-hover);
}

/* ── Buttons ── */
.btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: transform 0.25s var(--ease-spring), box-shadow 0.25s var(--ease-fluid), background 0.25s var(--ease-fluid), border-color 0.25s var(--ease-fluid);
    cursor: pointer;
}

.btn--primary,
.btn--gold {
    background: var(--neon-gradient);
    color: var(--on-accent);
    box-shadow: var(--neon-glow);
    border: 1px solid rgba(240, 171, 252, 0.45);
}

.btn--primary:hover,
.btn--gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 60px rgba(217, 70, 239, 0.55), 0 12px 36px rgba(0, 0, 0, 0.4);
    color: var(--on-accent);
}

.btn--play {
    background: var(--neon-gradient);
    color: var(--on-accent);
    box-shadow: var(--neon-glow);
    border: 1px solid rgba(240, 171, 252, 0.5);
    position: relative;
    overflow: hidden;
}

.btn--play::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.35) 50%, transparent 58%);
    transform: translateX(-120%);
    transition: transform 0.55s var(--ease-fluid);
}

.btn--play:hover::after {
    transform: translateX(120%);
}

.btn--play:hover {
    transform: translateY(-2px) scale(1.02);
    color: var(--on-accent);
}

.btn--secondary,
.btn--outline-gold {
    background: var(--glass);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(192, 38, 211, 0.25);
    color: var(--text);
}

.btn--secondary:hover,
.btn--outline-gold:hover {
    border-color: rgba(217, 70, 239, 0.55);
    background: rgba(192, 38, 211, 0.12);
    color: var(--accent-hover);
    box-shadow: 0 0 24px rgba(192, 38, 211, 0.2);
}

/* ── Hero ── */
.hero--aurora,
.hero--player {
    position: relative;
    padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
    overflow: hidden;
}

.hero__grid {
    position: relative;
    z-index: 1;
}

.hero__visual {
    position: relative;
}

.hero__visual::before {
    content: "";
    position: absolute;
    inset: -8%;
    background: radial-gradient(ellipse at center, rgba(192, 38, 211, 0.3) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.hero__img {
    position: relative;
    z-index: 1;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(192, 38, 211, 0.35);
    box-shadow: var(--shadow-glow), 0 32px 80px rgba(0, 0, 0, 0.55);
    transition: transform 0.5s var(--ease-fluid), box-shadow 0.5s var(--ease-fluid);
}

.hero__visual:hover .hero__img {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 0 70px rgba(217, 70, 239, 0.35), 0 40px 90px rgba(0, 0, 0, 0.6);
}

.stats-strip--hero {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.5rem 0 1rem;
}

.stat-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 5.5rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius);
    background: rgba(192, 38, 211, 0.06);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(192, 38, 211, 0.22);
    transition: border-color 0.25s var(--ease-fluid), transform 0.25s var(--ease-spring), box-shadow 0.25s var(--ease-fluid);
    cursor: default;
}

.stat-pill:hover {
    border-color: rgba(217, 70, 239, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 20px rgba(192, 38, 211, 0.2);
}

.stat-pill__val {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--accent-hover);
    line-height: 1;
    text-shadow: 0 0 16px rgba(217, 70, 239, 0.45);
}

.stat-pill__lbl {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--muted);
    margin-top: 0.25rem;
}

/* ── Trust marquee ── */
.trust-marquee {
    position: relative;
    overflow: hidden;
    padding: 0.85rem 0;
    border-block: 1px solid rgba(192, 38, 211, 0.15);
    background: rgba(10, 6, 24, 0.75);
    backdrop-filter: blur(12px);
}

.trust-marquee__track {
    display: flex;
    width: max-content;
    animation: marquee-scroll 32s linear infinite;
    gap: 2.5rem;
}

.trust-marquee__track:hover {
    animation-play-state: paused;
}

.trust-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}

.trust-marquee__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent-2);
    opacity: 0.9;
    box-shadow: 0 0 8px rgba(217, 70, 239, 0.8);
}

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Cards & surfaces ── */
.card-surface {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.05) 0%, rgba(192, 38, 211, 0.06) 45%, rgba(124, 58, 237, 0.04) 100%);
    border: 1px solid rgba(192, 38, 211, 0.18);
    backdrop-filter: blur(12px);
    transition: border-color 0.3s var(--ease-fluid), box-shadow 0.3s var(--ease-fluid), transform 0.3s var(--ease-fluid);
}

.card-surface:hover {
    border-color: rgba(217, 70, 239, 0.35);
    box-shadow: var(--shadow-glow);
}

.game-chip {
    cursor: pointer;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--surface);
    border: 1px solid rgba(192, 38, 211, 0.12);
    transition: transform 0.35s var(--ease-spring), box-shadow 0.35s var(--ease-fluid), border-color 0.35s var(--ease-fluid);
    transform-style: preserve-3d;
    will-change: transform;
}

.game-chip:hover {
    border-color: rgba(217, 70, 239, 0.45);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 35px rgba(192, 38, 211, 0.2);
}

.game-chip__thumb img {
    transition: transform 0.5s var(--ease-fluid);
}

.game-chip:hover .game-chip__thumb img {
    transform: scale(1.06);
}

.game-chip__name {
    font-family: var(--font-display);
    font-size: 1.15rem;
}

/* ── Sections ── */
.section--band {
    background: linear-gradient(180deg, rgba(17, 13, 36, 0.9) 0%, rgba(5, 3, 15, 0.45) 100%);
    border-block-color: rgba(192, 38, 211, 0.15);
}

.section--muted {
    background: rgba(10, 6, 24, 0.55);
}

.section-head__title {
    font-family: var(--font-display);
}

.trust-callout--panel {
    background: rgba(192, 38, 211, 0.08);
    border-color: rgba(217, 70, 239, 0.25);
}

.trust-callout--panel .trust-callout__title {
    color: var(--accent-hover);
}

.jump-strip__link {
    background: rgba(192, 38, 211, 0.06);
    backdrop-filter: blur(8px);
    border-color: rgba(192, 38, 211, 0.15);
    transition: all 0.22s var(--ease-fluid);
    cursor: pointer;
}

.jump-strip__link:hover {
    border-color: rgba(217, 70, 239, 0.5);
    background: rgba(192, 38, 211, 0.14);
    color: var(--accent-hover);
    box-shadow: 0 0 16px rgba(192, 38, 211, 0.2);
}

.hero-page-nav,
.home-catalogue-band {
    background: rgba(5, 3, 15, 0.65);
    backdrop-filter: blur(16px);
    border-bottom-color: rgba(192, 38, 211, 0.12);
}

/* ── CTA banner ── */
.cta-banner {
    position: relative;
    overflow: hidden;
}

.cta-banner__inner {
    position: relative;
    z-index: 1;
    padding: clamp(2rem, 5vw, 3rem);
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(192, 38, 211, 0.18) 0%, rgba(10, 6, 24, 0.9) 55%, rgba(124, 58, 237, 0.12) 100%);
    border: 1px solid rgba(217, 70, 239, 0.35);
    box-shadow: var(--shadow-glow);
}

.cta-banner__title {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 4vw, 2.6rem);
}

.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(217, 70, 239, 0.2), transparent 60%);
    pointer-events: none;
}

/* ── Floating CTA ── */
.floating-cta {
    background: var(--neon-gradient);
    color: var(--on-accent);
    box-shadow: var(--neon-glow);
    border: 1px solid rgba(240, 171, 252, 0.5);
    transition: transform 0.3s var(--ease-spring), box-shadow 0.3s var(--ease-fluid);
}

.floating-cta:hover {
    transform: scale(1.06);
    box-shadow: 0 0 70px rgba(217, 70, 239, 0.6);
    color: var(--on-accent);
}

.floating-cta__pulse {
    background: rgba(192, 38, 211, 0.55);
}

/* ── Footer ── */
.footer {
    background: linear-gradient(180deg, transparent 0%, rgba(10, 6, 24, 0.97) 12%);
    border-top: 1px solid rgba(192, 38, 211, 0.15);
}

.footer__heading {
    font-family: var(--font-display);
    color: var(--accent-hover);
    letter-spacing: 0.06em;
}

.footer__blurb {
    color: var(--muted);
    line-height: 1.65;
}

.footer__contact {
    padding: 1.25rem;
    border-radius: var(--radius-lg);
    background: rgba(192, 38, 211, 0.06);
    border: 1px solid rgba(192, 38, 211, 0.2);
    backdrop-filter: blur(12px);
}

/* ── Page hero (inner pages) ── */
.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 80% 20%, rgba(192, 38, 211, 0.14), transparent 60%);
    pointer-events: none;
}

.page-hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
}

/* ── Scroll reveal ── */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s var(--ease-fluid), transform 0.65s var(--ease-fluid);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal--left {
    transform: translateX(-28px);
}

.reveal--left.is-visible {
    transform: translateX(0);
}

.reveal--scale {
    transform: scale(0.96);
}

.reveal--scale.is-visible {
    transform: scale(1);
}

.reveal-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s var(--ease-fluid), transform 0.5s var(--ease-fluid);
}

.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.12s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.19s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.26s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.33s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.4s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 0.47s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 0.54s; opacity: 1; transform: none; }

/* ── Top promo banner ── */
.top-banner {
    background: linear-gradient(90deg, #0f0520 0%, #1a0a35 50%, #0f0520 100%);
    border-bottom: 1px solid rgba(192, 38, 211, 0.25);
}

.top-banner__text strong {
    color: var(--accent-hover);
    text-shadow: 0 0 12px rgba(217, 70, 239, 0.5);
}

/* ── Infographic bar colors → neon purple palette ── */
.infographic--home {
    border-color: rgba(192, 38, 211, 0.2);
}

.infographic__segment[style*="#f5c542"] { background: #c026d3 !important; }
.infographic__segment[style*="#ff6b6b"] { background: #9333ea !important; }
.infographic__segment[style*="#4dabf7"] { background: #e879f9 !important; }

/* ── Scroll top ── */
.scroll-top {
    background: var(--neon-gradient);
    color: var(--on-accent);
    border: 1px solid rgba(240, 171, 252, 0.45);
    box-shadow: var(--neon-glow);
}

/* ── Feature list icons ── */
.feature-list .icon {
    color: var(--accent-2);
    filter: drop-shadow(0 0 6px rgba(192, 38, 211, 0.4));
}

.text-accent {
    color: var(--accent-hover) !important;
    text-shadow: 0 0 12px rgba(217, 70, 239, 0.35);
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    .mesh-bg__orb,
    .trust-marquee__track,
    .reveal,
    .reveal-stagger > *,
    .game-chip,
    .hero__img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .btn--play::after {
        display: none;
    }
}

@media (max-width: 899px) {
    .header {
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    .header-spacer {
        height: var(--header-h);
    }
}
