
/* ---------- base ---------- */
#qwxh-hero{
  --qwxh-blue:#00d4ff;
  --qwxh-orange:#ff6b00;
  --qwxh-pink:#ff2d9b;
  --qwxh-purple:#6c00ff;
  --qwxh-dark:#06060e;
  --qwxh-white:#ffffff;

  position:relative !important;
  width:100% !important;
  background:var(--qwxh-dark) !important;
  font-family:'Outfit',sans-serif !important;
  margin:0 !important;
  padding:0 !important;
}
#qwxh-hero *{ box-sizing:border-box !important; }

#qwxh-hero .qwxh-stage{
  position:relative !important;
  width:100% !important;
  overflow:hidden !important;
  display:block !important;
  margin:0 !important;
  padding:70px 24px 84px !important;
}

/* ---------- backgrounds ---------- */
#qwxh-hero .qwxh-bg-photo{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:var(--qwxh-dark) !important;
}
#qwxh-hero .qwxh-bg-photo img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0;
  transition:opacity .8s ease !important;
}
#qwxh-hero .qwxh-bg-photo .qwxh-ph1{ opacity:1; }

#qwxh-hero .qwxh-bg-dark{
  position:absolute !important;
  inset:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:
    radial-gradient(ellipse 60% 50% at 12% 30%, rgba(0,212,255,.08) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 88% 65%, rgba(255,107,0,.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 60% 95%, rgba(108,0,255,.08) 0%, transparent 65%),
    linear-gradient(to bottom, rgba(6,6,14,.58) 0%, rgba(6,6,14,.42) 40%, rgba(6,6,14,.70) 100%) !important;
  z-index:1 !important;
}
#qwxh-hero .qwxh-bg-glow{
  position:absolute !important;
  inset:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:
    radial-gradient(ellipse 65% 55% at 15% 25%, rgba(0,212,255,.22) 0%, transparent 62%),
    radial-gradient(ellipse 60% 50% at 85% 70%, rgba(255,107,0,.20) 0%, transparent 62%),
    radial-gradient(ellipse 55% 55% at 50% 100%, rgba(108,0,255,.24) 0%, transparent 65%),
    radial-gradient(ellipse 45% 40% at 60% 20%, rgba(255,45,155,.16) 0%, transparent 60%) !important;
  z-index:2 !important;
  clip-path:circle(0% at 50% 62%) !important;
  -webkit-clip-path:circle(0% at 50% 62%) !important;
  transition:clip-path 1s cubic-bezier(0.22,1,0.36,1), -webkit-clip-path 1s cubic-bezier(0.22,1,0.36,1) !important;
}
#qwxh-hero .qwxh-bg-glow.qwxh-lit{
  clip-path:circle(150% at 50% 62%) !important;
  -webkit-clip-path:circle(150% at 50% 62%) !important;
}
#qwxh-hero .qwxh-bg-scan{
  position:absolute !important;
  inset:0 !important;
  margin:0 !important;
  padding:0 !important;
  z-index:3 !important;
  pointer-events:none !important;
  background-image:repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,.05) 3px, rgba(0,0,0,.05) 4px) !important;
}

/* ---------- intro scenes (absolute overlays) ---------- */
#qwxh-hero .qwxh-scene{
  margin:0 !important;
  opacity:0;
  visibility:hidden;
  transition:opacity .45s ease, visibility .45s ease !important;
  pointer-events:none !important;
}
#qwxh-hero .qwxh-s1,
#qwxh-hero .qwxh-s2,
#qwxh-hero .qwxh-s3{
  position:absolute !important;
  inset:0 !important;
  padding:70px 24px 84px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
#qwxh-hero .qwxh-s1{ z-index:4 !important; }
#qwxh-hero .qwxh-s2{ z-index:5 !important; }
#qwxh-hero .qwxh-s3{ z-index:6 !important; }
#qwxh-hero .qwxh-scene.qwxh-on{
  opacity:1;
  visibility:visible;
  pointer-events:auto !important;
}

/* reveal wrapper: in normal flow, defines the section height */
#qwxh-hero .qwxh-s4{
  position:relative !important;
  z-index:7 !important;
  padding:0 !important;
  display:block !important;
}

/* skip button during intro */
#qwxh-hero .qwxh-skip{
  position:absolute !important;
  right:18px !important;
  bottom:16px !important;
  z-index:8 !important;
  font-family:'Outfit',sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.55) !important;
  background:rgba(6,6,14,.5) !important;
  border:1px solid rgba(255,255,255,.2) !important;
  border-radius:999px !important;
  padding:7px 16px !important;
  margin:0 !important;
  cursor:pointer !important;
  display:none;
  transition:color .2s ease, border-color .2s ease !important;
}
#qwxh-hero .qwxh-skip:hover{
  color:#fff !important;
  border-color:rgba(0,212,255,.5) !important;
}
#qwxh-hero.qwxh-play .qwxh-skip{ display:inline-block; }

