/* Story Page Styles */

.story-main {
    padding: 4rem 0;
    background-color: #f8fafc;
}

.story-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.story-intro h2 {
    color: #1e3a8a;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.story-intro p {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.8;
}

/* Content Sections */
.story-section {
    max-width: 800px;
    margin: 0 auto 3rem;
}

.story-section h3 {
    color: #1e3a8a;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.story-section p {
    color: #475569;
    margin-bottom: 1rem;
}

/* FAQ Styles */
.faq-container {
    max-width: 800px;
    margin: 4rem auto 0;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.faq-container h2 {
    text-align: center;
    color: #1e3a8a;
    margin-bottom: 2rem;
}

.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1.5rem;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-question {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}