.banner-part.banner-part-modern {
    position: relative;
    overflow: hidden;
    padding: 110px 0 100px;
    /* background:
                radial-gradient(circle at top left, rgba(93, 141, 255, 0.35), transparent 34%),
                radial-gradient(circle at 85% 20%, rgba(27, 221, 255, 0.18), transparent 24%),
                linear-gradient(135deg, #07162f 0%, #0a2248 45%, #10356a 100%); */
    background: #000;
    background-image: url("../../img/bg-welcome.png");
}


.banner-modern-inner {
    position: relative;
    z-index: 1;
    align-items: center;
}

.banner-modern-copy {
    color: #d8e7ff;
    padding-right: 32px;
}

.banner-modern-copy h1 {
    margin: 0;
    font-size: clamp(2.8rem, 5vw, 3.8rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #f5f9ff;
}

.banner-modern-copy h1 span {
    color: #8C8DCF !important;
    text-shadow: 0 0 24px rgba(136, 215, 255, 0.28);
}

.banner-modern-copy p {
    margin: 24px 0 34px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #fff !important;
    text-align: left;
}

.banner-modern-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    color: #041427;
    text-decoration: none;
    background: linear-gradient(135deg, #8de6ff 0%, #c4f5ff 100%);
    box-shadow: 0 16px 40px rgba(98, 211, 255, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.banner-modern-button a:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 46px rgba(98, 211, 255, 0.34);
}

/* button-hash */
.button-common a.btn-for-dark {
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}

.btn-for-dark {
    border-radius: 10px;
    display: inline-flex !important;
    font-size: 16px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: linear-gradient(117.37deg, #797BBB 0%, #3E4195 100%);
    ;
    color: #fff;
    padding: 5px;
}

span.button-arrow {
    display: inline-flex;
    padding: 10px;
    background: rgba(77, 122, 231, 1);
    border-radius: 10px;
}

.btn-for-dark,
.btn-for-dark span {
    position: relative;
}

.btn-for-dark,
.btn-for-dark span {
    position: relative;
}

.btn-for-dark {
    text-decoration: none;
}

.btn-for-dark:hover {
    color: #fff;
}

.button-text {
    padding: 10px;
}

.button-common a.btn-for-dark {
    text-align: none !important;
}

.button-common a.btn-for-dark:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 5px #0565ff;
    border: 1px solid #4d7ae7;
}

.button-common a.btn-for-dark:hover span.button-arrow img {
    transition: all 0.3s ease-in-out !important;
    transform: rotate(45deg);
}

/* 2nd section */
.killer-feature.killer-feature-modern {
    padding: 110px 0;
    background: #fff;
}

.killer-feature-modern .killer-feature-header {
    max-width: 760px;
    margin: 0 auto 56px;
    text-align: center;
}

.killer-feature-modern .killer-feature-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.15;
    font-weight: 800;
    color: #16233b;
    letter-spacing: -0.03em;
}

.killer-feature-modern .killer-feature-title span {
    color: #8C8DCF;
    /* background: linear-gradient(135deg, #4a7dff 0%, #7c54ff 100%); */
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background:
        linear-gradient(117.37deg, #797BBB 0%, #3E4195 100%);
}

.killer-feature-modern .killer-feature-subtitle {
    margin: 18px auto 0;
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.8;
    color: #6b7893;
}

.killer-feature-modern .trust-cards-row {
    align-items: center;
    justify-content: center;
    max-height: 417px;
    align-items: stretch
}

.killer-feature-modern .trust-card-wrap {
    margin-bottom: 24px;
    display: flex;
}

.killer-feature-modern .trust-card {
    position: relative;
    height: 100%;
    padding: 38px 30px 34px;
    text-align: center;
    border-radius: 30px;
    background: #F5F5F5;
    border: 1px solid rgba(137, 154, 187, 0.18);
    box-shadow: 0 22px 50px rgba(20, 35, 70, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.killer-feature-modern .trust-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(20, 35, 70, 0.12);
}

.killer-feature-modern .trust-card:hover {
    padding: 52px 34px 46px;
    color: #fff !important;
    background: linear-gradient(122.01deg, #797BBB 22.6%, #3E4195 79.05%);
    box-shadow: 0 30px 70px rgba(72, 95, 255, 0.28);
    transform: scale(1.06);
    z-index: 2;
}

.killer-feature-modern .trust-card.trust-card-featured:hover {
    transform: scale(1.06) translateY(-6px);
    box-shadow: 0 36px 78px rgba(72, 95, 255, 0.34);
}

.contain-width.ar3 {
    max-width: 1300px !important;
}

.killer-feature-modern .trust-card-icon {
    /* width:129px;
    height: 129px; */
    margin: 0 auto 24px;

}

/* .killer-feature-modern .trust-card-icon img {
    max-width: 40px;
    max-height: 40px;
} */

.killer-feature-modern .trust-card-featured .trust-card-icon {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.killer-feature-modern .trust-card-title {
    margin: 0 0 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}

.killer-feature-modern .trust-card-featured .trust-card-title {
    color: #ffffff;
}

.killer-feature-modern .trust-card-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.8;
    /* color: #68768f; */
}

.killer-feature-modern .trust-card-featured .trust-card-text {
    color: rgba(255, 255, 255, 0.88);
}

.killer-feature-modern .trust-card:hover svg path {
    fill: #fff !important;
}

/* 3rd section */
.cc-feature.cc-feature-modern {
    overflow: hidden;
    width: 100%;
    background-image: url(../img/cta-bg-img.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;

}




.cc-feature-modern .cc-feature-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    background-image:
        linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.08) 46% 47%, transparent 47% 100%),
        linear-gradient(65deg, transparent 0 52%, rgba(140, 219, 255, 0.10) 52% 53%, transparent 53% 100%);
    background-size: 320px 320px, 260px 260px;
    background-position: center center, center center;
}

.cc-feature-modern .cc-feature-shell {
    position: relative;
    z-index: 1;
}

.cc-feature-modern .cc-feature-panel {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.cc-feature-modern .cc-feature-title {
    margin: 0;
    font-size: clamp(2.3rem, 4.8vw, 3.6rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #f6fbff;
}

.cc-feature-modern .cc-feature-subtitle {
    max-width: 700px;
    margin: 24px auto 22px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(219, 230, 247, 0.82);
}

.cc-feature-modern .cc-feature-process {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px;
    padding: 12px 20px;
    border-radius: 999px;
    color: #9fe6ff;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cc-feature-modern .cc-feature-process span {
    color: rgba(246, 251, 255, 0.92);
}

.cc-feature-modern .cc-feature-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 210px;
    padding: 16px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #4d7dff 0%, #7a5cff 100%);
    box-shadow: 0 18px 40px rgba(92, 108, 255, 0.30);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cc-feature-modern .cc-feature-action a:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(92, 108, 255, 0.38);
}

.cc-feature-modern .cc-feature-action i {
    font-size: 0.95rem;
}

/* 4th section */
.killer-feature.key-benefits-pyment.get-started-modern {
    padding: 110px 0;
    background: #fff;
}

.get-started-modern .get-started-header {
    /* max-width: 760px; */
    margin: 0 auto 56px;
    text-align: center;
}

.get-started-modern .get-started-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    /* line-height: 2px; */
    font-weight: 800;
    letter-spacing: 2px;
    color: #17253f;
}

.get-started-modern .get-started-title span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background:
        linear-gradient(117.37deg, #797BBB 0%, #3E4195 100%);
}

.get-started-modern .get-started-subtitle {
    /* max-width: 660px; */
    margin: 25px auto 0;
    font-size: 1rem;
    line-height: 1.85;
    color: #6b7893;
}

.get-started-modern .get-started-card-wrap {
    margin-bottom: 24px;
}

.get-started-modern .get-started-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    padding: 28px 26px;
    border-radius: 26px;
    background: #F9F9F9;
    /* border: 1px solid rgba(141, 156, 186, 0.16); */
    box-shadow: 0 18px 40px rgba(18, 32, 64, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 4px solid #FFFFFF
}

.get-started-modern .get-started-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(18, 32, 64, 0.12);
}

/* .get-started-modern .get-started-icon {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #edf3ff 0%, #dfe7ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
} */

.get-started-modern .get-started-icon img {
    max-width: 36px;
    max-height: 36px;
}

.get-started-modern .get-started-card-body {
    flex: 1;
}

.get-started-modern .get-started-card-title {
    margin: 2px 0 12px;
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 700;
    color: #000 !important;
}

.get-started-modern .get-started-card-text {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.8;
    color: #66758f;
}

.get-started-modern .get-started-points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.get-started-modern .get-started-points li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #66758f;
}

