.elementor-26 .elementor-element.elementor-element-49982f1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-17bbe5c *//* ============================================================
   FORENSIC CLEANING SPECIALISTS
   PAGE 03 — SERVICES
   FULL CSS
============================================================ */

:root{
    --fcs-navy:#071746;
    --fcs-navy-2:#0A1F58;
    --fcs-navy-3:#112D6D;

    --fcs-red:#D71932;
    --fcs-red-2:#F0283F;
    --fcs-red-dark:#A70D22;

    --fcs-white:#FFFFFF;
    --fcs-off:#F5F7FA;
    --fcs-soft:#E8EDF5;

    --fcs-text:#172033;
    --fcs-muted:#6F7888;

    --fcs-line:rgba(7,23,70,.12);
    --fcs-line-light:rgba(255,255,255,.14);

    --fcs-head:'Manrope',Arial,sans-serif;
    --fcs-body:'Inter',Arial,sans-serif;

    --fcs-max:1440px;
}


/* ============================================================
   GLOBAL
============================================================ */

.fcs-services-page,
.fcs-services-page *{
    box-sizing:border-box;
}

.fcs-services-page{
    width:100%;
    overflow:hidden;

    background:#fff;
    color:var(--fcs-text);

    font-family:var(--fcs-body);
}

.fcs-services-page img{
    display:block;
    width:100%;
}

.fcs-services-page h1,
.fcs-services-page h2,
.fcs-services-page h3,
.fcs-services-page p{
    margin:0;
}

.fcs-services-page h1,
.fcs-services-page h2,
.fcs-services-page h3{
    font-family:var(--fcs-head);
}

.fcs-services-page a{
    color:inherit;
    text-decoration:none;
}

.fcs-sp-container{
    width:min(calc(100% - 48px),var(--fcs-max));
    margin:0 auto;
}


/* ============================================================
   KICKER
============================================================ */

.fcs-sp-kicker{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:22px;

    color:var(--fcs-red);

    font-size:11px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.fcs-sp-kicker > span{
    width:34px;
    height:2px;

    background:var(--fcs-red);
}

.fcs-sp-kicker--light{
    color:#fff;
}

.fcs-sp-kicker--light > span{
    background:var(--fcs-red-2);
}


/* ============================================================
   BUTTONS
============================================================ */

.fcs-sp-btn{
    min-height:64px;

    padding:13px 22px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    font-size:11px;
    font-weight:800;

    transition:.3s ease;
}

.fcs-sp-btn--red{
    background:var(--fcs-red);
    color:#fff;
}

.fcs-sp-btn--red:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}

.fcs-sp-btn--red > i{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);
}

.fcs-sp-btn--red small{
    display:block;

    margin-bottom:3px;

    color:rgba(255,255,255,.62);

    font-size:8px;
    font-weight:700;
    letter-spacing:.13em;
}

.fcs-sp-btn--outline{
    border:1px solid rgba(255,255,255,.24);

    background:rgba(255,255,255,.05);
    color:#fff;

    backdrop-filter:blur(10px);
}

.fcs-sp-btn--outline:hover{
    background:#fff;
    color:var(--fcs-navy);
}


/* ============================================================
   SECTION 01 — HERO
============================================================ */

.fcs-sp-hero{
    position:relative;

    min-height:780px;

    display:flex;
    align-items:center;

    overflow:hidden;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-sp-hero__media{
    position:absolute;
    inset:0;
}

.fcs-sp-hero__media img{
    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;
}

.fcs-sp-hero__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,14,48,.98) 0%,
            rgba(5,18,58,.95) 38%,
            rgba(6,21,65,.73) 67%,
            rgba(6,21,65,.48) 100%
        );
}

.fcs-sp-hero__glow{
    position:absolute;

    width:600px;
    height:600px;

    right:-220px;
    top:-250px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(100px);
}

.fcs-sp-hero__container{
    position:relative;
    z-index:4;

    padding-top:100px;
    padding-bottom:125px;

    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(300px,.58fr);
    gap:80px;
    align-items:end;
}

.fcs-sp-hero__content{
    max-width:900px;
}

.fcs-sp-hero h1{
    max-width:870px;

    color:#fff;

    font-size:clamp(58px,6.2vw,96px);
    font-weight:800;

    line-height:.98;
    letter-spacing:-.055em;
}

