/* BTN */
.hidden {
    display: none !important;
}

.is-desktop {}

.is-mobile {
    display: none !important;
}

.is-mobile-flex {
    display: none !important;
}

@media (max-width:767px) {
    .is-desktop {
        display: none !important;
    }

    .is-mobile {
        display: block !important;
    }

    .is-mobile-flex {
        display: flex !important;
    }
}

.btn-light {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.btn-light:hover {
    background: #3461E1;

}

/* focus-areas */
.focus-areas {
    padding: 80px 0 60px;
    position: relative;
    z-index: 2;
    margin-top: -20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #fff;

}

.focus-areas .section-intro {
    gap: 44px;
}

.focus-areas-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
    margin-top: 20px;
}

.focus-areas-number {
    font-family: Switzer;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;

    color: var(--main-color);
    margin-bottom: 16px;
    display: block;
}

.focus-areas-item-title {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;

    color: #000000;
    margin-bottom: 16px;
}

.focus-areas-item-desc {
    font-family: Switzer;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;

    color: rgba(19, 35, 84, 0.8);
    margin-bottom: 0;
}

.focus-areas-item {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.04) 100%);
    border-image-slice: 1;

}

/* .focus-areas-item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.04) 100%);
    width: 100%;
} */

@media (max-width:992px) {

    .focus-areas-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {

    .focus-areas-list {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 8px;
    }

    .focus-areas {
        margin-top: 0;
        border: 0;
        padding: 60px 0;
    }

    .focus-areas-item {
        padding: 28px 0;
        display: grid;
        grid-template-columns: 56px 1fr;
        grid-template-rows: auto auto;
        gap: 0 0;
        align-items: start;
    }

    .focus-areas-number {
        font-size: 16px;
        grid-row: 1;
        grid-column: 1;
        padding-top: 4px;
        margin-bottom: 0;
        color: var(--main-color);
        opacity: 0.6;
    }

    .focus-areas-item-title {
        font-size: 22px;
        margin-bottom: 12px;
        grid-row: 1;
        grid-column: 2;
    }

    .focus-areas-item-desc {
        font-size: 16px;
        line-height: 1.5;
        grid-row: 2;
        grid-column: 2;
    }

    .focus-areas .section-intro {
        gap: 16px;
    }
}

/* Evidence Snapshots Section */
.evidence-snapshots {
    padding: 60px 0;
    background-image: var(--bg-desktop);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    background-size: cover;
    position: relative;
    margin-bottom: 18px;
}

.evidence-snapshots::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background: #00000033;

}

.evidence-snapshots__wrapper {
    position: relative;
    z-index: 1;
}

.evidence-snapshots__title {
    font-family: Inter Tight;
    font-weight: 600;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0.01em;
    margin: 0 0 40px 0;
    color: #fff;
}

.evidence-snapshots__subtitle {
    font-family: Switzer;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;

    vertical-align: middle;
    color: #fff;
    margin-bottom: 24px;
}

.evidence-snapshots__header {
    max-width: 281px;
}

.evidence-snapshots__left {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 805px - 20px);
    min-height: calc(600px - 120px);
    justify-content: space-between;
}

.evidence-snapshots__wrapper {
    display: flex;
    align-items: stretch;
}

.evidence-snapshots__info {}

.evidence-snapshots__info-row {
    display: flex;
    gap: 69px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(90deg,
            rgba(255, 255, 255, 0.04) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.04) 100%);
    border-image-slice: 1;
}

.evidence-snapshots__info-row:first-child {
    border: none;
    padding-top: 0;
}

.evidence-snapshots__info-label {
    width: 84px;
    font-family: Switzer;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;

    color: #FFFFFF99;
}

.evidence-snapshots__info-value {
    width: calc(100% - 84px - 69px);
    font-family: Switzer;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;

    color: #FFFFFF;
}

.evidence-snapshots__right {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -78px;
    box-shadow: 3px 6px 17.2px 0px #0000001A;
    max-width: 805px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    min-height: 508px;
    background: #fff;

}

.evidence-snapshots__tags {
    background: #3461E1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 6px 60px;
}

.evidence-snapshots__tag {

    font-family: Switzer;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #fff;
    display: inline-block;
}

.evidence-snapshots__tag strong {
    font-weight: 400;
}

.evidence-snapshots__right--content {
    background: #fff;
    padding: 40px 60px 32px;
    min-height: calc(508px - 32px);
    position: relative;
}

