/* Local editing shim. Keeps the downloaded layout stable offline. */
@font-face {
  font-family: "Tactic Sans";
  src:
    url("fonts/tactic-sans/TacticSans-Reg.woff2") format("woff2"),
    url("fonts/tactic-sans/TacticSans-Reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tactic Sans";
  src:
    url("fonts/tactic-sans/TacticSans-Med.woff2") format("woff2"),
    url("fonts/tactic-sans/TacticSans-Med.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tactic Sans";
  src:
    url("fonts/tactic-sans/TacticSans-Bld.woff2") format("woff2"),
    url("fonts/tactic-sans/TacticSans-Bld.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tactic Sans";
  src:
    url("fonts/tactic-sans/TacticSans-Blk.woff2") format("woff2"),
    url("fonts/tactic-sans/TacticSans-Blk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tactic Sans Extended";
  src:
    url("fonts/tactic-sans/TacticSansExd-Blk.woff2") format("woff2"),
    url("fonts/tactic-sans/TacticSansExd-Blk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NTF Grand";
  src:
    url("fonts/grand/NTF-Grand-BoldItalic.woff2") format("woff2"),
    url("fonts/grand/NTF-Grand-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "NTF Grand";
  src:
    url("fonts/grand/NTF-Grand-BoldItalic.woff2") format("woff2"),
    url("fonts/grand/NTF-Grand-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

:root {
  --font-tactic: "Tactic Sans", "Arial Nova", Arial, sans-serif;
  --font-tactic-text: "Tactic Sans", "Arial Nova", Arial, sans-serif;
  --font-tactic-display: "Tactic Sans Extended", "Tactic Sans", "Arial Nova", Arial, sans-serif;
  --font-grand-bold-italic: "NTF Grand", "Tactic Sans Extended", "Arial Nova", Arial, sans-serif;
  --laser-site-bg: url("assets/backgrounds/site-background.webp");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #061478 var(--laser-site-bg) center top / cover fixed no-repeat;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

[id] {
  scroll-margin-top: 76px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(3,8,34,.18) 0%, rgba(3,8,34,.06) 46%, rgba(3,8,34,.24) 100%),
    var(--laser-site-bg) center top / cover fixed no-repeat;
  color: #fff;
}

body.laser-gallery-open,
body.laser-video-open,
body.laser-loading {
  overflow: hidden;
}

body,
body *:not(svg):not(path):not(use) {
  font-family: var(--font-tactic) !important;
  font-synthesis: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.headline,
button,
[class*="headline"],
[class*="title"] {
  font-family: var(--font-tactic-display) !important;
}

img, video, picture { max-width: 100%; }
img[src$=".png"],
img[src$=".webp"] {
  background-color: transparent;
}
a[href="#"] { cursor: default; }

.laser-loader {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,241,67,.1), transparent 24%),
    radial-gradient(circle at 72% 28%, rgba(255,47,47,.08), transparent 26%),
    linear-gradient(180deg, #050607 0%, #000 100%);
  color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.laser-loader::before,
.laser-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.laser-loader::before {
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, #000 46%, transparent 76%);
  opacity: .5;
  animation: laserLoaderGrid 9s linear infinite;
}

.laser-loader::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,241,67,.16) 48%, transparent 52%),
    repeating-linear-gradient(180deg, rgba(255,255,255,.035) 0 1px, transparent 1px 5px);
  opacity: .32;
  transform: translateY(-100%);
  animation: laserLoaderScan 2.6s ease-in-out infinite;
}

.laser-loader-grid {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255,255,255,.09);
  opacity: .74;
}

.laser-loader-grid::before,
.laser-loader-grid::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border-color: #fff143;
  opacity: .9;
}

.laser-loader-grid::before {
  top: -1px;
  left: -1px;
  border-top: 3px solid;
  border-left: 3px solid;
}

.laser-loader-grid::after {
  right: -1px;
  bottom: -1px;
  border-right: 3px solid;
  border-bottom: 3px solid;
}

.laser-loader-core {
  position: relative;
  z-index: 1;
  width: min(360px, calc(100% - 56px));
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.laser-loader-core img {
  width: min(260px, 78vw);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.58));
}

.laser-loader-line {
  position: relative;
  width: min(320px, 100%);
  height: 4px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
}

.laser-loader-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: #fff143;
  box-shadow: 0 0 18px rgba(255,241,67,.72);
  animation: laserLoaderBar 1.18s ease-in-out infinite;
}

.laser-loader-core p {
  margin: 0;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes laserLoaderBar {
  0% {
    transform: translateX(-110%);
  }

  55%,
  100% {
    transform: translateX(250%);
  }
}

@keyframes laserLoaderScan {
  0% {
    transform: translateY(-100%);
  }

  50%,
  100% {
    transform: translateY(100%);
  }
}

@keyframes laserLoaderGrid {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 38px 38px, 38px 38px;
  }
}

.laser-clean-header {
  position: fixed !important;
  left: 50% !important;
  width: min(100%, 1920px) !important;
  min-height: 54px !important;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(6,8,10,.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0,0,0,.32);
}

#laser-header .laser-header-inner {
  width: min(1480px, calc(100% - 48px)) !important;
  min-height: 54px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

#laser-header .laser-header-brand {
  flex: 0 0 auto;
}

#laser-header .laser-header-brand a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: #fff !important;
  text-decoration: none !important;
}

#laser-header .laser-header-logo-img {
  width: auto;
  height: 34px;
  max-width: 174px;
  object-fit: contain;
}

#laser-header .laser-header-logo-img + .laser-header-logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

#laser-header .laser-header-desktop nav > ul,
#laser-header .laser-header-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#laser-header .laser-header-desktop nav > ul {
  display: flex;
  align-items: center;
  gap: 2px;
}

#laser-header .laser-header-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: #cfd4dc !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease;
}

#laser-header .laser-header-list a:hover {
  color: #fff !important;
  background: rgba(255,255,255,.06);
}

#laser-header .laser-header-cta a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: #cfff43;
  color: #050505 !important;
  font-family: var(--font-tactic-display) !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

#laser-header .laser-header-cta-mobile {
  display: none;
}

#laser-header .laser-header-socials {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#laser-header .laser-header-socials a,
#laser-header .laser-mobile-socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #cfd4dc !important;
  background: rgba(255,255,255,.035);
  text-decoration: none !important;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

#laser-header .laser-header-socials a:hover,
#laser-header .laser-mobile-socials a:hover {
  border-color: #cfff43;
  background: #cfff43;
  color: #050505 !important;
  transform: translateY(-1px);
}

#laser-header .laser-header-socials svg,
#laser-header .laser-mobile-socials svg,
.laser-footer-socials svg,
.laser-battle-cta-social svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#laser-header .laser-header-socials [data-social="facebook"] svg,
#laser-header .laser-mobile-socials [data-social="facebook"] svg,
.laser-footer-socials [data-social="facebook"] svg,
.laser-battle-cta-social [data-social="facebook"] svg {
  fill: currentColor;
  stroke: none;
}

#laser-header .laser-header-socials [data-social="tiktok"] svg,
#laser-header .laser-mobile-socials [data-social="tiktok"] svg,
.laser-footer-socials [data-social="tiktok"] svg,
.laser-battle-cta-social [data-social="tiktok"] svg {
  fill: currentColor;
  stroke: none;
}

.laser-language-switcher {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  z-index: 20;
}

.laser-language-current {
  min-width: 66px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.04);
  color: #cfd4dc;
  cursor: pointer;
  font-family: var(--font-tactic-display) !important;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.laser-language-current:hover,
.laser-language-switcher.is-open .laser-language-current {
  border-color: #cfff43;
  background: #cfff43;
  color: #050505;
}

.laser-language-caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 160ms ease;
}

.laser-language-switcher.is-open .laser-language-caret {
  transform: rotate(180deg);
}

.laser-language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 146px;
  display: grid;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(5,7,10,.96);
  box-shadow: 0 20px 42px rgba(0,0,0,.44);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.laser-language-switcher.is-open .laser-language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.laser-language-menu button {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 9px;
  border: 0;
  background: transparent;
  color: #cfd4dc;
  cursor: pointer;
  font-family: var(--font-tactic-display) !important;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.laser-language-menu button em {
  color: rgba(255,255,255,.56);
  font-family: var(--font-tactic-text);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}

.laser-language-menu button:hover,
.laser-language-menu button.is-active {
  background: #cfff43;
  color: #050505;
}

.laser-language-menu button:hover em,
.laser-language-menu button.is-active em {
  color: rgba(0,0,0,.68);
}

.laser-menu-toggle {
  width: 42px;
  height: 38px;
  display: none;
  place-items: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: #fff;
  cursor: pointer;
}

.laser-menu-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  background: currentColor;
}

#laser-header .laser-header-mobile-menu {
  display: none;
}

#laser-header .laser-mobile-socials {
  display: none;
}

#laser-header {
  transform: translate(-50%, 0) !important;
}

#laser-header {
  top: 0 !important;
  z-index: 500 !important;
}

#laser-header .laser-header-inner {
  min-height: 48px !important;
  overflow: visible !important;
}

#laser-header .laser-header-nav {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

#laser-header .laser-header-desktop,
#laser-header .laser-header-desktop nav,
#laser-header .laser-header-nav nav > ul {
  min-width: 0 !important;
}

#laser-header .laser-header-nav nav > ul {
  display: flex !important;
  flex-wrap: nowrap !important;
}

#laser-header .laser-header-nav nav > ul > li {
  display: flex !important;
  visibility: visible !important;
  flex: 0 0 auto !important;
}

#laser-header .laser-header-nav nav > ul > li > a {
  white-space: nowrap !important;
  padding-inline: 10px !important;
  letter-spacing: 0 !important;
}

#laser-header .laser-header-brand img {
  display: block !important;
}

#laser-header .laser-header-cta {
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

#laser-header .laser-header-cta a {
  white-space: nowrap !important;
}

#laser-header .laser-header-logo-text {
  display: block !important;
  color: #fff !important;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(14px, 1.2vw, 20px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

#laser-home {
  position: relative !important;
  min-height: clamp(560px, 80vh, 736px) !important;
  overflow: hidden !important;
  background: #000 !important;
}

#laser-home .laser-hero-content {
  position: relative !important;
  min-height: clamp(560px, 80vh, 736px) !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

#laser-home .hero-bg-mobile,
#laser-home .hero-bg-tablet,
#laser-home .hero-bg-desktop,
#laser-home .hero-fg-desktop-wide {
  display: none !important;
}

#laser-home .hero-bg-desktop-wide {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: scale(1.04) translate3d(0, 0, 0);
  transform-origin: 45% 42% !important;
  animation: laserHeroImageDrift 14s ease-in-out infinite alternate !important;
  will-change: transform !important;
}

@keyframes laserHeroImageDrift {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.12) translate3d(-1.8%, 1.1%, 0);
  }
}

#laser-home #gradientContainer,
#laser-home #bottomGradient {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

#laser-home #gradientContainer {
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.18) 32%, rgba(0,0,0,.68) 100%),
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,.86) 100%) !important;
}

#laser-home #gradientContainer .gradients,
#laser-home #bottomGradient {
  display: none !important;
}

#laser-home .headline-wrapper {
  position: relative !important;
  z-index: 2 !important;
  width: min(1280px, calc(100% - 120px)) !important;
  margin: 0 auto clamp(96px, 13vh, 148px) !important;
  text-align: left !important;
}

#laser-home .headline-content {
  display: grid !important;
  justify-items: start !important;
}

#laser-home .laser-hero-kicker {
  margin: 0 0 18px !important;
  color: #fff143 !important;
  font-size: clamp(12px, 1.05vw, 16px) !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

#laser-home .laser-hero-title {
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(42px, 7.7vw, 108px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: .78 !important;
  text-transform: uppercase !important;
  text-shadow: 0 12px 40px rgba(0,0,0,.72) !important;
}

#laser-home .laser-hero-deck {
  max-width: 660px !important;
  margin: 24px 0 0 !important;
  color: #f2f2f2 !important;
  font-size: clamp(16px, 1.55vw, 22px) !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  text-align: left !important;
  text-shadow: 0 8px 26px rgba(0,0,0,.75) !important;
}

#laser-home .global-hero-subhead p {
  max-width: 660px !important;
  margin: 18px 0 0 !important;
  color: #e6e6e6 !important;
  font-size: clamp(13px, 1.35vw, 18px) !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

#laser-home #hero-cta-list ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  margin-top: 22px !important;
  padding: 0 !important;
  list-style: none !important;
}

#laser-home #hero-cta-list li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#laser-home #hero-cta-list a,
#laser-home #hero-cta-list button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  color: #fff !important;
  background: rgba(0,0,0,.28) !important;
  font-family: var(--font-tactic-display) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

#laser-home #hero-cta-list .laser-hero-cta-primary a {
  border-color: #cfff43 !important;
  background: #cfff43 !important;
  color: #050505 !important;
}

#laser-home #hero-cta-list .laser-hero-cta-secondary a {
  background: rgba(0,0,0,.42) !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  #laser-home {
    min-height: 576px !important;
  }

  #laser-home .laser-hero-content {
    min-height: 576px !important;
  }

  #laser-home .hero-bg-desktop-wide {
    object-position: center top !important;
  }

  #laser-home .headline-wrapper {
    width: calc(100% - 32px) !important;
    margin: 0 16px 42px !important;
  }

  #laser-home .laser-hero-title {
    font-size: clamp(40px, 12vw, 58px) !important;
  }

  #laser-home #hero-cta-list ul {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #laser-home .hero-bg-desktop-wide {
    animation: none !important;
    transform: scale(1.045) translate3d(0, 0, 0) !important;
    will-change: auto !important;
  }
}

.laser-hero-stats {
  position: relative;
  z-index: 5;
  margin-top: -64px;
  margin-bottom: -28px;
  padding: 0;
  color: #fff;
  pointer-events: none;
}

.laser-hero-stats-inner {
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
}

.laser-hero-stats-panel {
  position: relative;
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: clamp(12px, 1.7vw, 26px);
  overflow: hidden;
  padding: clamp(16px, 1.65vw, 22px) clamp(20px, 2.35vw, 38px);
  border: 1px solid rgb(0 104 255 / 42%);
  border-radius: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(56,232,255,.16), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(45,104,255,.22), transparent 34%),
    linear-gradient(90deg, rgb(0 1 113), rgb(5 19 82 / 53%) 48%, rgba(3,21,96,.92));
  box-shadow:
    inset 0 0 1px rgba(255,255,255,.05),
    inset 0 0 42px rgba(56,142,255,.2),
    0 18px 54px rgba(0,0,0,.46),
    0 0 38px rgba(45,128,255,.24);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.laser-hero-stats-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .32;
  pointer-events: none;
}

.laser-hero-stats-panel::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(56,232,255,.24), rgba(45,104,255,.24), transparent);
  opacity: .34;
  mix-blend-mode: screen;
  pointer-events: none;
}

.laser-hero-stat {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.35vw, 16px);
}

