/* ===================================================================
   style.css — Flashing LED Lanyards (High-Visibility Light Up)
   Generated by ArchitectUX · 100% Complete Static CSS
   =================================================================== */

/* ---------- Reset ---------- */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

/* ---------- Base ---------- */
body{font-family:'Inter',sans-serif;background:#000;color:#fff;scroll-behavior:smooth;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Space Grotesk',sans-serif}
a{color:inherit;text-decoration:none}

/* ---------- Custom: Nav ---------- */
.nav-bg{background:rgba(10,10,10,0.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.06);border-radius:60px;padding:0.6rem 2rem}
@media(max-width:768px){.nav-bg{border-radius:40px;padding:0.5rem 1.2rem}}
.fixed{position:fixed}.top-6{top:1.5rem}.left-6{left:1.5rem}.right-6{right:1.5rem}.z-\[100\]{z-index:100}

/* ---------- Custom: UI Components ---------- */
.gradient-text{background:linear-gradient(135deg,#a5b4fc,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.glow-orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:0.3}
.section{padding:90px 0;position:relative}
.section-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#818cf8;margin-bottom:16px;background:rgba(99,102,241,0.08);padding:5px 16px;border-radius:20px;border:1px solid rgba(99,102,241,0.18)}
.faq-a{display:none}.faq-a.open{display:block}

/* ---------- Font-size overrides (body text enlarged, headings untouched) ---------- */
section p,section li{font-size:1.125rem!important;line-height:1.75!important}

/* ---------- Custom: App Cards (12 Applications) ---------- */
.app-card{border-radius:16px;border:1px solid rgba(255,255,255,0.04);background:rgba(255,255,255,0.005);padding:1.25rem;transition:all .3s;display:flex;flex-direction:column}
.app-card:hover{border-color:rgba(99,102,241,0.12);background:rgba(99,102,241,0.01)}
.app-card .app-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:0.75rem;flex-shrink:0}
.app-card .app-icon.bg-venue{background:rgba(99,102,241,0.08);border:1px solid rgba(99,102,241,0.12)}
.app-card .app-icon.bg-safety{background:rgba(6,182,212,0.08);border:1px solid rgba(6,182,212,0.12)}
.app-card .app-icon.bg-brand{background:rgba(168,85,247,0.08);border:1px solid rgba(168,85,247,0.12)}
.app-card .app-icon.bg-night{background:rgba(251,146,60,0.08);border:1px solid rgba(251,146,60,0.12)}
.app-card .app-icon.bg-staff{background:rgba(34,197,94,0.08);border:1px solid rgba(34,197,94,0.12)}
.app-card .app-tag{font-size:10px;letter-spacing:0.5px;text-transform:uppercase;color:#64748b;margin-bottom:0.25rem}
.app-card .app-title{color:#fff;font-weight:700;font-size:1rem;margin-bottom:0.5rem}
.app-card .app-desc{color:#94a3b8;font-size:0.875rem;line-height:1.5;flex:1}
.app-card .app-model{margin-top:0.75rem;padding-top:0.75rem;border-top:1px solid rgba(255,255,255,0.03);font-size:0.75rem;color:#6366f1}

/* ---------- Custom: Flash Speed Visual ---------- */
.flash-bar{height:6px;border-radius:3px;background:rgba(255,255,255,0.05);overflow:hidden;margin:0.5rem 0}
.flash-bar .fill{height:100%;border-radius:3px}

/* ---------- Custom: Repeating Stripe ---------- */
.repeat-stripe{overflow:hidden;white-space:nowrap;padding:1.5rem 0}
.repeat-stripe .inner{display:inline-flex;gap:3rem;animation:scroll 30s linear infinite}
.repeat-stripe .inner span{color:#1e293b;font-size:0.75rem;letter-spacing:2px;text-transform:uppercase}
@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ---------- Flex ---------- */
.flex{display:flex}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}
.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}
.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}
.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:0.5rem}
.space-y-3 > * + *{margin-top:0.75rem}

/* ---------- Grid ---------- */
.grid{display:grid}.grid-cols-4{grid-template-columns:repeat(4,1fr)}
@media(min-width:768px){
  .md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}
  .md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}
}

/* ---------- Position ---------- */
.relative{position:relative}.absolute{position:absolute}
.inset-0{top:0;right:0;bottom:0;left:0}
.bottom-8{bottom:2rem}.right-8{right:2rem}
.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[100\]{z-index:100}

/* ---------- Sizing ---------- */
.w-full{width:100%}.w-auto{width:auto}
.h-full{height:100%}.h-8{height:2rem}.h-10{height:2.5rem}.h-72{height:18rem}
@media(min-width:768px){.md\:h-10{height:2.5rem}}

/* ---------- Spacing ---------- */
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.pt-8{padding-top:2rem}
.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-3{margin-top:0.75rem}
.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}
.mb-1{margin-bottom:0.25rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}
.mx-auto{margin-left:auto;margin-right:auto}

/* ---------- Typography ---------- */
.text-left{text-align:left}.text-center{text-align:center}
.text-xs{font-size:0.75rem;line-height:1rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1.1}
.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}
.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}
.italic{font-style:italic}
.leading-relaxed{line-height:1.625}.leading-\[1\.05\]{line-height:1.05}
.tracking-wider{letter-spacing:0.05em}.tracking-widest{letter-spacing:0.1em}
.tracking-\[0\.3em\]{letter-spacing:0.3em}.tracking-\[0\.5em\]{letter-spacing:0.5em}
.uppercase{text-transform:uppercase}
@media(min-width:768px){
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-7xl{font-size:4.5rem;line-height:1}
}