.get-started-modern .get-started-points li:last-child {
    margin-bottom: 0;
}

.get-started-modern .get-started-points li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /* background: linear-gradient(135deg, #4a7dff 0%, #7a57ff 100%); */
    background: linear-gradient(117.37deg, #797BBB 0%, #3E4195 100%);
}

/* section 5th */

.start-your-journey.start-your-journey-modern {
    padding: 50px 0;
    background: #ffff
}

.start-your-journey-modern .journey-header {
    /* max-width: 780px; */
    margin: 0 auto 54px;
    text-align: center;
}

.start-your-journey-modern .journey-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 2px;
    color: #17253f;
}

.start-your-journey-modern .journey-title span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background:
        linear-gradient(117.37deg, #797BBB 0%, #3E4195 100%);
}

.start-your-journey-modern .journey-subtitle {
    max-width: 660px;
    margin: 18px auto 0;
    font-size: 1rem;
    line-height: 1.85;
    color: #697792;
}

section.start-your-journey.ar3 span {
    display: inline !important;
    width: auto !important;
}

.start-your-journey-modern .journey-card-wrap {
    margin-bottom: 24px;
}

.start-your-journey-modern .journey-card {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    padding: 26px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(18, 32, 64, 0.08);
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #0000001A
}

.start-your-journey-modern .journey-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(18, 32, 64, 0.12);
}

