/* CreditCenter - Estilos específicos para home */

/* Reset y configuración base */
* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f8fafc;
}

/* Clases específicas para la página de inicio */
.relative {
    position: relative;
}

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

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

.from-slate-900 {
    --tw-gradient-from: #0f172a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(15 23 42 / 0));
}

.via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgb(30 58 138 / 0));
}

.to-slate-900 {
    --tw-gradient-to: #0f172a;
}

.flex {
    display: flex;
}

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

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

.overflow-hidden {
    overflow: hidden;
}

.absolute {
    position: absolute;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.-top-40 {
    top: -10rem;
}

.-right-40 {
    right: -10rem;
}

.w-80 {
    width: 20rem;
}

.h-80 {
    height: 20rem;
}

.bg-blue-500 {
    background-color: #3b82f6;
}

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

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.filter {
    filter: var(--tw-filter);
}

.blur-xl {
    --tw-blur: blur(24px);
    filter: var(--tw-filter);
}

.opacity-20 {
    opacity: 0.2;
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}

.-bottom-40 {
    bottom: -10rem;
}

.-left-40 {
    left: -10rem;
}

.bg-purple-500 {
    background-color: #8b5cf6;
}

.top-1\/2 {
    top: 50%;
}

.left-1\/2 {
    left: 50%;
}

.transform {
    transform: var(--tw-transform);
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
}

.w-96 {
    width: 24rem;
}

.h-96 {
    height: 24rem;
}

.bg-indigo-500 {
    background-color: #6366f1;
}

.opacity-10 {
    opacity: 0.1;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

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

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

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.max-w-6xl {
    max-width: 72rem;
}

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

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

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

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

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

.border {
    border-width: 1px;
}

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

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

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

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

.w-2 {
    width: 0.5rem;
}

.h-2 {
    height: 0.5rem;
}

.bg-green-400 {
    background-color: #34d399;
}

.mr-3 {
    margin-right: 0.75rem;
}

.text-white {
    color: white;
}

.font-medium {
    font-weight: 500;
}

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

.md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.font-black {
    font-weight: 900;
}

.leading-tight {
    line-height: 1.25;
}

.block {
    display: block;
}

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

.from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(96 165 250 / 0));
}

.via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgb(167 139 250 / 0));
}

.to-blue-400 {
    --tw-gradient-to: #60a5fa;
}

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

.text-transparent {
    color: transparent;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

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

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

.font-light {
    font-weight: 300;
}

/* Media queries */
@media (min-width: 768px) {
    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    
    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}
