/**
 * Hosting landing: .hostx-hosting-landing wrapper + .hostx-hosting-hero (single source of truth).
 * Loaded from includes/head.tpl when customTemplate is shared/premium/bdix/reseller-hosting.
 */
section.hostx-pages-sections .hostx-hosting-landing,
.hostx-hosting-landing {
    display: flow-root;
    width: 100%;
    max-width: 100%;
    clear: both;
    position: relative;
    z-index: 1;
    overflow: visible;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero,
.hostx-hosting-landing .hostx-hosting-hero {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    background: radial-gradient(1200px 700px at 18% 22%, rgba(220, 53, 69, 0.35), transparent 55%),
        radial-gradient(900px 520px at 88% 12%, rgba(59, 130, 246, 0.28), transparent 52%),
        linear-gradient(135deg, #0b1220 0%, #1e293b 42%, #0f172a 100%) !important;
    padding: 88px 0 !important;
    margin: 0 !important;
    text-align: center;
    color: #ffffff !important;
    position: relative;
    z-index: 0;
    isolation: isolate;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    min-height: 280px;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero::before,
.hostx-hosting-landing .hostx-hosting-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
    pointer-events: none;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero .container,
.hostx-hosting-landing .hostx-hosting-hero .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero .banner-content,
.hostx-hosting-landing .hostx-hosting-hero .banner-content {
    position: relative;
    z-index: 2;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero h1,
.hostx-hosting-landing .hostx-hosting-hero h1 {
    font-size: clamp(1.85rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffffff !important;
    line-height: 1.15;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero p,
.hostx-hosting-landing .hostx-hosting-hero p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero .banner-features,
.hostx-hosting-landing .hostx-hosting-hero .banner-features {
    display: flex;
    justify-content: center;
    gap: 14px 18px;
    margin-top: 40px;
    flex-wrap: wrap;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero .banner-feature,
.hostx-hosting-landing .hostx-hosting-hero .banner-feature {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 10px 18px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero .banner-feature i,
.hostx-hosting-landing .hostx-hosting-hero .banner-feature i {
    font-size: 1.15rem;
    color: #fca5a5;
}

section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero .banner-feature span,
.hostx-hosting-landing .hostx-hosting-hero .banner-feature span {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.01em;
}

@media (max-width: 768px) {
    section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero,
    .hostx-hosting-landing .hostx-hosting-hero {
        padding: 64px 0 !important;
        min-height: 240px;
    }

    section.hostx-pages-sections .hostx-hosting-landing .hostx-hosting-hero .banner-features,
    .hostx-hosting-landing .hostx-hosting-hero .banner-features {
        flex-direction: column;
        align-items: center;
        margin-top: 28px;
    }
}