.evidence-snapshots__right--header {
    display: flex;
    flex-wrap: wrap;
    gap: 138px;
}

.evidence-snapshots__logo {
    width: 60px;
}

.evidence-snapshots__content-title {
    width: calc(100% - 60px - 138px);
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 60px;
    line-height: 110.00000000000001%;
    letter-spacing: 0.01em;
    color: #1A1C29;
    margin-bottom: 40px;
}

.evidence-snapshots__content-text {
    font-family: Switzer;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 32px;
}

.evidence-snapshots__highlight {
    padding-left: 10px;
    border-left: 1px solid #3461E1;
    margin-bottom: 36px;
}

.evidence-snapshots__highlight p {
    font-family: Switzer;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #000000;
}

.evidence-snapshots__footer {
    position: absolute;
    left: 60px;
    bottom: 32px;
    font-family: Switzer;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #132354;
}

@media (max-width:1200px) {

    .evidence-snapshots__right {
        max-width: 605px;
    }

    .evidence-snapshots__left {
        max-width: calc(100% - 605px - 20px);
    }

    .evidence-snapshots__content-title {
        font-size: 50px;
        width: calc(100% - 60px - 30px);
    }

    .evidence-snapshots__right--header {
        gap: 30px;
    }

    .evidence-snapshots__right {}
}

@media (max-width:992px) {
    .evidence-snapshots__left {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        gap: 60px;
    }

    .evidence-snapshots__right {
        position: initial;
        min-height: auto;
        max-width: 100%;
        margin-bottom: var(--mb-mobile, -60px);
        z-index: 2;
    }

    .evidence-snapshots__wrapper {
        flex-direction: column;
        gap: 44px;
    }

    .evidence-snapshots__right--content {
        min-height: 0;
    }

    .evidence-snapshots__footer {
        position: initial;
    }

    .evidence-snapshots__highlight {
        margin-bottom: 40px;
    }

    .evidence-snapshots {
        padding: 40px 0 0;
        margin-bottom: var(--mb, 100px);
    }
}

@media (max-width:767px) {
    .evidence-snapshots__tags {
        padding: 20px 24px;

        flex-wrap: wrap;
        gap: 8px;
    }

    .evidence-snapshots__right--content {
        padding: 24px 32px;
    }

    .evidence-snapshots__logo {
        width: 40px;
    }

    .evidence-snapshots__info-row:last-child {
        border-bottom: 1px solid transparent;
        border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    }

    .evidence-snapshots__right--header {
        gap: 24px;
    }

    .evidence-snapshots__content-title {
        font-size: 32px;

        width: calc(100% - 40px - 40px);
    }

    .evidence-snapshots__info-value {
        text-align: right;
    }

    .evidence-snapshots {
        background-image: var(--bg-mobile);
        margin-bottom: var(--mb, 100px);

    }

    .evidence-snapshots::after {
        background: #00000066;

    }
}

/* Innovation Section */
.innovation-section {
    padding-top: 62px;
}

.innovation-section__wrapper {
    display: flex;
    gap: 80px;
    padding-right: clamp(15px, 6.06vw, 97px);
    flex-wrap: wrap;
}

.innovation-section__header {
    width: calc(100% - 61.8% - 30px);
}

.innovation-section__cards {
    width: 61.8%;
    display: grid;
    margin-top: 44px;
    grid-template-columns: repeat(2, 1fr);
}

.innovation-section__card {
    background: linear-gradient(270deg, rgba(189, 206, 255, 0) 0%, rgba(189, 206, 255, 0.2) 100%);
    border-left: 2px solid #BDCEFF;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.innovation-section__image {
    width: 180px;
}

.innovation-section__image img {
    height: 100%;

}

.innovation-section__content {
    width: calc(100% - 180px - 80px);
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.innovation-section__colum-3 {
    padding-bottom: 80px;
}

.innovation-section__colum-3 .innovation-section__content {
    flex-wrap: wrap;

}

.innovation-section__colum-3 .innovation-section__cards {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}

.innovation-section__card-label {
    font-family: Switzer;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;

    vertical-align: middle;
    color: #13235499;
    margin-bottom: 16px;
}

.innovation-section__card-title {
    font-family: Inter Tight;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 16px;
}

.innovation-section__card-text {
    font-family: Switzer;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;

    color: #132354CC;
}

.innovation-section__description {
    max-width: 355px;
    margin-top: 32px;
    font-family: Switzer;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1A1C29;
}

@media (max-width:1440px) {
    .innovation-section__cards {
        width: 55%;
    }

    .innovation-section__header {
        width: calc(100% - 55% - 30px);
    }
}

@media (max-width:1200px) {
    .innovation-section__content {
        flex-wrap: wrap;
    }

    .innovation-section__header {
        width: 100%;
    }

    .innovation-section__cards {
        width: 100%;
    }
}

@media (max-width:992px) {
    .innovation-section__wrapper {
        gap: 30px;
    }

    .innovation-section__colum-3 .innovation-section__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 0;
    }

    .innovation-section__content {
        width: calc(100% - 180px - 30px);
    }
}

