
    .hero-section {
        background: linear-gradient(122deg, #EEF1F3 -19.85%, #EAF5F9 90.67%);
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 120px;
        padding-bottom: 258px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        position: relative;
    }

    .hero-container {
        width: 100%;

        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 2;
    }

    .hero-badge {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        padding: 0 30px;
        border-radius: 40px;
        border: 1.5px solid #171717;
        color: #171717;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 45px;
    }

    .hero-badge-svg {
        position: absolute;
        right: -28px;
        top: -26px;
    }

    .hero-title {
        font-size: 84px;
        font-weight: 700;
        color: #171717;
        margin: 0 0 24px 0;
        position: relative;
        line-height: 1.1;
        letter-spacing: 2px;
    }

    .hero-title-svg {
        position: absolute;
        left: -60px;
        bottom: -60px;
    }

    .hero-subtitle {
        font-size: 22px;
        color: #344054;
        margin: 0 0 70px 0;
        font-weight: 400;
        max-width: 800px;
        line-height: 1.6;
    }

    .hero-content-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 20px;
        padding: 0 100px;
    }

    .hero-quote-box {
        width: 320px;
        text-align: left;
        position: relative;
        z-index: 10;
        margin-top: 40px;
    }

    .hero-quote-icon {
        font-size: 32px;
        color: #171717;
        margin-bottom: 10px;
        display: block;
    }

    .hero-quote-text {
        font-size: 18px;
        color: #344054;
        font-weight: 500;
        line-height: 1.6;
        margin: 0;
    }

    .hero-stats-box {
        width: 250px;
        text-align: right;
        position: relative;
        z-index: 10;
        margin-top: 40px;
    }

    .hero-stars {
        color: #17E4E7;
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-end;
        gap: 4px;
    }

    .hero-years {
        font-size: 42px;
        font-weight: 700;
        color: #171717;
        line-height: 1;
        letter-spacing: -1px;
    }

    .hero-years-text {
        font-size: 20px;
        color: #344054;
        margin-top: 8px;
    }

    .hero-globe-wrapper {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 950px;
        top: -185px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }

    .hero-globe-img {
        width: 100%;
        height: auto;
        object-fit: contain;
        pointer-events: none;
    }

    .hero-btn {
        position: absolute;
        bottom: -30px;
        background: linear-gradient(90deg, #00AAF3 5.05%, #17E4E7 93.99%);
        color: #fff;
        padding: 16px 40px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 10px 30px rgba(13, 202, 240, 0.3);
        transition: transform 0.3s ease;
        z-index: 20;
    }

    /* ========== Service Cards Section ========== */
    .services-section {
        padding: 80px 0 120px;
        background: #fff;
        display: flex;
        justify-content: center;
        width: 100%;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    }

    .services-container {
        width: 100%;
        max-width: 1300px;
        display: flex;
        gap: 30px;
        padding: 0 20px;
    }

    .service-card {
        position: relative;
        flex: 1;
        aspect-ratio: 416 / 508;
        cursor: pointer;
    }

    .service-card-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .service-card-bg svg {
        width: 100%;
        height: 100%;
    }

    .service-card-content {
        position: relative;
        z-index: 2;

        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .service-card-content-top {
        padding: 36px;
        padding-bottom: 0;
    }

    .service-card-content-bottom {
        padding: 36px;
        padding-top: 0;
    }

    .service-card-content-line {
        width: 99%;
        height: 2px;
        margin: 0 auto;
        margin-top: 36px;
        margin-bottom: 36px;
        background: rgba(255, 255, 255, 0.90);
        box-shadow: 0 2px 10px 0 rgba(144, 190, 242, 0.10);
    }

    .service-card-title {
        color: #344054;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.54px;
    }

    .service-card-icon {
        width: 64px;
        height: 64px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #00E5FF;
        margin-bottom: 24px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    }

    .service-card-desc {
        color: #1B2552;

        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 46px;
        /* 164.286% */
    }

    .service-card-btn {
        position: absolute;

        right: 5px;
        bottom: 5px;
        width: 110px;
        height: 110px;
        background: #1A2234;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        transition: background 0.3s ease;
        color: #fff;
    }

    .service-card:hover .service-card-btn {
        background: #253147;
    }

    .service-card-btn svg {
        width: 36px;
        height: 36px;
    }

    /* ========== Partners Section ========== */
    .partners-section {
        width: 100%;
        background: #fff;
        padding: 60px 0 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .partners-container {
        width: 100%;

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 310px;
        flex-wrap: wrap;
    }

    .partner-logo {
        height: 100px;
        object-fit: contain;
    }

    /* ========== Data Center Section ========== */
    .datacenter-section {
        width: 100%;
        background: #fff;
        padding: 80px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    }

    .datacenter-container {
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .datacenter-title {
        color: #1D2939;

        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.72px;
    }

    .datacenter-desc {
        color: #1B2552;

        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.3px;
    }

    .datacenter-map {
        width: 100%;

        display: block;
        margin-bottom: -40px;
        /* Overlap with cards */
        z-index: 1;
    }

    .datacenter-cards-wrapper {
        display: flex;
        gap: 100px;
        justify-content: center;
        width: 100%;
        z-index: 2;
    }

    .datacenter-card {
        width: 100%;
        max-width: 320px;
        padding: 20px 24px;
        position: relative;
        background: white;
        box-shadow: -30px 30px 100px rgba(65, 125, 184, 0.16);
        border-radius: 20px;
        outline: 0.50px solid #EEF1F7;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
    }

    .datacenter-card-icon {
        position: absolute;
        right: -5px;
        top: -25px;
        width: 61px;
        height: 67px;
    }

    .datacenter-card-value {
        color: #1B2552;

        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
    }

    .datacenter-card-label {
        color: rgba(27, 37, 82, 0.50);

        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.3px;
    }

    /* ========== Final Section ========== */
    .final-section {
        width: 100%;
        background: #fff;
        padding: 80px 0 100px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .final-container {
        width: 100%;
        max-width: 1440px;
        padding-top: 116px;
        padding-bottom: 116px;
        background: linear-gradient(0deg, #fff 0%, #fff 100%);
        overflow: hidden;
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 96px;
    }

    .final-header {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .final-title {
        color: #1D2939;
        font-size: 48px;
        font-weight: 700;
        word-wrap: break-word;
        margin: 0;
    }

    .final-subtitle {
        color: #1D2939;
        font-size: 20px;
        font-weight: 400;
        word-wrap: break-word;
        margin: 0;
    }

    .final-grid {
        width: 100%;
        max-width: 1300px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 32px;
    }

    .final-card {
        height: 250px;
        padding-bottom: 50px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        background: linear-gradient(180deg, #EFF5FE 0%, #F1FCFF 100%);
        border-radius: 36px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        gap: 30px;
    }

    .final-card-content {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
    }

    .final-card-title {
        align-self: stretch;
        text-align: center;
        color: #344054;
        font-size: 26px;
        font-weight: 700;
        word-wrap: break-word;
        margin: 0;
    }

    .final-card-desc {
        align-self: stretch;
        opacity: 0.80;
        text-align: center;
        color: #344054;
        font-size: 16px;
        font-weight: 400;
        word-wrap: break-word;
        margin: 0;
    }

    .final-card-icon-wrapper {
        width: 80px;
        height: 80px;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
        position: absolute;
        background: white;
        box-shadow: 0px 0px 30px rgba(104, 186, 242, 0.20);
        border-radius: 21.43px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #03C8DC;
        font-size: 40px;
    }

    /* ========== Mobile Adaptation ========== */
    @media (max-width: 768px) {
        .hero-section {
            padding-top: 100px !important;
            padding-bottom: 60px !important;
        }
        .hero-container {
            width: 100% !important;
            max-width: 100% !important;
        }
        .hero-title {
            font-size: 32px !important;
            margin-bottom: 16px !important;
            padding: 0 15px !important;
        }
        .hero-title-svg {
            display: none !important;
        }
        .hero-subtitle {
            font-size: 16px !important;
            margin-bottom: 30px !important;
            padding: 0 15px !important;
        }
        .hero-badge {
            margin-bottom: 20px !important;
            font-size: 14px !important;
            height: 36px !important;
            padding: 0 20px !important;
        }
        .hero-badge-svg {
            display: none !important;
        }
        .hero-content-wrapper {
            padding: 0 10px !important;
            margin-top: 0 !important;
        }
        .hero-quote-box {
            width: 120px !important;
            margin-top: 10px !important;
        }
        .hero-quote-icon {
            font-size: 18px !important;
            margin-bottom: 5px !important;
        }
        .hero-quote-text {
            font-size: 12px !important;
        }
        .hero-stats-box {
            right: 10px !important;
            top: 10px !important;
            transform: scale(0.6) !important;
            transform-origin: top right !important;
        }
        .hero-globe-wrapper {
            width: 414px;
            top: -52px;
        }
        .hero-globe-img {
            width: 100% !important;
            height: auto !important;
        }
        .hero-btn {
            font-size: 14px !important;
            padding: 10px 20px !important;
            border-radius: 20px !important;
            bottom: -16px;
        }

        .datacenter-cards-wrapper {
            display: flex;
            gap: 10px;
            justify-content: center;
            width: 100%;
            z-index: 2;
            flex-direction: column;
            align-items: center;
        }

        .services-container,
        .partners-container,
        .datacenter-container,
        .final-container {
            flex-direction: column !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
            width: 100% !important;
        }

        .services-section,
        .partners-section,
        .datacenter-section,
        .final-section {
            padding-top: 50px !important;
            padding-bottom: 50px !important;
        }

        .service-card {
            width: 100% !important;
            max-width: 100% !important;
            margin-bottom: 20px !important;
        }

        .partners-logo-grid {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 15px !important;
        }

        .partners-title {
            font-size: 28px !important;
        }

        .datacenter-title {
            font-size: 28px !important;
        }

        .datacenter-map-wrapper {
            width: 100% !important;
            height: auto !important;
        }

        .datacenter-content {
            padding: 20px !important;
        }

        .datacenter-info-box {
            width: 100% !important;
            position: static !important;
            margin-top: 20px !important;
        }

        .final-title {
            font-size: 28px !important;
        }

        .final-subtitle {
            font-size: 16px !important;
        }

        .final-grid {
            grid-template-columns: 1fr !important;
            gap: 60px !important;
            padding: 0 15px !important;
        }

        .final-card {
            width: 100% !important;
        }
    }
