/* ==========================================================================
   Descarga de pólizas — alineado a guía UI/UX Seguro Inteligente (LP Vida SEO)
   Tokens: marino #00354F · azul #027BE4 · morado #660EFF · fondos #E9F4FF / #F1FCFF
   Contenedor máx. 1266px · Montserrat · radius 10px
   ========================================================================== */

:root {
    --si-marino: #00354F;
    --si-azul: #027BE4;
    --si-morado: #660EFF;
    --si-rosa: #DA0080;
    --si-bg-soft: #E9F4FF;
    --si-bg-card: #F1FCFF;
    --si-text: #041223;
    --si-muted: #4a6275;
    --si-border: rgba(0, 53, 79, 0.12);
    --si-shadow: 0 12px 40px rgba(0, 53, 79, 0.1);
    --si-shadow-nav: 0 8px 28px rgba(0, 53, 79, 0.14);
    --si-radius: 10px;
    --si-wrap: 1266px;
    --si-gutter: clamp(16px, 3vw, 40px);
}

.dp-body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--si-text);
    background: #fff;
}

/* ---------- Promo (descuentos) — capa superior sólida ---------- */
.dp-body section.pleca-promo.dp-promo {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px var(--si-gutter) !important;
    box-sizing: border-box;
    background: #fff !important;
    border-bottom: none;
}

.dp-body section.formulario-poliza-content {
    padding: 28px var(--si-gutter) 0 !important;
    max-width: var(--si-wrap);
    margin: 0 auto;
}