@media (max-width:767px) {
    .innovation-section__image {
        display: none;
    }

    .innovation-section__colum-3 {
        padding-bottom: 60px;
    }

    .innovation-section__colum-3 .innovation-section__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .innovation-section {
        padding: 60px 16px;
    }

    .innovation-section__wrapper {
        padding: 0;
    }

    .innovation-section__content {
        width: 100%;
        padding: 0;
        gap: 0
    }

    .innovation-section__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .innovation-section__card {
        min-height: auto;
        padding: 16px;
    }

    .innovation-section__card-label {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .innovation-section__card-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .innovation-section__card-text {
        font-size: 12px;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


/* Deep Dive Section*/
.deep-dive {
    background: radial-gradient(44.62% 91.46% at 52.44% 68.09%, #081987 0%, #020621 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    padding: 80px 0 56px;
}

.deep-dive .section-intro__eyebrow,
.deep-dive .section-intro__title {
    color: #fff;
}

.deep-dive .section-intro {
    margin-bottom: 63px;
}

.deep-dive .section-intro__desc {
    margin-top: 12px;
    max-width: 242px;
}

.deep-dive__wrapper {
    display: flex;
    align-items: center;
    gap: clamp(30px, 12.06vw, 193px);
}

.deep-dive__left {
    width: 542px;
}

.deep-dive__right {

    max-width: calc(100% - 542px - clamp(30px, 12.06vw, 193px));
}

.deep-dive__block {
    padding: 32px 0;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    border-image-slice: 1;
    max-width: 383px;
}

.deep-dive__block:first-child {
    padding-top: 0;
    border: none;
}

.deep-dive__block:last-child {
    padding-bottom: 0;
}

.deep-dive__block-title {
    font-family: Inter Tight;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 24px;
}

.deep-dive__block-text {
    font-family: Switzer;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;

    color: #FFFFFFCC;
}

.deep-dive__right--content {
    max-width: 573px;
}

.deep-dive__image {
    margin-bottom: 42px;
    position: relative;
}

.deep-dive__image p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 248px;
    font-family: Switzer;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000CC;
}

.deep-dive__use-case-title {
    font-family: Inter Tight;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 24px;
}

.deep-dive__use-case-text {
    color: #FFFFFFCC;
    font-family: Switzer;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;

    max-width: 531px;

}

@media (max-width:1200px) {
    .deep-dive__wrapper {
        gap: 48px;
        flex-wrap: wrap;
    }

    .deep-dive__right {
        max-width: calc(100% - 542px - 48px);
    }
}

@media (max-width:992px) {
    .deep-dive__left {
        width: 100%;
    }

    .deep-dive__right {
        max-width: 100%;
    }

    .deep-dive__block {
        max-width: 100%;
    }

    .deep-dive__wrapper {
        justify-content: center;
    }
}

@media (max-width:767px) {
    .deep-dive {
        padding: 60px 0;
    }

    .deep-dive .section-intro {
        margin-bottom: 80px;
    }

    .deep-dive__image {
        margin-bottom: 24px;
    }

    .deep-dive__use-case-title {
        margin-bottom: 16px;
    }
}

/*  Reporting Built  */
.reporting-built {
    padding: 152px 0 80px;

}

.reporting-built__wrapper {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.reporting-built__left {
    width: 475px;

}

.reporting-built .section-intro__title {
    color: #000;
}

.reporting-built .section-intro__desc {
    color: #132354CC;
    max-width: 402px;
}

.reporting-built .btn {
    margin-top: 16px;
}

.reporting-built .section-intro {
    align-items: flex-start;
}

.reporting-built__right {
    width: calc(100% - 475px - 24px);
    padding-right: 75px;
}

.reporting-built__list {
    max-width: 730px;
    margin-left: auto;
}

.reporting-built-item {
    padding: 40px 44px;
    position: relative;
    border-bottom: 1px solid #AFAFAF33;
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
                padding 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer;
}

.reporting-built-item:first-child {
    border-top: 1px solid #AFAFAF33;
}

.reporting-built-item .focus-areas-number {
    position: absolute;
    margin-bottom: 0;
    top: 22px;
    transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    left: 0;
}

.reporting-built-item:hover {
    background: #F0F4FD;
    padding: 40px 44px 40px 64px;

}

.focus-areas-item-title {
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);

}

.reporting-built-item:hover .focus-areas-item-title {
    color: var(--main-color);
}

.reporting-built-item:hover .focus-areas-number {
    left: 20px;
}

@media (max-width:1200px) {
    .reporting-built__right {
        padding-right: 0;
        width: calc(100% - 375px - 24px);
    }

    .reporting-built__left {
        width: 375px;
    }
}

@media (max-width:992px) {
    .reporting-built__right {
        padding-right: 0;
        width: 100%;
    }

    .reporting-built__left {
        width: auto;
    }

    .reporting-built__wrapper {
        flex-wrap: wrap;
    }

    .reporting-built {
        padding: 80px 0;
    }

    .reporting-built .section-intro__title {
        max-width: 292px;
    }

    .reporting-built .section-intro__desc {
        max-width: 326px;
    }
}

@media (max-width:767px) {
    .reporting-built-item {
        padding: 38px 33px 16px;
    }

    .reporting-built-item:last-child {
        border-bottom: none;
    }

    .reporting-built .section-intro {
        gap: 24px;
    }

    .reporting-built-item .focus-areas-number {
        top: 16px;
    }

    .reporting-built-item:hover {
        padding: 38px 33px 16px 43px;

    }

    .reporting-built-item:hover .focus-areas-number {
        left: 10px;
    }

    .reporting-built .btn {
        margin: 0;
    }

    .reporting-built-bottom {
        width: 100%;
    }

    .reporting-built {
        padding: 60px 0;
    }

    .reporting-built-item .focus-areas-item-title {
        margin-bottom: 12px;
    }
}

/* cta confidential */
.cta-confidential {
    background-image: var(--bg-desktop);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    overflow: hidden;
    justify-content: flex-end;
    padding: 40px 60px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.cta-confidential::after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(2, 6, 33, 0.4) 61.43%, rgba(2, 6, 33, 0) 100%);


}

.cta-confidential .section-intro {
    max-width: 639px;
    gap: 32px;
    align-items: flex-start;
}

.cta-confidential .section-intro__title {
    color: #fff;
}

.cta-confidential .btn {
    margin-top: 8px;
}

.cta-confidential .section-intro__desc {
    max-width: 478px;
    color: #FFFFFF;
}

.cta-confidential__note {
    margin-top: 8px;
    font-family: Switzer;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;

    vertical-align: middle;
    color: #FFFFFFB2;
}

@media (max-width:1200px) {
    .cta-confidential {

        margin-bottom: 60px;
    }
}

@media (max-width:767px) {
    .cta-confidential {
        background-image: var(--bg-mobile);
        min-height: 674px;
        padding: 32px;
        margin-bottom: 40px;
    }

    .cta-confidential .section-intro {
        gap: 24px;
    }

    .cta-confidential__note {
        margin-top: 36px;
    }
}

/* Services Grid  */
.services-grid {
    padding: 80px 0;
    margin-top: -12px;
    background: linear-gradient(180deg, #f4f6fb 0%, rgba(189, 206, 255, 0.65) 50%, #f4f6fb 100%);
    border-radius: 12px 12px 0 0;
}

.services-grid .section-intro {
    max-width: 735px;
    margin-bottom: 60px;
}

.services-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.services-grid__icon img {
    width: auto;
}

.services-grid__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
    box-shadow: 0 2px 16px rgba(149, 176, 249, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    overflow: hidden;
    min-height: 500px;
    padding: 32px 43px 40px 32px;
    position: relative;
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
                background 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
                border-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
                transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.services-grid__item:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(149, 176, 249, 0.18),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.services-grid__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/service/services-grid.png') center / cover no-repeat;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 0;
}

.services-grid__item:hover::before {
    opacity: 1;
}

.services-grid__item>* {
    position: relative;
    z-index: 1;
}

.services-grid__item::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.7) 0%,
            rgba(189, 206, 255, 0.25) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.services-grid__title {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    color: #132354;
}

.services-grid__description {
    font-family: Switzer;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #132354;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-bottom: 24px;
    max-width: 359px;
}

.services-grid__list {
    display: grid;
    gap: 16px 39px;
    grid-template-columns: 1fr 1fr;
}

.services-grid__list li {
    font-family: Switzer;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-left: 10px;
    color: #132354;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.services-grid__list li::marker {
    color: #9CB2F0;
    font-size: 12px;
}

.services-icon img {
    width: auto;
}

.services-icon {
    position: absolute;
    top: 20px;
    transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
                right 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    right: 20px;
}

.services-grid__list {
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(175, 175, 175, 0.04) 0%, rgba(175, 175, 175, 0.2) 50%, rgba(175, 175, 175, 0.04) 100%);
    border-image-slice: 1;
    padding-top: 36px;
}

.services-grid__icon .is-hover {
    display: none;
}

.services-grid__item:hover .services-grid__title,
.services-grid__item:hover .services-grid__description,
.services-grid__item:hover .services-grid__list li {
    color: #fff;
}

.services-grid__item:hover .is-active {
    display: none;
}

.services-grid__item:hover .is-hover {
    display: block;
}

.services-grid__item:hover::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(189, 206, 255, 0.1) 100%);
}

