/* =========================================================
   Air-Soft — Homepage sections
   File: airsoft-home.css
   ========================================================= */

.as-hero {
  position: relative;
  min-height: clamp(560px, 78vh, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--as-black);
  color: var(--as-white);
}

.as-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.55) 43%, rgba(0,0,0,0.28) 100%),
    var(--as-hero-image, none);
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.as-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 59, 31, 0.22), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 100%);
}

.as-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--as-container-wide);
  margin: 0 auto;
  padding: 90px 0;
}

.as-hero__content {
  max-width: 760px;
}

.as-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.as-hero__title {
  margin: 0;
  font-family: var(--as-font-display);
  font-size: clamp(44px, 8vw, 116px);
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.as-hero__title span {
  display: block;
  color: var(--as-red);
}

.as-hero__text {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.55;
}

.as-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 42px;
}

.as-hero-stat {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--as-radius-md);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.as-hero-stat strong {
  display: block;
  color: var(--as-white);
  font-family: var(--as-font-display);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.as-hero-stat span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.as-intro-strip {
  padding: 44px 0;
  background: var(--as-cream);
  text-align: center;
}

.as-intro-strip__text {
  margin: 0 auto;
  max-width: 760px;
  color: var(--as-dark);
  font-size: clamp(19px, 2.2vw, 30px);
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-feature-band {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  color: var(--as-white);
}

.as-feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.as-feature-band__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: var(--as-container);
  margin: 0 auto;
}

.as-feature-mini {
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--as-radius-lg);
  background: rgba(0,0,0,0.28);
  text-align: center;
  backdrop-filter: blur(8px);
}

.as-feature-mini__icon {
  margin-bottom: 14px;
  color: var(--as-red);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.as-feature-mini h3 {
  margin: 0;
  color: var(--as-white);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-game-card {
  padding: 34px;
  background: #ffffff;
  transition: transform var(--as-transition), box-shadow var(--as-transition);
}

.as-game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 80px rgba(0,0,0,0.16);
}

.as-game-card__image {
  width: 132px;
  height: 132px;
  margin: -72px auto 22px;
  border: 6px solid var(--as-red);
  border-radius: 999px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(0,0,0,0.22);
}

.as-game-card h3 {
  margin: 0;
  color: var(--as-black);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.as-game-card p {
  margin: 14px 0 0;
  color: #4c514c;
  font-size: 15px;
  line-height: 1.72;
  text-align: center;
}

.as-tabs {
  margin-top: 34px;
}

.as-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 22px;
}

.as-tab-button {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.78);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background var(--as-transition), color var(--as-transition);
}

.as-tab-button.is-active,
.as-tab-button:hover {
  background: var(--as-red);
  color: var(--as-white);
}

.as-tab-panel {
  display: none;
  max-width: 820px;
  margin: 0 auto;
  padding: 28px;
  border-radius: var(--as-radius-lg);
  background: rgba(255,255,255,0.92);
  color: var(--as-dark);
  box-shadow: var(--as-shadow-soft);
}

.as-tab-panel.is-active {
  display: block;
}

.as-shop-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.as-shop-category {
  padding: 28px 14px;
  border-radius: var(--as-radius-lg);
  background: #ffffff;
  color: var(--as-dark) !important;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 36px rgba(0,0,0,0.08);
  transition: transform var(--as-transition), box-shadow var(--as-transition);
}

.as-shop-category:hover {
  transform: translateY(-4px);
  color: var(--as-dark) !important;
  text-decoration: none !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.14);
}

.as-shop-category__icon {
  display: block;
  margin-bottom: 14px;
  color: var(--as-red);
  font-size: 28px;
  line-height: 1;
}

.as-shop-category strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.as-team-building {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #3b0000;
  color: var(--as-white);
  text-align: center;
}

.as-team-building::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,59,31,0.2), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.64));
}

.as-team-building__inner {
  position: relative;
  z-index: 2;
  width: var(--as-container);
  margin: 0 auto;
}
/* =========================================================
   AIRSOFT HOME HERO FIX — Total/WPBakery full width safe
   ========================================================= */

