/* ===========================================
   CSS ESPECÍFICO PARA TÉRMINOS Y CONDICIONES
   Neo Grafik - Bogotá
   =========================================== */

/* Variables específicas para términos */
:root {
    --legal-bg: #f8fafc;
    --legal-card-bg: #ffffff;
    --legal-border: #e2e8f0;
    --legal-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --legal-radius: 16px;
    --legal-padding: 2rem;
}

/* Reset para página legal */
.legal-hero,
.quick-index-section,
.executive-summary,
.full-terms,
.legal-contact {
    padding: 5rem 0;
}

/* ===========================================
   1. HERO SECTION LEGAL
   =========================================== */
.legal-hero {
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: white;
    overflow: hidden;
    padding: 8rem 0 6rem;
}

.legal-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.legal-particle {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.1;
    animation: floatParticleLegal 20s linear infinite;
}

.legal-particle.cyan {
    width: 200px;
    height: 200px;
    background: var(--cyan);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.legal-particle.magenta {
    width: 150px;
    height: 150px;
    background: var(--magenta);
    top: 60%;
    right: 15%;
    animation-delay: 7s;
}

.legal-particle.yellow {
    width: 180px;
    height: 180px;
    background: var(--yellow);
    bottom: 30%;
    left: 20%;
    animation-delay: 14s;
}

@keyframes floatParticleLegal {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, 20px) scale(1.1);
    }
    50% {
        transform: translate(-20px, 30px) scale(0.9);
    }
    75% {
        transform: translate(20px, -20px) scale(1.05);
    }
}

.legal-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    animation: pulse 2s infinite;
}

.legal-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.legal-title-line {
    display: block;
}

.legal-title-sub {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
}

.legal-meta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem auto 3rem;
    max-width: 600px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.meta-item i {
    font-size: 1.5rem;
}

.meta-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 0.25rem;
}

.meta-value {
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.legal-intro {
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 3rem;
}

.legal-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-scroll-btn,
.legal-print-btn,
.legal-index-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.legal-scroll-btn {
    background: var(--cyan);
    color: white;
}

.legal-scroll-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 188, 212, 0.3);
}

.legal-print-btn {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.legal-print-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

.legal-index-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
}

.legal-index-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.legal-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 120px;
    color: white;
    transform: rotate(180deg);
}

.legal-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* ===========================================
   2. ÍNDICE RÁPIDO
   =========================================== */
.quick-index-section {
    background: var(--legal-bg);
    position: relative;
}

.quick-index-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.quick-index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.index-card {
    background: var(--legal-card-bg);
    border-radius: var(--legal-radius);
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    display: block;
}

.index-card:hover {
    transform: translateY(-5px);
    border-color: var(--cyan);
    box-shadow: var(--legal-shadow);
}

.index-card:hover .index-arrow {
    transform: translateX(5px);
}

.index-number {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.index-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--black);
}

.index-desc {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.index-arrow {
    color: var(--cyan);
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.index-note {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(0, 188, 212, 0.05);
    border-radius: var(--legal-radius);
    border-left: 4px solid var(--cyan);
    max-width: 800px;
    margin: 0 auto;
}

.index-note i {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.index-note p {
    margin: 0;
    color: #666;
    font-size: 0.9375rem;
}

/* ===========================================
   3. RESUMEN EJECUTIVO
   =========================================== */
.executive-summary {
    background: white;
    position: relative;
}

.summary-header {
    text-align: center;
    margin-bottom: 3rem;
}

.summary-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.summary-card {
    text-align: center;
    padding: 2rem;
    background: var(--legal-card-bg);
    border-radius: var(--legal-radius);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.summary-card:hover {
    transform: translateY(-5px);
    border-color: var(--cyan);
    box-shadow: var(--legal-shadow);
}

.summary-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin: 0 auto 1.5rem;
}

.summary-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--black);
}

.summary-card p {
    color: #666;
    line-height: 1.5;
    font-size: 0.9375rem;
    margin: 0;
}

.summary-important {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.05), rgba(255, 235, 59, 0.05));
    border-radius: var(--legal-radius);
    padding: 2rem;
    border-left: 4px solid var(--magenta);
    max-width: 800px;
    margin: 0 auto;
}

