.disclosure-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 3rem 5%;
}

.disclosure-hero h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: white;
}

.disclosure-hero .subtitle {
    opacity: 0.8;
    font-size: 1rem;
}

.disclosure-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 3rem 5%;
}

.disclosure-section {
    margin-bottom: 2.5rem;
}

.disclosure-section h2 {
    font-size: 1.25rem;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--neutral-200);
}

.disclosure-section p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 0.75rem;
}

.disclosure-section ul {
    color: var(--text-secondary);
    line-height: 1.7;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.disclosure-section ul li {
    margin-bottom: 0.4rem;
}
