.terms-section,
.privacy-section {
    padding: 120px 0 80px;
}

.terms-content,
.privacy-content {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.terms-header,
.privacy-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #e9ecef;
}

.terms-header h1,
.privacy-header h1 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
}

.terms-header .last-updated,
.privacy-header .last-updated {
    color: #6c757d;
    font-size: 0.95rem;
}

.terms-section h2,
.privacy-section h2 {
    color: #34495e;
    font-weight: 600;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
    display: inline-block;
}

.terms-section h3,
.privacy-section h3 {
    color: #2c3e50;
    font-weight: 600;
    margin: 25px 0 15px;
    font-size: 1.2rem;
}

.terms-section h4,
.privacy-section h4 {
    color: #34495e;
    font-weight: 600;
    margin: 20px 0 12px;
    font-size: 1.1rem;
}

.terms-section p,
.privacy-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
}

.terms-section ul,
.terms-section ol,
.privacy-section ul,
.privacy-section ol {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-left: 25px;
}

.terms-section li,
.privacy-section li {
    margin-bottom: 8px;
}

.highlight-box {
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.warning-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.important-note {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.contact-info-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 40px 0;
}

.contact-info-box h3 {
    color: #fff;
    margin-bottom: 20px;
}

.contact-info-box .contact-item {
    margin: 15px 0;
}

.table-of-contents {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.table-of-contents h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.table-of-contents ul {
    list-style: none;
    padding: 0;
}

.table-of-contents li {
    margin: 10px 0;
    padding: 8px 0;
    border-bottom: 1px solid #dee2e6;
}

.table-of-contents a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.table-of-contents a:hover,
.table-of-contents a.active {
    color: #2980b9;
    text-decoration: underline;
}

.legal-back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 1000;
    display: none;
}

@media (max-width: 768px) {
    .terms-content,
    .privacy-content {
        padding: 25px;
        margin: 15px;
    }

    .terms-section,
    .privacy-section {
        padding: 100px 0 60px;
    }

    .legal-back-to-top {
        bottom: 80px;
        right: 20px;
    }
}
