﻿.terms-section {
    background: #f8fafc;
    padding: 60px 20px;
}

.terms-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.terms-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(to right, #185a9d, #43cea2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms-updated {
    color: #6c757d;
    margin-bottom: 40px;
}

.terms-block {
    margin-bottom: 40px;
}

    .terms-block h2 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 15px;
        color: #185a9d;
    }

    .terms-block p,
    .terms-block li {
        font-size: 1rem;
        line-height: 1.7;
        color: #333;
    }

    .terms-block ul {
        padding-left: 20px;
    }
