:root {
    --bg: #09061d;
    --bg-deep: #040111;
    --panel: rgba(10, 8, 31, 0.72);
    --panel-strong: rgba(18, 15, 47, 0.9);
    --text: #f6f7ff;
    --muted: #b8c3ff;
    --line: rgba(120, 139, 255, 0.2);
    --cyan: #39ddff;
    --blue: #3a7bff;
    --violet: #9d4dff;
    --pink: #ff4fd8;
    --gold: #ffc84d;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    --radius-xl: 32px;
    --radius-lg: 24px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(57, 221, 255, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(255, 79, 216, 0.16), transparent 28%),
        linear-gradient(180deg, #0a0620 0%, #080316 45%, #04010d 100%);
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

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

.page-shell {
    position: relative;
    min-height: 100vh;
    isolation: isolate;
    overflow: hidden;
}

.bg-grid,
.bg-glow,
.particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bg-grid {
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(118, 128, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(118, 128, 255, 0.12) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: linear-gradient(180deg, transparent 0%, black 20%, black 80%, transparent 100%);
}

.bg-glow {
    filter: blur(28px);
    opacity: 0.65;
}

.bg-glow-left {
    inset: 10% auto auto -10%;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(57, 221, 255, 0.45) 0%, rgba(57, 221, 255, 0) 72%);
}

.bg-glow-right {
    inset: auto -8% 8% auto;
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(255, 79, 216, 0.42) 0%, rgba(157, 77, 255, 0) 70%);
}

.particles {
    z-index: -1;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.92) 0%, rgba(57, 221, 255, 0.5) 45%, transparent 72%);
    opacity: 0.6;
    animation: floatParticle linear infinite;
}

.hero {
    width: min(1180px, calc(100% - 32px));
    min-height: 100vh;
    margin: 0 auto;
    display: grid;
    place-items: center;
    padding: 32px 0;
}

.hero-card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.85fr);
    gap: 28px;
    padding: clamp(24px, 5vw, 42px);
    border: 1px solid rgba(130, 144, 255, 0.22);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(140deg, rgba(14, 11, 40, 0.9), rgba(8, 6, 24, 0.86)),
        linear-gradient(180deg, rgba(57, 221, 255, 0.08), rgba(255, 79, 216, 0.06));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
    transform-style: preserve-3d;
}

.hero-card::before,
.hero-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-card::before {
    top: -100px;
    left: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(57, 221, 255, 0.22) 0%, transparent 70%);
}

.hero-card::after {
    right: -80px;
    bottom: -120px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 79, 216, 0.18) 0%, transparent 72%);
}

.hero-copy,
.info-panel {
    position: relative;
    z-index: 1;
}

.eyebrow,
.panel-kicker {
    margin: 0 0 16px;
    font-family: "Chakra Petch", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cyan);
}

.brand-logo {
    width: min(100%, 560px);
    margin-bottom: 18px;
    filter: drop-shadow(0 0 18px rgba(94, 73, 255, 0.35));
}

h1,
h2 {
    margin: 0;
    font-family: "Chakra Petch", sans-serif;
    line-height: 1.06;
}

h1 {
    max-width: 11ch;
    font-size: clamp(2.4rem, 7vw, 5rem);
    text-wrap: balance;
}

h2 {
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.lead {
    max-width: 58ch;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.8vw, 1.08rem);
    line-height: 1.75;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hero-badges span {
    padding: 10px 14px;
    border: 1px solid rgba(120, 139, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.info-panel {
    align-self: center;
    padding: 24px;
    border: 1px solid rgba(125, 136, 255, 0.18);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(17, 15, 46, 0.92), rgba(10, 8, 28, 0.92)),
        rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.panel-header {
    margin-bottom: 18px;
}

.info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.info-list li {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(58, 123, 255, 0.11), rgba(255, 79, 216, 0.08)),
        rgba(255, 255, 255, 0.03);
}

.info-label {
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cyan);
}

.info-list a,
.info-value {
    font-size: 1.02rem;
    font-weight: 600;
    word-break: break-word;
}

.info-list a {
    transition: color 160ms ease, text-shadow 160ms ease;
}

.info-list a:hover,
.info-list a:focus-visible {
    color: #ffffff;
    text-shadow: 0 0 18px rgba(57, 221, 255, 0.42);
}

.microcopy {
    margin-top: 18px;
    color: var(--muted);
    font-style: normal;
    line-height: 1.7;
}

.hero-card.is-ready {
    animation: cardEntrance 800ms ease-out both;
}

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes floatParticle {
    from {
        transform: translate3d(0, 0, 0) scale(0.9);
    }
    50% {
        transform: translate3d(18px, -22px, 0) scale(1.1);
    }
    to {
        transform: translate3d(-14px, -44px, 0) scale(0.85);
    }
}

@media (max-width: 920px) {
    .hero-card {
        grid-template-columns: 1fr;
    }

    h1 {
        max-width: 14ch;
    }

    .info-panel {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .hero {
        width: min(100% - 20px, 1180px);
        padding: 20px 0;
    }

    .hero-card {
        gap: 20px;
        padding: 20px;
        border-radius: 24px;
    }

    .brand-logo {
        margin-inline: auto;
    }

    .hero-copy {
        text-align: center;
    }

    h1 {
        max-width: none;
    }

    .lead {
        margin-inline: auto;
    }

    .hero-badges {
        justify-content: center;
    }

    .info-panel {
        padding: 18px;
    }

    .info-list li {
        padding: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
