/* Formulario de contacto — basado en disenio/Contacto.html */
.contact-form-section {
    width: 100%;
    max-width: none;
    background: #e9eae7;
    padding: 0;
    margin: 0;
}

.contact-form-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
}

.contact-form-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.contact-form__aside {
    display: none;
    flex-direction: column;
    background: linear-gradient(160deg, #0e7682 0%, #0a5560 100%);
    color: #fff;
    padding: 54px 46px;
}

.contact-form__eyebrow {
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #e3c98f;
    margin: 0;
}

.contact-form__title {
    font-family: 'Poppins', 'GothamBold 2', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.01em;
    margin: 14px 0 0;
    color: #fff;
}

.contact-form__accent-line {
    display: block;
    width: 46px;
    height: 3px;
    background: #e3c98f;
    border-radius: 2px;
    margin: 20px 0;
}

.contact-form__description {
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    max-width: 330px;
    margin: 0;
}

.contact-form__aside-bottom {
    margin-top: auto;
    padding-top: 38px;
}

.contact-form__phone-label {
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.contact-form__phone {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 6px 0 0;
    color: #fff;
}

.contact-form__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 16px;
    padding: 9px 16px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 13.5px;
    text-decoration: none;
}

.contact-form__main {
    flex: 1;
    min-width: 0;
    padding: 34px 28px;
}

.contact-form__intro-mobile {
    text-align: center;
    margin-bottom: 22px;
}

.contact-form__title-mobile {
    font-family: 'Poppins', 'GothamBold 2', sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1c252b;
    margin: 0;
    line-height: 1.15;
}

.contact-form__description-mobile {
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 13px;
    line-height: 1.55;
    color: #76828a;
    margin: 12px 0 0;
}

.contact-form__form-label {
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #ad9468;
    margin: 0 0 22px;
}

.contact-form__field {
    margin-bottom: 17px;
}

.contact-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 17px;
}

.contact-form__row .contact-form__field {
    flex: 1 1 180px;
    margin-bottom: 0;
}

.contact-form__label {
    display: block;
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a8f8e;
    margin-bottom: 7px;
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #dde1e1;
    border-radius: 8px;
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 15px;
    color: #2c3536;
    background: #fff;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #b3b8b8;
}

.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__textarea:focus {
    border-color: #0d6e78;
    box-shadow: 0 0 0 3px rgba(13, 110, 120, 0.12);
}

.contact-form__select-wrap {
    position: relative;
}

.contact-form__select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 38px;
    cursor: pointer;
}

.contact-form__select-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a8f8e;
    pointer-events: none;
    font-size: 12px;
}

.contact-form__textarea {
    min-height: 108px;
    resize: vertical;
    line-height: 1.5;
}

.contact-form__divider {
    height: 1px;
    background: #e6e9e8;
    margin-bottom: 20px;
}

.contact-form__submit {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 15px;
    background: #0d6e78;
    color: #fff;
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: filter 0.15s ease;
}

.contact-form__submit:hover {
    filter: brightness(1.08);
}

.contact-form__submit--loading {
    background: #c4cccc;
    cursor: not-allowed;
}

.contact-form__hint {
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 12.5px;
    text-align: center;
    color: #c0584e;
    margin: 12px 0 0;
}

.contact-form__hint--default {
    color: #a4aaaa;
}

.contact-form__response {
    margin-bottom: 18px;
}

.contact-form__response-text {
    font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #2c3536;
    margin: 0;
    text-align: center;
}

@media (min-width: 993px) {
    .contact-form-card {
        flex-direction: row;
    }

    .contact-form__aside {
        display: flex;
        flex: 0 0 42%;
    }

    .contact-form__intro-mobile {
        display: none;
    }

    .contact-form__main {
        padding: 48px 46px;
    }
}

@media (max-width: 992px) {
    .contact-form-section {
        background: #fff;
        padding: 0;
    }

    .contact-form__main {
        padding: 34px 16px 38px;
    }
}