.fcs-sp-hero h1 span{
    display:block;

    margin-top:7px;

    color:var(--fcs-red-2);
}

.fcs-sp-hero__content > p{
    max-width:650px;

    margin-top:28px !important;

    color:rgba(255,255,255,.72);

    font-size:15px;
    line-height:1.85;
}

.fcs-sp-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;

    margin-top:38px;
}

.fcs-sp-hero__side{
    width:100%;
}

.fcs-sp-hero__side > div{
    padding:30px;

    border-top:3px solid var(--fcs-red);

    background:rgba(5,19,58,.82);

    backdrop-filter:blur(18px);
}

.fcs-sp-hero__side-icon{
    width:52px;
    height:52px;

    margin-bottom:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
    color:#fff;

    font-size:18px;
}

.fcs-sp-hero__side small{
    display:block;

    margin-bottom:10px;

    color:rgba(255,255,255,.45);

    font-size:8px;
    font-weight:800;
    letter-spacing:.14em;
}

.fcs-sp-hero__side strong{
    display:block;

    color:#fff;

    font-size:23px;
    font-weight:700;

    line-height:1.4;
    letter-spacing:-.03em;
}

.fcs-sp-hero__strip{
    position:absolute;

    left:0;
    right:0;
    bottom:0;

    z-index:5;

    border-top:1px solid rgba(255,255,255,.12);

    background:rgba(3,12,40,.70);

    backdrop-filter:blur(10px);
}

.fcs-sp-hero__strip .fcs-sp-container{
    min-height:66px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.fcs-sp-hero__strip span{
    color:rgba(255,255,255,.52);

    font-size:8px;
    font-weight:800;
    letter-spacing:.18em;
}

.fcs-sp-hero__strip i{
    width:4px;
    height:4px;

    border-radius:50%;

    background:var(--fcs-red);
}


/* ============================================================
   SECTION 02 — INTRO
============================================================ */

.fcs-sp-intro{
    padding:120px 0;

    background:#fff;
}

.fcs-sp-intro__grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:90px;
    align-items:end;
}

.fcs-sp-intro__content{
    max-width:660px;
}

.fcs-sp-intro h2,
.fcs-sp-service h2,
.fcs-sp-recovery__heading h2,
.fcs-sp-guide__heading h2,
.fcs-sp-mimamori h2{
    color:var(--fcs-navy);

    font-size:clamp(42px,4.2vw,64px);
    font-weight:800;

    line-height:1.04;
    letter-spacing:-.05em;
}

.fcs-sp-intro h2 span,
.fcs-sp-service h2 span,
.fcs-sp-recovery__heading h2 span,
.fcs-sp-guide__heading h2 span,
.fcs-sp-mimamori h2 span{
    display:block;

    color:var(--fcs-red);
}

.fcs-sp-intro__content > p{
    margin-top:28px !important;

    color:var(--fcs-muted);

    font-size:14px;
    line-height:1.9;
}

.fcs-sp-intro__stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    border-top:1px solid var(--fcs-line);
    border-left:1px solid var(--fcs-line);
}

.fcs-sp-intro__stats article{
    min-height:220px;

    padding:24px;

    border-right:1px solid var(--fcs-line);
    border-bottom:1px solid var(--fcs-line);

    display:flex;
    flex-direction:column;
}

.fcs-sp-intro__stats article > span{
    width:48px;
    height:48px;

    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-off);
    color:var(--fcs-red);

    font-size:17px;
}

.fcs-sp-intro__stats strong{
    margin-top:35px;

    color:var(--fcs-navy);

    font-size:16px;
    font-weight:800;
}

.fcs-sp-intro__stats small{
    margin-top:7px;

    color:var(--fcs-muted);

    font-size:10px;
    line-height:1.6;
}


/* ============================================================
   SECTION 03 — MAIN SERVICE LIST
============================================================ */

.fcs-sp-list{
    padding:0 0 130px;

    background:#fff;
}

.fcs-sp-service{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);

    min-height:620px;

    border-top:1px solid var(--fcs-line);
}

.fcs-sp-service:last-child{
    border-bottom:1px solid var(--fcs-line);
}

