/* =============================================
   VALORES SEGURO COLECTIVO DE VIDA Y SEPELIO
   ============================================= */

.vseg-section { padding: 40px 0 50px; }

.vseg-header { text-align: center; margin-bottom: 36px; }
.vseg-header-icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; background: #f0faf2; border-radius: 50%; margin-bottom: 14px; }
.vseg-header-icon i { font-size: 28px; color: #0B5C21; }
.vseg-header h1 { font-family: 'Lato', sans-serif; font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px 0; }
.vseg-header p { font-size: 15px; color: #666; margin: 0 auto; max-width: 600px; }

/* Vigente destacado */
.vseg-vigente {
    max-width: 700px;
    margin: 0 auto 40px;
}

.vseg-vigente-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0B5C21;
    margin-bottom: 16px;
}

.vseg-vigente-label i {
    width: 32px; height: 32px;
    background: #0B5C21; color: #fff; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; font-size: 14px;
}

.vseg-vigente-card {
    background: linear-gradient(135deg, #f0faf2 0%, #e8f5ea 100%);
    border: 2px solid #0B5C21;
    border-radius: 16px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.vseg-vigente-icon {
    width: 60px; height: 60px; min-width: 60px;
    background: #fff;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.vseg-vigente-icon i { font-size: 28px; color: #c33; }

.vseg-vigente-info { flex: 1; }

.vseg-vigente-title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}

.vseg-vigente-title .badge-vig {
    padding: 3px 12px;
    background: #0B5C21; color: #fff;
    border-radius: 12px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.5px;
}

.vseg-vigente-desc { font-size: 13px; color: #666; margin: 0; }

.vseg-vigente-dl {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px;
    background: #0B5C21; color: #fff;
    border-radius: 10px;
    font-size: 15px; font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    flex-shrink: 0;
}

.vseg-vigente-dl:hover {
    background: #094a1a; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(11,92,33,0.25);
}

/* Históricos */
.vseg-historico {
    max-width: 700px;
    margin: 0 auto;
}

.vseg-historico-label {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 18px 0;
    padding-top: 10px;
    border-top: 2px solid #eee;
    display: flex; align-items: center; gap: 8px;
}

.vseg-historico-label i { color: #888; }

.vseg-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vseg-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
}

.vseg-item:hover {
    border-color: #0B5C21;
    box-shadow: 0 4px 14px rgba(11,92,33,0.06);
    transform: translateY(-2px);
}

.vseg-item-icon {
    width: 44px; height: 44px; min-width: 44px;
    background: #fef2f2; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}

.vseg-item-icon i { font-size: 20px; color: #c33; }

.vseg-item-info { flex: 1; }
.vseg-item-title { font-size: 15px; font-weight: 600; color: #1a1a1a; margin: 0; }

.vseg-item-dl { color: #0B5C21; font-size: 18px; flex-shrink: 0; transition: transform 0.2s; }
.vseg-item:hover .vseg-item-dl { transform: scale(1.2); }

/* Responsive */
@media (max-width: 600px) {
    .vseg-section { padding: 24px 0 36px; }
    .vseg-header h1 { font-size: 22px; }
    .vseg-vigente-card { flex-direction: column; text-align: center; padding: 24px 20px; }
    .vseg-vigente-dl { width: 100%; justify-content: center; }
    .vseg-vigente-title { justify-content: center; }
    .vseg-item { padding: 14px 16px; gap: 12px; }
    .vseg-item-icon { width: 38px; height: 38px; min-width: 38px; }
    .vseg-item-title { font-size: 13px; }
}
