.terms-page {
    padding-top: 0;
}

.terms-hero {
    background: linear-gradient(135deg, #ff4d4d 0%, #cc0000 100%);
    color: white;
    padding: 100px 0 80px;
    text-align: center;
}

.terms-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.terms-hero .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

.subtitle {
  color: #fff;
}

.terms-content {
    padding: 80px 0;
}

.terms-service {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.terms-service h2 {
    font-size: 1.8rem;
    margin: 50px 0 20px;
    color: var(--dark-color);
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.terms-service p {
    margin-bottom: 20px;
}

.terms-service ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

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

.terms-service a {
    color: var(--primary-color);
    font-weight: 500;
}

@media (max-width: 768px) {
    .terms-hero {
        padding: 80px 0 60px;
    }
    
    .terms-hero h1 {
        font-size: 2.2rem;
    }
    
    .terms-content {
        padding: 60px 0;
    }
}