.fcs-sp-service--reverse .fcs-sp-service__visual{
    order:2;
}

.fcs-sp-service--reverse .fcs-sp-service__content{
    order:1;
}

.fcs-sp-service__visual{
    position:relative;

    min-height:620px;

    overflow:hidden;
}

.fcs-sp-service__visual img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .65s ease;
}

.fcs-sp-service:hover .fcs-sp-service__visual img{
    transform:scale(1.04);
}

.fcs-sp-service__visual:after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(4,16,54,.04),
            rgba(4,16,54,.22)
        );
}

.fcs-sp-service__visual-tag{
    position:absolute;

    left:28px;
    bottom:28px;

    z-index:3;

    padding:14px 17px;

    display:flex;
    align-items:center;
    gap:10px;

    background:var(--fcs-navy);
    color:#fff;

    font-size:9px;
    font-weight:800;
    letter-spacing:.06em;
}

.fcs-sp-service__visual-tag i{
    color:var(--fcs-red-2);
}

.fcs-sp-service__content{
    position:relative;

    padding:70px;

    display:flex;
    flex-direction:column;
    justify-content:center;

    background:var(--fcs-off);
}

.fcs-sp-service__number{
    position:absolute;

    right:35px;
    top:28px;

    color:rgba(7,23,70,.08);

    font-family:var(--fcs-head);

    font-size:80px;
    font-weight:800;

    line-height:1;
}

.fcs-sp-service__content > p{
    max-width:570px;

    margin-top:25px !important;

    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.85;
}

.fcs-sp-service__features{
    margin-top:30px;

    border-top:1px solid var(--fcs-line);
}

.fcs-sp-service__features > div{
    min-height:54px;

    padding:12px 0;

    border-bottom:1px solid var(--fcs-line);

    display:flex;
    align-items:center;
    gap:13px;

    color:var(--fcs-text);

    font-size:10px;
    font-weight:700;
}

.fcs-sp-service__features i{
    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);
}

.fcs-sp-service__content > a{
    margin-top:28px;

    display:inline-flex;
    align-items:center;
    gap:12px;

    color:var(--fcs-navy);

    font-size:10px;
    font-weight:800;
}

.fcs-sp-service__content > a i{
    color:var(--fcs-red);
}


/* ============================================================
   SECTION 04 — RECOVERY
============================================================ */

.fcs-sp-recovery{
    position:relative;

    min-height:760px;

    padding:120px 0;

    display:flex;
    align-items:center;

    color:#fff;

    overflow:hidden;
}

.fcs-sp-recovery__media{
    position:absolute;
    inset:0;
}

.fcs-sp-recovery__media img{
    width:100%;
    height:100%;

    object-fit:cover;
}

.fcs-sp-recovery__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,16,54,.98) 0%,
            rgba(4,16,54,.90) 48%,
            rgba(4,16,54,.62) 100%
        );
}

.fcs-sp-recovery .fcs-sp-container{
    position:relative;
    z-index:2;
}

.fcs-sp-recovery__heading{
    margin-bottom:55px;

    display:grid;
    grid-template-columns:1.1fr .5fr;
    gap:70px;
    align-items:end;
}

.fcs-sp-recovery__heading h2{
    color:#fff;
}

.fcs-sp-recovery__heading h2 span{
    color:var(--fcs-red-2);
}

.fcs-sp-recovery__heading > p{
    color:rgba(255,255,255,.58);

    font-size:13px;
    line-height:1.85;
}

.fcs-sp-recovery__grid{
    max-width:900px;

    display:grid;
    grid-template-columns:repeat(2,1fr);

    background:rgba(5,19,58,.72);

    backdrop-filter:blur(18px);
}

.fcs-sp-recovery__grid article{
    min-height:350px;

    padding:30px;

    border-right:1px solid rgba(255,255,255,.13);

    display:flex;
    flex-direction:column;
}

.fcs-sp-recovery__grid article:last-child{
    border-right:0;
}

.fcs-sp-recovery__icon{
    width:52px;
    height:52px;

    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    font-size:18px;
}

.fcs-sp-recovery__number{
    margin-top:40px;

    color:rgba(255,255,255,.32);

    font-size:8px;
    font-weight:800;
}

