@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;font-family:Inter,system-ui,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 0}.text-center{text-align:center}h1{margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}h2{margin-bottom:1rem;font-size:2.5rem;font-weight:600}h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}p{color:#6b7280;margin-bottom:1rem;font-size:1.125rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.875rem}}.gradient-text{background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.gradient-bg{background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7)}.hero-bg{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);align-items:center;min-height:100vh;display:flex}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav{justify-content:space-between;align-items:center;display:flex}.logo{color:#1f2937;align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;margin-right:.5rem;display:flex}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#1f2937;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#6366f1}@media (max-width:768px){.nav-links{display:none}}.btn{cursor:pointer;border:none;border-radius:.75rem;align-items:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 6px #6366f140}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 15px #6366f159}.btn-secondary{color:#6366f1;background:0 0;border:2px solid #6366f1}.btn-secondary:hover{color:#fff;background:#6366f1}.btn-white{color:#6366f1;background:#fff;box-shadow:0 4px 6px #0000001a}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 15px #00000026}.card{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px #0000001a}.feature-card{text-align:center;background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px #0000001a}.feature-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1rem;display:flex}.grid{gap:2rem;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.hero{text-align:center;padding:8rem 0 4rem}.hero h1{margin-bottom:2rem;font-size:4rem}.hero-subtitle{color:#6b7280;max-width:600px;margin:0 auto 3rem;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (max-width:768px){.hero{padding:6rem 0 3rem}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}}.stats{flex-wrap:wrap;justify-content:center;gap:4rem;margin:4rem 0;display:flex}.stat{text-align:center}.stat-number{color:#1f2937;font-size:2.5rem;font-weight:700;display:block}.stat-label{color:#6b7280;font-weight:500}.features{background:#f9fafb;padding:6rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;display:grid}.footer{color:#fff;text-align:center;background:#1f2937;padding:3rem 0}.footer-content{text-align:left;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{color:#fff;margin-bottom:1rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{color:#9ca3af;border-top:1px solid #374151;margin-top:2rem;padding-top:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out fadeIn}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mx-auto{margin-left:auto;margin-right:auto}.text-white{color:#fff}.text-gray-600{color:#6b7280}.text-gray-900{color:#1f2937}.bg-white{background:#fff}.bg-gray-50{background:#f9fafb}.rounded{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-lg{box-shadow:0 10px 15px #0000001a}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-x-2>*+*{margin-left:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-8>*+*{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.relative{position:relative}.absolute{position:absolute}input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}@media (max-width:768px){.container{padding:0 1rem}.stats{gap:2rem}.grid-3,.grid-2{grid-template-columns:1fr}}
