 .terms-content {
    background: white;
    padding: 60px 0;
}

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

.terms-block h3 {
    color: var(--secondary);
    font-size: 1.5rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.terms-block p, .terms-block li {
    color: #555;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 15px;
}

.terms-block ul {
    list-style: none;
    padding-left: 0;
}

.terms-block ul li {
    padding-left: 20px;
    position: relative;
}

.terms-block ul li::before {
    content: "•";
    color: var(--brand-red);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Highlight classes for important policy text */
.policy-highlight {
    color: var(--brand-red);
    font-weight: 700;
}

@media(max-width: 768px) {
    .hero h1 { font-size: 2.2rem; }
}