
:root{
  --bg:#04050a;
  --line:rgba(255,255,255,.14);
  --text:#f5f8ff;
  --muted:#a8b1c8;
  --cyan:#00eaff;
  --pink:#ff2bd6;
  --violet:#7b55ff;
  --green:#2bffb8;
  --red:#ff3d46;
  --radius:22px;
  --font-ui:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-display:"Arial Black",Impact,var(--font-ui);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 15% 0%,rgba(0,234,255,.18),transparent 30rem),
    radial-gradient(circle at 85% 14%,rgba(255,43,214,.18),transparent 26rem),
    radial-gradient(circle at 55% 42%,rgba(123,85,255,.08),transparent 32rem),
    linear-gradient(180deg,#030408 0%,#070913 45%,#030408 100%);
  color:var(--text);
  font-family:var(--font-ui);
  overflow-x:hidden;
}
.page-noise{
  position:fixed; inset:0; pointer-events:none; z-index:-2;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 82%);
}
.laser-beams{
  position:fixed; inset:0; pointer-events:none; overflow:hidden; z-index:-1;
}
.beam{
  position:absolute;
  height:3px;
  width:34vw;
  min-width:220px;
  border-radius:999px;
  filter:blur(.2px) drop-shadow(0 0 12px rgba(255,61,70,.9)) drop-shadow(0 0 22px rgba(255,61,70,.75));
  opacity:0;
  transform:rotate(-18deg) translateX(-160%);
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.86) 10%, rgba(255,61,70,1) 35%, rgba(255,61,70,.88) 80%, rgba(255,61,70,0) 100%);
  animation:shoot 8s linear infinite;
}
.beam:after{
  content:"";
  position:absolute; right:14%; top:50%; transform:translateY(-50%);
  width:14px; height:14px; border-radius:50%;
  background:rgba(255,255,255,.95);
  box-shadow:0 0 10px rgba(255,255,255,.95), 0 0 22px rgba(255,61,70,.95), 0 0 36px rgba(255,61,70,.85);
}
.beam-1{top:13%; left:-12%; animation-delay:0s;}
.beam-2{top:26%; left:-30%; animation-delay:1.6s; width:26vw;}
.beam-3{top:44%; left:-18%; animation-delay:3.3s; width:30vw;}
.beam-4{top:61%; left:-28%; animation-delay:4.8s; width:24vw;}
.beam-5{top:77%; left:-20%; animation-delay:6.2s; width:28vw;}
.beam-6{top:34%; left:55%; animation-delay:2.4s; width:18vw; transform:rotate(16deg) translateX(160%); animation-name:shootReverse; background:linear-gradient(90deg, rgba(0,234,255,0) 0%, rgba(255,255,255,.9) 10%, rgba(0,234,255,1) 35%, rgba(0,234,255,.82) 80%, rgba(0,234,255,0) 100%); filter:blur(.2px) drop-shadow(0 0 12px rgba(0,234,255,.9)) drop-shadow(0 0 22px rgba(0,234,255,.65));}
.beam-6:after{box-shadow:0 0 10px rgba(255,255,255,.95), 0 0 22px rgba(0,234,255,.95), 0 0 36px rgba(0,234,255,.85);}
@keyframes shoot{
  0%,74%{opacity:0; transform:rotate(-18deg) translateX(-160%)}
  77%{opacity:.95}
  90%{opacity:.95}
  100%{opacity:0; transform:rotate(-18deg) translateX(230%)}
}
@keyframes shootReverse{
  0%,80%{opacity:0; transform:rotate(16deg) translateX(160%)}
  83%{opacity:.9}
  94%{opacity:.9}
  100%{opacity:0; transform:rotate(16deg) translateX(-240%)}
}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky; top:0; z-index:50; height:86px; display:flex; align-items:center; justify-content:space-between;
  padding:0 clamp(18px,5vw,72px); background:rgba(3,4,8,.72); backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand img{width:min(340px,42vw); display:block; filter:drop-shadow(0 0 18px rgba(0,234,255,.45)) drop-shadow(0 0 24px rgba(255,43,214,.22))}
.nav{display:flex; gap:19px; align-items:center; font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted)}
.nav a:hover{color:#fff; text-shadow:0 0 14px rgba(0,234,255,.55)}
.nav-cta{
  color:#fff!important; padding:10px 14px; border:1px solid rgba(0,234,255,.7); border-radius:999px;
  box-shadow:0 0 16px rgba(0,234,255,.4), inset 0 0 14px rgba(0,234,255,.1);
  background:linear-gradient(90deg,rgba(0,234,255,.1),rgba(255,43,214,.1));
}
.section{width:min(1180px,calc(100% - 36px)); margin:0 auto; padding:92px 0}
.hero{
  min-height:calc(100vh - 86px); display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; padding-top:56px;
}
.eyebrow{
  margin:0 0 18px; color:var(--cyan); letter-spacing:.22em; text-transform:uppercase; font-weight:900; font-size:12px;
  text-shadow:0 0 16px rgba(0,234,255,.6);
}
h1,h2,h3{
  margin:0; font-family:var(--font-display); text-transform:uppercase; letter-spacing:.02em; line-height:.96;
}
h1{
  font-size:clamp(34px,5.5vw,74px);
  max-width:760px;
  text-shadow:0 0 24px rgba(255,255,255,.06), 0 0 32px rgba(255,43,214,.05);
}
h2{font-size:clamp(34px,4.8vw,64px); max-width:850px}
h3{font-size:clamp(20px,2vw,30px)}
p{color:var(--muted); line-height:1.65; font-size:16px}
.hero-text{
  font-size:19px; max-width:640px; margin-top:24px;
}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-top:34px}
.btn{
  display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 22px; border-radius:999px;
  font-weight:900; letter-spacing:.08em; text-transform:uppercase; font-size:13px; border:1px solid transparent; cursor:pointer;
}
.btn-primary{
  background:linear-gradient(90deg,var(--cyan),var(--pink)); color:#030408;
  box-shadow:0 0 24px rgba(0,234,255,.35),0 0 30px rgba(255,43,214,.28);
}
.btn-ghost{
  border-color:rgba(255,255,255,.18); color:#fff; background:rgba(255,255,255,.04);
  box-shadow:0 0 14px rgba(255,255,255,.05), inset 0 0 10px rgba(255,255,255,.03);
}
.hero-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:42px; max-width:760px}
.hero-stats div,.content-card,.hud-panel,.contact-card,.image-grid article,.mode-grid article,.tabs,.custom-panel,.updates article,.faq-list details,.price-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03), 0 0 30px rgba(0,234,255,.05), 0 0 36px rgba(255,43,214,.04);
}
.hero-stats div{padding:16px; border-radius:18px}
.hero-stats strong{display:block; font-size:28px}
.hero-stats span{color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.08em}
.hero-visual{display:flex; justify-content:center}
.hud-panel{
  width:min(520px,100%); border-radius:30px; padding:28px; position:relative; overflow:hidden;
  box-shadow:0 0 28px rgba(0,234,255,.12), 0 0 50px rgba(255,43,214,.09);
}
.hud-panel:before,.contact-card:before,.custom-panel:before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(90deg,rgba(0,234,255,.4),transparent 28%),linear-gradient(270deg,rgba(255,43,214,.36),transparent 28%);
  opacity:.26;
}
.hud-panel img{width:100%; margin-bottom:26px; filter:drop-shadow(0 0 22px rgba(0,234,255,.35))}
.hud-row{display:flex; justify-content:space-between; color:var(--muted); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:14px 0; text-transform:uppercase; letter-spacing:.08em; font-size:12px}
.hud-row strong{color:var(--green); text-shadow:0 0 16px rgba(43,255,184,.4)}
.score{display:grid; grid-template-columns:1fr auto 1fr; gap:12px; align-items:center; text-align:center; padding:26px 0}
.score strong{font-size:54px; font-family:var(--font-display); text-shadow:0 0 20px rgba(255,255,255,.18),0 0 26px rgba(0,234,255,.24),0 0 24px rgba(255,43,214,.22)}
.score span:first-child{color:var(--cyan)} .score span:last-child{color:var(--pink)}
.hud-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:12px}
.hud-grid div{padding:16px; background:rgba(0,0,0,.24); border-radius:16px; border:1px solid rgba(255,255,255,.08)}
.hud-grid span{display:block; color:var(--muted); font-size:12px}
.hud-grid strong{font-size:22px}
.strip{
  display:grid; grid-template-columns:repeat(6,1fr); gap:1px; padding:0; border:1px solid var(--line);
  background:var(--line); border-radius:var(--radius); overflow:hidden;
  box-shadow:0 0 24px rgba(0,234,255,.05);
}
.strip div{
  padding:20px 10px; text-align:center; background:rgba(8,10,18,.82); color:var(--muted);
  text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:900;
}
.split{display:grid; grid-template-columns:.88fr 1.12fr; gap:42px; align-items:start}
.content-card{border-radius:var(--radius); padding:30px}
.section-heading{margin-bottom:36px}
.section-heading p{max-width:740px}
.image-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.image-grid article{border-radius:var(--radius); padding:18px; overflow:hidden}
.image-grid img{width:100%; display:block; border-radius:16px; margin-bottom:20px; box-shadow:0 0 20px rgba(0,234,255,.08)}
.tabs{border-radius:30px; padding:22px; overflow:hidden}
.tab-buttons{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:22px}
.tab-button{
  min-height:42px; padding:0 16px; border-radius:999px; border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04); color:var(--muted); font-weight:900; letter-spacing:.08em; text-transform:uppercase; cursor:pointer;
}
.tab-button.active{
  color:#030408; background:linear-gradient(90deg,var(--cyan),var(--pink)); border-color:transparent;
  box-shadow:0 0 18px rgba(0,234,255,.3), 0 0 18px rgba(255,43,214,.24);
}
.tab-content{display:none; grid-template-columns:.9fr 1.1fr; gap:32px; align-items:center}
.tab-content.active{display:grid}
.tab-content img{width:100%; display:block; border-radius:20px}
.tag{display:inline-flex; margin-bottom:18px; color:var(--cyan); text-transform:uppercase; font-size:11px; letter-spacing:.18em; font-weight:900; text-shadow:0 0 14px rgba(0,234,255,.45)}
ul{margin:20px 0 0; padding-left:20px; color:var(--muted); line-height:1.8}
.mode-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.mode-grid article{border-radius:var(--radius); padding:26px}
.custom-panel{
  position:relative; overflow:hidden; border-radius:34px; padding:clamp(26px,5vw,54px); display:grid;
  grid-template-columns:1.1fr .9fr; gap:36px; align-items:center;
}
.custom-panel>*{position:relative}
.custom-list{display:flex; flex-wrap:wrap; gap:12px}
.custom-list span{
  padding:10px 12px; border:1px solid rgba(0,234,255,.24); border-radius:999px; color:var(--text);
  background:rgba(0,234,255,.06); font-weight:800; box-shadow:0 0 16px rgba(0,234,255,.08);
}
.project-cards{display:grid; gap:12px; margin-top:22px}
.project-cards div{border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.035); border-radius:16px; padding:18px}
.project-cards strong{display:block; margin-bottom:7px}
.project-cards span{color:var(--muted)}
.faq-list{display:grid; gap:12px}
.faq-list details{border-radius:18px; padding:18px 22px}
.faq-list summary{cursor:pointer; font-weight:900; text-transform:uppercase; letter-spacing:.04em}
.updates{display:grid; grid-template-columns:repeat(2,1fr); gap:18px}
.updates article{border-radius:var(--radius); padding:26px}
.updates time{color:var(--pink); font-weight:900; letter-spacing:.12em; text-transform:uppercase; font-size:12px; text-shadow:0 0 14px rgba(255,43,214,.45)}
.pricing-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; align-items:stretch}
.price-card{position:relative; border-radius:var(--radius); padding:30px}
.price-card.highlight{
  border-color:rgba(255,43,214,.55); box-shadow:0 0 24px rgba(255,43,214,.32),0 0 36px rgba(0,234,255,.09);
  transform:translateY(-10px);
}
.badge{display:inline-flex; padding:7px 10px; border-radius:999px; background:rgba(255,43,214,.18); color:var(--pink); text-transform:uppercase; font-size:11px; letter-spacing:.13em; font-weight:900; margin-bottom:18px}
.price{font-size:34px; color:#fff; font-weight:900; margin:18px 0 6px; text-shadow:0 0 16px rgba(255,255,255,.07)}
.contact{padding-bottom:72px}
.contact-card{position:relative; overflow:hidden; border-radius:34px; padding:clamp(26px,6vw,64px); background:rgba(8,9,18,.84)}
.contact-card h2,.contact-card p,.contact-card form,.contact-card .eyebrow{position:relative}
form{display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:30px}
input,select,textarea{
  width:100%; min-height:52px; border-radius:14px; border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.26); color:#fff; padding:0 16px; outline:none;
}
textarea{grid-column:1/-1; min-height:130px; padding-top:16px; resize:vertical}
form .btn{width:fit-content}
.hp-field{position:absolute!important; left:-9999px!important; opacity:0!important; pointer-events:none!important}
.form-status{grid-column:1/-1; margin:4px 0 0; min-height:26px; font-weight:800}
.form-status.ok{color:var(--green)} .form-status.err{color:var(--pink)}
.footer{
  border-top:1px solid rgba(255,255,255,.08); padding:46px clamp(18px,5vw,72px); display:grid; gap:10px;
  justify-items:center; text-align:center; background:rgba(0,0,0,.28);
}
.footer img{width:min(360px,72vw)}
.footer span{color:rgba(255,255,255,.5); font-size:13px}
.back-to-top{
  position:fixed; right:22px; bottom:22px; width:52px; height:52px; border-radius:999px;
  border:1px solid rgba(0,234,255,.6); background:rgba(5,10,18,.78); color:#fff; font-size:24px; line-height:1;
  display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:60;
  box-shadow:0 0 16px rgba(0,234,255,.34), 0 0 24px rgba(255,43,214,.14);
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.back-to-top.visible{opacity:1; visibility:visible; transform:translateY(0)}
.back-to-top:hover{box-shadow:0 0 22px rgba(0,234,255,.45), 0 0 26px rgba(255,43,214,.22)}
@media(max-width:1080px){
  .nav{display:none}
  .hero,.split,.custom-panel,.tab-content{grid-template-columns:1fr}
  .image-grid,.mode-grid,.pricing-grid{grid-template-columns:1fr 1fr}
  .strip{grid-template-columns:repeat(3,1fr)}
  h1{max-width:unset}
}
@media(max-width:640px){
  .site-header{height:72px}
  .brand img{width:260px}
  .section{padding:64px 0}
  .hero-stats,.image-grid,.mode-grid,.pricing-grid,.updates,form{grid-template-columns:1fr}
  .strip{grid-template-columns:repeat(2,1fr)}
  h1{font-size:41px}
  .score strong{font-size:42px}
  .price-card.highlight{transform:none}
  .beam{width:48vw}
}


/* Quick contact / message widget */
.quick-contact {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 80;
  font-family: var(--font-ui);
}

.quick-contact-toggle {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,43,214,.58);
  color: #fff;
  background: linear-gradient(90deg, rgba(0,234,255,.16), rgba(255,43,214,.18)), rgba(5,10,18,.86);
  box-shadow: 0 0 18px rgba(255,43,214,.28), 0 0 22px rgba(0,234,255,.18);
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.quick-contact-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(43,255,184,.82);
}