/* ---------- shared: eyebrow neon sign ---------- */
#qwxh-hero .qwxh-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  gap:14px !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:.32em !important;
  text-transform:uppercase !important;
  color:var(--qwxh-blue) !important;
  border:1px solid rgba(0,212,255,.55) !important;
  border-radius:3px !important;
  padding:10px 22px !important;
  margin:0 0 18px !important;
  background:rgba(6,6,14,.45) !important;
  text-shadow:0 0 8px rgba(0,212,255,.7), 0 0 20px rgba(0,212,255,.4) !important;
  box-shadow:0 0 14px rgba(0,212,255,.35), inset 0 0 14px rgba(0,212,255,.12) !important;
  animation:qwxh-neon 3.2s ease-in-out infinite !important;
}
@keyframes qwxh-neon{
  0%,100%{ box-shadow:0 0 14px rgba(0,212,255,.35), inset 0 0 14px rgba(0,212,255,.12); }
  50%{ box-shadow:0 0 24px rgba(0,212,255,.6), inset 0 0 18px rgba(0,212,255,.2); }
}
#qwxh-hero .qwxh-eyebrow::before,
#qwxh-hero .qwxh-eyebrow::after{
  content:"" !important;
  width:26px !important;
  height:1px !important;
  background:linear-gradient(90deg, transparent, var(--qwxh-blue)) !important;
}
#qwxh-hero .qwxh-eyebrow::after{
  background:linear-gradient(90deg, var(--qwxh-blue), transparent) !important;
}

/* ---------- scene 1 ---------- */
#qwxh-hero .qwxh-open{
  font-family:'Bebas Neue',sans-serif !important;
  font-size:clamp(2.2rem,5.4vw,3.8rem) !important;
  line-height:1.02 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  color:var(--qwxh-white) !important;
  max-width:18ch !important;
  margin:0 !important;
  filter:drop-shadow(0 2px 16px rgba(0,0,0,.65)) !important;
}
#qwxh-hero .qwxh-open .qwxh-hl{
  background:linear-gradient(90deg, var(--qwxh-orange), var(--qwxh-pink)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 20px rgba(255,45,155,.3)) !important;
}

/* ---------- scene 2: countdown ---------- */
#qwxh-hero .qwxh-count{
  font-family:'Bebas Neue',sans-serif !important;
  font-size:clamp(7rem,18vw,11rem) !important;
  line-height:.9 !important;
  color:var(--qwxh-white) !important;
  margin:0 !important;
  filter:drop-shadow(0 0 30px rgba(0,212,255,.25)) drop-shadow(0 3px 18px rgba(0,0,0,.6)) !important;
  will-change:transform !important;
}
#qwxh-hero .qwxh-count.qwxh-c5{
  background:linear-gradient(135deg, #4de3ff, var(--qwxh-blue)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 32px rgba(0,212,255,.45)) drop-shadow(0 3px 18px rgba(0,0,0,.6)) !important;
}
#qwxh-hero .qwxh-count.qwxh-c4{
  background:linear-gradient(135deg, #b06bff, #8a2bff) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 32px rgba(138,43,255,.5)) drop-shadow(0 3px 18px rgba(0,0,0,.6)) !important;
}
#qwxh-hero .qwxh-count.qwxh-c3{
  background:linear-gradient(135deg, #ff5eb1, var(--qwxh-pink)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 32px rgba(255,45,155,.5)) drop-shadow(0 3px 18px rgba(0,0,0,.6)) !important;
}
#qwxh-hero .qwxh-count.qwxh-c2{
  background:linear-gradient(135deg, #ff9440, var(--qwxh-orange)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 32px rgba(255,107,0,.5)) drop-shadow(0 3px 18px rgba(0,0,0,.6)) !important;
}
#qwxh-hero .qwxh-count.qwxh-c1{
  background:linear-gradient(135deg, #ff5c5c, #ff2d2d) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 36px rgba(255,45,45,.55)) drop-shadow(0 3px 18px rgba(0,0,0,.6)) !important;
}
#qwxh-hero .qwxh-count.qwxh-tick{ animation:qwxh-roll .42s cubic-bezier(0.22,1,0.36,1) !important; }
@keyframes qwxh-roll{
  0%{ transform:translateY(.35em); opacity:0; }
  100%{ transform:translateY(0); opacity:1; }
}
#qwxh-hero .qwxh-secl{
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.32em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.55) !important;
  margin:.8rem 0 0 !important;
  text-shadow:0 1px 10px rgba(0,0,0,.7) !important;
}
#qwxh-hero .qwxh-reason{
  font-weight:500 !important;
  font-size:clamp(1.05rem,2vw,1.4rem) !important;
  color:rgba(255,255,255,.92) !important;
  margin:1.6rem 0 0 !important;
  min-height:2.2em !important;
  text-shadow:0 1px 12px rgba(0,0,0,.75) !important;
}
#qwxh-hero .qwxh-reason.qwxh-tick{ animation:qwxh-fadeup .42s cubic-bezier(0.22,1,0.36,1) !important; }
@keyframes qwxh-fadeup{
  0%{ transform:translateY(14px); opacity:0; }
  100%{ transform:translateY(0); opacity:1; }
}

