/* ==========================================================
   HANDL — FOR BUSINESS PAGE
   Shortcode: [handl_for_business]
   Scoped to .handl-fb
   ========================================================== */

.handl-fb{
    --fb-violet:#6d43ff;
    --fb-violet-2:#8d70ff;
    --fb-orange:#ff5a1f;
    --fb-ink:#080b16;
    --fb-ink-2:#0d1020;
    --fb-text:#161923;
    --fb-muted:#6f7482;
    --fb-line:#e7e8ee;
    --fb-soft:#f7f7fb;
    --fb-white:#fff;
    width:100%;
    overflow:hidden;
    color:var(--fb-text);
    background:#fff;
}

.handl-fb,
.handl-fb *{
    box-sizing:border-box;
}

.handl-fb img,
.handl-fb svg{
    display:block;
}

.handl-fb a{
    text-decoration:none;
}

.handl-fb svg{
    width:1em;
    height:1em;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.handl-fb-container{
    width:min(1480px, calc(100% - 64px));
    margin:0 auto;
}

.handl-fb-section{
    padding:86px 0;
}

.handl-fb-eyebrow{
    display:inline-block;
    color:var(--fb-violet);
    font-size:13px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}

.handl-fb-eyebrow--orange{
    color:var(--fb-orange);
}

.handl-fb-section-head{
    margin-bottom:48px;
}

.handl-fb-section-head--center{
    text-align:center;
}

.handl-fb-section-head h2{
    margin:10px 0 0;
    color:#11131a;
    font-size:clamp(32px, 3vw, 54px);
    line-height:1.04;
    font-weight:800;
    letter-spacing:-.035em;
}

.handl-fb-section-head--dark h2{
    color:#fff;
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.handl-fb-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
}

.handl-fb-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-height:58px;
    padding:0 28px;
    border-radius:999px;
    font-size:16px;
    line-height:1;
    font-weight:800;
    transition:transform .2s ease, opacity .2s ease, border-color .2s ease, background-color .2s ease;
}

.handl-fb-btn:hover{
    transform:translateY(-2px);
}

.handl-fb-btn__icon{
    display:inline-flex;
    width:20px;
    height:20px;
    align-items:center;
    justify-content:center;
    flex:0 0 20px;
}

.handl-fb-btn__icon svg{
    width:20px;
    height:20px;
}

.handl-fb-btn--primary{
    color:#fff;
    background:var(--fb-violet);
    border:1px solid var(--fb-violet);
}

.handl-fb-btn--orange{
    color:#fff;
    background:var(--fb-orange);
    border:1px solid var(--fb-orange);
}

.handl-fb-btn--orange-outline{
    color:#fff;
    background:transparent;
    border:1px solid var(--fb-orange);
}

.handl-fb-btn--orange-outline:hover{
    background:rgba(255,90,31,.08);
}

.handl-fb-btn--light-outline{
    color:#fff;
    background:transparent;
    border:1px solid rgba(255,255,255,.5);
}

.handl-fb-btn--dark-outline{
    color:#11131a;
    background:#fff;
    border:1px solid #aeb2bd;
}

.handl-fb-btn--compact{
    min-height:50px;
    padding:0 24px;
    font-size:14px;
}

.handl-fb-center-action{
    display:flex;
    justify-content:center;
    margin-top:38px;
}

/* ==========================================================
   HERO
   ========================================================== */

.handl-fb-hero{
    position:relative;
    min-height:610px;
    background:#050813;
    isolation:isolate;
}

.handl-fb-hero__media,
.handl-fb-hero__veil{
    position:absolute;
    inset:0;
}

.handl-fb-hero__media{
    z-index:-3;
    background-image:var(--handl-fb-hero-image);
    background-repeat:no-repeat;
    background-position:72% center;
    background-size:auto 100%;
}

.handl-fb-hero__veil{
    z-index:-2;
    background:
        linear-gradient(90deg,
            rgba(5,8,19,1) 0%,
            rgba(5,8,19,.99) 31%,
            rgba(5,8,19,.88) 43%,
            rgba(5,8,19,.28) 66%,
            rgba(5,8,19,.04) 100%);
}

.handl-fb-hero__inner{
    min-height:610px;
    display:flex;
    align-items:center;
}

.handl-fb-hero__content{
    width:min(590px, 43vw);
    padding:58px 0 52px;
    color:#fff;
}

