

:root {
    --disa-blue: #0D3F8A;
    --disa-blue-dark: #082B66;
    --disa-gray-light: #F5F7FA;
    --disa-white: #FFFFFF;
    --disa-text: #2c3e50;
    --disa-muted: #6c757d;
    --disa-radius: 12px;
    --disa-shadow-soft: 0 4px 20px rgba(13, 63, 138, 0.08);
    --disa-shadow-hover: 0 8px 28px rgba(13, 63, 138, 0.18);
}

.disa-login-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(13, 63, 138, 0.15), 0 33px 60px rgba(0, 0, 0, 0.06);
    margin: 25px 0 40px 0;
}

.disa-login-hero { display: none !important; }

.disa-banner-col {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    align-items: stretch;
    background: #F5F7FA;
    padding: 0;
}

.disa-banner-col .disa-panel-banner {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    line-height: 0;
    transition: transform .3s ease;
}

.disa-banner-col .disa-panel-banner:hover {
    transform: scale(1.015);
    text-decoration: none;
}

.disa-banner-col .disa-panel-banner img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.disa-banner-col .disa-banner-badge {
    position: absolute;
    top: 20px; left: 20px;
    background: rgba(13, 63, 138, 0.92);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 2;
}

.disa-login-panel {
    flex: 0 0 55%;
    max-width: 55%;
    background: #ffffff;
    padding: 50px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.disa-login-panel > * {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.disa-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 24px;
}

.disa-card-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #082B66;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.disa-card-subtitle {
    color: #6c757d;
    font-size: 1.8rem;
    margin-bottom: 28px;
}

.disa-input-group {
    position: relative;
    margin-bottom: 20px;
}

.disa-input-group label.disa-label {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.disa-input-group .disa-input-icon {
    position: absolute;
    left: 16px;
    top: 44px;
    color: #0D3F8A;
    font-size: 1.15rem;
    pointer-events: none;
    z-index: 2;
}

.disa-input-group input[type="text"],
.disa-input-group input[type="tel"],
.disa-input-group input[type="number"],
.disa-input-group input[type="password"] {
    width: 100% !important;
    padding: 15px 16px 15px 46px !important;
    border: 1px solid #d9dde3 !important;
    border-radius: 10px !important;
    font-size: 1.1rem !important;
    background: #fafbfc !important;
    box-sizing: border-box !important;
    transition: border-color .2s, box-shadow .2s, background .2s;
    height: auto !important;
}

.disa-input-group input:focus {
    outline: none;
    border-color: #0D3F8A !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(13, 63, 138, 0.12) !important;
}

.disa-btn-primary {
    display: inline-block;
    width: 100%;
    background: #0D3F8A !important;
    color: #ffffff !important;
    border: none !important;
    padding: 16px 22px !important;
    border-radius: 10px !important;
    font-size: 1.05rem !important;
    font-weight: 600;
    letter-spacing: 0.6px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: background .2s, transform .15s, box-shadow .2s;
}

.disa-btn-primary:hover,
.disa-btn-primary:focus {
    background: #082B66 !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(13, 63, 138, 0.25);
    transform: translateY(-1px);
    text-decoration: none;
}

.disa-btn-outline {
    display: inline-block;
    width: 100%;
    background: transparent !important;
    color: #0D3F8A !important;
    border: 1.5px solid #0D3F8A !important;
    padding: 12px 18px !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

.disa-btn-outline:hover,
.disa-btn-outline:focus {
    background: #0D3F8A !important;
    color: #ffffff !important;
    text-decoration: none;
}

.disa-secondary-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 10px;
}

.disa-mini-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(13, 63, 138, 0.08);
    padding: 26px 24px;
    box-shadow: 0 10px 28px rgba(13, 63, 138, 0.10), 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
}

.disa-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(13, 63, 138, 0.22), 0 4px 10px rgba(0, 0, 0, 0.06);
}

