.newHomePage-hero {
        /* min-height: 100svh; */
        padding: 80px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .newHomePage-hero::before {
        content: '';
        position: absolute;
        width: 340px;
        height: 340px;
        top: 0px;
        right: 0px;
        background: radial-gradient(circle, rgba(255, 0, 0, 0.15), transparent 70%);
        pointer-events: none;
        border-radius: 50%;
    }

    .newHomePage-h-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 0, 0, 0.15);
        border: 1px solid rgba(255, 0, 0, 0.4);
        padding: 5px 14px 5px 7px;
        border-radius: 100px;
        margin-bottom: 22px;
    }

    .newHomePage-h-live {
        display: flex;
        align-items: center;
        gap: 5px;
        background: #ff0000;
        color: #fff;
        font-size: .67rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        padding: 3px 9px;
        border-radius: 100px;
    }

    .newHomePage-h-live::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #fff;
        animation: newHomePage-pulse 1.5s infinite;
    }

    @keyframes newHomePage-pulse {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: .3;
        }
    }

    .newHomePage-hero h1 {
        font-weight: 800;
        font-size: 48px;
        /* letter-spacing: -.04em; */
        line-height: 1.1;
        margin-bottom: 20px;
        color: #000;
    }

    .newHomePage-hero h1 em {
        font-style: normal;
        color: #ff0000;
    }

    .newHomePage-hero-p {
        line-height: 1.76;
        color: rgb(0 0 0 / 70%);
        margin-bottom: 34px;
        max-width: 490px;
    }

    .newHomePage-hero-btns {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 46px;
    }

    .newHomePage-hero-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        border-top: 1px solid rgb(0 0 0 / 15%);
    }

    .newHomePage-hs {
        padding: 22px 0 0;
        position: relative;
    }

    .newHomePage-hs+.newHomePage-hs {
        padding-left: 24px;
    }

    .newHomePage-hs+.newHomePage-hs::before {
        content: '';
        position: absolute;
        left: 0;
        top: 22px;
        bottom: 0;
        width: 1px;
        background: rgb(0 0 0 / 15%);
    }

    .newHomePage-hs-n {
        font-weight: 800;
        font-size: 1.9rem;
        letter-spacing: -.04em;
        line-height: 1;
        color: #000;
    }

    .newHomePage-hs-n em {
        font-style: normal;
        color: #ff0000;
    }

    .newHomePage-hs-l {
        font-size: 14px;
        color: rgb(0 0 0 / 70%);
        margin-top: 4px;
    }

    .newHomePage-h-card {
        width: 100%;
        max-width: 448px;
        background: rgb(0 0 0 / 5%);
        border-radius: 20px;
        overflow: hidden;
        /* box-shadow: 0 48px 96px rgb(0 0 0 / 30%), 0 0 0 1px rgba(255, 255, 255, .05); */
    }

    .newHomePage-mon-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 18px;
        border-bottom: 1px solid rgb(0 0 0 / 8%);
    }

    .newHomePage-mon-dots {
        display: flex;
        gap: 5px;
    }

    .newHomePage-mon-dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .3);
    }

    .newHomePage-mon-title {
        font-size: 14px;
        /* color: rgba(255, 255, 255, .3); */
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .newHomePage-mon-live {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: .68rem;
        color: #4ade80;
        font-weight: 600;
    }

    .newHomePage-mon-live::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #4ade80;
        animation: newHomePage-pulse 1.2s infinite;
    }

    .newHomePage-mon-body {
        padding: 14px 18px;
    }

    .newHomePage-mon-lbl {
        font-size: 12px;
        letter-spacing: .1em;
        text-transform: uppercase;
        /* color: rgba(255, 255, 255, .22); */
        margin-bottom: 10px;
    }

    .newHomePage-r-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 12px;
        border-radius: 9px;
        margin-bottom: 5px;
        background: rgb(0 0 0 / 8%);
    }

    /* .newHomePage-r-row:hover {
    background: rgba(255, 255, 255, .07);
} */

    .newHomePage-r-l {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .newHomePage-r-ico {
        width: 32px;
        height: 32px;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
        background: rgba(255, 255, 255, .1);
        color: #fff;
    }

    .newHomePage-r-name {
        font-size: .82rem;
        /* color: rgba(255, 255, 255, .82); */
        font-weight: 500;
    }

    .newHomePage-r-src {
        font-size: .67rem;
        /* color: rgba(255, 255, 255, .28); */
        margin-top: 1px;
    }

    .newHomePage-r-price {
        font-weight: 700;
        font-size: .96rem;
        /* color: #fff; */
        text-align: right;
    }

    .newHomePage-r-d {
        font-size: .66rem;
        margin-top: 2px;
        text-align: right;
    }

    .newHomePage-rd {
        color: #f87171;
    }

    .newHomePage-ru {
        color: #4ade80;
    }

    .newHomePage-mon-foot {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
        background: rgba(255, 255, 255, .05);
        border-top: 1px solid rgb(0 0 0 / 8%);
    }

    .newHomePage-mf-i {
        padding: 12px 15px;
        background: #eee;
    }

    .newHomePage-mf-n {
        font-weight: 700;
        /* color: #fff; */
        font-size: 18px;
    }

    .newHomePage-mf-l {
        font-size: 12px;
        /* color: rgba(255, 255, 255, .28); */
        margin-top: 2px;
    }

    .newHomePage-fp {
        position: absolute;
        background: #fff;
        border-radius: 100px;
        padding: 8px 14px;
        box-shadow: 0 8px 28px rgb(0 0 0 / 10%);
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: .75rem;
        font-weight: 600;
        white-space: nowrap;
        pointer-events: none;
        color: #000;
    }

    .newHomePage-fp1 {
        top: -35px;
        left: -14px;
        animation: newHomePage-fl1 3.5s ease-in-out infinite;
    }

    .newHomePage-fp2 {
        bottom: -30px;
        right: 15px;
        animation: newHomePage-fl2 4s ease-in-out infinite;
    }


    /* Additional styles needed for the HTML above */
    .newHomePage-hero-left {
        position: relative;
        z-index: 1;
    }

    .newHomePage-badge-text {
        font-size: 14px;
        color: #ff0000;
        font-weight: 600;
    }

    .newHomePage-h-card-wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newHomePage-btn {
        display: inline-block;
        text-decoration: none;
        padding: 12px 24px;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        border-radius: 8px;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
    }

    .newHomePage-btn-primary {
        background: #ff0000;
        color: #fff;
    }

    .newHomePage-btn-primary:hover {
        background: #e00101;
        color: #fff;
    }

    .newHomePage-btn-secondary {
        background: transparent;
        color: #000;
        border: 1px solid rgb(0 0 0 / 15%);
    }

    .newHomePage-btn-secondary:hover {
        color: #000;
        background: rgb(0 0 0 / 5%);
    }

    .newHomePage-mon-dot-red {
        background: #ff0000 !important;
    }

    .newHomePage-mon-dot-orange {
        background: #ff0000 !important;
        opacity: 0.7;
    }

    .newHomePage-mon-dot-green {
        background: #4ade80 !important;
    }

    .newHomePage-r-ico-orange {
        background: rgba(255, 0, 0, 0.15) !important;
    }

    .newHomePage-r-ico-blue {
        background: rgba(255, 0, 0, 0.15) !important;
    }

    .newHomePage-r-ico-gold {
        background: rgba(255, 0, 0, 0.15) !important;
    }

    .newHomePage-r-ico-green {
        background: rgba(255, 0, 0, 0.15) !important;
    }

    @keyframes newHomePage-fl1 {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-8px);
        }
    }

    @keyframes newHomePage-fl2 {

        0%,
        100% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(6px);
        }
    }


    .newHomePage-ticker {
        padding: 24px 0;
        border-top: 1px solid rgb(0 0 0 / 15%);
        border-bottom: 1px solid rgb(0 0 0 / 15%);
        overflow: hidden;
        margin-block: 50px;
    }

    .newHomePage-ticker-lbl {
        max-width: 95%;
        margin-inline: auto;
        text-align: center;
        letter-spacing: .13em;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .newHomePage-t-track {
        display: flex;
    }

    .newHomePage-t-inner {
        display: flex;
        gap: 48px;
        align-items: center;
        animation: newHomePage-tick 120s linear infinite;
        flex-shrink: 0;
    }

    .newHomePage-t-inner:hover {
        animation-play-state: paused;
    }

    .newHomePage-t-inner:nth-child(2) {
        animation-delay: -12s;
    }

    @keyframes newHomePage-tick {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .newHomePage-t-item {
        font-weight: 700;
        font-size: .9rem;
        color: rgb(0 0 0 / 70%);
        max-width: 100px;
        white-space: nowrap;
        letter-spacing: -.015em;
    }

    .newHomePage-t-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgb(0 0 0 / 15%);
        flex-shrink: 0;
    }

    @media (max-width: 992px) {
        .newHomePage-ticker {
            margin-block: 20px;
        }
    }
    @media (max-width: 768px) {
        .newHomePage-t-inner {
            animation: newHomePage-tick 80s linear infinite;
        }
    }



    .newHomePage-uc-tabs {
        display: flex;
        gap: 8px;
        margin-top: 44px;
        overflow: auto;
        padding-bottom: 10px;
        /* flex-wrap: wrap; */
    }

    .newHomePage-uc-t {
        white-space: nowrap;
        padding: 9px 20px;
        border-radius: 100px;
        border: 1.5px solid rgb(0 0 0 / 15%);
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all .18s;
        background: transparent;
        color: #000;
    }
    .newHomePage-uc-t img {
        width: 25px;
        margin-right: 5px;
    }
    .newHomePage-uc-t.newHomePage-on img {
        filter: brightness(0) invert(1);
    }

    .newHomePage-uc-t.newHomePage-on {
        background: #ff0000;
        color: #fff;
        border-color: #ff0000;
    }

    .newHomePage-uc-panels {
        margin-top: 36px;
    }

    .newHomePage-uc-p {
        display: none;
        grid-template-columns: 1.15fr 1fr;
        gap: 64px;
        align-items: center;
    }

    .newHomePage-uc-p.newHomePage-on {
        display: grid;
    }

    .newHomePage-uc-badge {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #ff0000;
        display: block;
        margin-bottom: 12px;
    }

    .newHomePage-uc-body {
        line-height: 1.76;
        color: rgb(0 0 0 / 70%);
        margin-bottom: 24px;
    }

    .newHomePage-uc-pts {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 26px;
    }

    .newHomePage-uc-pt {
        display: flex;
        gap: 10px;
        font-size: 14px;
        line-height: 1.5;
        align-items: flex-start;
        color: #000;
    }

    .newHomePage-uc-pt::before {
        content: '✓';
        color: #ff0000;
        font-weight: 700;
        flex-shrink: 0;
        margin-top: 1px;
    }

    .newHomePage-uc-nums {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .newHomePage-uc-num {
        background: rgb(0 0 0 / 5%);
        border-radius: 14px;
        padding: 20px 16px;
        text-align: center;
    }

    .newHomePage-un-v {
        font-weight: 800;
        font-size: 28px;
        color: #ff0000;
        letter-spacing: -.04em;
        line-height: 1;
        margin-bottom: 15px;
    }

    .newHomePage-un-l {
        font-size: 14px;
        /* color: rgba(255, 255, 255, 0.38); */
        margin-top: 5px;
        line-height: 1.4;
    }


    .newHomePage-tag {
        display: inline-block;
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: #ff0000;
        background: rgba(255, 0, 0, 0.15);
        padding: 4px 12px;
        border-radius: 100px;
        margin-bottom: 16px;
    }

    .newHomePage-h2 {
        font-weight: 800;
        font-size: 32px;
        letter-spacing: -.03em;
        line-height: 1.1;
        margin-bottom: 32px;
        color: #000;
        text-transform: capitalize;
    }

    .newHomePage-sec {
        padding: 80px 0;
        /* max-width: 1400px; */
        /* margin: 0 auto; */
    }

    /* Responsive styles */
    @media(max-width: 992px) {
        .newHomePage-uc-p {
            grid-template-columns: 1fr;
            gap: 32px;
        }
    }

    @media(max-width: 768px) {
        .newHomePage-sec {
            padding: 40px 0;
        }
        .newHomePage-h2 {
            font-size: calc(1.325rem + .9vw);;
        }

        .newHomePage-uc-p {
            grid-template-columns: 1fr;
        }
    }

    @media(max-width: 500px) {
        .newHomePage-uc-nums {
            grid-template-columns: repeat(1, 1fr);
        }
    }


.newHomePageSolMainSection {
    background: rgb(0 0 0 / 5%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.newHomePage-sol-hero .newHomePage-h2 {
    margin-bottom: 10px;
}
.newHomePage-sol-hero-content {
    max-width: 768px;
}
.newHomePageSolMainSection::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12), transparent 65%);
    pointer-events: none;
    border-radius: 50%;
}

.newHomePage-sol-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgb(0 0 0 / 15%);
    padding-top: 15px;
    margin-top: 48px;
}