/* ---------- Degradado: navbar + hero (detrás del menú en posición base) ---------- */
.dp-gradient-shell {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 55% at 15% 0%, rgba(2, 123, 228, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 60% 45% at 90% 4%, rgba(102, 14, 255, 0.11) 0%, transparent 52%),
        linear-gradient(180deg, var(--si-bg-soft) 0%, var(--si-bg-card) 46%, #fff 100%);
    border-bottom: 1px solid var(--si-border);
}

/* Toque de luz justo bajo la pleca — sin invadirla */
.dp-gradient-shell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: linear-gradient(180deg, rgba(233, 244, 255, 0.95) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.dp-gradient-shell::after {
    content: '';
    position: absolute;
    inset: auto -10% -30% -10%;
    height: 120px;
    background: radial-gradient(ellipse at center, rgba(2, 123, 228, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Navbar flota sobre el degradado */
.dp-nav-zone {
    position: relative;
    z-index: 5;
    background: transparent;
    padding: 8px 0 0;
    border: none;
}

.dp-shell--nav {
    max-width: var(--si-wrap);
    margin: 0 auto;
    padding: 0 var(--si-gutter) 4px;
}

.dp-head-slot {
    min-height: 68px;
}

body.dp-nav-sticky .dp-head-slot {
    min-height: var(--dp-nav-h, 68px);
}

/* ---------- Hero shell (degradado azul desde el título) ---------- */
.dp-promo .promos h2 {
    color: var(--si-marino) !important;
    font-size: clamp(0.82rem, 1.6vw, 1rem) !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.dp-promo .promos h2 strong {
    color: var(--si-azul);
}

.dp-promo .btn-call p span {
    color: var(--si-marino);
}

.formulario-poliza-page {
    background: #fff;
    padding: 0 0 48px;
}

.dp-hero-shell {
    position: relative;
    z-index: 2;
    overflow: visible;
    margin-top: 0;
    background: transparent;
    border-bottom: none;
}

.dp-hero-shell::after {
    display: none;
}

.dp-shell {
    position: relative;
    z-index: 2;
    max-width: var(--si-wrap);
    margin: 0 auto;
    padding: 8px var(--si-gutter) 24px;
}

/* Navbar: sombra y contorno para que no se pierda sobre blanco */
.formulario-poliza-page #head,
.dp-head-slot {
    position: relative;
    z-index: 30;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.formulario-poliza-page #head .head-new,
.dp-head-slot .head-new {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 10px 20px !important;
    border-radius: 999px !important;
    background: #fff !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 1px solid var(--si-border) !important;
    box-shadow:
        var(--si-shadow-nav),
        inset 0 0 8px rgba(255, 255, 255, 0.5);
    transition: box-shadow 0.25s ease, border-radius 0.25s ease;
}

/* Al hacer scroll mantiene el mismo blanco sólido */
body.dp-nav-sticky .dp-head-slot .head-new,
body.dp-nav-sticky .formulario-poliza-page #head .head-new {
    background: #fff !important;
    border: 1px solid var(--si-border) !important;
    box-shadow:
        var(--si-shadow-nav),
        inset 0 0 8px rgba(255, 255, 255, 0.5) !important;
}

/* Sticky: mantener estilo pill/barra consistente (override head.css) */
body.dp-body .head-new.sticky,
body.dp-body #head-new.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(calc(100% - 24px), var(--si-wrap)) !important;
    max-width: var(--si-wrap) !important;
    margin: 0 !important;
    border-radius: 0 0 18px 18px !important;
    background: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid var(--si-border) !important;
    border-top: none !important;
    box-shadow:
        0 14px 36px rgba(0, 53, 79, 0.16),
        inset 0 -1px 0 rgba(0, 53, 79, 0.05) !important;
    z-index: 1000 !important;
    padding: 10px 20px !important;
}

.formulario-poliza-page #head .head-new.sticky,
.dp-head-slot .head-new.sticky {
    border-radius: 0 0 18px 18px !important;
}

.formulario-poliza-page #head .head-new button,
.dp-head-slot .head-new button {
    background: linear-gradient(135deg, var(--si-morado) 0%, var(--si-azul) 100%) !important;
    border: 0.5px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 8px 20px rgba(102, 14, 255, 0.28), inset 0 0 5px rgba(255, 255, 255, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.formulario-poliza-page #head .head-new button:hover,
.dp-head-slot .head-new button:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* ---------- Hero copy ---------- */
.dp-hero {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(16px, 3vw, 32px);
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
    text-align: left;
}

.dp-hero__visual {
    position: relative;
    flex-shrink: 0;
    width: clamp(120px, 18vw, 160px);
    height: clamp(120px, 18vw, 160px);
    display: grid;
    place-items: center;
}

.dp-hero__orb {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(2, 123, 228, 0.22) 0%, rgba(102, 14, 255, 0.18) 100%);
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.7),
        0 16px 40px rgba(2, 123, 228, 0.2);
}

.dp-hero__visual img {
    position: relative;
    z-index: 1;
    width: 72%;
    height: auto;
}

.dp-eyebrow {
    margin: 0 0 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--si-azul);
}

.dp-hero__copy h1 {
    text-align: left !important;
    font-size: clamp(1.45rem, 3.2vw, 2.15rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: var(--si-marino) !important;
    margin: 0 !important;
}

.dp-hero .p-subtitle {
    text-align: left;
    margin: 10px 0 0;
    font-size: clamp(0.92rem, 1.8vw, 1.05rem);
    font-weight: 500;
    color: var(--si-muted);
    line-height: 1.45;
}

/* ---------- Pasos ---------- */
.dp-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 22px auto 0;
    padding: 0;
    list-style: none;
    max-width: 920px;
}

.dp-steps__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid var(--si-border);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--si-muted);
}

.dp-steps__item--active {
    background: linear-gradient(135deg, rgba(102, 14, 255, 0.12) 0%, rgba(2, 123, 228, 0.1) 100%);
    border-color: rgba(2, 123, 228, 0.35);
    color: var(--si-marino);
}

.dp-steps__num {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--si-morado) 0%, var(--si-azul) 100%);
    color: #fff;
}

.dp-steps__item:not(.dp-steps__item--active) .dp-steps__num {
    background: #c5d8ea;
    color: var(--si-marino);
}

/* ---------- Contenido principal ---------- */
.formulario-poliza-content {
    max-width: var(--si-wrap);
    margin: 0 auto;
    padding: 28px var(--si-gutter) 0;
}

