.hero { background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0f1629 100%); padding: 24px 16px 20px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 50%, rgba(21, 89, 237, 0.15), transparent 50%), radial-gradient(circle at 80% 80%, rgba(21, 89, 237, 0.1), transparent 50%); pointer-events: none; z-index: 1; }
.hero .hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; position: relative; z-index: 3; }
.hero .hero-card-deco { position: absolute; font-size: 200px; color: #1559ed; opacity: 0.05; pointer-events: none; z-index: 2; font-family: serif; }
.hero .hero-card-deco-left { top: -40px; left: -20px; transform: rotate(-15deg); }
.hero .hero-card-deco-right { bottom: -40px; right: -20px; transform: rotate(20deg); }
.hero .hero-badge { display: none; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #e0e6ed; border: 1px solid rgba(255, 255, 255, 0.2); padding: 3px 10px; border-radius: 4px; margin-bottom: 10px; }
.hero .hero-title { font-size: 22px; font-weight: 800; line-height: 1.25; color: #ffffff; margin-bottom: 12px; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.hero .hero-heading { font-size: 22px; font-weight: 800; line-height: 1.25; color: #ffffff; margin-bottom: 12px; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.hero .hero-heading-accent { color: #1559ed; font-weight: 800; }
.hero .hero-heading-bar { display: block; width: 60px; height: 4px; background-color: #1559ed; border-radius: 3px; margin-top: 12px; }
.hero .hero-subtitle { font-size: 14px; line-height: 1.6; color: #e0e6ed; max-width: 700px; margin-bottom: 16px; }
.hero .hero-text { font-size: 14px; line-height: 1.6; color: #e0e6ed; max-width: 700px; margin-bottom: 16px; }
.hero .hero-intro { font-size: 14px; line-height: 1.6; color: #e0e6ed; max-width: 700px; margin-bottom: 16px; }
.hero .hero-cta { display: inline-block; background-color: #1559ed; color: #ffffff; font-size: 16px; font-weight: 600; padding: 14px 36px; border-radius: 8px; box-shadow: 0 4px 15px rgba(21, 89, 237, 0.4); transition: all 0.3s ease; cursor: pointer; }
.hero .hero-cta:hover { background-color: #0d47c4; transform: translateY(-2px); box-shadow: 0 6px 25px rgba(21, 89, 237, 0.6); }
.hero .hero-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 0; }
.hero .hero-nav-link { font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.06); padding: 5px 12px; border-radius: 6px; transition: all 0.3s ease; }
.hero .hero-nav-link:hover { background-color: rgba(21, 89, 237, 0.2); color: #ffffff; }
@media (min-width: 768px) {
  .hero { padding: 48px 20px 40px; }
  .hero .hero-badge { display: inline-block; font-size: 12px; padding: 5px 14px; margin-bottom: 16px; }
  .hero .hero-title { font-size: 42px; margin-bottom: 16px; }
  .hero .hero-heading { font-size: 42px; margin-bottom: 16px; }
  .hero .hero-heading-bar { width: 80px; height: 5px; margin-top: 16px; }
  .hero .hero-subtitle { font-size: 17px; margin-bottom: 20px; }
  .hero .hero-text { font-size: 17px; margin-bottom: 20px; }
  .hero .hero-intro { font-size: 17px; margin-bottom: 20px; }
  .hero .hero-nav-link { font-size: 13px; padding: 6px 14px; }
  .hero .hero-cta { font-size: 18px; padding: 16px 40px; }
}
@media (min-width: 1024px) {
  .hero { padding: 60px 20px 50px; }
  .hero .hero-title { font-size: 52px; }
  .hero .hero-heading { font-size: 52px; }
  .hero .hero-subtitle { font-size: 19px; }
  .hero .hero-text { font-size: 19px; }
  .hero .hero-intro { font-size: 19px; }
}