/* ---------- scene 3 ---------- */
#qwxh-hero .qwxh-punch{
  font-family:'Bebas Neue',sans-serif !important;
  font-size:clamp(2rem,4.4vw,3.2rem) !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
  color:var(--qwxh-white) !important;
  margin:0 !important;
  filter:drop-shadow(0 2px 16px rgba(0,0,0,.65)) !important;
}
#qwxh-hero .qwxh-punch .qwxh-hl{
  background:linear-gradient(90deg, var(--qwxh-orange), var(--qwxh-pink)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 20px rgba(255,45,155,.3)) !important;
}

/* ---------- reveal: two-column layout ---------- */
#qwxh-hero .qwxh-inner{
  position:relative !important;
  width:100% !important;
  max-width:1200px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:1.05fr .95fr !important;
  gap:52px !important;
  align-items:center !important;
}
#qwxh-hero .qwxh-copy{
  text-align:left !important;
  margin:0 !important;
  padding:0 !important;
}
#qwxh-hero .qwxh-h1{
  font-family:'Bebas Neue',sans-serif !important;
  font-size:clamp(2.3rem,4.6vw,4rem) !important;
  line-height:.96 !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
  color:var(--qwxh-white) !important;
  margin:0 !important;
  filter:drop-shadow(0 2px 16px rgba(0,0,0,.65)) !important;
}
#qwxh-hero .qwxh-h1 .qwxh-pipe{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
}
#qwxh-hero .qwxh-h1 .qwxh-grad{
  display:block !important;
  background:linear-gradient(90deg, var(--qwxh-orange), var(--qwxh-pink), var(--qwxh-blue)) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  filter:drop-shadow(0 0 22px rgba(0,212,255,.22)) !important;
}
#qwxh-hero .qwxh-divider{
  width:64px !important;
  height:2px !important;
  border-radius:2px !important;
  margin:18px 0 !important;
  padding:0 !important;
  background:linear-gradient(90deg, var(--qwxh-orange), var(--qwxh-pink), var(--qwxh-blue)) !important;
}
#qwxh-hero .qwxh-sub{
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.7 !important;
  color:rgba(255,255,255,.92) !important;
  max-width:520px !important;
  margin:0 0 22px !important;
  text-shadow:0 1px 12px rgba(0,0,0,.75) !important;
}
#qwxh-hero .qwxh-sub strong{
  color:var(--qwxh-white) !important;
  font-weight:700 !important;
}
#qwxh-hero .qwxh-phone{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  text-decoration:none !important;
  color:#fff !important;
  font-weight:700 !important;
  font-size:18px !important;
}
#qwxh-hero .qwxh-phone .qwxh-pico{
  width:34px !important;
  height:34px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg, var(--qwxh-orange), var(--qwxh-pink)) !important;
  box-shadow:0 4px 14px rgba(255,45,155,.4) !important;
}
#qwxh-hero .qwxh-phone .qwxh-pico svg{
  width:16px !important;
  height:16px !important;
  fill:#fff !important;
}
#qwxh-hero .qwxh-phone small{
  display:block !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.5) !important;
}
#qwxh-hero .qwxh-creds{
  list-style:none !important;
  margin:24px 0 0 !important;
  padding:0 !important;
  display:grid !important;
  gap:11px !important;
}
#qwxh-hero .qwxh-creds li{
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(255,255,255,.95) !important;
  font-size:16px !important;
  font-weight:600 !important;
  text-shadow:0 1px 10px rgba(0,0,0,.8) !important;
}
#qwxh-hero .qwxh-ck{
  width:22px !important;
  height:22px !important;
  border-radius:50% !important;
  flex-shrink:0 !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg, var(--qwxh-orange), var(--qwxh-pink)) !important;
  box-shadow:0 0 12px rgba(255,45,155,.4) !important;
}
#qwxh-hero .qwxh-ck svg{
  width:12px !important;
  height:12px !important;
  stroke:#fff !important;
  fill:none !important;
  stroke-width:3 !important;
}
#qwxh-hero .qwxh-trust{
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.85) !important;
  margin:20px 0 0 !important;
  text-shadow:0 1px 10px rgba(0,0,0,.85) !important;
}

