/*
==================================================
INNER PAGE HERO
==================================================
*/
.page-hero{
    position:relative;
    padding:50px 0;
    background:#071a38;
    color:#fff;
    overflow:hidden;
}
.page-hero::before{
    content:"";
    position:absolute;
    top:50%;
    right:-30px;
    width:58%;
    height:82%;
    transform:translateY(-50%);
    background:url('../images/about-world-map.png') center right / 115% auto no-repeat;
    opacity:.55;
    pointer-events:none;
}
.page-hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            #071a38 0%,
            rgba(7,26,56,.96) 34%,
            rgba(7,26,56,.40) 62%,
            rgba(7,26,56,.10) 100%
        );
    pointer-events:none;
}
.page-hero__inner{
    position:relative;
    z-index:2;
}
.page-hero__content{
    max-width:780px;
}
.page-hero__kicker{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:16px;
    color:var(--gold);
    margin-bottom:26px;
}
.page-hero__kicker::before{
    content:"";
    width:42px;
    height:2px;
    background:var(--gold);
}
.page-hero h1{
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-weight:800;
    font-size:clamp(2rem, 4.1vw, 4.15rem);
    line-height:1.03;
    letter-spacing:-.07em;
    max-width:820px;
}
.page-hero p{
    max-width:620px;
    margin-top:24px;
    color:rgba(255,255,255,.78);
    font-size:1.04rem;
    line-height:1.78;
}
.page-hero__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    height:54px;
    padding:0 24px;
    margin-top:30px;
    background:var(--gold);
    color:var(--primary);
    border-radius:4px;
    font-size:.88rem;
    font-weight:900;
    text-decoration:none;
    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;
}
.page-hero__btn:hover{
    transform:translateY(-3px);
    background:#fff;
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

@media(max-width:980px){
    .page-hero::before{
        width:82%;
        height:62%;
        right:-180px;
        opacity:.18;
    }
}

@media(max-width:620px){
    .page-hero{
        padding:76px 0 70px;
    }
    .page-hero::before{
        width:120%;
        height:56%;
        right:-260px;
        opacity:.13;
    }
    .page-hero h1{
        font-size:clamp(2.7rem, 12vw, 4rem);
    }
    .page-hero__btn{
        width:70%;
    }
}

/*
==================================================
ABOUT INTRO
==================================================
*/
.about-intro{
    padding:50px 0;
    background:#fff;
}
.about-intro__grid{
    display:grid;
    grid-template-columns:.96fr 1.04fr;
    gap:76px;
    align-items:start;
}
.about-intro__kicker{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:16px;
    margin-bottom:22px;
}
.about-intro__kicker::before{
    content:"";
    width:42px;
    height:2px;
    background:var(--gold);
}
.about-intro__left h2{
    max-width:620px;
    color:var(--primary);
    font-family:'Montserrat', sans-serif;
    font-size:clamp(1.15rem, 2.35vw, 2.25rem);
    line-height:1.08;
    letter-spacing:-.055em;
}
.about-intro__right{
    padding-top:38px;
    max-width:680px;
}
.about-intro__right p{
    margin:0 0 20px;
    color:#4b5563;
    font-size:1.02rem;
    line-height:1.78;
}

@media(max-width:980px){
    .about-intro{
        padding:68px 0;
    }
    .about-intro__grid{
        grid-template-columns:1fr;
        gap:26px;
    }
    .about-intro__right{
        padding-top:0;
    }
}

@media(max-width:620px){
    .about-intro{
        padding:60px 0;
    }
    .about-intro__left h2{
        font-size:clamp(2.25rem, 10vw, 3.1rem);
    }
}

/*
==================================================
WHERE LOGICFLOW FITS
==================================================
*/
.where-fit{
    padding:70px 0 78px;
    background:#f5f7fa;
    overflow:hidden;
}
.where-fit__header{
    max-width:980px;
    margin:0 auto 35px;
    text-align:center;
}
.where-fit__kicker{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin-bottom:18px;
}
.where-fit__kicker::before,
.where-fit__kicker::after{
    content:"";
    width:38px;
    height:2px;
    background:var(--gold);
}
.where-fit__header h2{
    max-width:820px;
    margin:0 auto;
    color:var(--primary);
    font-family:'Montserrat', sans-serif;
    font-size:clamp(1.15rem, 2.35vw, 2.25rem);
    line-height:1.12;
    letter-spacing:-.03em;
}
.where-fit__flow{
    position:relative;
    display:grid;
    grid-template-columns:1fr 60px 1fr 60px 1.08fr 60px 1fr 60px 1fr;
    gap:0;
    align-items:start;
}
.where-fit__item{
    text-align:center;
}
.where-fit__icon-wrap{
    width:138px;
    height:138px;
    margin:0 auto 24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.82);
    box-shadow:0 18px 50px rgba(11,31,77,.06);
}
.where-fit__icon{
    width:104px;
    height:104px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--primary);
}
.where-fit__icon img{
    width:84px;
    height:84px;
    object-fit:contain;
    display:block;
}
.where-fit__item h3{
    margin:0 0 12px;
    color:var(--primary);
    font-family:'Montserrat',sans-serif;
    font-size:1rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.02em;
}
.where-fit__item p{
    max-width:210px;
    margin:0 auto;
    color:#374151;
    font-size:.96rem;
    line-height:1.58;
}
.where-fit__item--center .where-fit__icon-wrap{
    width:168px;
    height:168px;
    margin-bottom:22px;
    border:1.5px dashed rgba(212,160,23,.55);
    background:transparent;
    box-shadow:none;
}
.where-fit__icon--center{
    width:136px;
    height:136px;
    background:linear-gradient(180deg,#0b255f 0%, #071a38 100%);
    box-shadow:0 18px 40px rgba(11,31,77,.12);
}
.where-fit__brand-image{
    width:105px;
    height:auto;
    display:block;
}
.where-fit__item--center h3{
    color:var(--gold);
    text-transform:uppercase;
}
.where-fit__item--center p{
    max-width:260px;
}
.where-fit__arrow{
    align-self:start;
    justify-self:center;
    margin-top:54px;
    color:var(--gold);
    font-size:2.35rem;
    font-weight:900;
    line-height:1;
}

/* responsiveness */
@media(max-width:1180px){
    .where-fit__flow{
        max-width:820px;
        margin:0 auto;
        grid-template-columns:1fr 1fr;
        gap:44px 36px;
    }
    .where-fit__arrow{
        display:none;
    }
    .where-fit__item--center{
        grid-column:1 / -1;
        grid-row:2;
    }
}

@media(max-width:860px){
    .where-fit{
        padding:72px 0;
    }
    .where-fit__header{
        margin-bottom:42px;
    }
    .where-fit__flow{
        max-width:680px;
        grid-template-columns:1fr 1fr;
        gap:38px 28px;
    }
    .where-fit__item--center{
        grid-column:1 / -1;
        grid-row:auto;
    }
}

@media(max-width:620px){
    .where-fit__header h2{
        font-size:clamp(1.9rem, 8vw, 2.55rem);
    }
    .where-fit__flow{
        max-width:420px;
        grid-template-columns:1fr;
        gap:28px;
    }
    .where-fit__item--center{
        grid-column:auto;
    }
    .where-fit__icon-wrap{
        width:128px;
        height:128px;
        margin-bottom:22px;
    }
    .where-fit__icon{
        width:96px;
        height:96px;
    }
    .where-fit__item--center .where-fit__icon-wrap{
        width:160px;
        height:160px;
    }
    .where-fit__icon--center{
        width:126px;
        height:126px;
    }
}

/*
==================================================
WHAT MAKES US DIFFERENT
==================================================
*/
.about-difference{
    padding:0;
    background:#fff;
    overflow:hidden;
}
.about-difference__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    max-width:none;
}
.about-difference__visual{
    position:relative;
    min-height:270px;
    background:
        linear-gradient(
            30deg,
            rgba(7,26,56,.76) 100%
        ),
        url('../images/about-difference-bg.png') center / cover no-repeat;
    overflow:hidden;
}
.about-difference__visual::after{
    content:"";
    position:absolute;
    inset:auto -120px -120px auto;
    width:340px;
    height:340px;
    border:1px solid rgba(212,160,23,.22);
    border-radius:50%;
}
.about-difference__content{
    position:relative;
    z-index:2;
    max-width:560px;
    padding:52px 70px;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
}
.about-difference__kicker{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:14px;
    color:var(--gold);
    margin-bottom:22px;
}
.about-difference__kicker::before{
    content:"";
    width:42px;
    height:2px;
    background:var(--gold);
}
.about-difference__content h2{
    margin:0;
    max-width:430px;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:clamp(1.7rem, 2.25vw, 2.15rem);
    line-height:1.12;
    letter-spacing:-.035em;
}
.about-difference__content p{
    max-width:430px;
    margin:18px 0 0;
    color:rgba(255,255,255,.84);
    font-size:.98rem;
    line-height:1.65;
}
.about-difference__list{
    padding:44px 60px;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.difference-point{
    display:grid;
    grid-template-columns:58px 1fr;
    gap:20px;
    align-items:center;
    padding:0 0 13px;
    margin-bottom:13px;
    border-bottom:1px solid rgba(11,31,77,.10);
    max-width:560px;
}
.difference-point:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
}
.difference-point__icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#071a38;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 12px 30px rgba(11,31,77,.14);
}
.difference-point__icon img{
    width:38px;
    height:38px;
    object-fit:contain;
    display:block;
}
.difference-point h3{
    margin:0 0 5px;
    color:var(--primary);
    font-family:'Montserrat',sans-serif;
    font-size:.92rem;
    font-weight:900;
    line-height:1.3;
    letter-spacing:-.025em;
}
.difference-point p{
    margin:0;
    color:#4b5563;
    font-size:.9rem;
    line-height:1.48;
}