.laser-hero-stat-icon {
  flex: 0 0 auto;
  width: clamp(34px, 2.8vw, 46px);
  height: clamp(34px, 2.8vw, 46px);
  display: grid;
  place-items: center;
  color: #9a5fff;
  filter: drop-shadow(0 0 16px rgba(154,95,255,.52));
}

.laser-hero-stat-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: #9a5fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.laser-hero-stat-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.laser-hero-stat-copy strong {
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: .01em;
  white-space: nowrap;
}

.laser-hero-stat-copy small {
  color: rgba(255,255,255,.74);
  font-size: clamp(12px, .82vw, 14px);
  font-weight: 400;
  line-height: 1.15;
}

.laser-audience {
  position: relative;
  z-index: 2;
  background: #111;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
}

.laser-audience-inner {
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
  padding: clamp(42px, 5.4vw, 76px) 0;
}

.laser-audience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 42px);
  align-items: center;
  margin-bottom: clamp(18px, 2.7vw, 34px);
}

.laser-audience-title {
  display: grid;
  gap: 18px;
}

.laser-audience-title p {
  margin: 0;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-audience-heading h2 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(34px, 4.35vw, 62px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  white-space: nowrap;
}

.laser-audience-heading h2 br {
  display: block;
}

.laser-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.laser-audience-icon {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--audience-color);
  filter: drop-shadow(0 0 12px rgba(var(--audience-rgb),.45));
  transform: translate3d(8px, -6px, 0);
  transition: filter 220ms ease, transform 220ms ease;
}

.laser-audience-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Open feature row: editorial intro followed by four event formats. */
.laser-audience {
  border-color: rgba(132, 79, 255, .34);
  box-shadow: inset 0 1px rgba(132, 79, 255, .14), inset 0 -1px rgba(132, 79, 255, .14);
}

.laser-audience-layout {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 3.2fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
}

.laser-audience-layout .laser-audience-heading {
  display: block;
  margin: 0;
}

.laser-audience-layout .laser-audience-title {
  gap: 20px;
}

.laser-audience-layout .laser-audience-heading h2 {
  max-width: 370px;
  font-size: clamp(28px, 2.15vw, 35px);
  line-height: .94;
  white-space: normal;
}

.laser-audience-layout .laser-audience-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  isolation: isolate;
}

.laser-audience-layout .laser-audience-grid::before,
.laser-audience-layout .laser-audience-grid::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(141,107,255,.65) 12%, rgba(255,255,255,.16) 50%, rgba(255,101,189,.55) 88%, transparent);
  pointer-events: none;
}

.laser-audience-layout .laser-audience-grid::before {
  top: 0;
}

.laser-audience-layout .laser-audience-grid::after {
  bottom: 0;
}

.laser-audience-item {
  --audience-color: #8d6bff;
  --audience-rgb: 141,107,255;
  position: relative;
  min-width: 0;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 30px clamp(18px, 1.55vw, 26px) 26px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  transition: background 260ms ease;
}

.laser-audience-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--audience-rgb), .25), transparent 52%),
    linear-gradient(180deg, rgba(var(--audience-rgb), .06), transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.laser-audience-item::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  z-index: 3;
  height: 2px;
  background: var(--audience-color);
  box-shadow: 0 0 18px rgba(var(--audience-rgb), .9);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 260ms cubic-bezier(.22,.72,.22,1);
  pointer-events: none;
}

.laser-audience-item > * {
  position: relative;
  z-index: 1;
}

.laser-audience-item:nth-child(1) {
  --audience-color: #5aa5ff;
  --audience-rgb: 90,165,255;
}

.laser-audience-item:nth-child(2) {
  --audience-color: #d14dff;
  --audience-rgb: 209,77,255;
}

.laser-audience-item:nth-child(3) {
  --audience-color: #8d6bff;
  --audience-rgb: 141,107,255;
}

.laser-audience-item:nth-child(4) {
  --audience-color: #ff65bd;
  --audience-rgb: 255,101,189;
}

.laser-audience-item:first-child {
  border-left: 0;
}

.laser-audience-item-index {
  position: absolute;
  top: 26px;
  right: clamp(18px, 1.55vw, 26px);
  color: rgba(var(--audience-rgb), .72);
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.laser-audience-item .laser-audience-icon {
  width: clamp(68px, 5.1vw, 84px);
  height: clamp(68px, 5.1vw, 84px);
  margin: 0 0 25px;
  color: var(--audience-color);
  filter: drop-shadow(0 0 12px rgba(var(--audience-rgb),.42));
  transform: none;
  transition: filter 260ms ease, transform 260ms cubic-bezier(.22,.72,.22,1);
}

.laser-audience-item .laser-audience-icon svg {
  stroke-width: 1.5;
}

.laser-audience-item-copy h3 {
  min-height: 2em;
  margin: 0 0 14px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.laser-audience-item-copy p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: clamp(13px, .88vw, 14px);
  font-weight: 400;
  line-height: 1.52;
}

.laser-audience-item:hover .laser-audience-icon {
  filter: drop-shadow(0 0 25px rgba(var(--audience-rgb),.92));
  transform: translate3d(0, -4px, 0) scale(1.04);
}

.laser-audience-item:hover {
  background: linear-gradient(180deg, rgba(var(--audience-rgb), .08), rgba(5,6,17,.1));
}

.laser-audience-item:hover::before {
  opacity: 1;
}

.laser-audience-item:hover::after {
  transform: scaleX(1);
}

.laser-audience-item:hover .laser-audience-item-copy h3 {
  color: #fff;
}

.laser-card-glint {
  position: absolute;
  display: block;
  border-radius: 2px;
  background: linear-gradient(138.275deg, rgba(255,255,255,0) 0%, #ff4343 44.79%, #ff4343 58.85%, rgba(255,255,255,0) 100%);
  box-shadow: 0 0 14px rgba(255,67,67,.52);
  z-index: 3;
  pointer-events: none;
}

.laser-card-glint:nth-child(1),
.laser-card-glint:nth-child(2) {
  width: 108px;
  height: 2px;
  left: -110px;
  transition: left 250ms ease-in-out;
}

.laser-card-glint:nth-child(3),
.laser-card-glint:nth-child(4) {
  width: 2px;
  height: 108px;
  top: -110px;
  transition: top 125ms ease-in-out;
}

.laser-card-glint:nth-child(1) {
  top: 0;
  transition-delay: 75ms;
}

.laser-card-glint:nth-child(2) {
  bottom: 0;
}

.laser-card-glint:nth-child(3) {
  left: 0;
  transition-delay: 200ms;
}

.laser-card-glint:nth-child(4) {
  right: 0;
}

.laser-scenario-card:hover .laser-card-glint:nth-child(1),
.laser-scenario-card:hover .laser-card-glint:nth-child(2) {
  left: 100%;
}

.laser-scenario-card:hover .laser-card-glint:nth-child(2) {
  transition-delay: 75ms;
}

.laser-scenario-card:hover .laser-card-glint:nth-child(3),
.laser-scenario-card:hover .laser-card-glint:nth-child(4) {
  top: 100%;
}

.laser-scenario-card:hover .laser-card-glint:nth-child(4) {
  transition-delay: 200ms;
}

body.laser-video-open {
  overflow: hidden;
}

.laser-advantage {
  position: relative;
  z-index: 2;
  width: 100vw;
  min-height: clamp(240px, 31vw, 455px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 42%, rgba(207,255,67,.16), transparent 28%),
    linear-gradient(135deg, #080808, #111 48%, #050505);
}

.laser-advantage-video {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: .9;
  filter: saturate(1.08) brightness(.96);
}

.laser-advantage-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,.08) 50%, rgba(0,0,0,.34)),
    linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.04) 48%, rgba(0,0,0,.38)),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
}

.laser-advantage-content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
  display: grid;
  gap: clamp(12px, 1.4vw, 20px);
  place-items: center;
  align-content: center;
  text-align: center;
}

.laser-advantage-title,
.laser-advantage-content p {
  max-width: 1180px;
  margin: 0;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(38px, 6.2vw, 94px);
  font-weight: 900;
  line-height: .88;
  text-transform: uppercase;
  text-shadow: 0 22px 58px rgba(0,0,0,.64);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.laser-advantage-content span {
  display: block;
  font-family: var(--font-tactic-display) !important;
  font-weight: 900;
}

.laser-advantage-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.4vw, 20px);
  margin: 0;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(13px, 1.15vw, 18px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 12px 30px rgba(0,0,0,.58);
}

.laser-advantage-note::before,
.laser-advantage-note::after {
  content: "";
  flex: 0 0 auto;
  width: clamp(72px, 7vw, 112px);
  height: clamp(11px, 1vw, 16px);
  background: repeating-linear-gradient(135deg, #fff 0 11px, transparent 11px 17px);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  filter: drop-shadow(0 0 8px rgba(255,255,255,.2));
  opacity: .96;
}

.laser-motion-video {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background: #0f0f0f;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-motion-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15,15,15,.92), rgba(15,15,15,.72) 46%, rgba(15,15,15,.96)),
    url("assets/hero/v2/players-hero.webp") left -70px bottom -180px / min(620px, 46vw) auto no-repeat;
  opacity: .22;
  filter: grayscale(.35) saturate(.75);
  pointer-events: none;
}

.laser-motion-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  opacity: .45;
  pointer-events: none;
}

.laser-motion-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) 0;
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(420px, 1.22fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
}

.laser-motion-copy {
  max-width: 520px;
}

.laser-motion-copy > p:first-child {
  margin: 0 0 18px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-motion-copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(34px, 4.4vw, 68px);
  font-weight: 900;
  line-height: .92;
  text-transform: uppercase;
}

.laser-motion-rule {
  width: 112px;
  height: 2px;
  margin: 30px 0 26px;
  background: #fff143;
}

.laser-motion-copy > p:last-child {
  max-width: 440px;
  margin: 0;
  color: #cfcfcf;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.laser-motion-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.16);
  background: #080808;
  cursor: pointer;
  box-shadow: 0 28px 70px rgba(0,0,0,.44);
}

.laser-motion-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.88) brightness(.72);
  transform: scale(1);
  transition: transform 320ms ease, filter 320ms ease;
}

.laser-motion-frame:hover img {
  filter: saturate(1) brightness(.84);
  transform: scale(1.035);
}

.laser-motion-frame-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(207,255,67,.12), transparent 18%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62));
}

.laser-motion-corner {
  position: absolute;
  z-index: 6;
  width: clamp(46px, 6vw, 86px);
  height: clamp(46px, 6vw, 86px);
  color: #f2f5f8;
  filter: drop-shadow(0 0 12px rgba(242,245,248,.46));
  pointer-events: none;
}

.laser-motion-corner:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 4px solid #f2f5f8;
  border-left: 4px solid #f2f5f8;
}

.laser-motion-corner:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 4px solid #f2f5f8;
  border-right: 4px solid #f2f5f8;
}

.laser-motion-corner:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #f2f5f8;
  border-left: 4px solid #f2f5f8;
}

.laser-motion-corner:nth-child(4) {
  right: 0;
  bottom: 0;
  border-right: 4px solid #f2f5f8;
  border-bottom: 4px solid #f2f5f8;
}

.laser-motion-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(0,0,0,.42);
  transform: translate(-50%, -50%);
  transition: background 220ms ease, transform 220ms ease;
}

.laser-motion-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #cfff43;
  transform: translate(-50%, -50%);
}

.laser-motion-frame:hover .laser-motion-play {
  background: rgba(0,0,0,.68);
  transform: translate(-50%, -50%) scale(1.04);
}

.laser-video-modal[hidden] {
  display: none !important;
}

.laser-video-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 42px;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(12px);
}

.laser-video-modal-shell {
  width: min(1120px, 100%);
  display: grid;
  gap: 12px;
}

.laser-video-modal-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 30px 90px rgba(0,0,0,.62);
}

.laser-video-modal-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.laser-video-fallback {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(0,0,0,.72);
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 18px 46px rgba(0,0,0,.42);
}

.laser-video-fallback span {
  color: rgba(255,255,255,.64);
  font: 500 11px/1.1 var(--font-tactic-text);
}

.laser-video-fallback strong {
  color: #cfff43;
  font: 800 11px/1 var(--font-tactic-display);
  letter-spacing: .02em;
}

.laser-video-fallback:hover {
  border-color: #cfff43;
  background: rgba(12,12,12,.9);
}

.laser-video-modal-close {
  position: fixed;
  top: 24px;
  right: 28px;
  z-index: 10001;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(0,0,0,.48);
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.laser-video-modal-close:hover {
  border-color: #cfff43;
  color: #cfff43;
}

.laser-scenarios {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 clamp(64px, 7vw, 104px);
  color: #fff;
  background: #050607;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-scenarios::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .5;
  pointer-events: none;
}

.laser-scenarios-bottom-art {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.laser-scenarios-bottom-art img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.laser-scenarios-intro {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 80px));
  margin: 0 auto clamp(36px, 4vw, 58px);
  text-align: center;
}

