/* ===================================================================
   style.css — LED Badge Lanyard (Custom Light Up Badge Lanyards)
   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}

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

/* Custom: Brochure components */
.brochure-card{background:rgba(255,255,255,0.012);border:1px solid rgba(255,255,255,0.04);border-radius:16px;padding:1.5rem;transition:border-color .3s}
.brochure-card:hover{border-color:rgba(99,102,241,0.12)}
.anatomy-dot{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(99,102,241,0.12);border:1px solid rgba(99,102,241,0.2);font-size:0.75rem;font-weight:700;color:#818cf8;flex-shrink:0}
.spec-table th{background:rgba(255,255,255,0.02);padding:0.75rem 1rem;text-align:left;font-size:0.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#94a3b8;border-bottom:1px solid rgba(255,255,255,0.04)}
.spec-table td{padding:0.75rem 1rem;border-bottom:1px solid rgba(255,255,255,0.03);font-size:0.875rem;color:#cbd5e1}
.spec-table tr:last-child td{border-bottom:none}
.check-item{display:flex;align-items:flex-start;gap:0.75rem;padding:0.6rem 0}
.check-item .icon{width:20px;height:20px;border-radius:50%;background:rgba(99,102,241,0.1);border:1px solid rgba(99,102,241,0.15);display:flex;align-items:center;justify-content:center;font-size:0.65rem;color:#818cf8;flex-shrink:0;margin-top:2px}

/* ---------- Font-size overrides (body text enlarged, headings untouched) ---------- */
section p,section li,section .text-body{font-size:1.125rem!important;line-height:1.75!important}
section .section-tag,section .level-badge,section .text-\[10px\]{font-size:0.6875rem!important}

/* ---------- 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-1{gap:0.25rem}.gap-1\.5{gap:0.375rem}.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-14{gap:3.5rem}
.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:0.5rem}.gap-y-8{row-gap:2rem}
.space-y-3 > * + *{margin-top:0.75rem}

/* ---------- 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-0{bottom:0}.left-0{left:0}.right-0{right: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}.w-14{width:3.5rem}.w-20{width:5rem}
.h-full{height:100%}.h-8{height:2rem}.h-10{height:2.5rem}.h-20{height:5rem}.h-56{height:14rem}.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-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-8{padding:2rem}
.pt-5{padding-top:1.25rem}.pt-8{padding-top:2rem}.pb-0{padding-bottom:0}
.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}.mt-14{margin-top:3.5rem}
.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-base{font-size:1rem;line-height:1.5rem}
.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-5xl{font-size:3rem;line-height:1.1}
  .md\:text-7xl{font-size:4.5rem;line-height:1}
}

/* ---------- Colors ---------- */
.text-white{color:#fff}.text-black{color:#000}
.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-300{color:#cbd5e1}
.text-indigo-400{color:#818cf8}.text-indigo-300{color:#a5b4fc}
.text-cyan-400{color:#22d3ee}.text-cyan-300{color:#67e8f9}
.text-purple-300{color:#c4b5fd}
.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}
.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))}
.from-black\/80{--tw-gradient-from:rgba(0,0,0,0.8);--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)}
.to-transparent{--tw-gradient-to:transparent}
.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}
.bg-gradient-to-t{background-image:linear-gradient(to top,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}
.rounded-lg{border-radius:0.5rem}

/* ---------- 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)}
.hover\:scale-105:hover{transform:scale(1.05)}
.transition-transform{transition:transform 0.3s ease}.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}
.group:hover .group-hover\:scale-105{transform:scale(1.05)}

/* ---------- Opacity ---------- */
.opacity-40{opacity:0.4}.opacity-35{opacity:0.35}.opacity-25{opacity:0.25}

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