.faq-cta {
    overflow: visible;
    padding-top: 40px;
    max-width: 1260px;
    margin: 0 auto;
}

.faq-cta-inner {
    background: linear-gradient(100deg, #1D3A2A 55%, #A8A180 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: visible;
    min-height: 380px;
}

.faq-cta-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    margin-left: 100px;
    padding-bottom: 64px;
}

.faq-cta-photo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.faq-cta-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}

.faq-cta-decor {
    position: absolute;
    width: 320px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.faq-cta-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

.faq-cta-person-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.faq-cta-person-role {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}

.faq-cta-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    margin-left: 120px;
}

.faq-cta-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.faq-cta-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.faq-cta-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px;
}

.faq-cta-phone {
    width: 100%;
    height: 49px;
    border-radius: 6px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.faq-cta-phone::placeholder {
    color: #999;
}

.faq-cta-phone:focus {
    box-shadow: 0 0 0 2px #48924E,
    0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
}

.faq-cta-submit {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    background: #EA8F13;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset,
    0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s;
}

.faq-cta-submit:hover {
    background: #FFA326;
}

.faq-cta-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    cursor: pointer;
}

.faq-cta-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #48924E;
    cursor: pointer;
    flex-shrink: 0;
}

.faq-cta-consent span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #D1E2D5;
}

.faq-cta-consent a {
    color: #D1E2D5;
    text-decoration: underline;
}

.faq-cta-right {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.faq-cta-house {
    width: 410px;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .faq-cta-left {
        margin-left: 55px;
    }

    .faq-cta-center {
        margin-left: 85px;
    }

    .faq-cta-form {
        max-width: 270px;
    }

    .faq-cta-house {
        width: 340px;
    }
}

@media (max-width: 860px) {
    .faq-cta-left {
        margin-left: 40px;
    }

    .faq-cta-photo {
        width: 150px;
        height: 150px;
    }

    .faq-cta-decor {
        width: 280px;
    }

    .faq-cta-center {
        margin-left: 40px;
    }

    .faq-cta-title {
        font-size: 20px;
    }

    .faq-cta-subtitle {
        font-size: 15px;
    }

    .faq-cta-form {
        max-width: 240px;
    }

    .faq-cta-house {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .faq-cta {
        padding-top: 0;
    }

    .faq-cta-inner {
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 0 0 0 !important;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        overflow: hidden !important;
        min-height: unset !important;
        position: relative !important;
    }

    .faq-cta-left {
        order: 1;
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 0 !important;
    }

    .faq-cta-photo {
        width: 150px;
        height: 150px;
    }

    .faq-cta-decor {
        width: 300px;
    }

    .faq-cta-center {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        padding: 0 20px 30px 20px !important;
        box-sizing: border-box;
    }

    .faq-cta-title {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }

    .faq-cta-subtitle {
        font-size: 16px;
        text-align: center;
    }

    .faq-cta-form {
        max-width: 100%;
        width: 100%;
    }

    .faq-cta-phone {
        height: 46px;
    }

    .faq-cta-submit {
        height: 46px;
        font-size: 15px;
    }

    .faq-cta-consent {
        justify-content: center;
    }

    .faq-cta-right {
        order: 3;
        position: static !important;
        display: block;
        width: 100% !important;
        overflow: hidden;
        height: 280px;
    }

    .faq-cta-house {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: center 0%;
        display: block;
    }
}