.laser-scenarios-intro p {
  margin: 0 0 12px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-scenarios-intro h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(46px, 6.4vw, 96px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
}

.laser-scenarios-intro span {
  display: block;
  max-width: 720px;
  margin: 28px auto 0;
  color: #cbd0d5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.48;
}

.laser-scenarios-grid {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
}

.laser-scenario-card {
  --scenario-color: #2da8ff;
  --scenario-rgb: 45,168,255;
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-rows: clamp(210px, 17vw, 252px) auto;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  background: #22262a;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.laser-scenario-card:nth-child(12n + 1) { --scenario-color: #2da8ff; --scenario-rgb: 45,168,255; }
.laser-scenario-card:nth-child(12n + 2) { --scenario-color: #ff2f8f; --scenario-rgb: 255,47,143; }
.laser-scenario-card:nth-child(12n + 3) { --scenario-color: #38e8ff; --scenario-rgb: 56,232,255; }
.laser-scenario-card:nth-child(12n + 4) { --scenario-color: #ff9f1a; --scenario-rgb: 255,159,26; }
.laser-scenario-card:nth-child(12n + 5) { --scenario-color: #cfff43; --scenario-rgb: 207,255,67; }
.laser-scenario-card:nth-child(12n + 6) { --scenario-color: #ff4343; --scenario-rgb: 255,67,67; }
.laser-scenario-card:nth-child(12n + 7) { --scenario-color: #8d6bff; --scenario-rgb: 141,107,255; }
.laser-scenario-card:nth-child(12n + 8) { --scenario-color: #00f0a8; --scenario-rgb: 0,240,168; }
.laser-scenario-card:nth-child(12n + 9) { --scenario-color: #ff6bd5; --scenario-rgb: 255,107,213; }
.laser-scenario-card:nth-child(12n + 10) { --scenario-color: #4d8dff; --scenario-rgb: 77,141,255; }
.laser-scenario-card:nth-child(12n + 11) { --scenario-color: #ffbf3d; --scenario-rgb: 255,191,61; }
.laser-scenario-card:nth-child(12n + 12) { --scenario-color: #35ffea; --scenario-rgb: 53,255,234; }

.laser-scenario-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: inherit;
  box-shadow: none;
  pointer-events: none;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.laser-scenario-card:hover {
  border-color: rgba(var(--scenario-rgb),.92);
  box-shadow: 0 20px 46px rgba(0,0,0,.42), 0 0 34px rgba(var(--scenario-rgb),.28);
  transform: translateY(-5px);
}

.laser-scenario-card:hover::before {
  border-color: rgba(var(--scenario-rgb),.34);
  box-shadow:
    inset 0 0 0 1px rgba(var(--scenario-rgb),.08),
    inset 0 0 42px rgba(var(--scenario-rgb),.08);
}

.laser-scenario-card-media {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #090b0d;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-scenario-card-media img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.94) brightness(.9);
  transform: scale(1);
  transition: transform 300ms ease, filter 300ms ease;
}

.laser-scenario-card:hover .laser-scenario-card-media img {
  filter: grayscale(0) saturate(1.06) brightness(.98);
  transform: scale(1.045);
}

.laser-scenario-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 66%, rgba(0,0,0,.28) 100%);
  pointer-events: none;
}

.laser-scenario-card-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 18px 17px;
  background:
    radial-gradient(circle at 100% 0%, rgb(0 149 255 / 0%) 42%),
    linear-gradient(180deg, #0c0c0c 0%, #202428 100%);
  transition: transform 220ms ease;
}

.laser-scenario-card:hover .laser-scenario-card-content {
  transform: none;
}

.laser-scenario-index {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
  color: var(--scenario-color);
  font-family: var(--font-tactic-display) !important;
  font-size: 18px;
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(var(--scenario-rgb),.48);
}

.laser-scenario-index::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--scenario-color);
  box-shadow: 0 0 12px rgba(var(--scenario-rgb),.42);
}

.laser-scenario-card .laser-card-glint {
  background: linear-gradient(138.275deg, rgba(255,255,255,0) 0%, var(--scenario-color) 44.79%, var(--scenario-color) 58.85%, rgba(255,255,255,0) 100%);
  box-shadow: 0 0 16px rgba(var(--scenario-rgb),.56);
}

.laser-scenario-card h3 {
  max-width: 100%;
  margin: 0 0 8px;
  color: #fff;
  font-family: "Hitmarker Normal Bold", "Tactic Sans", Arial, sans-serif !important;
  font-size: clamp(23px, 1.65vw, 28px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(var(--scenario-rgb),.18);
}

.laser-scenario-card p {
  max-width: 100%;
  margin: 0;
  color: #d4d8dd;
  font-size: clamp(13px, .92vw, 15px);
  font-weight: 400;
  line-height: 1.35;
}

.laser-command-marquee {
  position: relative;
  z-index: 3;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-block: 1px solid rgba(0,0,0,.7);
  background:
    repeating-linear-gradient(135deg, rgba(0,0,0,.16) 0 2px, transparent 2px 16px),
    #fff143;
  box-shadow: 0 0 34px rgba(255,241,67,.22);
}

.laser-command-marquee::before,
.laser-command-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  height: 2px;
  background: rgba(0,0,0,.72);
  pointer-events: none;
}

.laser-command-marquee::before {
  top: 8px;
}

.laser-command-marquee::after {
  bottom: 8px;
}

.laser-command-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  padding: 18px 0 17px;
  color: #050505;
  font-family: "Hitmarker Normal Bold", "Tactic Sans", Arial, sans-serif !important;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  animation: laser-marquee-run 34s linear infinite;
}

.laser-command-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
}

.laser-command-marquee-track span::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  background: #050505;
  transform: rotate(45deg);
}

@keyframes laser-marquee-run {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .laser-command-marquee-track {
    animation: none;
  }
}

body.laser-gallery-open {
  overflow: hidden;
}

.laser-gallery {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(70px, 8vw, 122px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 14% 18%, rgba(207,255,67,.08), transparent 28%),
    radial-gradient(circle at 88% 68%, rgba(255,255,255,.06), transparent 26%),
    #151515;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .5;
  pointer-events: none;
}

.laser-gallery-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
}

.laser-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: clamp(30px, 4vw, 58px);
}

.laser-gallery-heading p {
  margin: 0 0 9px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-gallery-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(46px, 6.4vw, 96px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
}

.laser-gallery-viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scroll-behavior: auto;
  scrollbar-width: none;
  touch-action: pan-y;
}

.laser-gallery-viewport::-webkit-scrollbar {
  display: none;
}

.laser-gallery-viewport.is-dragging {
  cursor: grabbing;
}

.laser-gallery-track {
  display: flex;
  width: max-content;
  gap: clamp(14px, 1.7vw, 26px);
  padding: 8px max(24px, calc((100vw - 1280px) / 2 + 60px)) 22px;
}

.laser-gallery-item {
  position: relative;
  flex: 0 0 clamp(270px, 29vw, 430px);
  height: clamp(320px, 34vw, 500px);
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  background: #090909;
  color: #fff;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 18px 42px rgba(0,0,0,.34);
}

.laser-gallery-item:nth-child(5n + 1) {
  flex-basis: clamp(320px, 36vw, 560px);
}

.laser-gallery-item:nth-child(5n + 4) {
  flex-basis: clamp(250px, 24vw, 360px);
}

.laser-gallery-item img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  filter: none;
  transform: scale(1);
  transition: transform 320ms ease, filter 320ms ease;
}

.laser-gallery-item::after {
  display: none;
}

.laser-gallery-item span {
  display: none;
}

.laser-gallery-item:hover {
  border-color: #444;
}

.laser-gallery-item:hover img {
  filter: saturate(1.04);
  transform: scale(1.045);
}

.laser-gallery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 20000;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 46px);
  overflow: hidden;
  background: rgba(0,0,0,.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.laser-gallery-lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.laser-gallery-stage {
  width: min(1500px, 94vw);
  height: min(86vh, 900px);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}

.laser-gallery-stage img {
  width: 100%;
  height: calc(100% - 34px);
  max-height: none;
  display: block;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.18);
  background: #050505;
  box-shadow: 0 30px 90px rgba(0,0,0,.68);
  cursor: zoom-in;
  transform-origin: center center;
  transition: transform 180ms ease;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
}

.laser-gallery-stage.is-zoomed img {
  cursor: grab;
}

.laser-gallery-stage.is-panning img {
  cursor: grabbing;
  transition: none;
}

.laser-gallery-stage figcaption {
  display: none;
}

.laser-gallery-close,
.laser-gallery-nav,
.laser-gallery-zoom-controls button {
  position: fixed;
  z-index: 20001;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(0,0,0,.52);
  color: #fff;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.laser-gallery-close {
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 34px;
  line-height: 1;
}

.laser-gallery-nav {
  top: 50%;
  width: 54px;
  height: 72px;
  font-size: 52px;
  line-height: 1;
  transform: translateY(-50%);
}

.laser-gallery-prev {
  left: 24px;
}

.laser-gallery-next {
  right: 24px;
}

.laser-gallery-close:hover,
.laser-gallery-nav:hover,
.laser-gallery-zoom-controls button:hover {
  border-color: #cfff43;
  background: rgba(0,0,0,.76);
  color: #cfff43;
}

.laser-gallery-zoom-controls {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 20001;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.laser-gallery-zoom-controls button {
  position: relative;
  width: 48px;
  height: 44px;
  font-family: "Hitmarker Normal Bold", "Tactic Sans", Arial, sans-serif !important;
  font-size: 20px;
  line-height: 1;
}

.laser-gallery-zoom-reset {
  width: 72px !important;
  font-size: 15px !important;
}

.laser-arena-photos {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(34px, 3.8vw, 56px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 72% 18%, rgba(207,255,67,.12), transparent 25%),
    linear-gradient(180deg, #0b0b0b 0%, #151515 48%, #080808 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-arena-photos::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .52;
  pointer-events: none;
}

.laser-arena-photos-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
}

.laser-arena-photos-heading {
  margin-bottom: clamp(20px, 2.5vw, 36px);
}

.laser-arena-photos-heading p {
  margin: 0 0 10px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-arena-photos-heading h2 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(34px, 5.2vw, 78px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  white-space: nowrap;
}

.laser-arena-photos-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 310px);
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
}

.laser-arena-photo-stage {
  position: relative;
  height: clamp(270px, 29vw, 400px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: #050505;
  box-shadow: 0 24px 70px rgba(0,0,0,.44);
}

.laser-arena-photo-stage::after {
  display: none;
}

.laser-arena-photo-stage img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: none;
  transform: scale(1.01);
  transition: opacity 180ms ease, transform 360ms ease, filter 260ms ease;
}

.laser-arena-photo-stage.is-switching img {
  opacity: .22;
  transform: scale(1.035);
}

.laser-arena-photo-stage figcaption {
  position: absolute;
  left: clamp(22px, 3vw, 44px);
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(22px, 3vw, 40px);
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.laser-arena-photo-stage figcaption span {
  color: var(--laser-accent);
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
}

.laser-arena-photo-stage figcaption strong {
  min-width: 0;
  max-width: 720px;
  color: #fff;
  font-family: "Hitmarker Normal Bold", "Tactic Sans", Arial, sans-serif !important;
  font-size: clamp(28px, 3.1vw, 48px);
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.laser-arena-thumbs {
  height: clamp(270px, 29vw, 400px);
  max-height: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--laser-accent) rgba(255,255,255,.08);
}

.laser-arena-thumb {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 38px minmax(82px, 104px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
  color: #fff;
  cursor: pointer;
  text-align: left;
  opacity: .62;
  transition: opacity 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.laser-arena-thumb span {
  color: #8f8f8f;
  font-family: var(--font-tactic-display) !important;
  font-size: 12px;
  font-weight: 900;
}

.laser-arena-thumb img {
  width: 100%;
  max-width: none;
  height: 74px;
  display: block;
  object-fit: cover;
  filter: grayscale(.28) brightness(.78);
  transition: filter 180ms ease, transform 220ms ease;
}

.laser-arena-thumb strong {
  min-width: 0;
  color: #d8d8d8;
  font-family: "Hitmarker Normal Bold", "Tactic Sans", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.laser-arena-thumb:hover,
.laser-arena-thumb.is-active {
  opacity: 1;
  border-color: var(--laser-accent);
  background: rgba(255,241,67,.08);
  transform: translate3d(-4px, 0, 0);
}

.laser-arena-thumb:hover img,
.laser-arena-thumb.is-active img {
  filter: grayscale(0) brightness(.98);
  transform: scale(1.025);
}

.laser-arena-thumb.is-active span,
.laser-arena-thumb.is-active strong {
  color: var(--laser-accent);
}

.laser-pricing {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(56px, 6.2vw, 92px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 16%, rgba(255,241,67,.12), transparent 24%),
    radial-gradient(circle at 18% 76%, rgba(255,255,255,.055), transparent 26%),
    linear-gradient(180deg, #070707 0%, #141414 48%, #080808 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .5;
  pointer-events: none;
}

.laser-pricing::after {
  content: "";
  position: absolute;
  right: -18vw;
  top: -22vw;
  width: 54vw;
  height: 54vw;
  border: 1px solid rgba(255,241,67,.14);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(255,241,67,.035), 0 0 90px rgba(255,241,67,.04);
  opacity: .8;
  pointer-events: none;
}

.laser-pricing-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
}

.laser-pricing-heading {
  max-width: 760px;
  margin-bottom: clamp(26px, 3.8vw, 50px);
}

.laser-pricing-heading p,
.laser-calculator-header p,
.laser-price-card-top p {
  margin: 0;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-pricing-heading h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(34px, 4.6vw, 68px);
  font-weight: 900;
  line-height: .94;
  text-transform: uppercase;
}

.laser-pricing-heading > span {
  display: block;
  max-width: 620px;
  color: #c7c7c7;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.48;
}

.laser-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(340px, .72fr);
  gap: clamp(18px, 2.6vw, 38px);
  align-items: stretch;
}

.laser-price-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.laser-price-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(21px, 2.1vw, 30px);
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(138deg, rgba(255,255,255,.045), rgba(255,255,255,.012) 42%, rgba(0,0,0,.28)),
    #121212;
  box-shadow: 0 24px 72px rgba(0,0,0,.42);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease;
}

.laser-price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,241,67,.08), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.09), transparent 22%, transparent 70%, rgba(255,241,67,.05));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.laser-price-card.is-featured {
  border-color: rgba(255,241,67,.34);
  background:
    linear-gradient(145deg, rgba(255,241,67,.09), rgba(255,255,255,.014) 36%, rgba(0,0,0,.38)),
    #131313;
}

.laser-price-card:hover,
.laser-price-card.is-active {
  border-color: #fff143;
  box-shadow: 0 30px 86px rgba(0,0,0,.54), 0 0 34px rgba(255,241,67,.08);
  transform: translate3d(0, -4px, 0);
}

.laser-price-card:hover::before,
.laser-price-card.is-active::before {
  opacity: 1;
}

.laser-price-card:hover .laser-card-glint:nth-child(1),
.laser-price-card:hover .laser-card-glint:nth-child(2) {
  left: 100%;
}

.laser-price-card:hover .laser-card-glint:nth-child(2) {
  transition-delay: 75ms;
}

.laser-price-card:hover .laser-card-glint:nth-child(3),
.laser-price-card:hover .laser-card-glint:nth-child(4) {
  top: 100%;
}

.laser-price-card:hover .laser-card-glint:nth-child(4) {
  transition-delay: 200ms;
}

.laser-price-card-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.laser-price-card h3,
.laser-calculator-header h3 {
  margin: 0;
  color: #fff;
  font-family: "Hitmarker Normal Bold", "Tactic Sans", Arial, sans-serif !important;
  font-size: clamp(26px, 2.25vw, 36px);
  font-weight: 900;
  line-height: .96;
  text-transform: uppercase;
}

.laser-price-value {
  position: relative;
  z-index: 1;
  margin: clamp(26px, 3.5vw, 52px) 0 8px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.laser-price-value strong {
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(46px, 4.8vw, 76px);
  font-weight: 900;
  line-height: .88;
}

.laser-price-value span {
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.laser-price-duration {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #e6e6e6;
  font-family: var(--font-tactic-display) !important;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.laser-price-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}

.laser-price-card li {
  position: relative;
  padding-left: 20px;
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.38;
}

.laser-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: #fff143;
  box-shadow: 0 0 16px rgba(255,241,67,.46);
}

.laser-price-cta,
.laser-calc-cta {
  position: relative;
  z-index: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 13px 20px 11px;
  border: 1px solid rgba(255,241,67,.84);
  background: #fff143;
  color: #050505 !important;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.laser-price-cta:hover,
.laser-calc-cta:hover {
  filter: brightness(1.08);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 0 28px rgba(255,241,67,.2);
}

.laser-calculator {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: clamp(21px, 2vw, 30px);
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.018)),
    rgba(10,10,10,.9);
  box-shadow: 0 24px 76px rgba(0,0,0,.48);
}

.laser-calculator::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .45;
  pointer-events: none;
}

.laser-calculator-header,
.laser-calc-plan-toggle,
.laser-calc-players,
.laser-calc-total,
.laser-calc-summary,
.laser-calculator .laser-calc-cta {
  position: relative;
  z-index: 1;
}