/* Tarjeta búsqueda */
.dp-search-card {
    max-width: 760px;
    margin: 0 auto 28px;
    padding: clamp(20px, 3vw, 28px) clamp(18px, 3vw, 32px);
    border-radius: var(--si-radius);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 252, 255, 0.85) 100%);
    border: 0.5px solid rgba(255, 255, 255, 1);
    box-shadow: var(--si-shadow), inset 0 0 8px rgba(255, 255, 255, 0.45);
}

.dp-search-card__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--si-marino);
    text-align: center;
}

.dp-search-card__lead {
    margin: 0 0 18px;
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--si-muted);
    text-align: center;
    line-height: 1.45;
}

.dp-search-grid.grid2-center {
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 14px;
}

.dp-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--si-marino);
}

.dp-input.input-text {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    font-size: 0.95rem;
    font-family: inherit;
    border: 1px solid var(--si-border);
    border-radius: 8px;
    background: #fff;
    color: var(--si-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dp-input.input-text:focus {
    outline: none;
    border-color: var(--si-azul);
    box-shadow: 0 0 0 3px rgba(2, 123, 228, 0.15);
}

.dp-field--action {
    padding-bottom: 2px;
}

#btn-doc-poliza {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-width: 190px;
    min-height: 46px;
    padding: 10px 22px;
    border: 0.5px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--si-morado) 0%, var(--si-azul) 100%) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(102, 14, 255, 0.28), inset 0 0 6px rgba(255, 255, 255, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#btn-doc-poliza:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(102, 14, 255, 0.34), inset 0 0 6px rgba(255, 255, 255, 0.5);
}

#btn-doc-poliza:active {
    transform: translateY(0);
    filter: brightness(0.96);
}

#btn-doc-poliza:disabled {
    opacity: 0.72;
    cursor: wait;
    transform: none;
    filter: none;
}

#btn-doc-poliza.is-loading .fa-magnifying-glass {
    display: none;
}

#btn-doc-poliza.is-loading::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: dp-spin 0.7s linear infinite;
}

@keyframes dp-spin {
    to { transform: rotate(360deg); }
}

/* ---------- Loader overlay ---------- */
.dp-loader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 53, 79, 0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.dp-loader--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dp-loader__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    padding: 28px 32px;
    border-radius: var(--si-radius);
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 53, 79, 0.2);
    text-align: center;
}

.dp-loader__card p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--si-marino);
}

.dp-loader__spinner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--si-bg-soft);
    border-top-color: var(--si-azul);
    border-radius: 50%;
    animation: dp-spin 0.75s linear infinite;
}

/* ---------- Resultados / tabla ---------- */
.table-polizas.dp-results {
    width: 100%;
    max-width: var(--si-wrap);
    margin: 0 auto;
    color: var(--si-text);
}

.dp-results__head {
    margin-bottom: 18px;
    text-align: center;
}

.dp-results__head h4 {
    margin: 0 0 6px;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: var(--si-marino);
    padding: 0 !important;
}

.dp-results__hint {
    margin: 0;
    font-size: 0.86rem;
    color: var(--si-muted);
    font-weight: 500;
    line-height: 1.45;
}

.dp-table-wrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--si-radius);
    border: 1px solid var(--si-border);
    background: #fff;
    box-shadow: var(--si-shadow);
}

.dp-table-wrap table,
.dp-table-wrap table.dp-table {
    width: 100%;
    min-width: 1040px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
    font-size: 0.875rem;
}