.fcs-sp-recovery__grid h3{
    margin-top:10px;

    color:#fff;

    font-size:27px;
    font-weight:800;

    line-height:1.15;
    letter-spacing:-.035em;
}

.fcs-sp-recovery__grid p{
    margin-top:14px !important;

    color:rgba(255,255,255,.58);

    font-size:11px;
    line-height:1.75;
}

.fcs-sp-recovery__grid a{
    margin-top:25px;
    padding-top:17px;

    border-top:1px solid rgba(255,255,255,.13);

    display:flex;
    align-items:center;
    justify-content:space-between;

    color:#fff;

    font-size:10px;
    font-weight:800;
}

.fcs-sp-recovery__grid a i{
    color:var(--fcs-red-2);
}


/* ============================================================
   SECTION 05 — SERVICE GUIDE
============================================================ */

.fcs-sp-guide{
    padding:130px 0;

    background:var(--fcs-off);
}

.fcs-sp-guide__heading{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.1fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-sp-guide__heading > p{
    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.85;
}

.fcs-sp-guide__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    border-top:1px solid var(--fcs-line);
    border-left:1px solid var(--fcs-line);
}

.fcs-sp-guide__grid article{
    min-height:310px;

    padding:26px;

    border-right:1px solid var(--fcs-line);
    border-bottom:1px solid var(--fcs-line);

    display:flex;
    flex-direction:column;

    background:#fff;

    transition:.3s ease;
}

.fcs-sp-guide__grid article:hover{
    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(7,23,70,.08);
}

.fcs-sp-guide__step{
    color:rgba(7,23,70,.28);

    font-size:8px;
    font-weight:800;
    letter-spacing:.1em;
}

.fcs-sp-guide__icon{
    width:52px;
    height:52px;

    margin-top:25px;
    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-off);
    color:var(--fcs-red);

    font-size:17px;
}

.fcs-sp-guide__grid h3{
    margin-top:40px;

    color:var(--fcs-navy);

    font-size:19px;
    font-weight:800;

    letter-spacing:-.025em;
}

.fcs-sp-guide__grid p{
    margin-top:9px !important;

    color:var(--fcs-muted);

    font-size:10px;
    line-height:1.7;
}

.fcs-sp-guide__call{
    background:var(--fcs-red) !important;
    color:#fff;
}

.fcs-sp-guide__call .fcs-sp-guide__step{
    color:rgba(255,255,255,.62);
}

.fcs-sp-guide__call .fcs-sp-guide__icon{
    background:#fff;
    color:var(--fcs-red);
}

.fcs-sp-guide__call h3{
    color:#fff;
}

.fcs-sp-guide__call > a{
    margin-top:12px;

    color:#fff;

    font-family:var(--fcs-head);

    font-size:25px;
    font-weight:800;
}


/* ============================================================
   SECTION 06 — MIMAMORI
============================================================ */

.fcs-sp-mimamori{
    padding:130px 0;

    background:#fff;
}

.fcs-sp-mimamori__grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
    gap:100px;
    align-items:center;
}

.fcs-sp-mimamori__visual{
    position:relative;

    padding-right:55px;
    padding-bottom:55px;
}

.fcs-sp-mimamori__image{
    height:630px;

    overflow:hidden;
}

.fcs-sp-mimamori__image img{
    width:100%;
    height:100%;

    object-fit:cover;
}

.fcs-sp-mimamori__mark{
    position:absolute;

    right:-10px;
    top:-30px;

    color:rgba(7,23,70,.07);

    font-size:110px;
    font-weight:700;
    line-height:1;
}

.fcs-sp-mimamori__badge{
    position:absolute;

    right:0;
    bottom:0;

    width:290px;

    padding:20px;

    display:flex;
    align-items:center;
    gap:15px;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-sp-mimamori__badge > span{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
}

.fcs-sp-mimamori__badge small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.42);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-sp-mimamori__badge strong{
    font-size:17px;
    font-weight:700;
}

.fcs-sp-mimamori__content{
    max-width:620px;
}

.fcs-sp-mimamori__content > p{
    max-width:560px;

    margin-top:26px !important;

    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.85;
}

.fcs-sp-mimamori__notice{
    margin-top:28px;

    padding:18px;

    border-left:3px solid var(--fcs-red);

    display:grid;
    grid-template-columns:28px 1fr;
    gap:12px;

    background:var(--fcs-off);
}

