.present__inner {
    background: url(../images/nat-ail-lp_002.jpg);
    background-size: cover;
    position: static;
    padding: 80px 80px;
}
.present__cta {
    text-align: center;
    margin-top: 40px;
}
.present__cta img {
    height: 6em;
}
.model_house__btn-wrapper {
    position: relative;
}
.model_house__btn {
    width: 90%;
    margin: -10% auto 80px;
    transition: none !important;
}
.model_house__btn * {
    transition: none !important;
}
.model_house__btn.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 20px;
    z-index: 999;
    justify-content: center;
}
.model_house__title {
    background: #333333;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    font-size: 22px;
    margin-bottom: 50px;
}
.model_house__archive {
    margin-bottom: 50px;
}
.model_house__archive--cta {
    text-align: center;
    margin-top: 20px;
}
.model_house__archive--cta img {
    height: 2.5em;
}
.model_house__archive--content {
    margin-bottom: 50px;
}

/* ========== FORM ========== */
.form {
    position: relative;
    padding: 140px 0;
    background: #FFF3F5;
}
.form:before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 23.7vw;
    top: 0;
    left: 0;
    background: url(../images/nat-ail-lp_014.svg);
    background-size: cover;
}
.form:after {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 23.7vw;
    bottom: 0;
    right: 0;
    background: url(../images/nat-ail-lp_015.svg);
    background-size: cover;
}
.form__title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #e85a71;
    margin-bottom: 30px;
}
.form__inner.wrap_1000 {
    background: #fff;
    max-width: 900px;
    padding: 50px;
    border-radius: 30px;
}
.form__lead {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
}
.form__lead p {
    margin-bottom: 0;
}
footer.footer {
    background: #97CEC8;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 1em;
}

/* ========== FLOATING CTA ========== */
.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: block;
    width: 120px;
    height: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.floating-cta img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}
.floating-cta:hover {
    transform: scale(1.05);
    opacity: 0.9;
}