﻿.terms-page {
    max-width: 1100px;
    margin: 40px auto;
}

.terms-header {
    background: linear-gradient(135deg,#210645,#442371);
    color: #fff;
    padding: 40px;
    border-radius: 18px;
    margin-bottom: 25px;
    text-align: center;
}

    .terms-header h1 {
        margin-bottom: 10px;
        font-weight: bold;
    }

.terms-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

    .terms-card h2 {
        color: #210645;
        font-size: 24px;
        margin-bottom: 18px;
        border-right: 5px solid #372967;
        padding-right: 12px;
    }

    .terms-card p {
        line-height: 2.1;
        color: #555;
        margin-bottom: 15px;
    }

    .terms-card ul {
        padding-right: 22px;
    }

    .terms-card li {
        margin-bottom: 12px;
        line-height: 2;
        color: #555;
    }

.note-box {
    background: #f4f1fb;
    border-right: 4px solid #372967;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}
