﻿.terms-header {
    background: linear-gradient(135deg,#210645,#442371);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 0 0 25px 25px;
    margin-bottom: 40px;
}

    .terms-header h1 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .terms-header p {
        opacity: .9;
        max-width: 700px;
        margin: auto;
    }

.terms-container {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 60px;
}

.term-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

    .term-card h3 {
        color: #210645;
        font-size: 22px;
        margin-bottom: 20px;
        border-right: 5px solid #372967;
        padding-right: 12px;
    }

    .term-card p {
        color: #555;
        line-height: 2;
        margin-bottom: 15px;
    }

    .term-card ul {
        padding-right: 20px;
    }

    .term-card li {
        margin-bottom: 12px;
        line-height: 2;
        color: #555;
    }

.note-box {
    background: #f3effb;
    border-right: 5px solid #372967;
    padding: 18px;
    border-radius: 12px;
    margin-top: 20px;
}

    .note-box strong {
        color: #210645;
    }