.quick-contact-panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: min(380px, calc(100vw - 34px));
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 10% 0%, rgba(0,234,255,.16), transparent 18rem),
    radial-gradient(circle at 90% 8%, rgba(255,43,214,.16), transparent 18rem),
    rgba(7,9,18,.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 0 30px rgba(0,234,255,.14), 0 0 44px rgba(255,43,214,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.98);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.quick-contact.open .quick-contact-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.quick-contact-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.quick-contact-head strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.quick-contact-head span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.quick-contact-head button,
.activity-toast button {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}

.quick-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.quick-tab {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.quick-tab.active {
  color: #030408;
  border-color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 16px rgba(0,234,255,.22), 0 0 16px rgba(255,43,214,.18);
}

.quick-pane {
  display: none;
}

.quick-pane.active {
  display: grid;
  gap: 10px;
}

.quick-pane input,
.quick-pane textarea {
  width: 100%;
}

.quick-pane textarea {
  min-height: 96px;
  grid-column: auto;
}

.quick-pane .btn {
  width: 100%;
}

.quick-pane p {
  margin: 0 0 8px;
  font-size: 14px;
}

.quick-pane code {
  color: var(--cyan);
}

/* Fake-looking social proof can damage trust, so this is styled as neutral site updates. */
.activity-toast {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 75;
  width: min(360px, calc(100vw - 34px));
  padding: 16px 52px 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(0,234,255,.28);
  background:
    linear-gradient(90deg, rgba(0,234,255,.12), rgba(255,43,214,.08)),
    rgba(7,9,18,.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 24px rgba(0,234,255,.12), 0 0 32px rgba(255,43,214,.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
}

.activity-toast.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.activity-toast strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  margin-bottom: 5px;
}

.activity-toast span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}

.activity-toast button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  font-size: 18px;
}

@media (max-width: 640px) {
  .quick-contact {
    right: 14px;
    bottom: 82px;
  }

  .quick-contact-toggle span:last-child {
    display: none;
  }

  .quick-contact-toggle {
    width: 56px;
    padding: 0;
    justify-content: center;
  }

  .activity-toast {
    left: 14px;
    bottom: 14px;
  }
}


/* V5: stronger mobile icon for message widget + WhatsApp contact block */
.quick-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  color: #030408;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  font-weight: 900;
  box-shadow: 0 0 14px rgba(0,234,255,.38), 0 0 14px rgba(255,43,214,.24);
}

.quick-contact-toggle {
  position: relative;
}

.quick-contact-dot {
  position: relative;
}

.contact-whatsapp {
  position: relative;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(43,255,184,.24);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(43,255,184,.09), rgba(0,234,255,.05)),
    rgba(0,0,0,.20);
  box-shadow: 0 0 18px rgba(43,255,184,.08);
}

.contact-whatsapp strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.contact-whatsapp span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  font-size: 14px;
}

.btn-whatsapp {
  flex: 0 0 auto;
  color: #03100b;
  background: linear-gradient(90deg, #2bffb8, #00eaff);
  border: none;
  box-shadow: 0 0 22px rgba(43,255,184,.20), 0 0 18px rgba(0,234,255,.16);
}

@media (max-width: 640px) {
  .quick-contact-toggle span.quick-contact-label {
    display: none;
  }

  .quick-contact-toggle {
    width: 58px;
    height: 58px;
    padding: 0;
    justify-content: center;
  }

  .quick-contact-icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .quick-contact-dot {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 9px;
    height: 9px;
  }

  .contact-whatsapp {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-whatsapp .btn {
    width: 100%;
  }
}


/* V6: extra sections and desktop icon cleanup */
.quick-contact-icon {
  display: none;
}

.pilot-banner,
.brochure-panel,
.case-study {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(0,234,255,.26);
  border-radius: 34px;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 12% 0%, rgba(0,234,255,.15), transparent 24rem),
    radial-gradient(circle at 90% 30%, rgba(255,43,214,.13), transparent 22rem),
    rgba(255,255,255,.035);
  box-shadow: 0 0 28px rgba(0,234,255,.08), 0 0 34px rgba(255,43,214,.06);
}

.pilot-banner h2,
.brochure-panel h2,
.case-study h2 {
  margin-top: 12px;
}

.flow-diagram {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.flow-diagram article {
  position: relative;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
}

.flow-diagram article:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pink);
  font-weight: 900;
  font-size: 24px;
  text-shadow: 0 0 12px rgba(255,43,214,.55);
  z-index: 2;
}