.newHomePage-ss {
    padding-right: 32px;
    border-right: 1px solid rgb(0 0 0 / 15%);
}

.newHomePage-ss + .newHomePage-ss {
    padding-left: 32px;
}

.newHomePage-ss:last-child {
    border-right: none;
}

.newHomePage-ss-n {
    font-weight: 800;
    font-size: 2.2rem;
    /* color: #fff; */
    letter-spacing: -.04em;
    line-height: 1;
}

.newHomePage-ss-l {
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.35); */
    margin-top: 5px;
}




.newHomePage-sol-block {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.newHomePage-sol-block-dk {
    /* background: #000; */
}

.newHomePage-sol-block-lt {
    background: #fff;
}

.newHomePage-ai-powered-section {
    background: rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}
.newHomePage-ai-powered-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12), transparent 65%);
    pointer-events: none;
    border-radius: 50%;
}

.newHomePage-sol-inner {
    /* max-width: 1100px; */
    /* margin: 0 auto; */
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 72px;
    align-items: center;
}
.newHomePage-sol-inner.newHomePage-rev {
    grid-template-columns: 1fr 1fr;
}

.newHomePage-sol-inner.newHomePage-rev {
    direction: rtl;
}

.newHomePage-sol-inner.newHomePage-rev > * {
    direction: ltr;
}