.laser-calculator-header {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.laser-calc-plan-toggle {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.laser-calc-option {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.04);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.laser-calc-option span,
.laser-calc-option strong {
  font-family: var(--font-tactic-display) !important;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.laser-calc-option span {
  font-size: 14px;
}

.laser-calc-option strong {
  color: #fff143;
  font-size: 13px;
  white-space: nowrap;
}

.laser-calc-option:hover,
.laser-calc-option.is-active {
  border-color: #fff143;
  background: rgba(255,241,67,.1);
  transform: translate3d(4px, 0, 0);
}

.laser-calc-players {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.laser-calc-players > span {
  color: #d6d6d6;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.laser-calc-stepper {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(0,0,0,.34);
}

.laser-calc-stepper button,
.laser-calc-stepper input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-weight: 900;
  line-height: 1;
}

.laser-calc-stepper button {
  font-size: 24px;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.laser-calc-stepper button:hover {
  background: #fff143;
  color: #050505;
}

.laser-calc-stepper button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.laser-calc-stepper button:disabled:hover {
  background: transparent;
  color: #fff;
}

.laser-calc-stepper input {
  width: 100%;
  appearance: textfield;
  border-left: 1px solid rgba(255,255,255,.12);
  border-right: 1px solid rgba(255,255,255,.12);
  font-size: 22px;
  text-align: center;
}

.laser-calc-stepper input::-webkit-outer-spin-button,
.laser-calc-stepper input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.laser-calc-total {
  margin: 4px 0 16px;
  padding: 16px 0 14px;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.laser-calc-total span {
  display: block;
  margin-bottom: 10px;
  color: #9e9e9e;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.laser-calc-total strong {
  display: block;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 900;
  line-height: .94;
  text-transform: uppercase;
}

.laser-calc-summary {
  display: grid;
  gap: 7px;
  margin-bottom: 20px;
}

.laser-calc-summary span {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.laser-partners {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(56px, 6vw, 90px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(207,255,67,.08), transparent 24%),
    radial-gradient(circle at 86% 74%, rgba(56,232,255,.07), transparent 26%),
    linear-gradient(180deg, #101010 0%, #080808 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-partners::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .46;
  pointer-events: none;
}

.laser-partners-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 120px));
  margin: 0 auto;
}

.laser-partners-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: clamp(28px, 5vw, 84px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.laser-partners-heading p {
  margin: 0 0 12px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-partners-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(34px, 4.6vw, 68px);
  font-weight: 900;
  line-height: .94;
  text-transform: uppercase;
}

.laser-partners-heading > span {
  color: #c7c7c7;
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.48;
}

.laser-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.laser-partner-card {
  position: relative;
  --partner-rgb: 207,255,67;
  min-height: 0;
  display: grid;
  grid-template-rows: clamp(210px, 17vw, 252px) auto;
  overflow: hidden;
  padding: 0;
  border: 1px solid transparent;
  background: #22262a;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.laser-partner-card:nth-child(1) {
  --partner-rgb: 207,255,67;
}

.laser-partner-card:nth-child(2) {
  --partner-rgb: 255,67,67;
}

.laser-partner-card:nth-child(3) {
  --partner-rgb: 56,232,255;
}

.laser-partner-card:nth-child(4) {
  --partner-rgb: 147,255,77;
}

.laser-partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid transparent;
  box-shadow: none;
  pointer-events: none;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.laser-partner-card::after {
  display: none;
}

.laser-partner-media {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: block;
  overflow: hidden;
  background: #090b0d;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-partner-media img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.96) brightness(.94);
  transform: scale(1);
  transition: transform 260ms ease, filter 260ms ease;
}

.laser-partner-content {
  position: relative;
  min-width: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 18px 17px;
  background:
    radial-gradient(circle at 100% 0%, rgb(0 149 255 / 0%) 42%),
    linear-gradient(180deg, #0c0c0c 0%, #202428 100%);
  transition: transform 220ms ease;
}

.laser-partner-label {
  display: block;
  margin: 0 0 8px;
  color: var(--partner-accent);
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.laser-partner-content strong {
  display: block;
  max-width: 100%;
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(23px, 1.65vw, 28px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.laser-partner-content em {
  display: block;
  max-width: 100%;
  margin: 0 0 18px;
  color: #cfcfcf;
  font-size: clamp(13px, .92vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: .01em;
}

.laser-partner-visit {
  min-height: 38px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 16px;
  border: 1px solid rgba(var(--partner-rgb), .62);
  border-radius: var(--laser-button-radius);
  background: rgba(var(--partner-rgb), .1);
  color: #fff !important;
  font-family: var(--font-tactic-display) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.laser-partner-visit span {
  color: inherit !important;
}

.laser-partner-card:hover .laser-partner-visit {
  border-color: var(--partner-accent);
  background: var(--partner-accent);
  color: #050505 !important;
  transform: translateY(-2px);
}

.laser-partner-card:hover {
  border-color: rgba(var(--partner-rgb), .92);
  box-shadow: 0 20px 46px rgba(0,0,0,.42), 0 0 34px rgba(var(--partner-rgb), .26);
  transform: translateY(-5px);
}

.laser-partner-card:hover::before {
  border-color: rgba(var(--partner-rgb), .34);
  box-shadow:
    inset 0 0 0 1px rgba(var(--partner-rgb), .08),
    inset 0 0 42px rgba(var(--partner-rgb), .08);
}

.laser-partner-card:hover .laser-partner-media img {
  filter: saturate(1.04) brightness(1);
  transform: scale(1.045);
}

.laser-partner-card:hover .laser-partner-content {
  transform: none;
}

.laser-partner-card:hover .laser-card-glint:nth-child(1),
.laser-partner-card:hover .laser-card-glint:nth-child(2) {
  left: 100%;
}

.laser-partner-card:hover .laser-card-glint:nth-child(2) {
  transition-delay: 75ms;
}

.laser-partner-card:hover .laser-card-glint:nth-child(3),
.laser-partner-card:hover .laser-card-glint:nth-child(4) {
  top: 100%;
}

.laser-partner-card:hover .laser-card-glint:nth-child(4) {
  transition-delay: 200ms;
}

.laser-battle-cta {
  position: relative;
  z-index: 4;
  min-height: clamp(230px, 18vw, 300px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,2,18,.78) 0%, rgba(0,2,18,.14) 31%, rgba(0,2,18,.08) 69%, rgba(0,2,18,.78) 100%),
    url("assets/cta/ready-to-play-banner.webp") center 48% / cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
  isolation: isolate;
}

.laser-battle-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.32), transparent 30%, transparent 70%, rgba(0,0,0,.32)),
    linear-gradient(180deg, rgba(0,0,0,.06), transparent 46%, rgba(0,0,0,.34));
  pointer-events: none;
}

.laser-battle-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .34;
  pointer-events: none;
}

.laser-battle-cta-inner {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 96px));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(26px, 3vw, 42px) 0 clamp(76px, 6vw, 94px);
  display: grid;
  align-items: center;
}

.laser-battle-cta-title {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  font-family: "NTF Grand", "Tactic Sans Extended", "Arial Nova", Arial, sans-serif !important;
  font-size: clamp(109px, 11.2vw, 185px);
  font-weight: 700;
  font-style: italic;
  font-synthesis: none;
  letter-spacing: 0;
  line-height: .78;
  text-transform: uppercase;
  text-shadow: 0 18px 48px rgba(0,0,0,.52);
}

.laser-battle-cta-title span,
.laser-battle-cta-title strong {
  color: inherit;
  font-family: "NTF Grand", "Tactic Sans Extended", "Arial Nova", Arial, sans-serif !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  font-style: italic !important;
  font-synthesis: none;
  letter-spacing: 0 !important;
  line-height: inherit !important;
  white-space: nowrap;
}

.laser-battle-cta-button {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 2vw, 30px);
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 0 26px;
  border: 1px solid #b7ad00;
  background: #fff143;
  color: #050505 !important;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
  transform: translateX(-50%);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.laser-battle-cta-button:hover {
  border-color: #a985ff;
  background: #5d18ff;
  color: #fff !important;
  transform: translate(-50%, -2px);
}

.laser-battle-cta-button > span:last-of-type {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.laser-location {
  position: relative;
  z-index: 2;
  min-height: clamp(430px, 48vw, 620px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 6% 18%, rgba(207,255,67,.08), transparent 26%),
    linear-gradient(135deg, #070707 0%, #030303 34%, #000 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.laser-location::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 33.333%;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 28%, rgba(0,0,0,.04) 60%, rgba(0,0,0,.14) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.16));
  pointer-events: none;
}

.laser-location::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: .1;
  pointer-events: none;
}

.laser-location-map {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  z-index: 0;
  min-height: clamp(430px, 48vw, 620px);
  background: #000;
  border-left: 1px solid rgba(255,255,255,.08);
}

.laser-location-map iframe {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: clamp(430px, 48vw, 620px);
  display: block;
  border: 0;
  filter: invert(1) hue-rotate(180deg) grayscale(.7) contrast(1.08) brightness(.92) saturate(.62);
}

.laser-location-inner {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-height: clamp(430px, 48vw, 620px);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(40px, 5vw, 76px) clamp(28px, 4.2vw, 72px);
  background:
    linear-gradient(90deg, rgba(0,0,0,.98), rgba(4,4,4,.9)),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
}

.laser-location-card {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.laser-location-card p {
  margin: 0 0 12px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-location-card h2 {
  margin: 0 0 28px;
  color: #fff;
  font-family: var(--font-tactic-display) !important;
  font-size: clamp(38px, 4.2vw, 66px);
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
}

.laser-location-address {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.laser-location-address span {
  color: #e9e9e9;
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.3;
}

.laser-location-card a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #cfff43;
  background: #cfff43;
  color: #060606 !important;
  font-family: var(--font-tactic-display) !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.laser-location-card a:hover {
  border-color: #fff;
  background: #fff;
  color: #050505 !important;
  transform: translate3d(3px, -2px, 0);
}

@media (max-width: 1024px) {
  .laser-hero-stats-inner {
    width: min(100% - 64px, 900px);
  }

  .laser-hero-stats-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laser-audience-inner {
    width: min(100% - 64px, 900px);
  }

  .laser-audience-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .laser-audience-layout .laser-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laser-audience-item:nth-child(odd) {
    border-left: 0;
  }

  .laser-audience-item:nth-child(n + 3) {
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .laser-motion-inner {
    width: min(100% - 64px, 900px);
    grid-template-columns: 1fr;
  }

  .laser-advantage-content {
    width: min(100% - 64px, 900px);
  }

  .laser-scenarios-grid {
    width: min(100% - 64px, 900px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laser-gallery-inner {
    width: min(100% - 64px, 900px);
  }

  .laser-gallery-track {
    padding-inline: 32px;
  }

  .laser-gallery-item {
    flex-basis: clamp(260px, 42vw, 390px);
    height: clamp(300px, 52vw, 460px);
  }

  .laser-arena-photos-inner {
    width: min(100% - 64px, 900px);
  }

  .laser-arena-photos-layout {
    grid-template-columns: 1fr;
  }

  .laser-arena-thumbs {
    height: auto;
    max-height: none;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 8px;
  }

  .laser-arena-thumb {
    min-width: 250px;
  }

  .laser-pricing-inner {
    width: min(100% - 64px, 900px);
  }

  .laser-pricing-layout {
    grid-template-columns: 1fr;
  }

  .laser-calculator,
  .laser-price-card {
    min-height: auto;
  }

  .laser-partners-inner {
    width: min(100% - 64px, 900px);
  }

  .laser-partners-heading,
  .laser-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laser-battle-cta-inner {
    width: min(100% - 64px, 900px);
  }

  .laser-location {
    grid-template-columns: minmax(290px, .9fr) minmax(0, 1.55fr);
  }

  .laser-location::before {
    left: 36.7%;
  }

  .laser-location-inner {
    width: 100%;
    padding-inline: 32px;
  }
}

@media (max-width: 640px) {
  .laser-hero-stats {
    margin-top: -28px;
    margin-bottom: 0;
    padding-bottom: 22px;
  }

  .laser-hero-stats-inner {
    width: calc(100% - 32px);
  }

  .laser-hero-stats-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
    border-radius: 0;
  }

  .laser-hero-stat {
    gap: 14px;
  }

  .laser-hero-stat-copy strong {
    font-size: clamp(16px, 4.6vw, 21px);
  }

  .laser-audience-inner {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .laser-audience-layout,
  .laser-audience-layout .laser-audience-grid {
    grid-template-columns: 1fr;
  }

  .laser-audience-heading h2 {
    max-width: none;
    font-size: clamp(28px, 9vw, 40px);
    line-height: .94;
  }

  .laser-audience-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    min-height: 0;
    padding: 22px 8px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 0;
    text-align: left;
  }

  .laser-audience-item:first-child {
    border-top: 0;
  }

  .laser-audience-item-index {
    top: 22px;
    right: 8px;
  }

  .laser-audience-item .laser-audience-icon {
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .laser-audience-item-copy h3 {
    min-height: 0;
    margin-bottom: 9px;
  }

  .laser-motion-inner {
    width: calc(100% - 32px);
    padding: 60px 0;
  }

  .laser-advantage {
    min-height: 240px;
  }

  .laser-advantage-content {
    width: calc(100% - 32px);
  }

  .laser-advantage-note {
    gap: 9px;
  }

  .laser-advantage-note::before,
  .laser-advantage-note::after {
    width: 48px;
    height: 10px;
    background-size: auto;
  }

  .laser-scenarios-grid {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .laser-gallery-inner {
    width: calc(100% - 32px);
  }

  .laser-gallery-heading {
    display: block;
  }

  .laser-gallery-track {
    gap: 14px;
    padding-inline: 16px;
  }

  .laser-gallery-item,
  .laser-gallery-item:nth-child(n) {
    flex-basis: min(82vw, 330px);
    height: 390px;
  }

  .laser-gallery-nav {
    top: auto;
    bottom: 18px;
    width: 48px;
    height: 58px;
    font-size: 42px;
    transform: none;
  }

  .laser-gallery-prev {
    left: 18px;
  }

  .laser-gallery-next {
    right: 18px;
  }

  .laser-gallery-zoom-controls {
    bottom: 88px;
  }

  .laser-arena-photos-inner {
    width: calc(100% - 32px);
  }

  .laser-arena-photo-stage {
    height: 220px;
  }

  .laser-arena-photo-stage figcaption {
    display: block;
  }

  .laser-arena-photo-stage figcaption strong {
    display: block;
    margin-top: 12px;
    text-align: left;
  }

  .laser-arena-thumb {
    min-width: 230px;
    grid-template-columns: 32px 82px minmax(0, 1fr);
  }

  .laser-pricing-inner {
    width: calc(100% - 32px);
  }

  .laser-pricing-heading h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .laser-price-cards {
    grid-template-columns: 1fr;
  }

  .laser-price-card h3,
  .laser-calculator-header h3 {
    font-size: clamp(31px, 10vw, 42px);
  }

  .laser-calc-option {
    min-height: 70px;
    align-items: flex-start;
    flex-direction: column;
  }

  .laser-calc-total strong {
    font-size: clamp(38px, 13vw, 54px);
  }

  .laser-partners-inner {
    width: calc(100% - 32px);
  }

  .laser-partners-heading,
  .laser-partners-grid {
    grid-template-columns: 1fr;
  }

  .laser-partner-card {
    min-height: 320px;
  }

  .laser-battle-cta {
    min-height: 370px;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(2,3,15,.98) 0%, rgba(2,3,15,.9) 45%, rgba(2,3,15,.36) 100%),
      url("assets/cta/ready-to-play-banner.webp") 58% center / cover no-repeat;
  }

  .laser-battle-cta-inner {
    width: calc(100% - 32px);
    min-height: 370px;
    padding: 42px 0;
    align-items: flex-end;
  }

  .laser-battle-cta-copy {
    width: min(100%, 360px);
    gap: 14px;
  }

  .laser-battle-cta-copy h2 {
    font-size: clamp(34px, 10.5vw, 50px);
    white-space: normal;
  }

  .laser-battle-cta-button {
    min-height: 50px;
    gap: 22px;
    padding-inline: 20px;
  }

  .laser-location {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .laser-location::before {
    top: auto;
    left: 0;
    height: 360px;
    background:
      linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.58)),
      linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.18));
  }

  .laser-location-map {
    grid-column: 1;
    grid-row: 2;
    min-height: 360px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  .laser-location-map iframe {
    min-height: 360px;
  }

  .laser-location-inner {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: auto;
    align-items: flex-start;
    padding: 44px 24px;
  }

  .laser-location-card {
    padding: 0;
  }

  .laser-location-card h2 {
    font-size: clamp(36px, 12vw, 56px);
  }

  .laser-motion-copy > p:last-child {
    font-size: 16px;
  }

  .laser-motion-play {
    width: 64px;
    height: 64px;
  }

  .laser-motion-corner {
    width: 28px;
    height: 28px;
  }

  .laser-video-modal {
    padding: 18px;
  }

  .laser-video-fallback {
    justify-self: stretch;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
  }

  .laser-video-fallback span,
  .laser-video-fallback strong {
    font-size: 10px;
  }

  .laser-scenarios {
    padding-bottom: 64px;
  }

  .laser-scenarios-intro,
  .laser-scenarios-grid {
    width: calc(100% - 32px);
  }

  .laser-scenarios-grid {
    grid-template-columns: 1fr;
  }

  .laser-scenario-card {
    min-height: 0;
    grid-template-rows: 230px auto;
    padding: 0;
  }
}

@media (max-width: 1320px) and (min-width: 1181px) {
  #laser-header .laser-header-nav nav > ul > li > a {
    padding-inline: 8px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 1180px) {
  #laser-header .laser-header-nav {
    display: none !important;
  }

  #laser-header .laser-header-brand {
    margin-right: auto !important;
  }
}

@media (max-width: 600px) {
  #laser-header .laser-header-cta a {
    min-width: 88px !important;
    padding-inline: 12px !important;
  }
}

.laser-footer-structure {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 46px 0 30px;
  color: #fff;
}

.laser-footer-top {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(280px, 1fr) auto;
  gap: clamp(22px, 4vw, 64px);
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.laser-footer-logo {
  display: inline-grid;
  gap: 2px;
  justify-self: start;
  color: #fff !important;
  font-family: var(--font-tactic-display) !important;
  line-height: .86;
  text-decoration: none !important;
  text-transform: uppercase;
}

.laser-footer-logo img {
  width: auto;
  height: 52px;
  max-width: 210px;
  display: block;
  object-fit: contain;
}

.laser-footer-tripadvisor {
  min-height: 28px;
  max-width: 210px;
  align-self: start;
}

.laser-footer-tripadvisor .TA_rated,
.laser-footer-tripadvisor .TA_links,
.laser-footer-tripadvisor .TA_links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.laser-footer-tripadvisor a,
.laser-footer-tripadvisor img {
  display: block;
}

.laser-footer-tripadvisor img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.laser-footer-logo span {
  color: #cfff43;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.laser-footer-logo strong {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: .01em;
}

.laser-footer-note {
  max-width: 600px;
  margin: 0;
  color: #bfc3c7;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.laser-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.laser-footer-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff !important;
  font-family: var(--font-tactic-display) !important;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.laser-footer-socials a:hover {
  border-color: #cfff43;
  background: #cfff43;
  color: #050505 !important;
  transform: translateY(-2px);
}

.laser-footer-columns {
  display: grid;
  grid-template-columns: minmax(150px, .72fr) repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 58px);
  padding: 30px 0;
}

.laser-footer-columns nav,
.laser-footer-columns div,
.laser-footer-columns address {
  display: block;
  margin: 0;
  font-style: normal;
}

.laser-footer-columns h3 {
  margin: 0 0 14px;
  color: #fff143;
  font-family: var(--font-tactic-display) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.laser-footer-columns a,
.laser-footer-columns span {
  display: block;
  margin: 0 0 8px;
  color: #c9cdd2 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none !important;
}

.laser-footer-columns a:hover {
  color: #fff !important;
}

#laser-footer .laser-footer-tripadvisor,
#laser-footer .laser-footer-tripadvisor * {
  color: #000 !important;
  text-shadow: none !important;
}

#laser-footer .laser-footer-tripadvisor a:hover {
  color: #000 !important;
}

.laser-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #8f969f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

#laser-footer .inner-footer {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

#laser-footer .inner-footer > :not(.laser-footer-structure) {
  display: none !important;
}

#laser-footer .laser-footer-structure {
  display: block !important;
}

.laser-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(5,7,10,.78);
  color: #cfff43;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
  backdrop-filter: blur(10px);
}

.laser-back-to-top span {
  font-family: var(--font-tactic-display) !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.laser-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.laser-back-to-top:hover {
  border-color: #cfff43;
  background: #cfff43;
  color: #050505;
}

@media (max-width: 900px) {
  #laser-header .laser-header-inner {
    width: calc(100% - 28px) !important;
    gap: 10px !important;
  }

  #laser-header .laser-header-nav {
    display: none !important;
  }

  .laser-menu-toggle {
    display: grid;
    order: 4;
    margin-left: 0;
  }

  #laser-header .laser-header-socials {
    order: 2;
    margin-left: auto;
  }

  .laser-language-switcher {
    order: 3;
    margin-left: 0;
  }

  #laser-header .laser-header-cta {
    order: 5;
    margin-left: 0 !important;
  }

  #laser-header .laser-header-cta a {
    min-width: 82px;
    padding-inline: 12px;
  }

  #laser-header .laser-header-cta-desktop {
    display: none;
  }

  #laser-header .laser-header-cta-mobile {
    display: inline;
  }

  #laser-header .laser-header-mobile-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(5,7,10,.96);
    box-shadow: 0 20px 46px rgba(0,0,0,.44);
  }

  #laser-header.is-mobile-open .laser-header-mobile-menu {
    display: block;
  }

  #laser-header .laser-header-mobile-menu ul {
    display: grid !important;
    gap: 2px;
  }

  #laser-header .laser-header-mobile-menu a {
    width: 100%;
    min-height: 42px;
    padding-inline: 12px !important;
  }

  #laser-header .laser-mobile-socials {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 2px 2px;
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 8px;
  }

  .laser-footer-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .laser-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  #laser-header {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  #laser-header .laser-header-cta {
    display: none !important;
  }

  #laser-header .laser-menu-toggle {
    position: absolute;
    top: 8px;
    right: 14px;
    display: grid !important;
    margin: 0 !important;
  }

  #laser-header .laser-header-socials {
    display: none !important;
  }

  #laser-header .laser-header-logo-img {
    height: 28px;
    max-width: 128px;
  }

  .laser-language-switcher {
    position: absolute;
    top: 11px;
    right: 66px;
    margin: 0 !important;
  }

  .laser-language-current {
    min-width: 54px;
    height: 30px;
    padding: 0 8px;
    font-size: 9px;
  }

  .laser-language-menu {
    min-width: 132px;
  }

  .laser-language-menu button {
    min-height: 32px;
  }

  #laser-home .headline-wrapper {
    width: min(358px, calc(100vw - 32px)) !important;
    max-width: min(358px, calc(100vw - 32px)) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    overflow: hidden;
  }

  #laser-home .laser-hero-title {
    max-width: min(100%, 10ch) !important;
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: .86 !important;
    overflow-wrap: normal !important;
  }

  #laser-home .laser-hero-deck,
  #laser-home .global-hero-subhead p {
    max-width: 100% !important;
    font-size: 15px !important;
    overflow-wrap: break-word !important;
  }

  #laser-home #hero-cta-list a,
  #laser-home #hero-cta-list button {
    width: min(100%, 232px) !important;
  }

  .laser-back-to-top {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
  }

  .laser-footer-structure {
    width: calc(100% - 32px);
    padding: 38px 0 26px;
  }

  .laser-footer-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .laser-footer-bottom {
    display: grid;
  }
}

