.cs-services-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 650px;
    padding: 155px 0 80px;
    color: #fff;
    position: relative;
}

.cs-services-hero.has-hero-video > .container {
    position: relative;
    z-index: 1;
}

.cs-services-hero-main {
    position: relative;
    z-index: 2;

}

.cs-services-hero-content {
    margin-top: 97px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    flex-wrap: wrap;
}

.cs-services-hero-content>.left {
    width: 100%;
    max-width: calc(100% - 358px - 30px);
}

.cs-services-hero-content>.right {
    padding-right: 45px;
    width: 358px;
}

.cs-services-hero-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 24px;
}
.cs-services-hero-icon svg {
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
}

.cs-back-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;

}

.cs-services-hero-heading {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
}

.cs-services-hero-subheading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}

.cs-services-hero-desc {
    font-size: 16px;
    max-width: 434px;
}

.cs-services-hero-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cs-services-hero-info .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 15px;
    border-image-slice: 1;
    border-bottom: 1px solid;
    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%);

}

.cs-services-hero-info .item:last-child {
    padding-bottom: 0;
    border: none;
}

.cs-services-hero-info .item-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 6px;
}

.cs-services-hero-info .item-label img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.cs-services-hero-info .item-value {
    font-size: 16px;
    max-width: 270px;
}

.cs-heading {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #000000;
}

.cs-heading span {
    display: block;
    color: #3461E1;
}

.cs-hero {
    min-height: 650px;
    display: flex;
    align-items: flex-end;
    padding: 60px 0;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cs-hero-content {
    max-width: 707px;
}

.cs-hero-subheading {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.cs-hero-heading {
    font-weight: 500;
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 32px;
}

.cs-hero-desc {
    max-width: 361px;
    font-size: 16px;
    line-height: 1.4;
}

.operating-model-section {
    overflow: hidden;
}

.operating-model-section .container {
    max-width: 1600px;
    padding: 0;
}

.operating-model-main {
    display: flex;
    flex-wrap: wrap;

}

.operating-model-main>.left {
    width: 62.7%;
    padding: 60px;
}

.operating-model-main>.right {
    width: 37.3%;
}

.om-subheading {
    color: #3461E1;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 52px;
}

.om-subheading-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: rgb(19, 35, 84, 0.8);
    margin-bottom: 10px;
}

.om-heading {
    max-width: 543px;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #3461E1;
    margin-bottom: 40px;
}

.om-desc {
    font-size: 16px;
    color: rgb(19, 35, 84, 0.8);
    max-width: 514px;
    margin-bottom: 40px;
}

.om-desc p {
    margin-bottom: 1em;
}

.om-desc p:last-child {
    margin-bottom: 0;
}

.om-services {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
    padding: 40px;
    padding-left: 0;
    background: linear-gradient(to right,
            rgba(189, 206, 255, 0.2) 0%,
            rgba(189, 206, 255, 0) 100%);
    margin-bottom: 40px;
}

.cs-list-check .item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000;
}

.om-services::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    width: 1000px;
    background: rgba(189, 206, 255, 0.2);
}

.om-note {
    color: rgb(19, 35, 84, 0.8);
    font-size: 16px;
    max-width: 397px;
}

.om-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.om-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.om-image-note {
    background-color: #3461E1;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    box-shadow: 3px 6px 17.2px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -30px;
    width: 83%;
    z-index: 2;
    bottom: 60px;
    padding: 40px 24px;
}

.methodology-section {
    padding: 120px 0;
    background-color: #EDF1FD;
}

.methodology-wrapper {
    display: flex;
    gap: 64px;
    margin-top: 60px;
}

.methodology-nav {
    width: 424px;
    position: sticky;
    top: 110px;
    align-self: flex-start;
}

.methodology-nav-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 4px;
}

.methodology-nav .nav-item {
    padding: 20px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #000000;
    background-color: #fff;
    font-family: "Inter Tight", sans-serif;
    position: relative;

}

.methodology-nav .nav-item-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.methodology-nav .nav-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            #3461E1 0%,
            rgba(52, 97, 225, 0.3) 100%);
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.methodology-nav .nav-item::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(189, 206, 255, 0.8) 0%, rgba(189, 206, 255, 0.4) 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;
}