.flow-diagram strong,
.roadmap article span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: #030408;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  margin-bottom: 16px;
  font-size: 12px;
}

.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  margin-bottom: 28px;
  background: rgba(255,255,255,.035);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.compare-table th,
.compare-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: var(--muted);
  text-align: left;
}

.compare-table th {
  color: #fff;
  background: linear-gradient(90deg, rgba(0,234,255,.16), rgba(255,43,214,.12));
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

.compare-table td:first-child {
  color: #fff;
  font-weight: 900;
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.roadmap article {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}

.roadmap article.done {
  border-color: rgba(43,255,184,.26);
}

.case-study-box {
  flex: 0 0 320px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255,43,214,.24);
  background: rgba(0,0,0,.22);
}

.case-study-box strong {
  display: block;
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 10px;
}

.case-study-box span {
  color: var(--muted);
  line-height: 1.5;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(16px);
  width: min(720px, calc(100% - 34px));
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 58px 14px 18px;
  border-radius: 24px;
  border: 1px solid rgba(0,234,255,.28);
  background:
    linear-gradient(90deg, rgba(0,234,255,.12), rgba(255,43,214,.10)),
    rgba(7,9,18,.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 26px rgba(0,234,255,.14), 0 0 32px rgba(255,43,214,.10);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.sticky-cta.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.sticky-cta strong {
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sticky-cta span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 3px;
}

.sticky-cta .btn {
  flex: 0 0 auto;
}

.sticky-cta button {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

@media (max-width: 1080px) {
  .flow-diagram,
  .roadmap {
    grid-template-columns: 1fr 1fr;
  }

  .flow-diagram article:after {
    display: none;
  }

  .pilot-banner,
  .brochure-panel,
  .case-study {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-study-box {
    flex: auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .quick-contact-icon {
    display: inline-flex;
  }

  .flow-diagram,
  .roadmap {
    grid-template-columns: 1fr;
  }

  .sticky-cta {
    display: none;
  }
}


/* V7: cleaner commercial layout, rental model, arenas, calculator */
.compact-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.compact-action-card {
  border: 1px solid rgba(0,234,255,.22);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at 12% 0%, rgba(0,234,255,.13), transparent 22rem),
    radial-gradient(circle at 90% 20%, rgba(255,43,214,.11), transparent 20rem),
    rgba(255,255,255,.035);
  box-shadow: 0 0 24px rgba(0,234,255,.06), 0 0 28px rgba(255,43,214,.04);
}

.compact-action-card h2 {
  font-size: clamp(28px, 3.2vw, 46px);
  margin-top: 16px;
}

.compact-action-card .btn {
  margin-top: 14px;
}

.badge.cyan {
  color: #030408;
  background: linear-gradient(90deg, var(--cyan), #a1f9ff);
}

.rental-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(43,255,184,.20);
  border-radius: 34px;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 8% 10%, rgba(43,255,184,.11), transparent 24rem),
    radial-gradient(circle at 95% 20%, rgba(0,234,255,.10), transparent 22rem),
    rgba(255,255,255,.035);
}

.rental-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rental-options article,
.arena-partner-grid article {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}

.rental-options strong {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  text-shadow: 0 0 14px rgba(43,255,184,.34);
}

.arena-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.status {
  display: inline-flex;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.partners-strip {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.partners-strip span {
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight: 800;
}

.pricing-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.modal-backdrop.visible {
  opacity: 1;
  visibility: visible;
}

.price-modal {
  position: relative;
  width: min(860px, 100%);
  max-height: min(92vh, 920px);
  overflow: auto;
  border-radius: 30px;
  border: 1px solid rgba(0,234,255,.28);
  background:
    radial-gradient(circle at 12% 0%, rgba(0,234,255,.16), transparent 28rem),
    radial-gradient(circle at 92% 8%, rgba(255,43,214,.14), transparent 26rem),
    #070912;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 0 40px rgba(0,234,255,.16), 0 0 60px rgba(255,43,214,.12);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0 16px;
}

.calc-grid label {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  color: #fff;
  font-weight: 900;
}

.calc-grid small {
  color: var(--muted);
  font-weight: 500;
}

.calc-grid input {
  min-height: 46px;
}

.calc-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.calc-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight: 800;
}

.calc-result {
  border: 1px solid rgba(43,255,184,.24);
  border-radius: 22px;
  padding: 20px;
  margin: 18px 0;
  background: linear-gradient(90deg, rgba(43,255,184,.09), rgba(0,234,255,.06));
}

.calc-result span,
.calc-result small {
  display: block;
  color: var(--muted);
}

.calc-result strong {
  display: block;
  color: #fff;
  font-size: clamp(32px, 5vw, 52px);
  margin: 8px 0;
  text-shadow: 0 0 18px rgba(43,255,184,.20), 0 0 18px rgba(0,234,255,.16);
}

@media (max-width: 1080px) {
  .compact-action-grid,
  .rental-panel,
  .arena-partner-grid,
  .pricing-heading {
    grid-template-columns: 1fr;
  }

  .pricing-heading {
    display: grid;
    align-items: start;
  }

  .rental-options,
  .calc-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .rental-options,
  .calc-grid {
    grid-template-columns: 1fr;
  }

  .compact-action-card h2 {
    font-size: 32px;
  }
}


/* V8: calculator toggle buttons + hover information */
.calc-field,
.calc-toggle {
  position: relative;
}

.calc-field {
  cursor: help;
}

.calc-field:after,
.calc-toggle:after {
  content: attr(data-info);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%) translateY(6px);
  width: min(320px, 80vw);
  padding: 12px 13px;
  border-radius: 14px;
  border: 1px solid rgba(0,234,255,.26);
  background: rgba(5,8,16,.96);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 0 22px rgba(0,234,255,.14), 0 0 24px rgba(255,43,214,.10);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.calc-field:hover:after,
.calc-toggle:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.calc-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.calc-toggle {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,61,70,.55);
  background:
    linear-gradient(90deg, rgba(255,61,70,.16), rgba(255,43,214,.10)),
    rgba(0,0,0,.22);
  color: #ffd7db;
  box-shadow: 0 0 16px rgba(255,61,70,.20), inset 0 0 12px rgba(255,61,70,.08);
  cursor: pointer;
  user-select: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.calc-toggle:hover {
  transform: translateY(-1px);
}

.calc-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.calc-toggle span {
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}

.calc-toggle:has(input:checked) {
  border-color: rgba(43,255,184,.62);
  background:
    linear-gradient(90deg, rgba(43,255,184,.20), rgba(0,234,255,.12)),
    rgba(0,0,0,.22);
  color: #eafff6;
  box-shadow: 0 0 18px rgba(43,255,184,.22), 0 0 18px rgba(0,234,255,.10), inset 0 0 12px rgba(43,255,184,.08);
}

.calc-toggle span:before {
  content: "✕";
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,61,70,.22);
  color: #ff4d56;
  box-shadow: 0 0 10px rgba(255,61,70,.28);
}

.calc-toggle:has(input:checked) span:before {
  content: "✓";
  background: rgba(43,255,184,.22);
  color: #2bffb8;
  box-shadow: 0 0 10px rgba(43,255,184,.32);
}

@media (max-width: 1080px) {
  .calc-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .calc-field:after,
  .calc-toggle:after {
    left: 0;
    right: 0;
    transform: translateY(6px);
    width: auto;
  }

  .calc-field:hover:after,
  .calc-toggle:hover:after {
    transform: translateY(0);
  }
}


.calc-toggle.checked {
  border-color: rgba(43,255,184,.62);
  background:
    linear-gradient(90deg, rgba(43,255,184,.20), rgba(0,234,255,.12)),
    rgba(0,0,0,.22);
  color: #eafff6;
  box-shadow: 0 0 18px rgba(43,255,184,.22), 0 0 18px rgba(0,234,255,.10), inset 0 0 12px rgba(43,255,184,.08);
}

.calc-toggle.checked span:before {
  content: "✓";
  background: rgba(43,255,184,.22);
  color: #2bffb8;
  box-shadow: 0 0 10px rgba(43,255,184,.32);
}


/* V9: custom scrollbars + modal horizontal scroll fix */
html, body {
  overflow-x: hidden;
}

.modal-backdrop {
  overflow: hidden;
}

.price-modal {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

/* Make sure inner calculator content never pushes modal sideways */
.price-modal > * {
  max-width: 100%;
}

.calc-grid,
.calc-options,
.calc-result {
  max-width: 100%;
}

.calc-field,
.calc-toggle {
  min-width: 0;
}

.calc-field:after,
.calc-toggle:after {
  max-width: min(280px, calc(100vw - 80px));
  overflow-wrap: break-word;
  white-space: normal;
}

/* Custom neon scrollbar for whole site */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,234,255,.95) rgba(255,255,255,.08);
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: rgba(255,255,255,.06);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(5,8,16,.9);
  background: linear-gradient(180deg, rgba(0,234,255,.95), rgba(255,43,214,.95));
  box-shadow: 0 0 12px rgba(0,234,255,.28), 0 0 12px rgba(255,43,214,.18);
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(122,245,255,1), rgba(255,92,223,1));
}

/* A bit more premium specifically inside modal */
.price-modal::-webkit-scrollbar {
  width: 14px;
}

.price-modal::-webkit-scrollbar-track {
  background: rgba(255,255,255,.05);
  border-radius: 999px;
}

.price-modal::-webkit-scrollbar-thumb {
  border: 2px solid rgba(7,9,18,.95);
  background: linear-gradient(180deg, var(--cyan), var(--pink));
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(0,234,255,.28), 0 0 16px rgba(255,43,214,.18);
}

.price-modal::-webkit-scrollbar-corner {
  background: transparent;
}

/* Prevent any accidental sideways scroll in small screens too */
@media (max-width: 640px) {
  .price-modal {
    width: min(100%, calc(100vw - 16px));
    padding-right: 18px;
    padding-left: 18px;
  }
}


/* V10: final neon scrollbar polish */
html,
body {
  overflow-x: hidden !important;
}

/* Hide native scrollbar buttons/arrows that caused white blocks on the page scrollbar */
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important;
}

/* Force dark scrollbar background on root/document scrollbars */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 13px;
  height: 0;
  background: #05060a;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(0,234,255,.10), rgba(255,43,214,.08)),
    #05060a;
  border-left: 1px solid rgba(0,234,255,.14);
  border-radius: 0;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  min-height: 70px;
  border-radius: 999px;
  border: 3px solid #05060a;
  background:
    linear-gradient(180deg, #00eaff 0%, #51f7ff 38%, #ff2bd6 100%);
  box-shadow:
    0 0 10px rgba(0,234,255,.75),
    0 0 18px rgba(0,234,255,.45),
    0 0 20px rgba(255,43,214,.30);
  animation: scrollbarGlow 2.4s ease-in-out infinite alternate;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #8ffbff 0%, #00eaff 36%, #ff5de2 100%);
  box-shadow:
    0 0 14px rgba(0,234,255,.90),
    0 0 28px rgba(0,234,255,.58),
    0 0 32px rgba(255,43,214,.42);
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner,
*::-webkit-scrollbar-corner {
  background: #05060a !important;
}

/* Modal shell no longer scrolls, so the bar does not break outside rounded corners */
.price-modal {
  overflow: hidden !important;
  padding: 0 !important;
  max-height: min(92vh, 920px);
}

/* Inner scroll area stays inside the modal radius */
.price-modal-scroll {
  max-height: min(92vh, 920px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: clamp(22px, 4vw, 42px);
  padding-right: calc(clamp(22px, 4vw, 42px) + 6px);
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

/* Modal scrollbar dark/neon, no white background, no bottom horizontal bar */
.price-modal-scroll::-webkit-scrollbar {
  width: 11px;
  height: 0 !important;
  background: transparent;
}

.price-modal-scroll::-webkit-scrollbar-track {
  margin: 18px 0;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(0,234,255,.08), rgba(255,43,214,.08)),
    rgba(255,255,255,.035);
  box-shadow: inset 0 0 0 1px rgba(0,234,255,.10);
}

.price-modal-scroll::-webkit-scrollbar-thumb {
  min-height: 70px;
  border-radius: 999px;
  border: 2px solid rgba(7,9,18,.95);
  background:
    linear-gradient(180deg, #00eaff 0%, #5ef8ff 42%, #ff2bd6 100%);
  box-shadow:
    0 0 12px rgba(0,234,255,.72),
    0 0 22px rgba(0,234,255,.38),
    0 0 24px rgba(255,43,214,.26);
  animation: scrollbarGlow 2.4s ease-in-out infinite alternate;
}

.price-modal-scroll::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #a4fcff 0%, #00eaff 40%, #ff69e6 100%);
  box-shadow:
    0 0 16px rgba(0,234,255,.90),
    0 0 30px rgba(0,234,255,.46),
    0 0 32px rgba(255,43,214,.34);
}

.price-modal-scroll::-webkit-scrollbar-corner {
  background: transparent !important;
}

@keyframes scrollbarGlow {
  0% {
    filter: drop-shadow(0 0 3px rgba(0,234,255,.55));
  }
  100% {
    filter: drop-shadow(0 0 9px rgba(0,234,255,.90)) drop-shadow(0 0 10px rgba(255,43,214,.55));
  }
}

/* Firefox */
html,
body,
.price-modal-scroll {
  scrollbar-width: thin;
  scrollbar-color: #00eaff #05060a;
}

/* Extra guard against horizontal scrollbars inside the modal */
.price-modal-scroll *,
.price-modal-scroll *::before,
.price-modal-scroll *::after {
  max-width: 100%;
}

@media (max-width: 640px) {
  .price-modal-scroll {
    padding: 18px;
    padding-right: 22px;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 10px;
  }
}


/* V11: modal scrollbar smaller, message widget layout, nav glitch hover, equipment demo */

/* Calculator modal scrollbar: shorter track, more breathing room inside rounded corners */
.price-modal-scroll {
  max-height: min(86vh, 820px);
  padding-right: calc(clamp(22px, 4vw, 42px) + 14px);
}

.price-modal-scroll::-webkit-scrollbar {
  width: 10px;
}

.price-modal-scroll::-webkit-scrollbar-track {
  margin: 46px 0 38px;
  background:
    linear-gradient(180deg, rgba(0,234,255,.09), rgba(255,43,214,.08)),
    rgba(255,255,255,.025);
}

/* Message widget form layout */
#quickEmailForm.quick-pane.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#quickEmailForm textarea,
#quickEmailForm .hp-field,
#quickEmailForm button,
#quickEmailForm .form-status {
  grid-column: 1 / -1;
}

#quickEmailForm textarea {
  min-height: 112px;
}

#quickEmailForm .btn {
  min-height: 54px;
  width: 100%;
}