:root {
  --laser-accent: #fff143;
  --laser-accent-soft: rgba(255,241,67,.16);
  --laser-button-bg: #4d00ff;
  --laser-button-border: #8550ff;
  --laser-button-glow: rgba(77,0,255,.34);
  --laser-button-text: #ffffff;
}

#laser-home .laser-hero-kicker,
.laser-audience-title p,
.laser-motion-copy > p:first-child,
.laser-scenarios-intro p,
.laser-gallery-heading p,
.laser-arena-photos-heading p,
.laser-pricing-heading p,
.laser-calculator-header p,
.laser-price-card-top p,
.laser-partners-heading p,
.laser-location-card p,
.laser-footer-columns h3,
.laser-loader p,
.laser-price-value span,
.laser-calc-total span,
.laser-calc-summary span:first-child,
.laser-video-fallback strong {
  color: var(--laser-accent) !important;
}

#laser-home #hero-cta-list .laser-hero-cta-primary a,
#laser-header .laser-header-cta a,
.laser-price-cta,
.laser-calc-cta,
.laser-location-card a {
  border-color: #b7ad00 !important;
  background: #fff143 !important;
  color: #000000 !important;
  box-shadow: 0 0 22px rgba(77,0,255,.18);
}

#laser-home #hero-cta-list .laser-hero-cta-secondary a {
  border-color: rgba(133,80,255,.78) !important;
  background: rgba(77,0,255,.16) !important;
  color: #fff !important;
}

#laser-home #hero-cta-list .laser-hero-cta-primary a:hover,
#laser-header .laser-header-cta a:hover,
.laser-price-cta:hover,
.laser-calc-cta:hover,
.laser-location-card a:hover,
#laser-home #hero-cta-list .laser-hero-cta-secondary a:hover {
  border-color: #a985ff !important;
  background: #5d18ff !important;
  color: #fff !important;
  filter: none;
}

.laser-language-current:hover,
.laser-language-switcher.is-open .laser-language-current,
.laser-language-menu button:hover,
.laser-language-menu button.is-active,
#laser-header .laser-header-socials a:hover,
#laser-header .laser-mobile-socials a:hover,
.laser-footer-socials a:hover,
.laser-back-to-top:hover {
  border-color: var(--laser-button-border) !important;
  background: var(--laser-button-bg) !important;
  color: #fff !important;
}

.laser-language-menu button:hover em,
.laser-language-menu button.is-active em {
  color: rgba(255,255,255,.72) !important;
}

.laser-motion-play::before {
  border-left-color: var(--laser-accent) !important;
}

.laser-price-card.is-featured {
  border-color: rgba(255,241,67,.42) !important;
  background:
    linear-gradient(145deg, rgba(255,241,67,.11), rgba(255,255,255,.014) 36%, rgba(0,0,0,.38)),
    #131313 !important;
}

.laser-price-card:hover,
.laser-price-card.is-active,
.laser-calc-option:hover,
.laser-calc-option.is-active,
.laser-arena-thumb:hover,
.laser-arena-thumb.is-active {
  border-color: var(--laser-button-border) !important;
  box-shadow: 0 30px 86px rgba(0,0,0,.54), 0 0 34px rgba(77,0,255,.14) !important;
}

.laser-price-card li::before,
.laser-calc-stepper button:hover {
  background: var(--laser-accent) !important;
  box-shadow: 0 0 16px rgba(255,241,67,.46) !important;
}

.laser-calc-option strong {
  color: var(--laser-accent) !important;
}

.laser-calc-option:hover,
.laser-calc-option.is-active {
  background: rgba(255,241,67,.1) !important;
}

.laser-gallery-nav:hover,
.laser-gallery-zoom-controls button:hover,
.laser-footer-columns a:hover {
  border-color: var(--laser-button-border) !important;
  color: var(--laser-accent) !important;
}

.laser-back-to-top {
  color: var(--laser-accent) !important;
}

.laser-gallery,
.laser-arena-photos,
.laser-pricing,
.laser-partners {
  background:
    radial-gradient(circle at 82% 0%, rgba(255,241,67,.14), transparent 30%),
    linear-gradient(180deg, rgba(3,8,34,.34) 0%, rgba(4,10,48,.18) 44%, rgba(2,5,22,.38) 100%) !important;
}

.laser-audience {
  background: #090a0c url("assets/backgrounds/audience-texture.webp") center 38% / cover no-repeat !important;
}

#laser-footer {
  background: #090a0c url("assets/backgrounds/audience-texture.webp") center 38% / cover no-repeat !important;
}

.laser-motion-video,
.laser-scenarios {
  background-color: #02030c !important;
  background-image: url("assets/backgrounds/motion-scenarios-bg.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.laser-motion-video::before {
  display: none;
}

.laser-motion-video {
  border-bottom: 0;
}

.laser-motion-video::after,
.laser-scenarios::before {
  display: none;
}

.laser-location {
  background: #090a0c url("assets/backgrounds/audience-texture.webp") center 38% / cover no-repeat !important;
}

.laser-location-inner {
  background: transparent !important;
}

.laser-battle-cta {
  background:
    linear-gradient(90deg, rgba(0,2,18,.78) 0%, rgba(0,2,18,.14) 31%, rgba(0,2,18,.08) 69%, rgba(0,2,18,.78) 100%),
    url("assets/cta/ready-to-play-banner.webp") center 48% / cover no-repeat !important;
  border-top-color: rgba(255,255,255,.1) !important;
  border-bottom-color: rgba(255,255,255,.1) !important;
}

.laser-battle-cta::before {
  opacity: 1 !important;
}

.laser-battle-cta-title span {
  color: #fff !important;
}

.laser-battle-cta-title strong {
  color: #fff !important;
}

.laser-battle-cta-button {
  border-color: #b7ad00 !important;
  background: #fff143 !important;
  color: #050505 !important;
}

.laser-battle-cta-button:hover {
  border-color: #a985ff !important;
  background: #5d18ff !important;
  color: #fff !important;
}

/* Hero v2: layered arena composition. */
#laser-home {
  height: 100svh !important;
  min-height: 680px !important;
  max-height: none !important;
  isolation: isolate;
  background: #020513 !important;
}

#laser-home::after {
  display: none;
}

#laser-home .laser-hero-content {
  --hero-bg-x: 0px;
  --hero-bg-y: 0px;
  --hero-type-x: 0px;
  --hero-type-y: 0px;
  --hero-people-x: 0px;
  --hero-people-y: 0px;
  position: relative !important;
  height: 100% !important;
  min-height: inherit !important;
  display: block !important;
  overflow: hidden !important;
  background: #020513;
}