.services-grid__item:hover .services-icon {
    top: 10px;
    right: 10px;
}

@media (max-width:992px) {
    .services-grid__wrapper {
        grid-template-columns: 1fr;
    }

    .services-grid__list {
        gap: 16px;
    }
}

@media (max-width:767px) {
    .services-grid {
        padding: 45px 0 80px;
        border-radius: 0;
        margin: 0;
    }

    .services-grid__item {
        padding: 32px 32px 40px;
        gap: 40px;
    }

    .services-icon {
        top: 32px;
        min-height: 452px;

    }

    .services-grid__title {
        font-size: 32px;
        line-height: 1.2;
    }

    .services-grid__description {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #132354CC;
    }

    .services-grid__list {
        padding-top: 24px;
        grid-template-columns: 1fr;
    }

    .services-grid__item:hover .services-icon {
        top: 20px;
    }
}

/* Methodology Section */
.methodology-section {
    position: relative;
}

.methodology-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -1;
    background-image: var(--bg-desktop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.methodology-section::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: -1;
    background: #030A26;

}

.methodology-section__title {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 60px;
    line-height: 110.00000000000001%;
    letter-spacing: 1%;
    max-width: 1153px;
    padding: 291px 0 30px;
    color: #fff;
}

.methodology-section .container {
    position: relative;
}