/* Where the neon glow lives:
   - scrollbar glow: @keyframes scrollbarGlow
   - this menu glitch: @keyframes navGlitch / navGlitchText
*/

/* Menu glitch hover */
.nav a {
  position: relative;
  isolation: isolate;
}

.nav a:hover {
  animation: navGlitchText .38s steps(2, end) both;
}

.nav a:hover::before,
.nav a:hover::after {
  content: attr(data-glitch);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .72;
  z-index: -1;
}

.nav a:hover::before {
  color: var(--cyan);
  transform: translate(-1.5px, -1px);
  animation: navGlitch .38s steps(2, end) both;
}

.nav a:hover::after {
  color: var(--pink);
  transform: translate(1.5px, 1px);
  animation: navGlitch .38s steps(2, end) reverse both;
}

.nav-cta:hover {
  animation: navCtaPulse .7s ease-in-out both, navGlitchText .38s steps(2, end) both;
}

@keyframes navGlitch {
  0% { clip-path: inset(0 0 72% 0); }
  20% { clip-path: inset(34% 0 42% 0); }
  42% { clip-path: inset(64% 0 10% 0); }
  65% { clip-path: inset(12% 0 62% 0); }
  100% { clip-path: inset(0 0 0 0); opacity: 0; }
}

@keyframes navGlitchText {
  0% { transform: translateX(0); }
  20% { transform: translateX(-1px); }
  40% { transform: translateX(1px); }
  60% { transform: translateX(-.5px); }
  100% { transform: translateX(0); }
}

@keyframes navCtaPulse {
  0%, 100% { box-shadow: 0 0 16px rgba(0,234,255,.4), inset 0 0 14px rgba(0,234,255,.1); }
  50% { box-shadow: 0 0 24px rgba(0,234,255,.65), 0 0 30px rgba(255,43,214,.42), inset 0 0 18px rgba(255,43,214,.16); }
}

/* Clickable equipment demo */
.equipment-demo {
  position: relative;
}

.demo-stage {
  position: relative;
  min-height: 360px;
  border-radius: 34px;
  border: 1px solid rgba(0,234,255,.24);
  background:
    radial-gradient(circle at 18% 20%, rgba(0,234,255,.12), transparent 22rem),
    radial-gradient(circle at 82% 30%, rgba(255,43,214,.14), transparent 22rem),
    rgba(255,255,255,.035);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 210px 1fr;
  align-items: center;
  gap: 28px;
  padding: clamp(24px, 5vw, 54px);
  box-shadow: 0 0 28px rgba(0,234,255,.08), 0 0 36px rgba(255,43,214,.06);
}

.demo-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.demo-rifle {
  position: relative;
  z-index: 2;
  min-height: 165px;
  border: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 0 18px rgba(0,234,255,.18));
}

.demo-rifle strong,
.demo-vest strong {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}

.rifle-body {
  position: absolute;
  left: 8%;
  top: 45%;
  width: 68%;
  height: 48px;
  transform: translateY(-50%);
  clip-path: polygon(0 35%, 16% 0, 82% 0, 100% 36%, 90% 100%, 20% 100%);
  border: 2px solid rgba(0,234,255,.8);
  background:
    linear-gradient(90deg, rgba(0,234,255,.18), rgba(255,43,214,.12)),
    #080b13;
  box-shadow: inset 0 0 18px rgba(0,234,255,.08), 0 0 18px rgba(0,234,255,.18);
}

.rifle-barrel {
  position: absolute;
  left: 70%;
  top: 45%;
  width: 28%;
  height: 14px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,234,255,.45), rgba(255,255,255,.9));
  box-shadow: 0 0 18px rgba(0,234,255,.28);
}

.rifle-grip {
  position: absolute;
  left: 35%;
  top: 66%;
  width: 48px;
  height: 70px;
  transform: skewX(-14deg);
  border: 2px solid rgba(255,43,214,.65);
  background: #080b13;
  box-shadow: 0 0 14px rgba(255,43,214,.16);
}

.demo-rifle:hover .rifle-body,
.demo-rifle.firing .rifle-body {
  box-shadow: inset 0 0 22px rgba(0,234,255,.15), 0 0 28px rgba(0,234,255,.38), 0 0 26px rgba(255,43,214,.18);
}

.demo-laser {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,61,70,1), rgba(255,61,70,0));
  box-shadow:
    0 0 12px rgba(255,61,70,.95),
    0 0 24px rgba(255,61,70,.72),
    0 0 42px rgba(255,61,70,.35);
}

.demo-stage.fired .demo-laser {
  animation: demoLaserShot .52s ease-out both;
}

.demo-vest {
  position: relative;
  z-index: 2;
  width: min(230px, 100%);
  height: 245px;
  margin: 0 auto;
  filter: drop-shadow(0 0 18px rgba(255,43,214,.18));
}

.vest-shoulders {
  position: absolute;
  left: 18%;
  top: 4%;
  width: 64%;
  height: 76px;
  border-radius: 40px 40px 10px 10px;
  border: 2px solid rgba(255,43,214,.70);
  background: rgba(255,43,214,.08);
}

