* { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: #020617; color: #f8fafc; overflow-x: hidden; }
.gradient-text { background: linear-gradient(135deg, #38bdf8 0%, #ec4899 50%, #8b5cf6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.glass-card { background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); }
.glass-nav { background: rgba(2, 6, 23, 0.8); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.project-card { transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.project-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px -12px rgba(14, 165, 233, 0.25); }
.project-card:hover .project-overlay { opacity: 1; }
.project-card:hover img { transform: scale(1.05); }
.project-overlay { opacity: 0; transition: all 0.4s ease; }
.tech-tag { transition: all 0.3s ease; }
.tech-tag:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3); }
.modal-backdrop { backdrop-filter: blur(10px); }
.screenshot-scroll::-webkit-scrollbar { height: 6px; }
.screenshot-scroll::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 3px; }
.screenshot-scroll::-webkit-scrollbar-thumb { background: linear-gradient(90deg, #0ea5e9, #ec4899); border-radius: 3px; }
.hero-bg { background: radial-gradient(ellipse at 20% 50%, rgba(14, 165, 233, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(236, 72, 153, 0.1) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(139, 92, 246, 0.1) 0%, transparent 50%); }
.grid-bg { background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 60px 60px; }
.pricing-card { transition: all 0.4s ease; }
.pricing-card:hover { transform: translateY(-8px); border-color: rgba(14, 165, 233, 0.5); }
.pricing-card.featured { border-color: #0ea5e9; box-shadow: 0 0 40px rgba(14, 165, 233, 0.2); }
.btn-primary { background: linear-gradient(135deg, #0ea5e9, #0284c7); transition: all 0.3s ease; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(14, 165, 233, 0.4); }
.btn-secondary { border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; }
.btn-secondary:hover { border-color: #ec4899; color: #ec4899; }
.nav-link { position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #0ea5e9, #ec4899); transition: width 0.3s ease; }
.nav-link:hover::after { width: 100%; }
.stat-number { background: linear-gradient(135deg, #38bdf8, #ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.service-icon { background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(236, 72, 153, 0.2)); }
.scroll-reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; }
.scroll-reveal.revealed { opacity: 1; transform: translateY(0); }
.laptop-mockup { border-radius: 12px 12px 0 0; box-shadow: 0 0 0 8px #1e293b, 0 0 0 10px #334155, 0 20px 40px -10px rgba(0, 0, 0, 0.5); }
