.hero { position: relative; padding: 48px 0 40px; background: #1B2A4A; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("../images/hero-bg.webp") center center / cover no-repeat; opacity: 0.12; }
.hero::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(27, 42, 74, 0.95) 0%, rgba(27, 42, 74, 0.8) 100%); }
.hero .hero-content { position: relative; z-index: 1; }
.hero .hero-badge { display: inline-block; padding: 6px 16px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #C9A84C; border: 1px solid rgba(201, 168, 76, 0.4); border-radius: 2px; margin-bottom: 20px; }
.hero .hero-heading { font-size: 28px; font-weight: 300; color: #ffffff; letter-spacing: 0.5px; margin-bottom: 16px; line-height: 1.2; }
.hero .hero-heading .hero-accent { color: #C9A84C; }
.hero .hero-text { font-size: 16px; color: rgba(255, 255, 255, 0.7); max-width: 580px; margin-bottom: 28px; line-height: 1.8; }
.hero .hero-trust { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.hero .hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.8); letter-spacing: 0.5px; text-transform: uppercase; }
.hero .hero-trust-icon { width: 18px; height: 18px; flex-shrink: 0; }
@media (min-width: 768px) {
  .hero { padding: 64px 0 48px; }
  .hero .hero-heading { font-size: 38px; }
  .hero .hero-text { font-size: 17px; }
}
@media (min-width: 1024px) {
  .hero { padding: 80px 0 56px; }
  .hero .hero-heading { font-size: 46px; }
}