.methodology-nav .nav-number {
    font-size: 12px;
    letter-spacing: 0.01em;
    color: #3461E1;
}

.methodology-nav .nav-space {
    width: 1px;
    height: 22px;
    background-color: #E4EBFF;
}

.methodology-nav .nav-item:hover .nav-item-inner {
    transform: translateX(12px);
}

.methodology-nav .nav-item.active::before {
    opacity: 1;
}

.methodology-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.methodology-content .inner {
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #95B0F91A,
        0px 15px 15px 0px #95B0F917, 0px 34px 20px 0px #95B0F90D,
        0px 60px 24px 0px #95B0F903,
        0px 93px 26px 0px #95B0F900;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.methodology-content-header {
    padding: 42px 80px;
    position: relative;
    background-color: #3461E1;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.methodology-content-header::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 60%;
    right: 0;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #3461E1 82.21%);
    z-index: 1;
}

.methodology-content-header-inner {
    position: relative;
    z-index: 2;
}

.methodology-content-header .m-bg {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 60%;
    right: 0;
    z-index: 0;
}

.methodology-content .m-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 14px;
}

.methodology-content .m-desc {
    font-size: 16px;
    font-style: italic;
}

.methodology-content-inner {
    padding: 40px 80px;
    font-size: 16px;
    color: #000000;
    max-width: 804px;
}

.methodology-content-inner p {
    margin-bottom: 1.5em;
}

.methodology-content-inner p:last-child {
    margin-bottom: 0 !important;
}

.methodology-content-services {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    padding-top: 24px;
    margin-top: 29px;
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg,
            rgba(52, 97, 225, 0.04) 0%,
            rgba(52, 97, 225, 0.2) 50%,
            rgba(52, 97, 225, 0.04) 100%);
    border-image-slice: 1;



}

.methodology-content-difference {
    padding: 32px 32px 32px 0;
    margin-top: 40px;
    position: relative;
}

.methodology-content-difference::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: calc(100% + 160px);
    background: linear-gradient(270deg, rgba(189, 206, 255, 0) 0%, rgba(189, 206, 255, 0.2) 100%);
    pointer-events: none;
    z-index: 0;
}

.methodology-content-difference .difference-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #3461E1;
    margin-bottom: 24px;
}

.methodology-content-difference .difference-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.methodology-content-difference .difference-list .item {
    display: flex;
    gap: 16px;
}

.methodology-content-difference .difference-list .item-number {
    font-weight: 500;
    font-size: 16px;
    flex-shrink: 0;
    color: #132354;
}

.methodology-content-difference .difference-list .item-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 24px;
    color: #132354;
    display: flex;
    align-items: center;
    gap: 8px;
}

.methodology-content-difference .difference-list .item-text {
    font-size: 16px;
    color: rgba(19, 35, 84, 0.8);
}

.methodology-content-difference .difference-list .item-text p {
    margin-bottom: 1em;
}

.methodology-content-difference .difference-list .item {
    padding-bottom: 31px;
    position: relative;
}

.methodology-content-difference .difference-list .item::before {
    content: "";
    position: absolute;
    left: -80px;
    bottom: 0;
    width: calc(100% + 160px);
    height: 1px;
    background: linear-gradient(90deg, rgba(52, 97, 225, 0.04) 0%, rgba(52, 97, 225, 0.2) 50%, rgba(52, 97, 225, 0.04) 100%);
}

.methodology-content-difference .difference-list .item:last-child {
    padding-bottom: 0;
}

.methodology-content-difference .difference-list .item:last-child::before {
    display: none;
}

.methodology-content-difference .difference-quote {
    margin-top: 16px;
    padding-left: 18px;
    border-left: 2px solid #C6A563;
    font-weight: 500;
}

.methodology-content-difference .difference-quote p {
    margin-bottom: 1em;
}

body.popup-open {
    overflow: hidden;
}

.methodology-content-text {
    border-top: 1px solid;
    padding-top: 31px;
    border-image-source: linear-gradient(90deg,
            rgba(52, 97, 225, 0.04) 0%,
            rgba(52, 97, 225, 0.2) 50%,
            rgba(52, 97, 225, 0.04) 100%);
    border-image-slice: 1;
    margin-top: 24px;
}