#laser-home .laser-hero-layer {
  position: absolute;
  pointer-events: none;
  will-change: transform;
  transition: transform 820ms cubic-bezier(.16,1,.3,1);
}

#laser-home .laser-hero-background-layer {
  z-index: 0;
  inset: -18px;
  transform: translate3d(var(--hero-bg-x), var(--hero-bg-y), 0) scale(1.025);
}

#laser-home .laser-hero-background-layer img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.03);
  opacity: 1;
  transition: opacity 320ms ease;
}

#laser-home .laser-hero-depth-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: saturate(1.04) contrast(1.03);
  transition: opacity 320ms ease;
}

#laser-home .laser-hero-background-layer.is-depth-ready .laser-hero-depth-canvas {
  opacity: 1;
}

#laser-home .laser-hero-background-layer.is-depth-ready img {
  opacity: 0;
}

#laser-home .laser-hero-particles-layer {
  z-index: 1;
  inset: 0;
  overflow: hidden;
  opacity: .9;
}

#laser-home .laser-hero-particles {
  width: 100%;
  height: 100%;
  display: block;
}

#laser-home .laser-hero-wordmark-layer {
  z-index: 2;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: min(920px, 100%);
  transform: translate3d(var(--hero-type-x), var(--hero-type-y), 0);
}

#laser-home .laser-hero-wordmark-layer svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1600px;
  max-width: none;
  height: 900px;
  display: block;
  overflow: visible;
  transform: translateX(-50%);
}

#laser-home .laser-hero-mobile-wordmark {
  display: none;
}

#laser-home .laser-hero-mobile-break {
  display: none;
}

#laser-home .laser-hero-word {
  fill: #fff;
  stroke: rgba(255,255,255,.15);
  stroke-width: 1;
  paint-order: stroke fill;
  font-family: var(--font-grand-bold-italic) !important;
  font-size: 358px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.34));
}

#laser-home .laser-hero-people-layer {
  z-index: 3;
  inset: 0;
  transform: translate3d(var(--hero-people-x), var(--hero-people-y), 0);
}

#laser-home .laser-hero-people-layer::before,
#laser-home .laser-hero-people-layer::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

#laser-home .laser-hero-people-layer::before {
  inset: 3% 14% 16% 27%;
  background:
    radial-gradient(circle at 51% 25%, rgba(255,65,238,.82) 0 2%, rgba(206,29,255,.34) 12%, transparent 36%),
    radial-gradient(circle at 64% 43%, rgba(80,118,255,.52) 0 3%, rgba(62,77,255,.2) 17%, transparent 39%),
    radial-gradient(circle at 40% 58%, rgba(168,46,255,.42) 0 2%, rgba(119,38,255,.16) 18%, transparent 42%);
  filter: blur(9px);
  opacity: .76;
  animation: laserHeroLightBloom 8.6s cubic-bezier(.45,0,.25,1) infinite;
}

#laser-home .laser-hero-people-layer::after {
  top: 18%;
  left: 40%;
  width: 46%;
  height: 38%;
  background:
    radial-gradient(circle at 35% 34%, rgba(255,255,255,.86) 0 1.2%, rgba(255,103,245,.42) 4%, transparent 16%),
    radial-gradient(circle at 67% 54%, rgba(171,211,255,.78) 0 1%, rgba(78,126,255,.28) 5%, transparent 18%),
    linear-gradient(96deg, transparent 10%, rgba(255,69,232,.14) 46%, transparent 82%);
  filter: blur(4px);
  opacity: .58;
  animation: laserHeroLightDrift 6.8s cubic-bezier(.45,0,.25,1) 1.4s infinite;
}

@keyframes laserHeroLightBloom {
  0%, 100% { transform: translate3d(-2%, 1%, 0) scale(.94); opacity: .46; }
  18% { transform: translate3d(-.5%, .2%, 0) scale(1); opacity: .68; }
  24% { transform: translate3d(.3%, -.4%, 0) scale(1.08); opacity: 1; }
  31% { transform: translate3d(1%, -.7%, 0) scale(1.02); opacity: .58; }
  63% { transform: translate3d(2%, -1.5%, 0) scale(1.04); opacity: .62; }
  70% { transform: translate3d(2.4%, -1.8%, 0) scale(1.11); opacity: .96; }
  78% { transform: translate3d(1.5%, -.8%, 0) scale(1.04); opacity: .54; }
}

@keyframes laserHeroLightDrift {
  0%, 100% { transform: translate3d(-3%, 0, 0) scale(.92); opacity: .34; }
  30% { transform: translate3d(-.5%, 1%, 0) scale(1); opacity: .55; }
  38% { transform: translate3d(.5%, 1.5%, 0) scale(1.08); opacity: .92; }
  47% { transform: translate3d(1.5%, 1%, 0) scale(1.02); opacity: .46; }
  76% { transform: translate3d(3%, 2%, 0) scale(1.06); opacity: .64; }
}

#laser-home .laser-hero-people-layer img {
  position: absolute;
  z-index: 1;
  left: 56%;
  bottom: -12%;
  width: auto;
  max-width: none;
  height: 104%;
  display: block;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 26px 46px rgba(0,0,0,.38));
}

#laser-home #gradientContainer,
#laser-home #bottomGradient {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

#laser-home #gradientContainer {
  z-index: 1 !important;
  display: block !important;
  background: linear-gradient(180deg, rgba(0,2,14,.7) 0%, rgba(0,2,14,0) 18%, rgba(0,2,14,.08) 68%, rgba(0,2,14,.74) 100%) !important;
}

#laser-home #bottomGradient {
  z-index: 4 !important;
  display: block !important;
  background: linear-gradient(180deg, transparent 58%, rgba(1,3,17,.16) 70%, rgba(1,3,17,.88) 100%) !important;
}

#laser-home .headline-wrapper {
  position: absolute !important;
  z-index: 6 !important;
  top: 49% !important;
  left: clamp(60px, 6.5vw, 116px) !important;
  width: clamp(420px, 35vw, 570px) !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible !important;
  text-align: left !important;
}

#laser-home .headline-content {
  display: block !important;
}

#laser-home .laser-hero-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

#laser-home .laser-hero-tagline {
  display: grid;
  gap: 3px;
  margin: 0 !important;
  color: #fff;
  font-family: var(--font-tactic) !important;
  font-size: clamp(18px, 1.48vw, 25px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0,0,0,.72);
}

#laser-home .laser-hero-tagline span,
#laser-home .laser-hero-tagline strong {
  font-family: inherit !important;
}

#laser-home .laser-hero-tagline-accent {
  color: #fff143;
  font-weight: 800;
}

#laser-home .global-hero-subhead p {
  max-width: 450px !important;
  margin: clamp(18px, 2vw, 28px) 0 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-family: var(--font-tactic) !important;
  font-size: clamp(15px, 1.12vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  text-shadow: 0 8px 24px rgba(0,0,0,.74) !important;
}

#laser-home #hero-cta-list ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin: clamp(20px, 2vw, 28px) 0 0 !important;
}

#laser-home #hero-cta-list a {
  min-height: 52px !important;
  padding: 0 24px !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

#laser-home #hero-cta-list .laser-hero-cta-primary a::after {
  content: "→";
  margin-left: 16px;
  font-family: Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

#laser-home #hero-cta-list .laser-hero-cta-secondary a {
  border-color: rgba(255,241,67,.82) !important;
  background: rgba(3,5,18,.52) !important;
}

#laser-home #hero-cta-list .laser-hero-cta-secondary a::before {
  content: "▶";
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  margin-right: 11px;
  border: 2px solid #fff143;
  border-radius: 50%;
  color: #fff143;
  font-family: Arial, sans-serif !important;
  font-size: 9px;
  line-height: 1;
}

#laser-home .laser-hero-stats {
  position: absolute !important;
  z-index: 7 !important;
  left: 50% !important;
  bottom: 34px !important;
  width: min(960px, calc(100% - 120px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  transform: translateX(-50%);
  pointer-events: none;
}

#laser-home .laser-hero-stats-inner {
  width: 100% !important;
  margin: 0 !important;
}

#laser-home .laser-hero-stats-panel {
  min-height: 66px !important;
  display: grid !important;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.18fr) minmax(0, .94fr) !important;
  gap: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

#laser-home .laser-hero-stats-panel::before,
#laser-home .laser-hero-stats-panel::after {
  display: none !important;
}

#laser-home .laser-hero-stat {
  min-width: 0;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center !important;
  gap: 14px !important;
  padding: 0 28px !important;
}

#laser-home .laser-hero-stat + .laser-hero-stat {
  border-left: 1px solid rgba(255,255,255,.38);
}

#laser-home .laser-hero-stat-icon {
  width: 42px !important;
  height: 42px !important;
  color: #fff143 !important;
  filter: drop-shadow(0 0 12px rgba(255,241,67,.26)) !important;
}

#laser-home .laser-hero-stat-icon svg {
  stroke: #fff143 !important;
  stroke-width: 2.4 !important;
}

#laser-home .laser-hero-stat-copy {
  gap: 5px !important;
}

#laser-home .laser-hero-stat-copy strong {
  color: #fff !important;
  font-family: var(--font-tactic) !important;
  font-size: clamp(24px, 2vw, 34px) !important;
  font-weight: 700 !important;
  line-height: .95 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

#laser-home .laser-hero-stat-copy small {
  color: rgba(255,255,255,.72) !important;
  font-family: var(--font-tactic) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  #laser-home,
  #laser-home .laser-hero-content {
    min-height: 760px !important;
  }

  #laser-home .laser-hero-people-layer img {
    left: 64%;
    height: 97%;
  }

  #laser-home .headline-wrapper {
    top: 40% !important;
    left: 32px !important;
    width: 420px !important;
  }

  #laser-home .laser-hero-stats {
    width: calc(100% - 64px) !important;
  }

  #laser-home .laser-hero-stat {
    padding-inline: 18px !important;
  }
}

@media (max-width: 760px) {
  #laser-home,
  #laser-home .laser-hero-content {
    min-height: 780px !important;
  }

  #laser-home .laser-hero-background-layer img {
    object-position: 48% center;
  }

  #laser-home .laser-hero-wordmark-layer svg {
    left: 0;
    transform: none;
  }

  #laser-home .laser-hero-word-laser {
    transform: translateX(-50px);
  }

  #laser-home .laser-hero-word-tag {
    transform: translateX(-850px);
  }

  #laser-home .laser-hero-people-layer {
    opacity: .78;
  }

  #laser-home .laser-hero-people-layer img {
    left: 72%;
    bottom: -1%;
    height: 82%;
  }

  #laser-home #gradientContainer {
    background: linear-gradient(180deg, rgba(0,2,14,.68) 0%, transparent 20%, rgba(0,2,14,.2) 60%, rgba(0,2,14,.88) 100%) !important;
  }

  #laser-home .headline-wrapper {
    top: 30% !important;
    left: 16px !important;
    width: min(340px, calc(100% - 32px)) !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #laser-home .laser-hero-tagline {
    font-size: clamp(17px, 5vw, 21px);
  }

  #laser-home .global-hero-subhead p {
    max-width: 330px !important;
    font-size: 15px !important;
  }

  #laser-home #hero-cta-list ul {
    flex-direction: row !important;
    align-items: stretch !important;
  }

  #laser-home #hero-cta-list a {
    min-height: 44px !important;
    padding-inline: 16px !important;
    font-size: 11px !important;
  }

  #laser-home .laser-hero-stats {
    bottom: 28px !important;
    width: calc(100% - 24px) !important;
  }

  #laser-home .laser-hero-stats-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #laser-home .laser-hero-stat {
    grid-template-columns: 1fr !important;
    justify-items: center;
    gap: 7px !important;
    padding: 0 8px !important;
    text-align: center;
  }

  #laser-home .laser-hero-stat-icon {
    width: 27px !important;
    height: 27px !important;
  }

  #laser-home .laser-hero-stat-copy {
    justify-items: center;
  }

  #laser-home .laser-hero-stat-copy strong {
    font-size: clamp(17px, 5vw, 22px) !important;
  }

  #laser-home .laser-hero-stat-copy small {
    max-width: 96px;
    font-size: 8px !important;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  #laser-home #hero-cta-list ul {
    width: 220px;
    flex-direction: column !important;
    gap: 10px !important;
  }

  #laser-home #hero-cta-list a {
    width: 100% !important;
  }

  #laser-home .laser-hero-people-layer img {
    left: 79%;
    height: 78%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #laser-home .laser-hero-layer {
    transform: none !important;
    transition: none !important;
  }

  #laser-home .laser-hero-people-layer::before,
  #laser-home .laser-hero-people-layer::after,
  #laser-home .laser-hero-particles-layer {
    animation: none !important;
  }
}

@media (max-width: 640px) {
  .laser-battle-cta {
    min-height: 390px;
    background:
      linear-gradient(90deg, rgba(0,2,18,.62), rgba(0,2,18,.04) 48%, rgba(0,2,18,.5)),
      url("assets/cta/ready-to-play-banner.webp") 50% center / cover no-repeat !important;
  }

  .laser-battle-cta::before {
    width: auto;
    background:
      linear-gradient(90deg, rgba(0,0,0,.34), transparent 42%, rgba(0,0,0,.3)),
      linear-gradient(180deg, rgba(0,0,0,.08), transparent 48%, rgba(0,0,0,.46));
  }

  .laser-battle-cta-inner {
    width: calc(100% - 32px);
    min-height: 390px;
    padding: 28px 0 88px;
    display: grid;
    align-items: stretch;
  }

  .laser-battle-cta-title {
    display: grid;
    align-content: space-between;
    gap: 0;
    font-size: clamp(73px, 21.7vw, 101px);
    line-height: .82;
  }

  .laser-battle-cta-title strong {
    justify-self: end;
  }

  .laser-battle-cta-button {
    bottom: 24px;
    width: min(100%, 290px);
  }
}

/* Shared geometry for rectangular interface elements. */
:root {
  --laser-ui-radius: 16px;
  --laser-button-radius: 8px;
}

#laser-header .laser-header-inner,
.laser-language-current,
.laser-language-menu,
.laser-language-menu button,
.laser-menu-toggle,
#laser-header .laser-header-cta a,
#laser-home #hero-cta-list a,
.laser-hero-stats-panel,
.laser-motion-frame,
.laser-video-modal-shell,
.laser-video-fallback,
.laser-scenario-card,
.laser-gallery-item,
.laser-gallery-stage,
.laser-gallery-nav,
.laser-gallery-zoom-controls button,
.laser-arena-photo-stage,
.laser-arena-thumb,
.laser-price-card,
.laser-calculator,
.laser-calc-option,
.laser-calc-stepper,
.laser-price-cta,
.laser-calc-cta,
.laser-partner-card,
.laser-battle-cta-button,
.laser-location-card a,
.laser-back-to-top {
  border-radius: var(--laser-ui-radius) !important;
}