.handl-fb-hero h1{
    margin:14px 0 24px;
    color:#fff;
    font-size:clamp(56px, 5.4vw, 86px);
    line-height:.95;
    letter-spacing:-.055em;
    font-weight:850;
}

.handl-fb-hero h1 span{
    display:inline-block;
    position:relative;
    color:var(--fb-violet);
    padding-bottom:12px;
}

.handl-fb-hero h1 span::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:61%;
    height:4px;
    border-radius:999px;
    background:var(--fb-violet);
}

.handl-fb-hero p{
    max-width:560px;
    margin:0 0 30px;
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:1.72;
}

/* ==========================================================
   BUILT FOR BUSINESS
   ========================================================== */

.handl-fb-built{
    background:#fff;
}

.handl-fb-benefit-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    border-top:1px solid var(--fb-line);
    border-bottom:1px solid var(--fb-line);
}

.handl-fb-benefit-card{
    min-width:0;
    padding:30px 38px 32px;
    border-right:1px solid var(--fb-line);
}

.handl-fb-benefit-card:first-child{
    padding-left:0;
}

.handl-fb-benefit-card:last-child{
    border-right:0;
    padding-right:0;
}

.handl-fb-benefit-card__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:54px;
    height:54px;
    margin-bottom:18px;
    color:var(--fb-violet);
    font-size:44px;
}

.handl-fb-benefit-card__number{
    display:block;
    margin-bottom:12px;
    color:var(--fb-violet);
    font-size:23px;
    line-height:1;
    font-weight:850;
}

.handl-fb-benefit-card h3{
    margin:0 0 12px;
    font-size:20px;
    line-height:1.18;
    font-weight:800;
}

.handl-fb-benefit-card p{
    margin:0;
    color:var(--fb-muted);
    font-size:15px;
    line-height:1.65;
}

/* ==========================================================
   SERVICES
   ========================================================== */

.handl-fb-services{
    padding:82px 0 88px;
    background:
        radial-gradient(circle at 50% 0%, rgba(109,67,255,.11), transparent 34%),
        #070a15;
}

.handl-fb-service-grid{
    display:grid;
    grid-template-columns:repeat(6, minmax(0,1fr));
    gap:14px;
}

.handl-fb-service-card{
    min-width:0;
    overflow:hidden;
    border:1px solid rgba(131,105,255,.42);
    border-radius:8px;
    background:#0b0e1c;
}

.handl-fb-service-card__image{
    position:relative;
    display:block;
    aspect-ratio:1.45 / 1;
    overflow:hidden;
    background:#111528;
}

.handl-fb-service-card__image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(7,10,21,.02) 25%, rgba(7,10,21,.72) 100%);
}

.handl-fb-service-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}

.handl-fb-service-card:hover .handl-fb-service-card__image img{
    transform:scale(1.04);
}

.handl-fb-service-card__icon{
    position:absolute;
    left:18px;
    bottom:14px;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    color:#fff;
    background:var(--fb-violet);
    font-size:22px;
}

.handl-fb-service-card__content{
    min-height:205px;
    padding:18px 18px 20px;
}

.handl-fb-service-card h3{
    margin:0 0 12px;
    font-size:17px;
    line-height:1.13;
    font-weight:800;
}

.handl-fb-service-card h3 a{
    color:#fff;
}

.handl-fb-service-card p{
    margin:0;
    color:rgba(255,255,255,.68);
    font-size:13px;
    line-height:1.58;
}

/* ==========================================================
   HOW IT WORKS
   ========================================================== */

.handl-fb-how{
    background:#fff;
}

.handl-fb-step-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:0;
    margin:0;
    padding:0;
    list-style:none;
}

.handl-fb-step{
    position:relative;
    min-width:0;
    padding:6px 42px 12px 28px;
    border-right:1px solid var(--fb-line);
}

.handl-fb-step:first-child{
    padding-left:0;
}

.handl-fb-step:last-child{
    border-right:0;
    padding-right:0;
}

.handl-fb-step__top{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:18px;
}

.handl-fb-step__number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:50%;
    color:#fff;
    background:var(--fb-violet);
    font-size:13px;
    font-weight:850;
}

.handl-fb-step__icon{
    display:flex;
    width:52px;
    height:52px;
    align-items:center;
    justify-content:center;
    color:#171a24;
    font-size:46px;
}