.important-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.important-header h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);
    margin: 0;
}

.summary-important p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.9375rem;
}

/* ===========================================
   4. TÉRMINOS COMPLETOS
   =========================================== */
.full-terms {
    background: var(--legal-bg);
}

.terms-header {
    text-align: center;
    margin-bottom: 3rem;
}

.terms-content {
    max-width: 900px;
    margin: 0 auto;
}

.term-section {
    background: var(--legal-card-bg);
    border-radius: var(--legal-radius);
    margin-bottom: 1.5rem;
    border: 2px solid var(--legal-border);
    overflow: hidden;
    transition: all 0.3s ease;
}

.term-section:hover {
    border-color: var(--cyan);
    box-shadow: var(--legal-shadow);
}

.term-section.active .term-body {
    display: block;
}

.term-section.active .term-toggle i {
    transform: rotate(180deg);
}

.term-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    cursor: pointer;
    background: white;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.term-section.active .term-header {
    border-bottom-color: var(--legal-border);
}

.term-number {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.term-title {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);
    margin: 0;
}

.term-toggle {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--black);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.term-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
}

.term-toggle i {
    transition: transform 0.3s ease;
}

.term-body {
    padding: 2rem;
    display: none;
}

.term-section.active .term-body {
    display: block;
    animation: fadeIn 0.5s ease;
}

.term-body p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.term-subsection {
    margin-bottom: 2rem;
}

.term-subsection:last-child {
    margin-bottom: 0;
}

.term-subsection h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.term-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.term-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #666;
    line-height: 1.5;
}

.term-list li i {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.definitions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.definition-card {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    border-left: 3px solid;
}

.definition-term {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.definition-desc {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.4;
}

.service-terms {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.service-term h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--cyan);
    margin-bottom: 0.75rem;
}

.service-term ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 0;
}

.service-term li {
    position: relative;
    margin-bottom: 0.5rem;
    color: #666;
    line-height: 1.5;
    font-size: 0.9375rem;
}

.service-term li:before {
    content: "•";
    position: absolute;
    left: -1rem;
    color: var(--cyan);
    font-weight: bold;
}

.payment-structure {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.payment-phase {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    border-left: 3px solid var(--cyan);
}

.phase-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.phase-content h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: var(--black);
}

.phase-content p {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.warranty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.warranty-card {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    border-width: 2px;
    border-style: solid;
    transition: transform 0.3s ease;
}

.warranty-card:hover {
    transform: translateY(-5px);
}

.warranty-card.cyan-border { border-color: var(--cyan); }
.warranty-card.magenta-border { border-color: var(--magenta); }
.warranty-card.yellow-border { border-color: var(--yellow); }

.warranty-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.warranty-card.cyan-border .warranty-icon { color: var(--cyan); }
.warranty-card.magenta-border .warranty-icon { color: var(--magenta); }
.warranty-card.yellow-border .warranty-icon { color: var(--yellow); }

.warranty-card h4 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--black);
}

.warranty-period {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.warranty-card.cyan-border .warranty-period { color: var(--cyan); }
.warranty-card.magenta-border .warranty-period { color: var(--magenta); }
.warranty-card.yellow-border .warranty-period { color: var(--yellow); }

.warranty-card p {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.data-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 8px;
}

.data-item i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.data-item span {
    font-size: 0.875rem;
    color: #666;
}

/* ===========================================
   5. CONTACTO LEGAL
   =========================================== */
.legal-contact {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.legal-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"><path d="M0,0V100H1000V0C800,50 600,75 400,75S200,50 0,0Z" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: cover;
    opacity: 0.5;
}

.contact-legal-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.contact-legal-header .section-title,
.contact-legal-header .section-subtitle {
    color: white;
}

.contact-legal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.contact-legal-card {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: var(--legal-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.contact-legal-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin: 0 auto 1.5rem;
}

.contact-legal-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.contact-legal-card p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--cyan);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: white;
}

