.navbar,
body {
    display: flex
}

.hamburger,
body {
    flex-direction: column
}

.btn-consult:hover,
.mobile-menu-inner .btn-consult-mobile:hover {
    background: #0f4ad1;
    transform: translateY(-2px)
}

.hero h1,
.industry-item i {
    -webkit-text-fill-color: transparent
}

.faq-answer,
.site-footer {
    overflow: hidden
}

*,
.container {
    box-sizing: border-box
}

.contact-info-number,
.faq-icon,
.footer-contact i,
.footer-socials a,
.policy-number,
.process-circle,
.step-circle,
.terms-contact-icon,
.terms-number {
    place-items: center
}

@font-face {
    font-family: BlauerNue-Light;
    src: url("../font/BlauerNue-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: BlauerNue-Regular;
    src: url("../font/BlauerNue-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: BlauerNue-Medium;
    src: url("../font/BlauerNue-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: BlauerNue-SemiBold;
    src: url("../font/BlauerNue-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: BlauerNue-Bold;
    src: url("../font/BlauerNue-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: BlauerNue-ExtraBold;
    src: url("../font/BlauerNue-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap
}

* {
    margin: 0;
    padding: 0
}

body {
    background: #f8fafc;
    min-height: 100vh;
    min-width: 320px;
    color: var(--mf-text);
    font-size: 16px;
    line-height: 1.65
}

.navbar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .04);
    padding: 0 2rem;
    position: sticky;
    height: 74px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .04)
}

.logo,
.logo-icon {
    align-items: center;
    display: flex
}

.logo {
    gap: .5rem;
    flex-shrink: 0;
    text-decoration: none;
    color: #0b1e33;
    font-weight: 700;
    font-size: 1.45rem;
    letter-spacing: -.02em;
    font-family: Poppins, sans-serif
}

.logo-icon {
    justify-content: center;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #1a5cff, #0a3bb5);
    border-radius: 10px;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(26, 92, 255, .25)
}

.btn-consult,
.nav-links li a {
    font-size: .95rem;
    letter-spacing: -.01em
}

.hero-content .highlight,
.logo span {
    color: #1a5cff
}

.nav-links {
    display: flex;
    align-items: center;
    gap: .25rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    justify-content: center
}

.btn-consult,
.mobile-menu-inner .btn-consult-mobile {
    display: inline-flex;
    gap: .5rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    cursor: pointer
}

.nav-links li a {
    display: inline-block;
    padding: .5rem 1rem;
    font-weight: 500;
    color: #1e293b;
    text-decoration: none;
    border-radius: 8px;
    transition: background .2s, color .2s;
    font-family: Poppins, sans-serif
}

.nav-links li a:hover {
    background: #f1f5f9;
    color: #0b1e33
}

.nav-links li a:active {
    background: #e2e8f0
}

.cta-wrapper {
    flex-shrink: 0;
    margin-left: 1rem
}

.btn-consult {
    align-items: center;
    background: #1a5cff;
    color: #fff;
    padding: .6rem 1.5rem;
    border: none;
    border-radius: 50px;
    transition: background .25s, transform .15s, box-shadow .25s;
    box-shadow: 0 4px 14px rgba(26, 92, 255, .3);
    white-space: nowrap
}

.btn-consult i {
    font-size: .9rem;
    transition: transform .2s
}

.btn-consult:hover {
    box-shadow: 0 6px 20px rgba(26, 92, 255, .4)
}

.btn-consult:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(26, 92, 255, .25)
}

.hamburger {
    display: none;
    gap: 5px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 6px 4px;
    border-radius: 8px;
    transition: background .2s;
    flex-shrink: 0
}

.hamburger:hover,
.mobile-menu-inner a:hover {
    background: #f1f5f9
}

.hamburger span {
    display: block;
    width: 26px;
    height: 2.5px;
    background: #1e293b;
    border-radius: 10px;
    transition: transform .3s, opacity .25s, background .2s;
    transform-origin: center
}

.hamburger.active span:first-child {
    transform: translateY(7.5px) rotate(45deg)
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(.7)
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg)
}

.mobile-menu {
    top: 74px;
    backdrop-filter: blur(4px)
}

.mobile-menu-inner {
    max-width: 400px;
    width: 100%;
    box-shadow: -8px 0 30px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: .25rem;
    font-family: Poppins, sans-serif
}

.capital-letters,
.hero-btn {
    font-family: Manrope, sans-serif
}

.mobile-menu-inner a {
    display: block;
    transition: background .2s;
    font-family: Poppins, sans-serif
}

.mobile-menu-inner .btn-consult-mobile {
    align-items: center;
    justify-content: center;
    background: #1a5cff;
    padding: .8rem 1.5rem;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(26, 92, 255, .3);
    transition: background .25s, transform .15s;
    width: 100%
}

@media (max-width:820px) {
    .navbar {
        padding: 0 1.25rem
    }

    .cta-wrapper,
    .nav-links {
        display: none
    }

    .hamburger {
        display: flex
    }

    .mobile-menu {
        display: block
    }
}

.hero {
    display: flex
}

.hero {
    flex: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0b1e33;
    letter-spacing: -.03em;
    margin-bottom: .75rem;
    font-family: Poppins, sans-serif
}

.hero-content p {
    font-size: 1.15rem;
    color: #475569;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

@media (max-width:640px) {
    .hero-content h1 {
        font-size: 2rem
    }

    .hero-content p {
        font-size: 1rem
    }
}

.container {
    margin: 10px
}

.header-logo {
    width: 80px
}

.content-center {
    margin: auto
}

.capital-letters {
    margin: 0;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 5px;
    text-transform: uppercase
}

.flags-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px
}

.flag-img {
    width: 43px;
    height: 30px;
    display: block;
    object-fit: cover;
    border: 2px solid #dce4ff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(34, 74, 180, .12)
}

.hero-line {
    width: 180px;
    height: 2px;
    margin: 32px 0 30px;
    background-color: #3461ff;
    border: 0;
    border-radius: 2px
}

.hero h2 {
    margin: 0 0 7px;
    color: #090909;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.6px
}

.hero h1 {
    background: linear-gradient(90deg, #3767ff 0, #315ced 48%, #2445bd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    letter-spacing: -2.5px
}

.hero-services span,
.hero>p {
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.hero>p {
    margin: 0;
    color: #292d35;
    font-size: 15px
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 28px
}

.hero-btn {
    min-width: 225px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s, transform .2s
}

.primary-btn {
    color: #fff;
    background: linear-gradient(90deg, #3767ff 0, #315cef 50%, #2d55e7 100%);
    border: 1px solid transparent;
    box-shadow: 4px 4px 0 #dbe4ff;
    transition: .3s
}

.primary-btn:hover {
    background: linear-gradient(90deg, #244bd5 0, #244bd5 50%, #244bd5 100%);
    box-shadow: 4px 6px 14px rgba(49, 92, 239, .3)
}

.hero-services span:hover,
.secondary-btn:hover {
    color: #315cef;
    background: #fff;
    border-color: #315cef;
    transform: translateY(-2px)
}

.secondary-btn {
    color: #3767ff;
    background: 0 0;
    border: 2px solid #3767ff;
    box-shadow: 0 8px 20px rgba(55, 103, 255, .12);
    transition: .3s
}

.secondary-btn:hover {
    box-shadow: 0 12px 30px rgba(55, 103, 255, .3)
}

.hero-services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 25px;
    margin-top: 52px
}

.hero-services span {
    color: #222;
    background: rgba(255, 255, 255, .35);
    border: 1px solid #8da7ff;
    border-radius: 4px;
    line-height: 1.2;
    text-align: center;
    transition: color .2s, background-color .2s, border-color .2s, transform .2s
}

.trusted-section p {
    margin: 0;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4
}

.about-section {
    position: relative;
    padding: 100px 20px;
    background-color: #fff;
    border-bottom: 2px solid #3461ff
}

.about-container {
    width: min(100%, 1060px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    align-items: center;
    gap: 90px
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-description,
.about-heading {
    text-align: left
}

.about-label {
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3
}

.about-heading h2 {
    margin: 0;
    color: #3461ff;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.8px
}

.about-line {
    width: 82px;
    height: 7px;
    display: block;
    margin-bottom: 10px;
    background-color: #3461ff;
    border-radius: 10px
}

.about-description p {
    margin: 0;
    color: #222;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.85;
    text-transform: capitalize
}

.about-description p+p {
    margin-top: 1px
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 19px
}

.stat-card {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px 27px 22px;
    color: #fff;
    background: linear-gradient(135deg, #3767ff 0, #315eef 100%);
    border-radius: 11px;
    transition: transform .2s, box-shadow .2s
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(49, 94, 239, .18)
}

.stat-card strong {
    display: block;
    margin: 0;
    font-family: Manrope, sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: .95;
    letter-spacing: -3px
}

.stat-card span {
    display: block;
    margin-top: 8px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.4
}

@media (max-width:1100px) {
    .about-container {
        width: min(100%, 930px);
        grid-template-columns: minmax(0, 1fr) 460px;
        gap: 60px
    }

    .about-heading h2 {
        font-size: 40px
    }

    .about-label {
        font-size: 25px
    }

    .statistics-grid {
        gap: 15px
    }

    .stat-card {
        min-height: 180px
    }

    .stat-card strong {
        font-size: 56px
    }
}

@media (max-width:900px) {
    .about-section {
        padding: 80px 24px
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .about-content {
        min-height: auto;
        gap: 45px
    }

    .about-description,
    .about-heading {
        text-align: center
    }

    .about-line {
        margin-right: auto;
        margin-left: auto
    }

    .about-description {
        max-width: 650px;
        margin: 0 auto
    }

    .statistics-grid {
        width: min(100%, 620px);
        margin: 0 auto
    }
}

@media (max-width:600px) {
    .about-section {
        padding: 65px 16px
    }

    .about-container {
        gap: 40px
    }

    .about-content {
        gap: 35px
    }

    .about-label {
        font-size: 20px
    }

    .about-heading h2 {
        font-size: 34px;
        line-height: 1.18;
        letter-spacing: -1.3px
    }

    .about-line {
        width: 65px;
        height: 5px
    }

    .about-description p {
        font-size: 12px;
        line-height: 1.75;
        text-transform: none
    }

    .statistics-grid {
        gap: 12px
    }

    .stat-card {
        min-height: 145px;
        padding: 20px 16px;
        border-radius: 8px
    }

    .stat-card strong {
        font-size: 43px;
        letter-spacing: -2px
    }

    .stat-card span {
        font-size: 10px
    }
}

.services-section {
    padding: 90px 20px;
    color: #fff;
    background: linear-gradient(135deg, #3767ff 0, #315ff5 50%, #315cef 100%)
}

.services-container {
    width: min(100%, 1060px);
    margin: 0 auto
}

.services-heading {
    margin-bottom: 54px;
    text-align: center
}

.services-heading>span {
    display: block;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4
}

.services-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1.5px
}

.services-heading p {
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px
}

.service-card {
    display: flex;
    flex-direction: column;
    padding: 30px 22px;
    color: #111;
    background-color: #fff;
    border-radius: 11px;
    transition: transform .25s, box-shadow .25s
}

.service-card h3,
.service-link {
    color: #315cef;
    font-family: Manrope, sans-serif;
    font-weight: 600
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(22, 48, 150, .22)
}

.service-number {
    display: block;
    margin-bottom: 7px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    line-height: 1
}

.service-card h3 {
    min-height: 73px;
    margin: 0;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.5px
}

.service-line {
    width: 82px;
    height: 7px;
    display: block;
    margin: 22px 0 8px;
    background-color: #3461ff;
    border-radius: 10px
}

.service-card p {
    margin: 0;
    color: #252525;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.65
}

.service-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    background-color: #fff;
    border: 1px solid #8ca4ff;
    border-radius: 4px;
    line-height: 1;
    text-decoration: none;
    transition: color .2s, background-color .2s
}

.service-link:hover {
    color: #fff;
    background-color: #315cef
}

.service-link span {
    font-size: 10px
}

@media (max-width:992px) {
    .nav-links {
        gap: .1rem
    }

    .nav-links li a {
        padding: .4rem .7rem;
        font-size: .85rem
    }

    .btn-consult {
        padding: .5rem 1.2rem;
        font-size: .85rem
    }

    .hero {
        min-height: 760px;
        padding: 20px 24px 65px
    }

    .hero h2 {
        font-size: 28px
    }

    .block,
    .mt-view {
        display: block
    }

    .hero h1 {
        font-size: clamp(44px, 7vw, 64px);
        letter-spacing: -2px
    }

    .hero>p {
        max-width: 850px;
        font-size: 14px
    }

    .hero-actions {
        gap: 20px
    }

    .hero-btn {
        min-width: 210px;
        font-size: 15px
    }

    .services-section {
        padding: 75px 24px
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .service-card {
        min-height: 300px
    }
}

.markets-section {
    padding: 85px 20px;
    background: linear-gradient(135deg, #f4fbff 0, #eef8ff 50%, #edf6ff 100%)
}

.markets-container {
    width: min(100%, 1010px);
    margin: 0 auto
}

.markets-heading {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center
}

.industries-heading>span,
.markets-heading>span {
    display: block;
    margin-bottom: 12px;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4
}

.markets-heading h2 {
    margin: 0;
    color: #3461ff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.8px
}

.markets-heading p {
    margin: 12px auto 0;
    color: #252525;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6
}

.market-card h3,
.market-link {
    font-family: Manrope, sans-serif;
    font-weight: 600
}

.markets-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px
}

.market-card {
    display: flex;
    flex-direction: column;
    padding: 48px 46px 38px;
    background: rgba(255, 255, 255, .3);
    border: 1.5px solid #3461ff;
    border-radius: 12px;
    transition: transform .25s, background-color .25s, box-shadow .25s
}

.market-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 18px 35px rgba(49, 94, 239, .12)
}

.market-flag {
    width: 110px;
    height: 75px;
    display: block;
    object-fit: cover;
    padding: 5px;
    background-color: #fff;
    border: 4px solid #e2e9ff;
    border-radius: 5px;
    box-shadow: 4px 4px 0 #dbe4ff
}

.global-map,
.header-logo,
.navbar .header-logo,
.trusted-logo {
    object-fit: contain
}

.market-card h3 {
    min-height: 78px;
    margin: 22px 0 0;
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: -.8px
}

.pakistan-heading {
    color: #0a4b2d
}

.usa-heading {
    color: #092c73
}

.usa-heading span {
    color: #cf1237
}

.market-card>p {
    margin: auto 0 0;
    color: #252525;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65
}

.market-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #3461ff;
    background-color: transparent;
    border: 1px solid #7f9dff;
    border-radius: 4px;
    line-height: 1;
    text-decoration: none;
    transition: color .2s, background-color .2s
}

.market-link:hover {
    color: #fff;
    background-color: #3461ff
}

.market-link span {
    font-size: 11px
}

@media (max-width:900px) {
    .markets-section {
        padding: 75px 24px
    }

    .markets-grid {
        gap: 20px
    }

    .market-card {
        min-height: 410px;
        padding: 35px 28px
    }

    .market-card h3 {
        font-size: 23px
    }
}

@media (max-width:700px) {
    .markets-section {
        padding: 65px 16px
    }

    .markets-heading {
        margin-bottom: 38px
    }

    .markets-heading>span {
        font-size: 15px
    }

    .markets-heading h2 {
        font-size: 37px
    }

    .markets-heading p {
        font-size: 12px
    }

    .markets-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .market-card {
        min-height: 370px;
        padding: 30px 24px
    }

    .market-flag {
        width: 90px;
        height: 62px
    }

    .market-card h3 {
        min-height: auto;
        margin-top: 20px;
        font-size: 22px
    }

    .market-card>p {
        margin-top: 45px;
        font-size: 12px
    }
}

.why-choose-section {
    padding: 85px 20px;
    background-color: #fff
}

.footer-container,
.why-choose-container {
    width: min(100%, 1080px);
    margin: 0 auto
}

.why-choose-heading {
    margin-bottom: 58px;
    text-align: left
}

.why-choose-heading>span {
    display: block;
    margin-bottom: 8px;
    color: #111;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3
}

.why-choose-heading h2 {
    margin: 0;
    color: #3461ff;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: -1.5px
}

.benefit-card h3,
.benefit-number {
    font-family: Manrope, sans-serif;
    font-weight: 600
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px 22px
}

.benefit-card {
    display: flex;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(135deg, #3767ff 0, #315cef 100%);
    border-radius: 11px;
    transition: transform .25s, box-shadow .25s
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(49, 92, 239, .2)
}

.benefit-number {
    display: block;
    line-height: 1
}

.benefit-card h3 {
    margin: 8px 0 0;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -.3px
}

.benefit-line {
    width: 100%;
    height: 1px;
    display: block;
    margin: 8px 0 25px;
    background-color: rgba(255, 255, 255, .55)
}

.benefit-card p {
    margin: 0;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.65
}

.industries-section {
    padding: 72px 20px 95px;
    background: linear-gradient(135deg, #f4fbff 0, #edf8ff 55%, #eaf5ff 100%)
}

.step-circle,
.testimonials-section {
    background: linear-gradient(135deg, #3767ff 0, #315cef 100%)
}

.industries-container {
    width: min(100%, 875px);
    margin: 0 auto
}

.industries-heading {
    margin-bottom: 55px;
    text-align: center
}

.industries-heading h2 {
    margin: 0;
    color: #3461ff;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    text-align: center;
    border-right: 1px solid #b8c0c8;
    border-bottom: 1px solid #b8c0c8;
    transition: background-color .2s, transform .2s
}

.industry-item:nth-child(4n) {
    border-right: 0
}

.industry-item:nth-last-child(-n+4) {
    border-bottom: 0
}

.industry-item:hover {
    transform: translateY(-3px)
}

.industry-item i {
    color: #259cff;
    font-size: 48px;
    line-height: 1;
    background: linear-gradient(180deg, #26b5ff 0, #3461ff 100%);
    background-clip: text;
    -webkit-background-clip: text
}

.industry-item span {
    color: #111;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4
}

@media (max-width:800px) {
    .industries-section {
        padding: 65px 20px 80px
    }

    .industries-heading h2 {
        font-size: 38px
    }

    .industries-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .industry-item:nth-child(4n) {
        border-right: 1px solid #b8c0c8
    }

    .industry-item:nth-child(3n) {
        border-right: 0
    }

    .industry-item:nth-last-child(-n+4) {
        border-bottom: 1px solid #b8c0c8
    }

    .industry-item:nth-last-child(-n+3) {
        border-bottom: 0
    }
}

@media (max-width:550px) {
    .industries-section {
        padding: 55px 15px 65px
    }

    .industries-heading {
        margin-bottom: 38px
    }

    .industries-heading>span {
        font-size: 16px
    }

    .industries-heading h2 {
        font-size: 32px;
        line-height: 1.2
    }

    .industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .industry-item {
        min-height: 130px;
        padding: 15px 8px
    }

    .industry-item:nth-child(3n) {
        border-right: 1px solid #b8c0c8
    }

    .industry-item:nth-child(2n) {
        border-right: 0
    }

    .industry-item:nth-last-child(-n+3) {
        border-bottom: 1px solid #b8c0c8
    }

    .industry-item:nth-last-child(-n+2) {
        border-bottom: 0
    }

    .industry-item i {
        font-size: 39px
    }

    .industry-item span {
        font-size: 11px
    }
}

.process-heading>span {
    display: block;
    margin-bottom: 10px;
    color: #111;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4
}

.process-heading h2 {
    font-weight: 700;
    letter-spacing: -1.5px
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center
}

.step-bottom p {
    margin-top: 33px
}

.step-top p {
    min-height: 55px;
    margin-bottom: 23px
}

.step-circle {
    display: grid;
    flex-shrink: 0
}

.process-step:hover .step-circle {
    transform: scale(1.06);
    outline-color: #8fa7ff;
    box-shadow: 0 12px 28px rgba(49, 92, 239, .22)
}

@media (max-width:1000px) {
    .process-section {
        padding-right: 15px;
        padding-left: 15px
    }

    .step-circle {
        width: 90px;
        height: 90px;
        border-width: 8px;
        outline-width: 8px
    }

    .step-circle span {
        font-size: 20px
    }

    .process-step p {
        font-size: 11px
    }

    .process-wave {
        top: 16px;
        height: 245px
    }

    .process-wave path {
        stroke-width: 13
    }
}

@media (max-width:768px) {
    .hero {
        min-height: auto;
        padding: 60px 18px
    }

    .capital-letters {
        font-size: 10px;
        letter-spacing: 3.5px
    }

    .flag-img {
        width: 40px;
        height: 27px
    }

    .hero-line {
        width: 140px;
        margin: 25px 0
    }

    .hero h2 {
        margin-bottom: 8px;
        font-size: 19px;
        line-height: 1.4
    }

    .hero h1 {
        font-size: clamp(36px, 10vw, 52px);
        line-height: 1.06;
        letter-spacing: -1.8px
    }

    .hero>p {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.65
    }

    .hero-actions {
        width: min(100%, 320px);
        flex-direction: column;
        gap: 12px;
        margin-top: 25px
    }

    .hero-btn {
        width: 100%;
        min-width: 0;
        min-height: 46px;
        padding: 12px 18px;
        font-size: 14px
    }

    .hero-services {
        width: 100%;
        gap: 10px;
        margin-top: 35px
    }

    .hero-services span {
        min-width: 0;
        flex: 1 1 calc(50% - 10px);
        padding: 9px 8px;
        font-size: 11px;
        display: block
    }

    .process-section {
        padding: 70px 18px 80px
    }

    .process-heading {
        margin-bottom: 50px
    }

    .process-heading>span {
        font-size: 15px
    }

    .process-heading h2 {
        font-size: 36px;
        line-height: 1.18
    }

    .process-flow {
        min-height: auto
    }

    .process-wave {
        display: none
    }

    .process-steps {
        width: min(100%, 430px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .process-step,
    .process-step.step-bottom,
    .process-step.step-top {
        position: relative;
        min-height: 155px;
        display: grid;
        grid-template-columns: 95px minmax(0, 1fr);
        align-items: center;
        gap: 25px;
        padding: 0;
        text-align: left
    }

    .process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 103px;
        bottom: -25px;
        left: 44px;
        z-index: -1;
        width: 8px;
        background-color: #bdcaff;
        border-radius: 10px
    }

    .step-circle {
        grid-column: 1;
        grid-row: 1;
        width: 88px;
        height: 88px;
        border-width: 7px;
        outline-width: 7px
    }

    .process-step p,
    .step-bottom p,
    .step-top p {
        grid-column: 2;
        grid-row: 1;
        min-height: 0;
        margin: 0;
        font-size: 13px;
        line-height: 1.55
    }
}

@media (max-width:480px) {
    .navbar {
        padding: 0 1rem;
        height: 68px
    }

    .logo {
        font-size: 1.2rem
    }

    .logo-icon {
        width: 34px;
        height: 34px;
        font-size: 1rem
    }

    .mobile-menu-inner {
        padding: 1.5rem 1.25rem 2rem
    }

    .mobile-menu-inner a {
        font-size: .95rem;
        padding: .7rem .9rem
    }

    .hero {
        padding: 50px 15px
    }

    .capital-letters {
        font-size: 9px;
        letter-spacing: 3px
    }

    .flags-container {
        gap: 8px;
        margin-top: 10px
    }

    .flag-img {
        width: 37px;
        height: 25px
    }

    .hero h2,
    .step-circle span {
        font-size: 17px
    }

    .hero h1 {
        font-size: clamp(34px, 10.5vw, 44px);
        font-weight: 700;
        line-height: 1.08;
        letter-spacing: -1.4px
    }

    .hero>p,
    .process-step p,
    .step-bottom p,
    .step-top p {
        font-size: 12px
    }

    .hero-services span {
        flex-basis: 100%
    }

    .process-section {
        padding: 60px 15px 70px
    }

    .process-heading h2 {
        font-size: 32px
    }

    .process-step,
    .process-step.step-bottom,
    .process-step.step-top {
        min-height: 140px;
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 20px
    }

    .step-circle {
        width: 72px;
        height: 72px;
        border-width: 6px;
        outline-width: 6px
    }

    .process-step:not(:last-child)::after {
        top: 84px;
        bottom: -25px;
        left: 34px;
        width: 7px
    }
}

.process-step,
.process-step.step-bottom,
.process-step.step-top {
    padding-top: 78px
}

.process-flow {
    min-height: 330px
}

.process-wave {
    pointer-events: none;
    top: 0;
    pointer-events: none
}

.process-wave path {
    fill: none;
    stroke: #bdcaff;
    stroke-width: 15;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke: #a9bcff;
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke
}

.process-steps {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.process-step {
    position: relative;
    min-width: 0;
    min-height: 320px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.step-circle {
    transition: transform .25s, outline-color .25s, box-shadow .25s;
    position: relative;
    z-index: 3;
    display: grid;
    flex-shrink: 0;
    color: #fff;
    border: 9px solid #fff;
    border-radius: 50%;
    outline: #bdcaff solid 10px;
    box-shadow: 0 7px 18px rgba(49, 92, 239, .15)
}

.step-circle span {
    font-family: Manrope, sans-serif;
    font-weight: 700;
    line-height: 1
}

.process-step p {
    position: absolute;
    margin: 0;
    color: #111;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    order: 2
}

.contact-select-wrapper,
.footer-column h3,
.footer-cta,
.site-footer {
    position: relative
}

.process-item-top .process-label,
.process-step.step-top p {
    top: 0
}

.process-step.step-bottom p {
    top: 225px
}

.process-step .step-circle {
    order: 1
}

.testimonials-section {
    padding: 85px clamp(30px, 6vw, 100px) 95px;
    color: #fff
}

.testimonials-container {
    width: min(100%, 1070px);
    margin: 0 auto
}

.testimonials-heading {
    margin-bottom: 55px;
    text-align: left
}

.testimonials-heading>span {
    display: block;
    margin-bottom: 8px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3
}

.testimonials-heading h2 {
    margin: 0;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    padding: 28px 19px 25px;
    color: #202020;
    background-color: #fff;
    border-radius: 11px;
    transition: transform .25s, box-shadow .25s
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(17, 38, 125, .25)
}

.testimonial-client {
    display: flex;
    align-items: center;
    gap: 12px
}

.testimonial-client img {
    width: 38px;
    height: 38px;
    display: block;
    flex-shrink: 0;
    object-fit: cover;
    object-position: center;
    border: 1px solid #3461ff;
    border-radius: 50%
}

.client-details,
.footer-brand-column,
.footer-column,
.footer-contact {
    min-width: 0
}

.client-details h3 {
    margin: 0 0 2px;
    color: #3461ff;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    line-height: 1.2
}

.client-details span,
.testimonial-card>p {
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.client-details span {
    display: block;
    color: #333;
    line-height: 1.3
}

.testimonial-line {
    width: 100%;
    height: 1px;
    display: block;
    margin: 13px 0 10px;
    background-color: #d9d9d9
}

.testimonial-card>p {
    margin: 0;
    color: #282828;
    font-size: 10px;
    line-height: 1.65;
    text-transform: capitalize
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding-top: 18px
}

.testimonial-rating i {
    color: #ffb800;
    font-size: 17px
}

@media (max-width:950px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .testimonial-card {
        min-height: 210px
    }
}

.faq-section {
    min-height: 620px;
    padding: 75px 20px 90px;
    background: linear-gradient(135deg, #f5fbff 0, #edf8ff 55%, #eaf5ff 100%)
}

.faq-container {
    width: min(100%, 770px);
    margin: 0 auto
}

.faq-heading {
    margin-bottom: 42px;
    text-align: center
}

.faq-heading>span {
    display: block;
    margin-bottom: 13px;
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4
}

.faq-heading h2 {
    margin: 0;
    color: #3461ff;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.5px
}

.faq-list,
.footer-contact h3,
.navbar .nav-links a:hover::after {
    width: 100%
}

.faq-item {
    border-bottom: 1px solid #d4dce3
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 20px 22px 20px 42px;
    color: #111;
    cursor: pointer;
    list-style: none;
    font-family: Manrope, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4
}

.faq-answer p,
.footer-cta-content>span {
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.faq-item summary::-webkit-details-marker {
    display: none
}

.faq-item summary::marker {
    display: none;
    content: ""
}

.faq-icon {
    width: 19px;
    height: 19px;
    display: grid;
    flex-shrink: 0;
    color: #fff;
    background-color: #3461ff;
    border-radius: 50%;
    transition: background-color .2s, transform .25s
}

.footer-cta-button,
.footer-socials a {
    transition: color .2s, background-color .2s, transform .2s
}

.faq-icon i {
    font-size: 8px
}

.faq-item[open] .faq-icon {
    background-color: #244bd5;
    transform: rotate(180deg)
}

.faq-answer p {
    margin: 0;
    padding: 0 65px 25px 42px;
    color: #4b5360;
    font-size: 13px;
    line-height: 1.7
}

.faq-item summary:hover {
    color: #3461ff
}

.faq-item summary:hover .faq-icon {
    background-color: #244bd5
}

.site-footer {
    padding: 0 20px;
    color: #fff
}

.footer-cta {
    top: -1px;
    min-height: 185px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 38px 45px;
    background: linear-gradient(135deg, #3767ff 0, #315cef 100%);
    border-radius: 0 0 14px 14px
}

.footer-cta-button,
.footer-logo {
    align-items: center;
    text-decoration: none
}

.footer-cta-content {
    max-width: 630px
}

.footer-cta-content>span {
    display: block;
    margin-bottom: 7px;
    font-size: 13px
}

.footer-cta-content h2 {
    margin: 0;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px
}

.footer-cta-content p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .85);
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.65
}

.footer-cta-button,
.footer-logo>span {
    font-family: Manrope, sans-serif;
    font-weight: 700
}

.footer-cta-button {
    min-width: 225px;
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    gap: 12px;
    flex-shrink: 0;
    padding: 13px 20px;
    color: #315cef;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 13px
}

.footer-cta-button:hover {
    color: #fff;
    background-color: transparent;
    transform: translateY(-3px)
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 0.75fr 1fr 1.2fr;
    gap: 55px;
    padding: 70px 40px 55px
}

.footer-logo {
    width: clamp(150px, 13vw, 210px);
    display: flex;
    gap: 11px;
    color: #fff
}

.footer-logo>span {
    font-size: 22px;
    letter-spacing: -.8px
}

.footer-brand-column>p {
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 400
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-socials a {
    width: 35px;
    height: 35px;
    display: grid;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 13px;
    text-decoration: none
}

.footer-socials a:hover {
    color: #315cef;
    background-color: #fff;
    transform: translateY(-3px)
}

.contact-submit-button:hover svg,
.footer-links a:hover {
    transform: translateX(4px)
}

.footer-column h3 {
    padding-bottom: 12px;
    font-family: Manrope, sans-serif;
    font-weight: 600
}

.footer-column h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #4f79ff
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px
}

.footer-links a {
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    transition: color .2s, transform .2s
}

.footer-links a:hover {
    color: #000
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.contact-location,
.footer-contact>a {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, .8);
    text-decoration: none
}

.footer-contact i {
    width: 34px;
    height: 34px;
    display: grid;
    flex-shrink: 0;
    background: #3767ff;
    border-radius: 50%;
    font-size: 12px;
    color: #fff
}

.footer-contact span {
    font-family: Poppins, sans-serif;
    font-size: 10px;
    line-height: 1.45
}

.footer-contact small {
    display: block
}

.footer-bottom {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.footer-bottom p,
.footer-legal a {
    color: rgba(255, 255, 255, .55);
    font-family: Poppins, sans-serif;
    font-size: 9px;
    font-weight: 400
}

.footer-bottom p,
.privacy-contact-box p,
.terms-contact-box p,
.terms-heading h2 {
    margin: 0
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 25px
}

@media (max-width:900px) {
    .why-choose-section {
        padding: 75px 24px
    }

    .why-choose-heading {
        margin-bottom: 45px
    }

    .why-choose-heading h2 {
        font-size: 38px
    }

    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px
    }

    .footer-cta {
        gap: 30px;
        padding: 35px 30px
    }

    .footer-cta-content h2 {
        font-size: 29px
    }

    .footer-cta-button {
        min-width: 195px
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px
    }
}

@media (max-width:600px) {

    .services-section,
    .testimonials-section {
        padding: 65px 16px
    }

    .services-heading {
        margin-bottom: 38px
    }

    .services-heading>span {
        font-size: 13px
    }

    .services-heading h2 {
        font-size: 36px
    }

    .client-details h3,
    .services-heading p {
        font-size: 12px
    }

    .benefits-grid,
    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .service-card {
        min-height: 275px;
        padding: 25px 20px
    }

    .service-card h3 {
        min-height: auto;
        font-size: 20px
    }

    .service-line {
        margin-top: 25px
    }

    .why-choose-section {
        padding: 60px 16px
    }

    .why-choose-heading {
        margin-bottom: 35px;
        text-align: center
    }

    .why-choose-heading>span {
        font-size: 19px
    }

    .testimonials-heading h2,
    .why-choose-heading h2 {
        font-size: 33px;
        line-height: 1.2
    }

    .benefit-card {
        min-height: 165px;
        padding: 25px 20px
    }

    .benefit-card h3,
    .faq-heading>span {
        font-size: 16px
    }

    .benefit-line {
        margin-bottom: 20px
    }

    .benefit-card p {
        font-size: 11px
    }

    .testimonials-heading {
        margin-bottom: 38px;
        text-align: center
    }

    .testimonials-heading>span {
        font-size: 18px
    }

    .testimonial-card {
        min-height: 205px;
        padding: 25px 20px
    }

    .client-details span {
        font-size: 8px
    }

    .testimonial-card>p {
        font-size: 11px;
        text-transform: none
    }

    .faq-section {
        min-height: auto;
        padding: 60px 16px 75px
    }

    .faq-heading {
        margin-bottom: 30px
    }

    .faq-heading h2 {
        font-size: 34px;
        line-height: 1.2
    }

    .faq-item summary {
        min-height: 70px;
        gap: 15px;
        padding: 17px 5px;
        font-size: 14px
    }

    .faq-answer p {
        padding: 0 35px 20px 5px;
        font-size: 12px
    }

    .site-footer {
        padding: 0 16px
    }

    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 32px 24px
    }

    .footer-cta-content h2 {
        font-size: 28px
    }

    .footer-cta-button {
        width: 100%;
        min-width: 0
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 55px 0 45px
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        padding: 22px 0;
        text-align: center
    }

    .footer-legal {
        gap: 18px
    }
}

.contact-section {
    width: 100%;
    padding: 100px clamp(30px, 6vw, 100px);
    background: radial-gradient(circle at 10% 20%, rgba(49, 92, 237, .08), transparent 32%), #f8fafc
}

.contact-section,
.contact-section * {
    font-family: BlauerNue-Regular, Arial, sans-serif !important
}

.contact-container {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
    gap: clamp(50px, 7vw, 100px);
    width: min(100%, 1240px);
    margin: 0 auto;
    align-items: center
}

.contact-content {
    max-width: 520px
}

.contact-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #315ced;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.contact-content h1 {
    margin: 0 0 22px;
    color: #101828;
    font-family: BlauerNue-Bold, Poppins, sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -2px
}

.contact-content>p,
.contact-form-heading>span,
.contact-info-item span,
.contact-info-item strong,
.contact-info-number {
    font-family: Poppins, sans-serif
}

.contact-content>p {
    max-width: 490px;
    margin: 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.8
}

.contact-information {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 45px
}

.contact-info-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: start
}

.contact-info-number {
    display: grid;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(49, 92, 237, .2);
    border-radius: 50%;
    background: #fff;
    color: #315ced;
    font-size: 14px;
    font-weight: 700
}

.contact-info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #101828;
    font-size: 16px;
    font-weight: 600
}

.contact-info-item span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6
}

.contact-form-wrapper {
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(15, 23, 42, .1)
}

.contact-form-heading {
    margin-bottom: 34px
}

.contact-form-heading>span {
    display: block;
    margin-bottom: 8px;
    color: #315ced;
    font-size: 14px;
    font-weight: 600
}

.contact-form-heading h2 {
    margin: 0 0 9px;
    color: #101828;
    font-family: BlauerNue-Bold, Poppins, sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.15;
    letter-spacing: -1px
}

.contact-form-heading p {
    margin: 0;
    color: #64748b;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.7
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px
}

.contact-form-group {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 9px
}

.contact-form-full {
    grid-column: 1/-1
}

.contact-form-group label {
    color: #1e293b;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500
}

.contact-form-group label span {
    color: #ef4444
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    width: 100%;
    border: 1px solid #dbe2ea;
    outline: 0;
    background: #fff;
    color: #0f172a;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    transition: border-color .2s, box-shadow .2s, background .2s
}

.contact-form-group input,
.contact-form-group select {
    height: 54px;
    padding: 0 17px;
    border-radius: 12px
}

.contact-form-group textarea {
    min-height: 150px;
    padding: 16px 17px;
    resize: vertical;
    border-radius: 12px;
    line-height: 1.7
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #94a3b8
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    border-color: #315ced;
    box-shadow: 0 0 0 4px rgba(49, 92, 237, .12);
    background: #fff
}

.contact-select-wrapper::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    content: "";
    pointer-events: none;
    transform: translateY(-70%) rotate(45deg)
}

.contact-form-group select {
    padding-right: 48px;
    cursor: pointer;
    appearance: none
}

.contact-agreement {
    position: relative;
    display: flex;
    gap: 12px;
    margin: 25px 0;
    cursor: pointer;
    align-items: flex-start
}

.contact-agreement input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0
}

.contact-checkbox {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    transition: .2s
}

.contact-agreement input:checked+.contact-checkbox {
    border-color: #315ced;
    background: #315ced
}

.contact-agreement input:checked+.contact-checkbox::after {
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    transform: rotate(45deg)
}

.contact-agreement input:focus-visible+.contact-checkbox {
    box-shadow: 0 0 0 4px rgba(49, 92, 237, .15)
}

.contact-agreement-text {
    color: #64748b;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 1.6
}

.book-consultation,
.contact-submit-button {
    color: #fff;
    cursor: pointer;
    font-weight: 600
}

.contact-submit-button {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    padding: 14px 24px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #3767ff, #2445bd);
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    box-shadow: 0 12px 25px rgba(49, 92, 237, .25);
    transition: transform .2s, box-shadow .2s
}

.contact-submit-button svg {
    transition: transform .2s
}

.contact-submit-button:hover {
    box-shadow: 0 16px 30px rgba(49, 92, 237, .34);
    transform: translateY(-2px)
}

.contact-submit-button:active {
    transform: translateY(0)
}

@media (max-width:1000px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 55px;
        max-width: 760px
    }

    .contact-content {
        max-width: 650px
    }
}

@media (max-width:650px) {
    .contact-section {
        padding: 70px 20px
    }

    .contact-content h1 {
        font-size: 42px;
        letter-spacing: -1.4px
    }

    .contact-form-wrapper {
        padding: 28px 20px;
        border-radius: 20px
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 19px
    }

    .contact-form-full {
        grid-column: auto
    }
}

@media (max-width:400px) {
    .statistics-grid {
        grid-template-columns: 1fr
    }

    .stat-card {
        min-height: 135px
    }

    .contact-content h1 {
        font-size: 36px
    }

    .contact-info-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px
    }

    .contact-info-number {
        width: 42px;
        height: 42px
    }
}

:root {
    --mf-blue: #3461ff;
    --mf-dark-blue: #2445bd;
    --mf-text: #171a22;
    --mf-muted: #4b5360;
    --mf-page-width: 1280px;
    --mf-gutter: clamp(18px, 4vw, 64px);
    --layout-gutter: clamp(18px, 4vw, 64px);
    --layout-width: 1280px;
    --header-height: 74px
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

img,
svg {
    max-width: 100%
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 80px)
}

.heading-line {
    font-size: 25px;
    font-size: clamp(2.2rem, 4vw, 60px);
    line-height: 1
}

.hero h1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0
}

.book-consultation,
.book-consultation a {
    align-items: center;
    text-decoration: none
}

.heading-line,
.heading-line-two {
    display: block;
    margin: 0;
    padding: 0
}

.heading-line-two {
    font-size: clamp(3rem, 6.25vw, 90px);
    line-height: 1.03;
    padding-bottom: .08em
}

.navbar {
    min-height: 74px;
    padding-right: var(--mf-gutter);
    padding-left: var(--mf-gutter)
}

.header-logo {
    width: clamp(150px, 13vw, 210px);
    height: 64px;
    object-position: left center
}

.btn-consult,
.nav-links li a {
    font-size: clamp(.9rem, .25vw + .8rem, 1rem)
}

.book-consultation {
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    margin: 10px 14px;
    background: linear-gradient(90deg, #3767ff 0, #315cef 50%, #2d55e7 100%);
    border: none;
    border-radius: 6px;
    box-shadow: none;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transition: background .25s, transform .25s
}

.book-consultation:hover {
    background: #3767ff;
    transform: translateY(-2px)
}

.book-consultation a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff !important
}

.about-container,
.faq-container,
.footer-container,
.industries-container,
.markets-container,
.process-container,
.services-container,
.testimonials-container,
.why-choose-container {
    width: min(calc(100% - (var(--mf-gutter) * 2)), var(--mf-page-width));
    max-width: var(--mf-page-width);
    margin-right: auto;
    margin-left: auto
}

.hero {
    padding: clamp(64px, 7vh, 100px) var(--mf-gutter)
}

.capital-letters {
    font-size: clamp(.78rem, .25vw + .7rem, .95rem)
}

.flag-img {
    width: clamp(44px, 3.4vw, 56px);
    height: clamp(30px, 2.25vw, 38px)
}

.hero h1 {
    width: min(100%, 1180px);
    font-size: clamp(3.25rem, 5.2vw, 5rem);
    line-height: 1.15;
    padding-bottom: .12em;
    overflow: visible
}

.hero>p {
    width: min(100%, 1080px);
    font-size: clamp(1rem, .35vw + .88rem, 1.2rem);
    line-height: 1.75
}

.hero-btn {
    min-height: 52px;
    padding: 14px 24px;
    font-size: 1rem
}

.hero-services {
    width: min(100%, 800px)
}

.hero-services span {
    min-width: 210px;
    padding: 11px 17px;
    font-size: .875rem
}

.trusted-section {
    min-height: 150px;
    padding: 42px var(--mf-gutter)
}

.trusted-section p {
    font-size: clamp(1rem, .45vw + .9rem, 1.3rem)
}

.about-section,
.faq-section,
.industries-section,
.markets-section,
.process-section,
.services-section,
.testimonials-section,
.why-choose-section {
    padding-top: clamp(72px, 7vw, 112px);
    padding-bottom: clamp(72px, 7vw, 112px)
}

.about-label,
.faq-heading>span,
.industries-heading>span,
.markets-heading>span,
.process-heading>span,
.services-heading>span,
.testimonials-heading>span,
.why-choose-heading>span {
    font-size: clamp(1rem, .55vw + .85rem, 1.35rem)
}

.about-heading h2,
.faq-heading h2,
.industries-heading h2,
.markets-heading h2,
.process-heading h2,
.services-heading h2,
.testimonials-heading h2,
.why-choose-heading h2 {
    font-size: clamp(2.4rem, 3.4vw, 3.6rem);
    line-height: 1.15
}

.about-description p,
.benefit-card p,
.faq-answer p,
.footer-bottom p,
.footer-brand-column>p,
.footer-contact span,
.footer-legal a,
.footer-links a,
.industry-item span,
.market-card>p,
.markets-heading p,
.process-step p,
.service-card p,
.services-heading p,
.testimonial-card>p {
    font-size: clamp(.9rem, .22vw + .84rem, 1.05rem)
}

.about-container {
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.95fr);
    gap: clamp(60px, 7vw, 110px)
}

.about-content {
    min-height: 440px
}

.stat-card {
    min-height: clamp(170px, 14vw, 220px)
}

.stat-card strong {
    font-size: clamp(3.2rem, 4vw, 4.8rem)
}

.client-details h3,
.stat-card span {
    font-size: .95rem
}

.services-grid {
    gap: clamp(16px, 1.5vw, 24px)
}

.service-card {
    min-height: 350px;
    padding: clamp(25px, 2.2vw, 34px)
}

.service-number {
    font-size: 1.2rem
}

.service-card h3 {
    font-size: clamp(1.25rem, 1.3vw, 1.55rem)
}

.market-link,
.service-link {
    min-height: 38px;
    padding: 9px 17px;
    font-size: .9rem
}

.market-card {
    min-height: 450px
}

.market-card h3 {
    font-size: clamp(1.5rem, 1.8vw, 2rem)
}

.benefit-card {
    min-height: 190px;
    padding: 28px 24px
}

.benefit-card h3,
.benefit-number {
    font-size: 1.05rem
}

.industry-item {
    min-height: 165px
}

.industry-item i {
    font-size: clamp(2.6rem, 3.5vw, 3.5rem)
}

.step-circle {
    width: 110px;
    height: 110px
}

.step-circle span {
    font-size: 1.45rem
}

.testimonial-card {
    min-height: 250px
}

.client-details span {
    font-size: .75rem
}

.faq-container {
    max-width: 960px
}

.faq-item summary {
    min-height: 82px;
    font-size: clamp(1rem, .35vw + .95rem, 1.2rem)
}

.footer-column h3 {
    font-size: 1.1rem
}

@media (max-width:1100px) {
    .navbar {
        padding-right: 24px;
        padding-left: 24px
    }

    .nav-links li a {
        padding-right: .65rem;
        padding-left: .65rem
    }

    .about-container {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
        gap: 48px
    }

    .services-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.trusted-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 55px
}

.trusted-logo {
    max-width: 170px
}

.trusted-logo:hover {
    transform: translateY(-4px);
    opacity: .85;
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.06)
}

@media (max-width:576px) {
    .trusted-section {
        padding: 40px 20px
    }

    .trusted-logos {
        gap: 30px
    }

    .trusted-logo {
        max-width: 135px;
        height: 55px
    }
}

@media (max-width:820px) {

    .about-line,
    .markets-grid,
    .statistics-grid {
        margin-right: auto;
        margin-left: auto
    }

    :root {
        --mf-gutter: 22px
    }

    .navbar {
        min-height: 68px
    }

    .hero h1 {
        font-size: clamp(2.7rem, 9vw, 4.2rem)
    }

    .about-container,
    .markets-grid {
        grid-template-columns: 1fr
    }

    .about-content {
        min-height: auto;
        gap: 42px
    }

    .about-description,
    .about-heading {
        text-align: center
    }

    .markets-grid,
    .statistics-grid {
        width: min(100%, 680px)
    }

    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .industries-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.hero,
body,
html {
    width: 100%;
    margin: 0
}

@media (max-width:600px) {
    :root {
        --mf-gutter: 16px
    }

    body {
        font-size: 15px
    }

    .header-logo {
        width: 120px;
        height: 40px
    }

    .hero {
        padding-top: 55px;
        padding-bottom: 60px
    }

    .hero h1 br {
        display: none
    }

    .hero>p {
        font-size: .95rem
    }

    .hero-actions {
        width: min(100%, 360px)
    }

    .hero-services span {
        min-width: 0;
        display: block;
        flex: 1 1 calc(50% - 10px);
        font-size: .8rem
    }

    .benefits-grid,
    .footer-main,
    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr
    }

    .industries-grid,
    .statistics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .stat-card {
        min-height: 145px
    }

    .market-card,
    .service-card,
    .testimonial-card {
        min-height: auto
    }

    .faq-item summary {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width:390px) {
    .statistics-grid {
        display: grid;
        grid-template-columns: 1fr
    }

    .hero-services span {
        display: block;
        flex-basis: 100%
    }
}

body {
    padding: 0;
    overflow-x: clip
}

html {
    padding: 0
}

.hero {
    position: relative;
    max-width: none;
    min-height: 100vh;
    padding: 70px 20px;
    background: url("../img/hero-background.png") center center/cover no-repeat;
    overflow: hidden
}

.trusted-marquee,
.trusted-section {
    width: 100%;
    background: #fff;
    overflow: hidden
}

.trusted-section {
    padding: 50px 0;
    text-align: center
}

.trusted-section>p {
    margin: 0 20px 35px;
    color: #292d35;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 600
}

.trusted-marquee {
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent)
}

.trusted-track {
    display: flex;
    width: max-content;
    animation: 25s linear infinite trusted-scroll
}

.trusted-logo-group {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-right: 70px
}

.business-cta-label,
.process-heading span {
    display: inline-block;
    text-transform: uppercase
}

.trusted-logo {
    width: 170px;
    height: 70px;
    mix-blend-mode: multiply;
    filter: grayscale(1);
    opacity: .55;
    transition: filter .3s, opacity .3s, transform .3s
}

.trusted-marquee:hover .trusted-track {
    animation-play-state: paused
}

@keyframes trusted-scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.contact-location,
.footer-bottom p,
.footer-contact small,
.footer-contact>a,
.footer-legal a {
    color: #000
}

.trusted-section .para {
    position: relative;
    margin: 0 20px 45px;
    padding: 0 0 18px;
    color: #315ced;
    background: 0 0;
    -webkit-text-fill-color: #315ced;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase
}

.navbar .book-consultation,
.navbar .nav-links a {
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none
}

.trusted-section .para::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #3767ff 0, #315ced 48%, #2445bd 100%);
    content: "";
    transform: translateX(-50%)
}

.business-cta {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1150px;
    margin: 55px auto;
    padding: 48px 35px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #3767ff 0, #315ced 48%, #2445bd 100%);
    text-align: center
}

.business-cta::after,
.business-cta::before {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: ""
}

.business-cta::before {
    top: -140px;
    left: -100px;
    width: 300px;
    height: 300px
}

.business-cta::after {
    right: -110px;
    bottom: -170px;
    width: 340px;
    height: 340px
}

.business-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto
}

.business-cta-label {
    margin-bottom: 13px;
    padding: 6px 13px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    color: #fff;
    font-family: BlauerNue-Light, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px
}

.business-cta h2 {
    margin: 0;
    color: #fff;
    font-family: BlauerNue-Bold, sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -1.3px
}

.business-cta p {
    max-width: 700px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, .82);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.65
}

