/* terms-of-use.css */

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #222;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-size: 16px;
}

section.section {
    padding: 60px 20px;
    background-color: #f9f9fc;
    min-height: 100vh;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 800;
    color: #1c1c1c;
}

h3 {
    font-size: 1.5rem;
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #333;
}

p {
    margin-bottom: 18px;
    color: #333;
}

ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}

a {
    color: #0057ff;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
    color: #003ecb;
}

em {
    color: #555;
    font-size: 0.95rem;
    display: inline-block;
    margin-top: 30px;
}