/* ---------- Colors ---------- */
.text-white{color:#fff}.text-black{color:#000}
.text-white\/80{color:rgba(255,255,255,0.8)}.text-white\/90{color:rgba(255,255,255,0.9)}.text-white\/70{color:rgba(255,255,255,0.7)}
.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}
.text-indigo-400{color:#818cf8}.text-cyan-400{color:#22d3ee}.text-purple-400{color:#a78bfa}.text-orange-400{color:#fb923c}
.hover\:text-indigo-400:hover{color:#818cf8}.hover\:text-white:hover{color:#fff}

/* ---------- Background ---------- */
.bg-indigo-600{background-color:#4f46e5}
.bg-white\/\[0\.01\]{background-color:rgba(255,255,255,0.01)}
.bg-white\/\[0\.02\]{background-color:rgba(255,255,255,0.02)}
.bg-\[\#25D366\]{background-color:#25D366}
.bg-purple-500{background-color:#8b5cf6}
.hover\:bg-indigo-500:hover{background-color:#6366f1}

/* Gradient backgrounds */
.from-black\/10{--tw-gradient-from:rgba(0,0,0,0.1);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}
.via-transparent{--tw-gradient-via:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-via),var(--tw-gradient-to)}
.to-black\/30{--tw-gradient-to:rgba(0,0,0,0.3)}
.to-black\/10{--tw-gradient-to:rgba(0,0,0,0.1)}
.from-orange-500{--tw-gradient-from:#f97316;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(249,115,22,0))}
.to-amber-400{--tw-gradient-to:#fbbf24}
.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}

/* ---------- Border ---------- */
.border{border:1px solid rgba(255,255,255,0.06)}
.border-t{border-top:1px solid rgba(255,255,255,0.05)}
.border-b{border-bottom:1px solid rgba(255,255,255,0.05)}
.border-white\/5{border-color:rgba(255,255,255,0.05)}
.border-white\/8{border-color:rgba(255,255,255,0.08)}
.border-white\/10{border-color:rgba(255,255,255,0.1)}
.hover\:border-white\/20:hover{border-color:rgba(255,255,255,0.2)}
.rounded-full{border-radius:9999px}
.rounded-2xl{border-radius:1rem}
.rounded-xl{border-radius:0.75rem}

/* ---------- Overflow ---------- */
.overflow-hidden{overflow:hidden}

/* ---------- Object ---------- */
.object-cover{object-fit:cover}
.object-bottom{object-position:bottom}

/* ---------- Display ---------- */
.block{display:block}.inline-block{display:inline-block}
.hidden{display:none}
@media(min-width:768px){
  .md\:inline{display:inline}
  .md\:flex{display:flex}
  .md\:hidden{display:none}
}

/* ---------- Shadow ---------- */
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}

/* ---------- Transition ---------- */
.transition{transition:all 0.3s ease}
.cursor-pointer{cursor:pointer}
.hover\:scale-110:hover{transform:scale(1.1)}
.transition-transform{transition:transform 0.3s ease}.duration-300{transition-duration:300ms}

/* ---------- Opacity ---------- */
.opacity-40{opacity:0.4}.opacity-35{opacity:0.35}.opacity-15{opacity:0.15}

/* ---------- Max-width containers ---------- */
.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}

/* ---------- Table ---------- */
table.w-full{width:100%}

/* ---------- Footer spacing ---------- */
.space-y-3 > * + *{margin-top:0.75rem}

/* ---------- Rotate toggle ---------- */
.rotate-45{transform:rotate(45deg)}

/* ---------- HubSpot form overrides ---------- */
#hubspot-form-container .hs-form label{color:#94a3b8;font-size:0.9rem}
#hubspot-form-container .hs-form input[type="text"],
#hubspot-form-container .hs-form input[type="email"],
#hubspot-form-container .hs-form input[type="tel"],
#hubspot-form-container .hs-form select,
#hubspot-form-container .hs-form textarea{background:rgba(255,255,255,0.04)!important;border:1px solid rgba(255,255,255,0.08)!important;border-radius:10px!important;padding:14px 16px!important;color:#f1f5f9!important;font-size:1rem!important;width:100%!important}
#hubspot-form-container .hs-form input:focus,
#hubspot-form-container .hs-form textarea:focus{border-color:rgba(99,102,241,0.4)!important;outline:none!important;box-shadow:0 0 0 3px rgba(99,102,241,0.08)!important}
#hubspot-form-container .hs-form .hs-button{background:linear-gradient(135deg,#4f46e5,#6366f1)!important;border:none!important;border-radius:100px!important;padding:16px 40px!important;font-weight:600!important;color:white!important;font-size:1.05rem!important;cursor:pointer!important;transition:all 0.3s ease!important;width:100%!important}
#hubspot-form-container .hs-form .hs-button:hover{background:linear-gradient(135deg,#4338ca,#4f46e5)!important;transform:translateY(-1px)!important}
#hubspot-form-container .hs-form .hs-error-msgs{color:#f87171!important;font-size:0.8rem!important}
#hubspot-form-container .hs-form .legal-consent-container{font-size:0.8rem!important;color:#64748b!important;line-height:1.6!important}
#hubspot-form-container .hs-form .hs-form-required{color:#f87171!important}
#hubspot-form-container .hs-form .hs-field-desc{color:#64748b!important;font-size:0.8rem!important;margin-top:4px!important}
