/* Tailwind CSS Local Version */
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
*,::after,::before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-scale-x:1;--tw-scale-y:1}

/* Essential Layout Classes */
.absolute{position:absolute}.relative{position:relative}.fixed{position:fixed}
.inset-0{top:0;right:0;bottom:0;left:0}.bottom-4{bottom:1rem}.right-4{right:1rem}
.z-10{z-index:10}.z-\[9999\]{z-index:9999}
.flex{display:flex}.inline-block{display:inline-block}.grid{display:grid}.hidden{display:none}.block{display:block}
.min-h-screen{min-height:100vh}.w-full{width:100%}.h-auto{height:auto}
.h-4{height:1rem}.h-12{height:3rem}.h-16{height:4rem}.h-40{height:10rem}.h-52{height:13rem}.h-96{height:24rem}
.w-4{width:1rem}.w-12{width:3rem}.w-16{width:4rem}.w-40{width:10rem}.w-52{width:13rem}
.max-w-xs{max-width:20rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}
.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}
.max-h-48{max-height:12rem}.max-h-64{max-height:16rem}.max-h-full{max-height:100%}

/* Flexbox & Grid */
.flex-1{flex:1 1 0%}.min-w-0{min-width:0px}.items-center{align-items:center}.items-start{align-items:flex-start}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.space-y-2>:not([hidden])~:not([hidden]){margin-top:0.5rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.overflow-hidden{overflow:hidden}

/* Spacing */
.mx-auto{margin-left:auto;margin-right:auto}
.mb-0{margin-bottom:0}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}
.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}
.mt-0{margin-top:0}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}
.mr-2{margin-right:0.5rem}.ml-2{margin-left:0.5rem}
.p-3{padding:0.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}
.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-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pt-16{padding-top:4rem}
.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}

/* Typography */
.text-center{text-align:center}.text-left{text-align:left}
.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-7xl{font-size:4.5rem;line-height:1}
.font-bold{font-weight:700}.font-black{font-weight:900}.font-semibold{font-weight:600}
.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:0.05em}
.no-underline{text-decoration-line:none}.line-through{text-decoration-line:line-through}

