/*-------------*/
/* Global Code */
/*-------------*/

#container-one,
#container-two,
#container-three,
#container-four,
#container-five {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    padding: 70px 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.section-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.header-block {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

#container-one .header-block,
#container-three .header-block,
#container-five .header-block {
    justify-content: flex-start;
    text-align: left;
}

#container-two .header-block,
#container-four .header-block {
    justify-content: flex-end;
    text-align: right;
}

.header-block-right .header-content {
    padding-left: 0;
    padding-right: 16px;
}

.header-number {
    width: 60px;
    opacity: 0.4;
    flex-shrink: 0;
}

.header-content {
    padding-left: 16px;
}

.header-badge {
    background: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.header-badge h2 {
    color: #006b86;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.header-badge-blue {
    background: #3f90a5;
}

.header-badge-blue h2 {
    color: #fff;
}

.header-subtext {
    color: #fff;
    max-width: 650px;
    font-weight: 700;
}

.header-subtext-dark {
    color: #006b86;
    max-width: 750px;
    font-weight: 700;
}

.glass-card,
.content-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}

.content-card-wide {
    max-width: 1000px;
}

.content-card-title {
    color: #006b86;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.content-card p span {
    font-weight: 600;
}

.content-card-pill {
    background: #3f90a5;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.cta-button-wrapper {
    display: flex;
    justify-content: center;
}

.cta-button {
    background: #ebebeb;
    color: #0b3c44;
    border: none;
    border-radius: 999px;
    padding: 14px 40px;
    font-weight: bold;
    min-width: 320px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.section-title {
    color: #006b86;
    font-size: 26px;
}

.section-text-blue {
    color: #006b86;
}

.fade-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    z-index: 1;
}

/*-------------*/
/* Hero Section */
/*-------------*/

.hero-section {
    background: #d9d9d9;
    min-height: 245px;
    padding: 42px 70px 48px 70px;
}

.hero-title {
    font-size: 38px;
    line-height: 1.15;
    max-width: 520px;
}

.hero-subtitle {
    font-size: 30px;
    line-height: 1.15;
    max-width: 620px;
}



.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg-number {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 60%;
    width: auto;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    right: 5%;
}

/*-------------*/
/*Container One*/
/*-------------*/

#container-one {
    background-image: linear-gradient(to bottom, #006b86 0%, #16798f 18%, rgba(22, 121, 143, 0.88) 26%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0.78) 100%),
    url("../images/leistungen/background-one.png");
}

.step-badge {
    background: #3f90a5;
    border-radius: 20px;
    color: #fff;
}

/*-------------*/
/*Container Two*/
/*-------------*/

#container-two {
    background-image: linear-gradient(to bottom, #d9d9d9 0%, rgba(217, 217, 217, 0.95) 26%, rgba(255, 255, 255, 0.45) 48%, rgba(255, 255, 255, 0.75) 100%),
    url("../images/leistungen/background-second.png");
}

.todo-title {
    color: #006b86;
    font-size: 26px;
    line-height: 1.15;
    text-align: right;
    margin-bottom: 44px;
}

.check-list {
    column-count: 2;
    column-gap: 48px;
}

.check-list ul {
    padding: 0;
    margin: 0;
}

.check-list li {
    break-inside: avoid;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #006b86;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.check-list img {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

/*---------------*/
/*Container Three*/
/*---------------*/

#container-three {
    background-image: linear-gradient(to bottom, #006b86 0%, #16798f 18%, rgba(22, 121, 143, 0.88) 26%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0.78) 100%),
    url("../images/leistungen/background-third.png");
}

/*--------------*/
/*Container Four*/
/*--------------*/

#container-four {
    background-image: linear-gradient(to bottom, #d9d9d9 0%, rgba(217, 217, 217, 0.95) 26%, rgba(255, 255, 255, 0.45) 48%, rgba(255, 255, 255, 0.75) 100%),
    url("../images/leistungen/background-four.png");
}

.video-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

video {
    max-width: 100%;
    aspect-ratio: 2 / 1;
    height: 30dvh;
}

/*--------------*/
/*Container Five*/
/*--------------*/

#container-five {
    background-image: linear-gradient(to bottom, #006b86 0%, #16798f 18%, rgba(22, 121, 143, 0.88) 26%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0.78) 100%),
    url("../images/leistungen/background-five.png");
}

/*-------------*/
/*Benefit Lists*/
/*-------------*/

.benefit-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 48px;
}

.benefit-grid > div {
    width: 100% !important;
    max-width: none !important;
}

.icon-benefit {
    display: flex;
    align-items: flex-start;
}

.icon-benefit span {
    font-size: 26px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.icon-benefit p {
    margin: 0;
    color: #006b86;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
}

/*-------------*/
/*Footer Banner*/
/*-------------*/

.leistungen-footer-banner {
    background: #006b86;
}

.leistungen-footer-banner p {
    font-size: 28px;
}

/*----------*/
/*Responsive*/
/*----------*/

@media (max-width: 768px) {
    #container-one,
    #container-two,
    #container-three,
    #container-four,
    #container-five {
        padding: 48px 0;
    }

    .hero-section {
        padding: 36px 20px;
    }

    .hero-bg-number {
        right: 12px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .header-block {
        padding: 0 16px;
    }

    .header-block,
    .header-block-right {
        text-align: left;
        justify-content: flex-start !important;
    }

    .header-block-right {
        flex-direction: row-reverse;
    }

    .header-block-right .header-content {
        padding-right: 0;
        padding-left: 16px;
    }

    .todo-title {
        font-size: 28px;
        text-align: left;
    }

    .check-list {
        column-count: 1;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .icon-benefit p {
        font-size: 18px;
    }

    .cta-button {
        min-width: auto;
        font-size: 14px;
        width: 100%;
        padding: 8px 16px;
    }

    .glass-card, .content-card {
        width: 85vw;
    }

    .check-list {
        column-count: 1;
    }
}