.newHomePage-sol-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.newHomePage-sol-badge-r {
    background: rgba(255, 0, 0, 0.12);
    border: 1px solid rgba(255, 0, 0, 0.25);
    color: #ff0000;
}

.newHomePage-sol-badge-g {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.25);
    color: #ff0000;
}

.newHomePage-sol-badge-gr {
    background: rgba(255, 0, 0, 0.12);
    border: 1px solid rgba(255, 0, 0, 0.25);
    color: #ff0000;
}

.newHomePage-sol-badge-r span,
.newHomePage-sol-badge-r::before,
.newHomePage-sol-anim {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff0000;
    display: inline-block;
    animation: newHomePage-pulse 1.5s infinite;
}

.newHomePage-sol-p {
    /* font-size: .96rem; */
    line-height: 1.78;
    margin-bottom: 28px;
    max-width: 650px;
}

.newHomePage-sol-p-lt {
    color: rgb(0 0 0 / 70%);
}

.newHomePage-sol-p-dk {
    color: rgb(0 0 0 / 70%);
}

.newHomePage-sol-pts {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 32px;
}

.newHomePage-sol-pt {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
}

.newHomePage-sol-pt-lt {
    color: #000;
}

.newHomePage-sol-pt-dk {
    /* color: rgb(0 0 0 / 70%); */

}

.newHomePage-sol-ck-r {
    color: #ff0000;
    font-weight: 700;
    flex-shrink: 0;
}

.newHomePage-sol-ck-g {
    color: #ff0000;
    font-weight: 700;
    flex-shrink: 0;
}

.newHomePage-sol-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Override for h2 headings */
.newHomePage-sol-block .newHomePage-h2 {
    /* font-weight: 800;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    letter-spacing: -.035em;
    line-height: 1.06;
    margin-bottom: 18px; */
}

.newHomePage-sol-block-lt .newHomePage-h2 {
    color: #000;
}

.newHomePage-sol-block-dk .newHomePage-h2,
.newHomePage-sol-block-gn .newHomePage-h2 {
    /* color: #fff; */
}

.newHomePage-sv {
    background: rgb(0 0 0 / 5%);
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 18px;
    padding: 28px;
}

.newHomePage-sv-lt {
    background: rgb(0 0 0 / 5%);
    border: none;
    border-radius: 18px;
    padding: 28px;
}

.newHomePage-sv-lbl {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    /* color: rgba(255, 255, 255, 0.25); */
    margin-bottom: 14px;
}

.newHomePage-sv-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 12px;
    border-radius: 8px;
    margin-bottom: 5px;
    background: rgb(0 0 0 / 8%);
}

.newHomePage-sv-row-hot {
    background: rgba(255, 0, 0, 0.08);
    border: 1px solid rgba(255, 0, 0, 0.18);
}

.newHomePage-sv-name {
    font-size: .82rem;
    /* color: rgba(255, 255, 255, 0.75); */
}

.newHomePage-sv-price {
    font-weight: 700;
    /* color: #fff; */
}

.newHomePage-sv-d {
    font-size: .7rem;
}

.newHomePage-sv-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.newHomePage-sv-m {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 14px;
    text-align: center;
}

.newHomePage-sv-mn {
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -.04em;
    color: #ff0000;
}

.newHomePage-sv-ml {
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.35); */
    margin-top: 3px;
}


/* bar chart */
.newHomePage-bar-wrap {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 100px;
    margin-bottom: 12px;
}

.newHomePage-bar {
    border-radius: 4px 4px 0 0;
    flex: 1;
    transition: height .4s;
}

.newHomePage-bar-lbl {
    display: flex;
    justify-content: space-between;
    font-size: .66rem;
    /* color: rgba(255, 255, 255, 0.25); */
}

/* competitor rank */
.newHomePage-rank-bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.newHomePage-rb-item {
}

.newHomePage-rb-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.newHomePage-rb-name {
    font-size: 12px;
    /* color: rgba(255, 255, 255, 0.7); */
}

.newHomePage-rb-pos {
    font-size: .78rem;
    font-weight: 700;
}

.newHomePage-rb-track {
    height: 6px;
    background: rgb(0 0 0 / 8%);
    border-radius: 3px;
}

.newHomePage-rb-fill {
    height: 100%;
    border-radius: 3px;
}


/* Additional styles for the demand forecasting block */
.newHomePage-sol-block-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.06), transparent 60%);
    pointer-events: none;
    border-radius: 50%;
}

.newHomePage-bar-surge {
    position: relative;
}

.newHomePage-bar-label {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #ff0000;
    white-space: nowrap;
    font-weight: 700;
}

.newHomePage-sv-m-green {
    background: rgba(255, 0, 0, 0.1) !important;
    border: 1px solid rgba(255, 0, 0, 0.2) !important;
}

.newHomePage-sv-mn-green {
    color: #ff0000 !important;
}


.newHomePage-sol-cards-bg {
    /* background: rgba(255, 255, 255, 0.95); */
    padding: 70px 0;
}

.newHomePage-sc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    /* max-width: 1100px; */
    margin-left: auto;
    margin-right: auto;
}

.newHomePage-sc-grid-3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* max-width: 1100px; */
    margin: 0 auto;
}