/* ---------- form card ---------- */
#qwxh-hero .qwxh-form-card{
  position:relative !important;
  border-radius:16px !important;
  padding:30px 28px !important;
  margin:0 !important;
  background:rgba(255,255,255,.07) !important;
  -webkit-backdrop-filter:blur(18px) saturate(140%) !important;
  backdrop-filter:blur(18px) saturate(140%) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 20px 60px rgba(0,0,0,.45) !important;
}
#qwxh-hero .qwxh-form-card::before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:5px !important;
  border-radius:16px 16px 0 0 !important;
  background:linear-gradient(90deg, var(--qwxh-orange), var(--qwxh-pink), var(--qwxh-blue), var(--qwxh-purple)) !important;
}
#qwxh-hero .qwxh-form-title{
  font-family:'Bebas Neue',sans-serif !important;
  font-size:30px !important;
  letter-spacing:.01em !important;
  color:#fff !important;
  margin:6px 0 2px !important;
}
#qwxh-hero .qwxh-form-sub{
  font-size:13px !important;
  color:rgba(255,255,255,.6) !important;
  margin:0 0 18px !important;
}
#qwxh-hero .qwxh-field{ margin:0 0 13px !important; padding:0 !important; }
#qwxh-hero .qwxh-field label{
  display:block !important;
  font-size:11.5px !important;
  font-weight:700 !important;
  letter-spacing:.03em !important;
  color:rgba(255,255,255,.68) !important;
  margin:0 0 5px !important;
  text-transform:uppercase !important;
}
#qwxh-hero .qwxh-field input,
#qwxh-hero .qwxh-field select{
  width:100% !important;
  padding:12px 14px !important;
  margin:0 !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:9px !important;
  font-family:'Outfit',sans-serif !important;
  font-size:15px !important;
  color:#fff !important;
  background:rgba(6,6,14,.28) !important;
  transition:border-color .18s, box-shadow .18s, background .18s !important;
  -webkit-appearance:none !important;
  appearance:none !important;
}
#qwxh-hero .qwxh-field input::placeholder{ color:rgba(255,255,255,.4) !important; }
#qwxh-hero .qwxh-field select{
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3'><polyline points='6 9 12 15 18 9'/></svg>") !important;
  background-repeat:no-repeat !important;
  background-position:right 14px center !important;
  padding-right:38px !important;
  cursor:pointer !important;
}
#qwxh-hero .qwxh-field select option{ color:#1a1a22 !important; }
#qwxh-hero .qwxh-field input:focus,
#qwxh-hero .qwxh-field select:focus{
  outline:none !important;
  border-color:var(--qwxh-blue) !important;
  background:rgba(6,6,14,.42) !important;
  box-shadow:0 0 0 3px rgba(0,212,255,.18) !important;
}
/* honeypot: visually gone, present for bots */
#qwxh-hero .qwxh-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
#qwxh-hero .qwxh-submit{
  position:relative !important;
  width:100% !important;
  border:none !important;
  cursor:pointer !important;
  color:#fff !important;
  margin:4px 0 0 !important;
  font-family:'Outfit',sans-serif !important;
  font-weight:800 !important;
  font-size:13px !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  padding:16px 22px !important;
  overflow:hidden !important;
  background:linear-gradient(90deg, var(--qwxh-orange), var(--qwxh-pink), var(--qwxh-orange)) !important;
  background-size:200% 100% !important;
  animation:qwxh-shimmer 4s linear infinite !important;
  clip-path:polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%) !important;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
}
#qwxh-hero .qwxh-submit:hover{
  transform:translateY(-2px) !important;
  filter:brightness(1.08) !important;
  box-shadow:0 10px 30px rgba(255,45,155,.4), 0 0 26px rgba(255,107,0,.35) !important;
}
#qwxh-hero .qwxh-submit:disabled{
  cursor:not-allowed !important;
  opacity:.72 !important;
  transform:none !important;
}
@keyframes qwxh-shimmer{
  0%{ background-position:200% center; }
  100%{ background-position:-200% center; }
}
#qwxh-hero .qwxh-note{
  margin:12px 0 0 !important;
  text-align:center !important;
  font-size:11.5px !important;
  color:rgba(255,255,255,.6) !important;
}
#qwxh-hero .qwxh-note strong{ color:#3ad98a !important; }