/* Colors */
.text-white{color:#fff}.text-yellow-200{color:#fef08a}.text-yellow-300{color:#fde047}
.text-green-100{color:#dcfce7}.text-green-200{color:#bbf7d0}.text-green-300{color:#86efac}.text-green-400{color:#4ade80}
.text-white\/95{color:rgb(255 255 255 / 0.95)}.text-white\/90{color:rgb(255 255 255 / 0.9)}
.text-white\/80{color:rgb(255 255 255 / 0.8)}.text-white\/60{color:rgb(255 255 255 / 0.6)}.text-white\/40{color:rgb(255 255 255 / 0.4)}

/* Backgrounds */
.bg-white\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-white\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-white\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-green-400{background-color:#4ade80}.bg-green-500{background-color:#22c55e}.bg-green-600{background-color:#16a34a}
.bg-blue-500{background-color:#3b82f6}.bg-purple-500{background-color:#a855f7}
.bg-orange-500{background-color:#f97316}.bg-yellow-400{background-color:#facc15}
.bg-red-600{background-color:#dc2626}.bg-red-600\/90{background-color:rgb(220 38 38 / 0.9)}
.bg-green-600\/90{background-color:rgb(22 163 74 / 0.9)}
.bg-yellow-400\/20{background-color:rgb(250 204 21 / 0.2)}

/* Gradients */
.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}
.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}
.from-orange-500{--tw-gradient-from:#f97316;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(249 115 22 / 0))}
.from-green-500{--tw-gradient-from:#22c55e;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(34 197 94 / 0))}
.from-white\/10{--tw-gradient-from:rgb(255 255 255 / 0.1);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(255 255 255 / 0))}
.from-yellow-500\/20{--tw-gradient-from:rgb(234 179 8 / 0.2);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,rgb(234 179 8 / 0))}
.via-orange-400{--tw-gradient-stops:var(--tw-gradient-from),#fb923c,var(--tw-gradient-to,rgb(251 146 60 / 0))}
.via-red-500{--tw-gradient-stops:var(--tw-gradient-from),#ef4444,var(--tw-gradient-to,rgb(239 68 68 / 0))}
.via-transparent{--tw-gradient-stops:var(--tw-gradient-from),transparent,var(--tw-gradient-to,transparent)}
.to-yellow-400{--tw-gradient-to:#facc15}.to-green-400{--tw-gradient-to:#4ade80}
.to-transparent{--tw-gradient-to:transparent}
.to-orange-500\/20{--tw-gradient-to:rgb(249 115 22 / 0.2)}
.bg-gradient-radial{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,0.1) 0%,transparent 50%)}

/* Borders */
.border{border-width:1px}.border-2{border-width:2px}
.border-white\/20{border-color:rgb(255 255 255 / 0.2)}
.border-yellow-400{border-color:#facc15}.border-yellow-400\/50{border-color:rgb(250 204 21 / 0.5)}
.border-green-300{border-color:#86efac}.border-green-400{border-color:#4ade80}.border-l-4{border-left-width:4px}
.rounded-lg{border-radius:0.5rem}.rounded-xl{border-radius:0.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}

/* Effects */
.shadow-lg{box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1),0 8px 10px -6px rgb(0 0 0 / 0.1)}
.shadow-2xl{box-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25)}
.drop-shadow-lg{filter:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1))}
.drop-shadow-md{filter:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06))}
.drop-shadow-sm{filter:drop-shadow(0 1px 1px rgb(0 0 0 / 0.05))}
.drop-shadow-2xl{filter:drop-shadow(0 25px 25px rgb(0 0 0 / 0.15))}
.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.backdrop-blur-lg{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}

/* Animations & Transform */
.animate-pulse{animation:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite}
@keyframes pulse{50%{opacity:.5}}
.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}
.ease-out{transition-timing-function:cubic-bezier(0,0,0.2,1)}

/* Interactive States */
.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}
.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}
.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1),0 10px 10px -5px rgb(0 0 0 / 0.04)}
.hover\:bg-white\/5:hover{background-color:rgb(255 255 255 / 0.05)}.hover\:bg-white\/60:hover{background-color:rgb(255 255 255 / 0.6)}.hover\:text-white:hover{color:rgb(255 255 255)}

/* Utilities */
.object-contain{object-fit:contain}.object-cover{object-fit:cover}
.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}
.opacity-0{opacity:0}.opacity-100{opacity:1}
.translate-x-full{--tw-translate-x:100%}.translate-x-0{--tw-translate-x:0px}
.rotate-180{--tw-rotate:180deg}

/* Responsive Classes */
@media (min-width:768px){
.md\:grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.md\:p-8{padding:2rem}.md\:p-10{padding:2.5rem}
.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.md\:pt-8{padding-top:2rem}.md\:pt-16{padding-top:4rem}.md\:pb-16{padding-bottom:4rem}
.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}
.md\:text-xl{font-size:1.25rem;line-height:1.75rem}
.md\:text-2xl{font-size:1.5rem;line-height:2rem}
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}
.md\:hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}
.md\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}
.md\:hidden{display:none}
}
@media (min-width:1024px){
.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}

/* Toast Notifications */
.toast-notification{position:relative;z-index:50}
.toast-close{
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:1rem;
    height:1rem;
    border-radius:0.25rem;
    background-color:#16a34a;
    transition:all 0.2s ease;
}
.toast-close:hover{
    background-color:#15803d;
    transform:scale(1.1);
}
.toast-close i{
    font-size:0.75rem;
}

/* FAQ Accordion */
.faq-toggle{
    transition:all 0.3s ease;
    position:relative;
}
.faq-toggle:not(:hover){
    background-color:rgba(255,255,255,0.05);
}
.faq-toggle .fa-chevron-down{
    transition:transform 0.3s ease;
    color:rgba(255,255,255,0.7);
}
