/* Estilos para Términos y Condiciones */
.terms-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #2c5282 100%) !important;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1e3a8a;
    color: white;
    border-radius: 50%;
    font-size: 1.25rem;
}

.terms-content {
    position: relative;
    z-index: 1;
}

.terms-content h2 {
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.terms-content h3 {
    font-size: 1.25rem;
}

.terms-content h4 {
    font-size: 1.1rem;
}

.table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

address {
    font-style: normal;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .terms-hero {
        padding: 2rem 1rem !important;
    }
    
    .terms-hero h1 {
        font-size: 2.25rem;
    }
    
    .section-number {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
}