/* .start-your-journey-modern .journey-card-icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #edf3ff 0%, #dfe7ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
} */

.start-your-journey-modern .journey-card-icon img {
    max-width: 34px;
    max-height: 34px;
}

.start-your-journey-modern .journey-card-body {
    flex: 1;
}

.start-your-journey-modern .journey-card-title {
    margin: 0 0 10px;
    font-size: 1.22rem;
    line-height: 1.35;
    font-weight: 700;
    color: #17253f;
}

.start-your-journey-modern .journey-card-text {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.75;
    color: #67758f;
}

.start-your-journey-modern .journey-action {
    margin-top: 18px;
    text-align: center;
}

.start-your-journey-modern .journey-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 220px;
    padding: 16px 34px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #4d7dff 0%, #7a5cff 100%);
    box-shadow: 0 18px 42px rgba(89, 106, 255, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.start-your-journey-modern .journey-action a:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 50px rgba(89, 106, 255, 0.36);
}


/* footer cta */
.join-the-winning-team.ar3{
    padding: 0px  !important;
}
.join-the-winning-team.join-team-app-modern {
    overflow: hidden;
    background-image: url("../img/footer-cta.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.join-team-app-modern .app-promo-row {
    position: relative;
    z-index: 1;
    align-items: center;
}

.join-team-app-modern .app-promo-copy {
    max-width: 560px;
    color: #f4f9ff;
}

.join-team-app-modern .app-promo-copy h2 {
    margin: 0;
    font-size: clamp(2.4rem, 4.8vw, 3.5rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffffff;
}

.join-team-app-modern .app-promo-copy p {
    margin: 24px 0 34px;
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(222, 233, 247, 0.82);
}

.join-team-app-modern .app-store-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.join-team-app-modern .app-store-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 10px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(4, 18, 40, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.join-team-app-modern .app-store-actions a:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(4, 18, 40, 0.28);
}

.join-team-app-modern .app-store-actions img {
    display: block;
    height: 46px;
    width: auto;
}

/* .join-team-app-modern .app-promo-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 520px;
} */
.app-promo-row.ar3{
    padding: 20px 20px !important;
}
.mb-cta{
    position: relative;
}
.join-team-app-modern .app-promo-visual {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 520px; */
    bottom: -218px;
}

.join-team-app-modern .app-promo-visual::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(123, 217, 255, 0.24) 0%, rgba(123, 217, 255, 0) 68%);
    filter: blur(8px);
}

.join-team-app-modern .app-phone-frame {
    position: relative;
    width: min(100%, 330px);
    padding: 18px;
    border-radius: 42px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 30px 80px rgba(2, 10, 28, 0.42);
    transform: rotate(10deg);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.join-team-app-modern .app-phone-frame::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 88px;
    height: 12px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: rgba(10, 18, 35, 0.78);
}

.join-team-app-modern .app-phone-screen {
    overflow: hidden;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(12, 32, 62, 0.2) 0%, rgba(12, 32, 62, 0.4) 100%),
        linear-gradient(145deg, #f8fbff 0%, #d9e7ff 48%, #b4d5ff 100%);
}

.join-team-app-modern .app-phone-screen img {
    display: block;
    width: 100%;
    height: auto;
}






@media (max-width: 991px) {
    .banner-part.banner-part-modern {
        padding: 90px 0 80px;
    }

    .banner-modern-copy {
        padding-right: 0;
        text-align: center;
        margin-bottom: 34px;
    }

    .banner-modern-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .killer-feature.killer-feature-modern {
        padding: 90px 0;
    }

    .killer-feature-modern .trust-card.trust-card-featured,
    .killer-feature-modern .trust-card.trust-card-featured:hover {
        transform: none;
    }

    .killer-feature-modern .trust-cards-row {
        max-height: 100% !important;
    }

    .cc-feature.cc-feature-modern {
        padding: 96px 0;
    }

    .cc-feature-modern .cc-feature-panel {
        max-width: 760px;
    }

    .killer-feature.key-benefits-pyment.get-started-modern {
        padding: 90px 0;
    }


    .start-your-journey.start-your-journey-modern {
        padding: 90px 0;
    }

    .join-the-winning-team.join-team-app-modern {
        padding: 92px 0;
    }

    .join-team-app-modern .app-promo-copy {
        max-width: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .join-team-app-modern .app-store-actions {
        justify-content: center;
    }

    .join-team-app-modern .app-promo-visual {
        min-height: 440px;
    }
    .app-promo-visual{
        display: none !important;
    }

}

@media (max-width:999px) {
    .banner-img-home {
        display: none;
    }

    .banner-modern-copy p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .banner-part.banner-part-modern {
        padding: 78px 0 70px;
    }

    .banner-modern-copy h1 {
        font-size: 1.6rem;
    }

    .banner-modern-copy p {
        font-size: 0.98rem;
        line-height: 1.7;
        margin-bottom: 28px;
    }

    .killer-feature.killer-feature-modern {
        padding: 72px 0;
    }

    .killer-feature-modern .killer-feature-header {
        margin-bottom: 40px;
    }

    .killer-feature-modern .trust-card,
    .killer-feature-modern .trust-card.trust-card-featured {
        padding: 34px 24px 30px;
        border-radius: 24px;
    }

    .cc-feature.cc-feature-modern {
        padding: 76px 0;
    }

    .cc-feature-modern .cc-feature-subtitle {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .cc-feature-modern .cc-feature-process {
        border-radius: 24px;
        padding: 14px 18px;
        line-height: 1.7;
    }

    .cc-feature-modern .cc-feature-action a {
        min-width: 190px;
        padding: 15px 28px;
    }

    .killer-feature.key-benefits-pyment.get-started-modern {
        padding: 72px 0;
    }

    .get-started-modern .get-started-header {
        margin-bottom: 40px;
    }

    .get-started-modern .get-started-card {
        padding: 24px 22px;
        border-radius: 22px;
    }

    .get-started-modern .get-started-icon {
        flex-basis: 62px;
        width: 62px;
        height: 62px;
        border-radius: 18px;
    }

    .get-started-modern .get-started-card-title {
        font-size: 1.2rem;
    }

    .start-your-journey.start-your-journey-modern {
        padding: 72px 0;
    }

    .start-your-journey-modern .journey-header {
        margin-bottom: 40px;
    }

    .start-your-journey-modern .journey-card {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .start-your-journey-modern .journey-card-icon {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }

    .join-the-winning-team.join-team-app-modern {
        padding: 74px 0;
    }

    .join-team-app-modern .app-promo-copy p {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .join-team-app-modern .app-store-actions {
        gap: 12px;
    }

    .join-team-app-modern .app-store-actions a {
        width: 100%;
        max-width: 280px;
    }

    .join-team-app-modern .app-phone-frame {
        width: min(100%, 280px);
        transform: rotate(6deg);
    }

    .join-team-app-modern .app-promo-visual {
        min-height: 360px;
    }
}

@media(max-width: 575px) {
    .get-started-card {
        display: flex;
        flex-wrap: wrap !important;
    }

    .get-started-icon {
        margin-bottom: 10px !important;
    }
    .guest-bttn.ar3{
          display: none;
    }
}