.f4u-contact-page {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding-inline: clamp(16px, 3.5vw, 24px);
    box-sizing: border-box;
}

.f4u-contact-hero {
    text-align: center;
    padding: 48px 0 60px;
}

.f4u-contact-page :is(h1, h2, h3, h4, h5, h6),
.f4u-contact-feedback :is(h1, h2, h3, h4, h5, h6) {
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
    word-break: break-word;
}

.f4u-contact-title {
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.1;
    margin: 0 0 18px;
    font-weight: 500;
}

.f4u-contact-subtitle {
    font-size: 20px;
    line-height: 1.45;
    margin: 0 0 14px;
    font-weight: 500;
}

.f4u-contact-location-name {
    font-size: 20px;
    margin-bottom: 4px;
}

.f4u-contact-address {
    display: inline-block;
    color: inherit;
    text-decoration: underline;
    margin-bottom: 20px;
    font-size: 16px;
    overflow-wrap: anywhere;
}

.f4u-contact-maps-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 14px 28px;
    border-radius: 999px;
    background: #ffc107;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 24px;
}

.f4u-contact-map-image,
.f4u-contact-map-embed {
    width: min(100%, 760px);
    margin: 0 auto 28px;
}

.f4u-contact-map-image img,
.f4u-contact-map-embed iframe {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 16px;
}

.f4u-contact-map-embed iframe {
    min-height: 320px;
}

.f4u-contact-hours {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 24px;
}

.f4u-contact-copy {
    font-size: 16px;
    margin: 0 0 16px;
}

.f4u-contact-phone {
    display: inline-block;
    font-size: clamp(24px, 2.2vw, 34px);
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    margin-bottom: 28px;
}

.f4u-contact-socials {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.f4u-contact-socials a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
}

.f4u-contact-social-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: invert(1);
}

.f4u-contact-socials img {
    width: 22px;
    height: 22px;
    filter: invert(1);
}

.f4u-contact-feedback {
    background: #f6f6f6;
    text-align: center;
    padding: 48px 0 72px;
}

.f4u-contact-feedback-title {
    font-size: clamp(26px, 2.4vw, 34px);
    margin: 0 0 18px;
    font-weight: 500;
}

.f4u-feedback-text,
.f4u-feedback-text-strong {
    width: min(100%, 620px);
    margin: 0 auto 14px;
    font-size: 16px;
    line-height: 1.6;
}

.f4u-feedback-text-strong {
    font-weight: 700;
}

.f4u-contact-feedback-form {
    width: min(100%, 560px);
    margin: 0 auto;
}

.f4u-contact-feedback textarea,
.f4u-contact-feedback input[type="text"],
.f4u-contact-feedback input[type="email"] {
    width: 100%;
    border-radius: 8px;
}

.f4u-contact-feedback .forminator-ui,
.f4u-contact-feedback .forminator-ui.forminator-design--default {
    max-width: 620px;
    margin: 0 auto;
}

.f4u-contact-feedback .forminator-row,
.f4u-contact-feedback .forminator-field {
    margin-bottom: 16px;
}

.f4u-contact-feedback .forminator-button-submit,
.f4u-contact-feedback .forminator-button {
    border-radius: 999px !important;
    min-width: 220px;
    padding: 14px 28px !important;
}

.f4u-contact-feedback button,
.f4u-contact-feedback .forminator-button {
    border-radius: 999px !important;
    background: #ffc107 !important;
    color: #111 !important;
    font-weight: 600 !important;
    min-width: 280px;
}

@media (max-width: 767px) {
    .f4u-contact-page {
        padding-inline: 16px;
    }

    .f4u-contact-hero {
        padding-top: 28px;
        padding-bottom: 42px;
    }

    .f4u-contact-title {
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.15;
    }

    .f4u-contact-subtitle,
    .f4u-contact-location-name {
        font-size: 18px;
    }

    .f4u-contact-address,
    .f4u-contact-copy,
    .f4u-contact-hours {
        font-size: 15px;
    }

    .f4u-contact-maps-button {
        width: 100%;
        min-width: 0;
        padding-inline: 18px;
    }

    .f4u-contact-map-image,
    .f4u-contact-map-embed {
        margin-bottom: 20px;
    }

    .f4u-contact-map-embed iframe {
        min-height: 240px;
    }

    .f4u-contact-feedback {
        padding-top: 36px;
        padding-bottom: 56px;
    }

    .f4u-contact-feedback-title {
        font-size: clamp(24px, 7vw, 30px);
    }

    .f4u-contact-feedback .forminator-button-submit,
    .f4u-contact-feedback .forminator-button,
    .f4u-contact-feedback button {
        width: 100%;
        min-width: 0;
    }
}
