*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary:#10b981;--accent:#f59e0b;--dark:#0f172a;--dark-light:#1e293b;--gray:#64748b;--gray-light:#94a3b8;--light:#f1f5f9;--white:#fff;--gradient:linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%)}html{scroll-behavior:smooth}body{background:var(--dark);color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100vh;margin:0}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ad9;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar-logo{color:var(--white);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.navbar-logo-icon{background:var(--gradient);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--gray-light);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:var(--white)}.navbar-cta{background:var(--gradient);color:var(--white);border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s}.navbar-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f166}.hero{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(at 0 0,#6366f133 0%,#0000 50%),radial-gradient(at 100% 100%,#8b5cf626 0%,#0000 50%);animation:10s ease-in-out infinite bgPulse;position:absolute;inset:0}@keyframes bgPulse{0%,to{opacity:.8}50%{opacity:1}}.hero-content{text-align:center;z-index:1;max-width:900px;position:relative}.hero-badge{color:var(--primary-light);background:#6366f126;border:1px solid #6366f14d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero h1{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.hero-description{color:var(--gray-light);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--gradient);color:var(--white);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px #6366f166}.btn-secondary{color:var(--white);background:#ffffff1a;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-flex}.btn-secondary:hover{background:#ffffff26}.hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.hero-stat{text-align:center}.hero-stat-value{color:var(--white);font-size:2rem;font-weight:700}.hero-stat-label{color:var(--gray);font-size:.875rem}.section{padding:6rem 2rem}.section-dark{background:var(--dark-light)}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-header p{color:var(--gray-light);font-size:1.125rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s}.feature-card:hover{border-color:#6366f14d;transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.feature-icon{background:var(--gradient);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.feature-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.feature-card p{color:var(--gray-light);font-size:.95rem;line-height:1.7}.steps-container{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1000px;margin:0 auto;display:flex}.step-card{text-align:center;flex:1;min-width:200px;max-width:220px;padding:1.5rem}.step-number{background:var(--gradient);width:56px;height:56px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:700;display:flex}.step-card h3{color:var(--white);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.step-card p{color:var(--gray-light);font-size:.9rem;line-height:1.6}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.pricing-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.pricing-card.featured{background:var(--gradient);border:none;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05)translateY(-5px)}.pricing-badge{background:var(--accent);color:var(--dark);border-radius:50px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-name{color:var(--white);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.pricing-description{color:var(--gray-light);margin-bottom:1.5rem;font-size:.875rem}.pricing-card.featured .pricing-description{color:#ffffffd9}.pricing-price{color:var(--white);margin-bottom:.25rem;font-size:3rem;font-weight:700}.pricing-price span{color:var(--gray-light);font-size:1rem;font-weight:400}.pricing-card.featured .pricing-price span{color:#fffc}.pricing-period{color:var(--gray-light);margin-bottom:2rem;font-size:.875rem}.pricing-card.featured .pricing-period{color:#fffc}.pricing-features{text-align:left;margin-bottom:2rem;list-style:none}.pricing-features li{color:var(--gray-light);align-items:center;gap:.75rem;padding:.6rem 0;font-size:.9rem;display:flex}.pricing-card.featured .pricing-features li{color:#fffffff2}.pricing-features li:before{content:"✓";color:var(--secondary);font-size:1rem;font-weight:700}.pricing-card.featured .pricing-features li:before{color:var(--white)}.pricing-btn{cursor:pointer;border:none;border-radius:50px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.pricing-btn.primary{background:var(--white);color:var(--primary)}.pricing-btn.secondary{color:var(--white);background:#ffffff1a;border:1px solid #fff3}.pricing-btn:hover{transform:translateY(-2px)}.tech-grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:800px;margin:0 auto;display:flex}.tech-item{text-align:center;min-width:120px;padding:1rem}.tech-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;font-size:1.75rem;display:flex}.tech-item h4{color:var(--white);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.tech-item p{color:var(--gray-light);font-size:.8rem}.cta-section{background:var(--gradient);text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";background: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='%23ffffff' fill-opacity='0.05'%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");position:absolute;inset:0}.cta-content{z-index:1;max-width:600px;margin:0 auto;position:relative}.cta-section h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-section p{opacity:.9;color:var(--white);margin-bottom:2rem;font-size:1.125rem}.cta-section .btn-primary{background:var(--white);color:var(--primary)}.footer{border-top:1px solid #ffffff1a;padding:4rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-brand h3{color:var(--white);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.footer-brand p{color:var(--gray-light);font-size:.875rem;line-height:1.8}.footer-links h4{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-light);margin-bottom:1rem;font-size:.8rem;font-weight:600}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:var(--gray);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--white)}.footer-bottom{text-align:center;color:var(--gray);border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.875rem}@media (width<=768px){.navbar-links{display:none}.hero h1{font-size:2.25rem}.hero-description{font-size:1rem}.hero-stats{gap:1.5rem}.hero-stat-value{font-size:1.5rem}.section{padding:4rem 1.5rem}.section-header h2{font-size:1.75rem}.steps-container{flex-direction:column;align-items:center}.step-card{max-width:100%}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-5px)}.cta-section h2{font-size:1.75rem}}
