/* Page-specific styles for Reasoning Reports page */

.hero {
    padding: 80px 0;
}

.hero-subtitle {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 24px;
    max-width: 900px;
    line-height: 1.7;
}

.content-section {
    max-width: 800px;
}

.content-section p {
    color: #4a4a4a;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.content-section ul {
    margin-bottom: 24px;
}

.content-section li {
    color: #4a4a4a;
    padding: 8px 0;
    font-size: 16px;
}

.highlight-text {
    font-size: 18px;
    color: #1a1a1a;
    font-style: italic;
}

.report-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 32px;
}
.category-card {
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    transition: border-color 0.2s;
}

.category-card:hover {
    border-color: #1a1a1a;
}

.category-card h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.cta-section {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #e5e5e5;
}

.cta-section p {
    margin-bottom: 24px;
}

.cta-section .cta-group {
    margin-top: 24px;
}

.footer-cta {
    background: #f8f8f8;
    padding: 80px 0;
    text-align: center;
    border-top: none;
}

.footer-cta p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 24px;
}
