* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0a0a0a;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

.min-h-screen {
    min-height: 100vh;
}

.pt-24 {
    padding-top: 6rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.max-w-\[900px\] {
    max-width: 900px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.inline-flex {
    display: inline-flex;
}

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

.bg-\[\#00d9ff\]\/10 {
    background-color: rgba(0, 217, 255, 0.1);
}

.border {
    border-width: 1px;
}

.border-\[\#00d9ff\]\/20 {
    border-color: rgba(0, 217, 255, 0.2);
}

.rounded-full {
    border-radius: 9999px;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.text-\[\#00d9ff\] {
    color: #00d9ff;
}

.text-sm {
    font-size: 0.875rem;
}

.text-5xl {
    font-size: 3rem;
}

.md\:text-6xl {
    font-size: 3.75rem;
}

.font-\[\'Poppins\'\] {
    font-family: 'Poppins', sans-serif;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-\[\#00d9ff\] {
    --tw-gradient-stops: var(--tw-gradient-from), #00d9ff, var(--tw-gradient-to, rgba(0, 217, 255, 0));
}

.to-white {
    --tw-gradient-to: #ffffff;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.text-transparent {
    color: transparent;
}

.text-gray-400 {
    color: #9ca3af;
}

.bg-white\/5 {
    background-color: rgba(255, 255, 255, 0.05);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
}

.rounded-2xl {
    border-radius: 1rem;
}

.p-8 {
    padding: 2rem;
}

.text-gray-300 {
    color: #d1d5db;
}

.leading-relaxed {
    line-height: 1.625;
}

.space-y-8 > * + * {
    margin-top: 2rem;
}

.text-2xl {
    font-size: 1.5rem;
}

.text-white {
    color: #ffffff;
}

.mt-12 {
    margin-top: 3rem;
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-\[\#00d9ff\]\/10 {
    --tw-gradient-from: rgba(0, 217, 255, 0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 217, 255, 0));
}

.to-purple-500\/10 {
    --tw-gradient-to: rgba(168, 85, 247, 0.1);
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.text-xl {
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    .md\:text-6xl {
        font-size: 3.75rem;
    }
}