.newHomePage-sc-lg {
    background: #fff;
    border: 1.5px solid rgb(0 0 0 / 15%);
    border-radius: 18px;
    padding: 36px;
    transition: all .2s;
    cursor: default;
    display: flex;
    flex-direction: column;
}

.newHomePage-sc-lg:hover {
    border-color: #ff0000;
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(255, 0, 0, 0.1);
}

.newHomePage-sc-sm {
    background: #fff;
    border: 1.5px solid rgb(0 0 0 / 15%);
    border-radius: 14px;
    padding: 26px;
    transition: all .2s;
    cursor: default;
}

.newHomePage-sc-sm:hover {
    border-color: #ff0000;
    transform: translateY(-3px);
}

.newHomePage-sc-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.newHomePage-sc-ico {
    height: 40px;
    width: 40px;
}
.newHomePage-sc-ico img {
    width: 100%;
    height: auto;
}

.newHomePage-sc-badge {
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
}

.newHomePage-sc-badge-b {
    background: rgba(255, 0, 0, 0.08);
    color: #ff0000;
}

.newHomePage-sc-badge-g {
    background: rgba(255, 0, 0, 0.12);
    color: #ff0000;
}

.newHomePage-sc-h {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.025em;
    margin-bottom: 11px;
    color: #000;
}

.newHomePage-sc-p {
    /* font-size: .84rem; */
    line-height: 1.7;
    color: rgb(0 0 0 / 70%);
    margin-bottom: 20px;
}

.newHomePage-sc-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 22px;
}

.newHomePage-sc-m {
    background: rgb(0 0 0 / 5%);
    border-radius: 9px;
    padding: 12px;
    text-align: center;
}

.newHomePage-sc-mn {
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -.03em;
    color: #000;
}

.newHomePage-sc-ml {
    font-size: 14px;
    color: rgb(0 0 0 / 70%);
    margin-top: 2px;
}

/* .newHomePage-sc-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .84rem;
    font-weight: 600;
    color: #ff0000;
    margin-top: auto;
    text-decoration: none;
}

.newHomePage-sc-link:hover {
    text-decoration: underline;
} */

/* Additional styles for the solutions cards section */
.newHomePage-sc-header {
    text-align: center;
    margin-bottom: 52px;
    /* max-width: 1100px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.newHomePage-sc-header .newHomePage-tag {
    justify-content: center;
    display: inline-flex;
}

.newHomePage-sc-mn-accent {
    color: #ff0000 !important;
}

.newHomePage-sc-mn-gold {
    color: #ff0000 !important;
}

.newHomePage-sc-mn-green {
    color: #ff0000 !important;
}

.newHomePage-sc-sm-ico {
    height: 40px;
    width: 40px;
    display: block;
    margin-bottom: 13px;
}
.newHomePage-sc-sm-ico img {
    width: 100%;
    height: auto;
}

.newHomePage-sc-h-sm {
    font-size: 20px !important;
}

.newHomePage-sc-link-btn {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ff0000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 8px;
}

.newHomePage-sc-link-btn:hover {
    color: #ff0000;
}

/* Fix for the last closing div */
.newHomePage-sol-cards-bg {
    position: relative;
}



.newHomePage-d-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 52px;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #ff0000;
}

.newHomePage-dc {
    background: #fff;
    padding: 34px 28px;
    transition: background .22s;
    cursor: default;
}

.newHomePage-dc:hover {
    background: #ff0000;
    color: #fff;
}
.newHomePage-dc:hover img {
    filter: brightness(0) invert(1);
}

.newHomePage-dc:hover .newHomePage-dc-sub {
    color: rgba(255, 255, 255, 0.9);
}

.newHomePage-dc:hover .newHomePage-dc-tag {
    border-color: rgba(255, 255, 255, 0.75);
    color: rgba(255, 255, 255, 0.75);
}

.newHomePage-dc-ico {
    height: 40px;
    width: 40px;
    margin-bottom: 16px;
    display: block;
}
.newHomePage-dc-ico img {
    width: 100%;
    height: auto;
}

.newHomePage-dc-h {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.02em;
    margin-bottom: 9px;
    color: #000;
}

.newHomePage-dc:hover .newHomePage-dc-h {
    color: #fff;
}

.newHomePage-dc-sub {
    /* font-size: .82rem; */
    line-height: 1.65;
    color: rgb(0 0 0 / 70%);
    transition: color .22s;
}

.newHomePage-dc-tags {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.newHomePage-dc-tag {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 100px;
    border: 1px solid rgb(0 0 0 / 15%);
    color: rgb(0 0 0 / 70%);
    transition: all .22s;
}

/* Additional styles for the data section */
.newHomePage-sec-light {
    /* background: rgba(255, 255, 255, 0.95); */
}

.newHomePage-lead {
    /* font-size: 1.1rem; */
    line-height: 1.6;
    color: rgb(0 0 0 / 70%);
    max-width: 600px;
    margin-bottom: 40px;
}



/* HOW IT WORKS */
/* .newHomePage-how-bg {
    background: #000;
    color: #fff;
} */

.newHomePage-how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 1px; */
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 24px;
    overflow: hidden;
}

.newHomePage-how-step {
    background: #ff0000;
    padding: 38px 30px;
    transition: background .2s;
}

.newHomePage-how-step:hover {
    background: #f10101;
}

.newHomePage-how-n {
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: -.06em;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1;
    margin-bottom: 20px;
}

.newHomePage-how-ico {
    height: 40px;
    width: 40px;
    margin-bottom: 14px;
    display: block;
}
.newHomePage-how-ico img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.newHomePage-how-h {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.02em;
    margin-bottom: 9px;
    color: #fff;
}

.newHomePage-how-p {
    /* font-size: .8rem; */
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.9);
}

/* Additional styles for the how it works section */
/* .newHomePage-h2-white {
    color: #fff !important;
} */

/* .newHomePage-lead-white {
    color: rgba(255, 255, 255, 0.45) !important;
} */

.newHomePage-sec.newHomePage-how-bg {
    background: rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}
.newHomePage-sec.newHomePage-how-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12), transparent 65%);
    pointer-events: none;
    border-radius: 50%;
}



.newHomePage-chains-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 56px;
}

.newHomePage-ci-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgb(0 0 0 / 5%);
    border-radius: 12px;
    margin-bottom: 12px;
}

.newHomePage-chain-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.newHomePage-ch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1.5px solid rgb(0 0 0 / 15%);
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    transition: all .2s;
    background: #fff;
    cursor: default;
    text-decoration: none;
    cursor: pointer;
}

.newHomePage-ch:hover {
    border-color: #ff0000;
    box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.06);
    transform: translateY(-2px);
}

