﻿/* =========================================================
   USS TEKNOLOJİ VE DANIŞMANLIK
   GENERIC SERVICE DETAIL FALLBACK
   services.css

   NOT:
   Datacenter, ERP, Siber Güvenlik, Microsoft 365 vb.
   özel hizmet sayfalarının kendi CSS dosyaları ayrıca
   yüklenir. Bu dosya sadece ortak/fallback stilleri içerir.
========================================================= */


/* =========================================================
   GENERIC SERVICE HERO
========================================================= */

.service-detail-hero,
.service-hero {
    position: relative;
    min-height: 680px;
    padding: 150px 0 90px;
    overflow: hidden;
    background: radial-gradient( circle at 78% 40%, rgba(19, 137, 255, .17), transparent 34% ), linear-gradient( 115deg, #020b16, #06192b 60%, #02101c );
}

    .service-detail-hero::before,
    .service-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: .10;
        pointer-events: none;
        background-image: linear-gradient( rgba(56, 200, 255, .25) 1px, transparent 1px ), linear-gradient( 90deg, rgba(56, 200, 255, .25) 1px, transparent 1px );
        background-size: 75px 75px;
    }

.service-detail-hero-grid,
.service-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: center;
    gap: 80px;
}

.service-detail-category,
.service-hero-category {
    display: block;
    margin-bottom: 18px;
    color: #42d6ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.service-detail-hero h1,
.service-hero h1 {
    max-width: 850px;
    margin: 0 0 25px;
    color: white;
    font-size: clamp( 48px, 5vw, 72px );
    line-height: 1;
    letter-spacing: -.055em;
}

.service-detail-intro,
.service-hero-intro {
    max-width: 750px;
    color: #a0b3c3;
    font-size: 15px;
    line-height: 1.9;
}


/* =========================================================
   GENERIC ICON / VISUAL
========================================================= */

.service-detail-visual,
.service-hero-visual {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail-icon,
.service-hero-icon {
    width: 180px;
    height: 180px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(64, 215, 255, .26);
    border-radius: 50%;
    color: #44d5ff;
    background: linear-gradient( 145deg, rgba(8, 129, 211, .18), rgba(255, 255, 255, .025) );
    box-shadow: 0 0 70px rgba(0, 138, 230, .14);
    font-size: 30px;
    font-weight: 800;
}


/* =========================================================
   GENERIC OVERVIEW
========================================================= */

.service-detail-overview,
.service-overview-section {
    padding: 110px 0;
    color: #102438;
    background: #f7f9fb;
}

.service-detail-overview-grid,
.service-overview-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
}

    .service-detail-overview h2,
    .service-overview-grid h2 {
        margin: 0;
        color: #0b1c2d;
        font-size: clamp( 38px, 4vw, 56px );
        line-height: 1.08;
        letter-spacing: -.05em;
    }

.service-detail-copy p,
.service-overview-copy p {
    margin-bottom: 20px;
    color: #697b8c;
    font-size: 13px;
    line-height: 1.9;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.service-highlights-section {
    padding: 100px 0;
    color: #102438;
    background: #edf3f7;
}

.service-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #d6e2ea;
    border-left: 1px solid #d6e2ea;
}

.service-highlight-card {
    min-height: 190px;
    padding: 24px;
    border-right: 1px solid #d6e2ea;
    border-bottom: 1px solid #d6e2ea;
    background: rgba(255, 255, 255, .42);
}

    .service-highlight-card span {
        color: #0877d1;
        font-size: 8px;
        font-weight: 800;
    }


/* =========================================================
   CAPABILITIES
========================================================= */

.service-capabilities-section {
    padding: 110px 0;
    background: #03101d;
}

.service-section-heading {
    max-width: 900px;
    margin: 0 auto 55px;
    text-align: center;
}

    .service-section-heading h2 {
        margin-bottom: 15px;
        color: white;
        font-size: clamp( 38px, 4vw, 56px );
        line-height: 1.08;
        letter-spacing: -.05em;
    }

    .service-section-heading p {
        max-width: 700px;
        margin: 0 auto;
        color: #8da2b3;
        font-size: 13px;
        line-height: 1.9;
    }

.service-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.service-capability-card {
    min-height: 300px;
    padding: 27px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

    .service-capability-card > span {
        display: block;
        margin-bottom: 45px;
        color: #43d5ff;
        font-size: 8px;
        font-weight: 800;
    }

    .service-capability-card h3 {
        margin-bottom: 12px;
        color: white;
        font-size: 17px;
    }

    .service-capability-card p {
        color: #899eaf;
        font-size: 10px;
        line-height: 1.8;
    }


/* =========================================================
   PROCESS
========================================================= */

.service-process-section {
    padding: 110px 0;
    color: #102438;
    background: #edf3f7;
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid #d6e2ea;
    border-left: 1px solid #d6e2ea;
}

.service-process-card {
    min-height: 270px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #d6e2ea;
    border-bottom: 1px solid #d6e2ea;
}

    .service-process-card > span {
        margin-bottom: 40px;
        color: #0877d1;
        font-size: 9px;
        font-weight: 800;
    }

    .service-process-card h3 {
        margin-bottom: 11px;
        color: #173045;
        font-size: 14px;
    }

    .service-process-card p {
        color: #6c7f90;
        font-size: 9px;
        line-height: 1.8;
    }


/* =========================================================
   GENERIC CTA
========================================================= */

.service-detail-cta,
.service-cta-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient( 115deg, #065b9e, #087fce, #07508b );
}

.service-detail-cta-layout,
.service-cta-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

    .service-detail-cta h2,
    .service-cta-layout h2 {
        max-width: 850px;
        margin-bottom: 15px;
        color: white;
        font-size: clamp( 30px, 4vw, 46px );
        line-height: 1.2;
        letter-spacing: -.04em;
    }

    .service-detail-cta p,
    .service-cta-layout p {
        max-width: 720px;
        color: rgba(255, 255, 255, .76);
        font-size: 12px;
        line-height: 1.8;
    }


/* =========================================================
   GENERIC RELATED SERVICES
========================================================= */

.service-related-section {
    padding: 105px 0;
    color: #102438;
    background: #f7f9fb;
}

.service-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.service-related-card {
    min-height: 280px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d5e1e9;
    background: rgba(255, 255, 255, .5);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

    .service-related-card:hover {
        transform: translateY(-5px);
        background: white;
        box-shadow: 0 20px 50px rgba(8, 40, 68, .08);
    }

    .service-related-card h3 {
        color: #173045;
    }

    .service-related-card p {
        color: #6e8090;
        font-size: 10px;
        line-height: 1.8;
    }

    .service-related-card strong {
        margin-top: auto;
        color: #0877d1;
        font-size: 9px;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1150px) {

    .service-detail-hero-grid,
    .service-hero-grid,
    .service-detail-overview-grid,
    .service-overview-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }


    .service-capabilities-grid,
    .service-highlights-grid,
    .service-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .service-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


@media (max-width: 700px) {

    .service-detail-hero,
    .service-hero {
        min-height: auto;
        padding: 120px 0 75px;
    }


        .service-detail-hero h1,
        .service-hero h1 {
            font-size: clamp( 40px, 12vw, 54px );
        }


    .service-detail-visual,
    .service-hero-visual {
        min-height: 300px;
    }


    .service-capabilities-grid,
    .service-highlights-grid,
    .service-process-grid,
    .service-related-grid {
        grid-template-columns: 1fr;
    }


    .service-detail-overview,
    .service-overview-section,
    .service-capabilities-section,
    .service-process-section,
    .service-related-section {
        padding: 80px 0;
    }


    .service-detail-cta-layout,
    .service-cta-layout {
        align-items: flex-start;
        flex-direction: column;
    }
}