.business-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px
}

.business-cta-btn {
    display: inline-flex;
    min-height: 45px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 7px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .3s, background .3s, color .3s
}

.business-cta-primary {
    color: #315ced;
    background: #fff
}

.business-cta-primary:hover {
    color: #2445bd;
    background: #f3f3f3;
    transform: translateY(-2px)
}

.business-cta-secondary {
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
    background: 0 0
}

.business-cta-secondary:hover {
    color: #315ced;
    background: #fff;
    transform: translateY(-2px)
}

.global-map {
    display: block;
    width: min(100%, 700px);
    height: auto;
    margin: 25px auto 0
}

.info-graph-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.about-heading h2,
.faq-heading h2,
.heading-line,
.heading-line-two,
.industries-heading h2,
.markets-heading h2,
.process-heading h2,
.services-heading h2,
.why-choose-heading h2 {
    font-family: BlauerNue-Bold, sans-serif
}

.about-label,
.faq-heading>span,
.hero h2,
.industries-heading>span,
.markets-heading>span,
.process-heading,
.process-label,
.services-heading p,
.services-heading>span,
.testimonials-heading>span,
.why-choose-heading>span {
    font-family: BlauerNue-Light, sans-serif
}

.process-section {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #fff
}

.process-container {
    width: min(82%, 1160px);
    margin: 0 auto
}

