@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg-primary:#0b0d0f;--bg-secondary:#15191d;--bg-light:#f5f5f2;--bg-card:#fff;--text-dark:#111;--text-light:#f5f5f2;--text-muted:#6b7280;--accent-red:#e63920;--accent-hover:#d02e16;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-body);background-color:var(--bg-light);color:var(--text-dark);-webkit-font-smoothing:antialiased}body{overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;line-height:1.1}p{line-height:1.6}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.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:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (width>=640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}}.max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto}.max-w-4xl{max-width:56rem;margin-left:auto;margin-right:auto}.max-w-3xl{max-width:48rem;margin-left:auto;margin-right:auto}.max-w-2xl{max-width:42rem}.max-w-xl{max-width:36rem}.w-full{width:100%}.h-full{height:100%}.h-20{height:5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-12{width:3rem}.h-12{height:3rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pb-20{padding-bottom:5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-x-8>*+*{margin-left:2rem}.hero-title{font-size:clamp(2.5rem,5.5vw,5.5rem);font-weight:700;line-height:1.05}.section-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700}.text-white{color:#fff!important}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-red-500{color:#ef4444}.text-red-600{color:#e63920}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.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-center{text-align:center}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.glass-nav{z-index:50;-webkit-backdrop-filter:blur(16px);background:#0b0d0ff2;border-bottom:1px solid #ffffff1a;position:fixed;top:0;left:0;right:0}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #00000014}.glass-card-dark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#15191dd9;border:1px solid #ffffff1a}.bg-\[\#0B0D0F\]{background-color:#0b0d0f}.bg-\[\#15191D\]{background-color:#15191d}.bg-\[\#F5F5F2\]{background-color:#f5f5f2}.bg-white{background-color:#fff}.bg-red-600{background-color:#e63920}.bg-gray-100{background-color:#f3f4f6}.bg-gray-900{background-color:#111827}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-800{border-color:#1f2937}.btn-primary{cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #e6392040;color:#fff!important;background-color:#e63920!important}.btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 20px #e6392059;background-color:#d02e16!important}.btn-primary .btn-icon{transition:transform .3s}.btn-primary:hover .btn-icon{transform:translate(4px)}.btn-secondary{cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;color:#f5f5f2!important;background-color:#0000!important;border:1px solid #ffffff40!important}.btn-secondary:hover{transform:translateY(-2px);background-color:#ffffff1a!important;border-color:#ffffff80!important}.btn-outline-dark{cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;color:#111!important;background-color:#0000!important;border:1px solid #111!important}.btn-outline-dark:hover{transform:translateY(-2px);color:#fff!important;background-color:#111!important}.object-cover{-o-object-fit:cover;object-fit:cover}.overflow-hidden{overflow:hidden}@media (width<=767px){.hidden.md\:flex{display:none!important}.md\:hidden{display:flex}}
