﻿/* ====================================================================
   PartnerService – «Техника» 
   ==================================================================== */

.technique section,
.technique .section {
    background: transparent !important;
}

/* ---------- body-баннер ---------- */
body {
    background: linear-gradient(rgba(255,255,255,.35),rgba(255,255,255,0)), url("../img/wirtgen/banner.jpg") center/cover no-repeat fixed !important;
}

/* ---------- секционные отступы ---------- */
.t-hero, .t-cases, .t-why, .t-cta {
    padding: 4.5rem 0;
}

@media(max-width:991.98px) {
    .t-hero, .t-cases, .t-why, .t-cta {
        padding: 3rem 0;
    }
}

/* =================================================================== */
/*                                 HERO                                */
.t-hero {
    position: relative;
    min-height: 100vh; /* видно полностью */
    display: flex;
    text-shadow: 0 1px 3px rgb(0 0 0 /.6);
}

.t-hero__bg {
    position: absolute;
    inset: 0;
    background: url("../img/wirtgen/b_group.jpg") center/cover no-repeat;
    filter: brightness(.55);
}

.t-hero__title {
    font-size: clamp(2.5rem,5.5vw,3.25rem);
    line-height: 1.12;
    color: var(--color-primary-600);
}

.t-hero__subtitle {
    font-size: 1.125rem;
}

.t-hero > .container {
    position: relative;
    z-index: 1;
}

/* =================================================================== */
/*                             SECTION HEADING                         */
.section-heading {
    font-size: clamp(1.8rem,4vw,2.2rem);
    font-weight: 700;
}

/* =================================================================== */
/*                              CASE-CARD                              */
.case-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgb(0 0 0 /.04);
    transition: transform .25s,box-shadow .25s;
}

    .case-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgb(0 0 0 /.08);
    }

/* =================================================================== */
/*                               WHY-CARD                              */
.why-card {
    background: rgba(255,255,255,.55);
    backdrop-filter: saturate(180%) blur(6px);
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgb(0 0 0 /.05);
    transition: transform .25s,box-shadow .25s;
    height: 100%;
}

    .why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgb(0 0 0 /.1);
    }

.why-card__icon {
    font-size: 1.9rem;
    color: var(--color-primary-600);
    margin-bottom: 1rem;
}

/* =================================================================== */
/*                                CTA                                  */
.t-cta {
    text-align: center;
}

.t-cta-card {
    background: rgba(255,255,255,.55);
    backdrop-filter: saturate(180%) blur(6px);
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgb(0 0 0 /.05);
    padding: 2.5rem 2rem;
    max-width: 680px;
    color: #3c4133;
}
