@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#f0f9ff,#e0e7ff,#f3e8ff);min-height:100vh;color:#1f2937;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{position:fixed;top:0;left:0;right:0;z-index:50;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.2);padding:1rem 0}.glass-effect{background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;border-radius:16px}.gradient-text{background:linear-gradient(135deg,#2563eb,#7c3aed,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}button{cursor:pointer;transition:all .3s ease;border:none;border-radius:8px;font-weight:500}button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.service-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:2rem;transition:all .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026}.floating-animation{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite alternate}@keyframes pulse-glow{0%{box-shadow:0 0 20px #3b82f64d}to{box-shadow:0 0 30px #3b82f699}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}p{margin-bottom:1rem;color:#4b5563}section{padding:5rem 0}.grid{display:grid;gap:2rem}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.8rem}section{padding:3rem 0}}.text-center{text-align:center}.text-white{color:#fff}.bg-blue-600{background-color:#2563eb}.bg-gradient{background:linear-gradient(135deg,#2563eb,#7c3aed)}.rounded{border-radius:8px}.shadow{box-shadow:0 4px 6px #0000001a}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.space-x-2>*+*{margin-left:.5rem}.space-y-4>*+*{margin-top:1rem}.mb-4{margin-bottom:1rem}.mt-8{margin-top:2rem}.p-4{padding:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:flex}}
