.fdes-contact,
.fdes-contact * { box-sizing: border-box; }

.fdes-contact {
    --fd-bg: #fdfcfa;
    --fd-dark: #083536;
    --fd-teal: #0b7f7d;
    --fd-yellow: #fbb422;
    --fd-body: #4c575c;
    --fd-column-gap: 145px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: var(--fd-bg);
    font-family: "Poppins", Arial, sans-serif;
    color: var(--fd-body);
    padding: 68px 0 72px;
    min-height: 941px;
}

.fdes-contact__inner {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    max-width: 1302px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 480px minmax(0, 677px);
    gap: var(--fd-column-gap);
    align-items: start;
}

.fdes-contact__info { padding-top: 7px; min-width: 0; }
.fdes-contact__eyebrow-wrap { display: inline-flex; flex-direction: column; align-items: flex-start; }
.fdes-contact__eyebrow { color: var(--fd-teal); font-size: 19px; line-height: 1; font-weight: 700; letter-spacing: .2px; }
.fdes-contact__eyebrow-line { width: 52px; height: 6px; margin-top: 13px; border-radius: 999px; background: var(--fd-yellow); }

.fdes-contact__title {
    margin: 32px 0 0;
    color: var(--fd-dark);
    font-family: "Poppins", Arial, sans-serif;
    font-size: 72px;
    line-height: .94;
    font-weight: 800;
    letter-spacing: -2.8px;
}

.fdes-contact__heart { display: flex; justify-content: flex-end; padding-right: 69px; margin-top: 8px; height: 47px; }
.fdes-contact__heart-icon { display: inline-flex; color: var(--fd-teal); font-size: 44px; line-height: 1; }
.fdes-contact__heart-icon svg { width: 1em; height: 1em; fill: none; stroke: currentColor; }

.fdes-contact__description {
    margin-top: 17px;
    max-width: 478px;
    font-size: 17px;
    line-height: 1.58;
    font-weight: 400;
    color: var(--fd-body);
}

