.j-new-span {
        color: #c50808 !important;
    }

    .j-new-99-dark-section {
        background: #0a0a2d;
    }

    .j-new-99-hero-section-bg-pattern {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(rgba(255, 255, 255, 0.1) 0.5px, transparent 0.5px);
        background-size: 24px 24px;
        opacity: 0.5;
        z-index: 1;
    }

    .j-new-99-hero-section-container {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
        position: relative;
        z-index: 2;
        padding-top: 150px;
        padding-bottom: 20px;
        /* padding-inline: 20px; */
    }
    @media (max-width: 1499px) {
        .j-new-99-hero-section-container {
            padding-top: 180px;
        }
    }

    /* @media (min-width: 787px) {
        .j-new-99-hero-section-container {
            padding-inline: 30px;
        }
    } */

    .j-new-99-hero-section-content {
        flex: 1;
        width: 60%;
        padding-inline: 25px;
    }

    .j-new-99-hero-section-breadcrumb {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .j-new-99-hero-section-breadcrumb a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: color 0.3s ease;
    }

    .j-new-99-hero-section-breadcrumb a:hover {
        color: #c50808;
    }

    .j-new-99-hero-section-breadcrumb .separator {
        color: white;
        font-size: 0.8rem;
    }

    .j-new-99-hero-section-breadcrumb .current {
        color: #c50808;
        font-weight: 600;
        font-size: 16px;
    }

    .j-new-99-hero-section-title {
        font-size: 35px;
        font-weight: 700;
        line-height: 1.15;
        margin: 0 0 24px 0;
        color: white;
        text-transform: none !important;
    }

    .j-new-99-hero-section-title span {
        color: #c50808;
    }

    .j-new-99-hero-section-desc {
        font-size: 1.125rem;
        line-height: 1.7;
        margin: 0 0 20px 0;
        opacity: 0.9;
        color: white
    }

    .j-new-99-hero-section-features {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 20px;
    }

    .j-new-99-hero-section-feature-item {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #1f2937;
        border: 1px solid rgba(255, 255, 255, 0.05);
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 0.95rem;
        font-weight: 600;
        color: #f3f4f6;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease, border-color 0.3s ease;
    }

    .j-new-99-hero-section-feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #c50808;
        color: #ffffff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 12px;
    }

    .j-new-99-hero-section-actions {
        display: flex;
        gap: 20px;
    }

    .j-new-99-hero-section-btn-primary {
        background-color: #c50808;
        color: #ffffff;
        padding: 10px 16px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(173, 25, 25, 0.3);
        border: 2px solid #c50808;
    }

    .j-new-99-hero-section-btn-primary:hover {
        background-color: #8a1414;
        border-color: #8a1414;
        box-shadow: 0 6px 20px rgba(173, 25, 25, 0.4);
        color: #ffffff;
    }

    .j-new-99-hero-section-btn-secondary {
        background-color: transparent;
        color: #ffffff;
        padding: 10px 16px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        border: 2px solid #ffffff;
        transition: all 0.3s ease;
    }

    .j-new-99-hero-section-btn-secondary:hover {
        background-color: #ffffff;
        color: #111827;
    }

    .j-new-99-hero-section-visual {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    @media (max-width: 1024px) {
        .j-new-99-hero-section-visual {
            display: none;
        }
    }

    .j-new-99-hero-section-graphic {
        position: relative;
        width: 100%;
        max-width: 650px;
        height: 450px;
    }

    .j-new-99-hero-section-server-box {
        background: #1f2937;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 20px 40px rgba(31, 41, 55, 0.2);
        position: absolute;
        width: 80%;
        right: 0;
        top: 50px;
        z-index: 2;
    }

    .j-new-99-hero-section-server-line {
        height: 12px;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 16px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        gap: 8px;
    }

    .j-new-99-hero-section-led {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #c50808;
        box-shadow: 0 0 8px #c50808;
        animation: blink 2s infinite;
    }

    .j-new-99-hero-section-led:nth-child(2) {
        animation-delay: 0.5s;
        background: #22c55e;
        box-shadow: 0 0 8px #22c55e;
    }

    .j-new-99-hero-section-led:nth-child(3) {
        animation-delay: 1s;
        background: #3b82f6;
        box-shadow: 0 0 8px #3b82f6;
    }

    .j-new-99-hero-section-accent-shape {
        position: absolute;
        width: 150px;
        height: 150px;
        background: #c50808;
        border-radius: 30px;
        transform: rotate(45deg);
        z-index: 1;
        left: 20px;
        top: 15px;
        opacity: 0.3;
    }

    .j-new-99-hero-section-accent-shape-2 {
        position: absolute;
        width: 200px;
        height: 200px;
        border: 4px solid #c50808;
        border-radius: 50%;
        z-index: 1;
        right: -20px;
        bottom: 15px;
        opacity: 0.15;
    }

    .j-new-99-hero-section-server-image {
        width: 100%;
        height: auto;
        border-radius: 16px;

        position: relative;
        z-index: 2;
        animation: floatImage 6s ease-in-out infinite;
        border: 1px solid #afafaf;
    }



    @keyframes blink {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: 0.4;
        }
    }

    @media (max-width: 992px) {
        .j-new-99-hero-section-container {
            flex-direction: column;
            text-align: center;
        }

        .j-new-99-hero-section-content {
            width: 100%;
        }

        .j-new-99-hero-section-breadcrumb {
            justify-content: center;
        }

        .j-new-99-hero-section-title {
            font-size: 2.8rem;
        }

        .j-new-99-hero-section-features {
            justify-content: center;
        }

        .j-new-99-hero-section-actions {
            justify-content: center;
        }

        .j-new-99-hero-section-visual {
            width: 100%;
            margin-top: 40px;
        }

        .j-new-99-hero-section-server-box {
            position: relative;
            width: 100%;
            right: auto;
            top: auto;
        }
    }

    @media (max-width: 576px) {
        .j-new-99-hero-section-title {
            font-size: 2.2rem;
        }

        .j-new-99-hero-section-actions {
            flex-direction: column;
        }

        .j-new-99-hero-section-btn-primary,
        .j-new-99-hero-section-btn-secondary {
            width: 100%;
            text-align: center;
            box-sizing: border-box;
        }
    }

    /* ----------Tools----------------------- */
    .j-new-student-web-hosting-tools-wrapper {
        font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
        background-color: #f8fafc;
        padding: 20px;
        border-bottom: 1px solid #e2e8f0;
    }

    .j-new-student-web-hosting-tools-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-student-web-hosting-tools-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-student-web-hosting-tools-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 60px;
    }

    .j-new-student-web-hosting-tool-img {
        height: 45px;
        width: auto;
        opacity: 0.7;
        filter: grayscale(100%) brightness(100%);
        transition: all 0.4s ease;
        cursor: pointer;
    }

    .j-new-student-web-hosting-tool-img:hover {
        opacity: 1;
        filter: grayscale(0%) brightness(100%);
    }

    @media (max-width: 768px) {
        .j-new-student-web-hosting-tools-wrapper {
            padding: 40px 20px;
        }

        .j-new-student-web-hosting-tools-grid {
            gap: 30px;
        }

        .j-new-student-web-hosting-tool-img {
            height: 35px;
        }
    }

    /* ---------use case------------------------- */
    .j-new-web-hosting-use-section {
        padding: 64px 20px;
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-web-hosting-use-header {
        text-align: center;
        max-width: 1000px;
        margin: 0 auto 48px auto;
    }

    .j-new-web-hosting-use-title {
        font-size: 35px;
        font-weight: 700;
        color: #000000;
        margin: 0 0 16px 0;
        letter-spacing: -0.5px;
    }

    .j-new-web-hosting-use-subtitle {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
    }

    .j-new-web-hosting-use-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    @media (max-width: 1024px) {
        .j-new-web-hosting-use-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 640px) {
        .j-new-web-hosting-use-grid {
            grid-template-columns: 1fr;
        }
    }

    .j-new-web-hosting-use-card {
        display: flex;
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        border: 1px solid #e5e7eb;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .j-new-web-hosting-use-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .j-new-web-hosting-use-img-wrapper {
        flex: 0 0 140px;
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
        overflow: hidden;
    }

    .j-new-web-hosting-use-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .j-new-web-hosting-use-card:hover .j-new-web-hosting-use-img {
        transform: scale(1.1) rotate(2deg);
    }

    .j-new-web-hosting-use-content {
        padding: 20px 16px 20px 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .j-new-web-hosting-use-card-title {
        font-size: 18px;
        font-weight: 600;
        color: #111827;
        margin: 0 0 8px 0;
    }

    .j-new-web-hosting-use-card-desc {
        font-size: 16px;
        margin: 0;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* ----------why------------- */
    .j-new-student-web-hsoting-why-wrapper {
        background-color: #f8fafc;
        padding: 50px 0;
    }

    @media (min-width: 787px) {
        .j-new-student-web-hsoting-why-wrapper {
            padding: 50px 30px;
        }
    }

    .j-new-student-web-hsoting-why-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-student-web-hsoting-why-container {
        max-width: 1700px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .j-new-student-web-hsoting-why-header {
        text-align: center;
        margin-bottom: 30px;
        padding-top: 25px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .j-new-student-web-hsoting-why-badge {
        display: inline-block;
        background: rgba(37, 99, 235, 0.1);
        color: #c50808;
        font-weight: 700;
        font-size: 0.875rem;
        padding: 6px 16px;
        border-radius: 50px;
        margin-bottom: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .j-new-student-web-hsoting-why-header h2 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .j-new-student-web-hsoting-why-header p {
        font-size: 16px;
    }

    .j-new-student-web-hsoting-why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .j-new-student-web-hsoting-why-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 32px 28px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        border: 1px solid #e2e8f0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
    }

    .j-new-student-web-hsoting-why-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .j-new-student-web-hsoting-why-card:hover::before {
        opacity: 1;
    }

    .j-new-student-web-hsoting-why-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        font-size: 24px;
    }

    .j-new-student-web-hsoting-why-icon svg {
        width: 28px;
        height: 28px;
    }

    .j-new-student-web-hsoting-why-icon.icon-1,
    .j-new-student-web-hsoting-why-icon.icon-2,
    .j-new-student-web-hsoting-why-icon.icon-3,
    .j-new-student-web-hsoting-why-icon.icon-4,
    .j-new-student-web-hsoting-why-icon.icon-5,
    .j-new-student-web-hsoting-why-icon.icon-6,
    .j-new-student-web-hsoting-why-icon.icon-7,
    .j-new-student-web-hsoting-why-icon.icon-8,
    .j-new-student-web-hsoting-why-icon.icon-9 {
        background: rgba(197, 8, 8, 0.1);
        color: #c50808;
    }

    .j-new-student-web-hsoting-why-card h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 12px;
    }

    .j-new-student-web-hsoting-why-feature-tag {
        display: inline-flex;
        align-items: center;
        background: #f4fff9;
        color: #089d00;
        font-size: 0.8125rem;
        font-weight: 600;
        padding: 6px 12px;
        border-radius: 6px;
        margin-bottom: 16px;
        border: 1px solid #e2e8f0;
    }

    .j-new-student-web-hsoting-why-feature-tag svg {
        width: 14px;
        height: 14px;
        margin-right: 6px;
        color: #64748b;
    }

    .j-new-student-web-hsoting-why-benefit {
        font-size: 16px;
        line-height: 1.6;
    }

    .j-new-student-web-hsoting-why-benefit strong {
        color: #0f172a;
        font-weight: 600;
    }

    @media (max-width: 1024px) {
        .j-new-student-web-hsoting-why-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .j-new-student-web-hsoting-why-header h2 {
            font-size: 35px;
        }
    }

    @media (max-width: 768px) {
        .j-new-student-web-hsoting-why-wrapper {
            padding: 60px 20px;
        }

        .j-new-student-web-hsoting-why-grid {
            grid-template-columns: 1fr;
        }

        .j-new-student-web-hsoting-why-header h2 {
            font-size: 30px;
        }
    }

    /* ----------------plan------------------- */
    .j-new-student-web-hosting-plan-wrapper {
        background-color: #f8fafc;
        padding: 50px 0;
        overflow: hidden;
    }

    @media (min-width: 787px) {
        .j-new-student-web-hosting-plan-wrapper {
            padding: 50px 30px;
        }
    }

    .j-new-student-web-hosting-plan-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-student-web-hosting-plan-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .j-new-student-web-hosting-plan-grid {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr 1.2fr;
        gap: 50px;
        align-items: center;
    }

    .j-new-student-web-hosting-plan-graphic-col {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    /* Updated background to a modern blob shape for the image */
    .j-new-student-web-hosting-plan-graphic-bg {
        position: absolute;
        width: 100%;
        max-width: 320px;
        height: 320px;
        background: rgba(197, 8, 8, 0.08);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        z-index: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* New Image styles */
    .j-new-student-web-hosting-plan-image {
        width: 100%;
        max-width: 280px;
        height: auto;
        aspect-ratio: 3/4;
        object-fit: cover;
        border-radius: 16px;
        position: relative;
        z-index: 1;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .j-new-student-web-hosting-plan-text-col h2 {
        font-size: 40px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 24px;
        color: #0f172a;
    }

    .j-new-student-web-hosting-plan-text-col p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .j-new-student-web-hosting-plan-card {
        background: #ffffff;
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
        border: 1px solid #e2e8f0;
        position: relative;
    }

    .j-new-student-web-hosting-plan-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: #c50808;
        border-radius: 24px 24px 0 0;
    }

    .j-new-student-web-hosting-plan-card-header h3 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 8px;
    }

    .j-new-student-web-hosting-plan-card-header p {
        font-size: 0.95rem;
        color: #64748b;
        margin-bottom: 24px;
    }

    .j-new-student-web-hosting-plan-price {
        display: flex;
        align-items: baseline;
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #e2e8f0;
    }

    .j-new-student-web-hosting-plan-price .currency {
        font-size: 1.25rem;
        font-weight: 700;
        color: #0f172a;
        margin-right: 4px;
    }

    .j-new-student-web-hosting-plan-price .amount {
        font-size: 3.5rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1;
    }

    .j-new-student-web-hosting-plan-price .period {
        font-size: 1rem;
        color: #64748b;
        margin-left: 8px;
        font-weight: 500;
    }

    .j-new-student-web-hosting-plan-features {
        list-style: none;
        margin-bottom: 36px;
    }

    .j-new-student-web-hosting-plan-features li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
        font-size: 1rem;
        color: #334155;
        font-weight: 500;
    }

    .j-new-student-web-hosting-plan-features li:last-child {
        margin-bottom: 0;
    }

    .j-new-student-web-hosting-plan-features i {
        font-size: 18px;
        color: #c50808;
        margin-right: 12px;
        flex-shrink: 0;
        margin-top: 4px;
    }

    .j-new-student-web-hosting-plan-btn {
        display: block;
        width: 100%;
        background: #c50808;
        color: #ffffff;
        text-align: center;
        padding: 16px 24px;
        border-radius: 12px;
        font-size: 1.125rem;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

    .j-new-student-web-hosting-plan-btn:hover {
        background: #a00606;
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(197, 8, 8, 0.3);
    }

    @media (max-width: 1024px) {
        .j-new-student-web-hosting-plan-grid {
            grid-template-columns: 1fr 1fr;
            gap: 40px;
        }

        .j-new-student-web-hosting-plan-graphic-col {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .j-new-student-web-hosting-plan-wrapper {
            padding: 60px 20px;
        }

        .j-new-student-web-hosting-plan-grid {
            grid-template-columns: 1fr;
        }

        .j-new-student-web-hosting-plan-text-col h2 {
            font-size: 30px;
        }

        .j-new-student-web-hosting-plan-text-col {
            text-align: center;
        }

        .j-new-student-web-hosting-plan-card {
            padding: 30px 20px;
        }
    }

    /* ---------------vs--------- */
    .j-new-student-web-hosting-table-wrapper {
        padding: 80px 20px;
    }

    .j-new-student-web-hosting-table-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-student-web-hosting-table-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-student-web-hosting-table-header {
        text-align: center;
        margin-bottom: 50px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .j-new-student-web-hosting-table-header h2 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .j-new-student-web-hosting-table-header p {
        font-size: 16px;
    }

    /* Table Design via CSS Grid for better responsiveness */
    .j-new-student-web-hosting-table-grid {
        display: grid;
        grid-template-columns: 20% 40% 40%;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        border: 1px solid #e2e8f0;
        overflow: hidden;
    }

    /* Header Row */
    .j-new-student-web-hosting-table-row-header {
        display: contents;
    }

    .j-new-student-web-hosting-table-cell-header {
        padding: 24px 20px;
        font-weight: 700;
        font-size: 1.125rem;
        color: #1e293b;
        text-align: left;
        background: #f1f5f9;
        border-bottom: 2px solid #e2e8f0;
        display: flex;
        align-items: center;
    }

    .j-new-student-web-hosting-table-cell-header i {
        margin-right: 10px;
        font-size: 1.25rem;
    }

    .j-new-student-web-hosting-table-cell-header.free-plan i {
        color: #64748b;
    }

    .j-new-student-web-hosting-table-cell-header.pro-plan {
        background: #fff1f1;
        /* Light red tint for highlight */
        color: #c50808;
        border-bottom: 2px solid #c50808;
        position: relative;
    }

    .j-new-student-web-hosting-table-cell-header.pro-plan i {
        color: #c50808;
    }

    /* Body Rows */
    .j-new-student-web-hosting-table-row {
        display: contents;
    }

    .j-new-student-web-hosting-table-cell {
        padding: 24px 20px;
        border-bottom: 1px solid #e2e8f0;
        font-size: 1rem;
        color: #475569;
        line-height: 1.6;
    }

    .j-new-student-web-hosting-table-row:last-child .j-new-student-web-hosting-table-cell {
        border-bottom: none;
    }

    /* Feature Title Column */
    .j-new-student-web-hosting-table-cell-feature {
        font-weight: 600;
        color: #0f172a;
        background: #f8fafc;
        border-right: 1px solid #e2e8f0;
    }

    /* Host Asia Highlight Column */
    .j-new-student-web-hosting-table-cell.pro-plan {
        background: #fffafb;
        position: relative;
        font-weight: 500;
        color: #0f172a;
    }

    .j-new-student-web-hosting-table-cell.pro-plan::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background: rgba(197, 8, 8, 0.1);
    }

    .j-new-student-web-hosting-table-cell.pro-plan::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background: rgba(197, 8, 8, 0.1);
    }

    /* Responsive Mobile Layout */
    @media (max-width: 992px) {
        .j-new-student-web-hosting-table-grid {
            grid-template-columns: 25% 37.5% 37.5%;
        }
    }

    @media (max-width: 768px) {
        .j-new-student-web-hosting-table-wrapper {
            padding: 60px 15px;
        }

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

        .j-new-student-web-hosting-table-grid {
            display: block;
            background: transparent;
            box-shadow: none;
            border: none;
        }

        .j-new-student-web-hosting-table-row-header {
            display: none;
            /* Hide desktop headers */
        }

        .j-new-student-web-hosting-table-row {
            display: flex;
            flex-direction: column;
            background: #ffffff;
            margin-bottom: 24px;
            border-radius: 12px;
            border: 1px solid #e2e8f0;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .j-new-student-web-hosting-table-cell {
            padding: 16px 20px;
            border-bottom: 1px solid #e2e8f0;
        }

        .j-new-student-web-hosting-table-cell-feature {
            background: #f1f5f9;
            font-size: 1.125rem;
            text-align: center;
            border-right: none;
            border-bottom: 2px solid #e2e8f0;
        }

        /* Adding Mobile Labels */
        .j-new-student-web-hosting-table-cell.free-plan::before {
            content: '❌ Typical Free Web Hosting';
            display: block;
            font-weight: 700;
            color: #64748b;
            margin-bottom: 8px;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .j-new-student-web-hosting-table-cell.pro-plan::before {
            content: '✅ Host Asia Student Plan';
            display: block;
            font-weight: 700;
            color: #c50808;
            margin-bottom: 8px;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            width: auto;
            height: auto;
            position: static;
            background: none;
        }

        .j-new-student-web-hosting-table-cell.pro-plan::after {
            display: none;
        }

        .j-new-student-web-hosting-table-cell.pro-plan {
            background: #fff1f1;
            border-bottom: none;
        }
    }

    /* -----------------step--------------------- */
    .j-new-student-web-hosting-step-wrapper {
        background-color: #f8fafc;
        padding: 50px 0;
        line-height: 1.6;
        overflow: hidden;
    }

    @media (min-width: 787px) {
        .j-new-student-web-hosting-step-wrapper {
            padding: 50px 30px;
        }
    }

    .j-new-student-web-hosting-step-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-student-web-hosting-step-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-student-web-hosting-step-header {
        text-align: center;
        margin-bottom: 30px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .j-new-student-web-hosting-step-header h2 {
        font-size: 35px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .j-new-student-web-hosting-step-header p {
        font-size: 16px;
    }

    /* 3-Column Grid */
    .j-new-student-web-hosting-step-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        position: relative;
    }

    .j-new-student-web-hosting-step-card {
        text-align: center;
        position: relative;
        padding: 0 20px;
    }

    /* Connecting Dashed Line for Desktop */
    .j-new-student-web-hosting-step-card:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50px;
        /* Aligns with the center of the icon */
        right: -50%;
        width: 100%;
        border-top: 2px dashed #cbd5e1;
        z-index: 0;
    }

    /* Large Icon Styling */
    .j-new-student-web-hosting-step-icon {
        width: 100px;
        height: 100px;
        background: #fffafb;
        border: 2px solid rgba(197, 8, 8, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 32px;
        position: relative;
        z-index: 1;
        font-size: 2.5rem;
        color: #c50808;
        box-shadow: 0 10px 25px -5px rgba(197, 8, 8, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .j-new-student-web-hosting-step-card:hover .j-new-student-web-hosting-step-icon {
        transform: translateY(-5px);
        box-shadow: 0 20px 25px -5px rgba(197, 8, 8, 0.15);
    }

    /* Step Number Badge */
    .j-new-student-web-hosting-step-number {
        position: absolute;
        top: -4px;
        right: -4px;
        width: 32px;
        height: 32px;
        background: #c50808;
        color: #ffffff;
        border-radius: 50%;
        font-size: 1rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid #ffffff;
    }

    .j-new-student-web-hosting-step-card h3 {
        font-size: 1.35rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 16px;
    }

    .j-new-student-web-hosting-step-card p {
        font-size: 16px;
        line-height: 1.7;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .j-new-student-web-hosting-step-card:not(:last-child)::after {
            right: -30%;
            width: 60%;
        }
    }

    @media (max-width: 768px) {
        .j-new-student-web-hosting-step-wrapper {
            padding: 70px 20px;
        }

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

        .j-new-student-web-hosting-step-grid {
            grid-template-columns: 1fr;
            gap: 50px;
        }

        .j-new-student-web-hosting-step-card:not(:last-child)::after {
            top: 100px;
            right: 50%;
            transform: translateX(50%);
            width: 0;
            height: 50px;
            border-top: none;
            border-left: 2px dashed #cbd5e1;
        }
    }

    /* --------------real use case------- */
    .j-new-student-web-hosting-real-use-case-wrapper {
        padding: 50px 0;
        overflow: hidden;
    }

    @media (min-width: 787px) {
        .j-new-student-web-hosting-real-use-case-wrapper {
            padding: 50px 30px;
        }
    }

    .j-new-student-web-hosting-real-use-case-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-student-web-hosting-real-use-case-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-student-web-hosting-real-use-case-header {
        text-align: center;
        margin-bottom: 80px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .j-new-student-web-hosting-real-use-case-header h2 {
        font-size: 35px;
        font-weight: 800;
        position: relative;
        display: inline-block;
    }

    .j-new-student-web-hosting-real-use-case-header h2::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: #c50808;
        border-radius: 2px;
    }

    /* Alternating Row Layout */
    .j-new-student-web-hosting-real-use-case-row {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-bottom: 100px;
    }

    .j-new-student-web-hosting-real-use-case-row:last-child {
        margin-bottom: 0;
    }

    /* Reverse every even row */
    .j-new-student-web-hosting-real-use-case-row:nth-child(even) {
        flex-direction: row-reverse;
    }

    .j-new-student-web-hosting-real-use-case-content {
        flex: 1;
    }

    .j-new-student-web-hosting-real-use-case-image-col {
        flex: 1;
        position: relative;
    }

    /* Decorative background behind images */
    .j-new-student-web-hosting-real-use-case-image-col::before {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: 20px;
        background: rgba(197, 8, 8, 0.05);
        border-radius: 24px;
        z-index: 0;
    }

    .j-new-student-web-hosting-real-use-case-row:nth-child(even) .j-new-student-web-hosting-real-use-case-image-col::before {
        left: 20px;
        right: -20px;
    }

    .j-new-student-web-hosting-real-use-case-img {
        width: 60%;
        height: auto;
        aspect-ratio: 4/3;
        object-fit: cover;
        border-radius: 20px;
        position: relative;
        z-index: 1;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        transition: transform 0.4s ease;
    }


    /* Content Styling */
    .j-new-student-web-hosting-real-use-case-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: rgba(197, 8, 8, 0.1);
        color: #c50808;
        font-size: 1.5rem;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .j-new-student-web-hosting-real-use-case-title {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .j-new-student-web-hosting-real-use-case-desc {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .j-new-student-web-hosting-real-use-case-row {
            gap: 40px;
        }

        .j-new-student-web-hosting-real-use-case-title {
            font-size: 1.75rem;
        }
    }

    @media (max-width: 768px) {
        .j-new-student-web-hosting-real-use-case-wrapper {
            padding: 60px 20px;
        }

        .j-new-student-web-hosting-real-use-case-header h2 {
            font-size: 30px;
        }

        .j-new-student-web-hosting-real-use-case-row,
        .j-new-student-web-hosting-real-use-case-row:nth-child(even) {
            flex-direction: column;
            margin-bottom: 60px;
            gap: 30px;
        }

        .j-new-student-web-hosting-real-use-case-image-col::before {
            display: none;
        }

        .j-new-student-web-hosting-real-use-case-content {
            text-align: center;
        }

        .j-new-student-web-hosting-real-use-case-icon {
            margin-left: auto;
            margin-right: auto;
        }
    }

    /* --------security----------------- */
    .j-new-student-web-hosting-security-wrapper {
        background-color: #0f172a;
        padding: 50px 0;
        color: #ffffff;
        line-height: 1.6;
        overflow: hidden;
    }

    @media (min-width: 787px) {
        .j-new-student-web-hosting-security-wrapper {
            padding: 50px 30px;
        }
    }

    .j-new-student-web-hosting-security-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-student-web-hosting-security-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-student-web-hosting-security-header {
        text-align: center;
        margin-bottom: 30px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .j-new-student-web-hosting-security-header h2 {
        font-size: 35px;
        font-weight: 800;
        color: #ffffff;
        /* White text */
        margin-bottom: 15px;
    }

    .j-new-student-web-hosting-security-header p {
        font-size: 16px;
    }

    .j-new-student-web-hosting-security-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .j-new-student-web-hosting-security-card {
        background: #1e293b;
        border-radius: 20px;
        padding: 40px 30px;
        border: 1px solid #334155;
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }

    .j-new-student-web-hosting-security-card:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
        border-color: rgba(197, 8, 8, 0.5);
        background: #27354f;
    }


    .j-new-student-web-hosting-security-card:hover::before {
        opacity: 1;
    }

    .j-new-student-web-hosting-security-icon {
        width: 60px;
        height: 60px;
            background: rgb(247 195 195 / 15%);
    color: #ffffff;
        /* Keeping your red color */
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 24px;
    }

    .j-new-student-web-hosting-security-card h3 {
        font-size: 1.35rem;
        font-weight: 700;
        color: #f8fafc;
        /* White/Light card title */
        margin-bottom: 16px;
        line-height: 1.4;
    }

    .j-new-student-web-hosting-security-card p {
        font-size: 1rem;
        color: #cbd5e1;
        /* Light gray card text */
        line-height: 1.7;
        margin-bottom: 30px;
        flex-grow: 1;
    }

    .j-new-student-web-hosting-security-highlight {
        padding-top: 20px;
        border-top: 1px solid #334155;
        /* Dark divider line */
        display: flex;
        align-items: center;
        font-weight: 700;
        color: #f8fafc;
        /* White/Light highlight text */
        font-size: 0.95rem;
    }

    .j-new-student-web-hosting-security-highlight i {
        color: #c50808;
        font-size: 1.25rem;
        margin-right: 12px;
    }

    @media (max-width: 1024px) {
        .j-new-student-web-hosting-security-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .j-new-student-web-hosting-security-header h2 {
            font-size: 35px;
        }
    }

    @media (max-width: 768px) {
        .j-new-student-web-hosting-security-wrapper {
            padding: 70px 20px;
        }

        .j-new-student-web-hosting-security-grid {
            grid-template-columns: 1fr;
        }

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

    /* -----------cta------ */
    .j-new-setudent-web-hosting-cta-wrapper {
        padding: 50px 0;
    }

    @media (min-width: 787px) {
        .j-new-setudent-web-hosting-cta-wrapper {
            padding: 50px 30px;
        }
    }

    .j-new-setudent-web-hosting-cta-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .j-new-setudent-web-hosting-cta-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-setudent-web-hosting-cta-box {
        background: #0f172a;
        border-radius: 24px;
        padding: 20px 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        position: relative;
        overflow: hidden;
    }

    .j-new-setudent-web-hosting-cta-box::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.15) 0%, rgba(15, 23, 42, 0) 70%);
        border-radius: 50%;
        transform: translate(30%, -30%);
        pointer-events: none;
    }

    .j-new-setudent-web-hosting-cta-content {
        flex: 1.2;
        position: relative;
        z-index: 1;
    }

    .j-new-setudent-web-hosting-cta-content h2 {
        font-size: 40px;
        font-weight: 800;
        color: #ffffff;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .j-new-setudent-web-hosting-cta-content p {
        font-size: 1.125rem;
        color: #cbd5e1;
        line-height: 1.8;
        margin-bottom: 30px;
        max-width: 550px;
    }

    .j-new-setudent-web-hosting-cta-image-col {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .j-new-setudent-web-hosting-cta-image {
        width: 100%;
        max-width: 450px;
        height: auto;
        filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.6));
    }



    .j-new-setudent-web-hosting-cta-bullets {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 40px;
        max-width: 600px;
    }

    .j-new-setudent-web-hosting-cta-bullets li {
        display: flex;
        align-items: center;
        font-size: 1rem;
        font-weight: 500;
        color: #f8fafc;
    }

    .j-new-setudent-web-hosting-cta-bullets i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: rgba(197, 8, 8, 0.15);
        color: #c50808;
        border-radius: 50%;
        font-size: 12px;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .j-new-setudent-web-hosting-cta-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 24px;
    }

    .j-new-setudent-web-hosting-cta-btn-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #c50808;
        color: #ffffff;
        padding: 16px 32px;
        border-radius: 12px;
        font-size: 1.125rem;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid #c50808;
    }

    .j-new-setudent-web-hosting-cta-btn-primary:hover {
        background: #a00606;
        border-color: #a00606;
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(197, 8, 8, 0.3);
    }

    .j-new-setudent-web-hosting-cta-btn-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        color: #ffffff;
        padding: 16px 32px;
        border-radius: 12px;
        font-size: 1.125rem;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid #334155;
    }

    .j-new-setudent-web-hosting-cta-btn-secondary:hover {
        background: rgba(255, 255, 255, 0.05);
        border-color: #475569;
    }

    .j-new-setudent-web-hosting-cta-trust {
        font-size: 0.9rem;
        color: #10b981;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        text-shadow: 0 0 8px rgb(16 185 129 / 8%), 0 0 16px rgba(16, 185, 129, 0.4);
        font-weight: 600;
    }

    .j-new-setudent-web-hosting-cta-trust i {
        color: #10b981;
        font-size: 6px;
        text-shadow: 0 0 8px rgba(16, 185, 129, 0.8);
    }

    @media (max-width: 1024px) {
        .j-new-setudent-web-hosting-cta-box {
            flex-direction: column;
            padding: 50px 40px;
            gap: 40px;
        }

        .j-new-setudent-web-hosting-cta-content h2 {
            font-size: 2.25rem;
        }
    }

    @media (max-width: 768px) {
        .j-new-setudent-web-hosting-cta-wrapper {
            padding: 60px 20px;
        }

        .j-new-setudent-web-hosting-cta-box {
            padding: 40px 24px;
        }

        .j-new-setudent-web-hosting-cta-content h2 {
            font-size: 2rem;
        }

        .j-new-setudent-web-hosting-cta-buttons {
            flex-direction: column;
        }

        .j-new-setudent-web-hosting-cta-btn-primary,
        .j-new-setudent-web-hosting-cta-btn-secondary {
            width: 100%;
        }

        .j-new-setudent-web-hosting-cta-bullets {
            grid-template-columns: 1fr;
        }

        .j-new-setudent-web-hosting-cta-trust {
            flex-direction: column;
            align-items: flex-start;
            gap: 4px;
        }

        .j-new-setudent-web-hosting-cta-trust i {
            display: none;
        }
    }

    /* -------------Apply------------------- */

    :root {
        --brand-red: #d91f26;
        --brand-dark: #11153d;
        --brand-blue: #1f3b8b;
        --bg: #f4f7fb;
        --card: #ffffff;
        --text: #1d2433;
        --muted: #667085;
        --border: #dfe5ef;
        --success-bg: #eafaf1;
        --success-text: #127a43;
        --shadow: 0 20px 45px rgba(17, 21, 61, 0.10);
        --radius: 18px;
    }

    .j-new-student-hosting-apply-page {
        min-height: 100vh;
        padding: 32px 16px 60px;
    }

    .j-new-student-hosting-apply-container {
        max-width: 1700px;
        margin: 0 auto;
    }

    .j-new-student-hosting-apply-hero {
        display: grid;
        grid-template-columns: 0.7fr 1.3fr;
        gap: 28px;
        align-items: stretch;
          padding-top: 80px;
    }

    .j-new-student-hosting-apply-brand-card,
    .j-new-student-hosting-apply-form-card {
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid rgba(223, 229, 239, 0.9);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        backdrop-filter: blur(12px);
    }

    .j-new-student-hosting-apply-brand-card {
        padding: 36px;
        position: relative;
        overflow: hidden;
    }

    .j-new-student-hosting-apply-brand-card::before {
        content: "";
        position: absolute;
        inset: auto -60px -60px auto;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle, rgba(217, 31, 38, 0.16), transparent 65%);
        border-radius: 50%;
    }

    .j-new-student-hosting-apply-logo-wrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 108px;
        height: 108px;
        border-radius: 22px;
        background: #fff;
        border: 1px solid var(--border);
        box-shadow: 0 10px 24px rgba(17, 21, 61, 0.07);
        margin-bottom: 22px;
    }

    .j-new-student-hosting-apply-logo-wrap img {
        width: 86px;
        height: auto;
        display: block;
    }

    .j-new-student-hosting-apply-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--brand-red);
        background: rgba(217, 31, 38, 0.08);
        border: 1px solid rgba(217, 31, 38, 0.18);
        padding: 8px 12px;
        border-radius: 999px;
        margin-bottom: 16px;
    }

    .j-new-student-hosting-apply-page h1 {
        margin: 0 0 14px;
        font-size: 35px;
        line-height: 1.08;
        color: var(--brand-dark);
        font-weight: 700;
    }

    .j-new-student-hosting-apply-brand-card p {
        margin: 0 0 18px;
        font-size: 16px;
        line-height: 1.7;
        max-width: 58ch;
    }

    .j-new-student-hosting-apply-highlight {
        color: var(--brand-red);
    }

    .j-new-student-hosting-apply-feature-list {
        margin: 26px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 12px;
    }

    .j-new-student-hosting-apply-feature-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 14px;
        background: #f8fbff;
        border: 1px solid #e5edf8;
        color: var(--brand-dark);
        font-weight: 600;
    }

    .j-new-student-hosting-apply-feature-list li span {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        border-radius: 50%;
        background: rgba(217, 31, 38, 0.12);
        color: var(--brand-red);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 700;
        margin-top: 1px;
    }

    .j-new-student-hosting-apply-form-card {
        padding: 30px;
    }

    .j-new-student-hosting-apply-form-card h2 {
        margin: 0 0 8px;
        font-weight: 700;
        font-size: 28px;
    }

    .j-new-student-hosting-apply-form-card .j-new-student-hosting-apply-subtext {
        margin: 0 0 22px;
        line-height: 1.6;
        font-size: 16px;
    }

    .j-new-student-hosting-apply-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .j-new-student-hosting-apply-field {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .j-new-student-hosting-apply-field.j-new-student-hosting-apply-full {
        grid-column: 1 / -1;
    }

    .j-new-student-hosting-apply-field label {
        font-size: 16px;
        font-weight: 600;
        color: var(--brand-dark);
    }

    .j-new-student-hosting-apply-req {
        color: var(--brand-red);
    }

    input,
    textarea,
    select {
        width: 100%;
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 14px 14px;
        font-size: 15px;
        color: var(--text);
        background: #fff;
        outline: none;
        transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    }

    input:focus,
    textarea:focus,
    select:focus {
        border-color: rgba(31, 59, 139, 0.55);
        box-shadow: 0 0 0 4px rgba(31, 59, 139, 0.10);
    }

    textarea {
        min-height: 130px;
        resize: vertical;
    }

    input[type="file"] {
        padding: 11px 12px;
        background: #fbfcfe;
    }

    .j-new-student-hosting-apply-help {
        font-size: 12px;
        color: var(--muted);
        margin-top: -2px;
    }

    .j-new-student-hosting-apply-actions {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 22px;
        flex-wrap: wrap;
    }

    .j-new-student-hosting-apply-btn {
        border: none;
        cursor: pointer;
        border-radius: 12px;
        padding: 14px 22px;
        font-size: 15px;
        font-weight: 700;
        transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
    }

    .j-new-student-hosting-apply-btn:hover {
        transform: translateY(-1px);
    }

    .j-new-student-hosting-apply-btn-primary {
        background: linear-gradient(135deg, var(--brand-red), #f13c42);
        color: #fff;
        box-shadow: 0 12px 24px rgba(217, 31, 38, 0.22);
    }

    .j-new-student-hosting-apply-btn-secondary {
        background: #edf3ff;
        color: var(--brand-blue);
        border: 1px solid #d7e4ff;
    }

    .j-new-student-hosting-apply-note {
        font-size: 14px;
        color: var(--muted);
        line-height: 1.6;
        margin-top: 10px;
    }

    .j-new-student-hosting-apply-success-box {
        display: none;
        margin-top: 18px;
        padding: 14px 16px;
        border-radius: 12px;
        background: var(--success-bg);
        color: var(--success-text);
        border: 1px solid #bfe7cf;
        font-weight: 700;
        line-height: 1.5;
    }

    .j-new-student-hosting-apply-success-box.j-new-student-hosting-apply-show {
        display: block;
        animation: fadeUp .25s ease;
    }

    .j-new-student-hosting-apply-footer-strip {
        margin-top: 26px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .j-new-student-hosting-apply-pill {
        font-size: 12px;
        font-weight: 700;
        color: var(--brand-dark);
        padding: 10px 12px;
        background: #f9fbff;
        border: 1px solid #e6edf8;
        border-radius: 999px;
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(6px);
        }

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

    @media (max-width: 960px) {
        .j-new-student-hosting-apply-hero {
            grid-template-columns: 1fr;
        }

        .j-new-student-hosting-apply-brand-card,
        .j-new-student-hosting-apply-form-card {
            padding: 24px;
        }
    }

    @media (max-width: 640px) {
        .j-new-student-hosting-apply-page {
            padding: 18px 12px 40px;
        }

        .j-new-student-hosting-apply-grid {
            grid-template-columns: 1fr;
        }

        h1 {
            font-size: 30px;
        }

        .j-new-student-hosting-apply-form-card h2 {
            font-size: 24px;
        }

        .j-new-student-hosting-apply-actions {
            flex-direction: column;
            align-items: stretch;
        }

        .j-new-student-hosting-apply-btn {
            width: 100%;
        }
    }


    /* ------Website Hosting------------ */
        .j-new-hostasia-website-plan-wrapper {
        background-color: white;
        padding: 60px 20px;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .j-new-hostasia-website-plan-wrapper * {
        box-sizing: border-box;
    }

    .j-new-hostasia-website-plan-container {
        max-width: 1200px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: center;
    }

    .j-new-hostasia-website-plan-left {
        flex: 1 1 500px;
    }

    .j-new-hostasia-website-plan-right {
        flex: 1 1 400px;
        display: flex;
        justify-content: center;
    }

    .j-new-hostasia-website-plan-badge {
        display: inline-block;
        background-color: #eff6ff;
        color: #1d4ed8;
        font-size: 14px;
        font-weight: 600;
        padding: 6px 16px;
        border-radius: 9999px;
        border: 1px solid #bfdbfe;
        margin-bottom: 20px;
    }

    .j-new-hostasia-website-plan-title {
        font-size: 40px;
        font-weight: 800;
        color: #111827;
        line-height: 1.2;
        margin: 0 0 24px 0;
    }

    .j-new-hostasia-website-plan-title span {
        color: #c50808;
    }

    .j-new-hostasia-website-plan-desc {
        font-size: 18px;
        color: #111827;
        line-height: 1.6;
        margin: 0 0 30px 0;
    }

    .j-new-hostasia-website-plan-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .j-new-hostasia-website-plan-tag {
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        padding: 8px 16px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 14px;
        color: #374151;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .j-new-hostasia-website-plan-tag svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: #22c55e;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .j-new-hostasia-website-plan-card {
        background-color: #ffffff;
        border: 2px solid #fedbdb;
        border-radius: 40px;
        padding: 40px;
        box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.1);
        width: 100%;
        max-width: 480px;
    }

    .j-new-hostasia-website-plan-card-badge {
        text-align: center;
        margin-bottom: 24px;
    }

    .j-new-hostasia-website-plan-card-badge span {
        background-color: #eff6ff;
        color: #1d4ed8;
        padding: 8px 20px;
        border-radius: 9999px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        border: 1px solid #dbeafe;
        display: inline-block;
    }

    .j-new-hostasia-website-plan-price-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 8px;
    }

    .j-new-hostasia-website-plan-currency {
        font-size: 30px;
        font-weight: 600;
        color: #6b7280;
    }

    .j-new-hostasia-website-plan-price {
        font-size: 72px;
        font-weight: 800;
        color: #111827;
        line-height: 1;
        letter-spacing: -2px;
    }

    .j-new-hostasia-website-plan-price-sub {
        text-align: center;
        color: #6b7280;
        font-size: 14px;
        font-weight: 500;
        background-color: #f9fafb;
        display: table;
        margin: 0 auto;
        padding: 4px 16px;
        border-radius: 9999px;
    }

    .j-new-hostasia-website-plan-divider {
        border: none;
        height: 1px;
        background: linear-gradient(90deg, transparent, #000000, transparent);
        margin: 20px 0;
    }

    .j-new-hostasia-website-plan-list {
        list-style: none;
        padding: 0;
        margin: 0 0 40px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .j-new-hostasia-website-plan-item {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
        color: #374151;
        font-weight: 500;
    }

    .j-new-hostasia-website-plan-item-highlight {
        background-color: #eff6ff;
        padding: 10px 12px;
        border-radius: 8px;
        border: 1px solid #dbeafe;
        font-weight: 700;
        color: #111827;
    }

    .j-new-hostasia-website-plan-icon-wrap {
        background-color: #dcfce7;
        padding: 6px;
        border-radius: 50%;
        display: flex;
    }

    .j-new-hostasia-website-plan-icon-wrap.j-new-hostasia-website-plan-blue {
        background-color: #bfdbfe;
    }

    .j-new-hostasia-website-plan-item svg {
        width: 16px;
        height: 16px;
        stroke: #16a34a;
        fill: none;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .j-new-hostasia-website-plan-item.j-new-hostasia-website-plan-item-highlight svg {
        stroke: #650000;
    }

    .j-new-hostasia-website-plan-btn {
        width: 100%;
        background-color: #c50808;
        color: #ffffff;
        border: none;
        padding: 16px 32px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        transition: background-color 0.3s;
        box-shadow: 0 10px 15px -3px rgba(235, 37, 139, 0.3);
    }

    .j-new-hostasia-website-plan-btn:hover {
        background-color: #1f1f1f;
    }

    .j-new-hostasia-website-plan-btn svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    @media (max-width: 768px) {
        .j-new-hostasia-website-plan-title {
            font-size: 36px;
        }

        .j-new-hostasia-website-plan-price {
            font-size: 56px;
        }

        .j-new-hostasia-website-plan-card {
            padding: 24px;
        }

        .j-new-hostasia-website-plan-wrapper {
            padding: 40px 16px;
        }
    }    