.laser-hero-stats-panel,
.laser-motion-frame,
.laser-video-modal-shell,
.laser-scenario-card,
.laser-gallery-item,
.laser-gallery-stage,
.laser-arena-photo-stage,
.laser-price-card,
.laser-calculator,
.laser-partner-card {
  overflow: hidden;
}

.laser-hero-stats-panel::before,
.laser-hero-stats-panel::after,
.laser-scenario-card::before,
.laser-price-card::before,
.laser-calculator::before,
.laser-partner-card::before,
.laser-partner-card::after {
  border-radius: inherit;
}

.laser-language-current,
.laser-language-menu button,
.laser-menu-toggle,
#laser-header .laser-header-cta a,
#laser-home #hero-cta-list a,
.laser-video-fallback,
.laser-video-modal-close,
.laser-gallery-nav,
.laser-gallery-zoom-controls button,
.laser-calc-option,
.laser-calc-stepper,
.laser-calc-stepper button,
.laser-price-cta,
.laser-calc-cta,
.laser-battle-cta-button,
.laser-location-card a,
.laser-back-to-top {
  border-radius: var(--laser-button-radius) !important;
}

.laser-motion-frame {
  border-radius: 0 !important;
}

/* CTA energy trace + single laser scan. */
.laser-cta-animated {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
}

.laser-cta-animated > .laser-cta-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.laser-battle-cta-button.laser-cta-animated {
  width: max-content;
  max-width: calc(100vw - 32px);
}

.laser-cta-animated > span:not(.laser-cta-fx) {
  position: relative;
  z-index: 1;
}

.laser-cta-fx::before,
.laser-cta-fx::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.laser-cta-fx::before {
  top: -45%;
  bottom: -45%;
  left: -38%;
  width: 24%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), rgba(238,255,196,.92), rgba(255,255,255,.22), transparent);
  filter: blur(.4px) drop-shadow(0 0 9px rgba(207,255,67,.62));
  transform: translate3d(-260%, 0, 0) skewX(-18deg);
  mix-blend-mode: screen;
}

.laser-cta-fx::after {
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent, #8f5aff, #d7c8ff, transparent) -60% 0 / 42% 2px no-repeat,
    linear-gradient(180deg, transparent, #8f5aff, #d7c8ff, transparent) 100% -60% / 2px 42% no-repeat,
    linear-gradient(270deg, transparent, #8f5aff, #d7c8ff, transparent) 160% 100% / 42% 2px no-repeat,
    linear-gradient(0deg, transparent, #8f5aff, #d7c8ff, transparent) 0 160% / 2px 42% no-repeat;
  filter: drop-shadow(0 0 7px rgba(143,90,255,.9));
}

@media (hover: hover) and (pointer: fine) {
  .laser-cta-animated:hover > .laser-cta-fx::before {
    animation: laserCtaScan 560ms 100ms cubic-bezier(.2,.72,.22,1) 1 both;
  }

  .laser-cta-animated:hover > .laser-cta-fx::after {
    animation: laserCtaBorderTrace 620ms cubic-bezier(.2,.72,.22,1) 1 both;
  }
}

@keyframes laserCtaScan {
  0% {
    opacity: 0;
    transform: translate3d(-260%, 0, 0) skewX(-18deg);
  }
  18% { opacity: .95; }
  78% { opacity: .78; }
  100% {
    opacity: 0;
    transform: translate3d(680%, 0, 0) skewX(-18deg);
  }
}

@keyframes laserCtaBorderTrace {
  0% {
    opacity: 0;
    background-position: -60% 0, 100% -60%, 160% 100%, 0 160%;
  }
  16% { opacity: 1; }
  82% { opacity: .92; }
  100% {
    opacity: 0;
    background-position: 160% 0, 100% 160%, -60% 100%, 0 -60%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .laser-cta-animated:hover > .laser-cta-fx::before,
  .laser-cta-animated:hover > .laser-cta-fx::after {
    animation: none !important;
  }
}

@media (max-width: 640px) {
  .laser-battle-cta-button.laser-cta-animated {
    width: min(100%, 290px);
  }
}

/* Mobile hero: portrait composition with separated visual, copy and stats zones. */
@media (max-width: 600px) {
  #laser-header {
    min-height: 64px !important;
    border-bottom: 0 !important;
    background: linear-gradient(180deg, rgba(1,3,17,.92), rgba(1,3,17,.48) 72%, transparent) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  #laser-header .laser-header-inner {
    width: calc(100% - 28px) !important;
    min-height: 64px !important;
  }

  #laser-header .laser-header-logo-img {
    height: 34px !important;
    max-width: 150px !important;
  }

  #laser-header .laser-menu-toggle {
    top: 10px;
    width: 46px;
    height: 44px;
    gap: 5px;
    border: 0 !important;
    background: transparent !important;
  }

  #laser-header .laser-menu-toggle span {
    width: 27px;
    height: 3px;
  }

  #laser-home,
  #laser-home .laser-hero-content {
    width: 100% !important;
    height: clamp(960px, 235vw, 1180px) !important;
    min-height: clamp(960px, 235vw, 1180px) !important;
    max-height: 1180px !important;
  }

  #laser-home .laser-hero-content {
    background: #010311 !important;
  }

  #laser-home .laser-hero-background-layer {
    inset: 0 !important;
    transform: none !important;
  }

  #laser-home .laser-hero-background-layer img {
    object-position: 50% top !important;
    opacity: 1 !important;
    filter: saturate(1.08) contrast(1.04) !important;
  }

  #laser-home .laser-hero-depth-canvas,
  #laser-home .laser-hero-particles-layer {
    display: none !important;
  }

  #laser-home .laser-hero-wordmark-layer {
    top: 64px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 50% !important;
    overflow: hidden;
    transform: none !important;
  }

  #laser-home .laser-hero-wordmark-layer > svg {
    display: none !important;
  }

  #laser-home .laser-hero-mobile-wordmark {
    position: absolute;
    inset: 0;
    display: block;
    color: #fff;
    font-family: var(--font-grand-bold-italic) !important;
    font-weight: 700;
    font-style: normal;
    line-height: .78;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 18px 38px rgba(0,0,0,.36);
  }

  #laser-home .laser-hero-mobile-wordmark span {
    position: absolute;
    display: block;
    font-family: inherit !important;
    white-space: nowrap;
  }

  #laser-home .laser-hero-mobile-laser {
    top: 7%;
    left: 50%;
    font-size: clamp(116px, 34vw, 175px);
    transform: translateX(-52%);
  }

  #laser-home .laser-hero-mobile-tag {
    right: 3%;
    bottom: 12%;
    font-size: clamp(108px, 33vw, 168px);
  }

  #laser-home .laser-hero-people-layer {
    top: 64px !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 52% !important;
    opacity: 1 !important;
    transform: none !important;
  }

  #laser-home .laser-hero-people-layer::before {
    inset: 8% -6% 3% -6%;
    opacity: .64;
  }

  #laser-home .laser-hero-people-layer::after {
    top: 18%;
    left: 8%;
    width: 84%;
    height: 56%;
    opacity: .42;
  }

  #laser-home .laser-hero-people-layer img {
    left: 50% !important;
    bottom: -2% !important;
    width: auto !important;
    height: 92% !important;
    transform: translateX(-50%) !important;
    object-position: center bottom !important;
  }

  #laser-home #gradientContainer {
    z-index: 4 !important;
    background: linear-gradient(180deg, rgba(1,3,17,.04) 0%, rgba(1,3,17,0) 34%, rgba(1,3,17,.2) 43%, rgba(1,3,17,.9) 54%, #010311 68%, #010311 100%) !important;
  }

  #laser-home #bottomGradient {
    display: none !important;
  }

  #laser-home .headline-wrapper {
    top: 49% !important;
    left: 20px !important;
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
    text-align: center !important;
  }

  #laser-home .laser-hero-tagline {
    justify-items: center;
    gap: 2px;
    margin: 0 auto !important;
    font-size: clamp(21px, 6.1vw, 29px) !important;
    line-height: 1.08;
    text-align: center;
  }

  #laser-home .laser-hero-tagline-main {
    max-width: 270px;
  }

  #laser-home .laser-hero-mobile-break {
    display: block;
  }

  #laser-home .laser-hero-tagline-accent {
    position: relative;
    padding-bottom: 20px;
  }

  #laser-home .laser-hero-tagline-accent::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 52px;
    height: 3px;
    border-radius: 2px;
    background: var(--laser-accent);
    box-shadow: 0 0 14px rgba(255,241,67,.55);
    transform: translateX(-50%);
  }

  #laser-home .global-hero-subhead p {
    max-width: 350px !important;
    margin: 16px auto 0 !important;
    font-size: clamp(14px, 3.85vw, 17px) !important;
    line-height: 1.42 !important;
    text-align: center !important;
  }

  #laser-home #hero-cta-list ul {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 20px 0 0 !important;
  }

  #laser-home #hero-cta-list li,
  #laser-home #hero-cta-list a {
    width: 100% !important;
  }

  #laser-home #hero-cta-list a {
    min-height: 54px !important;
    justify-content: center !important;
    padding-inline: 20px !important;
    font-size: clamp(12px, 3.4vw, 15px) !important;
  }

  #laser-home .laser-hero-stats {
    right: 12px !important;
    bottom: 22px !important;
    left: 12px !important;
    width: auto !important;
    transform: none !important;
  }

  #laser-home .laser-hero-stats-panel {
    min-height: 116px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #laser-home .laser-hero-stat {
    grid-template-columns: 1fr !important;
    align-content: center !important;
    justify-items: center !important;
    gap: 8px !important;
    padding: 0 7px !important;
    text-align: center;
  }

  #laser-home .laser-hero-stat-icon {
    width: 31px !important;
    height: 31px !important;
  }

  #laser-home .laser-hero-stat-copy {
    justify-items: center;
    gap: 5px !important;
  }

  #laser-home .laser-hero-stat-copy strong {
    font-size: clamp(18px, 5.4vw, 25px) !important;
  }

  #laser-home .laser-hero-stat-copy small {
    max-width: 105px;
    font-size: clamp(7px, 2.2vw, 9px) !important;
    line-height: 1.18 !important;
    white-space: normal !important;
  }
}

html,
body {
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-x: none;
}

a,
button,
[role="button"],
input,
select,
textarea {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

#laser-header .laser-mobile-contact {
  display: none;
}

.laser-gallery-viewport,
.laser-arena-thumbs {
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

#site-main > section:not(#laser-home) {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

@media (hover: none), (pointer: coarse) {
  .laser-audience-item,
  .laser-scenario-card,
  .laser-price-card,
  .laser-partner-card,
  .laser-gallery-item,
  .laser-arena-thumb,
  .laser-cta-animated > .laser-cta-fx::before,
  .laser-cta-animated > .laser-cta-fx::after {
    transition-duration: 120ms !important;
    animation-duration: 0ms !important;
  }

  .laser-clean-header,
  .laser-video-modal,
  .laser-back-to-top {
    backdrop-filter: none !important;
  }

  #laser-home .laser-hero-people-layer::before,
  #laser-home .laser-hero-people-layer::after,
  #laser-home .laser-hero-particles {
    display: none !important;
  }
}

@media (max-width: 700px) {
  html,
  body {
    background-attachment: scroll !important;
  }

  body {
    background:
      linear-gradient(180deg, rgba(3,8,34,.13) 0%, rgba(3,8,34,.04) 46%, rgba(3,8,34,.2) 100%),
      var(--laser-site-bg) center top / cover scroll no-repeat !important;
  }

  #site-main > section:not(#laser-home) {
    contain-intrinsic-size: auto 540px;
  }

  #laser-header .laser-header-mobile-menu {
    padding: 12px !important;
    border-color: rgba(255,255,255,.16) !important;
    background: rgba(3,6,18,.98) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.4) !important;
  }

  #laser-header .laser-header-mobile-menu a {
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
  }

  #laser-header .laser-mobile-contact {
    display: block;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  #laser-header .laser-mobile-contact a {
    min-height: 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(207,255,67,.38);
    border-radius: var(--laser-button-radius);
    background: rgba(207,255,67,.08);
    color: #cfff43 !important;
    font-family: var(--font-tactic-display) !important;
    font-weight: 900;
    letter-spacing: .03em;
  }

  #laser-header .laser-mobile-socials {
    justify-content: center;
    padding-top: 10px !important;
  }

  #laser-header .laser-mobile-socials a {
    width: 42px !important;
    height: 42px !important;
  }

  .laser-audience,
  .laser-motion-video,
  .laser-scenarios,
  .laser-gallery,
  .laser-arena-photos,
  .laser-pricing,
  .laser-partners,
  .laser-location {
    padding-top: clamp(40px, 9vw, 58px) !important;
    padding-bottom: clamp(40px, 9vw, 58px) !important;
  }

  .laser-advantage {
    min-height: clamp(210px, 54vw, 310px) !important;
  }

  .laser-command-marquee {
    min-height: 42px !important;
  }

  .laser-command-marquee-track span {
    font-size: 13px !important;
  }

  .laser-audience-inner,
  .laser-motion-inner,
  .laser-scenarios-grid,
  .laser-pricing-inner,
  .laser-partners-inner,
  .laser-location-inner,
  .laser-arena-photos-inner {
    width: calc(100% - 28px) !important;
  }

  .laser-audience-layout,
  .laser-pricing-layout,
  .laser-partners-heading,
  .laser-location-inner {
    gap: 18px !important;
  }

  .laser-audience-layout .laser-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .laser-audience-item {
    min-height: 0 !important;
    padding: 15px !important;
  }

  .laser-audience-item-index {
    font-size: 23px !important;
  }

  .laser-audience-item .laser-audience-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .laser-audience-item-copy h3 {
    font-size: clamp(15px, 4.2vw, 19px) !important;
    line-height: 1 !important;
  }

  .laser-audience-item-copy p {
    font-size: 12px !important;
    line-height: 1.36 !important;
  }

  .laser-motion-copy h2,
  .laser-scenarios-intro h2,
  .laser-gallery-heading h2,
  .laser-arena-photos-heading h2,
  .laser-pricing-heading h2,
  .laser-partners-heading h2 {
    font-size: clamp(34px, 10.5vw, 54px) !important;
    line-height: .94 !important;
  }

  .laser-motion-frame {
    box-shadow: none !important;
  }

  .laser-scenarios-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .laser-scenario-card {
    min-height: 0 !important;
    box-shadow: none !important;
  }

  .laser-scenario-card-content {
    padding: 12px !important;
  }

  .laser-scenario-index {
    font-size: 23px !important;
  }

  .laser-scenario-card h3 {
    font-size: clamp(17px, 5vw, 22px) !important;
    line-height: .98 !important;
  }

  .laser-scenario-card p {
    font-size: 11.5px !important;
    line-height: 1.34 !important;
  }

  .laser-gallery-track {
    gap: 12px !important;
    padding-inline: 14px !important;
  }

  .laser-gallery-item,
  .laser-gallery-item:nth-child(n) {
    flex-basis: clamp(220px, 72vw, 300px) !important;
    height: clamp(260px, 82vw, 360px) !important;
    box-shadow: none !important;
  }

  .laser-arena-photos-layout {
    gap: 12px !important;
  }

  .laser-arena-photo-stage {
    min-height: 260px !important;
  }

  .laser-price-card,
  .laser-calculator,
  .laser-partner-card {
    box-shadow: none !important;
  }

  .laser-price-card {
    padding: 18px !important;
  }

  .laser-price-card h3,
  .laser-price-value strong {
    font-size: clamp(28px, 8.5vw, 42px) !important;
  }

  .laser-footer-structure {
    padding-top: 34px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 600px) {
  #laser-home,
  #laser-home .laser-hero-content {
    height: clamp(900px, 220vw, 1080px) !important;
    min-height: clamp(900px, 220vw, 1080px) !important;
    max-height: 1080px !important;
  }

  #laser-home .headline-wrapper {
    top: 48% !important;
  }

  #laser-home .global-hero-subhead p {
    max-width: 330px !important;
    margin-top: 14px !important;
    font-size: clamp(13px, 3.65vw, 16px) !important;
  }

  #laser-home #hero-cta-list ul {
    gap: 9px !important;
    margin-top: 18px !important;
  }

  #laser-home #hero-cta-list a {
    min-height: 50px !important;
  }

  #laser-home .laser-hero-stats-panel {
    min-height: 104px !important;
  }
}