.methodology-content-text:first-child {
    padding-top: 0;
    border: none;
    margin-top: 0;
}

.methodology-content-text-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
    color: #3461E1;
}

.popup-close {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    border: 0;
    background: none;
    width: 32px;
    height: 32px;
    padding: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.container-full {
    padding: 0;
    max-width: 1600px;
    margin: 0 auto;
}

.governance-section {
    padding-bottom: 80px;
}

.governance-main {
    display: flex;
    flex-wrap: wrap;
}

.governance-main>.left {
    width: 34.25%;
}

.governance-main>.right {
    width: 65.75%;
    padding: 80px 60px 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.governance-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.governance-heading {
    max-width: 540px;
    margin-bottom: 32px;
}

.governance-heading span {
    display: inline;
}

.governance-desc {
    font-size: 16px;
    color: rgba(19, 35, 84, 0.8);
    max-width: 396px;
}

.governance-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.governance-list .item {
    display: flex;
    align-items: start;
    gap: 8px;
    justify-content: space-between;
}

.governance-list .item-text {
    font-weight: 500;
    font-size: 20px;
    color: #132354;
}

.governance-list .item-number {
    font-size: 16px;
    color: rgba(19, 35, 84, 0.2);
    margin-top: 4px;
}


.capabilitie-cta-section {
    padding-bottom: 80px;
}

.capabilitie-cta-box {
    border-radius: 12px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 60px 40px 60px;
    color: #fff;
    display: block;
}

.capabilitie-cta-box .section-intro {
    position: relative;
    gap: 0;
}

.capabilitie-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}


.capabilitie-cta-box .section-intro__title {
    margin-bottom: 38px;
}

.capabilitie-cta-box .section-intro__desc {
    margin-bottom: 40px;
    max-width: 440px;
}

.capabilitie-cta-box .cta-confidential__note {
    margin-top: 118px;
}

.capabilitie-cta-box .cta-confidential__note br {
    display: none;
}

@media (max-width:1024px) {
    .cs-services-hero-content>.right {
        padding-right: 0;
        width: 270px;
    }

    .cs-services-hero-heading {
        font-size: 50px;
    }

    .cs-services-hero-content>.left {
        max-width: calc(100% - 270px - 30px);
    }

    .cs-heading {
        font-size: 50px;
    }

    .cs-hero-heading {
        font-size: 62px;
    }

    .operating-model-main>.left {
        padding: 40px 40px 40px 20px;
        width: 60%;
    }

    .operating-model-main>.right {
        width: 40%;
    }

    .om-heading {
        font-size: 50px;
    }

    .om-services {
        grid-template-columns: 1fr;
        padding-right: 20px;
    }

    .om-image-note {
        width: 95%;
        font-size: 20px;
        left: -20px;
    }

    .methodology-nav {
        width: 100%;
    }

    .methodology-wrapper {
        gap: 0;
    }

.methodology-content {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    background-color: rgba(19, 35, 84, 0.6);

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.methodology-content .inner {
    height: 90vh;
    overflow-y: auto;

    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.methodology-content.active {
    opacity: 1;
    pointer-events: auto;
}

.methodology-content.active .inner {
    transform: translateY(0);
}



    .popup-close {
        display: flex;
    }

    .methodology-content>.content-section {
        display: none;
    }

    .methodology-content>.content-section.active {
        display: block;
    }

    .methodology-section {
        padding: 80px 0;
    }

    .governance-main>.left {
        width: 40%;
    }

    .governance-main>.right {
        width: 60%;
        padding: 40px 16px 40px 30px;
    }

    .governance-list {
        gap: 24px;
    }

    .capabilitie-cta-box {
        padding: 40px;
    }

    .capabilitie-cta-heading {
        font-size: 60px;
    }
}

@media (max-width:767px) {
    .cs-heading {
        font-size: 40px;
        line-height: 1.2;
    }

    .cs-hero {
        min-height: 850px;
        background-position: left;
    }


    .cs-hero-heading {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .operating-model-section {
        padding: 60px 0;
    }

    .operating-model-section .container {
        max-width: 1600px;
        padding: 0;
    }

    .om-image-wrapper {
        height: auto;
        margin-bottom: 97px;
    }

    .operating-model-main>.left {
        width: 100%;
        padding: 0 42px 40px 16px;
    }

    .operating-model-main>.right {
        width: 100%;
    }

    .om-subheading {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .om-subheading-2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .om-heading {
        font-size: 40px;
        line-height: 1.2;
    }

    .om-desc {
        margin-bottom: 0;
    }

    .om-services {
        padding: 0 40px;
        margin-bottom: 32px;
        background: transparent;
    }

    .om-services::before {
        display: none;
    }

    .om-image-wrapper img {
        height: 541px;
    }

    .om-image-note {
        font-size: 16px;
        left: 16px;
        width: calc(100% - 32px);
        bottom: -58px;
        padding: 24px;
    }

    .om-note {
        padding: 0 40px;
        max-width: 430px;
    }

    .methodology-section {
        padding: 60px 0 40px;
    }

    .methodology-desc {
        margin-top: 24px;
        font-size: 16px;
        color: rgba(19, 35, 84, 0.8);
    }

    .methodology-wrapper {
        margin-top: 32px;
    }

    .methodology-content-header {
        padding: 24px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .methodology-content .m-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .methodology-content-header .m-bg,
    .methodology-content-header::before {
        width: 100%;
    }

    .methodology-content-header::before {
        background: linear-gradient(270deg, rgba(52, 97, 225, 0.1) 0%, rgba(52, 97, 225, 0.8) 45.14%, rgba(52, 97, 225, 0.9) 65.12%, #3461E1 87.67%);
    }

    .methodology-content-inner {
        padding: 32px 24px;
    }

    .methodology-content-inner p {
        margin-bottom: 1em;
    }

    .methodology-content-difference {
        padding-right: 0;
    }

    .methodology-content-difference .difference-quote p {
        margin-bottom: 1.5em;
    }

    .methodology-content-text {
        margin-top: 32px;
    }

    .methodology-content-difference .difference-list .item {
        padding-bottom: 23px;
    }

    .methodology-content-difference .difference-list {
        gap: 24px;
    }

    .governance-main>.left {
        width: 100%;
    }

    .governance-main>.right {
        width: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        margin-top: -50px;
        background-color: #fff;
        padding: 38px 16px 0 16px;
    }

    .governance-section {
        padding-bottom: 40px;
    }

    .governance-img {
        height: 450px;
    }

    .governance-desc {
        max-width: 323px;
    }

    .governance-list .item {
        padding-bottom: 15px;
        border-bottom: 1px solid;
        border-image-source: linear-gradient(90deg, rgba(52, 97, 225, 0.04) 0%, rgba(52, 97, 225, 0.2) 50%, rgba(52, 97, 225, 0.04) 100%);
        border-image-slice: 1;
    }

    .capabilitie-cta-box {
        padding: 60px 32px 32px 32px;
    }

    .capabilitie-cta-box .section-intro__title {
        margin-bottom: 40px;
    }

    .capabilitie-cta-box .section-intro__desc {
        max-width: 283px;
        margin-bottom: 32px;
    }




    .capabilitie-cta-box::before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .capabilitie-cta-box::after {
        display: none !important;
    }

    .capabilitie-cta-section {
        padding-bottom: 40px;
    }

    .capabilitie-cta-box .cta-confidential__note br {
        display: block;
    }

    .cs-services-hero {
        padding: 137px 0 60px;
    }

    .cs-services-hero-content {
        margin-top: 40px;
        padding: 0 8px;
        gap: 40px;
        flex-direction: column;
    }

    .cs-services-hero-heading {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .cs-services-hero-content>.left {
        max-width: 100%;
    }

    .cs-services-hero-content>.right {
        width: 100%;
    }

    /* Keep hero icon properly sized on mobile */
    .cs-services-hero-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
    }

    .cs-services-hero-icon svg,
    .cs-services-hero-icon img {
        width: 44px;
        height: 44px;
    }

    .cs-services-hero-info .item-label img {
        width: 24px;
        height: 24px;
    }

    .cs-services-hero-info .item {
        padding-bottom: 23px;
    }

    .cs-services-hero-info {
        gap: 24px;
    }

    /* Disable hover translateX on touch devices */
    .methodology-nav .nav-item:hover .nav-item-inner {
        transform: none;
    }
}