.hero-section { background-color: #F7F5EE; background-image: url('images/hero-bg.png'); background-size: cover; background-position: center top; border-bottom: 1px solid #E0E0E0; padding: 28px 0 32px; position: relative; }
.hero-section::before { content: ''; position: absolute; inset: 0; background: rgba(247, 245, 238, 0.82); pointer-events: none; }
.hero-section .content-inner { position: relative; z-index: 1; }
.hero-section .hero-canada-badge { display: inline-flex; align-items: center; gap: 6px; background-color: #C9A84C; color: #FFFFFF; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 3px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 12px; }
.hero-section .hero-heading { font-size: 24px; font-weight: 800; color: #1A1A1A; line-height: 1.2; margin-bottom: 10px; }
.hero-section .hero-bonus { color: #C9A84C; }
.hero-section .hero-meta { font-size: 13px; color: #666666; margin-bottom: 20px; }
.hero-section .authors-row { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-section .author-card { display: flex; align-items: center; gap: 10px; }
.hero-section .author-avatar { flex-shrink: 0; }
.hero-section .author-details { display: flex; flex-direction: column; gap: 2px; }
.hero-section .author-name { font-size: 13px; font-weight: 700; color: #1A1A1A; }
.hero-section .author-role { font-size: 12px; color: #666666; }

@media (min-width: 768px) {
  .hero-section { padding: 36px 0 44px; }
  .hero-section .hero-heading { font-size: 36px; }
}