/* Mobile composition fixes: keep the cinematic desktop layout intact. */
@media (max-width: 640px) {
  #site-main > section:not(#laser-home) {
    content-visibility: visible !important;
    contain-intrinsic-size: auto !important;
  }

  #laser-header .laser-language-switcher {
    display: none !important;
  }

  #laser-home .laser-hero-mobile-laser {
    top: 1.5% !important;
    left: 44% !important;
    transform: translateX(-52%) !important;
  }

  #laser-home .headline-wrapper {
    top: 50.8% !important;
  }

  #laser-home .laser-hero-mobile-tag {
    opacity: 0 !important;
  }

  #laser-home .laser-hero-content::after {
    content: "TAG";
    position: absolute;
    z-index: 7;
    right: 4vw;
    top: clamp(285px, 73vw, 360px);
    color: #fff;
    font-family: var(--font-grand-bold-italic) !important;
    font-size: clamp(112px, 34vw, 168px);
    font-weight: 700;
    font-style: normal;
    line-height: .78;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 18px 38px rgba(0,0,0,.42);
    pointer-events: none;
  }

  .laser-audience {
    overflow: hidden;
  }

  .laser-audience-inner {
    width: 100% !important;
    padding: 38px 0 42px !important;
  }

  .laser-audience-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .laser-audience-heading {
    width: calc(100% - 32px);
    margin: 0 auto !important;
  }

  .laser-audience-layout .laser-audience-heading h2 {
    max-width: 358px;
    font-size: clamp(26px, 7.4vw, 32px) !important;
    line-height: .9 !important;
  }

  .laser-audience-layout .laser-audience-grid {
    width: calc(100% - 32px) !important;
    display: grid !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 auto !important;
    scroll-snap-type: none !important;
    overscroll-behavior-x: auto;
  }

  .laser-audience-layout .laser-audience-grid::before,
  .laser-audience-layout .laser-audience-grid::after {
    display: none !important;
  }

  .laser-audience-item {
    min-height: 184px !important;
    scroll-snap-align: none;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "icon icon"
      "index index"
      "title title"
      "copy copy";
    align-content: start;
    gap: 8px;
    padding: 14px !important;
    border: 1px solid rgba(var(--audience-rgb), .48) !important;
    border-radius: 16px !important;
    background:
      radial-gradient(circle at 18% 5%, rgba(var(--audience-rgb), .22), transparent 42%),
      linear-gradient(180deg, rgba(13,16,30,.92), rgba(4,6,18,.96)) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04) !important;
  }

  .laser-audience-item:first-child {
    border-left: 1px solid rgba(var(--audience-rgb), .48) !important;
  }

  .laser-audience-item-index {
    position: static !important;
    grid-area: index;
    justify-self: start;
    font-size: 20px !important;
    color: var(--audience-color) !important;
  }

  .laser-audience-item .laser-audience-icon {
    grid-area: icon;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    align-self: start;
  }

  .laser-audience-item-copy {
    display: contents;
  }

  .laser-audience-item-copy h3 {
    grid-area: title;
    min-height: 0 !important;
    margin: 0 !important;
    color: #fff143 !important;
    font-size: clamp(14px, 4.25vw, 17px) !important;
    line-height: .96 !important;
  }

  .laser-audience-item-copy p {
    grid-area: copy;
    max-width: none;
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .laser-battle-cta {
    min-height: 315px !important;
    background:
      linear-gradient(180deg, rgba(1,3,17,.74), rgba(1,3,17,.18) 42%, rgba(1,3,17,.84)),
      url("assets/cta/ready-to-play-banner.webp") 52% center / cover no-repeat !important;
  }

  .laser-battle-cta::before {
    background:
      linear-gradient(90deg, rgba(0,0,0,.38), transparent 44%, rgba(0,0,0,.42)),
      linear-gradient(180deg, rgba(0,0,0,.1), transparent 48%, rgba(0,0,0,.52)) !important;
  }

  .laser-battle-cta-inner {
    width: calc(100% - 32px) !important;
    min-height: 315px !important;
    padding: 70px 0 30px !important;
    align-content: center !important;
    justify-items: center;
    gap: 22px;
  }

  .laser-battle-cta-title {
    width: 100%;
    display: grid !important;
    justify-items: center;
    gap: 6px !important;
    font-size: clamp(54px, 15.8vw, 78px) !important;
    line-height: .82 !important;
    text-align: center;
  }

  .laser-battle-cta-title span,
  .laser-battle-cta-title strong {
    justify-self: center !important;
  }

  .laser-battle-cta-button,
  .laser-battle-cta-button.laser-cta-animated {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: min(100%, 260px) !important;
    min-height: 50px !important;
    transform: none !important;
  }

  .laser-battle-cta-button:hover {
    transform: translateY(-2px) !important;
  }

  .laser-footer-structure {
    width: calc(100% - 30px) !important;
    padding: 30px 0 24px !important;
  }

  .laser-footer-top {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 14px !important;
    align-items: center;
    padding-bottom: 20px !important;
  }

  .laser-footer-logo img {
    height: 38px !important;
    max-width: 158px !important;
  }

  .laser-footer-note {
    grid-column: 1 / -1;
    max-width: none;
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }

  .laser-footer-socials {
    justify-self: end;
    gap: 8px !important;
  }

  .laser-footer-socials a {
    width: 34px !important;
    height: 34px !important;
  }

  .laser-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 16px !important;
    padding: 22px 0 !important;
  }

  .laser-footer-tripadvisor {
    grid-column: 1 / -1;
    max-width: 180px;
  }

  .laser-footer-columns h3 {
    margin-bottom: 10px !important;
    font-size: 10px !important;
  }

  .laser-footer-columns a,
  .laser-footer-columns span {
    margin-bottom: 7px !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    overflow-wrap: anywhere;
  }

  .laser-footer-bottom {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 14px;
    font-size: 10.5px !important;
  }
}

@media (min-width: 641px) {
  .laser-battle-cta {
    min-height: clamp(220px, 16vw, 270px) !important;
  }

  .laser-battle-cta-inner {
    min-height: inherit !important;
    padding: 0 !important;
    display: grid !important;
    align-items: center !important;
  }

  .laser-battle-cta-title {
    align-items: center !important;
    transform: translateY(clamp(18px, 1.8vw, 28px)) !important;
  }

  .laser-battle-cta-button,
  .laser-battle-cta-button.laser-cta-animated {
    bottom: clamp(42px, 3.8vw, 58px) !important;
  }

  .laser-battle-cta-button:hover {
    transform: translate(-50%, -2px) !important;
  }
}

html.laser-mobile-menu-open,
body.laser-mobile-menu-open {
  overflow: hidden !important;
}

#laser-header .laser-mobile-language {
  display: none;
}

@media (max-width: 700px) {
  #laser-header {
    z-index: 900 !important;
  }

  #laser-header .laser-header-inner {
    position: relative;
    z-index: 3;
  }

  #laser-header.is-mobile-open {
    background: rgba(1,3,14,.9) !important;
  }

  #laser-header .laser-header-cta,
  #laser-header .laser-header-socials,
  #laser-header .laser-language-switcher {
    display: none !important;
  }

  #laser-header .laser-menu-toggle {
    position: relative !important;
    z-index: 4;
    width: 50px !important;
    height: 48px !important;
    display: grid !important;
    place-items: center !important;
    gap: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
  }

  #laser-header .laser-menu-toggle span {
    grid-area: 1 / 1;
    width: 30px !important;
    height: 3px !important;
    background: currentColor !important;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  #laser-header .laser-menu-toggle span:nth-child(1) {
    transform: translateY(-10px);
  }

  #laser-header .laser-menu-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  #laser-header .laser-menu-toggle span:nth-child(3) {
    transform: translateY(10px);
  }

  #laser-header.is-mobile-open .laser-menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  #laser-header.is-mobile-open .laser-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  #laser-header.is-mobile-open .laser-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  #laser-header .laser-header-mobile-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2 !important;
    width: 100vw !important;
    height: 100dvh !important;
    display: flex !important;
    flex-direction: column;
    gap: 22px;
    padding: calc(env(safe-area-inset-top) + 88px) 22px calc(env(safe-area-inset-bottom) + 26px) !important;
    border: 0 !important;
    background:
      radial-gradient(circle at 14% 16%, rgba(56,232,255,.2), transparent 29%),
      radial-gradient(circle at 86% 36%, rgba(168,46,255,.22), transparent 34%),
      linear-gradient(180deg, rgba(1,3,14,.94), rgba(1,3,14,.98)),
      url("assets/backgrounds/site-background.webp") center top / cover no-repeat !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 190ms ease, visibility 190ms ease, transform 230ms cubic-bezier(.2,.72,.22,1);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  #laser-header .laser-header-mobile-menu::before,
  #laser-header .laser-header-mobile-menu::after {
    content: "";
    position: fixed;
    pointer-events: none;
  }

  #laser-header .laser-header-mobile-menu::before {
    inset: 0;
    background:
      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: .42;
  }

  #laser-header .laser-header-mobile-menu::after {
    right: 22px;
    bottom: 22px;
    width: 92px;
    height: 92px;
    border-right: 1px solid rgba(255,241,67,.74);
    border-bottom: 1px solid rgba(255,241,67,.74);
    opacity: .72;
  }

  #laser-header.is-mobile-open .laser-header-mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  #laser-header .laser-header-mobile-menu > * {
    position: relative;
    z-index: 1;
  }

  #laser-header .laser-header-mobile-menu > .laser-header-list {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    counter-reset: laser-mobile-menu;
  }

  #laser-header .laser-header-mobile-menu > .laser-header-list > li {
    position: relative;
    counter-increment: laser-mobile-menu;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  #laser-header .laser-header-mobile-menu > .laser-header-list > li::before {
    content: counter(laser-mobile-menu, decimal-leading-zero);
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff143;
    font-family: var(--font-tactic) !important;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
  }

  #laser-header .laser-header-mobile-menu > .laser-header-list a {
    width: 100% !important;
    min-height: clamp(50px, 12vw, 64px) !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 34px !important;
    background: transparent !important;
    color: #fff !important;
    font-family: var(--font-tactic) !important;
    font-size: clamp(22px, 6.6vw, 34px) !important;
    font-weight: 900 !important;
    line-height: .9 !important;
    text-transform: uppercase;
  }

  #laser-header .laser-header-mobile-menu > .laser-header-list a::after {
    content: ">";
    color: rgba(255,241,67,.94);
    font-size: .74em;
  }

  #laser-header .laser-mobile-language {
    display: grid;
    gap: 10px;
    padding: 18px 0 0;
  }

  #laser-header .laser-mobile-language-title {
    color: rgba(255,255,255,.58);
    font-family: var(--font-tactic) !important;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
  }

  #laser-header .laser-mobile-language-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  #laser-header .laser-mobile-language button {
    min-height: 42px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--laser-button-radius);
    background: rgba(255,255,255,.05);
    color: #fff;
    font-family: var(--font-tactic) !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }

  #laser-header .laser-mobile-language button.is-active {
    border-color: #fff143;
    background: #fff143;
    color: #050505;
    box-shadow: 0 0 24px rgba(255,241,67,.22);
  }

  #laser-header .laser-mobile-contact {
    display: block !important;
    margin: auto 0 0 !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
  }

  #laser-header .laser-mobile-contact a {
    min-height: 52px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,241,67,.56);
    border-radius: var(--laser-button-radius);
    background: rgba(255,241,67,.11);
    color: #fff143 !important;
    font-family: var(--font-tactic) !important;
    font-size: 16px !important;
    font-weight: 900;
    letter-spacing: .02em;
    text-decoration: none !important;
  }

  #laser-header .laser-mobile-socials {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  #laser-header .laser-mobile-socials a {
    width: 100% !important;
    height: 46px !important;
    border-radius: var(--laser-button-radius) !important;
    background: rgba(255,255,255,.05);
  }

  #laser-header .laser-header-mobile-menu .laser-mobile-socials a:hover,
  #laser-header .laser-header-mobile-menu .laser-mobile-socials a:focus-visible {
    border-color: #fff143 !important;
    background: #fff143 !important;
    color: #050505 !important;
  }
}

@media (max-width: 600px) {
  #laser-home .laser-hero-stats-panel {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.36fr) minmax(0, .82fr) !important;
  }

  #laser-home .laser-hero-stat {
    min-width: 0 !important;
    padding-inline: 5px !important;
  }

  #laser-home .laser-hero-stat-copy {
    width: 100% !important;
    min-width: 0 !important;
  }

  #laser-home .laser-hero-stat-copy strong {
    max-width: 100% !important;
    font-size: clamp(17px, 4.9vw, 22px) !important;
    white-space: nowrap !important;
  }

  #laser-home .laser-hero-stat-copy small {
    max-width: 100% !important;
    overflow-wrap: normal !important;
  }
}

@media (min-width: 761px) {
  #laser-home .laser-hero-stats {
    width: max-content !important;
    max-width: calc(100% - 96px) !important;
  }

  #laser-home .laser-hero-stats-inner {
    width: auto !important;
  }

  #laser-home .laser-hero-stats-panel {
    display: inline-flex !important;
    width: max-content !important;
    max-width: 100% !important;
    grid-template-columns: none !important;
    align-items: center !important;
  }

  #laser-home .laser-hero-stat {
    flex: 0 0 auto !important;
    width: auto !important;
    grid-template-columns: 42px max-content !important;
    padding-inline: clamp(24px, 2.1vw, 38px) !important;
  }

  #laser-home .laser-hero-stat-copy {
    width: max-content !important;
  }
}

#laser-home .laser-hero-word,
#laser-home .laser-hero-mobile-wordmark,
#laser-home .laser-hero-mobile-wordmark span,
#laser-home .laser-hero-content::after,
.laser-battle-cta-title,
.laser-battle-cta-title span,
.laser-battle-cta-title strong {
  font-family: "NTF Grand", "Tactic Sans Extended", "Arial Nova", Arial, sans-serif !important;
  font-weight: 700 !important;
  font-synthesis: none !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

