/* assets/css/hosting-plans.css
   HOSTING PLANS page only. (Premium plan-card component now lives in global
   style.css so it can be shared with the pricing page.) */

/* Hero backdrop */
.hp-hero-glow {
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 46rem;
    height: 30rem;
    background: radial-gradient(ellipse at center, rgba(79,70,229,0.14) 0%, transparent 65%);
    z-index: 0;
    pointer-events: none;
}
.dark .hp-hero-glow {
    background: radial-gradient(ellipse at center, rgba(99,102,241,0.22) 0%, transparent 65%);
}
