*{margin:0;padding:0;box-sizing:border-box}:root{--color-black:#000000;--color-white:#ffffff;--color-gray-200:#e5e7eb;--color-gray-400:#9ca3af;--color-gray-500:#6b7280;--color-gray-600:#4b5563;--color-gray-800:#1f2937;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--spacing-3xl:6rem;--spacing-4xl:8rem;--spacing-5xl:12rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-size-7xl:4.5rem;--font-size-8xl:6rem;--font-size-9xl:8rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-3xl:1.875rem;--radius-full:9999px;--transition-fast:150ms ease;--transition-normal:300ms ease;--transition-slow:500ms ease;--z-navbar:50;--z-overlay:40;--z-dropdown:30}body{font-family:'Poppins',sans-serif;line-height:1.6;color:var(--color-white);background-color:var(--color-black);scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-50{z-index:var(--z-navbar)}@media (max-width:768px){:root{--font-size-8xl:4rem;--font-size-9xl:5rem;--font-size-6xl:2.5rem;--font-size-7xl:3rem}.container{padding:0 var(--spacing-sm)}}@media (max-width:480px){:root{--font-size-8xl:3rem;--font-size-9xl:4rem;--font-size-6xl:2rem;--font-size-7xl:2.5rem}}