.hero-section { background-color: #0A1A0A; background-image: url('images/hero-bg.png'); background-size: cover; background-position: center center; border-bottom: 1px solid #1A3A1A; padding: 32px 0 42px; position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 60%, rgba(90,138,60,0.20) 0%, transparent 55%), linear-gradient(165deg, rgba(5,14,5,0.90) 0%, rgba(8,22,8,0.82) 100%); pointer-events: none; z-index: 0; }
.hero-section .content-inner { position: relative; z-index: 1; }
.hero-section .hero-canada-badge { display: inline-flex; align-items: center; gap: 6px; background-color: rgba(90,138,60,0.18); color: #8BC34A; font-size: 10px; font-weight: 800; padding: 4px 12px; border-radius: 3px; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 16px; border: 1px solid rgba(90,138,60,0.35); }
.hero-section .hero-heading { font-size: 26px; font-weight: 900; color: #FFFFFF; line-height: 1.15; margin-bottom: 12px; letter-spacing: -0.5px; text-shadow: 0 2px 24px rgba(0,0,0,0.55); }
.hero-section .hero-bonus { color: #8BC34A; }
.hero-section .hero-meta { font-size: 13px; color: rgba(255,255,255,0.50); margin-bottom: 24px; }
.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: rgba(255,255,255,0.88); }
.hero-section .author-role { font-size: 12px; color: rgba(255,255,255,0.42); }

@media (min-width: 768px) {
  .hero-section { padding: 48px 0 60px; }
  .hero-section .hero-heading { font-size: 44px; letter-spacing: -1px; }
  .hero-section .hero-meta { font-size: 14px; }
}
