/* ==========================================================================
   ALPHA RESELLER HERO SECTION STYLES
   ========================================================================== */

.alpha-hero-section {
    position: relative;
    overflow: hidden;
    padding: 130px 0 80px;
    background: radial-gradient(circle at 80% 20%, #0d2569 0%, #071a52 60%, #040e2d 100%) !important;
    color: #ffffff;
}

.hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
}

.upgrade-notice {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #f8fafc;
    font-size: 13px;
    backdrop-filter: blur(10px);
    text-decoration: none !important;
    margin-bottom: 22px;
    transition: all 0.3s ease;
}

.upgrade-notice i { color: #ff7b2c; }
.upgrade-notice .text-underline { color: #ff7b2c; font-weight: 700; text-decoration: underline; }

.hero-content h1 {
    font-size: 52px !important;
    line-height: 1.12;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.hero-content h1 span {
    background: linear-gradient(135deg, #ff9e5e 0%, #ff5e00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: 17px;
    line-height: 1.75;
    color: #cbd5e1;
    max-width: 560px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #ff7b2c, #ff5e00) !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 999px;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(255, 123, 44, 0.35);
}

.btn-hero-secondary {
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 999px;
    padding: 13px 26px;
    font-weight: 700;
    text-decoration: none !important;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat-item h4 { color: #ffffff; font-size: 22px; font-weight: 800; margin-bottom: 2px; }
.hero-stat-item span { color: #94a3b8; font-size: 12px; font-weight: 600; text-transform: uppercase; }

/* VISUAL SERVER STACK */
.hosting-visual-wrap {
    position: relative;
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-stack {
    position: absolute;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: perspective(1000px) rotateY(-14deg) rotateX(6deg);
}

.server-unit {
    width: 340px;
    height: 72px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 18px;
    overflow: hidden;
}

.server-unit::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 18px;
    background-image: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.12) 0px,
        rgba(255, 255, 255, 0.12) 3px,
        transparent 3px,
        transparent 7px
    );
    border-radius: 4px;
}

.server-lights { margin-left: auto; display: flex; gap: 10px; }
.server-light { width: 10px; height: 10px; border-radius: 50%; background: #334155; }
.server-light.active { background: #22c55e; box-shadow: 0 0 12px #22c55e; }
.server-light.orange { background: #ff7b2c; box-shadow: 0 0 12px #ff7b2c; }

.floating-whm-card {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 310px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    z-index: 3;
    overflow: hidden;
}

.whm-header { background: #0f172a; padding: 12px 18px; display: flex; gap: 8px; }
.whm-header span { width: 10px; height: 10px; border-radius: 50%; }
.whm-header span:nth-child(1) { background: #ef4444; }
.whm-header span:nth-child(2) { background: #f59e0b; }
.whm-header span:nth-child(3) { background: #10b981; }

.whm-body { padding: 20px; }
.whm-body h5 { font-size: 15px; font-weight: 700; color: #0f172a; margin-bottom: 14px; }

.whm-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.whm-stat { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 10px; }
.whm-stat strong { display: block; font-size: 14px; font-weight: 800; color: #071a52; }
.whm-stat span { color: #64748b; font-size: 11px; font-weight: 600; }