/* ============================================================
       ALL EXISTING STYLES — KEPT EXACTLY AS-IS
    ============================================================ */
    .j-new-student-web-hsoting-why-header h2,
    .j-new-design-sub-heading {
        font-size: 30px !important;
        font-weight: 600 !important;
        color: #0a0a2d !important;
    }

    .j-new-student-web-hosting-step-header h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .j-new-host-asia-new-vps-banner-widget {
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
        width: 100%;
        max-width: 340px;
        border: 1px solid #f0f0f0;
        z-index: 2;
        transition: transform 0.3s ease;
    }

    .j-new-host-asia-new-vps-banner-widget:hover {
        transform: translateY(-5px);
    }

    .j-new-host-asia-new-vps-banner-widget-header {
        padding: 20px;
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: #f8f9fa;
        border-radius: 12px 12px 0 0;
    }

    .j-new-host-asia-new-vps-banner-widget-title-area {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .j-new-host-asia-new-vps-banner-widget-title {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #c50808;
    }

    .j-new-host-asia-new-vps-banner-widget-subtitle {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        color: #6b7280;
    }

    .j-new-host-asia-new-vps-banner-widget-close {
        background: none;
        border: none;
        color: #9ca3af;
        font-size: 16px;
        cursor: pointer;
        padding: 4px;
        transition: color 0.2s;
    }

    .j-new-host-asia-new-vps-banner-widget-close:hover {
        color: #4b5563;
    }

    .j-new-host-asia-new-vps-banner-widget-body {
        padding: 16px 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .j-new-host-asia-new-vps-banner-widget-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .j-new-host-asia-new-vps-banner-widget-label {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
        font-weight: 500;
        color: #1f2937;
    }

    .j-new-host-asia-new-vps-banner-widget-label i {
        color: #4b5563;
        font-size: 16px;
        width: 20px;
        text-align: center;
    }

    .j-new-host-asia-new-vps-banner-widget-value {
        font-size: 15px;
        font-weight: 400;
        color: #4b5563;
    }

    .j-new-host-asia-new-vps-banner-widget-footer {
        padding: 16px 20px;
        border-top: 1px solid #f0f0f0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .j-new-host-asia-new-vps-banner-widget-status {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background-color: #dcfce7;
        color: #166534;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .j-new-host-asia-new-vps-banner-widget-status-dot {
        width: 6px;
        height: 6px;
        background-color: #22c55e;
        border-radius: 50%;
    }

    .j-new-host-asia-new-vps-banner-widget-settings {
        background: none;
        border: none;
        color: #6b7280;
        font-size: 18px;
        cursor: pointer;
        transition: color 0.2s, transform 0.2s;
    }

    .j-new-host-asia-new-vps-banner-widget-settings:hover {
        color: #1f2937;
        transform: rotate(45deg);
    }

    /* Plan Cards */
    .j-new-host-asia-vps-plan-wrapper {
        padding: 60px 20px;
        background-color: #ffffff;
    }

    .j-new-host-asia-vps-plan-container {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        gap: 20px;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .j-new-host-asia-vps-plan-col {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        margin-top: 36px;
    }

    .j-new-host-asia-vps-plan-col-popular {
        margin-top: 0;
    }

    .j-new-host-asia-vps-plan-card {
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: box-shadow 0.3s ease;
    }

    .j-new-host-asia-vps-plan-card:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .j-new-host-asia-vps-plan-card-popular {
        border: 2px solid #c50808;
        box-shadow: 0 8px 25px rgba(0, 115, 255, 0.1);
    }

    .j-new-host-asia-vps-plan-card-popular:hover {
        box-shadow: 0 12px 35px rgba(0, 115, 255, 0.15);
    }

    .j-new-host-asia-vps-plan-badge {
        background-color: #ffcccc;
        color: #400000;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        padding: 9px 0;
        border-radius: 14px 14px 0 0;
    }

    .j-new-host-asia-vps-plan-content {
        padding: 30px 24px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .j-new-host-asia-vps-plan-title {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        color: #111827;
    }

    .j-new-host-asia-vps-plan-subtitle {
        margin: 6px 0 24px 0;
        font-size: 13px;
        color: #4b5563;
    }

    .j-new-host-asia-vps-plan-pricing-label {
        font-size: 13px;
        font-weight: 600;
        color: #111827;
        margin-bottom: 4px;
    }

    .j-new-host-asia-vps-plan-pricing-area {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
    }

    .j-new-host-asia-vps-plan-price {
        font-size: 30px;
        font-weight: 700;
        color: #c50808;
        line-height: 1;
    }

    .j-new-host-asia-vps-plan-price-period {
        font-size: 20px;
        font-weight: 700;
        color: #c50808;
        margin-left: 2px;
    }

    .j-new-host-asia-vps-plan-btn {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 12px 0;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        box-sizing: border-box;
        transition: all 0.2s;
    }

    .j-new-host-asia-vps-plan-btn-outline {
        background-color: transparent;
        border: 2px solid #c50808;
        color: #c50808;
    }

    .j-new-host-asia-vps-plan-btn-outline:hover {
        background-color: #f0f7ff;
    }

    .j-new-host-asia-vps-plan-btn-solid {
        background-color: #c50808;
        border: 2px solid #c50808;
        color: #ffffff;
    }

    .j-new-host-asia-vps-plan-btn-solid:hover {
        background-color: #313131;
        border-color: #ffecec;
    }

    .j-new-host-asia-vps-plan-renew-text {
        font-size: 11px;
        color: #6b7280;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 24px;
        border-bottom: 1px solid #f3f4f6;
    }

    .j-new-host-asia-vps-plan-feature-list {
        list-style: none;
        padding: 0;
        margin: 24px 0 0 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .j-new-host-asia-vps-plan-feature-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .j-new-host-asia-vps-plan-feature-icon {
        color: #c50808;
        font-size: 12px;
        margin-top: 3px;
    }

    .j-new-host-asia-vps-plan-feature-text {
        font-size: 15px;
        color: #1f2937;
        line-height: 1.5;
    }

    .j-new-host-asia-vps-plan-new-badge {
        background-color: #dbfee2;
        color: #277700;
        font-size: 10px;
        font-weight: 700;
        padding: 2px 8px;
        border-radius: 12px;
        margin-left: 6px;
        display: inline-block;
        vertical-align: middle;
    }

    .j-new-host-asia-vps-plan-hidden-features {
        display: none;
        margin-bottom: 10px;
    }

    .j-new-host-asia-vps-plan-category-title {
        font-size: 13px;
        font-weight: 700;
        color: #111827;
        margin: 24px 0 14px 0;
    }

    .j-new-host-asia-vps-plan-toggle-btn {
        background: none;
        border: none;
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color: #374151;
        padding: 20px 0 0 0;
        margin-top: auto;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .j-new-host-asia-vps-plan-toggle-btn:hover {
        color: #000000;
    }

    @media (max-width: 1200px) {
        .j-new-host-asia-vps-plan-container {
            gap: 15px;
        }
    }

    @media (max-width: 991px) {
        .j-new-host-asia-vps-plan-col {
            min-width: 45%;
            margin-top: 0;
        }
    }

    @media (max-width: 767px) {
        .j-new-host-asia-vps-plan-col {
            min-width: 100%;
        }

        .j-new-host-asia-vps-plan-wrapper {
            padding: 40px 15px;
        }
    }

    /* OS section */
    .j-new-host-asia-vps-os-wrapper {
        padding: 30px 20px;
    }

    .j-new-host-asia-vps-os-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-host-asia-vps-os-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .j-new-host-asia-vps-os-main-title {
        font-size: 30px !important;
        font-weight: 600 !important;
        color: #0a0a2d !important;
    }

    .j-new-host-asia-vps-os-main-subtitle {
        font-size: 18px;
        color: #4b5563;
        margin: 0;
        font-weight: 400;
    }

    .j-new-host-asia-vps-os-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .j-new-host-asia-vps-os-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px;
        border: 1px solid #e5e7eb;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .j-new-host-asia-vps-os-card-badge {
        display: inline-block;
        background-color: #ffefef;
        color: #c50808;
        font-size: 12px;
        font-weight: 600;
        padding: 6px 12px;
        border-radius: 6px;
        margin-bottom: 20px;
        align-self: flex-start;
    }

    .j-new-host-asia-vps-os-card-title {
        font-size: 24px;
        font-weight: 600;
        color: #111827;
        margin: 0 0 16px 0;
        line-height: 1.3;
    }

    .j-new-host-asia-vps-os-card-desc {
        font-size: 16px;
        color: #020202;
        line-height: 1.6;
        margin: 0 0 30px 0;
    }

    .j-new-host-asia-vps-os-list {
        list-style: none;
        padding: 0;
        margin: 0 0 40px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex: 1;
    }

    .j-new-host-asia-vps-os-list-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .j-new-host-asia-vps-os-list-icon {
        color: #c60808;
        font-size: 14px;
        margin-top: 4px;
        background: #ffeeee;
        padding: 4px;
        border-radius: 50%;
        min-width: 25px;
        text-align: center;
    }

    .j-new-host-asia-vps-os-list-text {
        font-size: 14px;
        color: #374151;
        line-height: 1.5;
    }

    .j-new-host-asia-vps-os-list-text strong {
        color: #111827;
        font-weight: 600;
    }

    @media (max-width: 991px) {
        .j-new-host-asia-vps-os-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        .j-new-host-asia-vps-os-wrapper {
            padding: 30px 15px;
        }

        .j-new-host-asia-vps-os-main-title {
            font-size: 28px;
        }

        .j-new-host-asia-vps-os-card {
            padding: 24px;
        }
    }

    /* Feature grid */
    @media (min-width: 1400px) {
        .j-new-hst-asia-feature-grid {
            grid-template-columns: repeat(4, 1fr) !important;
        }
    }

    @media (min-width: 992px) {
        .j-new-hst-asia-feature-wrapper .j-new-hst-asia-feature-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 768px) {
        .j-new-host-asia-new-banner-left {
            width: 50% !important;
        }
    }

    .j-new-host-asia-new-banner-left {
        background: transparent !important;
        min-height: auto !important;
    }

    /* VPS Paths Bento */
    .j-new-host-asia-vps-paths-section {
        padding: 50px 20px;
        background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
        position: relative;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-container {
        max-width: 1500px;
        /* Tighter max-width for better reading measure */
        margin: 0 auto;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-header {
        text-align: center;
        margin: 0 auto 40px auto;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-badge {
        display: inline-block;
        background: rgba(197, 8, 8, 0.1);
        color: #c50808;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 6px 16px;
        border-radius: 50px;
        margin-bottom: 16px;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-title {
        font-size: 40px;
        font-weight: 800;
        color: #000000;
        margin: 0 0 16px 0;
        letter-spacing: -0.03em;
        line-height: 1.1;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-title span {
        color: #c50808;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-subtitle {
        font-size: 18px;
        color: #4b5563;
        line-height: 1.6;
        margin: 0;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* Standard Cards (Top Row) */
    .j-new-host-asia-vps-paths-section .ha-paths-v2-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 24px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
        position: relative;
        z-index: 1;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
        border-color: #cbd5e1;
        z-index: 2;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-icon {
        width: 70px;
        height: 70px;
        border-radius: 16px;
        background: #f8fafc;
        color: #0f172a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        margin-bottom: 24px;
        transition: all 0.3s ease;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-card:hover .ha-paths-v2-icon {
        background: #c50808;
        color: #ffffff;
        transform: scale(1.1) rotate(-5deg);
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-card-title {
        font-size: 22px;
        font-weight: 800;
        color: #0f172a;
        margin: 0 0 12px 0;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-card-desc {
        font-size: 16px;
        color: #4b5563;
        line-height: 1.6;
        margin: 0 0 30px 0;
        flex-grow: 1;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-link {
        display: inline-flex;
        align-items: center;
        font-size: 15px;
        font-weight: 700;
        color: #0f172a;
        text-decoration: none;
        margin-top: auto;
        transition: color 0.3s ease;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-link i {
        margin-left: 8px;
        font-size: 13px;
        transition: transform 0.3s ease;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-card:hover .ha-paths-v2-link {
        color: #c50808;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-card:hover .ha-paths-v2-link i {
        transform: translateX(6px);
    }

    /* Premium Wide Card (Bottom Row) */
    .j-new-host-asia-vps-paths-section .ha-paths-v2-premium {
        grid-column: 1 / -1;
        /* Spans all 3 columns */
        background: #0f172a;
        border-radius: 28px;
        padding: 50px;
        display: flex;
        align-items: center;
        gap: 50px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        border: 1px solid #1e293b;
    }

    .j-new-host-asia-vps-paths-section .ha-paths-v2-premium:hover {
        transform: translateY(-5px);
        box-shadow: 0 30px 60px rgba(197, 8, 8, 0.15);
        border-color: rgba(197, 8, 8, 0.4);
    }

    /* Background glow effect for premium card */
    .j-new-host-asia-vps-paths-section .ha-paths-v2-premium::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.2) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-left {
        flex: 1;
        position: relative;
        z-index: 2;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-right {
        flex: 0 0 350px;
        position: relative;
        z-index: 2;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px;
        border-radius: 20px;
        backdrop-filter: blur(10px);
    }

    .j-new-host-asia-vps-paths-section .ha-premium-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #c50808;
        color: #ffffff;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 6px 14px;
        border-radius: 50px;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-tag i {
        font-size: 10px;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-title {
        font-size: 33px;
        font-weight: 800;
        color: #ffffff;
        margin: 0 0 16px 0;
        line-height: 1.2;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-desc strong {
        font-size: 18px;
        color: #ffffff;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-desc {
        font-size: 16px;
        color: #94a3b8;
        line-height: 1.6;
        margin: 0;
        max-width: 90%;
        margin-bottom: 15px;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-features {
        list-style: none;
        padding: 0;
        margin: 0 0 24px 0;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-features li {
        color: #e2e8f0;
        font-size: 15px;
        margin-bottom: 12px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-features li i {
        color: #ff6b6b;
        font-size: 14px;
        margin-top: 3px;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        background: #c50808;
        color: #ffffff;
        padding: 14px 20px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-btn:hover {
        background: #ffffff;
        color: #c50808;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-btn-secondary {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        background: transparent;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 14px 20px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .j-new-host-asia-vps-paths-section .ha-premium-btn-secondary:hover {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.5);
    }

    @media (max-width: 1024px) {
        .j-new-host-asia-vps-paths-section .ha-paths-v2-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .j-new-host-asia-vps-paths-section .ha-premium-actions {
            grid-template-columns: 1fr 1fr;
            /* Side-by-side on tablets */
        }

        .j-new-host-asia-vps-paths-section .ha-paths-v2-premium {
            flex-direction: column;
            gap: 30px;
            padding: 40px;
        }

        .j-new-host-asia-vps-paths-section .ha-premium-right {
            flex: auto;
            width: 100%;
            box-sizing: border-box;
        }

        .j-new-host-asia-vps-paths-section .ha-premium-desc {
            max-width: 100%;
        }
    }

    @media (max-width: 768px) {
        .j-new-host-asia-vps-paths-section .ha-paths-v2-section {
            padding: 60px 15px;
        }

        .j-new-host-asia-vps-paths-section .ha-premium-actions {
            grid-template-columns: 1fr;
            /* Stack on mobile */
        }

        .j-new-host-asia-vps-paths-section .ha-paths-v2-grid {
            grid-template-columns: 1fr;
        }

        .j-new-host-asia-vps-paths-section .ha-paths-v2-title {
            font-size: 34px;
        }

        .j-new-host-asia-vps-paths-section .ha-premium-title {
            font-size: 28px;
        }

        .j-new-host-asia-vps-paths-section .ha-paths-v2-premium {
            padding: 30px 20px;
        }
    }


    /* ============================================================
       NEW SECTION 1: Platform Details / "Included with Every VPS"
    ============================================================ */
    .j-vps-platform-wrapper {
        padding: 70px 20px;
        background: #0f172a;
        position: relative;
        overflow: hidden;
    }

    .j-vps-platform-wrapper::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 360px;
        height: 360px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.12) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

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

    .j-vps-platform-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .j-vps-platform-eyebrow {
        display: inline-block;
        background: rgba(197, 8, 8, 0.15);
        color: #ff6b6b;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        padding: 6px 16px;
        border-radius: 20px;
        margin-bottom: 16px;
        border: 1px solid rgba(197, 8, 8, 0.25);
    }

    .j-vps-platform-header h2 {
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 12px 0;
        line-height: 1.3;
    }

    .j-vps-platform-header p {
        font-size: 17px;
        color: #94a3b8;
        margin: 0;
        max-width: 1100px;
        margin: 0 auto;
    }

    .j-vps-platform-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .j-vps-platform-card {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        padding: 28px 24px;
        transition: all 0.3s ease;
        position: relative;
    }

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

    .j-vps-platform-card-icon {
        width: 46px;
        height: 46px;
        background: rgba(197, 8, 8, 0.15);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        border: 1px solid rgba(197, 8, 8, 0.2);
    }

    .j-vps-platform-card-icon i {
        font-size: 20px;
        color: #ff6b6b;
    }

    .j-vps-platform-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #f1f5f9;
        margin: 0 0 10px 0;
        line-height: 1.3;
    }

    .j-vps-platform-card p {
        font-size: 16px;
        color: #b3c1d4;
        line-height: 1.6;
        margin: 0;
    }

    /* Location pills row */
    .j-vps-locations-row {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .j-vps-location-pill {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 10px 22px;
        color: #e2e8f0;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.2s;
    }

    .j-vps-location-pill:hover {
        background: rgba(197, 8, 8, 0.12);
        border-color: rgba(197, 8, 8, 0.35);
        color: #ffffff;
    }

    .j-vps-location-pill .j-vps-loc-dot {
        width: 8px;
        height: 8px;
        background: #22c55e;
        border-radius: 50%;
        flex-shrink: 0;
        box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
    }

    .j-vps-location-pill i {
        color: #ff6b6b;
        font-size: 15px;
    }

    @media (max-width: 1200px) {
        .j-vps-platform-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 640px) {
        .j-vps-platform-grid {
            grid-template-columns: 1fr;
        }

        .j-vps-platform-header h2 {
            font-size: 26px;
        }
    }

    /* ============================================================
       NEW SECTION 2: Specialized VPS Solutions
    ============================================================ */
    .j-new-host-asia-vps-special-solutions-section {
        padding: 50px 20px;
        background-color: #ede5dc;
        position: relative;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-managed-container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-managed-layout {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 80px;
        align-items: flex-start;
        /* Required for sticky to work */
    }

    .j-new-host-asia-vps-special-solutions-section .ha-managed-left {
        position: sticky;
        top: 100px;
        /* Sticks 100px from the top of the viewport */
        display: flex;
        flex-direction: column;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-premium-tag {
        color: #c50808;
        font-weight: 800;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-premium-tag i {
        font-size: 18px;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-managed-left h2 {
        font-size: 35px;
        font-weight: 800;
        color: #000000;
        margin: 0 0 24px 0;
        letter-spacing: -0.03em;
        line-height: 1.1;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-managed-left h2 span {
        color: #c50808;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-managed-left p {
        font-size: 18px;
        color: #4b5563;
        line-height: 1.7;
        margin: 0 0 40px 0;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-cpanel-badge {
        display: inline-flex;
        align-items: center;
        gap: 16px;
        padding: 16px 24px;
        background: #0f172a;
        border-radius: 12px;
        width: fit-content;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-cpanel-badge i {
        font-size: 36px;
        color: #ff6c2c;
        /* Official cPanel Brand Color */
    }

    .j-new-host-asia-vps-special-solutions-section .ha-cpanel-badge-text {
        display: flex;
        flex-direction: column;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-cpanel-badge-text span:first-child {
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-cpanel-badge-text span:last-child {
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-features-list {
        display: flex;
        flex-direction: column;
        border-top: 1px solid rgba(15, 23, 42, 0.1);
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-row {
        display: flex;
        gap: 28px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.1);
        transition: all 0.3s ease;
        position: relative;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-row:hover {
        background-color: rgba(255, 255, 255, 0.4);
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 12px;
        border-bottom-color: transparent;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-icon {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        background: #ffffff;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-row:hover .ha-feature-icon {
        transform: scale(1.1) rotate(-5deg);
        background: #c50808;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-icon i {
        font-size: 24px;
        color: #0f172a;
        transition: color 0.3s ease;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-row:hover .ha-feature-icon i {
        color: #ffffff;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-title {
        font-size: 20px;
        font-weight: 800;
        color: #0f172a;
        margin: 0 0 10px 0;
        transition: color 0.3s ease;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-row:hover .ha-feature-title {
        color: #c50808;
    }

    .j-new-host-asia-vps-special-solutions-section .ha-feature-desc {
        font-size: 16px;
        color: #4b5563;
        line-height: 1.6;
        margin: 0;
    }

    @media (max-width: 1024px) {
        .j-new-host-asia-vps-special-solutions-section .ha-managed-layout {
            grid-template-columns: 1fr;
            gap: 50px;
        }

        .j-new-host-asia-vps-special-solutions-section .ha-managed-left {
            position: static;
            /* Disable sticky on smaller screens */
            max-width: 800px;
        }

        .j-new-host-asia-vps-special-solutions-section .ha-managed-left h2 {
            font-size: 40px;
        }
    }

    @media (max-width: 768px) {
        .j-new-host-asia-vps-special-solutions-section {
            padding: 60px 15px;
        }

        .j-new-host-asia-vps-special-solutions-section .ha-managed-left h2 {
            font-size: 34px;
        }

        .j-new-host-asia-vps-special-solutions-section .ha-feature-row {
            flex-direction: column;
            gap: 16px;
            padding: 30px 0;
        }

        .j-new-host-asia-vps-special-solutions-section .ha-feature-row:hover {
            padding-left: 10px;
            padding-right: 10px;
            margin-left: -10px;
            margin-right: -10px;
        }
    }

    /* ============================================================
       NEW SECTION 3: Premium Control Panels (detailed)
    ============================================================ */
    .j-new-host-asia-vps-open-panels-section .ha-open-panels-wrapper {
        padding: 50px 20px;
        background: #ffffff;
    }

    .j-new-host-asia-vps-open-panels-section .ha-open-panels-container {
        max-width: 1500px;
        margin: 0 auto;
    }

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

    .j-new-host-asia-vps-open-panels-section .ha-open-panels-header h2 {
        font-size: 35px;
        font-weight: 800;
        color: #0f172a;
        margin: 0 0 16px 0;
        letter-spacing: -0.01em;
    }

    .j-new-host-asia-vps-open-panels-section .ha-open-panels-header p {
        font-size: 18px;
        color: #4b5563;
        max-width: 1100px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .j-new-host-asia-vps-open-panels-section .ha-open-panels-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .j-new-host-asia-vps-open-panels-section .ha-open-panel-item {
        position: relative;
        padding-top: 32px;
        display: flex;
        flex-direction: column;
    }

    /* The Elegant Top Divider Line */
    .j-new-host-asia-vps-open-panels-section .ha-open-panel-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e2e8f0;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Interactive Line on Hover */
    .j-new-host-asia-vps-open-panels-section .ha-open-panel-item:hover::before {
        height: 3px;
        background: #c50808;
    }



    .j-new-host-asia-vps-open-panels-section .ha-open-panel-logo-wrap {
        height: 45px;
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Grayscale to Color image transition for a premium feel */
    .j-new-host-asia-vps-open-panels-section .ha-open-panel-logo-wrap img {
        max-height: 100%;
        max-width: fit-content;
        object-fit: contain;
        transition: all 0.4s ease;
        transform-origin: left center;
    }



    .j-new-host-asia-vps-open-panels-section .ha-open-panel-item:hover .ha-open-panel-logo-wrap img {
        filter: grayscale(0%) opacity(1);
        transform: scale(1.05);
    }

    .j-new-host-asia-vps-open-panels-section .ha-open-panel-item h3 {
        font-size: 22px;
        font-weight: 800;
        color: #000000;
        margin: 0 0 14px 0;
        letter-spacing: -0.01em;
    }

    .j-new-host-asia-vps-open-panels-section .ha-open-panel-item p {
        font-size: 16px;
        color: #4b5563;
        line-height: 1.7;
        margin: 0 0 24px 0;
        flex: 1;
    }

    /* Clean Text Tag instead of a bulky pill */
    .j-new-host-asia-vps-open-panels-section .ha-open-panel-tag {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #c50808;
        font-size: 14px;
        font-weight: 700;
        margin-top: auto;
    }



    .j-new-host-asia-vps-open-panels-section .ha-open-panel-tag i {
        font-size: 14px;
    }

    @media (max-width: 1024px) {
        .j-new-host-asia-vps-open-panels-section .ha-open-panels-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 50px 30px;
        }
    }

    @media (max-width: 640px) {
        .j-new-host-asia-vps-open-panels-section .ha-open-panels-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .j-new-host-asia-vps-open-panels-section .ha-open-panels-header h2 {
            font-size: 32px;
        }
    }


    /* ============================================================
       NEW SECTION 4: Trust / Infrastructure / Certifications (REDESIGNED)
    ============================================================ */
    .j-vps-trust-wrapper {
        padding: 70px 20px;
        background: #ede5dc;
        /* Senior's requested background color */
        position: relative;
        overflow: hidden;
    }

    .j-vps-trust-wrapper::after {
        content: '';
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.06) 0%, transparent 70%);
        /* Softened for light bg */
        border-radius: 50%;
        pointer-events: none;
    }

    .j-vps-trust-container {
        max-width: 1500px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .j-vps-trust-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .j-vps-trust-header h2 {
        font-size: 35px;
        font-weight: 700;
        color: #000000;
        /* Updated for light bg */
        margin: 0 0 12px 0;
        line-height: 1.3;
    }

    .j-vps-trust-header p {
        font-size: 17px;
        color: #4b5563;
        margin: 0 auto;
    }

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

    .j-vps-trust-card {
        background: #ffffff;
        /* Contrast against beige */
        border: 1px solid rgba(15, 23, 42, 0.06);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
        /* Added subtle shadow */
        border-radius: 20px;
        padding: 36px 32px;
        display: flex;
        gap: 24px;
        align-items: flex-start;
        transition: all 0.3s ease;
    }

    .j-vps-trust-card:hover {
        border-color: #c50808;
        /* Brand red */
        box-shadow: 0 12px 30px rgba(197, 8, 8, 0.08);
        /* Brand red shadow */
        transform: translateY(-3px);
    }

    .j-vps-trust-card-icon {
        width: 54px;
        height: 54px;
        background: #fff1f1;
        /* Light red bg */
        border: 1px solid #ffe0e0;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .j-vps-trust-card-icon i {
        font-size: 22px;
        color: #c50808;
        /* Brand red */
    }

    .j-vps-trust-card-body h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        /* Dark slate */
        margin: 0 0 10px 0;
    }

    .j-vps-trust-card-body p {
        font-size: 16px;
        color: #4b5563;
        /* Gray text */
        line-height: 1.65;
        margin: 0;
    }

    .j-vps-trust-cert-row {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 15px;
    }

    .j-vps-cert-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 700;
        color: #0f172a;
        letter-spacing: 0.3px;
    }

    .j-vps-cert-badge i {
        color: #16a34a;
        font-size: 12px;
    }

    /* Kept green for "verified" trust feeling */
    @media (max-width: 768px) {
        .j-vps-trust-grid {
            grid-template-columns: 1fr;
        }

        .j-vps-trust-card {
            flex-direction: column;
            gap: 16px;
        }
    }

    /* ============================================================
       NEW SECTION 5: When to Choose VPS (Fit Guide)
    ============================================================ */
    .j-vps-fit-wrapper {
        padding: 50px 20px;
        background: #f8fafc;
    }

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

    .j-vps-fit-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .j-vps-fit-header h2 {
        font-size: 35px;
        font-weight: 600;
        color: #0a0a2d;
        margin: 0 0 12px 0;
    }

    .j-vps-fit-header p {
        font-size: 17px;
        color: #4b5563;
        margin: 0 auto;
    }

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

    .j-vps-fit-card {
        border-radius: 16px;
        padding: 32px 28px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .j-vps-fit-card-good {
        background: #f0fdf4;
        border: 1px solid #bbf7d0;
    }

    .j-vps-fit-card-check {
        background: #fffbeb;
        border: 1px solid #fde68a;
    }

    .j-vps-fit-card-dedicated {
        background: #fef2f2;
        border: 1px solid #fecaca;
    }

    .j-vps-fit-card-icon-wrap {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .j-vps-fit-card-good .j-vps-fit-card-icon-wrap {
        background: #dcfce7;
    }

    .j-vps-fit-card-check .j-vps-fit-card-icon-wrap {
        background: #fef3c7;
    }

    .j-vps-fit-card-dedicated .j-vps-fit-card-icon-wrap {
        background: #fee2e2;
    }

    .j-vps-fit-card-icon-wrap i {
        font-size: 22px;
    }

    .j-vps-fit-card-good .j-vps-fit-card-icon-wrap i {
        color: #16a34a;
    }

    .j-vps-fit-card-check .j-vps-fit-card-icon-wrap i {
        color: #d97706;
    }

    .j-vps-fit-card-dedicated .j-vps-fit-card-icon-wrap i {
        color: #dc2626;
    }

    .j-vps-fit-card h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin: 0;
    }

    .j-vps-fit-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .j-vps-fit-card ul li {
        font-size: 16px;
        color: #374151;
        line-height: 1.5;
        display: flex;
        gap: 8px;
        align-items: flex-start;
    }

    .j-vps-fit-card ul li i {
        font-size: 11px;
        margin-top: 4px;
        flex-shrink: 0;
    }

    .j-vps-fit-card-good ul li i {
        color: #16a34a;
    }

    .j-vps-fit-card-check ul li i {
        color: #d97706;
    }

    .j-vps-fit-card-dedicated ul li i {
        color: #dc2626;
    }

    @media (max-width: 768px) {
        .j-vps-fit-grid {
            grid-template-columns: 1fr;
        }
    }

    /* Misc existing heading fixes */
    .j-new-student-web-hsoting-why-header h2,
    .j-new-design-sub-heading {
        font-size: 30px !important;
        font-weight: 600 !important;
        color: #0a0a2d !important;
    }

    /* pricing plan */
        .j-new-host-asia-vps-pricing-section .ha-pricing-wrapper {
    position: relative;
    background-color: #f4f6f8;
    padding-bottom: 50px;
    font-family: Arial, sans-serif;
}

.j-new-host-asia-vps-pricing-section .ha-pricing-dark-bg {
    background-color: #0f172a;
    padding: 50px 20px 155px 20px;
    text-align: center;
}

.j-new-host-asia-vps-pricing-section .ha-container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

.j-new-host-asia-vps-pricing-section .ha-header-text h2 {
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

/* --- NEW MARKETING HEADING STYLES --- */
.j-new-host-asia-vps-pricing-section .ha-marketing-heading-wrapper {
    margin: 20px auto 30px auto;
    text-align: center;
}

.j-new-host-asia-vps-pricing-section .ha-marketing-heading {
    font-size: 28px;
    font-weight: 700;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.j-new-host-asia-vps-pricing-section .ha-si-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; /* Ensures it wraps nicely on mobile screens */
}

.j-new-host-asia-vps-pricing-section .ha-marketing-heading .si-text {
    font-size: 32px;
    color: #ffffff;
}

.j-new-host-asia-vps-pricing-section .ha-marketing-heading .en-text {
    font-size: 18px;
    opacity: 0.7;
    font-weight: 500;
}

.j-new-host-asia-vps-pricing-section .ha-marketing-divider {
    width: 60px;
    height: 3px;
    background-color: #c50808;
    margin: 20px auto 15px auto;
    border-radius: 2px;
}

/* High visibility CTA Button */
.j-new-host-asia-vps-pricing-section .ha-marketing-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 20px;
    border-radius: 30px;
    background: #c50808;
    box-shadow: 0 4px 12px rgba(197, 8, 8, 0.4);
    letter-spacing: 0.5px;
}

.j-new-host-asia-vps-pricing-section .ha-marketing-read-more:hover {
    background: #e50a0a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(197, 8, 8, 0.6);
}

.j-new-host-asia-vps-pricing-section .ha-marketing-read-more i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.j-new-host-asia-vps-pricing-section .ha-marketing-read-more:hover i {
    transform: translateY(3px); /* Subtle downward bounce indicating scroll */
}
/* ------------------------------------ */

.j-new-host-asia-vps-pricing-section .ha-header-text p {
    font-size: 18px;
    color: #cbd5e1;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.6;
}

.j-new-host-asia-vps-pricing-section .ha-segmented-tabs {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px;
    border-radius: 12px;
    margin-top: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: none;
}

.j-new-host-asia-vps-pricing-section .ha-tab-btn {
    background: transparent;
    border: none;
    color: #cbd5e1;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.j-new-host-asia-vps-pricing-section .ha-tab-btn i {
    font-size: 18px;
}

.j-new-host-asia-vps-pricing-section .ha-tab-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.j-new-host-asia-vps-pricing-section .ha-tab-btn.active {
    background: #c50808;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(197, 8, 8, 0.4);
}

/* --- NEW BILLING TOGGLE STYLES --- */
.j-new-host-asia-vps-pricing-section .ha-billing-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 35px;
}

.j-new-host-asia-vps-pricing-section .ha-toggle-text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: opacity 0.3s;
}

.j-new-host-asia-vps-pricing-section .ha-toggle-text.inactive {
    opacity: 0.5;
}

.j-new-host-asia-vps-pricing-section .ha-save-badge {
    background: #10b981;
    color: #ffffff;
    font-size: 13px;
    padding: 8px;
    border-radius: 12px;
    margin-left: 8px;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.j-new-host-asia-vps-pricing-section .ha-toggle-switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.j-new-host-asia-vps-pricing-section .ha-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.j-new-host-asia-vps-pricing-section .ha-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
    transition: .4s;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.3);
}

.j-new-host-asia-vps-pricing-section .ha-toggle-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.j-new-host-asia-vps-pricing-section input:checked + .ha-toggle-slider {
    background-color: #c50808;
    border-color: #c50808;
}

.j-new-host-asia-vps-pricing-section input:checked + .ha-toggle-slider:before {
    transform: translateX(26px);
}
/* --------------------------------- */

.j-new-host-asia-vps-pricing-section .ha-pricing-grid-container {
    margin-top: -100px;
    padding: 0 20px;
}

.j-new-host-asia-vps-pricing-section .ha-tab-content {
    display: flex; 
    animation: fadeUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.j-new-host-asia-vps-pricing-section .ha-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.j-new-host-asia-vps-pricing-section .ha-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    position: relative;
    padding: 32px 24px;
    z-index: 1;
}

.j-new-host-asia-vps-pricing-section .ha-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-color: #cbd5e1;
    z-index: 2;
}

.j-new-host-asia-vps-pricing-section .ha-card.popular {
    border: 2px solid #c50808;
    transform: scale(1.03);
    z-index: 10;
}

.j-new-host-asia-vps-pricing-section .ha-card.popular:hover {
    transform: scale(1.03) translateY(-8px);
}

.j-new-host-asia-vps-pricing-section .ha-popular-tag {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #c50808;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(197, 8, 8, 0.3);
    white-space: nowrap;
}

.j-new-host-asia-vps-pricing-section .ha-plan-name {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin: 0 !important; 
    text-align: center;
}

/* --- UPDATED PRICE BLOCK STYLES --- */
.j-new-host-asia-vps-pricing-section .ha-price-block {
    text-align: center;
    margin-bottom: 24px;
    color: #000000;
    min-height: 75px; /* Keeps card height stable when switching */
}

.j-new-host-asia-vps-pricing-section .ha-price-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.j-new-host-asia-vps-pricing-section .ha-price-monthly { display: none; }
.j-new-host-asia-vps-pricing-section .ha-price-yearly { display: block; }
 
.j-new-host-asia-vps-pricing-section .ha-yearly-subtext {
    font-size: 16px;
    color: #10b981;
    font-weight: 700;
    margin-top: 4px;
}
/* ---------------------------------- */

.j-new-host-asia-vps-pricing-section .ha-currency {
    font-size: 16px;
    font-weight: 700;
    margin-top: 6px;
    margin-right: 4px;
    color: #64748b;
}

.j-new-host-asia-vps-pricing-section .ha-price {
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.j-new-host-asia-vps-pricing-section .ha-period {
    font-size: 16px;
    font-weight: 500;
    color: #64748b;
    align-self: flex-end;
    margin-bottom: 8px;
    margin-left: 4px;
}

.j-new-host-asia-vps-pricing-section .ha-location-matrix-wrapper {
            background: #f8fafc;
            border-radius: 16px;
            padding: 16px;
            margin-bottom: 28px;
            border: 1px dashed #e2e8f0;
        }

        .j-new-host-asia-vps-pricing-section .ha-card.popular .ha-location-matrix-wrapper {
            background: #fff0f0;
            border-color: #fca5a5;
            border-style: solid;
        }

        .j-new-host-asia-vps-pricing-section .ha-location-header {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            color: #64748b;
            letter-spacing: 1px;
            text-align: center;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        .j-new-host-asia-vps-pricing-section .ha-location-header i { color: #c50808; }

        .j-new-host-asia-vps-pricing-section .ha-location-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 8px;
        }

        .j-new-host-asia-vps-pricing-section .ha-loc-pill {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 4px;
            transition: all 0.2s ease;
            cursor: default;
        }

        .j-new-host-asia-vps-pricing-section .ha-loc-pill:hover {
            border-color: #c50808;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(197, 8, 8, 0.1);
        }

        .j-new-host-asia-vps-pricing-section .ha-loc-flag {
            font-size: 32px;
            width: 34px;
            height: auto;
            line-height: 1;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }

        .j-new-host-asia-vps-pricing-section .ha-loc-flag img{
            width: 100%;
            height: auto;
            object-fit: contain;
        }

.j-new-host-asia-vps-pricing-section .ha-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    flex-grow: 1;
}

.j-new-host-asia-vps-pricing-section .ha-specs li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    color: #0f172a;
    border-bottom: 1px solid #f1f5f9;
}

.j-new-host-asia-vps-pricing-section .ha-specs li:last-child {
    border-bottom: none;
}

.j-new-host-asia-vps-pricing-section .ha-specs li i {
    width: 20px;
    text-align: center;
    color: #64748b;
    font-size: 16px;
    transition: color 0.3s;
}

.j-new-host-asia-vps-pricing-section .ha-card:hover .ha-specs li i {
    color: #c50808;
}

.j-new-host-asia-vps-pricing-section .ha-specs li strong {
    font-weight: 700;
    color: #000000;
}

.j-new-host-asia-vps-pricing-section .ha-btn {
    width: 100%;
    padding: 16px 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.j-new-host-asia-vps-pricing-section .ha-btn-standard {
    background: transparent;
    border-color: #0f172a;
    color: #0f172a;
}

.j-new-host-asia-vps-pricing-section .ha-btn-standard:hover {
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.j-new-host-asia-vps-pricing-section .ha-btn-popular {
    background: #c50808;
    border-color: #c50808;
    color: #ffffff;
}

.j-new-host-asia-vps-pricing-section .ha-btn-popular:hover {
    background: #000000;
    border-color: #000000;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.j-new-host-asia-vps-pricing-section .ha-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 16px 0;
}

.j-new-host-asia-vps-pricing-section .ha-copy-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.j-new-host-asia-vps-pricing-section .ha-copy-btn:hover {
    color: #c50808;
    background: rgba(197, 8, 8, 0.08);
}

.j-new-host-asia-vps-pricing-section .ha-copy-btn.copied {
    color: #10b981; 
    background: rgba(16, 185, 129, 0.1);
}

/* --- STATIC PREMIUM INFO SECTION STYLES --- */
.j-new-host-asia-vps-pricing-section .ha-premium-info-block {
    background: linear-gradient(145deg, #0b1120 0%, #0f172a 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
    margin: 0 auto;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255,255,255,0.05);
}

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

.j-new-host-asia-vps-pricing-section .ha-premium-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(197, 8, 8, 0.15); color: #ff4b4b;
    font-size: 13px; font-weight: 800; padding: 8px 24px;
    border-radius: 30px; text-transform: uppercase; letter-spacing: 1.5px;
    border: 1px solid rgba(197, 8, 8, 0.3); margin-bottom: 20px;
}

.j-new-host-asia-vps-pricing-section .ha-premium-header-centered h2 {
    font-size: 32px; font-weight: 800; color: #fff; margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}
.j-new-host-asia-vps-pricing-section .ha-premium-header-centered p {
    font-size: 16px; color: #94a3b8; margin: 0;
}

.j-new-host-asia-vps-pricing-section .ha-premium-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

.j-new-host-asia-vps-pricing-section .ha-premium-col {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 20px; padding: 30px;
    position: relative;
}

.j-new-host-asia-vps-pricing-section .ha-lang-badge {
    position: absolute; top: -12px; right: 30px;
    background: #1e293b; color: #cbd5e1;
    font-size: 11px; font-weight: 700; padding: 4px 12px;
    border-radius: 20px; border: 1px solid rgba(255,255,255,0.1);
    text-transform: uppercase; letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.j-new-host-asia-vps-pricing-section .ha-premium-col h3 {
    font-size: 20px; color: #ffffff; font-weight: 800;
    margin: 0 0 16px 0; line-height: 1.35;
}

.j-new-host-asia-vps-pricing-section .ha-text-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #94a3b8 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    display: block; margin-top: 5px; font-size: 18px;
}

.j-new-host-asia-vps-pricing-section .ha-premium-lead {
    font-size: 16px; line-height: 1.7; color: #cbd5e1;
    margin: 0 0 24px 0;
}

.j-new-host-asia-vps-pricing-section .ha-comparison-stack { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }

.j-new-host-asia-vps-pricing-section .ha-comp-item {
    display: flex; gap: 14px; padding: 16px; border-radius: 12px;
    border: 1px solid transparent; align-items: flex-start;
}

.j-new-host-asia-vps-pricing-section .ha-comp-item.bad {
    background: linear-gradient(145deg, rgba(197, 8, 8, 0.1) 0%, rgba(197, 8, 8, 0.02) 100%);
    border-color: rgba(197, 8, 8, 0.2);
}

.j-new-host-asia-vps-pricing-section .ha-comp-item.good {
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.02) 100%);
    border-color: rgba(16, 185, 129, 0.2);
}

.j-new-host-asia-vps-pricing-section .ha-comp-icon {
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    font-size: 12px;
}

.j-new-host-asia-vps-pricing-section .ha-comp-item.bad .ha-comp-icon { background: #c50808; color: #fff; box-shadow: 0 0 10px rgba(197,8,8,0.4); }
.j-new-host-asia-vps-pricing-section .ha-comp-item.good .ha-comp-icon { background: #10b981; color: #fff; box-shadow: 0 0 10px rgba(16,185,129,0.4); }

.j-new-host-asia-vps-pricing-section .ha-comp-text { font-size: 16px; color: #94a3b8; line-height: 1.6; margin: 0; }
.j-new-host-asia-vps-pricing-section .ha-comp-text strong { display: block; color: #fff; font-size: 15px; margin-bottom: 4px; }
.j-new-host-asia-vps-pricing-section .ha-comp-item.bad .ha-comp-text strong { color: #ff4b4b; }
.j-new-host-asia-vps-pricing-section .ha-comp-item.good .ha-comp-text strong { color: #10b981; }
.j-new-host-asia-vps-pricing-section .ha-comp-item.good .ha-comp-text em { color: #fff; font-style: normal; font-weight: 700;}

.j-new-host-asia-vps-pricing-section .ha-premium-quote-new {
    display: flex; gap: 12px; padding-top: 20px; border-top: 1px dashed rgba(255,255,255,0.1);
}
.ha-premium-quote-new i { color: #10b981; font-size: 18px; margin-top: 2px; }
.ha-premium-quote-new p { margin: 0; font-size: 16px; color: #e2e8f0; line-height: 1.6; font-style: italic; }
.ha-premium-quote-new p strong { color: #10b981; }

@media (max-width: 1000px) {
    .j-new-host-asia-vps-pricing-section .ha-premium-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .j-new-host-asia-vps-pricing-section .ha-grid { grid-template-columns: repeat(2, 1fr); }
    .j-new-host-asia-vps-pricing-section .ha-marketing-heading .si-text { font-size: 26px; }
    .j-new-host-asia-vps-pricing-section .ha-marketing-heading .en-text { font-size: 18px; }
}
@media (max-width: 640px) {
    .j-new-host-asia-vps-pricing-section .ha-premium-info-block { padding: 30px 20px; }
    .j-new-host-asia-vps-pricing-section .ha-grid { grid-template-columns: 1fr; }
    .j-new-host-asia-vps-pricing-section .ha-marketing-heading .si-text { font-size: 22px; }
    .j-new-host-asia-vps-pricing-section .ha-marketing-heading .en-text { font-size: 16px; }
}

    /* pricing plan */
    /* j-new-host-asia-new-banner-wrapper */
    .j-new-host-asia-new-banner-wrapper .j-new-host-asia-new-banner-description {
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .j-new-host-asia-new-banner-wrapper .j-new-host-asia-new-banner-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .j-new-host-asia-new-banner-wrapper .j-new-host-asia-new-banner-heading {
        margin-bottom: 1rem;
    }
    /* j-new-host-asia-new-banner-wrapper */

    