.terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 20px 80px;
}

.terms-header {
    text-align: center;
    margin-bottom: 60px;
}

.terms-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.terms-header .effective-date {
    color: #666;
    font-size: 1rem;
}

.terms-content {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.terms-section {
    margin-bottom: 40px;
}

.terms-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.terms-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 20px 0 15px;
}

.terms-section p,
.terms-section li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.terms-section ul,
.terms-section ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.terms-section li {
    margin-bottom: 10px;
}

.back-to-home {
    text-align: center;
    margin-top: 40px;
}

.back-to-home a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0066ff;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.back-to-home a:hover {
    gap: 12px;
}

@media (max-width: 768px) {
    .terms-container {
        padding: 100px 15px 60px;
    }

    .terms-header h1 {
        font-size: 2rem;
    }

    .terms-content {
        padding: 30px 20px;
    }
}