.newHomePage-ch-flag {
    max-width: 70px;
    margin-bottom: 9px;
    display: block;
}
.newHomePage-ch-flag img {
    width: 100%;
    height: auto;
}

.newHomePage-ch-n {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 3px;
    color: #000;
}

.newHomePage-ch-c {
    /* font-size: .7rem; */
    color: rgb(0 0 0 / 70%);
    margin-bottom: 9px;
}

.newHomePage-ch-tag {
    display: inline-block;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 100px;
    background: rgba(255, 0, 0, 0.15);
    color: #ff0000;
    font-weight: 600;
}


/* Additional styles for the hotel chains section */
.newHomePage-ci-ico {
    font-size: 20px;
}

.newHomePage-ci-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px;
    color: #000;
}

.newHomePage-ci-sub {
    /* font-size: .74rem; */
    color: rgb(0 0 0 / 70%);
}




/* CASE STUDIES */
.newHomePage-cs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px;
}

.newHomePage-cs-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1.5px solid rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    transition: all .22s;
}

.newHomePage-cs-card:hover {
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    border-color: transparent;
}

.newHomePage-cs-top {
    background: rgb(0 0 0 / 5%);
    padding: 26px 24px;
    position: relative;
    overflow: hidden;
}

.newHomePage-cs-top::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.22), transparent 70%);
}

.newHomePage-cs-sector {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ff0000;
    margin-bottom: 9px;
}

.newHomePage-cs-h {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.32;
    position: relative;
    z-index: 1;
}

.newHomePage-cs-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.newHomePage-cs-prob {
    /* font-size: .8rem; */
    color: rgb(0 0 0 / 70%);
    line-height: 1.65;
    /* margin-bottom: 18px; */
}

.newHomePage-cs-nums {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    margin-bottom: 15px;
}

.newHomePage-cn-v {
    font-weight: 800;
    font-size: 26px;
    color: #ff0000;
    letter-spacing: -.04em;
    line-height: 1;
}

.newHomePage-cn-l {
    font-size: 14px;
    color: rgb(0 0 0 / 70%);
    margin-top: 3px;
}

.newHomePage-cs-lnk {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .78rem;
    font-weight: 600;
    color: #000;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgb(0 0 0 / 15%);
    text-decoration: none;
}

.newHomePage-cs-lnk:hover {
    color: #ff0000;
}

/* Additional styles for the case studies section */
/* .newHomePage-sec-light {
    background: rgba(255, 255, 255, 0.95);
} */

/* .newHomePage-cs-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .78rem;
    font-weight: 600;
    color: #000;
    background: none;
    border: none;
    border-top: 1px solid rgb(0 0 0 / 15%);
    padding-top: 14px;
    margin-top: 16px;
    cursor: pointer;
    width: 100%;
}

.newHomePage-cs-btn:hover {
    color: #ff0000;
} */



/* TESTIMONIALS */
.newHomePage-t-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px;
}

.newHomePage-t-card {
    background: rgb(0 0 0 / 5%);
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 16px;
    padding: 28px;
}

.newHomePage-t-card:hover {
    background: rgb(0 0 0 / 5%);
}

.newHomePage-t-stars {
    color: #ff0000;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

.newHomePage-t-q {
    /* font-size: .84rem; */
    line-height: 1.76;
    /* color: rgba(255, 255, 255, 0.68); */
    font-style: italic;
    margin-bottom: 22px;
}

.newHomePage-t-auth {
    display: flex;
    align-items: center;
    gap: 11px;
}

.newHomePage-t-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ff0000;
    font-size: 16px;
    flex-shrink: 0;
}

.newHomePage-t-name {
    font-weight: 600;
    font-size: 18px;
    /* color: #fff; */
}

.newHomePage-t-role {
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.32); */
    margin-top: 2px;
}

/* Additional styles for testimonials - already defined in previous CSS, but included for reference */
.newHomePage-how-bg {
    /* background: #000 !important; */
}

.newHomePage-h2-white {
    /* color: #fff !important; */
}

.newHomePage-t-name {
    /* color: #fff; */
}




/* DATASETS */
.newHomePage-ds-hdr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 44px;
}

.newHomePage-ds-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.newHomePage-ds-card {
    background: #fff;
    border: 1.5px solid rgb(0 0 0 / 15%);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all .2s;
}

.newHomePage-ds-card:hover {
    border-color: #ff0000;
    box-shadow: 0 8px 28px rgba(255, 0, 0, 0.1);
}

.newHomePage-ds-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newHomePage-ds-ico {
    height: 40px;
    width: 40px;
}
.newHomePage-ds-ico img {
    width: 100%;
    height: auto;
}

.newHomePage-ds-bdg {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
}

.newHomePage-ds-bdg.newHomePage-f {
    background: rgba(255, 0, 0, 0.1);
    color: #ff0000;
}

.newHomePage-ds-bdg.newHomePage-p {
    background: rgba(255, 0, 0, 0.15);
    color: #ff0000;
}

.newHomePage-ds-bdg.newHomePage-n {
    background: rgba(255, 0, 0, 0.1);
    color: #ff0000;
}

.newHomePage-ds-h {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.01em;
    line-height: 1.3;
    color: #000;
}

.newHomePage-ds-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.newHomePage-ds-m {
    /* font-size: .7rem; */
    color: rgb(0 0 0 / 70%);
}

.newHomePage-ds-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid rgb(0 0 0 / 15%);
    margin-top: auto;
}

.newHomePage-ds-price {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -.03em;
    color: #000;
}

.newHomePage-ds-price span {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0 0 0 / 70%);
    padding-left: 3px;
}

/* .newHomePage-ds-btn {
    background: #000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 7px;
    font-size: .76rem;
    font-weight: 600;
    transition: background .18s;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.newHomePage-ds-btn:hover {
    background: #ff0000;
} */




/* API */
.newHomePage-code-wrap {
    background: #070a10;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.newHomePage-code-hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.newHomePage-code-lang {
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.newHomePage-code-copy {
    font-size: .7rem;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .18s;
}

.newHomePage-code-copy:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}

.newHomePage-code-body {
    padding: 20px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.88;
    overflow-x: auto;
}

.newHomePage-cg {
    color: #ff0000;
}

.newHomePage-cb {
    color: #ff0000;
}

.newHomePage-cy {
    color: #ff0000;
}

.newHomePage-co {
    color: #ff0000;
}

.newHomePage-cm {
    color: rgba(255, 255, 255, 0.26);
}

.newHomePage-cw {
    color: rgba(255, 255, 255, 0.78);
}