.fdes-contact__cards { display: grid; gap: 12px; margin-top: 24px; }
.fdes-contact-card {
    min-height: 69px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 7px 14px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(35, 52, 52, .055);
    text-decoration: none !important;
    color: inherit;
    transition: transform .18s ease, box-shadow .18s ease;
}
.fdes-contact-card[href]:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(35, 52, 52, .08); }
.fdes-contact-card__icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #e2f0ee;
    color: #096f6c;
    font-size: 29px;
}
.fdes-contact-card__icon svg { width: 1em; height: 1em; fill: currentColor; }
.fdes-contact-card__content { min-width: 0; line-height: 1.15; }
.fdes-contact-card__label { color: var(--fd-dark); font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.fdes-contact-card__value { color: var(--fd-teal); font-size: 15px; font-weight: 500; overflow-wrap: anywhere; }

.fdes-contact__support {
    min-height: 104px;
    margin-top: 20px;
    border-radius: 14px;
    background: #e3f0ef;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 13px 19px;
}
.fdes-contact__support-icon-wrap { flex: 0 0 63px; width: 63px; position: relative; display: grid; place-items: center; color: #0a8581; }
.fdes-contact__support-icon { font-size: 46px; display: inline-flex; line-height: 1; }
.fdes-contact__support-icon svg { width: 1em; height: 1em; fill: currentColor; }
.fdes-contact__support-heart { position: absolute; top: -12px; right: 16px; font-size: 20px; line-height: 1; color: var(--fd-yellow); }
.fdes-contact__support-copy { min-width: 0; }
.fdes-contact__support-title { color: var(--fd-teal); font-size: 18px; line-height: 1.2; font-weight: 700; margin-bottom: 6px; }
.fdes-contact__support-text { color: var(--fd-body); font-size: 14.5px; line-height: 1.55; font-weight: 400; }

.fdes-contact__form-card {
    width: 677px;
    max-width: 100%;
    min-height: 799px;
    padding: 48px 52px 34px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 13px 36px rgba(35, 52, 52, .08);
}

.fdes-contact__form-head { display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: center; margin-bottom: 34px; }
.fdes-contact__form-icon { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; background: #dfeeed; color: #086d6b; font-size: 37px; }
.fdes-contact__form-icon svg { width: 1em; height: 1em; fill: currentColor; }
.fdes-contact__form-title { color: var(--fd-teal); font-size: 24px; line-height: 1.2; font-weight: 700; margin-bottom: 7px; }
.fdes-contact__form-description { color: #4c555a; font-size: 15px; line-height: 1.45; font-weight: 400; max-width: 440px; }

.fdes-contact__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; row-gap: 20px; }
.fdes-field { min-width: 0; }
.fdes-field--full { grid-column: 1 / -1; }
.fdes-field label { display: block; margin: 0 0 8px; color: var(--fd-dark); font-size: 14px; line-height: 1.25; font-weight: 600; }
.fdes-field input,
.fdes-field select,
.fdes-field textarea {
    width: 100%;
    border: 1px solid #ccd2d4;
    border-radius: 10px;
    background: #fff;
    color: #39474c;
    font: 400 14px/1.4 "Poppins", Arial, sans-serif;
    outline: none;
    box-shadow: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.fdes-field input,
.fdes-field select { height: 57px; padding: 0 16px; }
.fdes-field textarea { min-height: 122px; resize: vertical; padding: 16px; }
.fdes-field input::placeholder,
.fdes-field textarea::placeholder { color: #9a9fa2; opacity: 1; }
.fdes-field select { appearance: none; -webkit-appearance: none; color: #777f83; padding-right: 44px; }
.fdes-field select:valid { color: #39474c; }
.fdes-select-wrap { position: relative; }
.fdes-select-wrap::after { content: "⌄"; position: absolute; right: 17px; top: 50%; transform: translateY(-55%); color: var(--fd-dark); font-size: 22px; pointer-events: none; line-height: 1; }
.fdes-field input:focus,
.fdes-field select:focus,
.fdes-field textarea:focus { border-color: var(--fd-teal); box-shadow: 0 0 0 2px rgba(11, 127, 125, .11); }

.fdes-contact__actions { margin-top: 7px; }
.fdes-contact__submit {
    width: 100%;
    min-height: 57px;
    border: 0;
    border-radius: 11px;
    background: var(--fd-yellow);
    color: var(--fd-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    font: 700 18px/1.1 "Poppins", Arial, sans-serif;
    transition: transform .16s ease, filter .16s ease, background .16s ease;
}
.fdes-contact__submit:hover { background: #f4a915; transform: translateY(-1px); }
.fdes-contact__submit:disabled { cursor: wait; opacity: .72; transform: none; }
.fdes-contact__submit-icon { display: inline-flex; font-size: 21px; }
.fdes-contact__submit-icon svg { width: 1em; height: 1em; fill: currentColor; }
.fdes-contact__spinner { width: 18px; height: 18px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; display: none; animation: fdes-spin .75s linear infinite; }
.fdes-contact__form.is-loading .fdes-contact__spinner { display: inline-block; }
.fdes-contact__form.is-loading .fdes-contact__submit-icon { display: none; }
@keyframes fdes-spin { to { transform: rotate(360deg); } }

.fdes-contact__privacy { margin-top: 19px; display: flex; justify-content: center; align-items: center; gap: 10px; color: #60696d; font-size: 12px; line-height: 1.4; text-align: center; }
.fdes-contact__lock { color: var(--fd-teal); font-size: 16px; line-height: 1; transform: rotate(180deg); }
.fdes-contact__status { display: none; margin-top: 14px; padding: 10px 12px; border-radius: 8px; font-size: 13px; line-height: 1.4; text-align: center; }
.fdes-contact__status.is-success { display: block; background: #eaf6f2; color: #17634f; }
.fdes-contact__status.is-error { display: block; background: #fff0f0; color: #a33535; }
.fdes-contact__hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Decoraciones */
.fdes-contact__decorations { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.fdes-deco { position: absolute; }
.fdes-deco--dots-tl { top: 55px; left: 30px; width: 58px; display: grid; grid-template-columns: repeat(3, 6px); gap: 18px 19px; }
.fdes-deco--dots-tl i,
.fdes-deco--dots-br i { width: 5px; height: 5px; border-radius: 50%; background: #9ed9d6; display: block; }
.fdes-deco--blob-left { left: 0; top: 173px; width: 129px; height: 610px; }
.fdes-deco--plant { left: 0; top: 505px; width: 88px; height: 250px; }
.fdes-deco--yellow-line { left: 36px; bottom: -5px; width: 108px; height: 285px; }
.fdes-deco--blob-tr { right: 0; top: 0; width: 345px; height: 235px; }
.fdes-deco--blob-br { right: 0; bottom: 0; width: 304px; height: 275px; }
.fdes-deco--dots-br { right: 49px; bottom: 58px; width: 83px; display: grid; grid-template-columns: repeat(4, 5px); gap: 17px 18px; }

@media (max-width: 1360px) and (min-width: 1025px) {
    .fdes-contact__inner { width: calc(100% - 120px); grid-template-columns: minmax(420px, .9fr) minmax(580px, 1.1fr); gap: clamp(60px, 7vw, 110px); }
    .fdes-contact__form-card { width: 100%; }
}

/* La referencia móvil de 941 px utiliza composición de una columna. */
@media (max-width: 1024px) {
    .fdes-contact { min-height: 0; padding: 38px 24px 54px; }
    .fdes-contact__inner { width: 100%; max-width: 560px !important; display: block; margin: 0 auto; }
    .fdes-contact__info { padding-top: 0; }
    .fdes-contact__eyebrow-wrap { display: flex; align-items: center; }
    .fdes-contact__eyebrow { font-size: 18px; text-align: center; }
    .fdes-contact__eyebrow-line { width: 62px; height: 6px; margin-top: 12px; }
    .fdes-contact__title { margin-top: 23px; font-size: 64px; line-height: .95; letter-spacing: -2px; text-align: center; }
    .fdes-contact__heart { height: 44px; justify-content: center; padding-right: 0; margin-top: 11px; }
    .fdes-contact__heart-icon { font-size: 39px; }
    .fdes-contact__description { margin: 13px auto 0; max-width: 540px; text-align: center; font-size: 16px; line-height: 1.55; }
    .fdes-contact__cards { margin-top: 21px; gap: 11px; }
    .fdes-contact-card { min-height: 74px; padding: 8px 15px; gap: 18px; }
    .fdes-contact-card__icon { flex-basis: 56px; width: 56px; height: 56px; font-size: 28px; }
    .fdes-contact-card__label { font-size: 16px; }
    .fdes-contact-card__value { font-size: 16px; }
    .fdes-contact__support { min-height: 112px; margin-top: 17px; padding: 14px 21px; gap: 22px; }
    .fdes-contact__support-title { font-size: 18px; }
    .fdes-contact__support-text { font-size: 14.5px; }
    .fdes-contact__form-card { width: 100%; min-height: 0; margin-top: 16px; padding: 24px 29px 20px; border-radius: 18px; }
    .fdes-contact__form-head { grid-template-columns: 76px 1fr; gap: 20px; margin-bottom: 25px; }
    .fdes-contact__form-icon { width: 76px; height: 76px; font-size: 35px; }
    .fdes-contact__form-title { font-size: 22px; }
    .fdes-contact__form-description { font-size: 14px; line-height: 1.4; }
    .fdes-contact__form { grid-template-columns: 1fr; gap: 16px; }
    .fdes-field--full { grid-column: auto; }
    .fdes-field label { font-size: 14px; margin-bottom: 7px; }
    .fdes-field input, .fdes-field select { height: 50px; font-size: 14px; }
    .fdes-field textarea { min-height: 113px; font-size: 14px; }
    .fdes-contact__actions { margin-top: 1px; }
    .fdes-contact__submit { min-height: 56px; font-size: 18px; }
    .fdes-contact__privacy { margin-top: 17px; font-size: 12px; }

    .fdes-deco--dots-tl { top: 28px; left: 27px; }
    .fdes-deco--blob-left { top: 169px; width: 105px; height: 470px; }
    .fdes-deco--plant { top: 362px; width: 77px; height: 240px; }
    .fdes-deco--yellow-line { left: 0; top: 565px; bottom: auto; width: 78px; height: 300px; }
    .fdes-deco--blob-tr { width: 205px; height: 225px; }
    .fdes-deco--blob-br { width: 210px; height: 520px; bottom: 0; }
    .fdes-deco--dots-br { right: 37px; bottom: 478px; }
}

@media (max-width: 600px) {
    .fdes-contact { padding: 32px 16px 42px; }
    .fdes-contact__inner { max-width: 100% !important; }
    .fdes-contact__eyebrow { font-size: 15px; }
    .fdes-contact__eyebrow-line { width: 48px; height: 5px; }
    .fdes-contact__title { margin-top: 20px; font-size: 42px; letter-spacing: -1.4px; }
    .fdes-contact__heart { margin-top: 8px; height: 35px; }
    .fdes-contact__heart-icon { font-size: 32px; }
    .fdes-contact__description { margin-top: 12px; font-size: 14px; line-height: 1.55; }
    .fdes-contact__cards { margin-top: 18px; gap: 10px; }
    .fdes-contact-card { min-height: 65px; padding: 7px 10px; gap: 13px; border-radius: 14px; }
    .fdes-contact-card__icon { flex-basis: 49px; width: 49px; height: 49px; border-radius: 13px; font-size: 24px; }
    .fdes-contact-card__label { font-size: 13px; margin-bottom: 4px; }
    .fdes-contact-card__value { font-size: 13px; }
    .fdes-contact__support { min-height: 100px; padding: 12px 13px; gap: 12px; }
    .fdes-contact__support-icon-wrap { flex-basis: 52px; width: 52px; }
    .fdes-contact__support-icon { font-size: 37px; }
    .fdes-contact__support-heart { top: -9px; right: 13px; font-size: 16px; }
    .fdes-contact__support-title { font-size: 14px; }
    .fdes-contact__support-text { font-size: 12px; line-height: 1.45; }
    .fdes-contact__form-card { margin-top: 14px; padding: 22px 16px 18px; border-radius: 17px; }
    .fdes-contact__form-head { grid-template-columns: 60px 1fr; gap: 14px; margin-bottom: 22px; }
    .fdes-contact__form-icon { width: 60px; height: 60px; font-size: 29px; }
    .fdes-contact__form-title { font-size: 18px; }
    .fdes-contact__form-description { font-size: 12px; }
    .fdes-contact__form { gap: 14px; }
    .fdes-field label { font-size: 12px; }
    .fdes-field input, .fdes-field select { height: 48px; padding: 0 13px; font-size: 12px; }
    .fdes-field textarea { min-height: 105px; padding: 13px; font-size: 12px; }
    .fdes-contact__submit { min-height: 52px; font-size: 15px; gap: 9px; }
    .fdes-contact__submit-icon { font-size: 18px; }
    .fdes-contact__privacy { font-size: 10px; gap: 7px; }

    .fdes-deco--dots-tl { transform: scale(.72); transform-origin: top left; left: 12px; }
    .fdes-deco--blob-left { width: 72px; opacity: .82; }
    .fdes-deco--plant { width: 58px; left: -4px; }
    .fdes-deco--yellow-line { width: 56px; left: -11px; }
    .fdes-deco--blob-tr { width: 145px; height: 165px; }
    .fdes-deco--blob-br { width: 155px; height: 420px; opacity: .82; }
    .fdes-deco--dots-br { transform: scale(.72); transform-origin: bottom right; right: 18px; }
}