.methodology-section__logo {
    top: 60px;
    right: 60px;
    position: absolute;
}

.methodology-section__grid {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-bottom: 68px;
}

.methodology-section__step {
    box-shadow: 0px 4px 8px 0px #95B0F91A;

    box-shadow: 0px 93px 26px 0px #95B0F900;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: url('../images/bg-methodology.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1),
                background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}



.methodology-section__step:hover {
    transform: translateY(-8px);
}

.methodology-section__step::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(189, 206, 255, 0.6) 0%, rgba(189, 206, 255, 0) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

.methodology-section__number {
    margin-bottom: 40px;
    font-family: Switzer;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    display: block;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.methodology-section__step-title {
    font-family: Inter Tight;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #fff;
    transition: color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-bottom: 16px;
}

.methodology-section__step-text {
    font-family: Switzer;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFFCC;
}

.methodology-section__step:hover {
    background: #F3F6FF;

}

.methodology-section__step:hover .methodology-section__number {
    color: #3461E1;
}

.methodology-section__step:hover .methodology-section__step-title {
    color: #132354;

}

.methodology-section__step:hover .methodology-section__step-text {
    color: #132354CC;
}

@media (max-width:1440px) {
    .methodology-section .container {
        position: static;
    }
}

@media (max-width:1200px) {
    .methodology-section__title {
        font-size: 50px;
    }

    .methodology-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .methodology-section__step:hover {
        transform: translateY(-6px);
    }
}

@media (max-width:767px) {
    .methodology-section__logo {
        display: none;
    }

    .methodology-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .methodology-section__step {
        padding: 16px;
        border-radius: 10px;
    }

    .methodology-section__number {
        font-size: 32px;
        margin-bottom: 8px;
    }

    .methodology-section__step-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .methodology-section__step-text {
        font-size: 12px;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .methodology-section {}

    .methodology-section__title {
        font-weight: 500;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0.01em;
        padding: 60px 40px 40px 0;
    }

    .methodology-section::before {
        height: 35%;
    }

    .methodology-section::after {
        background-image: var(--bg-mobile);
        height: 65%;
    }
}