/* ==========================================================
   HEGAU24 — COMPANY CTA
========================================================== */

.hegau-company-cta {
    position: relative;
    min-height: 405px;
    overflow: hidden;
    background:
        linear-gradient(145deg, #e8f5ff 0%, #d7edff 58%, #c4e4fa 100%);
}

.hegau-company-cta__content {
    position: relative;
    z-index: 4;
    padding: 24px 24px 18px;
}

.hegau-company-cta__eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #2472c6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
}

.hegau-company-cta h2 {
    margin: 0 0 12px;
    color: #0755b5;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 850;
}

.hegau-company-cta p {
    max-width: 270px;
    margin: 0 0 19px;
    color: #39546e;
    font-size: 13px;
    line-height: 1.5;
}

.hegau-company-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border-radius: 9px;
    background: #1268d0;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 7px 17px rgba(18,104,208,.22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hegau-company-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(18,104,208,.28);
}

.hegau-company-cta__button span {
    font-size: 16px;
}

.hegau-company-cta__visual {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
}

.hegau-company-cta__sun {
    position: absolute;
    right: 30px;
    top: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
}

.hegau-company-cta__shop {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 205px;
    height: 112px;
    transform: translateX(-50%);
}

.hegau-company-cta__roof {
    position: absolute;
    left: 7px;
    top: 0;
    width: 191px;
    height: 38px;
    border-radius: 7px 7px 0 0;
    background: #fff;
    box-shadow: 0 4px 0 rgba(80,150,205,.18);
}

.hegau-company-cta__building {
    position: absolute;
    left: 18px;
    top: 31px;
    width: 169px;
    height: 81px;
    border-radius: 3px 3px 0 0;
    background: #fff;
    box-shadow: 0 -1px 0 rgba(255,255,255,.8);
}

.hegau-company-cta__window,
.hegau-company-cta__door {
    position: absolute;
    bottom: 13px;
    border: 4px solid #d9e9f4;
    background: #8fc4e8;
}

.hegau-company-cta__window {
    width: 48px;
    height: 42px;
}

.hegau-company-cta__window:nth-child(1) {
    left: 10px;
}

.hegau-company-cta__window:nth-child(2) {
    right: 10px;
}

.hegau-company-cta__door {
    left: 68px;
    width: 32px;
    height: 57px;
    background: #176fc4;
}

.hegau-company-cta__tree {
    position: absolute;
    bottom: 5px;
    width: 42px;
    height: 62px;
    border-radius: 50% 50% 45% 45%;
    background: #70ba76;
}

.hegau-company-cta__tree::after {
    content: "";
    position: absolute;
    left: 17px;
    bottom: -17px;
    width: 8px;
    height: 25px;
    background: #8a6a4b;
}

.hegau-company-cta__tree--left {
    left: 8px;
}

.hegau-company-cta__tree--right {
    right: 8px;
}