.newHomePage-eps {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 24px;
}

.newHomePage-ep {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    padding: 4px 11px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 7%);
    /* color: rgba(255, 255, 255, 0.5); */
}

.newHomePage-ep.newHomePage-g {
    border-left: 3px solid #ff0000;
}

.newHomePage-ep.newHomePage-p {
    border-left: 3px solid #ff0000;
}

/* Additional styles for the API section */
/* .newHomePage-api-bg {
    background: #000 !important;
    color: #fff;
} */

/* .newHomePage-h2-white {
    color: #fff !important;
} */

/* .newHomePage-lead-white {
    color: rgba(255, 255, 255, 0.45) !important;
} */

.newHomePage-api-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 10px;
}

.newHomePage-api-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

.newHomePage-api-feature {
    display: flex;
    gap: 13px;
    padding: 16px;
    border-radius: 12px;
    background: rgb(0 0 0 / 5%);
    border: 1px solid rgb(0 0 0 / 8%);
}

.newHomePage-api-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 0, 0, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.newHomePage-api-feature-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
    /* color: #fff; */
}

.newHomePage-api-feature-desc {
    font-size: .78rem;
    /* color: rgba(255, 255, 255, 0.42); */
    line-height: 1.58;
}

.newHomePage-api-btn {
    margin-top: 24px;
}

/* .newHomePage-code-copy {
    font-size: .7rem;
    color: rgba(255, 255, 255, 0.28);
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3px 9px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .18s;
}

.newHomePage-code-copy:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
} */





/* BLOG */
.newHomePage-blog-grid {
    display: none;
}
.newHomePage-blog-grid.currentTab {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.newHomePage-blog-grid-tabsBtns {
    display: flex;
    gap: 15px;
    overflow: auto;
    padding-bottom: 10px;
}
.newHomePage-blog-grid-tabsBtn {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}
.newHomePage-blog-grid-tabsBtn.currentTab {
    background: #ff0000;
    color: #fff;
}

.newHomePage-blog-feat {
    background: rgb(0 0 0 / 5%);
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 24px;
    padding: 40px;
    /* color: #fff; */
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: all .18s;
}
.newHomePage-blog-feat:hover {
    border-color: #ff0000;
}

.newHomePage-bf-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0c1628 0%, #0c1a10 100%);
}

.newHomePage-blog-feat > * {
    position: relative;
    z-index: 1;
}

.newHomePage-bf-type {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ff0000;
    margin-bottom: 15px;
}

.newHomePage-bf-h {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -.03em;
    line-height: 1.18;
    margin-bottom: 15px;
    color: #000;
}

.newHomePage-bf-p {
    /* font-size: .82rem; */
    line-height: 1.65;
    /* color: rgba(255, 255, 255, 0.58); */
    margin-bottom: 18px;
}

.newHomePage-bf-dl {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ff0000;
    color: #fff;
    padding: 9px 18px;
    border-radius: 7px;
    font-size: .82rem;
    font-weight: 600;
    margin-bottom: 14px;
    width: fit-content;
    text-decoration: none;
}

.newHomePage-bf-dl:hover {
    background: #cc0000;
}

.newHomePage-bf-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-top: 20px;
    color: #000;
}

.newHomePage-blog-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newHomePage-b-item {
    text-decoration: none;
    border: 1.5px solid rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 18px 20px;
    transition: all .18s;
    cursor: pointer;
}

.newHomePage-b-item:hover {
    border-color: #ff0000;
    background: #fff;
}

.newHomePage-bi-type {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.newHomePage-bi-type.newHomePage-b {
    color: #ff0000;
}

.newHomePage-bi-type.newHomePage-r {
    color: #ff0000;
}

.newHomePage-bi-h {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.32;
    letter-spacing: -.01em;
    margin-bottom: 6px;
    color: #000;
}

.newHomePage-bi-date {
    font-size: 14px;
    color: rgb(0 0 0 / 70%);
}



/* Additional styles for the blog section */
.newHomePage-blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 52px;
}

/* .newHomePage-bf-dl {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ff0000;
    color: #fff;
    padding: 9px 18px;
    border-radius: 7px;
    font-size: .82rem;
    font-weight: 600;
    margin-bottom: 14px;
    width: fit-content;
    border: none;
    cursor: pointer;
}

.newHomePage-bf-dl:hover {
    background: #cc0000;
} */

.newHomePage-b-item {
    cursor: pointer;
}

.newHomePage-blog-header .newHomePage-lead {
    margin-bottom: 0;
}

.newHomePage-blog-feat .newHomePage-btn-primary {
    width: max-content;
}




/* WHY US */
.newHomePage-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 52px;
}

.newHomePage-why-card {
    background: rgb(0 0 0 / 5%);
    border: 1.5px solid rgb(0 0 0 / 8%);
    border-radius: 24px;
    padding: 30px;
    transition: all .2s;
}

.newHomePage-why-card:hover {
    border-color: #ff0000;
    box-shadow: 0 8px 28px rgba(255, 0, 0, 0.08);
    transform: translateY(-3px);
}

.newHomePage-why-ico {
    height: 40px;
    width: 40px;
    margin-bottom: 16px;
    display: block;
}
.newHomePage-why-ico img {
    width: 100%;
    height: auto;
}

.newHomePage-why-h {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -.02em;
    margin-bottom: 9px;
    color: #000;
}

.newHomePage-why-p {
    /* font-size: .82rem; */
    line-height: 1.7;
    /* color: rgb(0 0 0 / 70%); */
}

.newHomePage-sec.newHomePage-sec-light#newHomePage-why {
    background: rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}
.newHomePage-sec.newHomePage-sec-light#newHomePage-why::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12), transparent 65%);
    pointer-events: none;
    border-radius: 50%;
}




/* PRICING */
.newHomePage-price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* max-width: 960px; */
    margin: 0 auto;
}

.newHomePage-pc {
    border: 1.5px solid rgb(0 0 0 / 8%);
    border-radius: 24px;
    padding: 34px;
    position: relative;
    background: #fff;
    transition: all .2s;
}

.newHomePage-pc:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.newHomePage-pc.newHomePage-hot {
    background: rgb(0 0 0 / 5%);
    /* color: #fff; */
    /* border-color: transparent; */
    box-shadow: 0 24px 64px rgb(0 0 0 / 8%);
}

.newHomePage-pc-pop {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 100px;
    white-space: nowrap;
}

.newHomePage-pc-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgb(0 0 0 / 70%);
    margin-bottom: 16px;
}

.newHomePage-pc.newHomePage-hot .newHomePage-pc-name {
    /* color: rgba(255, 255, 255, 0.38); */
}

