/* j-new-host-asia-managed-vps-pricing-section */
    .j-new-host-asia-managed-vps-pricing-section {
        padding: 50px 20px;
        position: relative;
        overflow: hidden;
    }

    /* Subtle background glow effect */
    .j-new-host-asia-managed-vps-pricing-section::before {
        content: '';
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 500px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.03) 0%, rgba(248, 250, 252, 0) 70%);
        z-index: 0;
        pointer-events: none;
    }

    .j-new-host-asia-managed-vps-pricing-section .container {
        max-width: 1500px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .j-new-host-asia-managed-vps-pricing-section .section-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .j-new-host-asia-managed-vps-pricing-section .section-title {
        color: #0f172a;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: -0.03em;
        margin-bottom: 1rem;
        line-height: 1.1;
    }

    .j-new-host-asia-managed-vps-pricing-section .section-title .highlight {
        color: #c50808;
    }

    .j-new-host-asia-managed-vps-pricing-section .section-subtitle {
        color: #475569;
        font-size: 1.125rem;
        max-width: 1000px;
        margin: 0 auto;
    }

    /* Value Alert Pill */
    .j-new-host-asia-managed-vps-pricing-section .cpanel-alert {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 0.75rem 1.5rem;
        border-radius: 100px;
        box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.05), 0 0 10px rgba(15, 23, 42, 0.02);
        font-size: 17px;
        color: #0f172a;
        font-weight: 600;
        margin: 0 auto 40px auto;
        display: flex;
        width: fit-content;
    }

    .j-new-host-asia-managed-vps-pricing-section .cpanel-alert i {
        color: #ff6c2c;
        /* Authentic cPanel Orange */
        font-size: 50px;
    }

    .j-new-host-asia-managed-vps-pricing-section .cpanel-alert strong {
        color: #c50808;
    }

    /* ==========================================================================
           Pricing Grid
           ========================================================================== */
    .j-new-host-asia-managed-vps-pricing-section .pricing-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: stretch;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-managed-vps-pricing-section .pricing-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-managed-vps-pricing-section .pricing-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }
    }

    .j-new-host-asia-managed-vps-pricing-section .pricing-card {
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        /* Invisible border for sizing parity */
        border-radius: 1.5rem;
        padding: 2.5rem 2rem;
        display: flex;
        flex-direction: column;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.05), 0 0 10px rgba(15, 23, 42, 0.02);
        z-index: 1;
    }

    .j-new-host-asia-managed-vps-pricing-section .pricing-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 60px -15px rgba(15, 23, 42, 0.12), 0 0 20px rgba(15, 23, 42, 0.04);
        z-index: 2;
    }

    /* Dark Premium Card (Business) */
    .j-new-host-asia-managed-vps-pricing-section .pricing-card.premium {
        background-color: #0f172a;
        border: 1px solid #334155;
        color: #ffffff;
        box-shadow: 0 20px 50px -10px rgba(197, 8, 8, 0.25);
        transform: scale(1.04);
        padding-top: 3rem;
        /* Extra space for popular badge */
    }

    .j-new-host-asia-managed-vps-pricing-section .pricing-card.premium:hover {
        transform: scale(1.04) translateY(-8px);
        box-shadow: 0 30px 60px -15px rgba(197, 8, 8, 0.35);
    }

    .j-new-host-asia-managed-vps-pricing-section .popular-badge {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #c50808;
        color: #ffffff;
        font-size: 0.75rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 0.4rem 1.5rem;
        border-bottom-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        box-shadow: 0 4px 10px rgba(197, 8, 8, 0.4);
    }

    /* Headers & Price */
    .j-new-host-asia-managed-vps-pricing-section .card-header-flex {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 16px;
        justify-content: center;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .plan-icon {
        color: #ff6c2c;
        /* Pops nicely on dark bg */
    }

    .j-new-host-asia-managed-vps-pricing-section .plan-name {
        font-size: 22px;
        font-weight: 800;
        color: #0f172a;
        margin: 0;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .plan-name {
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-pricing-section .plan-target {
        font-size: 16px;
        color: #475569;
        line-height: 1.5;
        margin-bottom: 2rem;
        min-height: 42px;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .plan-target {
        color: #dcdee1;
    }

    .j-new-host-asia-managed-vps-pricing-section .price-wrapper {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1.5rem;
    }

    .j-new-host-asia-managed-vps-pricing-section .currency {
        font-size: 1.25rem;
        font-weight: 700;
        color: #475569;
        margin-right: 0.25rem;
        margin-top: 0.5rem;
    }

    .j-new-host-asia-managed-vps-pricing-section .price {
        font-size: 3.5rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1;
        letter-spacing: -0.04em;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .price {
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-pricing-section .period {
        font-size: 1rem;
        font-weight: 600;
        color: #94a3b8;
        margin-left: 0.25rem;
        align-self: flex-end;
        margin-bottom: 0.5rem;
    }

    /* Price Pop Animation */
    @keyframes pricePop {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        50% {
            transform: scale(1.08);
            opacity: 0.8;
            color: #c50808;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    .j-new-host-asia-managed-vps-pricing-section .price.animate-pop {
        animation: pricePop 0.3s ease-out;
    }

    /* ==========================================================================
           Interactive Configuration Box
           ========================================================================== */
    .j-new-host-asia-managed-vps-pricing-section .config-box {
        background-color: #f1f5f9;
        border-radius: 0.75rem;
        padding: 1.25rem;
        margin-bottom: 1.5rem;
        border: 1px solid #e2e8f0;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .config-box {
        background-color: rgba(255, 255, 255, 0.03);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .j-new-host-asia-managed-vps-pricing-section .selector-label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.75rem;
        font-weight: 700;
        color: #0f172a;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 0.75rem;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .selector-label {
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-pricing-section .accounts-hint {
        font-size: 0.75rem;
        color: #c50808;
        font-weight: 800;
        text-transform: none;
        letter-spacing: 0;
        background: rgba(197, 8, 8, 0.1);
        padding: 0.15rem 0.5rem;
        border-radius: 4px;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .accounts-hint {
        color: #ff6c2c;
        background: rgba(255, 108, 44, 0.15);
    }

    .j-new-host-asia-managed-vps-pricing-section .cpanel-select {
        width: 100%;
        appearance: none;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 0.5rem;
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
        font-weight: 600;
        color: #0f172a;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .cpanel-select {
        background-color: rgba(15, 23, 42, 0.5);
        border-color: rgba(255, 255, 255, 0.2);
        color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    }

    .j-new-host-asia-managed-vps-pricing-section .cpanel-select:focus {
        outline: none;
        border-color: #c50808;
        box-shadow: 0 0 0 3px rgba(197, 8, 8, 0.1);
    }

    /* Buttons */
    .j-new-host-asia-managed-vps-pricing-section .btn {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 1rem;
        border-radius: 0.75rem;
        font-weight: 700;
        font-size: 1rem;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        cursor: pointer;
        margin-bottom: 2rem;
        border: none;
    }

    /* Default Card Button */
    .j-new-host-asia-managed-vps-pricing-section .btn-secondary {
        background-color: #0f172a;
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-pricing-section .btn-secondary:hover {
        background-color: #1e293b;
        box-shadow: 0 8px 15px rgba(15, 23, 42, 0.2);
    }

    /* Premium Card Button */
    .j-new-host-asia-managed-vps-pricing-section .btn-primary {
        background-color: #c50808;
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-pricing-section .btn-primary:hover {
        background-color: #a30606;
        box-shadow: 0 8px 20px rgba(197, 8, 8, 0.3);
    }

    /* Divider */
    .j-new-host-asia-managed-vps-pricing-section .card-divider {
        height: 1px;
        background-color: #e2e8f0;
        margin-bottom: 1rem;
        width: 100%;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .card-divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    /* Features List */
    .j-new-host-asia-managed-vps-pricing-section .features-list {
        margin-top: auto;
    }

    .j-new-host-asia-managed-vps-pricing-section .feature-item {
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        color: #475569;
        margin-bottom: 17px;
        font-weight: 500;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .feature-item {
        color: #cbd5e1;
    }

    .j-new-host-asia-managed-vps-pricing-section .feature-item strong {
        color: #0f172a;
        font-weight: 700;
        margin-right: 0.25rem;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .feature-item strong {
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-pricing-section .feature-icon {
        color: #10b981;
        font-size: 1.1rem;
        margin-right: 0.75rem;
        flex-shrink: 0;
        margin-top: 0.1rem;
    }

    .j-new-host-asia-managed-vps-pricing-section .premium .feature-icon {
        color: #c50808;
        /* Alternative pop color for the dark card */
    }

    /* j-new-host-asia-managed-vps-pricing-section */

    /* j-new-host-asia-managed-vps-included-section */
    :root {
        --color-white: #ffffff;
        --color-slate: #0f172a;
        --color-slate-hover: #1e293b;
        --color-black: #000000;
        --color-red: #c50808;
        --color-red-hover: #a30606;

        --color-bg-light: #f8fafc;
        --color-bg-gray: #f1f5f9;
        --color-text-body: #475569;
        --color-text-muted: #64748b;
        --color-border: #e2e8f0;
        --color-success: #10b981;

        --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        --shadow-lg: 0 10px 25px -5px rgba(15, 23, 42, 0.1);
        --shadow-hover: 0 20px 30px -10px rgba(15, 23, 42, 0.15);

        --radius-md: 0.5rem;
        --radius-lg: 1rem;
        --radius-xl: 1.5rem;

        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .j-new-host-asia-managed-vps-included-section .container,
    .j-new-host-asia-managed-vps-cpanel-split-section .container,
    .j-new-host-asia-managed-vps-premium-dark-section .container,
    .j-new-host-asia-managed-vps-audience-section .container,
    .j-new-host-asia-managed-vps-comparison-section .container {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .j-new-host-asia-managed-vps-included-section .section-header,
    .j-new-host-asia-managed-vps-cpanel-split-section .section-header,
    .j-new-host-asia-managed-vps-premium-dark-section .section-header,
    .j-new-host-asia-managed-vps-audience-section .section-header,
    .j-new-host-asia-managed-vps-comparison-section .section-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .j-new-host-asia-managed-vps-included-section .section-title,
    .j-new-host-asia-managed-vps-cpanel-split-section .section-title,
    .j-new-host-asia-managed-vps-premium-dark-section .section-title,
    .j-new-host-asia-managed-vps-audience-section .section-title,
    .j-new-host-asia-managed-vps-comparison-section .section-title {
        color: #000000;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -0.025em;
        margin-bottom: 1.25rem;
        line-height: 1.2;
    }

    @media (min-width: 768px) {

        .j-new-host-asia-managed-vps-included-section .section-title,
        .j-new-host-asia-managed-vps-cpanel-split-section .section-title,
        .j-new-host-asia-managed-vps-premium-dark-section .section-title,
        .j-new-host-asia-managed-vps-audience-section .section-title,
        .j-new-host-asia-managed-vps-comparison-section .section-title {
            font-size: 40px;
        }
    }

    .j-new-host-asia-managed-vps-included-section .section-title .highlight,
    .j-new-host-asia-managed-vps-cpanel-split-section .section-title .highlight,
    .j-new-host-asia-managed-vps-premium-dark-section .section-title .highlight,
    .j-new-host-asia-managed-vps-audience-section .section-title .highlight,
    .j-new-host-asia-managed-vps-comparison-section .section-title .highlight {
        color: #c50808;
    }

    .j-new-host-asia-managed-vps-included-section .section-subtitle,
    .j-new-host-asia-managed-vps-cpanel-split-section .section-subtitle,
    .j-new-host-asia-managed-vps-premium-dark-section .section-subtitle,
    .j-new-host-asia-managed-vps-audience-section .section-subtitle,
    .j-new-host-asia-managed-vps-comparison-section .section-subtitle {
        color: #666;
        font-size: 18px;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* ================================== */
    .j-new-host-asia-managed-vps-included-section {
        padding: 50px 20px;
        background-color: #f1f5f9;
        border-top: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
    }

    .j-new-host-asia-managed-vps-included-section .included-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-managed-vps-included-section .included-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-managed-vps-included-section .included-grid {
            grid-template-columns: repeat(6, 1fr);
        }

        .j-new-host-asia-managed-vps-included-section .included-card {
            grid-column: span 2;
        }

        .j-new-host-asia-managed-vps-included-section .included-card:nth-child(4) {
            grid-column: 2 / span 2;
        }

        .j-new-host-asia-managed-vps-included-section .included-card:nth-child(5) {
            grid-column: 4 / span 2;
        }
    }

    .j-new-host-asia-managed-vps-included-section .included-card {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 1rem;
        border: 1px solid #e2e8f0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .j-new-host-asia-managed-vps-included-section .included-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.1);
        border-color: rgba(197, 8, 8, 0.2);
    }

    .j-new-host-asia-managed-vps-included-section .included-icon {
        width: 3.5rem;
        height: 3.5rem;
        background-color: #fef2f2;
        color: #c50808;
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .j-new-host-asia-managed-vps-included-section .included-card:hover .included-icon {
        background-color: #c50808;
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-included-section .included-card h3 {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0.75rem;
    }

    .j-new-host-asia-managed-vps-included-section .included-card p {
        font-size: 16px;
        margin: 0;
    }

    /* j-new-host-asia-managed-vps-included-section */

    /* j-new-host-asia-managed-vps-cpanel-split-section */
    .j-new-host-asia-managed-vps-cpanel-split-section {
        padding: 50px 20px;
        background-color: #ffffff;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-split-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4rem;
        align-items: center;
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-split-grid {
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
        }
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-header {
        margin-bottom: 3rem;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-feature-list {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-feature-item {
        display: flex;
        align-items: flex-start;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-feature-icon {
        color: #c50808;
        /* Authentic cPanel Orange */
        font-size: 1.5rem;
        margin-right: 1.25rem;
        margin-top: 0.25rem;
        background-color: #fef2f2;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.5rem;
        flex-shrink: 0;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-feature-text h3 {
        color: #0f172a;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-feature-text p {
        color: #000000;
        font-size: 16px;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-image-wrapper {
        position: relative;
        border-radius: 1.5rem;
        overflow: hidden;
        box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.1);
        background-color: #f1f5f9;
    }

    .j-new-host-asia-managed-vps-cpanel-split-section .cpanel-image {
        width: 100%;
        height: auto;
        display: block;
    }

    /* j-new-host-asia-managed-vps-cpanel-split-section */

    /* j-new-host-asia-managed-vps-premium-dark-section */
    .j-new-host-asia-managed-vps-premium-dark-section {
        padding: 50px 20px;
        background-color: #0f172a;
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-premium-dark-section .section-title {
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-premium-dark-section .section-subtitle {
        color: #94a3b8;
    }

    .j-new-host-asia-managed-vps-premium-dark-section .premium-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-managed-vps-premium-dark-section .premium-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .j-new-host-asia-managed-vps-premium-dark-section .premium-grid {
            grid-template-columns: repeat(6, 1fr);
        }

        .j-new-host-asia-managed-vps-premium-dark-section .premium-card {
            grid-column: span 2;
        }

        .j-new-host-asia-managed-vps-premium-dark-section .premium-card:nth-child(4) {
            grid-column: 2 / span 2;
        }

        .j-new-host-asia-managed-vps-premium-dark-section .premium-card:nth-child(5) {
            grid-column: 4 / span 2;
        }
    }

    .j-new-host-asia-managed-vps-premium-dark-section .premium-card {
        background-color: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 1rem;
        padding: 2rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        backdrop-filter: blur(10px);
    }

    .j-new-host-asia-managed-vps-premium-dark-section .premium-card:hover {
        transform: translateY(-5px);
        border-color: rgba(197, 8, 8, 0.5);
        background-color: rgba(255, 255, 255, 0.05);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .j-new-host-asia-managed-vps-premium-dark-section .premium-icon {
        font-size: 2rem;
        color: #c50808;
        margin-bottom: 1.25rem;
    }

    .j-new-host-asia-managed-vps-premium-dark-section .premium-card h3 {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        color: #ffffff;
    }

    .j-new-host-asia-managed-vps-premium-dark-section .premium-card p {
        font-size: 16px;
        color: #cbd5e1;
        margin: 0;
    }

    /* j-new-host-asia-managed-vps-premium-dark-section */

    /* j-new-host-asia-managed-vps-audience-section */
    .j-new-host-asia-managed-vps-audience-section {
        padding: 50px 20px;
        background-color: #f1f5f9;
        position: relative;
        overflow: hidden;
    }

    /* Decorative background gradients */
    .j-new-host-asia-managed-vps-audience-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image:
            radial-gradient(circle at 100% 0%, rgba(197, 8, 8, 0.03) 0%, transparent 50%),
            radial-gradient(circle at 0% 100%, rgba(15, 23, 42, 0.03) 0%, transparent 50%);
        z-index: 0;
        pointer-events: none;
    }

    .j-new-host-asia-managed-vps-audience-section .container {
        position: relative;
        z-index: 1;
    }

    .j-new-host-asia-managed-vps-audience-section .audience-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    @media (min-width: 768px) {
        .j-new-host-asia-managed-vps-audience-section .audience-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Focus Mode: Group hover effect to dim non-hovered cards */
    .j-new-host-asia-managed-vps-audience-section .audience-grid:hover .audience-card:not(:hover) {
        opacity: 0.6;
        transform: scale(0.98);
        filter: grayscale(0.5);
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card {
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 1.5rem;
        padding: 3rem 2.5rem;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    /* Top Accent Line */
    .j-new-host-asia-managed-vps-audience-section .audience-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, transparent, transparent);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 3;
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card:hover {
        border-color: rgba(197, 8, 8, 0.2);
        box-shadow: var(--shadow-hover);
        transform: translateY(-8px);
        opacity: 1 !important;
        filter: grayscale(0) !important;
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card:hover::before {
        background: linear-gradient(90deg, #c50808, #ff6c2c);
    }

    .j-new-host-asia-managed-vps-audience-section .audience-icon-wrapper {
        margin-bottom: 2rem;
        position: relative;
        display: inline-block;
    }

    .j-new-host-asia-managed-vps-audience-section .audience-icon {
        width: 4.5rem;
        height: 4.5rem;
        background-color: #f1f5f9;
        color: #0f172a;
        border-radius: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 2;
        position: relative;
        border: 1px solid #e2e8f0;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card:hover .audience-icon {
        background-color: #c50808;
        color: #ffffff;
        border-color: #c50808;
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 10px 25px rgba(197, 8, 8, 0.25);
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card h3 {
        color: #0f172a;
        font-size: 1.5rem;
        font-weight: 800;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
        position: relative;
        z-index: 2;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card:hover h3 {
        color: #c50808;
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card p {
        color: #475569;
        font-size: 17px;
        line-height: 1.7;
        margin: 0;
        position: relative;
        z-index: 2;
    }

    /* Giant Watermark Background Icon */
    .j-new-host-asia-managed-vps-audience-section .audience-watermark {
        position: absolute;
        right: -5%;
        bottom: -15%;
        font-size: 14rem;
        color: #0f172a;
        opacity: 0.05;
        z-index: 0;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        pointer-events: none;
    }

    .j-new-host-asia-managed-vps-audience-section .audience-card:hover .audience-watermark {
        opacity: 0.04;
        color: #c50808;
        transform: scale(1.1) rotate(-10deg) translate(-20px, -20px);
    }

    /* j-new-host-asia-managed-vps-audience-section */

    /* j-new-host-asia-managed-vps-comparison-section */
    .j-new-host-asia-managed-vps-comparison-section {
        padding: 50px 20px;
        background-color: #ffffff;
    }

    .j-new-host-asia-managed-vps-comparison-section .table-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        overflow-x: auto;
        border-radius: 1rem;
        box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.1);
        border: 1px solid #e2e8f0;
    }

    .j-new-host-asia-managed-vps-comparison-section .comparison-table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        background-color: #ffffff;
        min-width: 700px;
    }

    .j-new-host-asia-managed-vps-comparison-section .comparison-table th,
    .comparison-table td {
        padding: 1.25rem 1.5rem;
        border-bottom: 1px solid #e2e8f0;
    }

    .j-new-host-asia-managed-vps-comparison-section .comparison-table th {
        background-color: #0f172a;
        color: #ffffff;
        font-size: 1.125rem;
        font-weight: 700;
    }

    /* Highlight the Managed Column */
    .j-new-host-asia-managed-vps-comparison-section .comparison-table th:nth-child(2) {
        background-color: #c50808;
        position: relative;
    }

    .j-new-host-asia-managed-vps-comparison-section .comparison-table td:nth-child(2) {
        background-color: #fef2f2;
        /* Very soft red tint */
        font-weight: 600;
        color: #0f172a;
        border-left: 1px solid rgba(197, 8, 8, 0.1);
        border-right: 1px solid rgba(197, 8, 8, 0.1);
    }

    .j-new-host-asia-managed-vps-comparison-section .comparison-table td:first-child {
        font-weight: 600;
        color: #0f172a;
        width: 35%;
    }

    .j-new-host-asia-managed-vps-comparison-section .comparison-table tr:last-child td {
        border-bottom: none;
    }

    .j-new-host-asia-managed-vps-comparison-section .check-icon {
        color: #10b981;
        margin-right: 0.5rem;
    }

    .j-new-host-asia-managed-vps-comparison-section .times-icon {
        color: #64748b;
        margin-right: 0.5rem;
    }

    /* j-new-host-asia-managed-vps-comparison-section */





    :root {
        --white: #ffffff;
        --slate: #0f172a;
        --black: #000000;
        --red: #c50808;
        --red-hover: #a30606;
        --red-light: #fef2f2;
        --slate-mid: #1e293b;
        --slate-text: #475569;
        --slate-muted: #94a3b8;
        --border: #e2e8f0;
        --bg-gray: #f1f5f9;
        --success: #10b981;
        --orange: #ff6c2c;
    }

    /* ===================== TRUST BAR ===================== */
    .trust-bar {
        background: var(--red);
        padding: 18px 24px;
        overflow: hidden;
    }

    .trust-bar-inner {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
    }

    .trust-item i {
        font-size: 16px;
        opacity: 0.9;
    }

    /* ===================== SECTIONS ===================== */
    .section {
        padding: 50px 24px;
    }

    .container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .section-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--red);
        background: var(--red-light);
        border: 1px solid rgba(197, 8, 8, 0.2);
        padding: 5px 14px;
        border-radius: 20px;
        margin-bottom: 16px;
        font-family: 'Space Mono', monospace;
    }

    .section-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 35px;
        font-weight: 800;
        color: var(--black);
        letter-spacing: -0.04em;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .section-title .red {
        color: var(--red);
    }

    .section-title .white {
        color: var(--white);
    }

    .section-sub {
        font-size: 18px;
        color: var(--slate-text);
        max-width: 1100px;
        margin: 0 auto;
        line-height: 1.7;
    }

    /* ===================== WHAT IS MANAGED VPS ===================== */
    .what-section {
        background: var(--bg-gray);
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

    .what-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    .what-content {}

    .what-section h2 {
        font-size: 35px;
        font-weight: 800;
        color: var(--black);
        letter-spacing: -0.04em;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .what-section h2 span {
        color: var(--red);
    }

    .what-content p {
        font-size: 17px;
        color: #333;
        line-height: 1.85;
        margin-bottom: 20px;
    }

    .what-points {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 32px;
    }

    .what-point {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 18px 20px;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 14px;
        transition: all 0.3s ease;
    }

    .what-point:hover {
        border-color: rgba(197, 8, 8, 0.3);
        box-shadow: 0 4px 20px rgba(197, 8, 8, 0.08);
        transform: translateX(4px);
    }

    .point-icon {
        width: 40px;
        height: 40px;
        background: var(--red-light);
        color: var(--red);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        flex-shrink: 0;
    }

    .point-text h3 {
        display: block;
        font-size: 17px;
        font-weight: 700;
        color: var(--slate);
        margin-bottom: 4px;
    }

    .point-text span {
        font-size: 16px;
        color: var(--slate-text);
    }

    /* vs table */
    .what-vs {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    }

    .vs-header {

        background: var(--slate);
        padding: 20px;
    }

    .vs-header-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .vs-header-cell {
        text-align: center;
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--slate-muted);
        font-family: 'Space Mono', monospace;
    }

    .vs-header-cell.managed {
        color: var(--red);
    }

    .vs-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 16px 20px;
        border-bottom: 1px solid var(--border);
        transition: background 0.2s;
    }

    .vs-row:last-child {
        border-bottom: none;
    }

    .vs-row:hover {
        background: #fafafa;
    }

    .vs-cell {
        font-size: 14px;
        color: var(--slate-text);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        text-align: center;
        font-weight: 500;
    }

    .vs-cell:first-child {
        justify-content: flex-start;
        font-weight: 700;
        color: var(--black);
    }

    .vs-cell.managed {
        color: var(--slate);
        font-weight: 600;
    }

    .vs-cell .check {
        color: var(--success);
    }

    .vs-cell .cross {
        color: #cbd5e1;
    }

    /* ===================== MANAGED ADVANTAGE ===================== */
    .advantage-section {
        background: var(--white);
    }

    .advantage-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .advantage-card {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 22px;
        padding: 36px 28px;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
    }

    .advantage-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--red), var(--orange));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .advantage-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
        border-color: rgba(197, 8, 8, 0.2);
    }

    .advantage-card:hover::before {
        transform: scaleX(1);
    }

    .adv-icon {
        width: 56px;
        height: 56px;
        background: var(--red-light);
        color: var(--red);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .advantage-card:hover .adv-icon {
        background: var(--red);
        color: var(--white);
    }

    .advantage-card h3 {
        font-size: 20px;
        font-weight: 800;
        color: var(--black);
        margin-bottom: 12px;
        letter-spacing: -0.02em;
    }

    .advantage-card p {
        font-size: 16px;
        color: var(--slate-text);
        line-height: 1.75;
    }

    .adv-feature-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .adv-feature-list li {
        position: relative;
        padding-left: 32px;
        font-size: 15px;
        color: #475569;
        line-height: 1.6;
    }

    .adv-feature-list li strong {
        color: #0f172a;
        font-weight: 700;
    }

    /* ===================== HARDWARE ===================== */
    .hardware-section {
        background: var(--slate);
    }

    .hw-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-top: 60px;
    }

    .hw-card {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        padding: 32px 24px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .hw-card:hover {
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(197, 8, 8, 0.4);
        transform: translateY(-4px);
    }

    .hw-icon {
        font-size: 36px;
        color: var(--red);
        margin: auto;
        margin-bottom: 16px;
        width: 150px;
        filter: brightness(0) invert(1);
    }

    .hw-icon img {
        width: 100%;
        height: auto;
    }

    .hw-value {
        font-size: 32px;
        font-weight: 800;
        color: var(--white);
        letter-spacing: -0.04em;
        margin-bottom: 6px;
    }

    .hw-label {
        font-size: 13px;
        color: var(--slate-muted);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-family: 'Space Mono', monospace;
    }

    .hw-sub {
        font-size: 16px;
        color: #ffffff;
        margin-top: 8px;
        line-height: 1.5;
    }

    /* Hardware features row */
    .hw-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 24px;
    }

    .hw-feature-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 24px;
        transition: all 0.3s ease;
    }

    .hw-feature-item:hover {
        border-color: rgba(197, 8, 8, 0.3);
        background: rgba(255, 255, 255, 0.06);
    }

    .hw-fi-icon {
        width: 44px;
        height: 44px;
        background: rgba(197, 8, 8, 0.15);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #ff8080;
        flex-shrink: 0;
    }

    .hw-fi-text strong {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 4px;
    }

    .hw-fi-text span {
        font-size: 15px;
        color: #94a3b8;
        line-height: 1.5;
    }

    /* ===================== WHO IS IT FOR ===================== */
    .audience-section {
        background: var(--bg-gray);
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

    .audience-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .audience-card {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 24px;
        padding: 40px 32px;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
    }

    .audience-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, transparent, transparent);
        transition: background 0.4s ease;
    }

    .audience-card:hover {
        border-color: rgba(197, 8, 8, 0.25);
        box-shadow: 0 16px 50px rgba(15, 23, 42, 0.1);
        transform: translateY(-6px);
    }

    .audience-card:hover::after {
        background: linear-gradient(90deg, var(--red), var(--orange));
    }

    .aud-icon {
        width: 60px;
        height: 60px;
        background: var(--bg-gray);
        border: 1px solid var(--border);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: var(--slate);
        margin-bottom: 24px;
        transition: all 0.3s ease;
    }

    .audience-card:hover .aud-icon {
        background: var(--red);
        color: var(--white);
        border-color: var(--red);
    }

    .audience-card h3 {
        font-size: 22px;
        font-weight: 800;
        color: var(--black);
        letter-spacing: -0.03em;
        margin-bottom: 12px;
        transition: color 0.3s;
    }

    .audience-card:hover h3 {
        color: var(--red);
    }

    .audience-card p {
        font-size: 16px;
        color: var(--slate-text);
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .aud-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .aud-tag {
        background: var(--bg-gray);
        color: #475569;
        font-size: 13px;
        font-weight: 700;
        padding: 4px 12px;
        border-radius: 100px;
    }

    /* ===================== SECURITY ===================== */
    .security-section {
        background: var(--white);
    }

    .security-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
    }

    .security-content h2 {
        font-size: 35px;
        font-weight: 800;
        color: var(--black);
        letter-spacing: -0.04em;
        line-height: 1.1;
        margin-bottom: 16px;
    }

    .security-content h2 span {
        color: var(--red);
    }

    .security-content p {
        font-size: 17px;
        color: var(--slate-text);
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .security-items {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .sec-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .sec-item-icon {
        width: 44px;
        height: 44px;
        background: var(--red-light);
        color: var(--red);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
    }

    .sec-item-text h3 {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 4px;
    }

    .sec-item-text p {
        font-size: 16px;
        color: var(--slate-text);
        margin: 0;
    }

    /* Security visual */
    .security-visual {
        background: var(--slate);
        border-radius: 28px;
        padding: 40px 36px;
        box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
        position: relative;
        overflow: hidden;
    }

    .security-visual::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.2) 0%, transparent 70%);
        border-radius: 50%;
    }

    .sec-vis-title {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--slate-muted);
        margin-bottom: 28px;
        font-family: 'Space Mono', monospace;
    }

    .sec-layer {
        display: flex;
        align-items: center;
        gap: 14px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        padding: 16px 20px;
        margin-bottom: 14px;
        transition: all 0.3s ease;
        position: relative;
        z-index: 1;
    }

    .sec-layer:last-child {
        margin-bottom: 0;
    }

    .sec-layer:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(197, 8, 8, 0.3);
    }

    .sec-layer-dot {
        width: 10px;
        height: 10px;
        background: var(--success);
        border-radius: 50%;
        flex-shrink: 0;
        box-shadow: 0 0 8px rgba(16, 185, 129, 0.5);
    }

    .sec-layer-dot.warning {
        background: #f59e0b;
        box-shadow: 0 0 8px rgba(245, 158, 11, 0.5);
    }

    .sec-layer-name {
        font-size: 14px;
        font-weight: 700;
        color: var(--white);
        flex: 1;
    }

    .sec-layer-status {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--success);
        font-family: 'Space Mono', monospace;
    }

    /* ===================== CPANEL SECTION ===================== */
    .cpanel-section {
        background: #ede5dc;
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

    .cpanel-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .cpanel-card {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 32px 24px;
        transition: all 0.3s ease;
    }

    .cpanel-card:hover {
        border-color: rgba(197, 8, 8, 0.25);
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
        transform: translateY(-4px);
    }

    .cpanel-icon {
        width: 50px;
        height: 50px;
        background: var(--red-light);
        color: var(--red);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 18px;
        transition: all 0.3s ease;
    }

    .cpanel-card:hover .cpanel-icon {
        background: var(--red);
        color: var(--white);
    }

    .cpanel-card h3 {
        font-size: 18px;
        font-weight: 800;
        color: var(--black);
        margin-bottom: 10px;
    }

    .cpanel-card p {
        font-size: 16px;
        color: #000000;
        line-height: 1.7;
    }

    /* ===================== PROCESS / HOW IT WORKS ===================== */
    .process-section {
        background: var(--white);
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 0;
        position: relative;
        margin-top: 60px;
    }

    .process-steps::before {
        content: '';
        position: absolute;
        top: 36px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: linear-gradient(90deg, var(--red), var(--orange), var(--red));
        z-index: 0;
    }

    .process-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 16px;
        position: relative;
        z-index: 1;
    }

    .step-num {
        width: 72px;
        height: 72px;
        background: var(--white);
        border: 3px solid var(--red);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 800;
        color: var(--red);
        margin-bottom: 20px;
        font-family: 'Space Mono', monospace;
        box-shadow: 0 0 0 8px var(--white);
        transition: all 0.3s ease;
    }

    .process-step:hover .step-num {
        background: var(--red);
        color: var(--white);
    }

    .step-title {
        font-size: 18px;
        font-weight: 800;
        color: var(--black);
        margin-bottom: 8px;
    }

    .step-desc {
        font-size: 16px;
        color: var(--slate-text);
        line-height: 1.6;
    }

    /* ===================== USE CASES ===================== */
    .usecases-section {
        background: var(--slate);
    }

    .usecase-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .usecase-card {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 22px;
        padding: 36px 28px;
        transition: all 0.3s ease;
    }

    .usecase-card:hover {
        background: rgba(255, 255, 255, 0.07);
        border-color: rgba(197, 8, 8, 0.35);
        transform: translateY(-4px);
    }

    .usecase-num {
        font-size: 48px;
        font-weight: 800;
        color: rgba(197, 8, 8, 0.25);
        font-family: 'Space Mono', monospace;
        line-height: 1;
        margin-bottom: 16px;
    }

    .usecase-card h3 {
        font-size: 20px;
        font-weight: 800;
        color: var(--white);
        margin-bottom: 14px;
        letter-spacing: -0.02em;
    }

    .usecase-card p {
        font-size: 16px;
        color: #94a3b8;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    .usecase-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .usecase-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 15px;
        color: #cbd5e1;
        line-height: 1.5;
    }

    .usecase-list li i {
        color: var(--red);
        font-size: 11px;
        margin-top: 4px;
        flex-shrink: 0;
    }

    /* ===================== WHY HOST ASIA ===================== */
    .why-section {
        background: var(--white);
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        margin-top: 60px;
    }

    .why-card {
        display: flex;
        align-items: flex-start;
        gap: 24px;
        padding: 36px 30px;
        background: var(--bg-gray);
        border: 1px solid var(--border);
        border-radius: 22px;
        transition: all 0.3s ease;
    }

    .why-card:hover {
        background: var(--white);
        border-color: rgba(197, 8, 8, 0.25);
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
        transform: translateY(-3px);
    }

    .why-icon {
        width: 56px;
        height: 56px;
        background: var(--red-light);
        color: var(--red);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .why-card:hover .why-icon {
        background: var(--red);
        color: var(--white);
    }

    .why-text h3 {
        font-size: 22px;
        font-weight: 800;
        color: var(--black);
        margin-bottom: 10px;
        letter-spacing: -0.02em;
    }

    .why-text p {
        font-size: 16px;
        color: var(--slate-text);
        line-height: 1.75;
    }

    /* ===================== FAQ ===================== */
    .faq-section {
        background: var(--bg-gray);
        border-top: 1px solid var(--border);
    }

    .faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 60px;
    }

    .faq-item {
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .faq-item:hover {
        border-color: rgba(197, 8, 8, 0.2);
    }

    .faq-q {
        width: 100%;
        background: none;
        border: none;
        padding: 24px 28px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        cursor: pointer;
        text-align: left;
    }

    .faq-q-text {
        font-size: 16px;
        font-weight: 700;
        color: var(--black);
        line-height: 1.4;
    }

    .faq-icon {
        width: 32px;
        height: 32px;
        background: var(--bg-gray);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: var(--slate);
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .faq-item.open .faq-icon {
        background: var(--red);
        color: var(--white);
        transform: rotate(180deg);
    }

    .faq-a {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .faq-item.open .faq-a {
        max-height: 300px;
    }

    .faq-a-content {
        padding: 0 28px 24px;
        font-size: 15px;
        color: var(--slate-text);
        line-height: 1.8;
        border-top: 1px solid var(--border);
        padding-top: 20px;
    }

    /* ===================== CTA ===================== */
    .cta-section {
        background: var(--slate);
        padding: 50px 24px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .cta-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(197, 8, 8, 0.3) 0%, transparent 65%);
        pointer-events: none;
    }

    .cta-inner {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .cta-eyebrow {
        display: inline-block;
        background: rgba(197, 8, 8, 0.2);
        border: 1px solid rgba(197, 8, 8, 0.3);
        color: #ff8080;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 6px 18px;
        border-radius: 20px;
        margin-bottom: 28px;
        font-family: 'Space Mono', monospace;
    }

    .cta-title {
        font-size: 35px;
        font-weight: 800;
        color: var(--white);
        letter-spacing: -0.04em;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .cta-title span {
        color: var(--red);
    }

    .cta-sub {
        font-size: 18px;
        color: #94a3b8;
        line-height: 1.7;
        margin-bottom: 40px;
    }

    .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 48px;
    }

    .btn-cta-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: var(--red);
        color: var(--white);
        font-size: 17px;
        font-weight: 700;
        padding: 18px 40px;
        border-radius: 100px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 8px 30px rgba(197, 8, 8, 0.4);
    }

    .btn-cta-primary:hover {
        background: var(--red-hover);
        transform: translateY(-3px);
        box-shadow: 0 12px 40px rgba(197, 8, 8, 0.5);
    }

    .btn-cta-ghost {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        color: var(--white);
        font-size: 17px;
        font-weight: 600;
        padding: 18px 40px;
        border-radius: 100px;
        text-decoration: none;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    .btn-cta-ghost:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .cta-contact-strip {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }

    .contact-method {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #94a3b8;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.2s;
    }

    .contact-method:hover {
        color: var(--white);
    }

    .contact-method i {
        color: var(--red);
        font-size: 16px;
    }

    /* ===================== RESPONSIVE ===================== */
    @media (max-width: 1100px) {
        .hw-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .cpanel-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .advantage-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .usecase-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .process-steps {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .process-steps::before {
            display: none;
        }
    }

    @media (max-width: 800px) {
        .hero-inner {
            grid-template-columns: 1fr;
        }

        .hero-visual {
            display: none;
        }

        .what-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .security-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .audience-grid {
            grid-template-columns: 1fr;
        }

        .why-grid {
            grid-template-columns: 1fr;
        }

        .faq-grid {
            grid-template-columns: 1fr;
        }

        .hw-grid {
            grid-template-columns: 1fr 1fr;
        }

        .advantage-grid {
            grid-template-columns: 1fr;
        }

        .usecase-grid {
            grid-template-columns: 1fr;
        }

        .cpanel-grid {
            grid-template-columns: 1fr 1fr;
        }

        .hw-features {
            grid-template-columns: 1fr;
        }

        .trust-bar-inner {
            gap: 20px;
        }
    }

    /* Animations */
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .hero-content {
        animation: fadeUp 0.8s ease forwards;
    }

    .hero-visual {
        animation: fadeUp 0.8s ease 0.2s both;
    }

    /* Scroll reveal */
    .reveal {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Pulse dot */
    @keyframes pulse {

        0%,
        100% {
            box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
        }

        50% {
            box-shadow: 0 0 0 6px rgba(16, 185, 129, 0);
        }
    }

    .sec-layer-dot {
        animation: pulse 2s infinite;
    }

    .j-new-99-hero-section-features{
        display: none;
    }