.terms-container {
    max-width: 800px;
    margin: 120px auto 60px;
    padding: 0 24px;
    color: #374151;
}

.terms-header {
    text-align: center;
    margin-bottom: 48px;
}

.terms-header h1 {
    font-size: 2.5rem;
    color: #005F4E;
    margin-bottom: 16px;
    font-weight: 700;
}

.terms-header .last-updated {
    color: #6B7280;
    font-size: 0.95rem;
}

.terms-section {
    margin-bottom: 40px;
    background: white;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.terms-section h2 {
    color: #005F4E;
    font-size: 1.5rem;
    margin-bottom: 24px;
    font-weight: 600;
}

.terms-section h3 {
    color: #129992;
    font-size: 1.25rem;
    margin: 24px 0 16px;
    font-weight: 600;
}

.terms-section p {
    margin-bottom: 16px;
    line-height: 1.7;
    color: #4B5563;
}

.terms-section ul {
    margin: 16px 0;
    padding-left: 24px;
}

.terms-section li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #4B5563;
}

.terms-section strong {
    color: #374151;
}

.contact-section {
    background: #F8FAFC;
    padding: 24px;
    border-radius: 8px;
    margin-top: 40px;
}

.contact-section h2 {
    color: #005F4E;
    margin-bottom: 16px;
}

.contact-section a {
    color: #129992;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-section a:hover {
    color: #005F4E;
    text-decoration: underline;
}

/* Apple EULA Section Styling */
.apple-eula-section {
    border-left: 4px solid #007AFF;
    background-color: #F0F7FF;
}

.eula-highlight {
    background-color: #E6F2FF;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #B8DAFF;
}

.eula-highlight p {
    color: #1A1A1A;
    font-weight: 500;
}

.eula-highlight a {
    color: #007AFF;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.eula-highlight a:hover {
    color: #0056b3;
    text-decoration: underline;
} 