/* ALL3PL Halloween Launch — styles */
:root{
  --bg: #0b0f0c;
  --bg2: #0f140f;
  --green: #21c55d;
  --orange: #ff7a00;
  --orange-2: #ff5500;
  --ink: #e5fff0;
  --muted: #a4b7ac;
  --shadow: 0 10px 30px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--ink);
  background: radial-gradient(1200px 600px at 75% -10%, rgba(255,85,0,.15), transparent 60%),
              radial-gradient(800px 400px at 10% 110%, rgba(33,197,93,.12), transparent 60%),
              linear-gradient(180deg,var(--bg),var(--bg2));
  overflow-x:hidden;
}

#bg-web{
  position:fixed; inset:0;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255,122,0,.06) 0 35%, transparent 36%),
    radial-gradient(circle at 80% 20%, rgba(33,197,93,.06) 0 30%, transparent 31%);
  pointer-events:none; z-index:0;
}

.container{
  position:relative; z-index:2;
  max-width:900px; margin:0 auto; padding:64px 22px 48px;
  text-align:center;
}

.brand{ margin-bottom: 20px; }
.logo-circle{
  width:72px;height:72px;border-radius:50%;
  display:inline-grid;place-items:center;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: var(--shadow);
  margin:0 auto 16px;
  filter: drop-shadow(0 6px 16px rgba(255,85,0,.4));
  font-size:34px;
}
.brand h1{
  margin:0;
  font-size: clamp(42px, 7vw, 86px);
  letter-spacing:.02em;
  line-height:1.0;
  text-transform: uppercase;
}
.brand .glow{
  color:var(--green);
  text-shadow: 0 0 18px rgba(33,197,93,.45), 0 0 36px rgba(33,197,93,.25);
}
.brand .web{ color:var(--orange); }

.tag{ margin-top:10px; color:var(--muted); font-size: clamp(14px, 2.5vw, 18px); }

.countdown{
  display:flex; gap:14px; justify-content:center; flex-wrap:wrap;
  margin: 28px auto 10px;
}
.tile{
  width:min(160px, 42vw);
  background: rgba(10,14,11,.55);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  box-shadow: var(--shadow);
  padding:18px 14px;
  backdrop-filter: blur(6px);
}
.num{
  font-size: clamp(34px, 9vw, 64px);
  font-weight: 800;
  line-height:1;
  color: #eafff3;
  text-shadow: 0 0 16px rgba(33,197,93,.25), 0 0 28px rgba(255,122,0,.2);
}
.lbl{
  font-size: 13px;
  text-transform: uppercase; letter-spacing:.2em;
  color: var(--muted);
  margin-top:6px;
}

.cta{ margin-top: 26px; }
button#excitedBtn{
  -webkit-tap-highlight-color: transparent;
  cursor:pointer;
  border:0; border-radius:999px;
  padding:16px 22px;
  font-size: clamp(16px, 2.8vw, 20px);
  font-weight:700;
  color:#06140b;
  background: linear-gradient(135deg, var(--green), #66f3a5);
  box-shadow: 0 8px 0 #0e3d24, 0 14px 28px rgba(33,197,93,.35);
  transform: translateY(0);
  transition: transform .12s ease, box-shadow .12s ease;
}
button#excitedBtn:hover{ transform: translateY(-2px); }
button#excitedBtn:active{
  transform: translateY(2px);
  box-shadow: 0 2px 0 #0e3d24, 0 8px 18px rgba(33,197,93,.35);
}
.pulse{ animation: pulse 2.5s infinite; }
@keyframes pulse{
  0%,100%{ filter: drop-shadow(0 0 0 rgba(33,197,93,.0)); }
  50%{ filter: drop-shadow(0 0 16px rgba(33,197,93,.45)); }
}

#countWrap{
  margin-top: 14px;
  display:flex; gap:10px; align-items:center; justify-content:center;
  color: var(--muted);
}
.badge{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:52px; padding:6px 12px;
  border-radius:999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color:#130a06; font-weight:800;
  box-shadow: 0 8px 22px rgba(255,85,0,.3);
}
.privacy{ font-size:12px; color:#7c9286; margin-top:8px; }

footer{ margin-top:40px; color:#60756a; font-size:13px; }

/* Spiders */
.spider{
  position: fixed; width: 28px; height: 28px;
  display:block; z-index:1; pointer-events:none;
}
.spider .body{
  width: 14px; height: 14px; background:#111; border:2px solid #1f291f;
  border-radius:50%; box-shadow: inset 0 0 10px rgba(255,122,0,.3), 0 0 12px rgba(33,197,93,.15);
  margin: 7px auto 0;
}
.spider .leg{
  position:absolute; width:10px; height:2px; background:#101510;
  top: 10px;
}
.leg.l1{ left:-6px; transform: rotate(20deg); box-shadow: 0 6px 0 #101510; }
.leg.l2{ left:-6px; top:14px; transform: rotate(-10deg); box-shadow: 0 6px 0 #101510; }
.leg.l3{ right:-6px; transform: rotate(-20deg); box-shadow: 0 6px 0 #101510; }
.leg.l4{ right:-6px; top:14px; transform: rotate(10deg); box-shadow: 0 6px 0 #101510; }

.s1{ top:12%; left:6%; animation: drop 8s linear infinite; }
.s2{ top:18%; right:10%; animation: drop 11s linear infinite; }
.s3{ top:5%; left: 70%; animation: drop 9s linear infinite; }

@keyframes drop{
  0%{ transform: translateY(-120px); }
  10%{ transform: translateY(0); }
  100%{ transform: translateY(140vh); }
}

/* Small screens */
@media (max-width:560px){
  .tile{ width:calc(50% - 10px) }
}
