/* =========================================================
   LUCENT SOFT
   HOME - SERVICES
========================================================= */

.home-services {
    position: relative;
    overflow: hidden;

    padding: 96px 0 86px;

    background:
        linear-gradient(
            145deg,
            #091523 0%,
            #0d1c30 52%,
            #112843 100%
        );

    color: #ffffff;

    isolation: isolate;
}


/* =========================================================
   BACKGROUND
========================================================= */

.home-services-bg {
    position: absolute;
    inset: 0;

    z-index: -1;

    overflow: hidden;

    pointer-events: none;
}


.home-services-grid {
    position: absolute;
    inset: -70px;

    opacity: 0.5;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.02) 1px,
            transparent 1px
        );

    background-size: 68px 68px;
}


.home-services-glow {
    position: absolute;

    width: 580px;
    height: 580px;

    right: -240px;
    top: 40px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(55, 121, 207, 0.14),
            transparent 68%
        );
}


.home-services-word {
    position: absolute;

    left: -28px;
    bottom: 60px;

    color: rgba(255, 255, 255, 0.018);

    font-size: 145px;
    line-height: 1;

    font-weight: 800;

    letter-spacing: -7px;

    user-select: none;
}


/* =========================================================
   TOP
========================================================= */

.home-services-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding-bottom: 21px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.1);
}


.home-services-kicker {
    display: inline-flex;
    align-items: center;

    gap: 11px;

    color: #91bceb;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


.home-services-kicker > span {
    width: 22px;
    height: 2px;

    background: #b52e4b;
}


.home-services-top-note {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;

    gap: 10px;

    color: rgba(255, 255, 255, 0.34);

    font-size: 8.5px;

    font-weight: 700;

    letter-spacing: 0.8px;
}


.home-services-top-note i {
    width: 18px;
    height: 1px;

    background:
        rgba(255, 255, 255, 0.12);
}


/* =========================================================
   INTRO
========================================================= */

.home-services-intro {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(390px, 0.82fr);

    align-items: start;

    gap: clamp(70px, 8vw, 125px);

    padding: 48px 0 55px;
}


.home-services-heading {
    max-width: 690px;
}


.home-services-heading h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(37px, 3.35vw, 48px);
    line-height: 1.1;

    font-weight: 730;

    letter-spacing: -1.45px;
}


.home-services-heading h2 span {
    display: block;

    margin-top: 5px;

    color: #82b4ed;
}


.home-services-intro-copy {
    padding-left: 27px;

    border-left:
        1px solid
        rgba(255, 255, 255, 0.12);
}


.home-services-intro-copy p {
    margin: 0;

    color: rgba(229, 237, 247, 0.58);

    font-size: 13.2px;
    line-height: 1.75;
}


.home-services-intro-copy p:first-child {
    margin-bottom: 13px;

    color: rgba(239, 245, 252, 0.82);

    font-size: 14.5px;

    font-weight: 520;
}


/* =========================================================
   PLATFORMS
========================================================= */

.home-services-platforms {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    border-top:
        1px solid
        rgba(255, 255, 255, 0.1);

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.1);
}


.home-services-platform {
    position: relative;

    min-width: 0;

    padding: 31px 30px 30px;

    border-right:
        1px solid
        rgba(255, 255, 255, 0.1);

    transition:
        background 0.3s ease;
}


.home-services-platform:last-child {
    border-right: 0;
}


.home-services-platform::before {
    content: "";

    position: absolute;

    left: 0;
    top: -1px;

    width: 0;
    height: 2px;

    background: #75afea;

    transition:
        width
        0.3s
        ease;
}


.home-services-platform:hover {
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.01)
        );
}


.home-services-platform:hover::before {
    width: 100%;
}


/* =========================================================
   PLATFORM HEAD
========================================================= */

.home-services-platform-head {
    display: grid;

    grid-template-columns:
        31px
        minmax(0, 1fr);

    gap: 14px;

    align-items: start;
}


.home-services-platform-number {
    padding-top: 5px;

    color: rgba(130, 180, 237, 0.5);

    font-size: 9px;

    font-weight: 800;
}


.home-services-platform-label {
    display: block;

    margin-bottom: 7px;

    color: rgba(139, 186, 237, 0.57);

    font-size: 8.5px;

    font-weight: 800;

    letter-spacing: 0.8px;
}


.home-services-platform h3 {
    margin: 0;

    color: #ffffff;

    font-size: 20px;
    line-height: 1.25;

    font-weight: 650;

    letter-spacing: -0.35px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.home-services-platform-description {
    min-height: 92px;

    margin: 20px 0 0;

    color: rgba(225, 234, 244, 0.52);

    font-size: 11.7px;
    line-height: 1.68;
}


/* =========================================================
   CAPABILITIES
========================================================= */

.home-services-capabilities {
    display: grid;

    margin-top: 18px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.08);
}


.home-services-capabilities span {
    position: relative;

    padding: 10px 0 10px 14px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.065);

    color: rgba(255, 255, 255, 0.66);

    font-size: 10.5px;

    font-weight: 540;
}


.home-services-capabilities span::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #a92c49;

    transform: translateY(-50%);
}


/* =========================================================
   PLATFORM LINK
========================================================= */