.vest-core {
  position: absolute;
  left: 12%;
  top: 28%;
  width: 76%;
  height: 145px;
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
  border: 2px solid rgba(0,234,255,.72);
  background:
    linear-gradient(180deg, rgba(0,234,255,.10), rgba(255,43,214,.12)),
    #080b13;
  box-shadow: inset 0 0 18px rgba(0,234,255,.08), 0 0 18px rgba(0,234,255,.12);
}

.vest-led {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(0,234,255,.65);
}

.led-a { left: 46%; top: 45%; }
.led-b { left: 31%; top: 66%; }
.led-c { right: 31%; top: 66%; }

.demo-stage.fired .vest-core {
  animation: vestHit .62s ease-out both;
}

.demo-stage.fired .vest-led {
  animation: ledHit .62s ease-out both;
}

.demo-log {
  position: absolute;
  left: clamp(18px, 4vw, 40px);
  bottom: clamp(18px, 4vw, 34px);
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,234,255,.20);
  background: rgba(0,0,0,.28);
}

.demo-log span {
  color: var(--muted);
  font-size: 12px;
}

.demo-log strong {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}

@keyframes demoLaserShot {
  0% { opacity: 0; transform: scaleX(0); }
  15% { opacity: 1; transform: scaleX(.2); }
  45% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

@keyframes vestHit {
  0%, 100% { box-shadow: inset 0 0 18px rgba(0,234,255,.08), 0 0 18px rgba(0,234,255,.12); }
  30% { box-shadow: inset 0 0 30px rgba(255,61,70,.38), 0 0 34px rgba(255,61,70,.65), 0 0 50px rgba(255,43,214,.35); }
}

@keyframes ledHit {
  0%, 100% { background: var(--cyan); box-shadow: 0 0 14px rgba(0,234,255,.65); }
  25%, 55% { background: #ff3d46; box-shadow: 0 0 18px rgba(255,61,70,.95), 0 0 34px rgba(255,61,70,.55); }
}

@media (max-width: 900px) {
  .demo-stage {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .demo-rifle {
    width: 100%;
    min-height: 145px;
  }

  .demo-laser {
    width: 80%;
    justify-self: center;
    transform-origin: center center;
  }

  .demo-stage.fired .demo-laser {
    animation: demoLaserShotMobile .52s ease-out both;
  }
}

@keyframes demoLaserShotMobile {
  0% { opacity: 0; transform: scaleX(0) rotate(90deg); }
  15% { opacity: 1; transform: scaleX(.2) rotate(90deg); }
  45% { opacity: 1; transform: scaleX(1) rotate(90deg); }
  100% { opacity: 0; transform: scaleX(1) rotate(90deg); }
}


/* V12: Hero simulation, nav glitch cleanup, message form spacing, mobile padding, custom select */

/* Hero sim replaces old score card */
.hero-sim-panel {
  padding: 26px;
}

.hero-sim-head {
  position: relative;
  display: grid;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.hero-sim-head img {
  width: min(340px, 100%);
  margin: 0;
}

.hero-sim-head span {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 900;
}

.hero-sim-stage {
  position: relative;
  min-height: 250px;
  display: grid;
  grid-template-columns: 1fr 86px 160px;
  align-items: center;
  gap: 18px;
}

.hero-rifle {
  position: relative;
  min-height: 126px;
  border: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 0 16px rgba(0,234,255,.18));
}

.hero-rifle strong,
.hero-vest strong {
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  white-space: nowrap;
}

.hero-rifle-body {
  position: absolute;
  left: 2%;
  top: 46%;
  width: 76%;
  height: 38px;
  transform: translateY(-50%);
  clip-path: polygon(0 42%, 14% 0, 82% 0, 100% 35%, 88% 100%, 17% 100%);
  border: 2px solid rgba(0,234,255,.78);
  background: linear-gradient(90deg, rgba(0,234,255,.18), rgba(255,43,214,.10)), #080b13;
  box-shadow: inset 0 0 18px rgba(0,234,255,.08), 0 0 18px rgba(0,234,255,.16);
}

.hero-rifle-barrel {
  position: absolute;
  left: 72%;
  top: 46%;
  width: 27%;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0,234,255,.48), rgba(255,255,255,.92));
  box-shadow: 0 0 20px rgba(0,234,255,.28);
}

.hero-rifle-grip {
  position: absolute;
  left: 37%;
  top: 63%;
  width: 36px;
  height: 58px;
  transform: skewX(-13deg);
  border: 2px solid rgba(255,43,214,.68);
  background: #080b13;
  box-shadow: 0 0 14px rgba(255,43,214,.15);
}

.hero-rifle:hover .hero-rifle-body,
.hero-rifle.firing .hero-rifle-body {
  box-shadow: inset 0 0 22px rgba(0,234,255,.15), 0 0 28px rgba(0,234,255,.38), 0 0 26px rgba(255,43,214,.18);
}

.hero-shot {
  height: 6px;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,61,70,1), rgba(255,61,70,0));
  box-shadow: 0 0 12px rgba(255,61,70,.95), 0 0 24px rgba(255,61,70,.72), 0 0 42px rgba(255,61,70,.35);
}

.hero-sim-panel.fired .hero-shot {
  animation: heroLaserShot .52s ease-out both;
}

.hero-vest {
  position: relative;
  width: 150px;
  height: 180px;
  justify-self: center;
  filter: drop-shadow(0 0 18px rgba(255,43,214,.18));
}

.hero-vest-shoulders {
  position: absolute;
  left: 20%;
  top: 4%;
  width: 60%;
  height: 52px;
  border-radius: 30px 30px 10px 10px;
  border: 2px solid rgba(255,43,214,.75);
  background: rgba(255,43,214,.08);
}

.hero-vest-core {
  position: absolute;
  left: 12%;
  top: 30%;
  width: 76%;
  height: 106px;
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
  border: 2px solid rgba(0,234,255,.72);
  background: linear-gradient(180deg, rgba(0,234,255,.10), rgba(255,43,214,.12)), #080b13;
  box-shadow: inset 0 0 18px rgba(0,234,255,.08), 0 0 18px rgba(0,234,255,.12);
}

.hero-led {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(0,234,255,.65);
}

.hero-led-a { left: 45%; top: 46%; }
.hero-led-b { left: 30%; top: 66%; }
.hero-led-c { right: 30%; top: 66%; }

.hero-sim-panel.fired .hero-vest-core {
  animation: vestHit .62s ease-out both;
}

.hero-sim-panel.fired .hero-led {
  animation: ledHit .62s ease-out both;
}

.hero-sim-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 12px;
}

.hero-sim-footer span {
  color: var(--muted);
  font-size: 12px;
}

.hero-sim-footer strong {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  text-shadow: 0 0 14px rgba(43,255,184,.28);
}

@keyframes heroLaserShot {
  0% { opacity: 0; transform: scaleX(0); }
  15% { opacity: 1; transform: scaleX(.2); }
  45% { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1); }
}

/* Cleaner glitch hover: menu items glitch, CTA only pulses so it does not leave stacked text */
.nav a:not(.nav-cta):hover {
  animation: navGlitchText .30s steps(2, end) both;
}

.nav a:not(.nav-cta):hover::before,
.nav a:not(.nav-cta):hover::after {
  content: attr(data-glitch);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.nav a:not(.nav-cta):hover::before {
  color: var(--cyan);
  animation: navGlitchClean .34s steps(2, end) both;
}

.nav a:not(.nav-cta):hover::after {
  color: var(--pink);
  animation: navGlitchClean .34s steps(2, end) reverse both;
}

.nav-cta:hover::before,
.nav-cta:hover::after {
  display: none !important;
}

.nav-cta:hover {
  animation: navCtaPulse .7s ease-in-out both !important;
}

@keyframes navGlitchClean {
  0% { opacity: .72; clip-path: inset(0 0 76% 0); transform: translate(-1px, -1px); }
  22% { opacity: .72; clip-path: inset(34% 0 42% 0); transform: translate(1px, 0); }
  55% { opacity: .54; clip-path: inset(66% 0 12% 0); transform: translate(-1px, 1px); }
  100% { opacity: 0; clip-path: inset(0 0 0 0); transform: translate(0, 0); }
}

/* Message widget spacing */
.quick-contact-panel {
  padding-bottom: 14px;
}

#quickEmailForm.quick-pane.active {
  gap: 10px;
}

#quickEmailForm textarea {
  min-height: 100px;
}

#quickEmailForm .btn {
  min-height: 52px;
}

/* Mobile custom panel padding/alignment fix */
@media (max-width: 640px) {
  .custom-panel {
    padding: 26px !important;
  }

  .custom-list {
    padding: 0;
    gap: 10px;
  }

  .custom-list span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .quick-contact {
    right: 14px !important;
  }

  .back-to-top {
    right: 14px !important;
  }

  .hero-sim-stage {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-shot {
    width: 70%;
    justify-self: center;
    transform-origin: center center;
  }

  .hero-sim-panel.fired .hero-shot {
    animation: heroLaserShotMobile .52s ease-out both;
  }

  .hero-vest {
    width: 140px;
    height: 170px;
  }
}

@keyframes heroLaserShotMobile {
  0% { opacity: 0; transform: scaleX(0) rotate(90deg); }
  15% { opacity: 1; transform: scaleX(.2) rotate(90deg); }
  45% { opacity: 1; transform: scaleX(1) rotate(90deg); }
  100% { opacity: 0; transform: scaleX(1) rotate(90deg); }
}

/* Custom neon select */
.custom-select {
  position: relative;
  min-height: 52px;
  z-index: 5;
}

.custom-select.open {
  z-index: 25;
}

.custom-select-button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(90deg, rgba(0,234,255,.06), rgba(255,43,214,.05)),
    rgba(0,0,0,.26);
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.custom-select-button span {
  color: var(--muted);
}

.custom-select.selected .custom-select-button span {
  color: #fff;
}

.custom-select-button b {
  color: var(--cyan);
  font-size: 16px;
  transition: transform .18s ease;
}

.custom-select.open .custom-select-button {
  border-color: rgba(0,234,255,.55);
  box-shadow: 0 0 18px rgba(0,234,255,.12), 0 0 18px rgba(255,43,214,.08);
}

.custom-select.open .custom-select-button b {
  transform: rotate(180deg);
}

.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(0,234,255,.24);
  background:
    radial-gradient(circle at 10% 0%, rgba(0,234,255,.14), transparent 18rem),
    radial-gradient(circle at 90% 0%, rgba(255,43,214,.14), transparent 18rem),
    rgba(7,9,18,.96);
  box-shadow: 0 0 28px rgba(0,234,255,.14), 0 0 28px rgba(255,43,214,.10);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.custom-select.open .custom-select-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-select-menu button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--muted);
  text-align: left;
  padding: 0 12px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.custom-select-menu button:hover,
