/* ── HERO ── */
.hero {
  position: relative;
  height: calc(100dvh - var(--nav-h));
  min-height: 560px;
  display: flex;
  flex-direction: column;
}

.hero-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%; height: 100%;
  animation: zoomIn 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes zoomIn {
  from { transform: scale(1.06); opacity: .9; }
  to   { transform: scale(1);    opacity: 1;  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10,14,39,.93) 0%, rgba(10,14,39,.62) 52%, rgba(10,14,39,.18) 100%),
    linear-gradient(to top, rgba(10,14,39,.96) 0%, rgba(10,14,39,.45) 28%, transparent 55%);
}

.hero-accent {
  position: absolute;
  left: clamp(16px, 3.8vw, 52px);
  top: clamp(40px, 7vh, 96px);
  bottom: clamp(40px, 6vh, 80px);
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, rgba(251,191,36,.55) 15%, rgba(251,191,36,.55) 85%, transparent 100%);
  animation: accentIn .6s ease forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes accentIn { to { opacity: 1; } }

.hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: clamp(20px, 7vw, 80px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom: 32px;
  border: 1px solid rgba(251,191,36,.22);
  padding: 9px 18px;
  border-radius: 50px;
  backdrop-filter: blur(12px);
  background: rgba(10,14,39,.32);
  animation: heroFade .8s cubic-bezier(0.32, 0.08, 0.24, 1) forwards;
  opacity: 0;
  animation-delay: .3s;
}

.hero-badge-dot {
  width: 6px; height: 6px;
  background: #fbbf24;
  border-radius: 50%;
  flex-shrink: 0;
  animation: dotPulse 2.8s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1);   opacity: 1;  }
  50%       { transform: scale(1.6); opacity: .7; }
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(80px, 5vw, 72px);
  line-height: .93;
  letter-spacing: .01em;
  color: #ffffff;
  margin-bottom: 26px;
  font-weight: 700;
  text-shadow: 0 8px 40px rgba(10,14,39,.4);
  animation: heroFade .9s cubic-bezier(0.32, 0.08, 0.24, 1) forwards;
  opacity: 0;
  animation-delay: .44s;
}

@keyframes heroFade {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0);    }
}

.hero-title-accent {
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 55%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 17px;
  color: rgba(229,231,235,.75);
  line-height: 1.85;
  max-width: 400px;
  margin-bottom: 38px;
  font-weight: 400;
  letter-spacing: .2px;
  animation: heroFade .9s cubic-bezier(0.32, 0.08, 0.24, 1) forwards;
  opacity: 0;
  animation-delay: .58s;
}

.btn-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: heroFade .9s cubic-bezier(0.32, 0.08, 0.24, 1) forwards;
  opacity: 0;
  animation-delay: .72s;
}

.hero-main .btn-row { justify-content: flex-start; }

/* Hero stats strip */
.hero-bottom {
  display: flex;
  align-items: stretch;
  border-top: 1px solid rgba(255,255,255,.08);
  animation: heroFade .9s cubic-bezier(0.32, 0.08, 0.24, 1) forwards;
  opacity: 0;
  animation-delay: .88s;
  margin: 1em 0 0 0;
}

.hero-stats-strip { display: flex; align-items: center; flex: 1; padding: 0; }

.hero-stat { padding: 28px 48px 28px 0; }

.hero-stat-divider {
  width: 1px; height: 32px;
  background: rgba(255,255,255,.12);
  margin-right: 48px;
  flex-shrink: 0;
}

.hstat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 46px;
  line-height: 1;
  color: #fbbf24;
  letter-spacing: -.01em;
  display: block;
  font-weight: 700;
}

.hstat-num sup { font-size: 24px; color: #fbbf24; margin-left: 2px; }

.hstat-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 6px;
}

.hero-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 44px;
  border-left: 1px solid rgba(255,255,255,.08);
  cursor: pointer;
  transition: background .3s;
  text-decoration: none;
}

.hero-scroll:hover { background: rgba(255,255,255,.04); }

.hero-scroll-text {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  writing-mode: vertical-rl;
}

.hero-scroll-arrow {
  width: 18px; height: 18px;
  border-right: 1.5px solid rgba(251,191,36,.5);
  border-bottom: 1.5px solid rgba(251,191,36,.5);
  transform: rotate(45deg);
  animation: arrowBounce 2s ease-in-out infinite;
}

@keyframes arrowBounce {
  0%, 100% { transform: rotate(45deg) translate(0, 0);     opacity: 1;  }
  50%       { transform: rotate(45deg) translate(3px, 3px); opacity: .5; }
}
