/* ARTICLE PAGE TEMPLATE (page-hero, article body, CTA) -- shared between the two pages that use this template. */

.page-hero { padding-top: var(--nav-height); background: white; }

.page-hero-inner { max-width: 860px; margin: 0 auto; padding: 72px 48px 64px; text-align: center; }

.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 3.8vw, 3.2rem); font-weight: 800; color: var(--navy); line-height: 1.08; letter-spacing: -1px; margin-bottom: 20px; }

.page-hero h1 em { font-style: normal; color: var(--blue); }

.page-hero-sub { font-size: 1.05rem; color: var(--text-light); line-height: 1.75; max-width: 580px; margin: 0 auto; }

.article { padding: 80px 48px; background: var(--blue-pale); }

.article-inner { max-width: 860px; margin: 0 auto; }

.article-inner h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 800; color: var(--navy); line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 20px; }

.article-inner h2 em { font-style: normal; color: var(--blue); }

.article-inner p { font-size: 0.975rem; color: var(--text-light); line-height: 1.85; margin-bottom: 20px; }

.article-inner p:last-child { margin-bottom: 0; }

.article-section { margin-bottom: 64px; padding-bottom: 64px; border-bottom: 1px solid var(--border); }

.article-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.article-cta { margin-top: 64px; background-image: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(24,104,219,0.25) 0%, transparent 70%); display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }

.article-cta-text h3 { font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.6rem); font-weight: 800; color: white; line-height: 1.2; letter-spacing: -0.3px; margin-bottom: 10px; }

.article-cta-text h3 em { font-style: normal; color: var(--accent); }

.article-cta-text p { font-size: 0.925rem; color: rgba(255,255,255,0.55); line-height: 1.7; max-width: 460px; margin-bottom: 0; }

.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; flex-shrink: 0; }

.cta-note { font-family: var(--font-display); font-size: 12px; color: rgba(255,255,255,0.35); }

.cta-note strong { color: rgba(255,255,255,0.55); }

@media (max-width: 900px) {
  .article { padding: 56px 20px; }
  .page-hero-inner { padding: 56px 20px 48px; }
  .article-cta { padding: 32px 24px; flex-direction: column; }
}

@media (max-width: 600px) {
  .article-cta { text-align: center; }
  .cta-actions { align-items: center; width: 100%; }
  .btn-primary { width: 100%; justify-content: center; }
}
