.hero { position: relative; padding: 40px 0 32px; background: linear-gradient(135deg, #1D3557 0%, #0d1b2a 60%, #1D3557 100%); 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.15; }
.hero::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(13, 27, 42, 0.3) 0%, rgba(13, 27, 42, 0.95) 100%); }
.hero .hero-content { position: relative; z-index: 1; }
.hero .hero-badge { display: inline-block; padding: 6px 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #A8DADC; background: rgba(69, 123, 157, 0.25); border: 1px solid rgba(168, 218, 220, 0.3); border-radius: 20px; margin-bottom: 16px; }
.hero .hero-heading { font-size: 28px; font-weight: 800; color: #ffffff; letter-spacing: -0.5px; margin-bottom: 16px; line-height: 1.15; }
.hero .hero-heading .hero-accent { color: #E63946; }
.hero .hero-text { font-size: 16px; color: #c0c8d4; max-width: 600px; margin-bottom: 24px; line-height: 1.7; }
.hero .hero-trust { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero .hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #A8DADC; }
.hero .hero-trust-icon { width: 20px; height: 20px; flex-shrink: 0; }
@media (min-width: 768px) {
  .hero { padding: 56px 0 40px; }
  .hero .hero-heading { font-size: 40px; }
  .hero .hero-text { font-size: 17px; }
}
@media (min-width: 1024px) {
  .hero { padding: 72px 0 48px; }
  .hero .hero-heading { font-size: 48px; }
  .hero .hero-text { font-size: 18px; }
}
