/* Hosting Hero - VSYS Style - Responsive */
.hosting-hero .hero-bullets li::before {
    content: none !important;
    /* Remove duplicate checkmark */
}

@media (max-width: 991px) {
    .hosting-hero {
        padding: 80px 0 120px !important;
    }

    .hosting-hero .container>div {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .hosting-hero h1 {
        font-size: 2rem !important;
    }

    .hosting-hero p {
        font-size: 1.1rem !important;
    }

    .hosting-hero img[src*="hosting-icon"] {
        width: 36px !important;
        height: 36px !important;
    }

    /* Hide right illustration on mobile */
    .hosting-hero>div>div:last-child {
        display: none;
    }
}

@media (max-width: 640px) {
    .hosting-hero {
        padding: 60px 0 100px !important;
    }

    .hosting-hero h1 {
        font-size: 1.75rem !important;
    }

    .hosting-hero .hero-actions {
        flex-direction: column;
    }

    .hosting-hero .hero-actions a {
        width: 100%;
        text-align: center;
    }
}