.as-home-hero {
  position: relative;
  width: 100vw !important;
  min-height: 620px;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #060606;
  isolation: isolate;
}

.as-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.58) 45%, rgba(0,0,0,0.35) 100%),
    url("https://www.air-soft.rs/wp-content/uploads/2019/06/airsoft-polygon-4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

.as-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(241,90,39,0.28), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.72));
  z-index: -1;
}

.as-home-hero__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}

.as-home-hero__content {
  max-width: 760px;
}

.as-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #f15a27;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.as-home-hero__eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: #f15a27;
}

.as-home-hero h1 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.as-home-hero__text {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255,255,255,0.86) !important;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
  font-weight: 500;
}

.as-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.as-home-hero .as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.as-home-hero .as-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.as-home-hero .as-btn--primary {
  color: #ffffff !important;
  background: #f15a27;
  border: 1px solid #f15a27;
}

.as-home-hero .as-btn--primary:hover {
  color: #ffffff !important;
  background: #d94314;
  border-color: #d94314;
}

.as-home-hero .as-btn--ghost {
  color: #ffffff !important;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.34);
}

.as-home-hero .as-btn--ghost:hover {
  color: #ffffff !important;
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.66);
}

@media (max-width: 767px) {
  .as-home-hero {
    min-height: 560px;
  }

  .as-home-hero__inner {
    width: min(100% - 28px, 1180px);
    padding: 82px 0;
  }

  .as-home-hero h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .as-home-hero__text {
    font-size: 17px;
  }

  .as-home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .as-home-hero .as-btn {
    width: 100%;
  }
}
/* =========================================================
   AIRSOFT — Hero actions compatibility
   Add to: airsoft-home.css
   ========================================================= */

.as-hero .as-btn--ghost {
  color: #ffffff !important;
}

.as-hero .as-hero__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.as-hero__title {
  color: #ffffff !important;
}

.as-hero__title span {
  color: #f15a27 !important;
}

@media (max-width: 767px) {
  .as-hero__title {
    font-size: clamp(38px, 14vw, 58px);
    line-height: 0.92;
  }

  .as-hero__stats {
    margin-top: 30px;
  }
}
/* =========================================================
   AIRSOFT — Training band + Team Building fix
   ========================================================= */

.as-feature-band--training {
  position: relative;
  padding: 70px 0;
  isolation: isolate;
}

.as-feature-band--training::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.34), rgba(0,0,0,0.48)),
    rgba(0,0,0,0.18);
  z-index: -1;
}

.as-feature-band--training .as-feature-band__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.as-feature-mini,
.as-feature-mini:visited,
.as-feature-mini:hover,
.as-feature-mini:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.as-feature-mini *,
.as-feature-mini:hover *,
.as-feature-mini:focus * {
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.as-feature-mini h3 {
  margin: 0;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.as-feature-mini:hover h3 {
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.as-team-building {
  position: relative;
  padding: clamp(80px, 8vw, 130px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(241, 90, 39, 0.12), transparent 34%),
    linear-gradient(180deg, #450000 0%, #220000 100%);
  color: #ffffff;
  overflow: hidden;
}

.as-team-building__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.as-team-building .as-section-head {
  margin-bottom: 44px;
}

.as-team-building .as-section-head h2 {
  color: #ffffff !important;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.as-team-building .as-section-head p:not(.as-eyebrow) {
  color: rgba(255,255,255,0.76) !important;
}

.as-team-building__panel {
  max-width: 980px;
  text-align: center;
}

.as-team-building__panel p {
  color: rgba(255,255,255,0.88);
}

.as-team-building__panel strong {
  color: #ffffff;
  font-size: 20px;
}

.as-team-building__panel .as-center {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .as-feature-band--training {
    padding: 48px 0;
  }

  .as-feature-band--training .as-feature-band__inner,
  .as-team-building__inner {
    width: min(100% - 28px, 1180px);
  }

  .as-team-building {
    padding: 72px 0;
  }

  .as-team-building .as-section-head h2 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .as-team-building__panel {
    text-align: left;
  }
}