.fcs-sp-mimamori__notice > i{
    color:var(--fcs-red);
}

.fcs-sp-mimamori__notice p{
    color:var(--fcs-muted);

    font-size:10px;
    line-height:1.7;
}

.fcs-sp-link{
    margin-top:28px;

    display:inline-flex;
    align-items:center;
    gap:15px;

    color:var(--fcs-navy);

    font-size:10px;
    font-weight:800;
}

.fcs-sp-link > span{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-navy);
    color:#fff;

    transition:.3s ease;
}

.fcs-sp-link:hover > span{
    background:var(--fcs-red);
    transform:translateX(4px);
}


/* ============================================================
   SECTION 07 — FINAL CTA
============================================================ */

.fcs-sp-cta{
    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#050F32;
    color:#fff;
}

.fcs-sp-cta__glow{
    position:absolute;

    width:650px;
    height:650px;

    right:-240px;
    top:-300px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(100px);
}

.fcs-sp-cta .fcs-sp-container{
    position:relative;
    z-index:2;
}

.fcs-sp-cta__top{
    padding-bottom:24px;

    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:space-between;
}

.fcs-sp-cta__status{
    display:flex;
    align-items:center;
    gap:12px;

    color:rgba(255,255,255,.56);

    font-size:9px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.fcs-sp-cta__status > span{
    width:9px;
    height:9px;

    border-radius:50%;

    background:var(--fcs-red-2);

    box-shadow:0 0 0 6px rgba(240,40,63,.12);
}

.fcs-sp-cta__top > i{
    color:var(--fcs-red-2);

    font-size:22px;
}

.fcs-sp-cta__main{
    padding:60px 0;

    display:grid;
    grid-template-columns:1fr .7fr;
    gap:80px;
    align-items:end;
}

.fcs-sp-cta h2{
    max-width:820px;

    color:#fff;

    font-size:clamp(46px,5.4vw,78px);
    font-weight:800;

    line-height:1.02;
    letter-spacing:-.055em;
}

.fcs-sp-cta h2 span{
    display:block;

    color:var(--fcs-red-2);
}

.fcs-sp-cta__content > p{
    max-width:560px;

    margin-top:23px !important;

    color:rgba(255,255,255,.54);

    font-size:12px;
    line-height:1.8;
}

.fcs-sp-cta__contact small{
    display:block;

    margin-bottom:9px;

    color:var(--fcs-red-2);

    font-size:8px;
    font-weight:800;
    letter-spacing:.15em;
}

.fcs-sp-cta__contact > a{
    display:block;

    color:#fff;

    font-family:var(--fcs-head);

    font-size:clamp(34px,4vw,55px);
    font-weight:800;

    line-height:1.1;
    letter-spacing:-.04em;
}

.fcs-sp-cta__contact > span{
    margin-top:15px;

    display:flex;
    align-items:center;
    gap:9px;

    color:rgba(255,255,255,.52);

    font-size:10px;
}

.fcs-sp-cta__contact > span i{
    color:var(--fcs-red-2);
}

.fcs-sp-cta__bottom{
    padding-top:27px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.fcs-sp-cta__bottom > div{
    display:flex;
    align-items:center;
    gap:13px;

    color:rgba(255,255,255,.50);

    font-size:10px;
}

.fcs-sp-cta__bottom > div i{
    color:var(--fcs-red-2);
}

.fcs-sp-cta__bottom > a{
    min-width:150px;
    min-height:54px;

    padding:0 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;

    background:var(--fcs-red);
    color:#fff;

    font-size:10px;
    font-weight:800;

    transition:.3s ease;
}

.fcs-sp-cta__bottom > a:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}


/* ============================================================
   ICON SAFETY
============================================================ */

.fcs-services-page .fa-solid,
.fcs-services-page .fas{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    font-style:normal;
    line-height:1;
}


/* ============================================================
   TABLET
============================================================ */

@media(max-width:1100px){

    .fcs-sp-hero__container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .fcs-sp-hero__side{
        max-width:520px;
    }

    .fcs-sp-intro__grid,
    .fcs-sp-mimamori__grid{
        gap:60px;
    }

    .fcs-sp-service__content{
        padding:55px;
    }

    .fcs-sp-guide__grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ============================================================
   TABLET / MOBILE
============================================================ */

@media(max-width:820px){

    .fcs-sp-container{
        width:min(calc(100% - 34px),var(--fcs-max));
    }

    .fcs-sp-hero{
        min-height:auto;
    }

    .fcs-sp-hero__container{
        padding-top:90px;
        padding-bottom:115px;
    }

    .fcs-sp-hero h1{
        font-size:clamp(50px,11vw,76px);
    }

    .fcs-sp-hero__strip{
        display:none;
    }

    .fcs-sp-intro,
    .fcs-sp-recovery,
    .fcs-sp-guide,
    .fcs-sp-mimamori{
        padding:90px 0;
    }

    .fcs-sp-intro__grid,
    .fcs-sp-mimamori__grid{
        grid-template-columns:1fr;
    }

    .fcs-sp-intro__stats{
        grid-template-columns:repeat(3,1fr);
    }

    .fcs-sp-service,
    .fcs-sp-service--reverse{
        grid-template-columns:1fr;
    }

    .fcs-sp-service--reverse .fcs-sp-service__visual,
    .fcs-sp-service--reverse .fcs-sp-service__content{
        order:initial;
    }

    .fcs-sp-service__visual{
        min-height:500px;
    }

    .fcs-sp-service__content{
        min-height:auto;
        padding:55px 40px;
    }

    .fcs-sp-recovery__heading,
    .fcs-sp-guide__heading{
        grid-template-columns:1fr;
        gap:25px;
    }

    .fcs-sp-cta__main{
        grid-template-columns:1fr;
        gap:40px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media(max-width:620px){

    .fcs-sp-container{
        width:calc(100% - 28px);
    }

    .fcs-sp-hero__container{
        padding-top:70px;
        padding-bottom:70px;
    }

    .fcs-sp-hero h1{
        font-size:46px;
        line-height:1.02;
    }

    .fcs-sp-hero__content > p{
        margin-top:24px !important;

        font-size:13px;
        line-height:1.75;
    }

    .fcs-sp-hero__actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .fcs-sp-btn{
        width:100%;
        justify-content:flex-start;
    }

    .fcs-sp-btn--outline{
        justify-content:space-between;
    }

    .fcs-sp-hero__side > div{
        padding:22px;
    }

    .fcs-sp-intro h2,
    .fcs-sp-service h2,
    .fcs-sp-recovery__heading h2,
    .fcs-sp-guide__heading h2,
    .fcs-sp-mimamori h2{
        font-size:38px;
    }

    .fcs-sp-intro__stats{
        grid-template-columns:1fr;
    }

    .fcs-sp-intro__stats article{
        min-height:170px;
    }

    .fcs-sp-service__visual{
        min-height:420px;
    }

    .fcs-sp-service__content{
        padding:45px 24px;
    }

    .fcs-sp-service__number{
        top:20px;
        right:20px;

        font-size:60px;
    }

    .fcs-sp-service__visual-tag{
        left:18px;
        bottom:18px;
    }

    .fcs-sp-recovery{
        min-height:auto;
    }

    .fcs-sp-recovery__grid{
        grid-template-columns:1fr;
    }

    .fcs-sp-recovery__grid article{
        min-height:300px;

        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.13);
    }

    .fcs-sp-recovery__grid article:last-child{
        border-bottom:0;
    }

    .fcs-sp-guide__grid{
        grid-template-columns:1fr;
    }

    .fcs-sp-guide__grid article{
        min-height:260px;
    }

    .fcs-sp-mimamori__visual{
        padding-right:15px;
        padding-bottom:45px;
    }

    .fcs-sp-mimamori__image{
        height:430px;
    }

    .fcs-sp-mimamori__mark{
        font-size:70px;
    }

    .fcs-sp-mimamori__badge{
        width:245px;
    }

    .fcs-sp-cta{
        padding:80px 0;
    }

    .fcs-sp-cta h2{
        font-size:43px;
    }

    .fcs-sp-cta__bottom{
        flex-direction:column;
        align-items:stretch;
    }

    .fcs-sp-cta__bottom > a{
        width:100%;
    }

}/* End custom CSS */