/* TimerCloud - Web Corporativa - Estilos */
* { scroll-behavior: smooth; }
::selection { background-color: #3b82f6; color: white; }

.gradient-hero { background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%); }
.gradient-cta { background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%); }
.text-gradient { background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.hero-pattern {
    background-color: #1e3a8a;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.3; }

.card {
    background: white; border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }

.card-pricing { position: relative; overflow: hidden; }
.card-pricing.popular { border: 2px solid #3b82f6; transform: scale(1.05); }
.card-pricing.popular::before {
    content: 'MÁS POPULAR'; position: absolute; top: 20px; right: -35px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white;
    padding: 4px 40px; font-size: 10px; font-weight: 700; transform: rotate(45deg);
}

.feature-icon {
    width: 60px; height: 60px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.feature-icon.blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
.feature-icon.green { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #059669; }
.feature-icon.purple { background: linear-gradient(135deg, #e9d5ff, #d8b4fe); color: #7c3aed; }
.feature-icon.orange { background: linear-gradient(135deg, #fed7aa, #fdba74); color: #ea580c; }

.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 24px; font-weight: 600; border-radius: 10px; transition: all 0.3s ease;
}
.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb); color: white;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5); }
.btn-secondary { background: white; color: #3b82f6; border: 2px solid #3b82f6; }
.btn-secondary:hover { background: #3b82f6; color: white; }
.btn-white { background: white; color: #1e3a8a; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); }
.btn-white:hover { transform: translateY(-2px); }

.stat-number {
    font-size: 3rem; font-weight: 800;
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.testimonial-card { background: white; border-radius: 1rem; padding: 2rem; position: relative; }
.testimonial-card::before {
    content: '"'; position: absolute; top: 1rem; left: 1.5rem;
    font-size: 4rem; color: #3b82f6; opacity: 0.2; font-family: serif;
}

.pricing-toggle { background: #f1f5f9; border-radius: 50px; padding: 4px; display: inline-flex; }
.pricing-toggle button { padding: 10px 24px; border-radius: 50px; font-weight: 500; transition: all 0.3s ease; position: relative; }
.pricing-toggle button.active { background: white; color: #2563eb; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.pricing-toggle .discount-badge {
    position: absolute; top: -8px; right: -8px; background: #10b981; color: white;
    font-size: 10px; padding: 2px 6px; border-radius: 10px; font-weight: 600;
}

.form-input {
    width: 100%; padding: 14px 16px; border: 2px solid #e5e7eb;
    border-radius: 10px; font-size: 16px; transition: all 0.3s ease;
}
.form-input:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1); }

.demo-credentials { background: white; border-radius: 10px; padding: 1rem; font-family: monospace; font-size: 14px; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.float { animation: float 3s ease-in-out infinite; }

.mockup-browser { background: #1f2937; border-radius: 12px; overflow: hidden; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.mockup-browser-header { background: #374151; padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
.mockup-browser-dots { display: flex; gap: 6px; }
.mockup-browser-dots span { width: 12px; height: 12px; border-radius: 50%; }
.mockup-browser-dots span:nth-child(1) { background: #ef4444; }
.mockup-browser-dots span:nth-child(2) { background: #f59e0b; }
.mockup-browser-dots span:nth-child(3) { background: #22c55e; }
.mockup-browser-url { flex: 1; background: #1f2937; padding: 6px 12px; border-radius: 6px; color: #9ca3af; font-size: 13px; margin-left: 12px; }
.mockup-browser-content { background: #f8fafc; }
.mockup-browser-content img { width: 100%; display: block; }

@media (max-width: 768px) {
    .stat-number { font-size: 2.5rem; }
    .card-pricing.popular { transform: scale(1); }
}
