.elementor-3220 .elementor-element.elementor-element-3ab4679{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3220 .elementor-element.elementor-element-6c666ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-a0b02a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-f2e461a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-22b633d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-1e44877{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-be403eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-5583543{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-ef12958{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-7fb482f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3220 .elementor-element.elementor-element-bc18f8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-3220{padding:0px 0px 0px 0px;}/* Start custom CSS *//* 
   ========================================
   ESTILOS DESTINO1 - PREFIJO "dest"
   ========================================
   Diseño profesional optimizado para conversiones
   sin distracciones, con elementos de confianza.
*/

/* ========================================
   HEADER (COMPACTO Y ELEGANTE)
   ======================================== */

.dest-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    z-index: 100;
}

.dest-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
}

.dest-logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left:5%;
}

.dest-logo-icon {
    font-size: 26px;
    color: #2563eb;
    filter: drop-shadow(0 2px 4px rgba(37, 99, 235, 0.2));
}

.dest-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.3px;
}

.dest-secure-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 20px;
    border: 1px solid #86efac;
    margin-right: 5%;
}

.dest-secure-icon {
    font-size: 14px;
}

.dest-secure-text {
    font-size: 13px;
    font-weight: 600;
    color: #15803d;
    letter-spacing: 0.3px;
}

/* ========================================
   RESET Y VARIABLES
   ======================================== */

* {
   font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}


/* ========================================
   UTILIDADES DE CONTENEDOR Y SECCIONES
   ======================================== */

.dest-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.dest-section {
    padding: 60px 0 40px;
    position: relative;
}

.dest-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.08), transparent);
}

.dest-section-light {
    background-color: #ffffff;
}

.dest-section-dark {
    background-color: #f8fafc;
}

.dest-section-cta {
    background-color: #ffffff;
    padding: 80px 0 100px;
}

/* ========================================
   HERO SECTION - IMPACTO VISUAL
   ======================================== */

.dest-hero {
    text-align: center;
    padding: 50px 70px 50px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.dest-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.dest-hero h1 {
    padding: 0 100px;
    font-size: 37px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 29px;
    line-height: 1.5;
    letter-spacing: -0.8px;
    position: relative;
    z-index: 1;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin-bottom:50px;
}

.dest-hero p {
    font-size: 24px !important;
    color: #64748b;
    margin: 0 0 48px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

/* ========================================
   HERO CARD - FORMULARIO PROFESIONAL
   ======================================== */

.dest-card-email {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 1;
}

.dest-card-email::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    border-radius: 16px 16px 0 0;
}

/* ========================================
   SECCIONES DE CONTENIDO
   ======================================== */

.dest-content-block {
    max-width: 680px;
    margin: 0 auto;
}

.dest-text-highlight {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin: 40px 0 20px;
    letter-spacing: -0.3px;
}

.dest-text-intro {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 28px;
    letter-spacing: -0.3px;
}

.dest-text-conclusion {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #1e40af;
    margin: 48px 0 0;
    padding-top: 32px;
    border-top: 2px solid #e2e8f0;
    letter-spacing: -0.5px;
}

.dest-text-note {
    font-size: 16px;
    color: #718096;
    font-style: normal;
    margin: 32px 0 0;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.03), transparent);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
}

.dest-text-note-centered {
    text-align: center;
    background: none;
    padding-left: 0;
    padding-right: 0;
}

/* ========================================
   LISTAS MEJORADAS
   ======================================== */

.dest-list {
    list-style: none;
    padding: 0;
    margin: 28px 0;
}
ul.dest-list {
    margin-bottom: 30px;
}

.dest-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 18px;
    font-size: 20px;
    color: #4a5568;
    line-height: 1.6;
}

.dest-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25);
}

.dest-list li::after {
    content: '✓';
    position: absolute;
    left: 7px;
    top: 3px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.dest-list-check li::before {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.25);
}

.dest-list-check li::after {
    content: '✓';
    font-size: 11px;
    left: 6px;
    top: 5px;
}

/* ========================================
   BENEFICIOS GRID - TARJETAS ELEGANTES
   ======================================== */

.dest-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.dest-benefit-item {
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.dest-benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dest-benefit-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.dest-benefit-item:hover::before {
    opacity: 1;
}

.dest-benefit-icon {
    font-size: 42px;
    display: block;
    margin-bottom: 16px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.dest-benefit-item p {
    font-size: 16px;
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
}

/* ========================================
   PASOS (CÓMO FUNCIONA) - LÍNEA TEMPORAL
   ======================================== */

.dest-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 40px;
    position: relative;
}

.dest-steps-grid::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa, #3b82f6);
    z-index: 0;
}

.dest-step-item {
    text-align: center;
    padding: 48px 12px 24px;
    position: relative;
    z-index: 1;
}

.dest-step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);
    border: 3px solid #ffffff;
}

.dest-step-item p {
    font-size: 15px;
    color: #4a5568;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

/* ========================================
   CTA FINAL - CONVERSIÓN MAXIMIZADA
   ======================================== */

.dest-cta-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
    padding: 56px 48px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.dest-cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #3b82f6, #60a5fa);
}

.dest-cta-title {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 32px;
    text-align: center;
    letter-spacing: -0.5px;
}

.dest-form-compact {
    gap: 16px;
}

