*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#fff;min-height:100vh;width:100%}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px}section{padding:80px 20px}@media (max-width:768px){section{padding:60px 20px}}.header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffc;border-bottom-color:#4c6ef51f;box-shadow:0 4px 24px #00000014}.header-content{justify-content:space-between;padding:20px 0}.header-content,.logo{align-items:center;display:flex}.logo{color:#4c6ef5;font-size:24px;font-weight:800;gap:12px;text-decoration:none}.logo-image{display:block;height:45px;object-fit:contain;width:auto}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4c6ef5,#7950f2);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:24px;font-weight:800;letter-spacing:-.5px}.nav{align-items:center;display:flex;gap:32px}.nav a{color:#1a1a1a;font-size:15px;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#4c6ef5}.nav a.cta-button{background:linear-gradient(135deg,#4c6ef5,#7950f2);border-radius:8px;color:#fff;font-weight:600;padding:10px 24px;transition:transform .2s ease,box-shadow .2s ease}.nav a.cta-button:hover{box-shadow:0 8px 20px #4c6ef54d;color:#fff;transform:translateY(-2px)}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px}.mobile-menu-toggle span{background:#1a1a1a;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background:#fff;box-shadow:0 4px 20px #0000001a;flex-direction:column;gap:20px;left:0;opacity:0;padding:20px;pointer-events:none;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease}.nav.open{opacity:1;pointer-events:all;transform:translateY(0)}.nav a.cta-button{text-align:center;width:100%}}.hero{align-items:center;background:linear-gradient(135deg,#f8f9ff,#fff 50%,#f0f4ff);display:flex;min-height:90vh;overflow:hidden;padding:140px 20px 100px;position:relative}.hero:before{background:radial-gradient(circle,#4c6ef51a 0,#0000 70%);height:800px;right:-20%;top:-50%;width:800px}.hero:after,.hero:before{border-radius:50%;content:"";position:absolute;z-index:0}.hero:after{background:radial-gradient(circle,#7950f214 0,#0000 70%);bottom:-30%;height:600px;left:-10%;width:600px}.hero-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-title{color:#1a1a1a;font-size:72px;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:32px}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4c6ef5,#7950f2);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#4a5568;font-size:22px;font-weight:400;line-height:1.7;margin-bottom:48px;max-width:580px}.hero-stats{display:flex;gap:40px;margin-bottom:40px}.stat{text-align:left}.stat-number{color:#4c6ef5;font-size:36px;font-weight:800;margin-bottom:4px}.stat-label{color:#666;font-size:14px;font-weight:500}.hero-cta{display:flex;flex-wrap:wrap;gap:16px}.btn{border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn,.btn-primary{border:none;font-weight:600}.btn-primary{background:linear-gradient(135deg,#4c6ef5,#7950f2);box-shadow:0 6px 24px #4c6ef559;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#5b7ef5,#8a60f2);box-shadow:0 12px 40px #4c6ef573;transform:translateY(-3px)}.btn-secondary{background:#fff;border:2px solid #e2e8f0;color:#4c6ef5;font-weight:600}.btn-secondary:hover{background:#f8f9ff;border-color:#4c6ef5;box-shadow:0 4px 12px #4c6ef526;color:#4c6ef5;transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;justify-content:center}.dashboard-mockup{animation:float 6s ease-in-out infinite;background:#fff;border:1px solid #4c6ef51a;border-radius:16px;box-shadow:0 25px 80px #4c6ef526,0 10px 30px #0000001a;max-width:650px;overflow:hidden;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.mockup-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:16px}.mockup-dots{display:flex;gap:8px}.mockup-dots span{background:#dee2e6;border-radius:50%;height:12px;width:12px}.mockup-content{background:#fafbfc;display:flex;height:450px}.mockup-sidebar{background:#f8f9fa;border-right:1px solid #e9ecef;width:200px}.mockup-main{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:24px}.mockup-card{background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid #4c6ef51a;border-radius:10px;box-shadow:0 2px 8px #0000000a;height:90px}.mockup-card:first-child{background:linear-gradient(135deg,#4c6ef5,#7950f2);opacity:.1}.mockup-card:nth-child(2){background:linear-gradient(135deg,#f8f9ff,#fff)}.mockup-card:nth-child(3){background:linear-gradient(135deg,#fff,#f0f4ff)}@media (max-width:968px){.hero-content{gap:60px;grid-template-columns:1fr;text-align:center}.hero-title{font-size:48px}.hero-subtitle{font-size:18px;margin:0 auto 40px}.hero-cta,.hero-stats{justify-content:center}}@media (max-width:768px){.hero{padding:120px 20px 80px}.hero-title{font-size:36px}.hero-stats{gap:24px}.stat-number{font-size:28px}}.features{background:#fff;padding:100px 20px}.section-header{margin:0 auto 60px;max-width:800px;text-align:center}.section-title{color:#1a1a1a;font-size:48px;font-weight:800;margin-bottom:16px}.section-subtitle{color:#666;font-size:20px;line-height:1.6}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;padding:40px 32px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:linear-gradient(90deg,#4c6ef5,#7950f2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{border-color:#4c6ef54d;box-shadow:0 16px 48px #4c6ef52e;transform:translateY(-10px)}.feature-icon{display:block;font-size:48px;margin-bottom:20px}.feature-title{color:#1a1a1a;font-size:22px;font-weight:700;margin-bottom:12px}.feature-description{color:#666;font-size:16px;line-height:1.6}@media (max-width:768px){.section-title{font-size:36px}.section-subtitle{font-size:18px}.features-grid{gap:24px;grid-template-columns:1fr}}.benefits{background:linear-gradient(135deg,#f8f9ff,#fff);padding:100px 20px}.benefits-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.benefit-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:48px 40px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.benefit-card:hover{border-color:#4c6ef54d;box-shadow:0 20px 60px #4c6ef533;transform:translateY(-10px)}.benefit-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4c6ef5,#7950f2);-webkit-background-clip:text;background-clip:text;font-size:56px;font-weight:900;margin-bottom:16px}.benefit-title{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:12px}.benefit-description{color:#666;font-size:16px;line-height:1.6}@media (max-width:768px){.benefits-grid{gap:24px;grid-template-columns:1fr}.benefit-card{padding:32px}.benefit-number{font-size:48px}}.how-it-works{background:#fff;padding:100px 20px}.steps-container{flex-direction:column;gap:40px;margin:0 auto;max-width:1000px}.step,.steps-container{display:flex;position:relative}.step{align-items:flex-start;gap:24px}.step-number{align-items:center;background:linear-gradient(135deg,#4c6ef5,#7950f2);border-radius:50%;box-shadow:0 4px 20px #4c6ef54d;color:#fff;display:flex;flex-shrink:0;font-size:24px;font-weight:800;height:60px;justify-content:center;width:60px}.step-content{flex:1 1;padding-top:8px}.step-title{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:8px}.step-description{color:#666;font-size:16px;line-height:1.6}.step-connector{background:linear-gradient(180deg,#4c6ef5,#7950f2);height:40px;left:30px;position:absolute;top:60px;width:2px}@media (max-width:768px){.steps-container{gap:32px}.step{align-items:center;flex-direction:column}.step,.step-content{text-align:center}.step-connector{display:none}}.testimonials{background:linear-gradient(135deg,#f8f9ff,#fff);padding:100px 20px}.testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.testimonial-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:40px;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 12px 40px #4c6ef526;transform:translateY(-8px)}.testimonial-rating{font-size:20px;margin-bottom:20px}.testimonial-quote{color:#1a1a1a;font-size:18px;font-style:italic;line-height:1.6;margin-bottom:24px}.testimonial-author{border-top:1px solid #e9ecef;padding-top:20px}.author-name{color:#1a1a1a;font-size:16px;font-weight:700;margin-bottom:4px}.author-role{color:#666;font-size:14px}@media (max-width:768px){.testimonials-grid{gap:24px;grid-template-columns:1fr}}.cta{background:linear-gradient(135deg,#4c6ef5,#7950f2);color:#fff;padding:100px 20px;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-title{color:#fff;font-size:48px;font-weight:900;margin-bottom:24px}.cta-subtitle{font-size:20px;line-height:1.6;margin-bottom:40px;opacity:.95}.cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:40px}.btn-large{font-size:18px;padding:18px 40px}.cta-buttons .btn-primary{background:#fff;color:#4c6ef5}.cta-buttons .btn-primary:hover{background:#f8f9fa;box-shadow:0 8px 30px #0003;transform:translateY(-2px)}.cta-buttons .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-buttons .btn-secondary:hover{background:#ffffff1a}.cta-features{display:flex;flex-wrap:wrap;font-size:16px;gap:32px;justify-content:center;opacity:.95}.cta-feature{align-items:center;display:flex;gap:8px}@media (max-width:768px){.cta-title{font-size:36px}.cta-subtitle{font-size:18px}.cta-buttons{align-items:stretch;flex-direction:column}.btn-large{width:100%}.cta-features{flex-direction:column;gap:16px}}.footer{background:#1a1a1a;color:#fff;padding:60px 20px 30px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 40px;max-width:1200px}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4c6ef5,#7950f2);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800;margin-bottom:16px}.footer-description{color:#999;font-size:14px;line-height:1.6}.footer-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:16px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#999;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#4c6ef5}.footer-bottom{border-top:1px solid #333;color:#999;font-size:14px;padding-top:30px;text-align:center}@media (max-width:768px){.footer-content{gap:32px;grid-template-columns:1fr}}
/*# sourceMappingURL=main.bba37222.css.map*/