body {
    font-family: Manrope, sans-serif;
}

h2 { font-size: 130%; }

h3 { font-size: 115%; }

.navbar-brand { font-size: 90%; }

.nav-link {
    transition: 1s;
    border-bottom: 1px solid transparent;
}

.nav-link:hover {
    font-weight: 600;
    border-bottom: 1px solid blue;
}

#vision {
    line-height: 1.75;
    color: #333;
}

.vision-content {
    max-width: 720px;
}

.vision-content p {
    margin-bottom: 1.25rem;
}

.section-title {
    margin-bottom: 1.75rem;
    font-weight: 700;
}

.vision-content .lead {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a2e;
    border-left: 3px solid #007bff;
    padding-left: 1.25rem;
    margin-bottom: 1.75rem;
}

.vision-closing {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0;
}

.read-more-actions {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.read-more-content.is-visible {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-divider {
    margin: 2rem 0;
    border-color: #dee2e6;
}

.org-callout {
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
}

.org-callout p {
    margin-bottom: 0.75rem;
}

.org-callout p:last-child {
    margin-bottom: 0;
}

.org-callout .org-name {
    font-weight: 700;
    font-size: 1.05rem;
    color: #1a1a2e;
}

.subsection-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #007bff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
}

.goals-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 1.75rem;
}

.goals-list li {
    padding: 0.75rem 0 0.75rem 1.5rem;
    border-bottom: 1px solid #eee;
    position: relative;
}

.goals-list li:last-child {
    border-bottom: none;
}

.goals-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #007bff;
    font-weight: 600;
}

.goals-list li strong {
    color: #1a1a2e;
}

.highlight-box {
    background: #e8f4fd;
    border-radius: 4px;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    font-weight: 600;
    text-align: center;
}

.achievements-list {
    padding-left: 1.25rem;
    margin: 1rem 0 1.5rem;
}

.achievements-list li {
    margin-bottom: 0.5rem;
}

.achievements-list li::marker {
    color: #007bff;
}