@media(max-width:980px){
    .about-difference__grid{
        grid-template-columns:1fr;
    }
    .about-difference__visual{
        min-height:auto;
    }
    .about-difference__content,
    .about-difference__list{
        padding:52px 36px;
    }
}

@media(max-width:620px){
    .about-difference__content,
    .about-difference__list{
        padding:48px 24px;
    }
    .difference-point{
        grid-template-columns:52px 1fr;
        gap:18px;
    }
    .difference-point__icon{
        width:48px;
        height:48px;
    }
}

/*
==================================================
ABOUT CTA
==================================================
*/
.about-cta{
    padding:2px 0;
    background:#fff;
    overflow:hidden;
}
.about-cta__box{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:36px;
    padding:30px 44px;
    background:#071a38;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 20px 55px rgba(11,31,77,.16);
}
.about-cta__box::after{
    content:"";
    position:absolute;
    right:-90px;
    top:50%;
    width:260px;
    height:260px;
    transform:translateY(-50%);
    border:1px solid rgba(212,160,23,.18);
    border-radius:50%;
}
.about-cta__box h2{
    position:relative;
    z-index:2;
    max-width:600px;
    margin:0;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:clamp(1.7rem, 2.25vw, 2.15rem);
    line-height:1.12;
    letter-spacing:-.035em;
    font-weight: lighter;
}
.about-cta__btn{
    position:relative;
    z-index:2;
    flex-shrink:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    height:52px;
    padding:0 24px;
    background:var(--gold);
    color:var(--primary);
    border-radius:4px;
    font-size:.9rem;
    font-weight:900;
    text-decoration:none;
    transition:
        transform .3s ease,
        background .3s ease,
        box-shadow .3s ease;
        margin-right: 40px;
}
.about-cta__btn:hover{
    transform:translateY(-3px);
    background:#fff;
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

@media(max-width:820px){
    .about-cta__box{
        flex-direction:column;
        align-items:flex-start;
        padding:34px 30px;
    }
    .about-cta__btn{
        width:70%;
    }
}

@media(max-width:620px){
    .about-cta{
        padding:0 0 30px;
    }
    .about-cta__box{
        padding:30px 24px;
    }
}