.article-page{ background: var(--tf-white); }
.article-header{ background: var(--tf-navy); padding: 48px 24px 32px; text-align: center; }
.article-hero-img{ width: 100%; max-height: 420px; object-fit: cover; }
.card-meta{ color: var(--tf-steel-light); font-size: 13px; margin-bottom: 8px; }
.breadcrumb{ color: var(--tf-steel-light); font-size: 13px; margin-bottom: 16px; }
.breadcrumb a{ color: var(--tf-steel-light); }
.breadcrumb-sep{ margin: 0 6px; opacity: 0.6; }
.article-h1{ color: var(--tf-white); font-size: 32px; font-weight: 800; max-width: 800px; margin: 0 auto 12px; }
.author-byline{ color: var(--tf-steel-light); font-size: 14px; }
.author-name{ font-weight: 700; color: var(--tf-white); }
.author-sep{ margin: 0 8px; opacity: 0.5; }
.article-lead{ font-size: 18px; color: var(--tf-gray-text); max-width: 760px; margin: 24px auto 0; }

.article-body{ max-width: 760px; margin: 0 auto; padding: 40px 24px; font-size: 16px; line-height: 1.75; color: var(--tf-body-text); }
.article-body h2{ color: var(--tf-navy); font-size: 24px; margin: 32px 0 12px; }
.article-body h3{ color: var(--tf-navy); font-size: 19px; margin: 24px 0 10px; }
.article-body p{ margin-bottom: 16px; }
.article-body ul, .article-body ol{ margin: 0 0 16px 20px; }
.article-body a{ color: var(--tf-steel); }
.article-body img{ width: 100%; border-radius: 4px; margin: 24px 0; }

.author-bio-card{ max-width: 760px; margin: 40px auto; padding: 24px; background: var(--tf-off-white); border: 1px solid var(--tf-gray-line); border-radius: 6px; display: flex; gap: 16px; align-items: flex-start; }
.author-bio-avatar{ width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.author-bio-name{ color: var(--tf-navy); font-weight: 700; font-size: 15px; margin-bottom: 2px; }
.author-bio-title{ color: var(--tf-gray-text); font-size: 13px; margin-bottom: 8px; }
.author-bio-text{ color: var(--tf-body-text); font-size: 14px; }

.faq-section{ max-width: 760px; margin: 40px auto; padding: 0 24px; }
.faq-section h2{ color: var(--tf-navy); font-size: 22px; margin-bottom: 16px; }
#faq-items .faq-item{ border-bottom: 1px solid var(--tf-gray-line); padding: 16px 0; }
#faq-items .faq-q{ font-weight: 700; color: var(--tf-navy); margin-bottom: 6px; }
#faq-items .faq-a{ color: var(--tf-body-text); font-size: 15px; }

.cta-banner{ max-width: 760px; margin: 40px auto; padding: 28px 24px; background: var(--tf-navy); color: var(--tf-white); border-radius: 6px; text-align: center; }
.cta-banner a{ color: var(--tf-white); text-decoration: underline; }

.related-section{ max-width: 760px; margin: 40px auto; padding: 0 24px 40px; }
.related-section h2{ color: var(--tf-navy); font-size: 20px; margin-bottom: 16px; }
.rel-card{ display: block; padding: 14px 0; border-bottom: 1px solid var(--tf-gray-line); color: var(--tf-navy); font-weight: 600; }
.rel-title{ font-size: 15px; }

.article-card{ display: flex; flex-direction: column; background: var(--tf-off-white); border: 1px solid var(--tf-gray-line); border-radius: 6px; overflow: hidden; }
.article-thumb{ width: 100%; height: 170px; object-fit: cover; }
.article-card .article-body{ padding: 16px; max-width: none; margin: 0; font-size: 14px; }
.article-meta{ display: flex; gap: 10px; align-items: center; margin-bottom: 8px; font-size: 12px; color: var(--tf-gray-text); }
.article-cat{ background: var(--tf-navy); color: var(--tf-white); padding: 2px 8px; border-radius: 3px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; }
.article-date{ opacity: 0.8; }
.article-excerpt{ font-size: 13px; color: var(--tf-body-text); margin-bottom: 10px; }
.article-link{ font-size: 13px; font-weight: 700; color: var(--tf-steel); }
