/* ============================
   MXBZH - HERO SECTION
   ============================ */

.hero {
  position: relative;
  min-height: 100dvh;
  padding: 0;
  overflow: hidden;
  background: radial-gradient(circle at 30% 10%, #ffffff 0%, #e7eff9 70%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero Video Background */
.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 25, 0.4) 0%, rgba(15, 15, 25, 0.55) 100%);
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 120% -20%, rgba(15, 74, 163, 0.08), transparent 40%);
  pointer-events: none;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Hero Grid */
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-grid.hero-centered {
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-centered .hero-content {
  max-width: 800px;
}

.hero-centered .hero-actions {
  justify-content: center;
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.hero-badge:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.hero-badge span {
  background: linear-gradient(135deg, #0f4aa3 0%, #1a67e3 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
}

/* Hero Content */
.hero-content h1 {
  font-family: 'Clash Display', 'Sora', sans-serif;
  font-size: clamp(2.5rem, 5.5vw, 4.2rem);
  line-height: 1.08;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.hero-highlight {
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.65rem;
  margin-bottom: 0.6rem;
}

.hero-description {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  max-width: 520px;
  margin: 0 auto 2rem;
  font-weight: 400;
}

/* Hero Actions */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* Hero Buttons */
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6f 100%);
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.4);
}

.btn-hero-primary svg {
  width: 18px;
  height: 18px;
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(30, 58, 95, 0.5);
  background: linear-gradient(135deg, #162d4d 0%, #1e3a5f 100%);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Typewriter Effect */
.btn-typewriter {
  min-width: 200px;
}

.typewriter-text {
  display: inline;
}

.typewriter-cursor {
  display: inline-block;
  margin-left: 2px;
  animation: blink 0.7s infinite;
  font-weight: 400;
}

.typewriter-cursor.hidden {
  opacity: 0;
}

/* Hero Card */
.hero-card {
  background: #ffffff;
  border: 1px solid rgba(11, 53, 111, 0.05);
  border-radius: 1.3rem;
  padding: 1.4rem 1.4rem 1.2rem;
  box-shadow: 0 20px 50px rgba(10, 29, 54, 0.08);
  position: relative;
  animation: float 6s ease-in-out infinite;
}

.status-pill {
  background: rgba(15, 74, 163, 0.11);
  color: #0d1117;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.65rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  max-width: fit-content;
  margin: 0 auto;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.hero-stat-number {
  font-family: 'Clash Display', 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}

.hero-stat-label {
  font-family: 'Sora', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

.stat-label {
  font-size: 0.6rem;
  text-transform: uppercase;
  color: rgba(13, 17, 23, 0.4);
  letter-spacing: 0.06em;
}

.stat-value {
  font-weight: 600;
  color: #0d1117;
}