.handl-fb-step h3{
    margin:0 0 10px;
    font-size:19px;
    line-height:1.2;
    font-weight:800;
}

.handl-fb-step p{
    margin:0;
    color:var(--fb-muted);
    font-size:14px;
    line-height:1.62;
}

.handl-fb-step__arrow{
    position:absolute;
    top:26px;
    right:-14px;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    color:var(--fb-violet);
    background:#fff;
    font-size:22px;
}

/* ==========================================================
   SUPPORT PAIR
   ========================================================== */

.handl-fb-support{
    padding:0 0 0;
    background:#fff;
}

.handl-fb-support__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    padding-bottom:0;
}

.handl-fb-support-card{
    display:grid;
    min-height:410px;
    overflow:hidden;
    border-radius:8px 8px 0 0;
}

.handl-fb-support-card--everyday{
    grid-template-columns:33% minmax(0,1fr);
    background:linear-gradient(110deg, #f7f4ff 0%, #f1edff 100%);
}

.handl-fb-support-card--special{
    grid-template-columns:minmax(0,1fr) 33%;
    background:linear-gradient(110deg, #fff6ef 0%, #fff0e3 100%);
}

.handl-fb-support-card__image{
    width:100%;
    height:100%;
    object-fit:cover;
}

.handl-fb-support-card__content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:42px 38px;
}

.handl-fb-support-card h2{
    margin:8px 0 12px;
    color:#11131a;
    font-size:clamp(30px, 2.7vw, 46px);
    line-height:.98;
    letter-spacing:-.035em;
    font-weight:850;
}

.handl-fb-support-card p{
    max-width:520px;
    margin:0 0 20px;
    color:#555b69;
    font-size:15px;
    line-height:1.6;
}

.handl-fb-support-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px 18px;
    margin:0 0 24px;
    padding:0;
    list-style:none;
}

.handl-fb-support-list li{
    display:flex;
    align-items:center;
    gap:8px;
    min-width:0;
    color:#404654;
    font-size:13px;
    line-height:1.35;
}

.handl-fb-support-list li > span{
    display:flex;
    width:16px;
    height:16px;
    align-items:center;
    justify-content:center;
    flex:0 0 16px;
    color:var(--fb-violet);
}

/* ==========================================================
   WHY BUSINESS USES HANDL
   ========================================================== */

.handl-fb-why{
    padding:54px 0;
    background:#070a15;
}

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

.handl-fb-why-card{
    padding:8px 42px 10px;
    border-right:1px solid rgba(255,255,255,.15);
}

.handl-fb-why-card:first-child{
    padding-left:0;
}

.handl-fb-why-card:last-child{
    padding-right:0;
    border-right:0;
}

.handl-fb-why-card__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-bottom:18px;
    color:var(--fb-orange);
    font-size:38px;
}

.handl-fb-why-card h3{
    margin:0 0 10px;
    color:#fff;
    font-size:19px;
    font-weight:800;
}

.handl-fb-why-card p{
    margin:0;
    color:rgba(255,255,255,.65);
    font-size:14px;
    line-height:1.6;
}

/* ==========================================================
   TRUST & BUSINESS
   ========================================================== */

.handl-fb-trust{
    padding-top:74px;
    padding-bottom:74px;
}

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

.handl-fb-trust-item{
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:18px;
    min-width:0;
    padding:0 34px;
    border-right:1px solid var(--fb-line);
}

.handl-fb-trust-item:first-child{
    padding-left:0;
}

.handl-fb-trust-item:last-child{
    padding-right:0;
    border-right:0;
}

.handl-fb-trust-item__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border:1px solid rgba(109,67,255,.4);
    border-radius:14px;
    color:var(--fb-violet);
    font-size:28px;
}

.handl-fb-trust-item h3{
    margin:3px 0 8px;
    font-size:16px;
    line-height:1.2;
    font-weight:800;
}

.handl-fb-trust-item p{
    margin:0;
    color:var(--fb-muted);
    font-size:13px;
    line-height:1.55;
}

/* ==========================================================
   FINAL CTA
   ========================================================== */

.handl-fb-final{
    position:relative;
    min-height:330px;
    background:#060914;
    isolation:isolate;
}

.handl-fb-final__media,
.handl-fb-final__veil{
    position:absolute;
    inset:0;
}