.process-heading {
    margin-bottom: 70px;
    text-align: center
}

.process-heading span {
    margin-bottom: 14px;
    color: #000;
    font-size: 18px;
    letter-spacing: 1.5px
}

.process-heading h2 {
    margin: 0;
    color: #3461ff;
    font-size: 60px;
    line-height: 1.08;
    letter-spacing: -2px
}

.process-flow {
    --process-circle-size: clamp(115px, 11vw, 155px);
    --process-center-y: 225px;
    position: relative;
    width: 100%;
    height: 445px
}

.process-wave {
    position: absolute;
    top: calc(var(--process-center-y) - 115px);
    left: 0;
    z-index: 1;
    width: 100%;
    height: 230px;
    overflow: visible
}

.process-list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.process-item {
    position: relative;
    min-width: 0
}

.process-circle {
    position: absolute;
    top: var(--process-center-y);
    left: 50%;
    display: grid;
    width: var(--process-circle-size);
    aspect-ratio: 1;
    border-radius: 50%;
    color: #fff;
    background: #3562fa;
    font-family: Manrope, sans-serif;
    font-size: clamp(30px, 3.4vw, 48px);
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 14px 30px rgba(53, 98, 250, .18);
    transform: translate(-50%, -50%)
}

.process-label {
    position: absolute;
    left: 50%;
    width: 145%;
    margin: 0;
    color: #151515;
    font-size: clamp(16px, 1.55vw, 22px);
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    transform: translateX(-50%)
}

