/* basics */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #1a1a1a;
}

body {
    font-family: Montserrat, sans-serif;
    background: #fff;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* header */
.logo {
    width: 114px;
    height: 81px;
    flex-shrink: 0;
    aspect-ratio: 38/27;
}
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    width: 100%;
    height: 100px;
    padding: 10px 54px 9px 41px;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.main{
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav__list {
    display: flex;
    padding: 0 10px;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
    list-style: none;
}
.nav__link {
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 500;
}
.header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: #3d5afe;
    color: #fff;
    text-decoration: none;
    border-radius: 16px;
}
/* hero */
.hero {
    background: #f3f7ff;
    padding: 18px 65px 16px;
    scroll-margin-top: 120px;
}
.hero__container {
    width: 100%;
    min-height: 398px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    gap: 28px;
}
.hero__content {
    color: #000F4A;
    width: 100%;
    max-width: 640px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    align-self: center;
}
.hero__badge {
    color: #1C4AFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
    display: inline-flex;
    padding: 10px 18px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #B5C1F7;
    background: #FFF;
}
.hero__title {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}
.hero__title-blue {
    color: #1C4AFF;
}
.hero__text {
    color: #000F4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 20px;
    max-width: 620px;
}
.hero__button {
    display: inline-flex;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #1C4AFF;
    color: #000F4A;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.hero__img {
    position: relative;
    width: 100%;
    max-width: 800px;
    flex-shrink: 1;
    align-self: flex-end;
    transform: scale(1.12);
    transform-origin: top right;
    margin-right: -25px;
}
.hero__img__img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}
.hero__img__text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #000F4A;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    white-space: nowrap;
    bottom: 38px;
    max-width: 700px;
    overflow: hidden;
}
/* leistungen */
.Leistungen {
    padding: 48px 0px 56px;
    scroll-margin-top: -20px;
}
.Leistungen__container {
    width: min(1180px, calc(100% - 120px));
    margin: 50px auto;
}
.Leistungen__label {
    color: #2d5bff;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.Leistungen__title {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 20px;
}
.Leistungen__text {
    max-width: 920px;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 32px;
}
.Leistungen__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px;
    margin-top: 32px;
    margin-bottom: 40px;
}
.Leistungen__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #D9DCE5;
    border-radius: 24px;
    overflow: hidden;
}
.Leistungen__card img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.Leistungen__card__text {
    padding: 20px 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 10 px;
}
.Leistungen__card__title {
    front-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.Leistungen__card__text p {
    font-size: 16px;
    line-height: 1.3;
}
.Leistungen__subtitle {
    color: #000;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
}
.Leistungen__mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.mini-service-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border: 1px solid #D9DCE5;
    border-radius: 18px;
    background-color: #fff;
}
.Leistungen__icon {
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: 0;
}
.mini-service-card img {
    width: 54px;
    hight: 54px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;

}
.mini-service-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.mini-service-card__content h4 {
    font-family: Montserrat;
    color: #000;
    font-size:16px;
    font-weight: 600;
    line-height: 1.2;
}
.mini-service-card__text {
    color: #4d4d4d;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
/* Über uns */
.about-us {
    background: #020618;
    scroll-margin-top: -20px;
}
.about-us__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 100px 40px 100px ;
}
.about-us__left {
    display: flex;
    flex-direction: column;
}
.about-us__label {
    color: #3DA1FF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 28px;
}
.about-us__title {
    max-width: 680px;
    font-family: Montserrat;
    color: #F2F4F8;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 24px;

}
.about-us__text {
    max-width: 680px;
    font-family: Montserrat;
    color: #F2F4F8;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 42px;
}
.about-us__cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.about-us__card {
    background: #0F1324;
    flex: 1.1;
    max-width: 290px;
    padding: 20px 20px 20px 20px;
    border: 0.5px solid #42444B;
    border-radius: 30px;
}
.about-us__card__title {
    color: #F2F4F8;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;

}
.about-us__card__text {
    color: #F2F4F8;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-align: block;
}
.about-us__right {
    background: #0F1324;
    padding: 20px 20px 20px 20px;
    border: 0.5 solid #515151;
    border-radius: 30px;
    width: min(540px, 100%);
}
.about-us__right img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 30px;
}
/* Projekte */
.Projects {
    padding: 64px 63px 64px 63px;
    scroll-margin-top: -20px;
}
.Projects__container {
    max-width: 1400px;
    margin: 0 auto;
}
.Projects__label {
    color: #1C4AFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
}
.Projects__title {
    max-width: 1120px;
    color: #050505;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 30px;
}
.Projects__row {
    display: grid;
    gap: 24px;
}
.Projects__top {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
}
.Projects__bottom {
    grid-template-columns: repeat(3, 1fr);
}
.Projects__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Project__card {
    overflow: hidden;
    border-radius: 30px;
}

