/* ===================================================================
   style.css — LED Flashing Lanyard (Q&A Masterclass Guide)
   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:80px 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: Q&A Block ---------- */
.qa-block{display:grid;grid-template-columns:72px 1fr;gap:1.5rem;padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,0.04)}
.qa-block:last-child{border-bottom:none}
.qa-num{font-family:'Space Grotesk',sans-serif;font-size:2.75rem;font-weight:700;line-height:1;background:linear-gradient(135deg,#a5b4fc,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-top:0.25rem}
.qa-body h2{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem}
.qa-body .qa-answer{color:#94a3b8;font-size:1rem;line-height:1.7}
.qa-body .qa-answer strong{color:#e2e8f0}

/* ---------- Custom: Flash Bar ---------- */
.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: Mini Table ---------- */
.mini-table{border-radius:14px;border:1px solid rgba(255,255,255,0.05);overflow:hidden;margin:1.25rem 0}
.mini-table .mt-row{display:grid;grid-template-columns:1fr 1fr;padding:0.75rem 1.25rem;border-bottom:1px solid rgba(255,255,255,0.03);font-size:0.85rem}
.mini-table .mt-row:last-child{border-bottom:none}
.mini-table .mt-row .mt-key{color:#64748b}
.mini-table .mt-row .mt-val{color:#cbd5e1;text-align:right}
.mini-table .mt-head{background:rgba(255,255,255,0.02);color:#94a3b8;font-size:0.7rem;letter-spacing:1px;text-transform:uppercase;padding:0.6rem 1.25rem}

/* ---------- Custom: Control Chips ---------- */
.ctrl-chip{display:inline-flex;align-items:center;gap:0.5rem;border:1px solid rgba(255,255,255,0.07);border-radius:40px;padding:0.5rem 1.1rem;font-size:0.8rem;color:#94a3b8;background:rgba(255,255,255,0.01);margin:0.25rem}
.ctrl-chip .c-dot{width:7px;height:7px;border-radius:50%;background:#6366f1}

/* ---------- Custom: Use Cards ---------- */
.use-card{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,0.04);background:rgba(255,255,255,0.005)}
.use-card img{width:100%;height:150px;object-fit:cover}
.use-card .use-body{padding:1.25rem}
.use-card .use-body h3{color:#fff;font-weight:700;font-size:1rem;margin-bottom:0.4rem}
.use-card .use-body p{color:#94a3b8;font-size:0.85rem;line-height:1.55}

/* ---------- 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}
.space-y-5 > * + *{margin-top:1.25rem}

/* ---------- Grid ---------- */
.grid{display:grid}
@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}
@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}
.px-2\.5{padding-left:0.625rem;padding-right:0.625rem}
.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-16{padding-top:4rem;padding-bottom:4rem}
.py-3\.5{padding-top:0.875rem;padding-bottom:0.875rem}
.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}
.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}
.pt-3{padding-top:0.75rem}.pt-8{padding-top:2rem}
.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-3{margin-top:0.75rem}.mt-4{margin-top:1rem}
.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}.text-emerald-400{color:#34d399}
.hover\:text-indigo-400:hover{color:#818cf8}.hover\:text-white:hover{color:#fff}.hover\:text-indigo-300:hover{color:#a5b4fc}

/* ---------- 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-indigo-500{background-color:#6366f1}.bg-cyan-500{background-color:#06b6d4}.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\/15{--tw-gradient-to:rgba(0,0,0,0.15)}
.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)}
.hover\:border-indigo-500\/15:hover{border-color:rgba(99,102,241,0.15)}
.border-indigo-500\/20{border-color:rgba(99,102,241,0.2)}
.border-cyan-500\/20{border-color:rgba(6,182,212,0.2)}
.border-purple-500\/20{border-color:rgba(168,85,247,0.2)}
.border-orange-500\/20{border-color:rgba(249,115,22,0.2)}
.border-emerald-500\/20{border-color:rgba(16,185,129,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}

/* ---------- 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\:table-cell{display:table-cell}
  .md\:hidden{display:none}
}
@media(min-width:1024px){
  .lg\:table-cell{display:table-cell}
}

/* ---------- 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-30{opacity:0.3}.opacity-20{opacity:0.2}

/* ---------- 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}