.process-item-bottom .process-label {
    top: 335px
}

@media (max-width:768px) {
    .trusted-section {
        padding: 40px 0
    }

    .trusted-section>p {
        margin-bottom: 28px;
        font-size: 16px
    }

    .trusted-logo-group {
        gap: 45px;
        padding-right: 45px
    }

    .trusted-logo {
        width: 130px;
        height: 55px
    }

    .trusted-track {
        animation-duration: 18s
    }

    .business-cta {
        width: calc(100% - 24px);
        margin: 40px auto;
        padding: 40px 20px;
        border-radius: 15px
    }

    .business-cta h2 {
        font-size: 30px
    }

    .business-cta p {
        font-size: 13px
    }

    .business-cta-actions {
        flex-direction: column
    }

    .business-cta-btn {
        width: 100%
    }

    .heading-line {
        font-size: 34px !important
    }

    .heading-line-two {
        font-size: 42px !important
    }
}

.footer-bottom {
    width: 100%;
    margin-top: 45px;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.footer-bottom-container {
    display: flex;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.footer-legal,
.navbar {
    display: flex;
    align-items: center
}

.footer-legal {
    gap: 26px;
    flex-shrink: 0
}

.footer-legal a {
    position: relative;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: color .25s
}

.footer-legal a:hover {
    color: #315ced
}

.footer-legal a+a::before {
    position: absolute;
    top: 50%;
    left: -14px;
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, .25);
    content: "";
    transform: translateY(-50%)
}

@media (max-width:700px) {
    .footer-bottom-container {
        width: calc(100% - 32px);
        min-height: auto;
        padding: 24px 0;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        text-align: center
    }

    .footer-legal {
        justify-content: center;
        gap: 24px
    }
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--header-height);
    min-height: var(--header-height);
    padding: 0 var(--layout-gutter);
    justify-content: space-between;
    gap: clamp(18px, 2.5vw, 38px);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.navbar .logo,
.navbar .nav-links {
    padding: 0;
    align-items: center;
    margin: 0
}

.navbar .logo {
    display: inline-flex;
    flex: 0 0 auto
}

.navbar .header-logo {
    display: block;
    width: clamp(135px, 13vw, 190px);
    height: auto;
    max-height: 54px;
    object-position: left center
}

.navbar .nav-links {
    display: flex;
    min-width: 0;
    justify-content: center;
    flex: 1 1 auto;
    gap: clamp(2px, .5vw, 9px);
    list-style: none
}

.navbar .nav-links a {
    display: block;
    padding: 10px clamp(7px, .8vw, 14px);
    color: #1e293b;
    font-size: clamp(13px, .9vw, 15px);
    font-weight: 500;
    position: relative;
    transition: color .3s
}

.navbar .nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #2563eb;
    transition: width .3s
}