.handl-fb-final__media{
    z-index:-3;
    background-image:var(--handl-fb-final-image);
    background-repeat:no-repeat;
    background-position:right center;
    background-size:auto 100%;
}

.handl-fb-final__veil{
    z-index:-2;
    background:linear-gradient(90deg, #070a15 0%, #070a15 49%, rgba(7,10,21,.86) 63%, rgba(7,10,21,.12) 100%);
}

.handl-fb-final__inner{
    min-height:330px;
    display:flex;
    align-items:center;
}

.handl-fb-final__content{
    width:min(720px, 55%);
    padding:44px 0;
    color:#fff;
}

.handl-fb-final h2{
    margin:10px 0 8px;
    color:#fff;
    font-size:clamp(38px, 4vw, 62px);
    line-height:.96;
    letter-spacing:-.04em;
    font-weight:850;
}

.handl-fb-final p{
    margin:0 0 22px;
    color:rgba(255,255,255,.76);
    font-size:16px;
    line-height:1.55;
}

/* ==========================================================
   BOTTOM STRIP
   ========================================================== */

.handl-fb-trust-strip{
    background:#fff;
    border-bottom:1px solid var(--fb-line);
}

.handl-fb-trust-strip__grid{
    display:grid;
    grid-template-columns:repeat(6, minmax(0,1fr));
    align-items:center;
    min-height:64px;
}

.handl-fb-trust-strip span{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#555a67;
    font-size:11px;
    line-height:1.2;
    font-weight:800;
    text-transform:uppercase;
    white-space:nowrap;
}

.handl-fb-trust-strip svg{
    width:18px;
    height:18px;
    color:var(--fb-violet);
}

/* ==========================================================
   LARGE DESKTOP
   ========================================================== */

@media (min-width:1600px){
    .handl-fb-hero,
    .handl-fb-hero__inner{
        min-height:650px;
    }

    .handl-fb-service-card__content{
        min-height:220px;
    }
}

/* ==========================================================
   LAPTOP
   ========================================================== */

@media (max-width:1279px){
    .handl-fb-container{
        width:min(1180px, calc(100% - 44px));
    }

    .handl-fb-section{
        padding:72px 0;
    }

    .handl-fb-hero,
    .handl-fb-hero__inner{
        min-height:560px;
    }

    .handl-fb-hero__content{
        width:min(520px, 45vw);
    }

    .handl-fb-hero h1{
        font-size:clamp(50px, 5.2vw, 72px);
    }

    .handl-fb-benefit-card{
        padding:28px 24px;
    }

    .handl-fb-benefit-card:first-child{
        padding-left:0;
    }

    .handl-fb-benefit-card:last-child{
        padding-right:0;
    }

    .handl-fb-service-grid{
        grid-template-columns:repeat(3, minmax(0,1fr));
        gap:18px;
    }

    .handl-fb-service-card__content{
        min-height:175px;
    }

    .handl-fb-step{
        padding-right:28px;
        padding-left:22px;
    }

    .handl-fb-support-card__content{
        padding:34px 28px;
    }

    .handl-fb-why-card{
        padding-left:28px;
        padding-right:28px;
    }

    .handl-fb-trust-item{
        padding-left:22px;
        padding-right:22px;
    }
}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width:900px){
    .handl-fb-container{
        width:min(100% - 32px, 820px);
    }

    .handl-fb-section{
        padding:62px 0;
    }

    .handl-fb-hero{
        min-height:720px;
    }

    .handl-fb-hero__media{
        background-position:68% top;
        background-size:auto 58%;
    }

    .handl-fb-hero__veil{
        background:
            linear-gradient(180deg,
                rgba(5,8,19,.18) 0%,
                rgba(5,8,19,.38) 35%,
                rgba(5,8,19,.92) 52%,
                rgba(5,8,19,1) 72%,
                rgba(5,8,19,1) 100%);
    }

    .handl-fb-hero__inner{
        min-height:720px;
        align-items:flex-end;
    }

    .handl-fb-hero__content{
        width:100%;
        max-width:660px;
        padding:330px 0 52px;
    }

    .handl-fb-hero h1{
        font-size:58px;
    }

    .handl-fb-benefit-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }

    .handl-fb-benefit-card,
    .handl-fb-benefit-card:first-child,
    .handl-fb-benefit-card:last-child{
        padding:28px;
        border-right:1px solid var(--fb-line);
        border-bottom:1px solid var(--fb-line);
    }

    .handl-fb-benefit-card:nth-child(2n){
        border-right:0;
    }

    .handl-fb-benefit-card:nth-last-child(-n+2){
        border-bottom:0;
    }

    .handl-fb-service-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
    }

    .handl-fb-step-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
        gap:28px 0;
    }

    .handl-fb-step,
    .handl-fb-step:first-child,
    .handl-fb-step:last-child{
        padding:0 28px;
        border-right:1px solid var(--fb-line);
    }

    .handl-fb-step:nth-child(2n){
        border-right:0;
    }

    .handl-fb-step__arrow{
        display:none;
    }

    .handl-fb-support__grid{
        grid-template-columns:1fr;
    }

    .handl-fb-support-card{
        min-height:360px;
        border-radius:8px;
    }

    .handl-fb-why__grid,
    .handl-fb-trust-grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
        gap:0;
    }

    .handl-fb-why-card,
    .handl-fb-why-card:first-child,
    .handl-fb-why-card:last-child{
        padding:30px;
        border-right:1px solid rgba(255,255,255,.15);
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .handl-fb-why-card:nth-child(2n){
        border-right:0;
    }

    .handl-fb-why-card:nth-last-child(-n+2){
        border-bottom:0;
    }

    .handl-fb-trust-item,
    .handl-fb-trust-item:first-child,
    .handl-fb-trust-item:last-child{
        padding:26px;
        border-right:1px solid var(--fb-line);
        border-bottom:1px solid var(--fb-line);
    }

    .handl-fb-trust-item:nth-child(2n){
        border-right:0;
    }

    .handl-fb-trust-item:nth-last-child(-n+2){
        border-bottom:0;
    }

    .handl-fb-final__media{
        background-position:75% center;
        background-size:auto 100%;
    }

    .handl-fb-final__veil{
        background:linear-gradient(90deg, #070a15 0%, #070a15 55%, rgba(7,10,21,.72) 75%, rgba(7,10,21,.25) 100%);
    }

    .handl-fb-final__content{
        width:66%;
    }

    .handl-fb-trust-strip__grid{
        grid-template-columns:repeat(3, minmax(0,1fr));
        gap:0;
        padding:8px 0;
    }

    .handl-fb-trust-strip span{
        min-height:44px;
    }
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width:600px){
    .handl-fb-container{
        width:calc(100% - 28px);
    }

    .handl-fb-section{
        padding:52px 0;
    }

    .handl-fb-section-head{
        margin-bottom:34px;
    }

    .handl-fb-section-head h2{
        font-size:34px;
    }

    .handl-fb-hero{
        min-height:760px;
    }

    .handl-fb-hero__media{
        background-position:62% top;
        background-size:auto 47%;
    }

    .handl-fb-hero__inner{
        min-height:760px;
    }

    .handl-fb-hero__content{
        padding:320px 0 42px;
    }

    .handl-fb-hero h1{
        margin-top:12px;
        font-size:48px;
    }

    .handl-fb-hero p{
        font-size:16px;
        line-height:1.65;
    }

    .handl-fb-actions{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
    }

    .handl-fb-btn{
        width:100%;
        min-height:56px;
        padding-left:22px;
        padding-right:22px;
    }

    .handl-fb-benefit-grid,
    .handl-fb-service-grid,
    .handl-fb-step-grid,
    .handl-fb-why__grid,
    .handl-fb-trust-grid{
        grid-template-columns:1fr;
    }

    .handl-fb-benefit-card,
    .handl-fb-benefit-card:first-child,
    .handl-fb-benefit-card:last-child,
    .handl-fb-benefit-card:nth-child(2n),
    .handl-fb-benefit-card:nth-last-child(-n+2){
        padding:28px 0;
        border-right:0;
        border-bottom:1px solid var(--fb-line);
    }

    .handl-fb-benefit-card:last-child{
        border-bottom:0;
    }

    .handl-fb-service-card__image{
        aspect-ratio:1.8 / 1;
    }

    .handl-fb-service-card__content{
        min-height:auto;
        padding:20px;
    }

    .handl-fb-service-card h3{
        font-size:20px;
    }

    .handl-fb-service-card p{
        font-size:14px;
    }

    .handl-fb-step,
    .handl-fb-step:first-child,
    .handl-fb-step:last-child,
    .handl-fb-step:nth-child(2n){
        padding:0 0 28px;
        border-right:0;
        border-bottom:1px solid var(--fb-line);
    }

    .handl-fb-step:last-child{
        padding-bottom:0;
        border-bottom:0;
    }

    .handl-fb-support-card,
    .handl-fb-support-card--everyday,
    .handl-fb-support-card--special{
        grid-template-columns:1fr;
    }

    .handl-fb-support-card__image{
        height:240px;
    }

    .handl-fb-support-card--special .handl-fb-support-card__image{
        order:-1;
    }

    .handl-fb-support-card__content{
        padding:30px 24px 32px;
    }

    .handl-fb-support-list{
        grid-template-columns:1fr;
    }

    .handl-fb-why{
        padding:24px 0;
    }

    .handl-fb-why-card,
    .handl-fb-why-card:first-child,
    .handl-fb-why-card:last-child,
    .handl-fb-why-card:nth-child(2n),
    .handl-fb-why-card:nth-last-child(-n+2){
        padding:28px 0;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .handl-fb-why-card:last-child{
        border-bottom:0;
    }

    .handl-fb-trust-item,
    .handl-fb-trust-item:first-child,
    .handl-fb-trust-item:last-child,
    .handl-fb-trust-item:nth-child(2n),
    .handl-fb-trust-item:nth-last-child(-n+2){
        padding:24px 0;
        border-right:0;
        border-bottom:1px solid var(--fb-line);
    }

    .handl-fb-trust-item:last-child{
        border-bottom:0;
    }

    .handl-fb-final{
        min-height:570px;
    }

    .handl-fb-final__media{
        background-position:center top;
        background-size:auto 42%;
    }

    .handl-fb-final__veil{
        background:linear-gradient(180deg, rgba(7,10,21,.10) 0%, rgba(7,10,21,.30) 28%, #070a15 45%, #070a15 100%);
    }

    .handl-fb-final__inner{
        min-height:570px;
        align-items:flex-end;
    }

    .handl-fb-final__content{
        width:100%;
        padding:240px 0 40px;
    }

    .handl-fb-final h2{
        font-size:40px;
    }

    .handl-fb-trust-strip__grid{
        grid-template-columns:repeat(2, minmax(0,1fr));
        padding:10px 0;
    }

    .handl-fb-trust-strip span{
        justify-content:flex-start;
        min-height:42px;
        font-size:10px;
    }
}

/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width:390px){
    .handl-fb-container{
        width:calc(100% - 22px);
    }

    .handl-fb-hero h1{
        font-size:42px;
    }

    .handl-fb-section-head h2,
    .handl-fb-support-card h2{
        font-size:31px;
    }

    .handl-fb-trust-strip__grid{
        grid-template-columns:1fr;
    }
}


/* ==========================================================
   FOR BUSINESS — HERO CONTENT POSITION
   Alignement cohérent avec les autres pages HANDL
   ========================================================== */

/* DESKTOP */
.handl-fb-hero__content{
    transform:translate(48px, 52px) !important;
}


/* LAPTOP */
@media (max-width:1279px){

    .handl-fb-hero__content{
        transform:translate(34px, 40px) !important;
    }
}


/* TABLET */
@media (max-width:900px){

    .handl-fb-hero__content{
        transform:translate(12px, 20px) !important;
    }
}


/* MOBILE */
@media (max-width:600px){

    .handl-fb-hero__content{
        transform:none !important;
    }
}

/* ==========================================================
   FOR BUSINESS — HERO BUTTONS
   Desktop + Laptop = side by side
   ========================================================== */

@media (min-width:901px){

    .handl-fb-hero .handl-fb-actions{
        display:flex !important;
        flex-direction:row !important;
        flex-wrap:nowrap !important;
        align-items:center !important;
        justify-content:flex-start !important;
        gap:18px !important;
        width:max-content !important;
        max-width:none !important;
    }

    .handl-fb-hero .handl-fb-btn{
        width:auto !important;
        min-width:0 !important;
        flex:0 0 auto !important;
        white-space:nowrap !important;
    }
}

/* ==========================================================
   FOR BUSINESS — SPACE BELOW HERO BUTTONS
   ========================================================== */

@media (min-width:1280px){

    .handl-fb-hero{
        padding-bottom:70px !important;
    }
}


/* LAPTOP */
@media (min-width:901px) and (max-width:1279px){

    .handl-fb-hero{
        padding-bottom:55px !important;
    }
}