.dp-table-wrap thead {
    background: linear-gradient(135deg, var(--si-marino) 0%, #024a6e 100%) !important;
    color: #fff;
}

.dp-table-wrap th {
    padding: 14px 14px !important;
    font-size: 0.8rem !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: none !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1.35;
    white-space: normal;
}

.dp-table-wrap tbody tr {
    transition: background 0.15s ease;
}

.dp-table-wrap td {
    padding: 16px 14px !important;
    font-size: 0.84rem !important;
    border-bottom: 1px solid #e8eef4 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}

.dp-table-wrap tbody tr:last-child td {
    border-bottom: none !important;
}

.dp-table-wrap .dp-td-poliza {
    font-weight: 700;
    font-size: 0.82rem !important;
    color: var(--si-marino);
    white-space: nowrap;
    min-width: 118px;
}

.dp-table-wrap .dp-td-ramo {
    text-align: left;
    font-size: 0.82rem !important;
    line-height: 1.45;
    min-width: 150px;
    max-width: 200px;
    word-break: break-word;
    hyphens: auto;
}

.dp-table-wrap .dp-td-contratante {
    text-align: left;
    font-size: 0.82rem !important;
    line-height: 1.45;
    min-width: 200px;
    max-width: 280px;
    word-break: break-word;
    hyphens: auto;
}

.dp-table-wrap .dp-td-fecha {
    font-size: 0.82rem !important;
    white-space: nowrap;
    min-width: 108px;
}

.dp-table-wrap .dp-td-inciso {
    font-size: 0.82rem !important;
    white-space: nowrap;
    min-width: 72px;
}

.dp-table-wrap .dp-td-correo {
    font-size: 0.82rem !important;
    text-align: center;
    vertical-align: middle;
    min-width: 150px;
    max-width: 190px;
}

.dp-correo-enmascarado {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    color: #475569;
    word-break: break-all;
    line-height: 1.4;
}

.dp-table-wrap .dp-th-acciones,
.dp-table-wrap .dp-td-accion {
    width: 168px;
    min-width: 168px;
    max-width: 168px;
    padding: 14px 10px !important;
    text-align: center;
    vertical-align: middle;
}

.dp-table-wrap .dp-td-accion {
    white-space: normal;
}

.dp-actions {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.dp-actions--desk {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 148px;
    margin: 0 auto;
}

.dp-actions--mobile {
    flex-direction: column;
    width: 100%;
}

.dp-actions .btn-enviar-poliza,
.dp-actions .btn-no-reconozco-correo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 36px;
    margin: 0 !important;
    padding: 8px 10px !important;
    border-radius: 999px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    box-shadow: 0 4px 14px rgba(0, 53, 79, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    box-sizing: border-box;
}

.dp-actions--mobile .btn-enviar-poliza,
.dp-actions--mobile .btn-no-reconozco-correo {
    min-height: 48px;
    font-size: 0.92rem !important;
}

.dp-actions .btn-enviar-poliza.btn-success {
    background: linear-gradient(135deg, #12a150 0%, #0d8a44 100%) !important;
    color: #fff !important;
    border: none !important;
}

.dp-actions .btn-enviar-poliza.btn-success:hover:not(:disabled) {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(18, 161, 80, 0.35);
}

.dp-actions .btn-enviar-poliza:disabled {
    background: #e8eef4 !important;
    color: #94a3b8 !important;
    cursor: not-allowed;
    box-shadow: none;
}

.dp-actions .btn-no-reconozco-correo {
    background: #fff !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
    box-shadow: none;
}

.dp-actions .btn-no-reconozco-correo:hover:not(:disabled) {
    background: #f8fafc !important;
    border-color: #94a3b8 !important;
    color: #334155 !important;
}

.dp-actions__label {
    white-space: nowrap;
}

.dp-table-wrap tbody tr:hover td {
    background: rgba(233, 244, 255, 0.55);
}

.dp-table-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 120px;
    padding: 24px 16px;
    text-align: center;
    color: var(--si-muted);
    background: linear-gradient(180deg, #fff 0%, var(--si-bg-card) 100%);
}

.dp-table-empty i {
    font-size: 1.6rem;
    color: var(--si-azul);
    opacity: 0.75;
}

.dp-table-empty p {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 500;
    max-width: 320px;
    line-height: 1.45;
}

.dp-footnote {
    margin: 14px 0 0 !important;
    font-size: 0.78rem !important;
    font-style: italic;
    color: var(--si-muted) !important;
    text-align: center;
}

/* Botones de descarga generados por JS */
.dp-results .div-archivo {
    background: linear-gradient(135deg, rgba(102, 14, 255, 0.08) 0%, rgba(2, 123, 228, 0.08) 100%);
    border: 1px solid rgba(2, 123, 228, 0.25);
    border-radius: 8px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dp-results .div-archivo:hover {
    background: linear-gradient(135deg, rgba(102, 14, 255, 0.14) 0%, rgba(2, 123, 228, 0.12) 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(2, 123, 228, 0.15);
}

/* ---------- Footer ---------- */
.secFooter {
    background: var(--si-marino);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .dp-hero {
        grid-template-columns: 1fr;
        text-align: center;
        max-width: 520px;
    }

    .dp-hero__visual {
        margin: 0 auto;
    }

    .dp-hero__copy h1,
    .dp-hero .p-subtitle {
        text-align: center !important;
    }

    .dp-steps__label {
        display: none;
    }

    .dp-steps__item--active .dp-steps__label {
        display: inline;
    }

    .dp-search-grid.grid2-center {
        grid-template-columns: 1fr;
    }

    #btn-doc-poliza {
        width: 100%;
    }

    .formulario-poliza-page #head .head-new,
    .dp-head-slot .head-new {
        border-radius: 16px !important;
    }
}

/* ---------- Vista móvil: tarjetas de resultados ---------- */
.dp-mobile-results {
    margin-top: 4px;
}

.dp-mobile-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dp-mobile-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 140px;
    padding: 28px 18px;
    text-align: center;
    color: var(--si-muted);
    background: linear-gradient(180deg, #fff 0%, var(--si-bg-card) 100%);
    border: 1px solid var(--si-border);
    border-radius: var(--si-radius);
    box-shadow: var(--si-shadow);
}

.dp-mobile-empty i {
    font-size: 1.75rem;
    color: var(--si-azul);
    opacity: 0.75;
}

.dp-mobile-empty p {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.5;
    max-width: 280px;
}

.dp-mobile-card {
    overflow: hidden;
    border-radius: var(--si-radius);
    border: 1px solid var(--si-border);
    background: #fff;
    box-shadow: var(--si-shadow);
}

.dp-mobile-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 16px 14px;
    background: linear-gradient(135deg, rgba(233, 244, 255, 0.95) 0%, rgba(241, 252, 255, 0.85) 100%);
    border-bottom: 1px solid var(--si-border);
}

.dp-mobile-card__icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--si-morado) 0%, var(--si-azul) 100%);
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(102, 14, 255, 0.25);
}

.dp-mobile-card__head-text {
    min-width: 0;
}

.dp-mobile-card__eyebrow {
    margin: 0 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--si-azul);
}