.navbar .nav-links a:hover {
    background: 0 0 !important;
    color: #2563eb
}

.navbar .book-consultation {
    display: inline-flex;
    min-height: 44px;
    margin: 0;
    padding: 0 clamp(14px, 1.4vw, 22px);
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 7px;
    color: #fff;
    font-family: BlauerNue-Light;
    background: linear-gradient(90deg, #3767ff, #315ced);
    font-size: clamp(12px, .82vw, 14px);
    font-weight: 600;
    text-align: center
}

.navbar .hamburger {
    display: none;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 9px;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    border: 0;
    border-radius: 8px;
    background: 0 0
}

.mobile-menu {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow: hidden;
    visibility: hidden;
    background: rgba(15, 23, 42, .45);
    opacity: 0;
    transition: opacity .25s, visibility .25s
}

.regular {
    font-family: BlauerNue-Medium
}

.mobile-menu.open {
    visibility: visible;
    opacity: 1
}

.mobile-menu-inner {
    width: min(88%, 390px);
    height: 100%;
    margin-left: auto;
    padding: 24px 20px 40px;
    overflow-y: auto;
    background: #fff;
    box-shadow: -15px 0 35px rgba(15, 23, 42, .14);
    transform: translateX(100%);
    transition: transform .3s;
    overscroll-behavior: contain
}

.privacy-hero,
.terms-hero {
    overflow: hidden;
    text-align: center
}

.mobile-menu.open .mobile-menu-inner {
    transform: translateX(0)
}

.mobile-menu-inner a {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    border-radius: 7px;
    color: #172033;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.mobile-menu-inner .btn-consult-mobile {
    min-height: 50px;
    margin-top: 18px;
    justify-content: center;
    gap: 9px;
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #3767ff, #315ced);
    font-size: 14px;
    text-align: center
}

.site-footer {
    width: 100%;
    padding: 0 var(--layout-gutter);
    background: #f4f4f4
}

.site-footer .footer-container {
    width: 100%;
    max-width: var(--layout-width);
    margin: 0 auto
}

.site-footer .footer-main {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) minmax(145px, 0.7fr) minmax(175px, 0.9fr) minmax(210px, 1fr);
    gap: clamp(28px, 4vw, 64px);
    padding: clamp(58px, 6vw, 82px) 0 clamp(42px, 5vw, 62px)
}