.disa-mini-card h4 {
    color: #082B66;
    font-size: 5.2rem;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.disa-mini-card p {
    color: #6c757d;
    font-size: 1.2rem;
    margin: 0 0 16px 0;
    flex-grow: 1;
    line-height: 1.5;
}

.disa-alert {
    display: block;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 18px;
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.disa-alert.alert-danger,
span.disa-alert.alert-danger {
    background: #fdecea !important;
    color: #a12622 !important;
    border-color: #f5c2c0 !important;
}

.disa-alert.alert-warning,
span.disa-alert.alert-warning {
    background: #fff8e1 !important;
    color: #8a5a00 !important;
    border-color: #ffe08a !important;
}

.disa-alert.alert-success {
    background: #e6f4ea !important;
    color: #1e6b3a !important;
    border-color: #b7e0c2 !important;
}

.disa-alert a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

/* Cuando ASP.NET renderiza Label como <span>, forzamos display bloque */
span.disa-alert { display: block; }

@media (max-width: 992px) {
    .disa-banner-col   { flex: 0 0 42%; max-width: 42%; }
    .disa-login-panel  { flex: 0 0 58%; max-width: 58%; padding: 35px 30px; }
    .disa-banner-col .disa-panel-banner img { min-height: 560px; }
    .disa-card-title { font-size: 1.7rem; }
}

@media (max-width: 768px) {
    .disa-login-wrapper {
        flex-direction: column;
        border-radius: 0;
        margin: 0 -15px 30px -15px;
    }
    .disa-banner-col,
    .disa-login-panel {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .disa-banner-col .disa-panel-banner img {
        min-height: 200px;
        max-height: 260px;
    }
    .disa-login-panel { padding: 30px 22px; }
    .disa-login-panel > * { max-width: 100%; }
    .disa-secondary-cards { grid-template-columns: 1fr; }
    .disa-card-title    { font-size: 1.5rem; }
    .disa-card-subtitle { font-size: 0.98rem; }
    .disa-btn-primary   { font-size: 1rem !important; padding: 14px 18px !important; }
}

.disa-order-summary {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(13, 63, 138, 0.12), 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 34px 36px;
    margin: 25px 0 40px 0;
    position: relative;
    overflow: hidden;
}

.disa-order-summary::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0D3F8A 0%, #1e88e5 50%, #0D3F8A 100%);
}

/* Cabecera */
.disa-order-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 2px dashed rgba(13, 63, 138, 0.15);
}

.disa-order-header-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0D3F8A 0%, #082B66 100%);
    color: #fff;
    border-radius: 16px;
    font-size: 1.9rem;
    box-shadow: 0 8px 20px rgba(13, 63, 138, 0.35);
}

.disa-order-header h2 {
    margin: 0 0 6px 0;
    font-size: 2.3rem;
    font-weight: 700;
    color: #082B66;
    line-height: 1.2;
}

.disa-order-header p {
    margin: 0;
    color: #6c757d;
    font-size: 1.15rem;
}

/* Secciones */
.disa-order-section {
    margin-bottom: 28px;
}

.disa-order-section:last-child {
    margin-bottom: 0;
}

.disa-order-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #082B66;
    margin: 0 0 16px 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.disa-order-section-title i {
    color: #0D3F8A;
    font-size: 1.2rem;
}

/* Grid resumen */
.disa-order-grid {
    background: #f5f9ff;
    border: 1px solid rgba(13, 63, 138, 0.08);
    border-radius: 12px;
    padding: 6px 20px;
}

.disa-order-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(13, 63, 138, 0.08);
    gap: 12px;
    flex-wrap: wrap;
}

.disa-order-row:last-child { border-bottom: none; }

.disa-order-label {
    color: #6c757d;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.disa-order-label i {
    color: #0D3F8A;
    font-size: 1.05rem;
}

.disa-order-value {
    color: #2c3e50;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: right;
}

.disa-order-value--highlight {
    background: #0D3F8A;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
    font-size: 1.1rem;
}

