﻿/* =========================================================
   SERVICES SHARED
   ========================================================= */

.services-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #f39a2f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
}

.services-line {
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 25px;
    background-color: #f39a2f;
}

/* =========================================================
   HERO
   ========================================================= */

.services-hero {
    position: relative;
    min-height: 78vh;
    min-height: 78svh;
    overflow: hidden;
    background-color: #020c19;
}

.services-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../images/services/services-hero.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1.015);
}

.services-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(1, 10, 22, 0.98) 0%, rgba(1, 10, 22, 0.88) 45%, rgba(1, 10, 22, 0.27) 78%, rgba(1, 10, 22, 0.50) 100% );
}

.services-hero::before,
.services-hero::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}

.services-hero::before {
    top: -330px;
    right: -90px;
    width: 820px;
    height: 820px;
    border: 1px solid rgba(243, 154, 47, 0.18);
}

.services-hero::after {
    top: -220px;
    right: 55px;
    width: 640px;
    height: 640px;
    border: 1px solid rgba(0, 168, 181, 0.22);
}

.services-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    min-height: 78vh;
    min-height: 78svh;
    padding-top: 120px;
    padding-bottom: 65px;
}

.services-hero-content {
    max-width: 850px;
}

    .services-hero-content h1 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(68px, 7vw, 116px);
        font-weight: 500;
        line-height: 0.9;
        letter-spacing: -1.5px;
    }

        .services-hero-content h1 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .services-hero-content p {
        max-width: 670px;
        margin: 27px 0 0;
        color: rgba(223, 232, 239, 0.74);
        font-size: 18px;
        font-weight: 300;
        line-height: 1.7;
    }

.services-hero-summary {
    flex: 0 0 270px;
    padding: 29px;
    background-color: rgba(2, 19, 37, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(10px);
}

    .services-hero-summary span {
        display: block;
        color: #f39a2f;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .services-hero-summary strong {
        display: block;
        margin: 11px 0 13px;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 41px;
        font-weight: 500;
        line-height: 1;
    }

    .services-hero-summary p {
        margin: 0;
        color: rgba(205, 217, 226, 0.67);
        font-size: 13px;
        line-height: 1.6;
    }

/* =========================================================
   INTRODUCTION
   ========================================================= */

.services-introduction {
    padding: 110px 0;
    background: radial-gradient( circle at 88% 20%, rgba(0, 168, 181, 0.07), transparent 30% ), #020b18;
}

.services-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 90px;
    align-items: start;
}

    .services-intro-grid h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(52px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .services-intro-grid h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .services-intro-grid p {
        margin: 0 0 22px;
        color: rgba(199, 213, 223, 0.69);
        font-size: 16px;
        line-height: 1.8;
    }

    .services-intro-grid .services-lead {
        color: rgba(239, 244, 248, 0.90);
        font-size: 20px;
        font-weight: 300;
        line-height: 1.7;
    }

/* =========================================================
   SERVICE DETAILS
   ========================================================= */

.service-detail {
    position: relative;
    padding: 105px 0;
    background-color: #020b18;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    scroll-margin-top: 90px;
}

.service-detail-alt {
    background: radial-gradient( circle at 85% 25%, rgba(0, 168, 181, 0.07), transparent 28% ), linear-gradient( 135deg, #031528, #020a16 );
}

.service-detail-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    gap: 90px;
    align-items: start;
}

.service-detail-heading {
    position: relative;
    padding-right: 35px;
}

.service-detail-number {
    position: absolute;
    top: -21px;
    right: 20px;
    color: rgba(255, 255, 255, 0.08);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 110px;
    font-weight: 500;
    line-height: 1;
}

.service-detail-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 28px;
    color: #19b8c4;
}

    .service-detail-icon.orange {
        color: #f39a2f;
    }

    .service-detail-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.4;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.service-detail-heading h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(45px, 4.4vw, 70px);
    font-weight: 500;
    line-height: 0.98;
}

    .service-detail-heading h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.service-detail-content {
    padding-top: 15px;
}

    .service-detail-content p {
        margin: 0 0 22px;
        color: rgba(198, 212, 222, 0.68);
        font-size: 16px;
        line-height: 1.8;
    }

    .service-detail-content .service-detail-lead {
        color: rgba(239, 244, 248, 0.91);
        font-size: 21px;
        font-weight: 300;
        line-height: 1.7;
    }

    .service-detail-content ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 28px;
        padding: 25px 0 0;
        margin: 0;
        list-style: none;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

    .service-detail-content li {
        position: relative;
        padding-left: 20px;
        color: rgba(225, 233, 239, 0.78);
        font-size: 14px;
        line-height: 1.6;
    }

        .service-detail-content li::before {
            position: absolute;
            top: 10px;
            left: 0;
            width: 7px;
            height: 7px;
            content: "";
            border: 1px solid #f39a2f;
            transform: rotate(45deg);
        }

