/* Complete CSS - Replace Tailwind */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Cairo,sans-serif;background:#050a18;color:#fff;overflow-x:hidden}
.bg-background-dark{background:#050a18}
.bg-primary{background:#FFB800}
.text-white{color:#fff}
.text-white\/70{color:rgba(255,255,255,.7)}
.text-white\/80{color:rgba(255,255,255,.8)}
.text-white\/90{color:rgba(255,255,255,.9)}
.text-white\/30{color:rgba(255,255,255,.3)}
.text-white\/40{color:rgba(255,255,255,.4)}
.text-primary{color:#FFB800}
.text-secondary{color:#a855f7}
.text-accent{color:#facc15}
.text-background-dark{color:#050a18}
.hover\:text-primary:hover{color:#FFB800}
.hover\:bg-primary\/90:hover{background:rgba(255,184,0,.9)}
.hover\:bg-white\/10:hover{background:rgba(255,255,255,.1)}
.hover\:border-primary:hover{border-color:#FFB800}
.hover\:border-primary\/50:hover{border-color:rgba(255,184,0,.5)}
.border-primary{border-color:#FFB800}
.border-primary\/50{border-color:rgba(255,184,0,.5)}
.border-white\/5{border-color:rgba(255,255,255,.05)}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.bg-white\/5{background:rgba(255,255,255,.05)}
.rounded-lg{border-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.border{border-width:1px}
.border-t{border-top-width:1px}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-8{margin-bottom:2rem}
.mb-12{margin-bottom:3rem}
.mt-4{margin-top:1rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-10{gap:2.5rem}
.space-y-2>*+*{margin-top:.5rem}
.space-y-6>*+*{margin-top:1.5rem}
.grid{display:grid}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.flex{display:flex}
.flex-col{flex-direction:column}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.hidden{display:none}
.text-center{text-align:center}
.text-xs{font-size:.75rem}
.text-sm{font-size:.875rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
.text-3xl{font-size:1.875rem}
.text-4xl{font-size:2.25rem}
.text-5xl{font-size:3rem}
.font-bold{font-weight:700}
.font-black{font-weight:900}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.leading-relaxed{line-height:1.625}
.leading-tight{line-height:1.25}
.tracking-tighter{letter-spacing:-.05em}
.transition-all{transition:all .3s}
.transition-colors{transition:color .3s}
.transition-transform{transition:transform .3s}
.duration-500{transition-duration:.5s}
.will-change-transform{will-change:transform}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.relative{position:relative}
.absolute{position:absolute}
.fixed{position:fixed}
.top-0{top:0}
.top-3{top:.75rem}
.right-0{right:0}
.right-3{right:.75rem}
.left-0{left:0}
.bottom-25px{bottom:25px}
.left-25px{left:25px}
.z-10{z-index:10}
.z-50{z-index:50}
.z-1000{z-index:1000}
.min-h-screen{min-height:100vh}
.h-20{height:5rem}
.h-48{height:12rem}
.w-full{width:100%}
.max-w-2xl{max-width:42rem}
.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:80rem}
.mx-auto{margin-left:auto;margin-right:auto}
.object-cover{object-fit:cover}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}
.shadow-primary\/30{box-shadow:0 10px 15px -3px rgba(255,184,0,.3)}
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
.group:hover .group-hover\:scale-110{transform:scale(1.1)}
.selection\:bg-primary\/30::selection{background:rgba(255,184,0,.3)}
.min-w-\[200px\]{min-width:200px}
@media(min-width:768px){
.md\:flex{display:flex}
.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.md\:text-5xl{font-size:3rem}
.md\:text-7xl{font-size:4.5rem}
.md\:text-xl{font-size:1.25rem}
}
@media(min-width:1024px){
.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
}
@media(min-width:640px){
.sm\:flex-row{flex-direction:row}
}
