* {
    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;
}

.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;
}

.mb-6 {
    margin-bottom: 1.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;
}

.mb-12 {
    margin-bottom: 3rem;
}

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

.text-white {
    color: #ffffff;
}

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

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

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

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

.flex {
    display: flex;
}

.items-start {
    align-items: flex-start;
}

.gap-4 {
    gap: 1rem;
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

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

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

.to-\[\#00b8d4\]\/20 {
    --tw-gradient-to: rgba(0, 184, 212, 0.2);
}

.rounded-xl {
    border-radius: 0.75rem;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.justify-center {
    justify-content: center;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.justify-between {
    justify-content: space-between;
}

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

.text-xs {
    font-size: 0.75rem;
}

.bg-yellow-500\/20 {
    background-color: rgba(245, 158, 11, 0.2);
}

.text-yellow-400 {
    color: #fbbf24;
}

.border-yellow-500\/30 {
    border-color: rgba(245, 158, 11, 0.3);
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.rounded {
    border-radius: 0.25rem;
}

.bg-green-500\/20 {
    background-color: rgba(34, 197, 94, 0.2);
}

.text-green-400 {
    color: #4ade80;
}

.border-green-500\/30 {
    border-color: rgba(34, 197, 94, 0.3);
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.w-2 {
    width: 0.5rem;
}

.h-2 {
    height: 0.5rem;
}

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

.mt-2 {
    margin-top: 0.5rem;
}

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

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

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.button {
    background: linear-gradient(to right, #00d9ff, #00b8d4);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.button:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 217, 255, 0.3), 0 4px 6px -2px rgba(0, 217, 255, 0.15);
}

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