.disa-order-badge {
    background: #e6f4ea;
    color: #1e6b3a !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Producto */
.disa-order-product {
    display: flex;
    gap: 22px;
    background: #f5f9ff;
    border: 1px solid rgba(13, 63, 138, 0.08);
    border-radius: 12px;
    padding: 20px;
    align-items: center;
}

.disa-order-product-image {
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.disa-order-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.disa-order-product-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.disa-order-product-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #082B66;
    line-height: 1.3;
}

.disa-order-product-line {
    color: #6c757d;
    font-size: 1.1rem;
}

.disa-order-product-price {
    color: #0D3F8A;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 6px;
}

.disa-order-invoice-btn {
    display: inline-block !important;
    width: auto !important;
    margin-top: 14px;
    padding: 12px 24px !important;
    font-size: 1rem !important;
}

/* Entrega */
.disa-order-delivery {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f5f9ff;
    border: 1px solid rgba(13, 63, 138, 0.08);
    border-left: 4px solid #0D3F8A;
    border-radius: 12px;
    padding: 18px 20px;
}

.disa-order-delivery-icon {
    flex: 0 0 auto;
    color: #0D3F8A;
    font-size: 1.7rem;
    margin-top: 2px;
}

.disa-order-delivery-address {
    color: #2c3e50;
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 500;
}

.disa-support-card {
    display: flex;
    align-items: stretch;
    background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    border: 1px solid rgba(13, 63, 138, 0.10);
    border-radius: 16px;
    overflow: hidden;
    margin: 30px 0 40px 0;
    box-shadow: 0 10px 30px rgba(13, 63, 138, 0.10), 0 3px 8px rgba(0, 0, 0, 0.04);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .disa-support-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 40px rgba(13, 63, 138, 0.18), 0 4px 12px rgba(0, 0, 0, 0.06);
    }

.disa-support-image {
    flex: 0 0 40%;
    max-width: 40%;
    overflow: hidden;
    position: relative;
}

    .disa-support-image img {
        width: 100%;
        height: 100%;
        min-height: 240px;
        object-fit: cover;
        object-position: center;
        display: block;
        transition: transform .5s ease;
    }

.disa-support-card:hover .disa-support-image img {
    transform: scale(1.05);
}

.disa-support-body {
    flex: 1 1 60%;
    padding: 32px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.disa-support-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0D3F8A 0%, #082B66 100%);
    color: #fff;
    border-radius: 14px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(13, 63, 138, 0.30);
}

.disa-support-body h3 {
    margin: 0 0 10px 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #082B66;
    line-height: 1.2;
}

.disa-support-body p {
    margin: 0 0 20px 0;
    color: #2c3e50;
    font-size: 1.1rem;
    line-height: 1.55;
}

    .disa-support-body p a {
        color: #0D3F8A;
        font-weight: 700;
        text-decoration: underline;
    }

        .disa-support-body p a:hover {
            color: #082B66;
        }

.disa-support-btn {
    width: auto !important;
    align-self: flex-start;
    padding: 12px 24px !important;
    font-size: 0.95rem !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

@media (max-width: 768px) {
    .disa-support-card {
        flex-direction: column;
        margin: 25px 0 30px 0;
    }

    .disa-support-image,
    .disa-support-body {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .disa-support-image img {
            min-height: 180px;
            max-height: 220px;
        }

    .disa-support-body {
        padding: 26px 22px;
    }

        .disa-support-body h3 {
            font-size: 1.4rem;
        }

        .disa-support-body p {
            font-size: 1rem;
        }

    .disa-support-btn {
        width: 100% !important;
        justify-content: center;
    }
}


.disa-secondary-cards--inside {
    margin-top: 20px;
    gap: 14px;
}

    .disa-secondary-cards--inside .disa-mini-card {
        padding: 20px 18px;
        box-shadow: 0 6px 18px rgba(13, 63, 138, 0.08), 0 2px 203px rgba(0, 0, 0, 0.04);
    }

        .disa-secondary-cards--inside .disa-mini-card h4 {
            font-size: 1.35rem;
            display: flex;
            align-items: center;
        }

        .disa-secondary-cards--inside .disa-mini-card p {
            font-size: 1.05rem;
            margin-bottom: 12px;
        }

    .disa-secondary-cards--inside .disa-btn-outline {
        padding: 10px 14px !important;
        font-size: 0.85rem !important;
    }

@media (max-width: 1200px) {
    .disa-secondary-cards--inside {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
    .disa-order-summary { padding: 24px 20px; }
    .disa-order-header { gap: 14px; }
    .disa-order-header-icon { flex-basis: 52px; width: 52px; height: 52px; font-size: 1.6rem; }
    .disa-order-header h2 { font-size: 1.75rem; }
    .disa-order-header p { font-size: 1rem; }
    .disa-order-section-title { font-size: 1.1rem; }
    .disa-order-label { font-size: 1rem; }
    .disa-order-value { font-size: 1.05rem; }
    .disa-order-product { flex-direction: column; text-align: center; }
    .disa-order-product-image { flex-basis: 130px; width: 130px; height: 130px; }
    .disa-order-product-name { font-size: 1.3rem; }
    .disa-order-product-price { font-size: 1.5rem; }
    .disa-order-delivery-address { font-size: 1.05rem; }
    .disa-order-row { flex-direction: column; align-items: flex-start; gap: 6px; }
    .disa-order-value { text-align: left; }
}


.disa-fab-help {
    position: revert-layer;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0D3F8A 0%, #082B66 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 22px 14px 18px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(13, 63, 138, 0.35), 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform .25s ease, box-shadow .25s ease;
    animation: disaFabPulse 2.5s ease-in-out infinite;
}

.disa-fab-help:hover,
.disa-fab-help:focus {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(13, 63, 138, 0.45), 0 6px 14px rgba(0, 0, 0, 0.18);
    outline: none;
    animation: none;
}

.disa-fab-help i {
    font-size: 1.4rem;
}

@keyframes disaFabPulse {
    0%, 100% { box-shadow: 0 10px 28px rgba(13, 63, 138, 0.35), 0 4px 10px rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(13, 63, 138, 0.35); }
    50%      { box-shadow: 0 10px 28px rgba(13, 63, 138, 0.35), 0 4px 10px rgba(0, 0, 0, 0.12), 0 0 0 14px rgba(13, 63, 138, 0); }
}


.disa-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(8, 43, 102, 0.55);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    padding: 20px;
}

.disa-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.disa-modal {
    background: #fff;
    border-radius: 18px;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    transform: translateY(30px) scale(0.96);
    transition: transform .3s ease;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.disa-modal-overlay.is-open .disa-modal {
    transform: translateY(0) scale(1);
}

.disa-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #082B66;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 2;
    transition: background .2s ease, transform .3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.disa-modal-close:hover {
    background: #fff;
    transform: rotate(90deg);
}

.disa-modal-hero {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.disa-modal-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disa-modal-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 63, 138, 0.35) 0%, rgba(8, 43, 102, 0.88) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px 26px;
    color: #fff;
}

.disa-modal-hero-overlay .disa-support-icon {
    margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.disa-modal-hero-overlay h3 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.disa-modal-body {
    padding: 26px 30px 30px;
}

.disa-modal-body p {
    font-size: 1.05rem;
    color: #2c3e50;
    line-height: 1.55;
    margin: 0 0 22px 0;
}

.disa-modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
}

.disa-modal-actions .disa-btn-primary,
.disa-modal-actions .disa-btn-outline {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 16px !important;
    font-size: 0.95rem !important;
}

.disa-modal-hint {
    text-align: center;
    font-size: 0.9rem !important;
    color: #6c757d !important;
    margin: 0 !important;
}

.disa-modal-hint i {
    color: #0D3F8A;
    margin-right: 5px;
}

@media (max-width: 600px) {
    .disa-fab-help-label { display: none; }
    .disa-fab-help {
        padding: 14px;
        right: 18px;
        bottom: 18px;
    }
    .disa-fab-help i { font-size: 1.5rem; }

    .disa-modal-hero { height: 160px; }
    .disa-modal-hero-overlay h3 { font-size: 1.35rem; }
    .disa-modal-body { padding: 22px 20px 24px; }
    .disa-modal-actions { grid-template-columns: 1fr; }
}


.disa-sms-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

.disa-sms-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(13, 63, 138, 0.15), 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 44px 40px 36px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.disa-sms-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0D3F8A 0%, #1e88e5 50%, #0D3F8A 100%);
}

.disa-sms-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0D3F8A 0%, #082B66 100%);
    color: #fff;
    border-radius: 22px;
    font-size: 2.4rem;
    box-shadow: 0 10px 24px rgba(13, 63, 138, 0.35);
    animation: disaSmsFloat 3s ease-in-out infinite;
}

@keyframes disaSmsFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}