/* =========================================================
   PROCESS
   ========================================================= */

.services-process {
    padding: 110px 0 100px;
    background: radial-gradient( circle at 12% 18%, rgba(243, 154, 47, 0.07), transparent 28% ), linear-gradient( 135deg, #031527, #020a16 );
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.services-process-header {
    max-width: 820px;
    margin-bottom: 58px;
}

    .services-process-header h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(52px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .services-process-header h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

.services-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

    .services-process-grid article {
        min-height: 260px;
        padding: 32px 28px;
        border-right: 1px solid rgba(255, 255, 255, 0.10);
    }

        .services-process-grid article:last-child {
            border-right: 0;
        }

    .services-process-grid span {
        display: block;
        margin-bottom: 36px;
        color: #f39a2f;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .services-process-grid h3 {
        margin: 0 0 14px;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 31px;
        font-weight: 500;
    }

    .services-process-grid p {
        margin: 0;
        color: rgba(198, 211, 221, 0.65);
        font-size: 14px;
        line-height: 1.7;
    }

/* =========================================================
   CTA
   ========================================================= */

.services-cta {
    padding: 75px 0;
    background-color: #010914;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.services-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.services-cta h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(43px, 4.5vw, 70px);
    font-weight: 500;
    line-height: 0.98;
}

    .services-cta h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.services-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 245px;
    min-height: 55px;
    padding: 14px 18px 14px 22px;
    color: #ffffff;
    border: 1px solid rgba(243, 154, 47, 0.86);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .services-cta-button svg {
        width: 22px;
        height: 22px;
        margin-left: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .services-cta-button:hover,
    .services-cta-button:focus {
        color: #06101c;
        text-decoration: none;
        background-color: #f39a2f;
    }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991.98px) {

    .services-hero-container {
        display: block;
        padding-top: 150px;
    }

    .services-hero-summary {
        width: 100%;
        max-width: 430px;
        margin-top: 55px;
    }

    .services-introduction,
    .service-detail,
    .services-process {
        padding-top: 85px;
        padding-bottom: 75px;
    }

    .services-intro-grid,
    .service-detail-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .service-detail-number {
        right: 0;
    }

    .services-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .services-process-grid article:nth-child(2) {
            border-right: 0;
        }

        .services-process-grid article:nth-child(1),
        .services-process-grid article:nth-child(2) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

    .services-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {

    .services-hero {
        min-height: auto;
    }

    .services-hero-container {
        min-height: auto;
        padding-top: 125px;
        padding-bottom: 75px;
    }

    .services-hero-content h1 {
        font-size: 60px;
    }

    .services-hero-content p {
        font-size: 16px;
    }

    .services-introduction,
    .service-detail,
    .services-process {
        padding-top: 70px;
        padding-bottom: 62px;
    }

    .services-intro-grid h2,
    .service-detail-heading h2,
    .services-process-header h2 {
        font-size: 49px;
    }

    .service-detail-content .service-detail-lead,
    .services-intro-grid .services-lead {
        font-size: 18px;
    }

    .service-detail-content ul {
        grid-template-columns: 1fr;
    }

    .services-process-grid {
        grid-template-columns: 1fr;
    }

        .services-process-grid article {
            min-height: auto;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

            .services-process-grid article:last-child {
                border-bottom: 0;
            }

    .services-cta {
        padding: 60px 0;
    }

        .services-cta h2 {
            font-size: 47px;
        }
}

@media (max-width: 479.98px) {

    .services-hero-content h1 {
        font-size: 52px;
    }

    .service-detail-number {
        font-size: 80px;
    }

    .service-detail-icon {
        width: 57px;
        height: 57px;
    }

    .services-cta-button {
        width: 100%;
        min-width: 0;
    }
}