.custom-select-menu button.active {
  color: #030408;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 16px rgba(0,234,255,.18), 0 0 16px rgba(255,43,214,.12);
}


/* V13: real rifle/vest renders + hover polish + strip glow */
.btn,
.quick-tab,
.tab-button,
.quick-contact-toggle,
.back-to-top,
.custom-select-button,
.custom-select-menu button,
.modal-close {
  transition:
    transform .18s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease,
    opacity .22s ease;
}

.btn:hover,
.quick-contact-toggle:hover,
.back-to-top:hover,
.custom-select-button:hover,
.modal-close:hover {
  transform: translateY(-2px);
}

.btn-primary:hover {
  box-shadow:
    0 0 26px rgba(0,234,255,.52),
    0 0 38px rgba(255,43,214,.34);
  filter: saturate(1.08);
}

.btn-ghost:hover {
  border-color: rgba(0,234,255,.55);
  background: linear-gradient(90deg, rgba(0,234,255,.10), rgba(255,43,214,.06)), rgba(255,255,255,.05);
  box-shadow: 0 0 18px rgba(0,234,255,.14), inset 0 0 12px rgba(255,255,255,.04);
}

.quick-tab:hover,
.tab-button:hover {
  border-color: rgba(0,234,255,.45);
  box-shadow: 0 0 16px rgba(0,234,255,.10), 0 0 18px rgba(255,43,214,.08);
  color: #fff;
}

.back-to-top:hover,
.quick-contact-toggle:hover {
  box-shadow: 0 0 18px rgba(0,234,255,.42), 0 0 26px rgba(255,43,214,.20);
}

.custom-select-menu button:hover,
.custom-select-menu button.active {
  transform: translateX(4px);
}

#quickFormStatus:empty {
  display: none;
}
#quickEmailForm {
  align-content: start;
}
#quickEmailForm .btn {
  margin-top: 2px;
}
.quick-contact-panel {
  padding-bottom: 10px !important;
}
.quick-pane p {
  margin-bottom: 4px;
}
.quick-pane textarea {
  min-height: 100px;
}
.form-status {
  min-height: 0 !important;
  margin-top: 0 !important;
}

/* Hover neon line strip */
.strip div {
  position: relative;
  cursor: default;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.strip div::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 10px rgba(0,234,255,.35), 0 0 12px rgba(255,43,214,.20);
  opacity: 0;
  transform: scaleX(.2);
  transform-origin: center;
  transition: transform .2s ease, opacity .2s ease;
}
.strip div:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(0,234,255,.08), rgba(255,43,214,.04)), rgba(8,10,18,.92);
}
.strip div:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Real hero simulation assets */
.hero-sim-panel {
  overflow: hidden;
}
.hero-sim-stage {
  grid-template-columns: minmax(0,1fr) 72px minmax(140px, 210px) !important;
  min-height: 260px;
}
.hero-rifle,
.hero-vest {
  position: relative;
  background: transparent;
  border: 0;
}
.hero-rifle {
  min-height: 150px;
}
.hero-rifle-img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 18px rgba(0,234,255,.18)) drop-shadow(0 0 14px rgba(255,43,214,.12));
  transition: transform .18s ease, filter .22s ease;
}
.hero-rifle:hover .hero-rifle-img,
.hero-rifle.firing .hero-rifle-img {
  transform: translateX(-4px);
  filter: drop-shadow(0 0 24px rgba(0,234,255,.24)) drop-shadow(0 0 18px rgba(255,43,214,.16));
}
.hero-shot {
  align-self: center;
}
.hero-vest {
  width: 100%;
  max-width: 180px;
  justify-self: center;
  min-height: 200px;
}
.hero-vest-img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 0 18px rgba(255,43,214,.14));
  transition: filter .22s ease, transform .22s ease;
}
.hero-vest-flash {
  position: absolute;
  inset: 18% 10% 12%;
  border-radius: 26px;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,61,70,.42), transparent 24%),
    radial-gradient(circle at 50% 30%, rgba(0,234,255,.28), transparent 16%),
    radial-gradient(circle at 34% 58%, rgba(255,43,214,.24), transparent 14%),
    radial-gradient(circle at 66% 58%, rgba(255,43,214,.24), transparent 14%);
  pointer-events: none;
}
.hero-sim-panel.fired .hero-vest-flash {
  animation: heroVestFlash .62s ease-out both;
}
.hero-sim-panel.fired .hero-vest-img {
  animation: heroVestShake .62s ease-out both;
}
.hero-rifle strong,
.hero-vest strong {
  bottom: -14px;
}
@keyframes heroVestFlash {
  0%, 100% { opacity: 0; }
  18% { opacity: .95; }
  45% { opacity: .42; }
}
@keyframes heroVestShake {
  0%, 100% { transform: translateX(0); filter: drop-shadow(0 0 18px rgba(255,43,214,.14)); }
  20% { transform: translateX(2px); filter: drop-shadow(0 0 18px rgba(255,61,70,.38)) drop-shadow(0 0 20px rgba(255,43,214,.20)); }
  40% { transform: translateX(-2px); }
}

/* Preview tab images nicer */
.tab-content img {
  object-fit: contain;
}
#tab-rifle img,
#tab-vest img {
  background: radial-gradient(circle at 50% 10%, rgba(255,255,255,.03), transparent 58%);
  padding: 8px;
  max-height: 360px;
}

@media (max-width: 900px) {
  .hero-sim-stage {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .hero-rifle-img {
    max-width: 420px;
  }
  .hero-vest {
    max-width: 170px;
    min-height: 180px;
  }
  .hero-shot {
    width: 72%;
    justify-self: center;
    transform-origin: center center;
  }
  .hero-sim-panel.fired .hero-shot {
    animation: heroLaserShotMobile .52s ease-out both;
  }
}


/* V14: mirrored hero rifle, click me badge, equal quick-contact buttons, animated menu line */
.header-laser-line {
  position: relative;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,.10), rgba(255,255,255,.05));
  overflow: hidden;
  z-index: 8;
}

.header-laser-line span {
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--pink), transparent);
  box-shadow: 0 0 10px rgba(0,234,255,.55), 0 0 14px rgba(255,43,214,.35);
  animation: headerLaserRun 5.2s linear infinite;
}

@keyframes headerLaserRun {
  0% { left: -18%; opacity: .2; }
  8% { opacity: 1; }
  100% { left: 100%; opacity: .25; }
}

/* mirror rifle in hero sim */
.hero-rifle-img {
  transform: scaleX(-1);
}
.hero-rifle:hover .hero-rifle-img,
.hero-rifle.firing .hero-rifle-img {
  transform: scaleX(-1) translateX(-4px);
}

/* click me label */
.hero-click-me {
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #030408;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 14px rgba(0,234,255,.28), 0 0 18px rgba(255,43,214,.22);
  animation: clickMePulse 1.7s ease-in-out infinite;
}

@keyframes clickMePulse {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 0 14px rgba(0,234,255,.28), 0 0 18px rgba(255,43,214,.22);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 0 18px rgba(0,234,255,.46), 0 0 26px rgba(255,43,214,.34);
  }
}

/* make quick contact CTA buttons identical width/height */
#quickEmailForm .btn,
#quickWhatsAppPane .btn {
  width: 100% !important;
  min-height: 58px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 22px !important;
  margin-top: 2px;
}

#quickWhatsAppPane textarea {
  min-height: 92px;
}

#quickWhatsAppPane {
  align-content: start;
  gap: 10px;
}

/* keep hero label readable on mobile */
@media (max-width: 640px) {
  .hero-click-me {
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
  }

  @keyframes clickMePulse {
    0%, 100% {
      transform: translateX(-50%) translateY(0);
      box-shadow: 0 0 14px rgba(0,234,255,.28), 0 0 18px rgba(255,43,214,.22);
    }
    50% {
      transform: translateX(-50%) translateY(-2px);
      box-shadow: 0 0 18px rgba(0,234,255,.46), 0 0 26px rgba(255,43,214,.34);
    }
  }
}

/* V15: text-only Click me, hero HUD, gallery slider, arena configurator */
.hero-click-me {
  background: transparent !important;
  color: var(--cyan) !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 0 10px rgba(0,234,255,.80),
    0 0 18px rgba(255,43,214,.35);
  letter-spacing: .16em;
  top: -4px;
  left: 18px;
}

@keyframes clickMePulse {
  0%, 100% {
    transform: translateY(0);
    text-shadow: 0 0 10px rgba(0,234,255,.80), 0 0 18px rgba(255,43,214,.35);
  }
  50% {
    transform: translateY(-2px);
    text-shadow: 0 0 15px rgba(0,234,255,1), 0 0 26px rgba(255,43,214,.62);
  }
}

.hero-mini-hud {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.hero-mini-hud div {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.24);
}

.hero-mini-hud span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-mini-hud strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 14px rgba(0,234,255,.18);
}

.hero-mini-hud div.hit strong {
  animation: hudHitFlash .45s ease-out both;
}

