/* Градиент вместо заливки фигуры в Zero Block — повесьте класс на полноэкранный прямоугольник */
.harizma-hero-scan {
  background: linear-gradient(
    105deg,
    rgba(10, 11, 14, 0.72) 0%,
    rgba(26, 27, 32, 0.38) 38%,
    rgba(255, 45, 45, 0.06) 72%,
    rgba(10, 11, 14, 0.55) 100%
  ) !important;
  border: none !important;
}

.harizma-hero-kicker-line {
  box-shadow: 0 0 16px rgba(255, 45, 45, 0.55) !important;
}

.harizma-hero-kicker {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #8b8f98 !important;
}

.harizma-hero-kicker-neon {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.9),
    0 0 24px rgba(255, 60, 60, 0.45),
    0 0 40px rgba(255, 45, 45, 0.25) !important;
}

.harizma-hero-title {
  font-family: "Bebas Neue", Impact, sans-serif !important;
  font-size: clamp(3.5rem, 14vw, 9.5rem) !important;
  line-height: 0.88 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #f5f5f5 !important;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.5) !important;
}

.harizma-hero-title--accent {
  color: #ff2d2d !important;
  filter: drop-shadow(0 0 28px rgba(255, 45, 45, 0.55)) !important;
}

.harizma-hero-sub {
  font-family: "DM Sans", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  max-width: 36ch !important;
  color: rgba(236, 236, 236, 0.88) !important;
  line-height: 1.5 !important;
}

a.harizma-cta-hero {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 22px !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid #ff2d2d !important;
  border-radius: 0 !important;
  background: #ff2d2d !important;
  color: #0a0a0a !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 32px rgba(255, 45, 45, 0.55) !important;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s !important;
  box-sizing: border-box !important;
}

a.harizma-cta-hero * { transform: none !important; }

a.harizma-cta-hero:hover {
  transform: translateY(-2px) skewX(-2deg) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 48px rgba(255, 45, 45, 0.55),
    0 12px 40px rgba(0, 0, 0, 0.45) !important;
}

a.harizma-hero-btn-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 22px !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f5f5f5 !important;
  box-sizing: border-box !important;
}

a.harizma-hero-btn-outline:hover {
  border-color: #ff2d2d !important;
  color: #ff2d2d !important;
  box-shadow: 0 0 24px rgba(255, 45, 45, 0.2) !important;
}

.harizma-hero-stat-num {
  font-family: "Bebas Neue", Impact, sans-serif !important;
  font-size: clamp(2.5rem, 6vw, 4rem) !important;
  line-height: 1 !important;
  color: #f5f5f5 !important;
  letter-spacing: 0.04em !important;
}

.harizma-hero-stat-unit {
  font-size: 0.55em !important;
  vertical-align: super !important;
  margin-left: 2px !important;
}

.harizma-hero-stat-label {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #8b8f98 !important;
  margin-top: 6px !important;
}