/* Prevenir solo scroll horizontal cuando el modal está abierto */
body.modal-open {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: relative;
}

html.modal-open {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

/* Asegurar que todos los contenedores dentro del modal respeten el ancho */
.promo-modal * {
    box-sizing: border-box;
}

.promo-modal .form-group input,
.promo-modal .form-group textarea {
    max-width: 100%;
    min-width: 0;
}

.promo-modal .plan-features-promo {
    width: 100%;
    max-width: 100%;
}

/* Modal Promocional - Estilos */
.promo-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 99999;
    animation: fadeIn 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.promo-modal.show {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    min-height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
    -webkit-overflow-scrolling: touch;
}

.promo-content {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    border-radius: 20px;
    width: 90%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
    animation: slideIn 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(57, 121, 255, 0.2);
    margin: 20px auto;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.promo-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 10px 25px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid rgba(57, 121, 255, 0.3);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    font-weight: bold;
    line-height: 1;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.promo-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-right: 50px; /* Espacio para el botón de cerrar */
}

.promo-logo img {
    width: 85px;
    height: 85px;
    filter: brightness(1.2) contrast(1.1);
    padding: 6px;
    flex-shrink: 0;
}

.promo-logo div {
    text-align: center;
    flex: 1;
}

.promo-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    display: block;
    visibility: visible;
}

.promo-subtitle {
    font-size: 13px;
    opacity: 0.9;
    margin: 3px 0 0 0;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-style: italic;
    display: block;
    visibility: visible;
}

.promo-body {
    display: flex;
    gap: 30px;
    padding: 15px;
    overflow-x: hidden;
    box-sizing: border-box;
}

.promo-image {
    flex: 1;
    min-width: 250px;
    max-width: 100%;
    box-sizing: border-box;
}

.promo-image img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}