.footer-brand-column .footer-logo {
    display: inline-flex;
    width: clamp(145px, 14vw, 205px);
    height: auto
}

.footer-brand-column .footer-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain
}

.footer-brand-column>p {
    max-width: 350px;
    margin: 22px 0 0;
    color: #1f2937;
    font-size: clamp(13px, .9vw, 15px);
    line-height: 1.75
}

.footer-column h3 {
    margin: 0 0 22px;
    color: #315ced;
    font-size: clamp(16px, 1.1vw, 18px)
}

.footer-links {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px
}

.footer-links a {
    color: #1f2937;
    font-size: clamp(13px, .9vw, 15px);
    line-height: 1.5
}

.footer-contact>a {
    display: grid;
    width: 100%;
    margin: 0 0 18px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: #111827
}

.footer-contact>a span {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: clamp(12px, .85vw, 14px)
}

.footer-contact small {
    margin-bottom: 2px;
    color: #4b5563;
    font-size: 11px
}

.site-footer .footer-bottom {
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(15, 23, 42, .14)
}

.footer-bottom-container {
    display: flex;
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding: 18px 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.footer-bottom-container .footer-legal a,
.footer-bottom-container p {
    margin: 0;
    color: #111827;
    font-size: 13px;
    line-height: 1.5
}

.footer-bottom-container .footer-legal {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 26px
}

@media (max-width:1080px) {
    .navbar {
        gap: 15px
    }

    .navbar .nav-links {
        gap: 0
    }

    .navbar .nav-links a {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 13px
    }

    .navbar .book-consultation {
        padding-right: 13px;
        padding-left: 13px;
        font-size: 12px
    }

    .site-footer .footer-main {
        grid-template-columns: minmax(240px, 1.2fr) repeat(2, minmax(155px, 0.8fr))
    }

    .site-footer .footer-contact {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: 1fr repeat(2, minmax(220px, 0.8fr));
        gap: 20px;
        align-items: start
    }

    .site-footer .footer-contact h3 {
        margin: 0
    }
}

@media (max-width:900px) {
    .process-section {
        padding: 75px 0
    }

    .process-container {
        width: calc(100% - 48px);
        max-width: 620px
    }

    .process-heading {
        margin-bottom: 55px
    }

    .process-heading h2 {
        font-size: clamp(36px, 8vw, 54px);
        letter-spacing: -1.5px
    }

    .process-flow {
        height: auto
    }

    .navbar .book-consultation,
    .navbar .nav-links,
    .process-wave {
        display: none
    }

    .process-list {
        display: flex;
        flex-direction: column;
        gap: 30px;
        height: auto;
        margin-left: 40px
    }

    .process-item {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 22px;
        min-height: 82px;
        align-items: center
    }

    .process-item:not(:last-child)::after {
        position: absolute;
        top: 78px;
        left: 38px;
        width: 6px;
        height: 40px;
        border-radius: 10px;
        background: #a9bcff;
        content: ""
    }

    .process-circle {
        position: static;
        width: 82px;
        font-size: 24px;
        transform: none
    }

    .process-item-bottom .process-label,
    .process-item-top .process-label,
    .process-label {
        position: static;
        width: auto;
        font-size: clamp(19px, 4vw, 23px);
        text-align: left;
        transform: none
    }

    :root {
        --header-height: 68px
    }

    .navbar {
        height: var(--header-height);
        min-height: var(--header-height);
        padding-right: max(18px, env(safe-area-inset-right));
        padding-left: max(18px, env(safe-area-inset-left))
    }

    .navbar .header-logo {
        width: 145px;
        max-height: 46px
    }

    .navbar .hamburger {
        display: flex
    }

    .mobile-menu {
        display: block
    }

    .site-footer .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 48px
    }

    .site-footer .footer-contact {
        grid-column: auto;
        display: flex
    }
}