@keyframes hudHitFlash {
  0% { color: #fff; }
  30% { color: #ff3d46; text-shadow: 0 0 18px rgba(255,61,70,.75); }
  100% { color: #fff; }
}

/* Gallery */
.gallery-heading,
.config-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.gallery-controls {
  display: flex;
  gap: 10px;
}

.gallery-controls button {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(0,234,255,.42);
  background: rgba(5,10,18,.78);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(0,234,255,.18), 0 0 18px rgba(255,43,214,.08);
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
}

.gallery-controls button:hover {
  transform: translateY(-2px);
  border-color: rgba(255,43,214,.55);
  box-shadow: 0 0 20px rgba(0,234,255,.28), 0 0 24px rgba(255,43,214,.18);
}

.gallery-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 43%);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 18px;
  scrollbar-width: thin;
}

.gallery-card {
  scroll-snap-align: start;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 0%, rgba(0,234,255,.10), transparent 18rem),
    radial-gradient(circle at 90% 10%, rgba(255,43,214,.10), transparent 18rem),
    rgba(255,255,255,.035);
  overflow: hidden;
  padding: 18px;
  box-shadow: 0 0 24px rgba(0,234,255,.06), 0 0 28px rgba(255,43,214,.04);
}

.gallery-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  display: block;
  border-radius: 18px;
  margin-bottom: 16px;
  background: rgba(0,0,0,.18);
}

.gallery-card span {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 900;
}

.gallery-card h3 {
  margin-top: 8px;
}

/* Configurator */
.arena-configurator {
  border: 1px solid rgba(0,234,255,.22);
  border-radius: 34px;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 10% 0%, rgba(0,234,255,.13), transparent 24rem),
    radial-gradient(circle at 90% 18%, rgba(255,43,214,.12), transparent 24rem),
    rgba(255,255,255,.035);
  box-shadow: 0 0 28px rgba(0,234,255,.07), 0 0 34px rgba(255,43,214,.05);
}

.configurator-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  margin-top: 26px;
}

.configurator-panel,
.configurator-result {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 22px;
  background: rgba(0,0,0,.22);
}

.configurator-panel label {
  display: grid;
  gap: 12px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}

.configurator-panel label:last-child {
  margin-bottom: 0;
}

#configSets {
  accent-color: var(--cyan);
}

#configSetsValue {
  color: var(--cyan);
  text-shadow: 0 0 12px rgba(0,234,255,.36);
}

.config-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.config-choice-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.config-choice {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.config-choice:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(0,234,255,.44);
}

.config-choice.active {
  color: #030408;
  border-color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 18px rgba(0,234,255,.20), 0 0 18px rgba(255,43,214,.14);
}

.configurator-result {
  display: grid;
  gap: 12px;
}

.configurator-result div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}

.configurator-result span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.configurator-result strong {
  display: block;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 34px);
  margin-top: 6px;
  text-shadow: 0 0 14px rgba(0,234,255,.16);
}

.configurator-result p {
  margin: 0;
}

@media (max-width: 1080px) {
  .gallery-heading,
  .config-heading {
    display: grid;
    align-items: start;
  }

  .gallery-slider {
    grid-auto-columns: minmax(280px, 72%);
  }

  .configurator-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-mini-hud {
    grid-template-columns: 1fr;
  }

  .hero-click-me {
    left: 50%;
    top: -10px;
  }

  .gallery-slider {
    grid-auto-columns: minmax(260px, 88%);
  }

  .gallery-card img {
    height: 220px;
  }

  .config-choice-grid,
  .config-choice-grid.two {
    grid-template-columns: 1fr;
  }
}

/* V16: hero laser/vest adjustment + nav tab polish */
.hero-sim-stage {
  align-items: start;
  padding-top: 6px;
}

.hero-rifle {
  margin-top: 8px;
}

.hero-shot {
  margin-top: 54px;
}

.hero-vest {
  max-width: 168px !important;
  min-height: 188px !important;
  transform: scale(.94);
  transform-origin: top center;
}

@media (max-width: 900px) {
  .hero-shot {
    margin-top: 0;
  }
  .hero-vest {
    transform: scale(.92);
  }
}

/* slight nav fit improvement with new Configurator tab */
.nav {
  gap: 18px;
}

/* V17: higher shot line, smaller vest, sound toggle, gallery lightbox */
.hero-sim-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sound-toggle {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,234,255,.32);
  background: rgba(255,255,255,.03);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .18s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.sound-toggle:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(255,43,214,.5);
  box-shadow: 0 0 18px rgba(0,234,255,.16), 0 0 18px rgba(255,43,214,.12);
}

.sound-toggle.muted {
  color: #030408;
  background: linear-gradient(90deg, rgba(0,234,255,.95), rgba(255,43,214,.95));
  border-color: transparent;
}

/* Raise beam visibly higher */
.hero-shot {
  align-self: start !important;
  margin-top: 22px !important;
}

.hero-vest {
  max-width: 156px !important;
  min-height: 176px !important;
  transform: scale(.90) !important;
  transform-origin: top center;
}

/* Gallery cards clickable */
.gallery-card {
  cursor: pointer;
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,234,255,.30);
  box-shadow: 0 0 28px rgba(0,234,255,.10), 0 0 34px rgba(255,43,214,.06);
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2,4,10,.82);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.gallery-lightbox.visible {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox-dialog {
  position: relative;
  width: min(1100px, 100%);
  border-radius: 30px;
  border: 1px solid rgba(0,234,255,.24);
  background:
    radial-gradient(circle at 10% 0%, rgba(0,234,255,.14), transparent 22rem),
    radial-gradient(circle at 90% 10%, rgba(255,43,214,.14), transparent 22rem),
    rgba(7,9,18,.96);
  box-shadow: 0 0 36px rgba(0,234,255,.14), 0 0 40px rgba(255,43,214,.10);
  padding: 30px;
}

.gallery-lightbox-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  align-items: center;
}

.gallery-lightbox-media {
  min-height: 420px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  padding: 20px;
}

.gallery-lightbox-media img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  display: block;
}

.gallery-lightbox-copy span {
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 900;
}

.gallery-lightbox-copy h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 42px);
}

.gallery-lightbox-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
  transform: translateY(-2px);
  border-color: rgba(0,234,255,.48);
  box-shadow: 0 0 20px rgba(0,234,255,.18), 0 0 22px rgba(255,43,214,.10);
}

.gallery-lightbox-close {
  top: 16px;
  right: 16px;
}

.gallery-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox-nav.prev {
  left: 16px;
}

.gallery-lightbox-nav.next {
  right: 16px;
}

.gallery-lightbox-nav.prev:hover,
.gallery-lightbox-nav.next:hover {
  transform: translateY(calc(-50% - 2px));
}

@media (max-width: 900px) {
  .gallery-lightbox-dialog {
    padding: 22px;
  }

  .gallery-lightbox-grid {
    grid-template-columns: 1fr;
  }

  .gallery-lightbox-media {
    min-height: 260px;
  }

  .gallery-lightbox-media img {
    max-height: 280px;
  }

  .gallery-lightbox-nav {
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .gallery-lightbox-nav.prev {
    left: 22px;
  }

  .gallery-lightbox-nav.next {
    right: 22px;
  }

  .gallery-lightbox-nav.prev:hover,
  .gallery-lightbox-nav.next:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 640px) {
  .hero-shot {
    margin-top: 0 !important;
  }

  .hero-vest {
    transform: scale(.88) !important;
  }

  .hero-sim-head-row {
    align-items: start;
  }
}

/* V18: shot beam balance, mobile menu, lightbox arrows, icon sound button */
.hero-shot {
  margin-top: 42px !important;
}

/* icon-only sound button */
.sound-toggle {
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  line-height: 1;
}

/* Lightbox arrows moved below content so they do not cover text */
.gallery-lightbox-dialog {
  padding-bottom: 88px !important;
}

.gallery-lightbox-nav {
  top: auto !important;
  bottom: 22px !important;
  transform: none !important;
}

.gallery-lightbox-nav.prev {
  left: calc(50% - 58px) !important;
}

.gallery-lightbox-nav.next {
  right: calc(50% - 58px) !important;
}

.gallery-lightbox-nav.prev:hover,
.gallery-lightbox-nav.next:hover {
  transform: translateY(-2px) !important;
}

/* Mobile menu */
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0,234,255,.34);
  background: rgba(255,255,255,.035);
  color: #fff;
  cursor: pointer;
  place-items: center;
  gap: 4px;
  padding: 10px;
  box-shadow: 0 0 16px rgba(0,234,255,.10);
}

.mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 8px rgba(0,234,255,.32);
  transition: transform .2s ease, opacity .2s ease;
}

.mobile-menu-toggle.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle.open span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1080px) {
  .mobile-menu-toggle {
    display: grid;
  }

  .site-header {
    position: sticky;
  }

  .nav {
    position: absolute;
    top: 86px;
    left: 18px;
    right: 18px;
    display: grid !important;
    gap: 8px;
    padding: 14px;
    border-radius: 22px;
    border: 1px solid rgba(0,234,255,.18);
    background:
      radial-gradient(circle at 10% 0%, rgba(0,234,255,.14), transparent 18rem),
      radial-gradient(circle at 90% 0%, rgba(255,43,214,.14), transparent 18rem),
      rgba(6,8,16,.97);
    box-shadow: 0 0 26px rgba(0,234,255,.12), 0 0 30px rgba(255,43,214,.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.03);
  }

  .nav-cta {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .nav {
    top: 72px;
    left: 14px;
    right: 14px;
  }

  .hero-shot {
    margin-top: 0 !important;
  }

  .gallery-lightbox-dialog {
    padding-bottom: 86px !important;
  }
}

/* V19: quote flow, install process, requirements, revenue calculator, gallery detail, mobile polish */
.hero-shot {
  margin-top: 60px !important;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-grid article,
.revenue-inputs,
.revenue-results,
.requirements-panel,
.rental-panel,
.arena-partner-grid article {
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 0 30px rgba(0,234,255,.05), 0 0 36px rgba(255,43,214,.04);
}

.process-grid article {
  border-radius: var(--radius);
  padding: 24px;
}

.process-grid strong {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #030408;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  font-size: 12px;
  box-shadow: 0 0 16px rgba(0,234,255,.18), 0 0 18px rgba(255,43,214,.12);
}

.requirements-panel,
.rental-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  border-radius: 34px;
  padding: clamp(26px, 5vw, 54px);
}

.requirements-list,
.rental-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.requirements-list span {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,234,255,.20);
  background: rgba(0,234,255,.055);
  color: #fff;
  font-weight: 800;
}