.newHomePage-pc-price {
    font-weight: 800;
    font-size: 42px;
    letter-spacing: -.05em;
    line-height: 1;
    margin-bottom: 8px;
    color: #000;
}

.newHomePage-pc.newHomePage-hot .newHomePage-pc-price {
    /* color: #fff; */
}

.newHomePage-pc-period {
    /* font-size: .82rem; */
    color: rgb(0 0 0 / 70%);
    margin-bottom: 26px;
}

.newHomePage-pc.newHomePage-hot .newHomePage-pc-period {
    /* color: rgba(255, 255, 255, 0.38); */
}

.newHomePage-pc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 28px;
    padding: 0;
}

.newHomePage-pc-list li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 1.45;
    align-items: flex-start;
    color: #000;
}

.newHomePage-pc.newHomePage-hot .newHomePage-pc-list li {
    /* color: rgba(255, 255, 255, 0.78); */
}

.newHomePage-pc-ck {
    color: #ff0000;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 1px;
}

.newHomePage-pc.newHomePage-hot .newHomePage-pc-ck {
    color: #ff0000;
}

.newHomePage-pc-btn {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    font-size: .86rem;
    font-weight: 600;
    border: 1.5px solid rgb(0 0 0 / 15%);
    color: #000;
    transition: all .2s;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
}

.newHomePage-pc.newHomePage-hot .newHomePage-pc-btn {
    background: #ff0000;
    border: none;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.4);
}

.newHomePage-pc-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.newHomePage-pc.newHomePage-hot .newHomePage-pc-btn:hover {
    background: #cc0000;
}


/* Additional styles for the pricing section */
.newHomePage-pricing-header {
    text-align: center;
    margin-bottom: 52px;
}

.newHomePage-tag-center {
    justify-content: center;
    display: inline-flex;
}

.newHomePage-lead-center {
    margin: 0 auto;
}

.newHomePage-pricing-note {
    text-align: center;
    margin-top: 32px;
    /* font-size: .8rem; */
    color: rgb(0 0 0 / 70%);
}





/* CONTACT */
.newHomePage-con-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: start;
    /* margin-top: 60px; */
}

.newHomePage-con-pt {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.newHomePage-con-ico {
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 5%);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.newHomePage-con-lbl {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    /* color: rgba(255, 255, 255, 0.28); */
    margin-bottom: 3px;
}

.newHomePage-con-val {
    font-size: 14px;
    /* color: #fff; */
}

.newHomePage-con-val a {
    color: #ff0000;
    text-decoration: none;
}

.newHomePage-con-val a:hover {
    text-decoration: underline;
}

.newHomePage-cform {
    background: rgb(0 0 0 / 5%);
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 20px;
    padding: 38px;
}

.newHomePage-cf-t {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 26px;
    letter-spacing: -.02em;
    /* color: #fff; */
}

.newHomePage-cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.newHomePage-cf-g {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.newHomePage-cf-g label {
    font-size: 16px;
    font-weight: 600;
    /* color: rgba(255, 255, 255, 0.38); */
    letter-spacing: .04em;
}

.newHomePage-cf-g input,
.newHomePage-cf-g select,
.newHomePage-cf-g textarea {
    background: transparent;
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 7px;
    padding: 11px 13px;
    /* color: #fff; */
    font-size: 16px;
    outline: none;
    transition: border-color .18s;
    width: 100%;
    box-sizing: border-box;
}

.newHomePage-cf-g input::placeholder,
.newHomePage-cf-g textarea::placeholder {
    /* color: rgba(255, 255, 255, 0.2); */
}

.newHomePage-cf-g input:focus,
.newHomePage-cf-g select:focus,
.newHomePage-cf-g textarea:focus {
    border-color: #ff0000;
    background: rgba(255, 255, 255, 0.07);
}

.newHomePage-cf-g select option {
    /* background: #1a1f2e; */
    /* color: #fff; */
}

.newHomePage-cf-g textarea {
    resize: vertical;
    min-height: 90px;
}

.newHomePage-cf-chk {
    display: flex;
    gap: 9px;
    margin-bottom: 18px;
}

.newHomePage-cf-chk input {
    accent-color: #ff0000;
    flex-shrink: 0;
    margin-top: 3px;
    width: unset;
}

.newHomePage-cf-chk label {
    font-size: 14px;
    /* color: rgba(255, 255, 255, 0.38); */
    line-height: 1.55;
}
.newHomePage-cf-note {
    margin-top: 15px;
}

.newHomePage-cf-sub {
    width: 100%;
    padding: 13px;
    background: #ff0000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: .92rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.newHomePage-cf-sub:hover {
    background: #cc0000;
    transform: translateY(-1px);
}

.newHomePage-cf-sub.newHomePage-sent {
    background: #ff0000;
    cursor: default;
    transform: none;
}


.newHomePage-sec.newHomePage-contact-bg {
    background: rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}
.newHomePage-sec.newHomePage-contact-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.12), transparent 65%);
    pointer-events: none;
    border-radius: 50%;
}

.newHomePage-contact-card {
    margin-top: 32px;
    padding: 24px;
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.25);
    border-radius: 16px;
}

.newHomePage-contact-card-title {
    font-weight: 700;
    font-size: 20px;
    /* color: #fff; */
    margin-bottom: 8px;
}

.newHomePage-contact-card-text {
    /* font-size: .82rem; */
    /* color: rgba(255, 255, 255, 0.5); */
    line-height: 1.6;
    margin-bottom: 16px;
}


#newHomePage-api .newHomePage-ds-hdr .newHomePage-lead {
    margin-bottom: 0;
}
.newHomePage-btn.newHomePage-btn-primary.newHomePage-mainFormBtn {
    width: 100%;
}




/* FOOTER */
.newHomePage-footer {
    background: #080a10;
    color: #fff;
    padding: 60px 0;
}

.newHomePage-ft-top {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.newHomePage-ft-col h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.newHomePage-ft-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 0;
    margin: 0;
}

.newHomePage-ft-col a {
    font-size: 16px;
    color: #fff;
    transition: color .16s;
    text-decoration: none;
}

.newHomePage-ft-col a:hover {
    color: #fff;
}