.dest-guarantees {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.dest-guarantee-text {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

.dest-guarantee-separator {
    color: #cbd5e1;
    font-size: 16px;
    font-weight: 300;
    margin: 0 8px;
    padding-top: 2px;
}

/* ========================================
   SUBTÍTULOS DE SECCIÓN
   ======================================== */

.dest-section-subtitle {
    font-size: 28px;
    color: #64748b;
    text-align: center;
    margin: -20px 0 32px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* ========================================
   TÍTULOS DE SECCIÓN
   ======================================== */

h2.dest-section-title {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 40px;
    text-align: center;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 16px;
}

h2.dest-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
}

/* ========================================
   FORMS - DISEÑO ÓPTIMO
   ======================================== */

.dest-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dest-input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dest-label {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    text-align: left;
    letter-spacing: 0.3px;
}

.dest-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background-color: #ffffff;
    color: #1a202c;
    transition: all 0.25s ease;
    font-weight: 500;
}

.dest-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    background-color: #fafbfc;
}

.dest-input::placeholder {
    color: #a0aec0;
    font-weight: 400;
}

/* ========================================
   BUTTONS - CTAS OPTIMIZADOS
   ======================================== */

.dest-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 28px;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}

.dest-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.dest-btn:hover::before {
    left: 100%;
}

.dest-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}

.dest-btn:active {
    transform: translateY(0);
}

.dest-btn-email {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
}

.dest-btn-email:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
}

.dest-btn-icon {
    font-size: 22px;
}

.dest-btn-close {
    background-color: #64748b;
    color: #ffffff;
    width: auto;
    padding: 14px 36px;
    border-radius: 10px;
}

.dest-btn-close:hover {
    background-color: #475569;
}

/* ========================================
   PRIVACY NOTES - CONFIANZA
   ======================================== */

.dest-privacy-note {
    text-align: center;
    font-size: 14px;
    color: #94a3b8;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    font-weight: 500;
}


/* ========================================
   PRÓXIMO DÍA
   ======================================== */
   
 .dest-next-day {
    text-align: center;
    padding: 48px 24px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); 
    border-radius: 16px; 
    border: 1px solid #86efac;
}  

.dest-next-day .dest-pre-titular,
.dest-next-day .dest-post-titular {
    font-size: 20px; 
    font-weight: 700; 
    color: #15803d; 
    margin-bottom: 24px;
}  

.dest-next-day h3 {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px; 
    font-weight: 600; 
    color: #0f172a; 
    margin: 0 0 24px; 
    line-height: 1.4;
}  

   
/* ========================================
   FOOTER - MINIMALISTA
   ======================================== */

.dest-footer {
    text-align: center;
    padding: 20px 32px 20px;
    background-color: #ffffff;
}

.dest-footer .dest-footer-text {
    font-size: 16px !important;
    color: #94a3b8;
    margin: 0 0 10px;
    font-weight: 500;
}

.dest-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.dest-footer-link {
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
}

.dest-footer-link:hover {
    color: #3b82f6;
    border-bottom-color: #3b82f6;
}

.dest-footer-separator {
    color: #cbd5e1;
    font-size: 12px;
}

/* ========================================
   MODAL (SUCCESS MESSAGE)
   ======================================== */

.dest-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 24px;
    backdrop-filter: blur(4px);
}

.dest-modal-active {
    opacity: 1;
    visibility: visible;
}

.dest-modal-content {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    max-width: 440px;
    width: 100%;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
    transform: scale(0.9) translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dest-modal-active .dest-modal-content {
    transform: scale(1) translateY(0);
}

.dest-success-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #16a34a;
    font-size: 40px;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto 28px;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.25);
}

.dest-modal-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.3px;
}

.dest-modal-text {
    font-size: 17px;
    color: #64748b;
    margin: 0 0 32px;
    line-height: 1.7;
}

.dest-modal-text strong {
    color: #2563eb;
    font-weight: 600;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 900px) {
    .dest-container {
        padding: 0 28px;
    }
    
    .dest-hero h1 {
        font-size: 24px;
        padding: 0 10px;
    }
    
    .dest-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .dest-steps-grid::before {
        display: none;
    }
    
    .dest-step-item {
        padding: 56px 16px 20px;
    }
    
    .dest-step-number {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .dest-header {
        padding: 14px 24px;
    }
    
    .dest-hero {
        padding: 60px 24px 50px;
    }
    
    .dest-hero h1 {
        font-size: 26px;
    }
    
    .dest-hero .dest-hero-subtitle {
        font-size: 18px !important;
    }
    
    .dest-card-email {
        padding: 32px 24px;
    }
    
    .dest-section {
        padding: 60px 0;
    }
    
    .dest-section-title {
        font-size: 26px;
    }
    
    .dest-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .dest-cta-card {
        padding: 40px 28px;
    }
    
    .dest-cta-title {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .dest-wrapper {
        font-size: 15px;
    }
    
    .dest-header {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    
    .dest-logo-container {
        justify-content: center;
    }
    
    .dest-hero {
        padding: 48px 20px 40px;
    }
    
    .dest-hero h1 {
        font-size: 26px;
        line-height: 1.4;
    }
    
    .dest-hero .dest-hero-subtitle {
        font-size: 16px !important;
    }
    
    .dest-container {
        padding: 0 20px;
    }
    
    .dest-text-primary {
        font-size: 17px;
    }
    
    .dest-text-primary:first-of-type {
        font-size: 19px;
    }
    
    .dest-list li {
        font-size: 16px;
        padding-left: 32px;
    }
    
    .dest-steps-grid {
        grid-template-columns: 1fr;
    }
    
    .dest-step-item {
        display: flex;
        align-items: center;
        gap: 16px;
        text-align: left;
        padding: 16px;
        background: #ffffff;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
    }
    
    .dest-step-number {
        position: static;
        transform: none;
        width: 44px;
        height: 44px;
        font-size: 18px;
        flex-shrink: 0;
    }
    
    .dest-btn {
        padding: 16px 24px;
        font-size: 16px;
    }
}

/* ========================================
   UTILIDADES ADICIONALES
   ======================================== */

.dest-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dest-fade-in {
    animation: destFadeIn 0.6s ease forwards;
}

@keyframes destFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */