.elementor-9883 .elementor-element.elementor-element-21854ec{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b62016f *//*
================================================================
  ESTILOS PARA EL FORMULARIO DE CALCULADORA ROI (v14 - FINAL)
  - CORRECCIÓN: Se fuerza la opacidad y el fondo sólido.
================================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --brand-dark: #1c0a41;
    --brand-purple: #49326B;
    --brand-gradient: linear-gradient(90deg, #5F3DC4, #49326B);
    --brand-error: #f76c5e;
    --bg-light: #ffffff;
    --text-light: #f1f1f9;
    --text-muted: #a7a2b9;
    --border-color-light: #e5e0f2;
}

.premium-contact-layout {
    display: grid; grid-template-columns: 1fr; max-width: 1200px;
    width: 100%; margin: 40px auto; font-family: 'Inter', sans-serif;
    background: var(--bg-light); border-radius: 24px;
    overflow: visible; box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.1);
}
.info-column { padding: 40px; color: var(--brand-dark); }
.info-column h2 { font-size: 36px; font-weight: 800; line-height: 1.25; margin-bottom: 16px; color: var(--brand-purple); }
.info-column .intro { font-size: 18px; line-height: 1.7; color: #555; margin-bottom: 32px; }

.premium-contact-layout ul, .premium-contact-layout li {
    list-style: none !important; list-style-type: none !important;
    background: none !important; padding: 0 !important; margin: 0 !important;
}
.premium-contact-layout ul li::before,
.premium-contact-layout ul li::after {
    display: none !important; content: '' !important;
}
.premium-contact-layout .feature-list { display: grid; gap: 20px; }
.premium-contact-layout .feature-list li { display: flex; align-items: flex-start; }
.feature-list .icon { flex-shrink: 0; width: 24px; height: 24px; margin-right: 12px; background: #f0edff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--brand-purple); }
.feature-list .icon svg { width: 14px; height: 14px; }

.social-proof { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border-color-light); }
.social-proof h4 { font-size: 14px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 20px; }
.logos-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: center; }
.logos-grid img { max-width: 100%; height: 24px; object-fit: contain; filter: grayscale(100%) opacity(60%); transition: filter 0.3s ease; }
.logos-grid img:hover { filter: grayscale(0%) opacity(100%); }

.form-column { background: var(--brand-dark); padding: 40px; display: flex; align-items: center; justify-content: center; }
.form-wrapper { width: 100%; }
.form-group { margin-bottom: 22px; position: relative; }
.form-wrapper label { font-weight: 600; font-size: 14px; color: var(--text-light); margin-bottom: 8px; display: block; }

.form-wrapper input { display: block; width: 100%; padding: 14px 16px; font-size: 16px; background-color: #FFFFFF; border: 2px solid var(--border-color-light); border-radius: 10px; transition: all 0.3s ease; color: var(--brand-dark); font-family: 'Inter', sans-serif; }
.form-wrapper input::placeholder { color: #999; }
.form-wrapper input:focus { border-color: var(--brand-purple); outline: none; box-shadow: 0 0 0 4px rgba(73, 50, 107, 0.1); }

.form-group.is-invalid input, .form-group.is-invalid .iti { border-color: var(--brand-error); }
.error-message { color: var(--brand-error); font-size: 13px; font-weight: 500; margin-top: 6px; min-height: 1em; display: none; }
.form-group.is-invalid .error-message { display: block; }

.iti { width: 100%; }
.iti input { padding-left: 95px !important; }
.iti--separate-dial-code .iti__selected-flag { background-color: #f0f0f0; border-radius: 10px 0 0 10px; }
.iti__flag-container { border: 2px solid var(--border-color-light); border-right: none; border-radius: 10px 0 0 10px; }
.form-group.is-invalid .iti__flag-container { border-color: var(--brand-error); }

/* --- CORRECCIÓN FINALÍSIMA PARA LA TRANSPARENCIA Y SCROLL --- */
.iti--container {
    z-index: 99999 !important; 
    position: absolute !important;
}
.iti__country-list {
    background: white !important;
    background-color: white !important;
    opacity: 1 !important;
    z-index: 999999 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important; 
    border: 1px solid #e5e0f2 !important;
    max-height: 200px !important;
    overflow-y: auto !important;
}
.iti__country {
    background: white !important;
    opacity: 1 !important;
}
.iti__country:hover,
.iti__country.iti__highlight {
    background: #f0edff !important;
}
.iti__dial-code { 
    color: #777 !important; 
}

.form-wrapper .submit-button { background: var(--brand-gradient); color: white; font-weight: 700; cursor: pointer; padding: 16px; width: 100%; border: none; border-radius: 10px; font-size: 16px; transition: all 0.3s ease; margin-top: 12px; }
.form-wrapper .submit-button:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
.form-wrapper .submit-button:disabled { background: var(--text-muted); cursor: not-allowed; }

@media (min-width: 1025px) { .premium-contact-layout { grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) {
    .premium-contact-layout { margin: 20px auto; border-radius: 16px; }
    .info-column, .form-column { padding: 30px 20px; }
    .info-column h2 { font-size: 28px; }
    .logos-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}/* End custom CSS */