@media (max-width:600px) {
    :root {
        --layout-gutter: 18px;
        --header-height: 64px
    }

    .navbar {
        height: var(--header-height);
        min-height: var(--header-height)
    }

    .navbar .header-logo {
        width: 128px;
        max-height: 42px
    }

    .mobile-menu-inner {
        width: min(90%, 360px);
        padding: 18px 16px 32px
    }

    .site-footer .footer-main {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-top: 52px;
        padding-bottom: 40px
    }

    .footer-brand-column>p {
        max-width: 100%
    }

    .footer-column h3 {
        margin-bottom: 17px
    }

    .footer-links {
        gap: 10px
    }

    .footer-bottom-container {
        min-height: auto;
        padding: 22px 0;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        text-align: center
    }

    .footer-bottom-container .footer-legal {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 24px
    }
}

@media (max-width:380px) {
    :root {
        --layout-gutter: 14px
    }

    .navbar .header-logo {
        width: 116px
    }

    .mobile-menu-inner {
        width: 94%
    }

    .footer-bottom-container .footer-legal {
        flex-direction: column
    }

    .footer-legal a+a::before {
        display: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .trusted-track {
        animation: none
    }

    .hamburger span,
    .mobile-menu,
    .mobile-menu-inner {
        transition: none
    }
}

.privacy-page,
.terms-page {
    width: 100%;
    color: #20242c;
    background: #f6f7f9
}

.privacy-hero {
    position: relative;
    padding: 105px 20px 90px;
    background: linear-gradient(135deg, #3767ff 0, #315ced 48%, #2445bd 100%)
}

.privacy-hero::after,
.privacy-hero::before {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%
}

.privacy-hero::before,
.terms-hero::before {
    top: -220px;
    left: -130px;
    width: 450px;
    height: 450px
}

.privacy-hero::after {
    right: -150px;
    bottom: -280px;
    width: 520px;
    height: 520px
}

.privacy-hero-content {
    position: relative;
    z-index: 1;
    width: min(100%, 800px);
    margin: 0 auto
}

.privacy-label,
.terms-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.privacy-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: clamp(42px, 6vw, 68px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -2.5px
}

.privacy-hero p {
    max-width: 650px;
    margin: 17px auto 0;
    color: rgba(255, 255, 255, .82);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.75
}

.privacy-updated {
    display: inline-block;
    margin-top: 23px;
    color: rgba(255, 255, 255, .72);
    font-family: Poppins, sans-serif;
    font-size: 11px
}

.privacy-content {
    width: min(100% - 40px, 1180px);
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    align-items: start;
    gap: 35px;
    margin: 60px auto 80px
}

.privacy-navigation,
.terms-navigation {
    position: sticky;
    top: 25px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(25, 35, 70, .05)
}

.privacy-navigation h2,
.terms-navigation h2 {
    margin: 0 0 18px;
    color: #111;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.privacy-navigation ul,
.terms-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none
}

.privacy-navigation a {
    display: block;
    padding: 9px 12px;
    color: #5b616c;
    border-left: 2px solid transparent;
    border-radius: 0 6px 6px 0;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    transition: color .2s, background-color .2s, border-color .2s
}

.privacy-navigation a:hover,
.terms-navigation a:hover {
    color: #315ced;
    background: #f2f5ff;
    border-left-color: #315ced
}

.privacy-article,
.terms-article {
    padding: 42px;
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(25, 35, 70, .05)
}

.privacy-introduction,
.terms-introduction {
    margin-bottom: 38px;
    padding: 22px 24px;
    color: #4f5662;
    background: #f3f6ff;
    border-left: 4px solid #315ced;
    border-radius: 0 10px 10px 0;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 1.8
}

.policy-number,
.policy-section h2,
.policy-section h3 {
    font-family: Manrope, sans-serif;
    font-weight: 700
}

.policy-section {
    scroll-margin-top: 30px;
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #e8eaee
}

.policy-section:last-child,
.terms-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.policy-number {
    display: inline-grid;
    width: 33px;
    height: 33px;
    margin-bottom: 13px;
    color: #fff;
    background: #3767ff;
    border-radius: 8px;
    font-size: 12px
}

.policy-section h2 {
    margin: 0 0 14px;
    color: #13161c;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.6px
}

.policy-section h3 {
    margin: 24px 0 9px;
    color: #242932;
    font-size: 16px
}

.policy-section li,
.policy-section p {
    color: #555c67;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 1.85
}

.policy-section p {
    margin: 0 0 13px
}

.policy-section p:last-child {
    margin-bottom: 0
}

.policy-section ul {
    margin: 14px 0;
    padding-left: 21px
}

.policy-section li {
    margin-bottom: 8px;
    padding-left: 5px
}

.policy-section li::marker {
    color: #315ced
}

.policy-section a {
    color: #315ced;
    font-weight: 600;
    text-decoration: none
}

.policy-section a:hover {
    text-decoration: underline
}

.policy-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 14px
}

.policy-heading .policy-number,
.terms-heading .terms-number {
    margin-bottom: 0;
    flex-shrink: 0
}

.policy-heading h2 {
    margin: 0;
    white-space: nowrap
}

.privacy-contact-box {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    margin-top: 20px;
    padding: 22px;
    background: linear-gradient(135deg, rgba(55, 103, 255, .08), rgba(36, 69, 189, .05));
    border: 1px solid rgba(49, 92, 237, .18);
    border-radius: 12px
}

.privacy-contact-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #3767ff;
    border-radius: 10px;
    font-size: 18px
}