.promo-plan {
    background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid rgba(57, 121, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.plan-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.plan-features-promo {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.plan-features-promo li {
    padding: 6px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    /**/
    justify-content: center;
    /**/
    gap: 8px;
    color: white;
    /**/
    text-align: center;
    /**/
}

.plan-features-promo li:before {
    content: "●";
    color: #3979ff;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.plan-offer-btn {
    background: linear-gradient(135deg, #3979ff 0%, #2563eb 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 15px auto 10px auto;
    width: fit-content;
}

.plan-offer-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(57, 121, 255, 0.4);
}

.plan-price {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin: 10px 0 0 0;
    text-align: center;
}

.plan-price .currency {
    font-size: 24px;
    vertical-align: top;
}

.plan-price .period {
    font-size: 16px;
    font-weight: normal;
    opacity: 0.8;
}

.promo-form {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    box-sizing: border-box;
}

.form-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3979ff;
    text-align: center;
}

.form-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.8;
    color: white;
    text-align: center;
}

.form-group {
    margin-bottom: 8px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 13px;
    color: white;
    opacity: 0.9;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3979ff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgba(57, 121, 255, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.special-offer-btn {
    width: 100%;
    background: linear-gradient(135deg, #3979ff 0%, #2563eb 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.special-offer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(57, 121, 255, 0.4);
}

.special-offer-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Animaciones */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: scale(0.8) translateY(-50px); opacity: 0; }
    to { transform: scale(1) translateY(0); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .promo-modal.show {
        padding: 10px;
        align-items: flex-start;
        padding-top: 20px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100vw;
        -webkit-overflow-scrolling: touch;
    }
    
    .promo-content {
        width: calc(100% - 20px);
        margin: 0;
        max-width: none;
        max-height: none;
        height: auto;
        overflow-y: visible;
        overflow-x: hidden;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
    }
    
    .promo-header {
        padding: 15px 20px;
        position: relative;
        box-sizing: border-box;
    }
    
    .close-btn {
        top: 8px;
        right: 10px;
        width: 32px;
        height: 32px;
        font-size: 18px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        z-index: 15;
    }
    
    .close-btn:hover {
        background: rgba(255, 255, 255, 0.25);
    }
    
    .promo-logo {
        gap: 10px;
        padding-right: 45px;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    
    .promo-logo img {
        width: 70px;
        height: 70px;
    }
    
    .promo-logo div {
        text-align: left;
        flex: 1;
    }
    
    .promo-title {
        font-size: 18px;
        line-height: 1.3;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .promo-subtitle {
        font-size: 12px;
        display: block !important;
        visibility: visible !important;
        opacity: 0.85 !important;
    }
    
    .promo-body {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .promo-image {
        min-width: auto;
        order: 1;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .promo-image img {
        height: 150px;
        margin-bottom: 10px;
    }
    
    .promo-form {
        min-width: auto;
        order: 3;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .promo-plan {
        order: 2;
        margin-top: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    
    .plan-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .plan-features-promo {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 10px;
    }
    
    .plan-features-promo li {
        font-size: 11px;
        padding: 4px 0;
        /**/
        justify-content: center;
        text-align: center;
        /**/
    }
    
    .plan-price {
        font-size: 24px;
        margin: 8px 0 0 0;
    }
    
    .plan-price .currency {
        font-size: 20px;
    }
    
    .plan-price .period {
        font-size: 14px;
    }
    
    .form-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .form-subtitle {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .form-group {
        margin-bottom: 6px;
    }
    
    .form-group label {
        font-size: 16px;
        margin-bottom: 4px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 8px 10px;
        font-size: 15px;
    }
    
    .form-group textarea {
        min-height: 60px;
    }
    
    .special-offer-btn {
        padding: 10px 15px;
        font-size: 13px;
        margin-top: 8px;
    }
    
    .plan-offer-btn {
        padding: 8px 15px;
        font-size: 13px;
        margin: 10px auto 8px auto;
    }
}

/* Media query específica para pantallas muy pequeñas */
@media (max-width: 480px) {
    .promo-modal.show {
        padding: 5px;
        padding-top: 10px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100vw;
        align-items: flex-start;
        min-height: 100vh;
        -webkit-overflow-scrolling: touch;
    }
    
    .promo-content {
        border-radius: 15px;
        max-height: none;
        height: auto;
        width: calc(100% - 10px);
        overflow-x: hidden;
        overflow-y: visible;
        box-sizing: border-box;
        margin: 0 auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .promo-header {
        padding: 12px 15px;
        box-sizing: border-box;
    }
    
    .close-btn {
        top: 5px;
        right: 8px;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    
    .promo-logo {
        padding-right: 40px;
        box-sizing: border-box;
    }
    
    .promo-logo img {
        width: 65px;
        height: 65px;
    }
    
    .promo-title {
        font-size: 12px;
    }
    
    .promo-subtitle {
        font-size: 10px;
    }
    
    .promo-body {
        padding: 12px;
        gap: 12px;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .promo-form {
        order: 3;
        padding-bottom: 20px;
    }
    
    .promo-image img {
        height: 120px;
    }
    
    .plan-features-promo {
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        margin-bottom: 8px;
    }
    
    .plan-features-promo li {
        font-size: 10px;
        padding: 2px 0;
        /**/
        justify-content: center;
        text-align: center;
        /**/
    }
    
    .plan-price {
        font-size: 20px;
        margin: 6px 0 0 0;
    }
    
    .plan-price .currency {
        font-size: 18px;
    }
    
    .plan-price .period {
        font-size: 12px;
    }
    
    .form-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .form-subtitle {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .form-group {
        margin-bottom: 6px;
    }
    
    .form-group label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 8px 10px;
        font-size: 14px;
    }
    
    .form-group textarea {
        min-height: 60px;
    }
    
    .special-offer-btn {
        padding: 10px 15px;
        font-size: 14px;
        margin-top: 10px;
        width: calc(100% - 20px);
    }
    
    .plan-offer-btn {
        padding: 8px 15px;
        font-size: 14px;
        margin: 8px auto 6px auto;
    }
}

/* Media query específica para pantallas de 360px */
@media (max-width: 360px) {
    .promo-modal.show {
        padding: 15px 10px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
        padding-bottom: 60px; /* Espacio extra para el botón */
    }
    
    .promo-content {
        width: 95%;
        max-width: 100%;
        margin: 15px auto 40px auto; /* Margen inferior extra */
        max-height: none;
        height: auto;
        border-radius: 15px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px; /* Padding interno extra */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 30px; /* Espacio extra para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 20px); /* Un poco más estrecho para mejor visualización */
        max-width: 320px;
        padding: 14px 20px; /* Padding más generoso */
        font-size: 15px;
        font-weight: 600;
        margin: 20px auto 25px auto; /* Más margen superior e inferior */
        min-height: 50px; /* Altura mínima más grande */
        border-radius: 12px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, #3979ff 0%, #2563eb 100%);
        box-shadow: 0 4px 12px rgba(57, 121, 255, 0.3);
        transition: all 0.3s ease;
        position: relative;
        z-index: 10;
        /* Asegurar que sea visible */
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .special-offer-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(57, 121, 255, 0.4);
    }
    
    /* Asegurar espacio adicional en el formulario */
    .form-group:last-of-type {
        margin-bottom: 15px;
    }
    
    /* Padding extra en el cuerpo del modal */
    .promo-body {
        gap: 15px;
        padding: 15px 12px 30px 12px; /* Padding inferior extra */
        flex-direction: column;
    }
}

/* Media query específica para pantallas muy pequeñas (320px y menos) */
@media (max-width: 320px) {
    .promo-modal.show {
        padding: 10px 8px;
        padding-bottom: 70px; /* Más espacio para pantallas muy pequeñas */
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }
    
    .promo-content {
        width: 96%;
        margin: 10px auto 50px auto; /* Más margen inferior */
        max-height: none;
        height: auto;
        border-radius: 12px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 25px; /* Más padding interno */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 35px; /* Más espacio para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 16px);
        padding: 12px 18px;
        font-size: 14px;
        margin: 18px auto 30px auto; /* Más margen inferior */
        min-height: 48px;
        border-radius: 10px;
        /* Asegurar visibilidad completa */
        position: relative;
        bottom: 0;
        z-index: 20;
    }
    
    .promo-body {
        gap: 12px;
        padding: 12px 10px 35px 10px; /* Más padding inferior */
        flex-direction: column;
    }
}

/* Media query para asegurar que el botón siempre sea visible */
@media (max-width: 480px) {
    .promo-modal {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
        padding-bottom: 0 !important; /* Sin padding del modal */
    }
    
    .promo-modal.show {
        display: block !important;
        padding: 5px 5px 80px 5px !important; /* Padding inferior grande */
        min-height: 100vh !important;
    }
    
    .promo-content {
        position: static !important;
        width: calc(100% - 10px) !important;
        height: auto !important;
        min-height: auto !important;
        margin: 5px auto 60px auto !important; /* Margen inferior generoso */
        overflow: visible !important;
        border-radius: 10px !important;
        padding-bottom: 30px !important; /* Espacio interno para el botón */
    }
    
    /* Forzar que el botón tenga espacio suficiente */
    .special-offer-btn {
        margin-bottom: 40px !important; /* Margen inferior grande */
        position: relative !important;
        z-index: 999 !important;
    }
}

/* Regla específica para el ancho exacto de 360px */
@media (min-width: 360px) and (max-width: 360px) {
    .promo-modal.show {
        padding-bottom: 90px !important; /* Espacio extra específico para 360px */
    }
    
    .promo-content {
        margin-bottom: 60px !important;
        padding-bottom: 35px !important;
    }
    
    .special-offer-btn {
        margin: 25px auto 35px auto !important;
        min-height: 52px !important;
        font-size: 15px !important;
        width: calc(100% - 24px) !important;
    }
}

/* Estilos personalizados para SweetAlert2 */
.swal-compact {
    width: 450px !important;
    max-width: 90vw !important;
}

.swal-compact .swal2-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.swal-compact .swal2-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
}

.swal-compact .swal2-html-container {
    font-size: 14px !important;
    color: #555 !important;
    margin: 0 !important;
}

.swal-compact .swal2-html-container ul {
    margin: 10px 0 !important;
    padding-left: 20px !important;
}

.swal-compact .swal2-html-container li {
    margin: 5px 0 !important;
    font-size: 13px !important;
}

.swal-compact .swal2-confirm {
    background: linear-gradient(135deg, #3979ff, #60a5fa) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 12px rgba(57, 121, 255, 0.3) !important;
    transition: all 0.3s ease !important;
}

.swal-compact .swal2-confirm:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(57, 121, 255, 0.4) !important;
}

.swal-compact .swal2-icon {
    margin: 0 auto 20px !important;
}

.swal-compact .swal2-icon.swal2-success {
    border-color: #3979ff !important;
}

.swal-compact .swal2-success-circular-line-right,
.swal-compact .swal2-success-circular-line-left {
    background-color: #3979ff !important;
}

.swal-compact .swal2-success-fix {
    background-color: #3979ff !important;
}

.swal-compact .swal2-success [class^=swal2-success-line] {
    background-color: #3979ff !important;
}

/* Estilos para mensaje de éxito del modal promo - versión compacta */
.swal-promo-success {
    width: 420px !important;
    max-width: 90vw !important;
}

.swal-promo-success .swal2-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 12px !important;
    padding: 25px 20px 20px !important;
}

.swal-promo-success .swal2-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.swal-promo-success .swal2-html-container {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #555 !important;
    margin: 0 !important;
    text-align: center !important;
}

.swal-promo-success .promo-details {
    background: linear-gradient(135deg, #f8f9ff, #e8f2ff) !important;
    border: 1px solid #e1ebff !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin: 15px 0 !important;
}

.swal-promo-success .promo-title {
    color: #3979ff !important;
    font-weight: 600 !important;
    font-size: 14px !important;/* 
    margin-bottom: 8px !important; */
}

.swal-promo-success .promo-features {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    margin: 8px 0 !important;
}

.swal-promo-success .promo-feature {
    font-size: 12px !important;
    color: #d67b27 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.swal-promo-success .contact-info {
    background: #f0f8ff !important;
    border-radius: 6px !important;
    padding: 10px !important;
    font-weight: 500 !important;
    color: #3979ff !important;
    font-size: 13px !important;
}

/* Estilos para forzar solo el icono de check sin círculo */
.swal-promo-success .swal2-icon.swal2-success {
    border: none !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin: 10px auto !important;
    position: relative !important;
}

.swal-promo-success .swal2-icon.swal2-success::before {
    content: '✓' !important;
    font-size: 60px !important;
    color: #10b981 !important;
    font-weight: bold !important;
    display: block !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* Ocultar todos los elementos del círculo */
.swal-promo-success .swal2-success-circular-line-left,
.swal-promo-success .swal2-success-circular-line-right,
.swal-promo-success .swal2-success-fix,
.swal-promo-success .swal2-success-ring,
.swal-promo-success .swal2-success-line {
    display: none !important;
}

/* Ocultar el placeholder del icono */
.swal-promo-success .swal2-icon.swal2-success .swal2-icon-content {
    display: none !important;
}

/* Estilos alternativos si el anterior no funciona */
.swal-promo-success .swal2-icon.swal2-success * {
    display: none !important;
}

.swal-promo-success .swal2-icon.swal2-success {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swal-wide {
    width: 600px !important;
}

/* ================================
   MEDIA QUERIES PANTALLAS PEQUEÑAS
   Modal Promocional (250px - 360px)
   ================================ */

@media (max-width: 360px) {
    .promo-modal.show {
        padding: 15px 10px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
        padding-bottom: 60px; /* Espacio extra para el botón */
    }
    
    .promo-content {
        width: 95%;
        max-width: 100%;
        margin: 15px auto 40px auto; /* Margen inferior extra */
        max-height: none;
        height: auto;
        border-radius: 15px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px; /* Padding interno extra */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 30px; /* Espacio extra para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 20px); /* Un poco más estrecho para mejor visualización */
        max-width: 320px;
        padding: 14px 20px; /* Padding más generoso */
        font-size: 15px;
        font-weight: 600;
        margin: 20px auto 25px auto; /* Más margen superior e inferior */
        min-height: 50px; /* Altura mínima más grande */
        border-radius: 12px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, #3979ff 0%, #2563eb 100%);
        box-shadow: 0 4px 12px rgba(57, 121, 255, 0.3);
        transition: all 0.3s ease;
        position: relative;
        z-index: 10;
        /* Asegurar que sea visible */
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .special-offer-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(57, 121, 255, 0.4);
    }
    
    /* Asegurar espacio adicional en el formulario */
    .form-group:last-of-type {
        margin-bottom: 15px;
    }
    
    /* Padding extra en el cuerpo del modal */
    .promo-body {
        gap: 15px;
        padding: 15px 12px 30px 12px; /* Padding inferior extra */
        flex-direction: column;
    }
}

/* Media query específica para pantallas muy pequeñas (320px y menos) */
@media (max-width: 320px) {
    .promo-modal.show {
        padding: 10px 8px;
        padding-bottom: 70px; /* Más espacio para pantallas muy pequeñas */
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }
    
    .promo-content {
        width: 96%;
        margin: 10px auto 50px auto; /* Más margen inferior */
        max-height: none;
        height: auto;
        border-radius: 12px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 25px; /* Más padding interno */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 35px; /* Más espacio para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 16px);
        padding: 12px 18px;
        font-size: 14px;
        margin: 18px auto 30px auto; /* Más margen inferior */
        min-height: 48px;
        border-radius: 10px;
        /* Asegurar visibilidad completa */
        position: relative;
        bottom: 0;
        z-index: 20;
    }
    
    .promo-body {
        gap: 12px;
        padding: 12px 10px 35px 10px; /* Más padding inferior */
        flex-direction: column;
    }
}

/* Media query para asegurar que el botón siempre sea visible */
@media (max-width: 480px) {
    .promo-modal {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
        padding-bottom: 0 !important; /* Sin padding del modal */
    }
    
    .promo-modal.show {
        display: block !important;
        padding: 5px 5px 80px 5px !important; /* Padding inferior grande */
        min-height: 100vh !important;
    }
    
    .promo-content {
        position: static !important;
        width: calc(100% - 10px) !important;
        height: auto !important;
        min-height: auto !important;
        margin: 5px auto 60px auto !important; /* Margen inferior generoso */
        overflow: visible !important;
        border-radius: 10px !important;
        padding-bottom: 30px !important; /* Espacio interno para el botón */
    }
    
    /* Forzar que el botón tenga espacio suficiente */
    .special-offer-btn {
        margin-bottom: 40px !important; /* Margen inferior grande */
        position: relative !important;
        z-index: 999 !important;
    }
}

/* Regla específica para el ancho exacto de 360px */
@media (min-width: 360px) and (max-width: 360px) {
    .promo-modal.show {
        padding-bottom: 90px !important; /* Espacio extra específico para 360px */
    }
    
    .promo-content {
        margin-bottom: 60px !important;
        padding-bottom: 35px !important;
    }
    
    .special-offer-btn {
        margin: 25px auto 35px auto !important;
        min-height: 52px !important;
        font-size: 15px !important;
        width: calc(100% - 24px) !important;
    }
}

/* Estilos personalizados para SweetAlert2 */
.swal-compact {
    width: 450px !important;
    max-width: 90vw !important;
}

.swal-compact .swal2-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.swal-compact .swal2-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
}

.swal-compact .swal2-html-container {
    font-size: 14px !important;
    color: #555 !important;
    margin: 0 !important;
}

.swal-compact .swal2-html-container ul {
    margin: 10px 0 !important;
    padding-left: 20px !important;
}

.swal-compact .swal2-html-container li {
    margin: 5px 0 !important;
    font-size: 13px !important;
}

.swal-compact .swal2-confirm {
    background: linear-gradient(135deg, #3979ff, #60a5fa) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 12px rgba(57, 121, 255, 0.3) !important;
    transition: all 0.3s ease !important;
}

.swal-compact .swal2-confirm:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(57, 121, 255, 0.4) !important;
}

.swal-compact .swal2-icon {
    margin: 0 auto 20px !important;
}

.swal-compact .swal2-icon.swal2-success {
    border-color: #3979ff !important;
}

.swal-compact .swal2-success-circular-line-right,
.swal-compact .swal2-success-circular-line-left {
    background-color: #3979ff !important;
}

.swal-compact .swal2-success-fix {
    background-color: #3979ff !important;
}

.swal-compact .swal2-success [class^=swal2-success-line] {
    background-color: #3979ff !important;
}

/* Estilos para mensaje de éxito del modal promo - versión compacta */
.swal-promo-success {
    width: 420px !important;
    max-width: 90vw !important;
}

.swal-promo-success .swal2-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 12px !important;
    padding: 25px 20px 20px !important;
}

.swal-promo-success .swal2-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.swal-promo-success .swal2-html-container {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #555 !important;
    margin: 0 !important;
    text-align: center !important;
}

.swal-promo-success .promo-details {
    background: linear-gradient(135deg, #f8f9ff, #e8f2ff) !important;
    border: 1px solid #e1ebff !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin: 15px 0 !important;
}

.swal-promo-success .promo-title {
    color: #3979ff !important;
    font-weight: 600 !important;
    font-size: 14px !important;/* 
    margin-bottom: 8px !important; */
}

.swal-promo-success .promo-features {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    margin: 8px 0 !important;
}

.swal-promo-success .promo-feature {
    font-size: 12px !important;
    color: #d67b27 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.swal-promo-success .contact-info {
    background: #f0f8ff !important;
    border-radius: 6px !important;
    padding: 10px !important;
    font-weight: 500 !important;
    color: #3979ff !important;
    font-size: 13px !important;
}

/* Estilos para forzar solo el icono de check sin círculo */
.swal-promo-success .swal2-icon.swal2-success {
    border: none !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin: 10px auto !important;
    position: relative !important;
}

.swal-promo-success .swal2-icon.swal2-success::before {
    content: '✓' !important;
    font-size: 60px !important;
    color: #10b981 !important;
    font-weight: bold !important;
    display: block !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* Ocultar todos los elementos del círculo */
.swal-promo-success .swal2-success-circular-line-left,
.swal-promo-success .swal2-success-circular-line-right,
.swal-promo-success .swal2-success-fix,
.swal-promo-success .swal2-success-ring,
.swal-promo-success .swal2-success-line {
    display: none !important;
}

/* Ocultar el placeholder del icono */
.swal-promo-success .swal2-icon.swal2-success .swal2-icon-content {
    display: none !important;
}

/* Estilos alternativos si el anterior no funciona */
.swal-promo-success .swal2-icon.swal2-success * {
    display: none !important;
}

.swal-promo-success .swal2-icon.swal2-success {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swal-wide {
    width: 600px !important;
}

/* ================================
   MEDIA QUERIES PANTALLAS PEQUEÑAS
   Modal Promocional (250px - 360px)
   ================================ */

@media (max-width: 360px) {
    .promo-modal.show {
        padding: 15px 10px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
        padding-bottom: 60px; /* Espacio extra para el botón */
    }
    
    .promo-content {
        width: 95%;
        max-width: 100%;
        margin: 15px auto 40px auto; /* Margen inferior extra */
        max-height: none;
        height: auto;
        border-radius: 15px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px; /* Padding interno extra */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 30px; /* Espacio extra para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 20px); /* Un poco más estrecho para mejor visualización */
        max-width: 320px;
        padding: 14px 20px; /* Padding más generoso */
        font-size: 15px;
        font-weight: 600;
        margin: 20px auto 25px auto; /* Más margen superior e inferior */
        min-height: 50px; /* Altura mínima más grande */
        border-radius: 12px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, #3979ff 0%, #2563eb 100%);
        box-shadow: 0 4px 12px rgba(57, 121, 255, 0.3);
        transition: all 0.3s ease;
        position: relative;
        z-index: 10;
        /* Asegurar que sea visible */
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .special-offer-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(57, 121, 255, 0.4);
    }
    
    /* Asegurar espacio adicional en el formulario */
    .form-group:last-of-type {
        margin-bottom: 15px;
    }
    
    /* Padding extra en el cuerpo del modal */
    .promo-body {
        gap: 15px;
        padding: 15px 12px 30px 12px; /* Padding inferior extra */
        flex-direction: column;
    }
}

/* Media query específica para pantallas muy pequeñas (320px y menos) */
@media (max-width: 320px) {
    .promo-modal.show {
        padding: 10px 8px;
        padding-bottom: 70px; /* Más espacio para pantallas muy pequeñas */
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }
    
    .promo-content {
        width: 96%;
        margin: 10px auto 50px auto; /* Más margen inferior */
        max-height: none;
        height: auto;
        border-radius: 12px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 25px; /* Más padding interno */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 35px; /* Más espacio para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 16px);
        padding: 12px 18px;
        font-size: 14px;
        margin: 18px auto 30px auto; /* Más margen inferior */
        min-height: 48px;
        border-radius: 10px;
        /* Asegurar visibilidad completa */
        position: relative;
        bottom: 0;
        z-index: 20;
    }
    
    .promo-body {
        gap: 12px;
        padding: 12px 10px 35px 10px; /* Más padding inferior */
        flex-direction: column;
    }
}

/* Media query para asegurar que el botón siempre sea visible */
@media (max-width: 480px) {
    .promo-modal {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
        padding-bottom: 0 !important; /* Sin padding del modal */
    }
    
    .promo-modal.show {
        display: block !important;
        padding: 5px 5px 80px 5px !important; /* Padding inferior grande */
        min-height: 100vh !important;
    }
    
    .promo-content {
        position: static !important;
        width: calc(100% - 10px) !important;
        height: auto !important;
        min-height: auto !important;
        margin: 5px auto 60px auto !important; /* Margen inferior generoso */
        overflow: visible !important;
        border-radius: 10px !important;
        padding-bottom: 30px !important; /* Espacio interno para el botón */
    }
    
    /* Forzar que el botón tenga espacio suficiente */
    .special-offer-btn {
        margin-bottom: 40px !important; /* Margen inferior grande */
        position: relative !important;
        z-index: 999 !important;
    }
}

/* Regla específica para el ancho exacto de 360px */
@media (min-width: 360px) and (max-width: 360px) {
    .promo-modal.show {
        padding-bottom: 90px !important; /* Espacio extra específico para 360px */
    }
    
    .promo-content {
        margin-bottom: 60px !important;
        padding-bottom: 35px !important;
    }
    
    .special-offer-btn {
        margin: 25px auto 35px auto !important;
        min-height: 52px !important;
        font-size: 15px !important;
        width: calc(100% - 24px) !important;
    }
}

/* Estilos personalizados para SweetAlert2 */
.swal-compact {
    width: 450px !important;
    max-width: 90vw !important;
}

.swal-compact .swal2-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.swal-compact .swal2-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
}

.swal-compact .swal2-html-container {
    font-size: 14px !important;
    color: #555 !important;
    margin: 0 !important;
}

.swal-compact .swal2-html-container ul {
    margin: 10px 0 !important;
    padding-left: 20px !important;
}

.swal-compact .swal2-html-container li {
    margin: 5px 0 !important;
    font-size: 13px !important;
}

.swal-compact .swal2-confirm {
    background: linear-gradient(135deg, #3979ff, #60a5fa) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 12px rgba(57, 121, 255, 0.3) !important;
    transition: all 0.3s ease !important;
}

.swal-compact .swal2-confirm:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(57, 121, 255, 0.4) !important;
}

.swal-compact .swal2-icon {
    margin: 0 auto 20px !important;
}

.swal-compact .swal2-icon.swal2-success {
    border-color: #3979ff !important;
}

.swal-compact .swal2-success-circular-line-right,
.swal-compact .swal2-success-circular-line-left {
    background-color: #3979ff !important;
}

.swal-compact .swal2-success-fix {
    background-color: #3979ff !important;
}

.swal-compact .swal2-success [class^=swal2-success-line] {
    background-color: #3979ff !important;
}

/* Estilos para mensaje de éxito del modal promo - versión compacta */
.swal-promo-success {
    width: 420px !important;
    max-width: 90vw !important;
}

.swal-promo-success .swal2-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 12px !important;
    padding: 25px 20px 20px !important;
}

.swal-promo-success .swal2-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.swal-promo-success .swal2-html-container {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #555 !important;
    margin: 0 !important;
    text-align: center !important;
}

.swal-promo-success .promo-details {
    background: linear-gradient(135deg, #f8f9ff, #e8f2ff) !important;
    border: 1px solid #e1ebff !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin: 15px 0 !important;
}

.swal-promo-success .promo-title {
    color: #3979ff !important;
    font-weight: 600 !important;
    font-size: 14px !important;/* 
    margin-bottom: 8px !important; */
}

.swal-promo-success .promo-features {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    margin: 8px 0 !important;
}

.swal-promo-success .promo-feature {
    font-size: 12px !important;
    color: #d67b27 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.swal-promo-success .contact-info {
    background: #f0f8ff !important;
    border-radius: 6px !important;
    padding: 10px !important;
    font-weight: 500 !important;
    color: #3979ff !important;
    font-size: 13px !important;
}

/* Estilos para forzar solo el icono de check sin círculo */
.swal-promo-success .swal2-icon.swal2-success {
    border: none !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin: 10px auto !important;
    position: relative !important;
}

.swal-promo-success .swal2-icon.swal2-success::before {
    content: '✓' !important;
    font-size: 60px !important;
    color: #10b981 !important;
    font-weight: bold !important;
    display: block !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* Ocultar todos los elementos del círculo */
.swal-promo-success .swal2-success-circular-line-left,
.swal-promo-success .swal2-success-circular-line-right,
.swal-promo-success .swal2-success-fix,
.swal-promo-success .swal2-success-ring,
.swal-promo-success .swal2-success-line {
    display: none !important;
}

/* Ocultar el placeholder del icono */
.swal-promo-success .swal2-icon.swal2-success .swal2-icon-content {
    display: none !important;
}

/* Estilos alternativos si el anterior no funciona */
.swal-promo-success .swal2-icon.swal2-success * {
    display: none !important;
}

.swal-promo-success .swal2-icon.swal2-success {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swal-wide {
    width: 600px !important;
}

/* ================================
   MEDIA QUERIES PANTALLAS PEQUEÑAS
   Modal Promocional (250px - 360px)
   ================================ */

@media (max-width: 360px) {
    .promo-modal.show {
        padding: 15px 10px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
        padding-bottom: 60px; /* Espacio extra para el botón */
    }
    
    .promo-content {
        width: 95%;
        max-width: 100%;
        margin: 15px auto 40px auto; /* Margen inferior extra */
        max-height: none;
        height: auto;
        border-radius: 15px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px; /* Padding interno extra */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 30px; /* Espacio extra para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 20px); /* Un poco más estrecho para mejor visualización */
        max-width: 320px;
        padding: 14px 20px; /* Padding más generoso */
        font-size: 15px;
        font-weight: 600;
        margin: 20px auto 25px auto; /* Más margen superior e inferior */
        min-height: 50px; /* Altura mínima más grande */
        border-radius: 12px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(135deg, #3979ff 0%, #2563eb 100%);
        box-shadow: 0 4px 12px rgba(57, 121, 255, 0.3);
        transition: all 0.3s ease;
        position: relative;
        z-index: 10;
        /* Asegurar que sea visible */
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .special-offer-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(57, 121, 255, 0.4);
    }
    
    /* Asegurar espacio adicional en el formulario */
    .form-group:last-of-type {
        margin-bottom: 15px;
    }
    
    /* Padding extra en el cuerpo del modal */
    .promo-body {
        gap: 15px;
        padding: 15px 12px 30px 12px; /* Padding inferior extra */
        flex-direction: column;
    }
}

/* Media query específica para pantallas muy pequeñas (320px y menos) */
@media (max-width: 320px) {
    .promo-modal.show {
        padding: 10px 8px;
        padding-bottom: 70px; /* Más espacio para pantallas muy pequeñas */
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }
    
    .promo-content {
        width: 96%;
        margin: 10px auto 50px auto; /* Más margen inferior */
        max-height: none;
        height: auto;
        border-radius: 12px;
        overflow-y: visible;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 25px; /* Más padding interno */
    }
    
    .promo-form {
        min-width: 100%;
        padding-bottom: 35px; /* Más espacio para el botón */
    }
    
    .special-offer-btn {
        width: calc(100% - 16px);
        padding: 12px 18px;
        font-size: 14px;
        margin: 18px auto 30px auto; /* Más margen inferior */
        min-height: 48px;
        border-radius: 10px;
        /* Asegurar visibilidad completa */
        position: relative;
        bottom: 0;
        z-index: 20;
    }
    
    .promo-body {
        gap: 12px;
        padding: 12px 10px 35px 10px; /* Más padding inferior */
        flex-direction: column;
    }
}

/* Media query para asegurar que el botón siempre sea visible */
@media (max-width: 480px) {
    .promo-modal {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
        padding-bottom: 0 !important; /* Sin padding del modal */
    }
    
    .promo-modal.show {
        display: block !important;
        padding: 5px 5px 80px 5px !important; /* Padding inferior grande */
        min-height: 100vh !important;
    }
    
    .promo_content {
        position: static !important;
        width: calc(100% - 10px) !important;
        height: auto !important;
        min-height: auto !important;
        margin: 5px auto 60px auto !important; /* Margen inferior generoso */
        overflow: visible !important;
        border-radius: 10px !important;
        padding-bottom: 30px !important; /* Espacio interno para el botón */
    }
    
    /* Forzar que el botón tenga espacio suficiente */
    .special-offer-btn {
        margin-bottom: 40px !important; /* Margen inferior grande */
        position: relative !important;
        z-index: 999 !important;
    }
}

/* Regla específica para el ancho exacto de 360px */
@media (min-width: 360px) and (max-width: 360px) {
    .promo-modal.show {
        padding-bottom: 90px !important; /* Espacio extra específico para 360px */
    }
    
    .promo_content {
        margin-bottom: 60px !important;
        padding-bottom: 35px !important;
    }
    
    .special-offer-btn {
        margin: 25px auto 35px auto !important;
        min-height: 52px !important;
        font-size: 15px !important;
        width: calc(100% - 24px) !important;
    }
}