/* ========== STATIC TAILWIND EQUIVALENTS + CUSTOM STYLES ========== */
/* Page: Event LED Lanyard — Five Promises */

/* ---------- 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;text-transform:uppercase}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

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

/* ---------- Custom Component Classes ---------- */
.gradient-text{background:linear-gradient(135deg,#a5b4fc,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.section{padding:80px 0;position:relative}
.promise-card{padding:2rem;border-radius:20px;transition:all 0.3s;position:relative}
.promise-card:hover{transform:translateY(-3px)}
.promise-card .icon-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.3rem;font-weight:700;font-family:'Space Grotesk',sans-serif}
.stat-card{background:rgba(255,255,255,0.02);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.04)}
.border-glow{border:1px solid rgba(99,102,241,0.15);transition:border-color 0.4s ease}
.faq-a{display:none}
.faq-a.open{display:block}

/* ---------- Text Size Overrides (enlarged body) ---------- */
section .text-sm,section p,section .text-slate-400,section .text-slate-500{font-size:1.25rem!important;line-height:1.7!important}
.text-xs{font-size:1.125rem!important}
.text-sm{font-size:0.875rem}

/* ---------- HubSpot Form ---------- */
#hubspot-form-container .hs-form{display:flex;flex-direction:column;gap:1.2rem}
#hubspot-form-container .hs-form label{color:#94a3b8;font-size:0.85rem;font-weight:500}
#hubspot-form-container .hs-form input,#hubspot-form-container .hs-form textarea,#hubspot-form-container .hs-form select{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:12px;padding:0.9rem 1.2rem;color:#f1f5f9;font-size:0.95rem;width:100%!important;outline:none;transition:border 0.25s ease}
#hubspot-form-container .hs-form input:focus,#hubspot-form-container .hs-form textarea:focus,#hubspot-form-container .hs-form select:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,0.15)}
#hubspot-form-container .hs-form .hs-button{background:#6366f1;border:none;border-radius:40px;padding:1rem 2.4rem;font-weight:600;color:white;font-size:1rem;cursor:pointer;transition:all 0.3s ease;width:auto}
#hubspot-form-container .hs-form .hs-button:hover{background:#4f46e5;box-shadow:0 0 40px rgba(99,102,241,0.25);transform:scale(1.02)}
#hubspot-form-container .hs-form .legal-consent-container{font-size:0.75rem;color:#64748b;line-height:1.5}
#hubspot-form-container .hs-form .legal-consent-container a{color:#818cf8;text-decoration:underline}

/* ---------- Background Gradients ---------- */
.bg-gradient-to-t{background:linear-gradient(to top,var(--tw-gradient-stops))}
.bg-gradient-to-r{background:linear-gradient(to right,var(--tw-gradient-stops))}

/* ---------- Gradient Color Stops ---------- */
.from-black\/70{--tw-gradient-from:rgba(0,0,0,0.7);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(0,0,0,0))}
.via-black\/40{--tw-gradient-via:rgba(0,0,0,0.4);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-via),var(--tw-gradient-to,rgba(0,0,0,0))}
.to-transparent{--tw-gradient-to:transparent}
.from-indigo-950\/10{--tw-gradient-from:rgba(30,27,75,0.1);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgba(30,27,75,0))}

/* ---------- Display ---------- */
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }

/* ---------- Flex Direction ---------- */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1; }
.flex-shrink-0 { flex-shrink: 0; }

/* ---------- Align Items ---------- */
.items-center { align-items: center; }
.items-start { align-items: flex-start; }

/* ---------- Justify Content ---------- */
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }

/* ---------- Order ---------- */
.order-1 { order: 1; }
.order-2 { order: 2; }

/* ---------- Gap ---------- */
.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-16 { gap: 4rem; }

/* ---------- Position ---------- */
.fixed { position: fixed; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }

/* ---------- Top / Right / Bottom / Left ---------- */
.top-6 { top: 1.5rem; }
.left-6 { left: 1.5rem; }
.right-6 { right: 1.5rem; }
.right-8 { right: 2rem; }
.bottom-8 { bottom: 2rem; }
.-bottom-4 { bottom: -1rem; }
.-left-4 { left: -1rem; }
.-right-4 { right: -1rem; }

/* ---------- Z-Index ---------- */
.z-\[100\] { z-index: 100; }
.z-50 { z-index: 50; }
.z-10 { z-index: 10; }
.z-\[1\] { z-index: 1; }
.z-0 { z-index: 0; }

