.elementor-1877 .elementor-element.elementor-element-822452e{width:100%;max-width:100%;}/* Start custom CSS *//* ============================= */
/* N.A.Z — SECTION HERO          */
/* ============================= */

.naz-hero {
  background:
    radial-gradient(circle at 15% 30%, rgba(227, 52, 47, 0.16), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(83, 215, 105, 0.10), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(47, 128, 237, 0.12), transparent 34%),
    #050505;
  color: #f5f5f5;
  padding: 110px 24px;
  overflow: hidden;
}

.naz-hero * {
  box-sizing: border-box;
}

.naz-hero__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.naz-hero__content {
  max-width: 620px;
}

.naz-eyebrow {
  margin: 0 0 18px;
  color: #e3342f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.naz-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.naz-hero__title span {
  color: #e3342f;
  display: inline-block;
}

.naz-hero__text {
  max-width: 560px;
  margin: 28px 0 0;
  color: #b8b8b8;
  font-size: 18px;
  line-height: 1.7;
}

.naz-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.naz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.naz-btn:hover {
  transform: translateY(-2px);
}

.naz-btn--primary {
  background: #e3342f;
  color: #ffffff;
  border: 1px solid #e3342f;
}

.naz-btn--primary:hover {
  background: #ff4742;
  border-color: #ff4742;
}

.naz-btn--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.naz-btn--secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.naz-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.naz-hero__proof span {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

/* VISUEL DASHBOARD */

.naz-hero__visual {
  width: 100%;
}

.naz-dashboard-card {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025)),
    #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.naz-dashboard-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.naz-dashboard-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.naz-dashboard-label {
  margin: 0 0 8px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.naz-dashboard-card h2 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
}

.naz-level-badge {
  min-width: 74px;
  min-height: 74px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(227, 52, 47, 0.12);
  border: 1px solid rgba(227, 52, 47, 0.45);
}

.naz-level-badge span {
  color: #e3342f;
  font-size: 11px;
  font-weight: 800;
}

.naz-level-badge strong {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.naz-zone-map {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 42px;
}

.naz-zone {
  min-height: 96px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.naz-zone span {
  margin-bottom: 6px;
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.naz-zone strong {
  font-size: 24px;
  line-height: 1;
}

.naz-zone--artist {
  border: 1px solid rgba(227, 52, 47, 0.45);
  box-shadow: inset 0 0 40px rgba(227, 52, 47, 0.08);
}

.naz-zone--artist strong {
  color: #e3342f;
}

.naz-zone--adventure {
  border: 1px solid rgba(83, 215, 105, 0.45);
  box-shadow: inset 0 0 40px rgba(83, 215, 105, 0.07);
}

.naz-zone--adventure strong {
  color: #53d769;
}

.naz-zone--admin {
  border: 1px solid rgba(47, 128, 237, 0.5);
  box-shadow: inset 0 0 40px rgba(47, 128, 237, 0.08);
}

.naz-zone--admin strong {
  color: #2f80ed;
}

.naz-progress-block {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.naz-progress-block__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 700;
}

.naz-progress-block__header strong {
  color: #ffffff;
}

.naz-progress-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
}

.naz-progress-bar__fill {
  width: 35%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e3342f, #53d769, #2f80ed);
}

.naz-mission-card {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.naz-mission-card p {
  margin: 0 0 8px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.naz-mission-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.35;
}

.naz-mission-card span {
  display: inline-block;
  margin-top: 14px;
  color: #53d769;
  font-size: 14px;
  font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 980px) {
  .naz-hero {
    padding: 86px 22px;
  }

  .naz-hero__container {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .naz-hero__content {
    max-width: 760px;
  }

  .naz-dashboard-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .naz-hero {
    padding: 68px 18px;
  }

  .naz-hero__title {
    font-size: 42px;
    letter-spacing: -0.045em;
  }

  .naz-hero__text {
    font-size: 16px;
    line-height: 1.65;
  }

  .naz-hero__buttons {
    flex-direction: column;
  }

  .naz-btn {
    width: 100%;
  }

  .naz-dashboard-card {
    padding: 22px;
    border-radius: 22px;
  }

  .naz-dashboard-card h2 {
    font-size: 24px;
  }

  .naz-dashboard-card__top {
    flex-direction: column;
  }

  .naz-level-badge {
    min-width: 68px;
    min-height: 68px;
  }

  .naz-zone {
    min-height: 86px;
    padding: 18px;
  }

  .naz-zone strong {
    font-size: 21px;
  }
}/* End custom CSS */