/* success state inside card */
#qwxh-hero .qwxh-success{
  display:none;
  text-align:center !important;
  padding:22px 6px !important;
  margin:0 !important;
}
#qwxh-hero .qwxh-success .qwxh-tickicon{
  width:56px !important;
  height:56px !important;
  border-radius:50% !important;
  margin:0 auto 14px !important;
  display:grid !important;
  place-items:center !important;
  background:linear-gradient(135deg, var(--qwxh-orange), var(--qwxh-pink)) !important;
}
#qwxh-hero .qwxh-success .qwxh-tickicon svg{
  width:26px !important;
  height:26px !important;
  stroke:#fff !important;
  fill:none !important;
  stroke-width:3 !important;
}
#qwxh-hero .qwxh-success h3{
  font-family:'Bebas Neue',sans-serif !important;
  font-size:28px !important;
  color:#fff !important;
  margin:0 0 6px !important;
}
#qwxh-hero .qwxh-success p{
  color:rgba(255,255,255,.7) !important;
  font-size:14px !important;
  margin:0 0 16px !important;
}
#qwxh-hero .qwxh-success .qwxh-book{
  display:inline-block !important;
  font-weight:800 !important;
  font-size:12px !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  color:#fff !important;
  text-decoration:none !important;
  padding:13px 26px !important;
  margin:0 !important;
  background:linear-gradient(90deg, var(--qwxh-orange), var(--qwxh-pink)) !important;
  clip-path:polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%) !important;
}
#qwxh-hero .qwxh-success .qwxh-book:hover{ filter:brightness(1.08) !important; }

/* ---------- intro (play) mode ---------- */
#qwxh-hero.qwxh-play .qwxh-s4{
  opacity:0;
  visibility:hidden;
}
#qwxh-hero.qwxh-play .qwxh-s4.qwxh-on{
  opacity:1;
  visibility:visible;
}

/* ---------- final state (default, no JS, reduced motion) ---------- */
#qwxh-hero.qwxh-final .qwxh-bg-glow{
  clip-path:circle(150% at 50% 62%) !important;
  -webkit-clip-path:circle(150% at 50% 62%) !important;
}
#qwxh-hero.qwxh-final .qwxh-ph1,
#qwxh-hero.qwxh-final .qwxh-ph2{ opacity:0 !important; }
#qwxh-hero.qwxh-final .qwxh-ph3{ opacity:1 !important; }
#qwxh-hero.qwxh-final .qwxh-s1,
#qwxh-hero.qwxh-final .qwxh-s2,
#qwxh-hero.qwxh-final .qwxh-s3{ display:none !important; }
#qwxh-hero.qwxh-final .qwxh-s4{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}

/* ---------- responsive ---------- */
@media (max-width:900px){
  #qwxh-hero .qwxh-stage{ padding:56px 20px 70px !important; }
  #qwxh-hero .qwxh-s1,
  #qwxh-hero .qwxh-s2,
  #qwxh-hero .qwxh-s3{ padding:56px 20px 70px !important; }
  #qwxh-hero .qwxh-inner{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  #qwxh-hero .qwxh-copy{ text-align:center !important; }
  #qwxh-hero .qwxh-divider{ margin-left:auto !important; margin-right:auto !important; }
  #qwxh-hero .qwxh-sub{ margin-left:auto !important; margin-right:auto !important; }
  #qwxh-hero .qwxh-creds{
    max-width:340px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:left !important;
  }
}
@media (max-width:480px){
  #qwxh-hero .qwxh-form-card{ padding:24px 20px !important; }
}

@media (prefers-reduced-motion: reduce){
  #qwxh-hero *{ animation:none !important; transition:none !important; }
}

/* keyboard focus */
#qwxh-hero a:focus-visible,
#qwxh-hero button:focus-visible,
#qwxh-hero input:focus-visible,
#qwxh-hero select:focus-visible{
  outline:3px solid var(--qwxh-blue) !important;
  outline-offset:3px !important;
}

#qwxh-hero .qwxh-form-card label{margin-bottom:0!important}#qwxh-hero .qwxh-form-card input,#qwxh-hero .qwxh-form-card select{margin-top:0!important}#qwxh-hero form{margin-top:0!important}#qwxh-hero #form-status{font-size:14px!important;line-height:1.5!important;color:#fff!important}#qwxh-hero .qwxh-stage{padding-top:60px!important;padding-bottom:70px!important}
