.terms-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.glass-card {
    background: linear-gradient(145deg, rgba(10, 15, 15, 0.96), rgba(5, 8, 8, 0.88));
    border: 1px solid rgba(0, 255, 140, 0.15);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.terms-header h1 {
    font-family: 'IBM Plex Mono', monospace;
    color: #00ff8c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.terms-header p {
    color: #4a6660;
    font-size: 12px;
    margin-bottom: 40px;
}

.terms-section h2 {
    font-family: 'IBM Plex Mono', monospace;
    color: #00ff8c;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 255, 140, 0.1);
    padding-bottom: 10px;
    margin-top: 40px;
}

.terms-section p, .styled-list li {
    color: #e2ebe8;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 15px;
}

.styled-list {
    padding-left: 20px;
}

.styled-list li {
    margin-bottom: 10px;
    list-style-type: square;
    color: #00ff8c;
}

.styled-list li span {
    color: #e2ebe8;
}