.newHomePage-ft-bot {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.newHomePage-ft-copy {
    font-size: 16px;
    color: #fff;
}

.newHomePage-ft-socs {
    display: flex;
    gap: 15px;
}

.newHomePage-ft-s {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background .18s;
    color: #fff;
    text-decoration: none;
}

.newHomePage-ft-s:hover {
    color: #ff0000;
    background: rgba(255, 255, 255, 0.12);
}

/* Additional styles for the footer */
.newHomePage-ft-logo {
    max-width: 300px;
    margin-bottom: 20px;
}
.newHomePage-ft-logo img {
    width: 100%;
    height: auto;
}

.newHomePage-ft-description {
    font-size: 16px;
    color: #fff;
    line-height: 1.72;
    max-width: 350px;
}

.newHomePage-rb-fill-muted {
    background: rgb(0 0 0 / 8%);
}
.newHomePage-rb-fill-accent {
    background: #ff0000;
}
.view-all-InsightBtn {
    display: flex;
    justify-content: end;
}


.newHomePage-data-link-btn {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ff0000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 20px;
}
.newHomePage-dc:hover .newHomePage-data-link-btn {
    color: #fff;
}




/* RESPONSIVE */
    @media (max-width: 1400px) {
        .newHomePage-cs-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 1200px) {
        .newHomePage-hero-stats {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .newHomePage-hs+.newHomePage-hs {
            padding-left: 0;
        }

        .newHomePage-hs+.newHomePage-hs::before {
            content: unset;
        }

        .newHomePage-sc-grid-3 {
            grid-template-columns: 1fr 1fr;
        }

        .newHomePage-how-grid {
            grid-template-columns: 1fr 1fr;
        }
        
        .newHomePage-ds-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media(max-width:1100px) {

        .newHomePage-sec,
        .newHomePage-sol-block,
        .newHomePage-sol-cards-bg {
            /* padding-left: 28px;
            padding-right: 28px; */
        }

        .newHomePage-hero {
            padding: 64px 0;
            gap: 40px;
        }

        .newHomePage-chains-intro {
            grid-template-columns: 1fr;
            gap: 28px;
        }

        .newHomePage-con-grid {
            grid-template-columns: 1fr;
            gap: 44px;
        }

        .newHomePage-ft-top {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media(max-width: 992px) {
        .newHomePage-hero {
            grid-template-columns: 1fr;
            gap: 100px;
        }

        .newHomePage-hero-btns {
            margin-bottom: 25px;
        }

        .newHomePage-hero-stats {
            grid-template-columns: repeat(4, 1fr);
        }

        .newHomePage-fp1 {
            top: -30px;
            left: 15%;
        }

        .newHomePage-fp2 {
            right: 15%;
        }

        .newHomePage-sol-inner {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .newHomePage-sc-grid {
            grid-template-columns: 1fr;
        }

        .newHomePage-d-grid {
            grid-template-columns: 1fr 1fr;
        }
        .newHomePage-sec.newHomePage-sec-light {
            padding-top: 30px;
        }

        .newHomePage-chain-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .newHomePage-cs-grid {
            grid-template-columns: 1fr;
            margin-top: 30px;
        }

        .newHomePage-t-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .newHomePage-ds-hdr {
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }
        .newHomePage-lead {
            margin-bottom: 0;
        }

        .newHomePage-api-grid {
            grid-template-columns: 1fr;
        }

        .newHomePage-blog-grid.currentTab {
            grid-template-columns: 1fr;
        }
        .newHomePage-blog-header {
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        .newHomePage-why-grid {
            grid-template-columns: 1fr 1fr;
        } 
        .newHomePage-why-card {
            padding: 24px;
        }

        .newHomePage-price-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        #newHomePage-chains .newHomePage-btn.newHomePage-btn-primary {
            margin-top: 20px;
        }

        .newHomePage-cf-row {
            gap: 0;
        }
        .newHomePage-cf-note {
            margin-bottom: 0;
        }

        .newHomePage-sol-inner.newHomePage-rev {
            grid-template-columns: 1fr;
        }
        .view-all-InsightBtn {
            justify-content: center;
        }
    }

    @media(max-width:768px) {
        .newHomePage-sec {
            padding: 60px 0;
        }

        .newHomePage-sol-block,
        .newHomePage-sol-cards-bg,
        .newHomePageSolMainSection {
            padding: 56px 0;
        }

        .newHomePage-hero {
            grid-template-columns: 1fr;
            padding: 40px 0 90px;
        }

        .newHomePage-hero h1 {
            font-size: 32px;
        }

        .newHomePage-hero-stats {
            grid-template-columns: repeat(2, 1fr);
        }

        .newHomePage-uc-p.on {
            grid-template-columns: 1fr;
        }

        .newHomePage-d-grid,
        .newHomePage-cs-grid,
        .newHomePage-t-grid,
        .newHomePage-ds-grid,
        .newHomePage-why-grid {
            grid-template-columns: 1fr;
        }
        .newHomePage-d-grid {
            margin-top: 30px;
        }

        .newHomePage-chain-grid {
            grid-template-columns: 1fr 1fr;
        }

        .newHomePage-cf-row,
        .newHomePage-pf-row {
            grid-template-columns: 1fr;
        }

        .newHomePage-ft-top {
            grid-template-columns: 1fr 1fr;
        }

        .newHomePage-sol-inner.rev {
            grid-template-columns: 1fr;
            direction: ltr;
        }

        .newHomePage-sol-stats {
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .newHomePage-sc-grid {
            grid-template-columns: 1fr;
        }

        .newHomePage-sc-grid-3 {
            grid-template-columns: 1fr;
        }

        .newHomePage-mega {
            display: none;
        }

        .newHomePage-sol-options {
            grid-template-columns: 1fr;
        }

        .newHomePage-ss:nth-child(2) {
            border-right: none;
        }
        .newHomePage-ss + .newHomePage-ss {
            padding-left: 0;
        }

        .newHomePage-sc-mn {
            font-size: 22px;
        }

        .newHomePage-how-grid {
            margin-top: 30px;
            grid-template-columns: 1fr;
        }

        .newHomePage-chains-intro {
            gap: 0;
            margin-bottom: 30px;
        }

        .newHomePage-blog-feat {
            padding: 30px;
        }

        .newHomePage-pc-price {
            font-size: 34px;
        }

        .newHomePage-cform {
            padding: 24px;
        }
    }

    @media(max-width:480px) {

        .newHomePage-chain-grid {
            grid-template-columns: 1fr;
        }

        .newHomePage-ft-top {
            grid-template-columns: 1fr;
        }

        .newHomePage-popup-top,
        .newHomePage-popup-body {
            padding-left: 20px;
            padding-right: 20px;
        }

        .newHomePage-sol-stats {
            grid-template-columns: 1fr;
            margin-top: 25px;
        }
        .newHomePage-ss {
            border-right: none;
        }

        .newHomePage-cn-v {
            font-size: 20px;
        }
    }