.rental-options article {
  border-radius: 22px;
  padding: 22px;
}

.rental-options strong {
  display: inline-flex;
  margin-top: 12px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  text-shadow: 0 0 14px rgba(43,255,184,.34);
}

.revenue-calculator {
  border: 1px solid rgba(43,255,184,.20);
  border-radius: 34px;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 8% 10%, rgba(43,255,184,.10), transparent 24rem),
    radial-gradient(circle at 95% 20%, rgba(0,234,255,.10), transparent 22rem),
    rgba(255,255,255,.035);
}

.revenue-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
}

.revenue-inputs,
.revenue-results {
  border-radius: 24px;
  padding: 22px;
}

.revenue-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.revenue-inputs label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 900;
}

.revenue-inputs input {
  min-height: 48px;
}

.revenue-results {
  display: grid;
  gap: 12px;
}

.revenue-results div {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}

.revenue-results span,
.configurator-result span {
  display: block;
}

.revenue-results span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.revenue-results strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 42px);
  text-shadow: 0 0 16px rgba(43,255,184,.14), 0 0 16px rgba(0,234,255,.12);
}

.config-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.config-actions .btn {
  min-height: 46px;
}

.mini-status {
  min-height: 18px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
  font-size: 13px;
}

.arena-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.arena-partner-grid article {
  border-radius: 24px;
  padding: 24px;
}

.status {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.status.in-house {
  color: var(--green);
  background: rgba(43,255,184,.10);
}

.status.ready {
  color: var(--cyan);
  background: rgba(0,234,255,.10);
}

.status.onboarding {
  color: var(--pink);
  background: rgba(255,43,214,.10);
}

.partners-strip {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.partners-strip span {
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-weight: 800;
}

.lightbox-detail {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.lightbox-detail strong {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
}

.lightbox-detail ul {
  margin: 0;
  padding-left: 18px;
}

.lightbox-detail li,
.lightbox-detail p {
  color: var(--muted);
  line-height: 1.55;
}

.lightbox-detail p {
  margin: 0;
}

.gallery-lightbox-copy {
  align-self: start;
}

/* Hero reload state */
.hero-sim-panel.reloading .hero-shot {
  opacity: 0 !important;
}

.hero-sim-panel.reloading .hero-rifle-img {
  animation: reloadPulse .9s ease-in-out both;
}

@keyframes reloadPulse {
  0%, 100% { filter: drop-shadow(0 0 18px rgba(0,234,255,.18)) drop-shadow(0 0 14px rgba(255,43,214,.12)); }
  50% { filter: drop-shadow(0 0 26px rgba(255,43,214,.38)) drop-shadow(0 0 22px rgba(0,234,255,.22)); }
}

/* Mobile polish */
@media (max-width: 1080px) {
  .process-grid,
  .requirements-panel,
  .rental-panel,
  .revenue-grid,
  .arena-partner-grid {
    grid-template-columns: 1fr;
  }

  .revenue-inputs {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .requirements-list,
  .rental-options,
  .revenue-inputs {
    grid-template-columns: 1fr;
  }

  .process-grid article,
  .revenue-inputs,
  .revenue-results,
  .arena-partner-grid article {
    padding: 18px;
  }

  .config-actions .btn {
    width: 100%;
  }

  .gallery-lightbox-copy p {
    font-size: 15px;
  }
}

/* V20: planning tabs, clean buttons, warnings, layout polish */

/* Remove weird side artifacts from pseudo/glitch effects on buttons */
.btn::before,
.btn::after,
.config-choice::before,
.config-choice::after,
.planning-tab::before,
.planning-tab::after,
.quick-tab::before,
.quick-tab::after,
.tab-button::before,
.tab-button::after {
  content: none !important;
  display: none !important;
}

.btn,
.config-choice,
.planning-tab,
.quick-tab,
.tab-button {
  overflow: hidden;
  isolation: isolate;
}

/* Make sound button always icon-only */
.sound-toggle {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.sound-toggle.muted {
  color: #030408;
  background: linear-gradient(90deg, rgba(0,234,255,.95), rgba(255,43,214,.95));
  border-color: transparent;
}

/* Planning center */
.planning-center {
  border: 1px solid rgba(0,234,255,.22);
  border-radius: 34px;
  padding: clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 10% 0%, rgba(0,234,255,.13), transparent 24rem),
    radial-gradient(circle at 90% 18%, rgba(255,43,214,.12), transparent 24rem),
    rgba(255,255,255,.035);
  box-shadow: 0 0 28px rgba(0,234,255,.07), 0 0 34px rgba(255,43,214,.05);
}

.planning-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(0,0,0,.22);
}

.planning-tab {
  min-height: 46px;
  flex: 1 1 180px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
  color: var(--muted);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.planning-tab:hover {
  transform: translateY(-1px);
  color: #fff;
  border-color: rgba(0,234,255,.42);
  box-shadow: 0 0 16px rgba(0,234,255,.10), 0 0 16px rgba(255,43,214,.08);
}

.planning-tab.active {
  color: #030408;
  border-color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  box-shadow: 0 0 18px rgba(0,234,255,.20), 0 0 18px rgba(255,43,214,.14);
}

.planning-panel {
  display: none;
}

.planning-panel.active {
  display: block;
}

/* Let sections inside planning look like panels instead of full separate page blocks */
.planning-panel .section-heading {
  margin-bottom: 24px;
}

.planning-panel .arena-configurator,
.planning-panel .revenue-calculator {
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

/* Existing configurator controls need a little more breathing room */
.config-choice-grid {
  gap: 14px !important;
  padding: 4px;
}

.config-choice {
  padding: 0 16px;
  min-height: 48px;
}

/* Revenue warning and calc warning */
.calc-warning,
.revenue-warning {
  border: 1px solid rgba(255,193,7,.28);
  border-radius: 18px;
  padding: 16px;
  margin: 16px 0;
  background:
    linear-gradient(90deg, rgba(255,193,7,.08), rgba(255,43,214,.04)),
    rgba(0,0,0,.18);
  box-shadow: 0 0 18px rgba(255,193,7,.06);
}

.calc-warning strong,
.revenue-warning strong {
  display: block;
  color: #ffd56a;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  margin-bottom: 6px;
}

.calc-warning p,
.revenue-warning span {
  display: block;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

/* Rental layout cleanup: reduce over-huge headline feeling */
.rental-panel h2 {
  font-size: clamp(32px, 4vw, 56px);
}

.rental-options {
  align-items: stretch;
}

.rental-options article {
  min-height: 220px;
}

/* Mobile polish */
@media (max-width: 1080px) {
  .planning-tabs {
    border-radius: 24px;
  }

  .planning-tab {
    flex-basis: 100%;
  }
}

@media (max-width: 640px) {
  .planning-center {
    padding: 24px;
  }

  .planning-tabs {
    padding: 8px;
    gap: 8px;
  }

  .planning-tab {
    min-height: 44px;
  }

  .config-choice-grid {
    padding: 0;
  }

  .sound-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
}

/* V21: bigger section spacing, cleaner gradient buttons, rapid-fire visual tuning */

/* More space between the planning tab block and the next large block */
.planning-center {
  margin-bottom: 72px !important;
}

.rental-panel {
  margin-top: 72px !important;
}

/* Tabs / choice buttons need more breathing room */
.planning-tabs {
  gap: 18px !important;
  padding: 14px !important;
  margin-bottom: 30px !important;
}

.planning-tab {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.config-choice-grid {
  gap: 18px !important;
  padding: 8px !important;
}

.config-choice {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Remove the tiny coloured edge artifacts on gradient buttons */
.btn,
.btn-primary,
.config-choice,
.config-choice.active,
.planning-tab,
.planning-tab.active,
.tab-button,
.tab-button.active,
.quick-tab,
.quick-tab.active {
  outline: none !important;
  border-color: transparent !important;
  background-clip: padding-box !important;
}

.btn-primary,
.config-choice.active,
.planning-tab.active,
.tab-button.active,
.quick-tab.active {
  border: 0 !important;
  box-shadow:
    0 0 22px rgba(0,234,255,.24),
    0 0 24px rgba(255,43,214,.18) !important;
}

/* Use inner glow instead of those visible side ticks */
.btn-primary {
  background:
    linear-gradient(90deg, #54dcff 0%, #a568f2 52%, #f014d4 100%) !important;
}

.btn-primary:hover {
  box-shadow:
    0 0 26px rgba(0,234,255,.42),
    0 0 36px rgba(255,43,214,.30),
    inset 0 0 0 1px rgba(255,255,255,.10) !important;
}

.config-choice.active,
.planning-tab.active,
.tab-button.active,
.quick-tab.active {
  background:
    linear-gradient(90deg, #54dcff 0%, #a568f2 52%, #f014d4 100%) !important;
}

/* Make sure no inherited glitch layers can show on non-nav buttons */
button::before,
button::after,
a.btn::before,
a.btn::after {
  content: none !important;
  display: none !important;
}

/* Faster laser animation for spam clicking */
.hero-sim-panel.fired .hero-shot {
  animation: heroLaserShot .20s ease-out both !important;
}

.hero-sim-panel.fired .hero-vest-flash {
  animation: heroVestFlash .24s ease-out both !important;
}

.hero-sim-panel.fired .hero-vest-img {
  animation: heroVestShake .24s ease-out both !important;
}

@media (max-width: 640px) {
  .planning-center {
    margin-bottom: 48px !important;
  }

  .rental-panel {
    margin-top: 48px !important;
  }

  .planning-tabs {
    gap: 10px !important;
    padding: 10px !important;
  }

  .config-choice-grid {
    padding: 0 !important;
    gap: 12px !important;
  }
}
