/* Terms Page Specific Styles */

/* Content Container */
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.content-card {
    background: #1a0000;
    border: 2px solid #DC2626;
    border-radius: 0;
    padding: 3rem;
    margin-bottom: 3rem;
    box-shadow: inset 0 0 20px rgba(220,38,38,0.2);
}

.content-card h2 {
    color: #00ff00;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    border-bottom: 2px solid #DC2626;
    padding-bottom: 1rem;
}

.content-card h3 {
    color: #DC2626;
    font-size: 1.5rem;
    margin: 2rem 0 1rem 0;
    text-transform: uppercase;
}

.content-card p, .content-card ul {
    color: #ff6666;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.content-card ul {
    padding-left: 2rem;
}

.content-card li {
    margin-bottom: 0.5rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .content-card {
        padding: 2rem 1.5rem;
    }
}
