/* ==========================================================================
   HOME DIGITAL SERVICES
   ========================================================================== */


.home-digital-services {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    background: #ffffff;
}


.home-digital-services-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}


.home-digital-services-grid {
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image:
        linear-gradient(rgba(20,40,70,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,40,70,.035) 1px, transparent 1px);
    background-size: 75px 75px;
}


.home-digital-services-glow {
    position: absolute;
    border-radius: 50%;
}


.home-digital-services-glow-one {
    width: 450px;
    height: 450px;
    right: -180px;
    top: 100px;
    background: rgba(41,91,158,.08);
}


.home-digital-services-glow-two {
    width: 300px;
    height: 300px;
    left: -120px;
    bottom: 100px;
    background: rgba(201,166,107,.08);
}


.home-digital-services-word {
    position: absolute;
    right: -20px;
    top: 80px;
    font-size: 150px;
    font-weight: 800;
    color: rgba(20,33,61,.035);
    line-height: 1;
}



/* ==========================================================================
   TOP
   ========================================================================== */


.home-digital-services-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid #e1e7ef;
}


.home-digital-services-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #295b9e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}


.home-digital-services-kicker span {
    width: 30px;
    height: 1px;
    background: #295b9e;
}


.home-digital-services-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7d8795;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .1em;
}


.home-digital-services-meta i {
    width: 18px;
    height: 1px;
    background: #d5dce5;
}



/* ==========================================================================
   INTRO
   ========================================================================== */


.home-digital-services-intro {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, .75fr);
    gap: 80px;
    padding: 55px 0 70px;
}


.home-digital-services-heading h2 {
    margin: 0;
    color: #172033;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.03em;
}


.home-digital-services-heading h2 span {
    display: block;
    color: #697586;
    font-weight: 500;
}


.home-digital-services-intro-copy p {
    margin: 0 0 18px;
    color: #687486;
    font-size: 14px;
    line-height: 1.8;
}



/* ==========================================================================
   STAGE
   ========================================================================== */


.home-digital-services-stage {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.35fr);
    gap: 85px;
    align-items: start;
}



/* ==========================================================================
   STICKY PANEL
   ========================================================================== */


.home-digital-services-sticky {
    position: sticky;
    top: 120px;
}


.home-digital-services-sticky-inner {
    padding: 38px;
    background: #ffffff;
    border: 1px solid #e1e7ef;
}


.home-digital-services-sticky-label {
    color: #295b9e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}


.home-digital-services-sticky h3 {
    margin: 22px 0 18px;
    color: #172033;
    font-size: 30px;
    line-height: 1.3;
}


.home-digital-services-sticky h3 span {
    display: block;
    color: #697586;
    font-weight: 500;
}


.home-digital-services-sticky-copy {
    margin: 0;
    color: #687486;
    font-size: 14px;
    line-height: 1.75;
}



/* ==========================================================================
   FOCUS
   ========================================================================== */


.home-digital-services-focus {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e1e7ef;
}


.home-digital-services-focus-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.home-digital-services-focus-top > span {
    color: #7d8795;
    font-size: 10px;
    font-weight: 700;
}


.home-digital-services-counter {
    color: #7d8795;
    font-size: 12px;
}


.home-digital-services-counter strong {
    color: #172033;
    font-size: 20px;
}


.home-digital-services-progress {
    height: 3px;
    margin-top: 18px;
    background: #e6ebf2;
}


.home-digital-services-progress span {
    display: block;
    height: 100%;
    background: #295b9e;
    transition: .35s ease;
}



/* ==========================================================================
   ACTIVE
   ========================================================================== */


.home-digital-services-active {
    margin-top: 30px;
}


.home-digital-services-active span {
    display: block;
    color: #7d8795;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}


.home-digital-services-active strong {
    display: block;
    margin-top: 10px;
    color: #172033;
    font-size: 22px;
}



/* ==========================================================================
   ITEMS
   ========================================================================== */


.home-digital-services-items {
    border-top: 1px solid #e1e7ef;
}


.home-digital-services-item {
    position: relative;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 25px;
    padding: 40px 0;
    border-bottom: 1px solid #e1e7ef;
    transition: .3s ease;
}


.home-digital-services-item-number {
    color: #a0aaba;
    font-size: 11px;
    font-weight: 700;
}


.home-digital-services-item-type {
    display: block;
    margin-bottom: 10px;
    color: #295b9e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}


.home-digital-services-item-content h3 {
    margin: 0 0 14px;
    color: #172033;
    font-size: 28px;
}


.home-digital-services-item-content p {
    margin: 0;
    max-width: 560px;
    color: #687486;
    font-size: 14px;
    line-height: 1.8;
}


.home-digital-services-item-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #295b9e;
    transition: .35s ease;
}


.home-digital-services-item.is-active {
    padding-left: 15px;
}


.home-digital-services-item.is-active .home-digital-services-item-line {
    width: 100%;
}



/* ==========================================================================
   BOTTOM
   ========================================================================== */


.home-digital-services-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 70px;
    padding-top: 35px;
    border-top: 1px solid #e1e7ef;
}


.home-digital-services-bottom span {
    display: block;
    color: #7d8795;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}


.home-digital-services-bottom strong {
    display: block;
    margin-top: 10px;
    max-width: 600px;
    color: #172033;
    font-size: 22px;
}


.home-digital-services-bottom a {
    color: #172033;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}



/* ==========================================================================
   RESPONSIVE
   ========================================================================== */


@media(max-width:1000px) {

    .home-digital-services-intro,
    .home-digital-services-stage {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .home-digital-services-sticky {
        position: relative;
        top: auto;
    }

}


@media(max-width:700px) {

    .home-digital-services {
        padding: 60px 0;
    }


    .home-digital-services-top,
    .home-digital-services-bottom {
        flex-direction: column;
        align-items: flex-start;
    }


    .home-digital-services-heading h2 {
        font-size: 32px;
    }


    .home-digital-services-sticky-inner {
        padding: 25px;
    }


    .home-digital-services-item {
        grid-template-columns: 35px 1fr;
        gap: 15px;
    }

}