/* Kontakt */
.Contact {
    padding: 64px 63px;
    background: #2342c0;
    scroll-margin-top: -20px;
}
.Contact__container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    align-items: start;
    gap: 48px;
}
.Contact__left {
    color: #ffffff;
    padding-top: 8px;
}
.Contact__label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}
.Contact__title {
    max-width: 560px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 16px;
}
.Contact__text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 40px;
}
.Contact__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.Contact__card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.Contact__card__icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Contact__card__icon img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.Contact__card__content {
    max-width: 304px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
#email{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;

}
.Contact__card__title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}
.Contact__card__content p {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
    margin: 0;
}
.Contact__card__content a:hover {
    text-decoration: underline;
}
.Contact__map {
    width: 600px;
    height: 519px;
    border-radius: 28px;
    overflow: hidden;
    background: #d9def0;
    padding: 10px;
}
.Contact__mapLink {
    position: relative;
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.Map {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 28px;
}
.Contact__mapAddress {
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    width: calc(100% - 80px);
    max-width: 460px;
    background: rgba(65, 72, 104, 0.96);
    border-radius: 10px;
    z-index: 3;
    line-height: 1.2;
    box-sizing: border-box;
}

.Contact__mapAddress span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
    text-align: center;
}

.Contact__mapPin {
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    z-index: 3;
}
.Contact__mapAddress span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
}
.Contact__mapArrow {
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    object-fit: contain;
    display: block;
}
.Contact__mapPin {
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    z-index: 3;
}
.Contact__mapPin img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* futter */
.footer{
    background: #000000;
    padding: 56px 63px 40px;
}
.footer__container {
    max-width: 1400px;
    margin: 0 auto;
}
.footer__top{
    margin-bottom: 48px;
}
.footer__brand{
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.footer__logo{
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex-shrink: 0;
}
.footer__text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__title{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.footer__subtitle{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
.footer__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.footer__copyright{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}
.footer__links a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    margin-right: 16px;
}
.footer__links a:hover{
    opacity: 0.8;
}
/* Impressum */
.Legal {
    background: #edf4ff;
    padding: 140px 0 80px;
    min-height: 100vh;
}
.Legal__container {
    width: min(1000px, calc(100% - 120px));
    margin: 0 auto;
}
.Legal__title {
    color: #000;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
}
.Legal__content {
    max-width: 760px;
}
.Legal__section {
    margin-bottom: 42px;
}

.Lgal__section h2 {
    color: #111;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
}
.Legal__section p {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 18px;
}
.Legal__section a {
    color: #1C4AFF;
    text-decoration: none;
    word-break: break-word;
}
.Legal__section a:hover {
    text-decoration: underline;
}
/* Datenschutz */
.Legal {
    background: #edf4ff;
    padding: 140px 0 80px;
    min-height: 100vh;
}
.Legal__container {
    width: min(1000px, calc(100% - 120px));
    margin: 0 auto;
}
.Legal__title {
    color: #000;
    font-size: clamp(28px, 6vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
}
.Legal__content {
    max-width: 760px;
}
.Legal__section {
    margin-bottom: 42px;
}
.Legal__section h2 {
    color: #111;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
}
.Legal__section p {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 18px;
}
.Legal__section a {
    color: #1C4AFF;
    text-decoration: none;
    word-break: break-word;
}
.Legal__section a:hover {
    text-decoration: underline;
}
/* media */
/* ========== 1200px ========== */
@media (max-width: 1200px) {
    .header {
        padding: 10px 32px;
    }

    .hero {
        padding: 24px 32px;
    }

    .hero__container {
        gap: 24px;
    }

    .hero__content {
        width: 100%;
        max-width: 560px;
    }

    .hero__img {
        max-width: 620px;
        transform: none;
        margin-right: 0;
    }

    .Leistungen__container {
        width: min(1180px, calc(100% - 64px));
    }

    .Leistungen__cards {
        gap: 32px;
    }

    .about-us__container {
        padding: 40px 32px;
        gap: 32px;
    }

    .about-us__title,
    .about-us__text {
        max-width: 100%;
    }

    .about-us__right {
        width: min(100%, 480px);
    }

    .about-us__right img {
        width: 100%;
    }

    .Projects {
        padding: 56px 32px;
    }

    .Contact {
        padding: 56px 32px;
    }

    .Contact__container {
        grid-template-columns: 1fr 480px;
        gap: 32px;
    }

    .Contact__map {
        width: 100%;
        height: auto;
        min-height: 420px;
    }

    .Map {
        width: 100%;
        height: 100%;
        min-height: 400px;
    }

    .footer {
        padding: 48px 32px 36px;
    }
}

@media (max-width: 1100px) {
    .hero {
        padding: 24px 32px;
    }

    .hero__container {
        align-items: center;
        gap: 20px;
    }

    .hero__content {
        max-width: 52%;
    }

    .hero__title {
        font-size: 34px;
        line-height: 1.08;
    }

    .hero__text {
        line-height: 1.3;
        max-width: 100%;
    }

    .hero__img {
        max-width: 50%;
        transform: none;
        margin-right: 0;
        align-self: center;
    }

    .hero__img__text {
        left: 50%;
        transform: translateX(-50%);
        bottom: 16px;
        width: auto;
        max-width: 92%;
        padding: 8px 14px;
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
    }

    .Leistungen__mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .mini-service-card {
        min-width: 0;
    }

    .mini-service-card__content h4,
    .mini-service-card__text {
        word-break: break-word;
    }

    .about-us__container {
        display: grid;
        grid-template-columns: 1.25fr 0.85fr;
        gap: 24px;
        align-items: start;
        padding: 40px 32px;
    }

    .about-us__left {
        min-width: 0;
    }

    .about-us__right {
        width: 100%;
        min-width: 0;
        padding: 16px;
    }

    .about-us__cards {
        gap: 16px;
    }

    .about-us__card {
        flex: 1 1 220px;
        max-width: none;
    }
}
    .Contact__map {
        width: 100%;
        max-width: 100%;
        min-height: 420px;
        height: 420px;
        margin-left: 0;
    }

    .Map {
        width: 100%;
        height: 100%;
        min-height: unset;
        object-fit: cover;
        object-position: center;
    }

    .Contact__mapAddress {
        top: 28%;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 64px);
        max-width: 360px;
        padding: 10px 14px;
    }

    .Contact__mapAddress span {
        font-size: 13px;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
    }

    .Contact__mapPin {
        top: 43%;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
    }
@media (max-width: 1024px) {
    .about-us__container {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 32px 24px;
    }

    .about-us__left{
    idth: 100%;
    max-width: 100%;
    min-width: 0
    }
    .about-us__right {
        width: 100%;
        max-width: 70%;
        min-width: 0;
        align-self: center;
    }

    .about-us__title {
        max-width: 100%;
        font-size: 34px;
        line-height: 1.15;
    }

    .about-us__text {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.4;
    }

    .about-us__cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .about-us__card {
        max-width: 100%;
        width: 100%;
    }

    .about-us__right img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }
}

/* ========== 992px ========== */
@media (max-width: 992px) {
    .header {
        height: auto;
        padding: 16px 24px;
        flex-wrap: wrap;
        gap: 16px;
    }

    .main {
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .nav__list {
        gap: 24px;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
    }

    .hero {
        padding: 32px 24px;
    }

    .hero__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero__content {
        width: 100%;
        max-width: 100%;
    }

    .hero__title {
        font-size: 34px;
    }

    .hero__text {
        max-width: 100%;
        line-height: 1.35;
    }

    .hero__img {
        width: 100%;
        max-width: 100%;
        align-self: center;
    }

    .hero__img__text {
        font-size: 14px;
        padding: 8px 14px;
        bottom: 20px;
        max-width: calc(100% - 24px);
        white-space: normal;
        text-align: center;
    }

    .Leistungen {
        padding: 40px 0 48px;
    }

    .Leistungen__container {
        width: calc(100% - 48px);
        margin: 32px auto;
    }

    .Leistungen__title {
        font-size: 38px;
    }

    .Leistungen__text {
        font-size: 18px;
    }

    .Leistungen__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .Leistungen__mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-us__container {
        flex-direction: column;
        padding: 40px 24px;
    }

    .about-us__left,
    .about-us__right {
        width: 100%;
        max-width: 100%;
    }

    .about-us__right img {
        width: 100%;
    }

    .Projects {
        padding: 48px 24px;
    }

    .Projects__title {
        font-size: 32px;
    }

    .Projects__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        margin: 0 auto 24px;
    }

    .Projects__bottom {
        grid-template-columns: repeat(3, minmax(180px, 220px));
        justify-content: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .Project__card {
        width: 100%;
    }

    .Contact {
        padding: 48px 24px;
    }

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

    .Contact__title {
        font-size: 42px;
    }

    .Contact__text {
        font-size: 20px;
    }

    .Contact__map {
        width: 100%;
        min-height: 420px;
    }

    .Map {
        min-height: 400px;
    }

    .footer {
        padding: 40px 24px 32px;
    }
}

/* ========== 768px ========== */
@media (max-width: 768px) {
    .logo {
        width: 88px;
        height: auto;
    }

    .nav__list {
        gap: 16px;
    }

    .nav__link {
        font-size: 16px;
    }

    .header__button {
        padding: 12px 18px;
        border-radius: 14px;
    }

    .hero__badge {
        font-size: 14px;
        padding: 8px 14px;
        margin-bottom: 18px;
    }

    .hero__title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .hero__text {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .hero__button {
        padding: 13px 18px;
        font-size: 15px;
    }

    .Leistungen__container {
        width: calc(100% - 32px);
    }

    .Leistungen__label {
        font-size: 16px;
    }

    .Leistungen__title {
        font-size: 32px;
    }

    .Leistungen__text {
        font-size: 16px;
        line-height: 1.45;
    }

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

    .Leistungen__card img {
        height: 240px;
    }

    .Leistungen__subtitle {
        font-size: 24px;
    }

    .Leistungen__mini-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mini-service-card {
        padding: 14px;
        border-radius: 16px;
    }

    .mini-service-card__content {
        gap: 6px;
    }

    .about-us__container {
        padding: 24px 16px;
        gap: 20px;
    }

    .about-us__label {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .about-us__title {
        font-size: 28px;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .about-us__text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .about-us__cards {
        grid-template-columns: 1fr;
    }

    .about-us__card {
        padding: 16px;
        border-radius: 20px;
    }

    .about-us__card__title {
        font-size: 18px;
        line-height: 1.2;
    }

    .about-us__card__text {
        font-size: 15px;
        line-height: 1.4;
    }

    .about-us__right {
        padding: 12px;
        border-radius: 20px;
    }

    .about-us__right img {
        border-radius: 16px;
    }


    .Projects__title {
        font-size: 28px;
    }

    .Projects__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        margin: 0 auto 24px;
    }

    .Projects__bottom {
        grid-template-columns: repeat(3, minmax(180px, 220px));
        justify-content: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .Project__card {
        width: 100%;
    }

    .Contact__label {
        font-size: 16px;
    }

    .Contact__title {
        font-size: 34px;
    }

    .Contact__text {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .Contact__card {
        gap: 12px;
    }

    .Contact__card__icon img {
        width: 48px;
        height: 48px;
    }

    .Contact__card__title {
        font-size: 24px;
    }

    .Contact__card__content p,
    #email {
        font-size: 18px;
        line-height: 1.4;
    }

    .Contact__map {
        min-height: 360px;
        padding: 8px;
        border-radius: 24px;
    }

    .Map {
        min-height: 344px;
        border-radius: 20px;
    }

    .Contact__mapAddress {
        top: 120px;
        max-width: calc(100% - 24px);
        padding: 9px 12px;
    }

    .Contact__mapAddress span {
        font-size: 13px;
        white-space: normal;
    }

    .Contact__mapPin {
        top: 185px;
        width: 28px;
        height: 28px;
    }

    .footer__top {
        margin-bottom: 32px;
    }

    .footer__title {
        font-size: 20px;
    }

    .footer__subtitle,
    .footer__copyright,
    .footer__links a {
        font-size: 14px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ========== 480px ========== */
@media (max-width: 480px) {
    .header {
        padding: 14px 16px;
    }

    .main {
        gap: 14px;
    }

    .nav__list {
        gap: 12px;
    }

    .nav__link {
        font-size: 15px;
    }

    .header__button {
        width: 100%;
    }

    .hero {
        padding: 24px 16px;
    }

    .hero__title {
        font-size: 26px;
    }

    .hero__img__text {
        left: 50%;
        bottom: 8px;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        max-width: 220px;
        padding: 6px 10px;
        font-size: 11px;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .Leistungen__container {
        width: calc(100% - 24px);
    }

    .Leistungen__title {
        font-size: 28px;
    }

    .Leistungen__card__text {
        padding: 16px;
    }

    .Leistungen__subtitle {
        font-size: 22px;
    }

    .mini-service-card {
        align-items: flex-start;
    }

    .mini-service-card img {
        width: 42px;
        height: 42px;
    }

    .about-us__container,
    .Projects,
    .Contact,
    .footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-us__title,
    .Projects__title,

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

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

    .Contact__title {
        font-size: 26px;
    }

    .Contact__text {
        font-size: 16px;
    }

    .Contact__card__title {
        font-size: 20px;
    }

    .Contact__card__content p,
    #email {
        font-size: 16px;
    }

    .Contact__map {
        min-height: 300px;
        border-radius: 20px;
    }

    .Map {
        min-height: 284px;
        border-radius: 16px;
    }

    .Contact__mapAddress {
        top: 120px;
        padding: 8px 10px;
        border-radius: 8px;
    }

    .Contact__mapAddress span {
        font-size: 12px;
    }

    .Contact__mapPin {
        top: 190px;
        width: 24px;
        height: 24px;
    }

    .footer__brand {
        gap: 10px;
    }

    .footer__logo {
        width: 30px;
        height: 30px;
    }

    .footer__links {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .footer__links a {
        margin-right: 0;
    }

    .Legal {
        padding: 95px 0 40px;
    }

    .Legal__container {
        width: calc(100% - 16px);
    }

    .Legal__title {
        font-size: 22px;
        line-height: 1.15;
        margin-bottom: 20px;
        overflow-wrap: break-word;
    }

    .Legal__section h2 {
        font-size: 20px;
    }

    .Legal__section p {
        font-size: 16px;
    }
}