.terms-hero,
.terms-number {
    background: linear-gradient(135deg, #3767ff 0, #315ced 48%, #2445bd 100%)
}

.privacy-contact-box h3 {
    margin: 0 0 5px;
    font-size: 16px
}

.terms-hero {
    position: relative;
    padding: 100px 20px 85px
}

.terms-hero::after,
.terms-hero::before {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%
}

.terms-hero::after {
    right: -160px;
    bottom: -290px;
    width: 530px;
    height: 530px
}

.terms-hero-content {
    position: relative;
    z-index: 1;
    width: min(100%, 820px);
    margin: 0 auto
}

.terms-hero h1 {
    margin: 0;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: clamp(40px, 6vw, 66px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -2.5px
}

.terms-hero p {
    max-width: 650px;
    margin: 17px auto 0;
    color: rgba(255, 255, 255, .84);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.75
}

.terms-content {
    width: min(100% - 40px, 1160px);
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: 35px;
    margin: 60px auto 80px
}

.terms-navigation a {
    display: block;
    padding: 9px 12px;
    color: #5b616c;
    border-left: 2px solid transparent;
    border-radius: 0 6px 6px 0;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    transition: .2s
}

.terms-number,
.terms-section h2 {
    font-family: Manrope, sans-serif;
    font-weight: 700
}

.terms-section {
    scroll-margin-top: 30px;
    margin: 0 0 34px;
    padding: 0 0 34px;
    border-bottom: 1px solid #e8eaee
}

.terms-number {
    display: inline-grid;
    width: 34px;
    height: 34px;
    margin-bottom: 13px;
    color: #fff;
    border-radius: 8px;
    font-size: 12px
}

.terms-section h2 {
    margin: 0 0 13px;
    color: #13161c;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.6px
}

.terms-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 13px
}

.terms-section p {
    margin: 0;
    color: #555c67;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 1.85
}

.terms-contact-box {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding: 22px;
    background: linear-gradient(135deg, rgba(55, 103, 255, .08), rgba(36, 69, 189, .05));
    border: 1px solid rgba(49, 92, 237, .18);
    border-radius: 12px
}

.terms-contact-icon {
    width: 50px;
    height: 50px;
    display: grid;
    color: #fff;
    background: linear-gradient(135deg, #3767ff 0, #315ced 48%, #2445bd 100%);
    border-radius: 10px;
    font-size: 18px
}

.terms-contact-box h3 {
    margin: 0 0 5px;
    color: #151515;
    font-family: Manrope, sans-serif;
    font-size: 16px
}

@media (max-width:900px) {

    .privacy-content,
    .terms-content {
        grid-template-columns: 1fr
    }

    .privacy-navigation,
    .terms-navigation {
        position: static
    }

    .privacy-navigation ul,
    .terms-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .policy-heading {
        align-items: flex-start
    }

    .policy-heading h2 {
        white-space: normal
    }

    .privacy-hero,
    .terms-hero {
        padding: 75px 18px 65px
    }

    .privacy-hero h1 {
        font-size: 42px;
        letter-spacing: -1.6px
    }

    .privacy-content,
    .terms-content {
        width: calc(100% - 24px);
        gap: 22px;
        margin: 35px auto 55px
    }

    .privacy-navigation,
    .terms-navigation {
        padding: 20px
    }

    .privacy-contact-box,
    .privacy-navigation ul,
    .terms-contact-box,
    .terms-navigation ul {
        grid-template-columns: 1fr
    }

    .privacy-article,
    .terms-article {
        padding: 27px 21px;
        border-radius: 12px
    }

    .privacy-introduction,
    .terms-introduction {
        padding: 18px
    }

    .policy-section h2,
    .terms-section h2 {
        font-size: 21px
    }

    .terms-hero h1 {
        font-size: 39px;
        letter-spacing: -1.5px
    }

    .capital-letters {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .process-section {
        padding: 60px 0
    }

    .process-container {
        width: calc(100% - 32px)
    }

    .process-heading {
        margin-bottom: 45px
    }

    .process-heading h2 {
        font-size: 36px
    }

    .process-item {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 16px;
        min-height: 70px
    }

    .process-circle {
        width: 70px;
        font-size: 21px
    }

    .process-item:not(:last-child)::after {
        top: 66px;
        left: 33px;
        width: 5px;
        height: 40px
    }

    .process-item-bottom .process-label,
    .process-item-top .process-label,
    .process-label {
        font-size: 18px
    }

    .heading-line {
        font-size: 28px !important
    }

    .heading-line-two {
        font-size: 30px !important
    }

    .hero-services {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 10px;
        width: 100%
    }

    .hero-services span {
        display: block;
        width: 100%;
        text-align: center
    }
}