.home-services-platform-link {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-top: 23px;
    padding-bottom: 5px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 11.5px;

    font-weight: 700;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}


.home-services-platform-link::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 31px;
    height: 1px;

    background: #75afea;

    transition:
        width
        0.25s
        ease;
}


.home-services-platform-link svg {
    width: 14px;
    height: 14px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform
        0.25s
        ease;
}


.home-services-platform-link:hover {
    gap: 11px;

    color: #9dcaf7;
}


.home-services-platform-link:hover::after {
    width: 100%;
}


.home-services-platform-link:hover svg {
    transform: translateX(3px);
}


/* =========================================================
   COMMON CAPABILITIES
========================================================= */

.home-services-common {
    display: grid;

    grid-template-columns:
        minmax(235px, 0.65fr)
        minmax(0, 2fr);

    gap: 45px;

    align-items: center;

    padding: 34px 0;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.09);
}


.home-services-common-intro span {
    display: block;

    margin-bottom: 6px;

    color: rgba(139, 186, 237, 0.58);

    font-size: 8.5px;

    font-weight: 800;

    letter-spacing: 1px;
}


.home-services-common-intro strong {
    color: rgba(255, 255, 255, 0.82);

    font-size: 12.5px;

    font-weight: 600;
}


.home-services-common-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;

    gap: 9px;
}


.home-services-common-list span {
    padding: 8px 11px;

    border:
        1px solid
        rgba(255, 255, 255, 0.09);

    border-radius: 999px;

    background:
        rgba(255, 255, 255, 0.025);

    color: rgba(255, 255, 255, 0.52);

    font-size: 9.5px;

    font-weight: 600;
}


/* =========================================================
   FOOTER
========================================================= */

.home-services-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;

    padding-top: 29px;
}


.home-services-footer p {
    margin: 0;

    color: rgba(255, 255, 255, 0.43);

    font-size: 11.5px;
}


.home-services-footer a {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #ffffff;

    font-size: 11.5px;

    font-weight: 700;

    transition:
        gap
        0.25s
        ease;
}


.home-services-footer a svg {
    width: 15px;
    height: 15px;

    fill: none;

    stroke: #82b4ed;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition:
        transform
        0.25s
        ease;
}


.home-services-footer a:hover {
    gap: 11px;
}


.home-services-footer a:hover svg {
    transform: translateX(3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .home-services {
        padding: 76px 0 70px;
    }


    .home-services-intro {
        grid-template-columns: 1fr;

        gap: 28px;

        padding: 41px 0 45px;
    }


    .home-services-intro-copy {
        max-width: 720px;
    }


    .home-services-platforms {
        grid-template-columns: 1fr;
    }


    .home-services-platform {
        display: grid;

        grid-template-columns:
            minmax(230px, 0.8fr)
            minmax(0, 1.2fr);

        gap: 32px;

        padding: 29px 0;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255, 255, 255, 0.09);
    }


    .home-services-platform:last-child {
        border-bottom: 0;
    }


    .home-services-platform-description {
        min-height: 0;

        margin-top: 17px;
    }


    .home-services-capabilities {
        margin-top: 0;
    }


    .home-services-platform-link {
        grid-column: 2;

        width: fit-content;

        margin-top: -6px;
    }


    .home-services-common {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .home-services-common-list {
        justify-content: flex-start;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .home-services {
        padding: 54px 0;
    }


    .home-services-word {
        font-size: 86px;
    }


    .home-services-top {
        display: block;

        padding-bottom: 17px;
    }


    .home-services-kicker {
        font-size: 9px;
    }


    .home-services-top-note {
        justify-content: flex-start;

        margin-top: 12px;

        font-size: 7.5px;
    }


    .home-services-top-note i {
        width: 10px;
    }


    .home-services-intro {
        padding: 33px 0 37px;
    }


    .home-services-heading h2 {
        font-size: 29px;
        line-height: 1.15;

        letter-spacing: -0.75px;
    }


    .home-services-intro-copy {
        padding-left: 18px;
    }


    .home-services-intro-copy p:first-child {
        font-size: 13.5px;
        line-height: 1.68;
    }


    .home-services-intro-copy p {
        font-size: 12.5px;
        line-height: 1.7;
    }


    .home-services-platform {
        display: block;

        padding: 25px 0;
    }


    .home-services-platform h3 {
        font-size: 18px;
    }


    .home-services-platform-description {
        margin-top: 17px;

        font-size: 11.5px;
    }


    .home-services-capabilities {
        margin-top: 18px;
    }


    .home-services-capabilities span {
        font-size: 10.3px;
    }


    .home-services-platform-link {
        margin-top: 20px;
    }


    .home-services-common {
        padding: 27px 0;
    }


    .home-services-common-list {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 7px;
    }


    .home-services-common-list span {
        padding: 8px;

        border-radius: 4px;

        font-size: 8.8px;
    }


    .home-services-footer {
        display: block;

        padding-top: 24px;
    }


    .home-services-footer a {
        margin-top: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .home-services-heading h2 {
        font-size: 27px;
    }


    .home-services-common-list {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .home-services-platform,
    .home-services-platform::before,
    .home-services-platform-link,
    .home-services-platform-link::after,
    .home-services-platform-link svg,
    .home-services-footer a,
    .home-services-footer a svg {
        transition: none !important;
    }

}