    .reveal-on-scroll {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .reveal-on-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-delay-1 {
        transition-delay: 0.1s;
    }

    .reveal-delay-2 {
        transition-delay: 0.2s;
    }

    .reveal-delay-3 {
        transition-delay: 0.3s;
    }

    /* j-new-singapore-data-center-combined-section */
    .j-new-singapore-data-center-combined-section {
        padding: 50px 20px;
        background-color: #ffffff;
    }

    .j-new-singapore-data-center-combined-section .sg-combined-container {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    @media (min-width: 1024px) {
        .j-new-singapore-data-center-combined-section .sg-combined-container {
            flex-direction: row;
            align-items: flex-start;
            gap: 80px;
        }
    }

    /* Left Side: Global Reach (Sticky) */
    .j-new-singapore-data-center-combined-section .sg-reach-col {
        flex: 1;
        position: sticky;
        top: 40px;
    }

    .j-new-singapore-data-center-combined-section .sg-reach-tag {
        color: #c50808;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1.5px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    .j-new-singapore-data-center-combined-section .sg-reach-tag::before {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #c50808;
    }

    .j-new-singapore-data-center-combined-section .sg-reach-title {
        font-size: 40px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 24px;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .j-new-singapore-data-center-combined-section .sg-reach-text {
        font-size: 16px;
        line-height: 1.8;
        color: #475569;
        margin-bottom: 20px;
    }

    .j-new-singapore-data-center-combined-section .sg-reach-text strong {
        color: #0f172a;
        font-weight: 700;
    }

    .j-new-singapore-data-center-combined-section .sg-reach-cta {
        margin-top: 30px;
        display: inline-flex;
        align-items: center;
        gap: 15px;
        background-color: #0f172a;
        color: #ffffff;
        padding: 16px 32px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 16px;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-shadow: 0 10px 20px -5px rgba(15, 23, 42, 0.2);
    }

    .j-new-singapore-data-center-combined-section .sg-reach-cta:hover {
        background-color: #c50808;
        transform: translateY(-3px);
    }

    .j-new-singapore-data-center-combined-section .sg-reach-cta i {
        font-size: 18px;
    }

    /* Right Side: Specifications Grid */
    .j-new-singapore-data-center-combined-section .sg-specs-col {
        flex: 1.2;
    }

    .j-new-singapore-data-center-combined-section .sg-specs-heading {
        font-size: 24px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e2e8f0;
    }

    .j-new-singapore-data-center-combined-section .sg-specs-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    @media (min-width: 768px) {
        .j-new-singapore-data-center-combined-section .sg-specs-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .j-new-singapore-data-center-combined-section .sg-spec-box {
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 30px 24px;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }

    .j-new-singapore-data-center-combined-section .sg-spec-box:hover {
        background-color: #ffffff;
        border-color: #c50808;
        box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.05);
        transform: translateY(-5px);
    }

    .j-new-singapore-data-center-combined-section .sg-spec-icon-wrap {
        width: 48px;
        height: 48px;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        color: #0f172a;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        margin-bottom: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    }

    .j-new-singapore-data-center-combined-section .sg-spec-box:hover .sg-spec-icon-wrap {
        background-color: #c50808;
        color: #ffffff;
        border-color: #c50808;
    }

    .j-new-singapore-data-center-combined-section .sg-spec-box-title {
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 12px;
    }

    .j-new-singapore-data-center-combined-section .sg-spec-box-text {
        font-size: 15px;
        color: #475569;
        line-height: 1.6;
    }

    .j-new-singapore-data-center-combined-section .sg-spec-box-text strong {
        color: #1e293b;
    }

    /* j-new-singapore-data-center-combined-section */

    /* j-new-singapore-data-center-bento-section */
    .j-new-singapore-data-center-bento-section {
        padding: 50px 20px;
        background-color: #f1f5f9;
        border-top: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-tag {
        color: #c50808;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 2px;
        display: inline-block;
        margin-bottom: 16px;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-maintitle {
        color: #0f172a;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 1.2;
        max-width: 1000px;
        margin: 0 auto;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    @media (min-width: 768px) {
        .j-new-singapore-data-center-bento-section .sg-bento-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .j-new-singapore-data-center-bento-section .sg-bento-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 40px 32px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02);
        transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
        display: flex;
        flex-direction: column;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px -5px rgba(15, 23, 42, 0.08);
        border-color: #c50808;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.span-2 {
        grid-column: span 1;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.span-3 {
        grid-column: span 1;
    }

    @media (min-width: 1024px) {
        .j-new-singapore-data-center-bento-section .sg-bento-card.span-2 {
            grid-column: span 2;
        }

        .j-new-singapore-data-center-bento-section .sg-bento-card.span-3 {
            grid-column: span 3;
            flex-direction: row;
            align-items: center;
            gap: 40px;
        }
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.card-dark {
        background-color: #0f172a;
        border-color: #0f172a;
        color: #ffffff;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.card-dark:hover {
        border-color: #c50808;
        box-shadow: 0 20px 40px -5px rgba(197, 8, 8, 0.2);
    }

    .j-new-singapore-data-center-bento-section .sg-bento-icon {
        width: 54px;
        height: 54px;
        background-color: rgba(197, 8, 8, 0.08);
        color: #c50808;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        flex-shrink: 0;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.card-dark .sg-bento-icon {
        background-color: #c50808;
        color: #ffffff;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-title-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid #f1f5f9;
        gap: 25px;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-title {
        font-size: 22px;
        font-weight: 800;
        color: #0f172a;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.card-dark .sg-bento-title {
        color: #ffffff;
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

    .j-new-singapore-data-center-bento-section .sg-bento-list {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        flex: 1;
    }

    @media (min-width: 768px) {

        .j-new-singapore-data-center-bento-section .sg-bento-card.span-2 .sg-bento-list,
        .j-new-singapore-data-center-bento-section .sg-bento-card.span-3 .sg-bento-list {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .j-new-singapore-data-center-bento-section .sg-bento-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 15px;
        line-height: 1.6;
        color: #475569;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.card-dark .sg-bento-list li {
        color: #cbd5e1;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-list li strong {
        color: #0f172a;
        font-weight: 700;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.card-dark .sg-bento-list li strong {
        color: #ffffff;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-bullet {
        color: #c50808;
        font-size: 12px;
        margin-top: 4px;
        background-color: rgba(197, 8, 8, 0.1);
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .j-new-singapore-data-center-bento-section .sg-bento-card.card-dark .sg-bento-bullet {
        background-color: rgba(197, 8, 8, 0.2);
    }

    /* Adjustments for span-3 layout */
    @media (min-width: 1024px) {
        .j-new-singapore-data-center-bento-section .sg-bento-card.span-3 .sg-bento-icon {
            margin-bottom: 0;
            width: 70px;
            height: 70px;
            font-size: 28px;
        }

        .j-new-singapore-data-center-bento-section .sg-bento-card.span-3 .sg-bento-content-wrap {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .j-new-singapore-data-center-bento-section .sg-bento-card.span-3 .sg-bento-title {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 16px;
        }
    }

    /* j-new-singapore-data-center-bento-section */

    /* j-new-chennai-data-center-cta-pro-section */
    .j-new-chennai-data-center-cta-pro-section {
        padding: 50px 20px;
        background-color: #f8fafc;
        display: flex;
        justify-content: center;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-container {
        width: 100%;
        max-width: 1200px;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-card {
        background-color: #0f172a;
        /* Brand Dark */
        border-radius: 24px;
        padding: 60px 40px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
        border: 1px solid rgba(255, 255, 255, 0.05);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 35px 60px -15px rgba(197, 8, 8, 0.2);
    }

    /* Ambient Glow Decor */
    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-glow {
        position: absolute;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(197, 8, 8, 0.15) 0%, transparent 60%);
        z-index: 0;
        pointer-events: none;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-content {
        position: relative;
        z-index: 10;
        max-width: 800px;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-title {
        font-size: 40px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 24px;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-text {
        font-size: 18px;
        color: #cbd5e1;
        line-height: 1.8;
        margin-bottom: 40px;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-actions {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    @media (min-width: 640px) {
        .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-actions {
            flex-direction: row;
        }
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
        font-weight: 700;
        padding: 16px 36px;
        border-radius: 50px;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        text-decoration: none;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.primary {
        background-color: #c50808;
        /* Brand Red */
        color: #ffffff;
        box-shadow: 0 8px 20px -6px rgba(197, 8, 8, 0.5);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.primary:hover {
        background-color: #e50a0a;
        transform: translateY(-3px);
        box-shadow: 0 12px 25px -6px rgba(197, 8, 8, 0.6);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.secondary {
        background-color: transparent;
        color: #ffffff;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.secondary:hover {
        border-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.05);
        transform: translateY(-3px);
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn i {
        transition: transform 0.3s ease;
    }

    .j-new-chennai-data-center-cta-pro-section .chn-cta-pro-btn.primary:hover i {
        transform: translateX(4px);
    }

    /* j-new-chennai-data-center-cta-pro-section */