/* =========================================================
   AL-YAQEEN
   LEISTUNGEN – FINALES LAYOUT
   ========================================================= */


/* =========================================================
   GRUNDWERTE
   ========================================================= */

.leistungen-hero,
.leistungen-overview,
.leistungen-international,
.leistungen-contact {
    width: 100%;
    box-sizing: border-box;
}


/* =========================================================
   HERO
   ========================================================= */

.leistungen-hero {
    min-height: 570px;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.98) 0%,
            rgba(255,255,255,0.94) 28%,
            rgba(255,255,255,0.72) 48%,
            rgba(255,255,255,0.30) 72%,
            rgba(255,255,255,0.08) 100%
        ),
        url("../images/leistungen-bg.jpg");

    background-size: cover;
    background-position: center 42%;
    background-repeat: no-repeat;
}
/* =========================================================
   WEICHER HERO-VERLAUF
   ========================================================= */

.leistungen-hero::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.18) 0%,
            rgba(255,255,255,0.04) 55%,
            transparent 100%
        );
}

/* =========================================================
   HERO CONTAINER
   ========================================================= */

.leistungen-hero-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 95px 30px 105px;

    box-sizing: border-box;
}


/* =========================================================
   HERO TEXT
   ========================================================= */

.leistungen-hero-content {

    max-width: 850px;
}


