.hero.premium-space-hero {
    background: linear-gradient(160deg, #05060e 0%, #08091a 45%, #060710 100%);
    border-bottom: 1px solid rgba(193, 155, 95, 0.22);
    box-shadow: 0 14px 32px rgba(3, 6, 14, 0.12);
    isolation: isolate;
}

.hero.premium-space-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 36%, rgba(193, 155, 95, 0.16) 0%, transparent 38%),
        radial-gradient(circle at 82% 18%, rgba(212, 184, 136, 0.1) 0%, transparent 36%);
}

.hero.premium-space-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.hero.premium-space-hero .particle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero.premium-space-hero .hero-content {
    position: relative;
    z-index: 1;
}