.contact-address {
    font-style: normal;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.legal-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: var(--legal-radius);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.disclaimer-icon {
    font-size: 2rem;
    color: var(--yellow);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.disclaimer-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: white;
}

.disclaimer-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
    font-size: 0.9375rem;
}

/* ===========================================
   6. RESPONSIVE DESIGN
   =========================================== */
@media (max-width: 768px) {
    .legal-hero,
    .quick-index-section,
    .executive-summary,
    .full-terms,
    .legal-contact {
        padding: 3rem 0;
    }
    
    .legal-title {
        font-size: 2rem;
    }
    
    .legal-title-sub {
        font-size: 1.125rem;
    }
    
    .legal-meta {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .meta-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .legal-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .legal-scroll-btn,
    .legal-print-btn,
    .legal-index-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .quick-index-grid {
        grid-template-columns: 1fr;
    }
    
    .summary-grid {
        grid-template-columns: 1fr;
    }
    
    .term-header {
        padding: 1.25rem;
    }
    
    .term-body {
        padding: 1.5rem;
    }
    
    .contact-legal-grid {
        grid-template-columns: 1fr;
    }
    
    .legal-disclaimer {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .legal-title {
        font-size: 1.75rem;
    }
    
    .section-title {
        font-size: 1.75rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .term-header {
        flex-wrap: wrap;
    }
    
    .term-title {
        font-size: 1.125rem;
    }
    
    .definitions-grid {
        grid-template-columns: 1fr;
    }
    
    .warranty-grid {
        grid-template-columns: 1fr;
    }
}

/* ===========================================
   7. ANIMACIONES ESPECÍFICAS
   =========================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll animations */
[data-scroll] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-scroll].visible {
    opacity: 1;
    transform: translateY(0);
}

/* Delay para animaciones escalonadas */
[data-scroll-delay="100"] { transition-delay: 0.1s; }
[data-scroll-delay="200"] { transition-delay: 0.2s; }
[data-scroll-delay="300"] { transition-delay: 0.3s; }
[data-scroll-delay="400"] { transition-delay: 0.4s; }
[data-scroll-delay="500"] { transition-delay: 0.5s; }
[data-scroll-delay="600"] { transition-delay: 0.6s; }
[data-scroll-delay="700"] { transition-delay: 0.7s; }

/* ===========================================
   8. ESTILOS DE IMPRESIÓN
   =========================================== */
@media print {
    .urgency-bar,
    .navbar,
    .float-social-container,
    .legal-hero-bg,
    .legal-actions,
    .quick-index-section,
    .executive-summary,
    .legal-contact,
    .neo-footer,
    .term-toggle {
        display: none !important;
    }
    
    .legal-hero {
        background: white !important;
        color: black !important;
        padding: 2rem 0 !important;
    }
    
    .legal-title,
    .legal-title-line,
    .legal-title-sub {
        color: black !important;
    }
    
    .legal-meta {
        color: black !important;
    }
    
    .term-section {
        break-inside: avoid;
        border: 1px solid #ddd !important;
    }
    
    .term-body {
        display: block !important;
    }
    
    .term-section.active .term-header {
        border-bottom-color: #ddd !important;
    }
    
    a {
        color: black !important;
        text-decoration: underline !important;
    }
    
    .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
}

/* ===========================================
   9. ACCESIBILIDAD
   =========================================== */
@media (prefers-reduced-motion: reduce) {
    .legal-particle,
    [data-scroll],
    .term-section,
    .index-card,
    .summary-card,
    .contact-legal-card {
        transition: none !important;
        animation: none !important;
    }
    
    [data-scroll] {
        opacity: 1;
        transform: none;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .legal-hero {
        background: black;
    }
    
    .term-section {
        border: 2px solid black;
    }
    
    .term-section:hover {
        border-width: 3px;
    }
}