.leistungen-label {

    margin-bottom: 30px;

    color: #c9982b;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.leistungen-hero h1 {

    margin: 0 0 35px;

    color: #083f2b;

    font-size: 64px;

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.leistungen-hero p {

    max-width: 760px;

    margin: 0;

    color: #243d35;

    font-size: 20px;

    line-height: 1.8;
}


/* =========================================================
   ÜBERSICHT
   ========================================================= */

.leistungen-overview {

    background: #f8f8f5;

    padding: 105px 30px 115px;
}


.leistungen-overview-container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================================
   ÜBERSICHT TITEL
   ========================================================= */

.leistungen-overview-heading {

    text-align: center;

    margin-bottom: 55px;
}


.leistungen-small-label {

    margin-bottom: 14px;

    color: #c9982b;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.leistungen-overview-heading h2 {

    margin: 0 0 15px;

    color: #083f2b;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 800;
}


.leistungen-overview-heading p {

    max-width: 760px;

    margin: 0 auto;

    color: #35433d;

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   KARTEN GRID
   ========================================================= */

.leistungen-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   LEISTUNGS-KARTE
   ========================================================= */

.leistung-card {

    position: relative;

    display: flex;

    flex-direction: column;

    min-height: 425px;

    padding: 27px 25px 28px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #deded8;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


.leistung-card:hover {

    transform: translateY(-5px);

    border-color: #c9982b;

    box-shadow:
        0 15px 35px rgba(8, 63, 43, 0.08);
}


/* =========================================================
   NUMMER
   ========================================================= */

.leistung-number {

    margin-bottom: 18px;

    color: #c9982b;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================================
   ICON
   ========================================================= */

.leistung-icon {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 23px;

    border: 1px solid #c9982b;

    border-radius: 50%;

    color: #c9982b;

    font-size: 22px;

    font-weight: 400;
}


/* =========================================================
   KATEGORIE
   ========================================================= */

.leistung-category {

    margin-bottom: 5px;

    color: #c9982b;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


/* =========================================================
   KARTEN ÜBERSCHRIFT
   ========================================================= */

.leistung-card h3 {

    margin: 0 0 14px;

    color: #083f2b;

    font-size: 21px;

    line-height: 1.18;

    font-weight: 800;
}


/* =========================================================
   KARTEN TEXT
   ========================================================= */

.leistung-card p {

    margin: 0 0 15px;

    color: #35433d;

    font-size: 14px;

    line-height: 1.65;
}


/* =========================================================
   LISTE
   ========================================================= */

.leistung-card ul {

    margin: 0;

    padding: 0;

    list-style: none;
}


.leistung-card li {

    position: relative;

    margin-bottom: 7px;

    padding-left: 13px;

    color: #35433d;

    font-size: 12px;

    line-height: 1.5;
}


.leistung-card li::before {

    content: "•";

    position: absolute;

    left: 0;

    color: #c9982b;
}


/* =========================================================
   LINK
   ========================================================= */

.leistung-link {

    display: inline-block;

    margin-top: auto;

    padding-top: 20px;

    color: #083f2b;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    border-bottom: 1px solid #c9982b;

    width: fit-content;
}


.leistung-link:hover {

    color: #c9982b;
}


/* =========================================================
   INTERNATIONAL
   ========================================================= */

.leistungen-international {

    position: relative;

    background:
        linear-gradient(
            rgba(8, 63, 43, 0.94),
            rgba(8, 63, 43, 0.94)
        ),
        url("../images/leistungen-bg.jpg");

    background-size: cover;

    background-position: center;

    color: #ffffff;

    padding: 105px 30px 110px;

    text-align: center;
}


.leistungen-international-container {

    max-width: 760px;

    margin: 0 auto;
}


.leistungen-international-label {

    margin-bottom: 15px;

    color: #d4a43a;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 3px;
}


.leistungen-international h2 {

    margin: 0 0 22px;

    color: #ffffff;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 800;
}


.leistungen-international p {

    max-width: 720px;

    margin: 0 auto 30px;

    color: rgba(255,255,255,0.90);

    font-size: 17px;

    line-height: 1.8;
}


/* =========================================================
   GOLD BUTTON
   ========================================================= */

.gold-button {

    display: inline-block;

    padding: 14px 25px;

    background: #c9982b;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.gold-button:hover {

    background: #b48720;

    transform: translateY(-2px);
}


/* =========================================================
   KONTAKT BEREICH
   ========================================================= */

.leistungen-contact {

    background: #ffffff;

    padding: 75px 30px 80px;
}


.leistungen-contact-container {

    max-width: 1000px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;
}


.leistungen-contact h2 {

    margin: 0 0 12px;

    color: #083f2b;

    font-size: 32px;

    line-height: 1.2;

    font-weight: 800;
}


.leistungen-contact p {

    max-width: 650px;

    margin: 0;

    color: #35433d;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .leistungen-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .leistungen-hero h1 {

        font-size: 54px;
    }

}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 750px) {

    .leistungen-hero {

        min-height: auto;

        background-position: center;
    }


    .leistungen-hero-container {

        padding: 75px 22px 80px;
    }


    .leistungen-hero-content {

        max-width: 100%;
    }


    .leistungen-hero h1 {

        font-size: 42px;

        letter-spacing: -0.5px;
    }


    .leistungen-hero p {

        font-size: 17px;

        line-height: 1.7;
    }


    .leistungen-overview {

        padding: 75px 22px 80px;
    }


    .leistungen-overview-heading h2 {

        font-size: 32px;
    }


    .leistungen-grid {

        grid-template-columns: 1fr;

        gap: 16px;
    }


    .leistung-card {

        min-height: auto;
    }


    .leistungen-international {

        padding: 80px 22px;
    }


    .leistungen-international h2 {

        font-size: 32px;
    }


    .leistungen-contact {

        padding: 65px 22px 70px;
    }


    .leistungen-contact-container {

        flex-direction: column;

        align-items: flex-start;

        gap: 30px;
    }


    .leistungen-contact h2 {

        font-size: 28px;
    }

}


/* =========================================================
   KLEINES HANDY
   ========================================================= */

@media (max-width: 480px) {

    .leistungen-hero h1 {

        font-size: 36px;
    }


    .leistungen-label {

        font-size: 13px;

        letter-spacing: 2px;
    }


    .leistungen-overview-heading h2 {

        font-size: 29px;
    }


    .leistungen-international h2 {

        font-size: 29px;
    }

}

/* =========================================================
   LEISTUNGEN – HEADER LOGO FESTE GRÖSSE
   ========================================================= */

/* Header darf das Logo nicht vergrößern */
header img,
.site-header img,
.site-header .logo,
.site-header .header-logo {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
    max-height: 120px !important;
    display: block !important;
    object-fit: contain !important;
}


/* Falls der Header ein Logo-Container besitzt */
header .logo,
.site-header .logo {
    width: 120px !important;
    max-width: 120px !important;
}


/* Wichtig:
   Die Leistungen-Seite darf keine Bilder
   außerhalb des Headers verändern. */
.leistungen-hero img,
.leistungen-overview img,
.leistungen-international img,
.leistungen-contact img {
    max-width: 100%;
    height: auto;
}