/* ==========================================================================
   UNMANAGED VPS HERO STYLES
   ========================================================================== */

.shared-hero-section {
    background: linear-gradient(135deg, #071a52 0%, #040e2d 100%);
    padding-top: 130px;
    padding-bottom: 90px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

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

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

.upgrade-notice:hover {
    background: rgba(255, 123, 44, 0.12);
    border-color: #ff7b2c;
}

.text-underline {
    text-decoration: underline;
    color: #ff7b2c;
}

.hero-content h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    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: 16.5px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 90%;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 36px;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #ff7b2c 0%, #ff5e00 100%);
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 123, 44, 0.3);
    text-decoration: none !important;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 123, 44, 0.45);
}

.starting-price-tag {
    font-size: 14px;
    color: #94a3b8;
}

.starting-price-tag strong {
    color: #ffffff;
    font-size: 18px;
}

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

.hero-stat-item h4 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2px;
}

.hero-stat-item span {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.hosting-visual-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-price-badge-card {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    width: 100%;
    max-width: 340px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
}

.badge-plan-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ff7b2c;
    background: rgba(255, 123, 44, 0.1);
    padding: 4px 12px;
    border-radius: 6px;
}

.badge-price-display {
    margin-top: 14px;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.badge-price-display .currency { font-size: 22px; font-weight: 700; }
.badge-price-display .amount { font-size: 48px; font-weight: 800; line-height: 1; }
.badge-price-display .cents { font-size: 22px; font-weight: 700; }
.badge-price-display .cycle { font-size: 15px; color: #94a3b8; margin-left: 4px; }

.badge-subtitle {
    font-size: 12.5px;
    color: #94a3b8;
    margin-top: 8px;
    margin-bottom: 20px;
}

.btn-badge-action {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-badge-action:hover {
    background: #ff7b2c;
    border-color: #ff7b2c;
}

.server-stack {
    width: 100%;
    max-width: 320px;
    margin-top: -20px;
    z-index: 1;
}

.server-unit {
    background: #090d16;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 40px;
    border-radius: 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    justify-content: flex-end;
}

.server-lights {
    display: flex;
    gap: 6px;
}

.server-light {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.server-light.active {
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
}

.server-light.orange {
    background: #ff7b2c;
    box-shadow: 0 0 8px rgba(255, 123, 44, 0.6);
}

@media (max-width: 991px) {
    .shared-hero-section { padding-top: 100px; padding-bottom: 60px; }
    .hero-content h1 { font-size: 36px; }
    .hero-content p { max-width: 100%; }
}

@media (max-width: 575px) {
    .hero-content h1 { font-size: 28px; }
    .hero-buttons { flex-direction: column; align-items: flex-start; gap: 10px; }
    .btn-hero-primary { width: 100%; text-align: center; }
    .hero-stats { gap: 16px; }
    .hero-stat-item h4 { font-size: 16px; }
}