/* Shared stylesheet for grahamsyfert.com content pages.
   Pillars (index, personal-injury, workers-compensation, about-graham,
   location, housecalls) use inline CSS. Everything else loads this file. */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.7; color: #333; }

.hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    text-align: center;
    padding: 56px 20px 50px;
}
.hero h1 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -0.4px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.hero .tagline {
    font-size: 1.05em;
    color: #ccc;
    margin-bottom: 22px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.cta-button {
    display: inline-block;
    background-color: #2e7d32;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.05em;
    transition: background-color 0.3s;
}
.cta-button:hover { background-color: #1b5e20; }

.reviewed-by {
    text-align: center;
    padding: 14px 20px;
    background: #f0f3f6;
    color: #444;
    font-size: 0.92em;
    margin: 0;
}

.container { max-width: 920px; margin: 0 auto; padding: 0 20px; }
.container.narrow { max-width: 760px; }

.section { padding: 50px 0; }
.section.alt { background-color: #f7f8fa; }
.section h2 { font-size: 1.5em; color: #1a1a1a; margin-bottom: 16px; }
.section h3 { font-size: 1.15em; color: #1a1a1a; margin: 22px 0 10px; }
.section p { margin-bottom: 14px; font-size: 1.02em; }
.section a {
    color: #1a5f7a;
    text-decoration: underline;
    text-decoration-color: rgba(26, 95, 122, 0.4);
    text-underline-offset: 2px;
}
.section a:hover { text-decoration-color: #1a5f7a; }
.section ul, .section ol { margin: 0 0 16px 22px; }
.section li { margin-bottom: 6px; }

.answer-capsule {
    background: #fff8e1;
    border-left: 4px solid #c79100;
    padding: 28px 28px;
    margin: 0;
}
.answer-capsule p { font-size: 1.06em; margin-bottom: 12px; }
.answer-capsule p:last-child { margin-bottom: 0; }
.answer-capsule a { color: #1a5f7a; }

blockquote.statute {
    background: #fff;
    border-left: 4px solid #1a5f7a;
    padding: 18px 22px;
    margin: 18px 0;
    font-style: italic;
    color: #444;
    font-size: 0.97em;
}
blockquote.statute cite {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-size: 0.88em;
    color: #1a5f7a;
}

.case-cite {
    background: #f7f8fa;
    border-left: 3px solid #888;
    padding: 12px 16px;
    margin: 12px 0;
    font-size: 0.95em;
    color: #444;
}
.case-cite cite { font-style: italic; }
.case-cite a { color: #1a5f7a; }

.howto-steps {
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: 18px 0;
}
.howto-steps li {
    counter-increment: step;
    padding: 14px 14px 14px 56px;
    position: relative;
    margin-bottom: 12px;
    background: #fff;
    border-left: 4px solid #2e7d32;
    border-radius: 4px;
    list-style: none;
}
.howto-steps li::before {
    content: counter(step);
    position: absolute;
    left: 14px;
    top: 14px;
    width: 30px;
    height: 30px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}
.howto-steps strong { color: #1a1a1a; display: block; margin-bottom: 4px; }

.faq {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
    border: 1px solid #e0e3e7;
}
.faq summary {
    cursor: pointer;
    padding: 16px 20px;
    font-weight: 600;
    color: #1a1a1a;
    list-style: none;
}
.faq summary::after {
    content: " +";
    float: right;
    color: #1a5f7a;
    font-weight: 700;
}
.faq[open] summary::after { content: " -"; }
.faq[open] summary { border-bottom: 1px solid #f0f0f0; }
.faq .faq-body { padding: 16px 20px 18px; color: #444; }
.faq .faq-body p { margin-bottom: 10px; }
.faq .faq-body a { color: #1a5f7a; }

.crumbs {
    background: #f7f8fa;
    padding: 10px 20px;
    font-size: 0.88em;
    color: #666;
    border-bottom: 1px solid #e0e3e7;
}
.crumbs a { color: #1a5f7a; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span.sep { margin: 0 8px; color: #999; }

.related-list {
    background: #fff;
    border: 1px solid #e0e3e7;
    border-radius: 6px;
    padding: 22px 24px;
    margin-top: 24px;
}
.related-list h3 { margin-top: 0; }
.related-list ul { margin: 8px 0 0 22px; }

.final-cta {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 48px 20px;
}
.final-cta h2 { color: #fff; font-size: 1.4em; margin-bottom: 12px; }
.final-cta p { color: #bbb; max-width: 600px; margin: 0 auto 18px; }
.final-cta .contact-details { color: #999; font-size: 0.92em; margin-top: 16px; }

@media (max-width: 768px) {
    .hero h1 { font-size: 1.5em; }
    .section { padding: 36px 0; }
    .answer-capsule { padding: 22px 18px; }
}