/* ---------- Width ---------- */
.w-auto { width: auto; }
.w-full { width: 100%; }

/* ---------- Height ---------- */
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-72 { height: 18rem; }
.h-full { height: 100%; }

/* ---------- Max Width ---------- */
.max-w-7xl { max-width: 80rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-xl { max-width: 36rem; }
.max-w-\[200px\] { max-width: 200px; }
.max-w-\[180px\] { max-width: 180px; }
.max-w-\[160px\] { max-width: 160px; }

/* ---------- Margin ---------- */
.mx-auto { margin-left: auto; margin-right: auto; }
.mr-2 { margin-right: 0.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-bottom: 3rem; }
.mt-32 { margin-top: 8rem; }
.mb-1 { margin-bottom: 0.25rem; }
.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; }

/* ---------- Padding ---------- */
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-8 { padding: 2rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-12 { padding-top: 3rem; }

/* ---------- Typography ---------- */
.text-xs { font-size: 1.125rem; }
.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; line-height: 1.2; }
.text-4xl { font-size: 2.25rem; line-height: 1.2; }
.text-5xl { font-size: 3rem; line-height: 1.1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-8xl { font-size: 6rem; line-height: 1; }
.text-\[8px\] { font-size: 8px; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.tracking-\[0\.3em\] { letter-spacing: 0.3em; }
.tracking-\[0\.5em\] { letter-spacing: 0.5em; }
.tracking-\[0\.8em\] { letter-spacing: 0.8em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
.leading-\[1\] { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }

/* ---------- Text Colors ---------- */
.text-white { color: #fff; }
.text-indigo-400 { color: #818cf8; }
.text-cyan-400 { color: #22d3ee; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-800 { color: #1e293b; }

/* ---------- Backgrounds ---------- */
.bg-black { background: #000; }
.bg-\[\#25D366\] { background: #25D366; }
.bg-indigo-500\/10 { background: rgba(99,102,241,0.1); }

/* ---------- Borders ---------- */
.border { border: 1px solid; }
.border-t { border-top: 1px solid; }
.border-b { border-bottom: 1px solid; }
.border-white\/5 { border-color: rgba(255,255,255,0.05); }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-white\/20 { border-color: rgba(255,255,255,0.2); }
.border-indigo-500\/20 { border-color: rgba(99,102,241,0.2); }

/* ---------- Border Radius ---------- */
.rounded-full { border-radius: 9999px; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }

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

/* ---------- Object Fit ---------- */
.object-cover { object-fit: cover; }

/* ---------- Opacity ---------- */
.opacity-30 { opacity: 0.3; }

/* ---------- Space ---------- */
.space-y-0 > * + * { margin-top: 0; }
.space-y-4 > * + * { margin-top: 1rem; }

/* ---------- Transitions ---------- */
.transition { transition: all 0.3s ease; }
.transition-transform { transition: transform 0.3s ease; }
.duration-300 { transition-duration: 0.3s; }

/* ---------- Hover States ---------- */
.hover\:text-indigo-400:hover { color: #818cf8; }
.hover\:text-indigo-300:hover { color: #a5b4fc; }
.hover\:scale-110:hover { transform: scale(1.1); }

/* ---------- Grid ---------- */
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-5 { grid-template-columns: repeat(5, 1fr); }

/* ---------- Font Family ---------- */
.font-\[\'Space\+Grotesk\'\] { font-family: 'Space Grotesk', sans-serif; }

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

/* ---------- Responsive (768px+) ---------- */
@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:inline { display: inline; }
  .md\:block { display: block; }
  .md\:order-1 { order: 1; }
  .md\:order-2 { order: 2; }
  .md\:text-8xl { font-size: 6rem; line-height: 1; }
  .md\:text-5xl { font-size: 3rem; line-height: 1.1; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 1.2; }
  .md\:text-right { text-align: right; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
  .md\:h-10 { height: 2.5rem; }
  .md\:h-full { height: 100%; }
  .md\:p-12 { padding: 3rem; }
  .nav-bg { border-radius: 40px; padding: 0.5rem 1.2rem; }
}

/* ---------- Responsive (max 768px) ---------- */
@media (max-width: 768px) {
  .nav-bg { border-radius: 40px; padding: 0.5rem 1.2rem; }
}