.dp-mobile-card__poliza {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--si-marino);
    word-break: break-all;
}

.dp-mobile-card__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    padding: 6px 0 0;
}

.dp-mobile-card__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 16px;
    border-bottom: 1px solid #eef3f8;
}

.dp-mobile-card__row--half {
    /* en pantallas un poco más anchas, fecha e inciso en 2 columnas */
}

@media (min-width: 400px) {
    .dp-mobile-card__grid {
        grid-template-columns: 1fr 1fr;
    }

    .dp-mobile-card__row:not(.dp-mobile-card__row--half) {
        grid-column: 1 / -1;
    }
}

.dp-mobile-card__row dt {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--si-muted);
}

.dp-mobile-card__row dd {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--si-text);
    word-break: break-word;
}

.dp-mobile-card__foot {
    padding: 14px 16px 16px;
    background: #fafcfe;
}

.dp-mobile-card__foot .dp-actions .btn-enviar-poliza.btn-success {
    box-shadow: 0 8px 20px rgba(18, 161, 80, 0.28);
}

@media (max-width: 820px) {
    .dp-shell {
        padding-bottom: 20px;
    }

    .formulario-poliza-content {
        padding-top: 20px;
    }

    .dp-promo.pleca-promo {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .table-polizas.dp-results {
        width: 100%;
    }
}