.disa-sms-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #082B66;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.disa-sms-subtitle {
    color: #6c757d;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 0 22px 0;
}

.disa-sms-info {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff8e1;
    color: #8a5a00;
    border: 1px solid #ffe08a;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.95rem;
    text-align: left;
    margin-bottom: 22px;
}

.disa-sms-info i {
    font-size: 1.15rem;
    color: #e6a23c;
    flex: 0 0 auto;
}

.disa-sms-input {
    text-align: left;
    margin-bottom: 20px;
}

.disa-sms-input input[type="password"],
.disa-sms-input input[type="text"] {
    text-align: center !important;
    letter-spacing: 6px !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}

.disa-sms-hint {
    margin: 22px 0 0 0;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

.disa-sms-hint i {
    color: #0D3F8A;
    margin-right: 5px;
}

.disa-sms-hint a {
    color: #0D3F8A;
    font-weight: 700;
    text-decoration: underline;
}

.disa-sms-hint a:hover {
    color: #082B66;
}

@media (max-width: 600px) {
    .disa-sms-wrapper { padding: 25px 12px; }
    .disa-sms-card    { padding: 32px 22px 26px; }
    .disa-sms-icon    { width: 64px; height: 64px; font-size: 2rem; border-radius: 18px; }
    .disa-sms-title   { font-size: 1.5rem; }
    .disa-sms-subtitle { font-size: 0.98rem; }
    .disa-sms-input input[type="password"],
    .disa-sms-input input[type="text"] {
        font-size: 1.15rem !important;
        letter-spacing: 4px !important;
    }
}
