body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#1a1a2e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000000d;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;z-index:1000}.nav-brand,.navbar{align-items:center;display:flex}.nav-brand{color:#1a1a2e;font-size:1.5rem;font-weight:800;gap:.75rem;text-decoration:none}.nav-logo{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:10px;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#4b5563;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#a855f7}.nav-actions{align-items:center;display:flex;gap:1rem}.nav-btn{border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.nav-btn-outline{background:#0000;border:2px solid #e5e7eb;color:#4b5563}.nav-btn-outline:hover{border-color:#a855f7;color:#a855f7}.nav-btn-primary{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;color:#fff}.nav-btn-primary:hover{border-color:#a855f7}.hero{align-items:center;background:linear-gradient(135deg,#fdf4ff,#fae8ff 50%,#fce7f3);display:flex;min-height:100vh;overflow:hidden;padding:8rem 2rem 4rem;position:relative}.hero:before{background:radial-gradient(circle,#a855f726 0,#0000 70%);content:"";height:150%;pointer-events:none;position:absolute;right:-20%;top:-50%;width:80%}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;width:100%}@media (max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}}.hero-badge{align-items:center;background:linear-gradient(135deg,#a855f71a,#ec48991a);border:1px solid #a855f733;border-radius:50px;display:inline-flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-badge span{color:#a855f7;font-size:.85rem;font-weight:600}.hero-title{color:#1a1a2e;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text}.hero-description{color:#6b7280;font-size:1.2rem;margin-bottom:2rem;max-width:500px}@media (max-width:1024px){.hero-description{margin:0 auto 2rem}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:1024px){.hero-buttons{justify-content:center}}.btn-primary{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s}.btn-primary:hover{opacity:.95}.btn-secondary{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#4b5563;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s}.btn-secondary:hover{border-color:#a855f7;color:#a855f7}.hero-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media (max-width:1024px){.hero-cards{margin:0 auto;max-width:500px}}.hero-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000014;padding:2rem;transition:all .3s}.hero-card:hover{border-color:#a855f7}.hero-card-icon{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:14px;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.hero-card h3{color:#1a1a2e;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.hero-card p{color:#6b7280;font-size:.9rem}.hero-card.stat{align-items:center;display:flex;gap:1rem;grid-column:span 2;justify-content:center;text-align:center}.hero-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.hero-stat-label{color:#6b7280;font-size:1rem;text-align:left}.section{padding:6rem 2rem}.section-container{margin:0 auto;max-width:1400px}.section-header{margin-bottom:4rem;text-align:center}.section-badge{align-items:center;background:linear-gradient(135deg,#a855f71a,#ec48991a);border:1px solid #a855f733;border-radius:50px;display:inline-flex;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem}.section-badge span{color:#a855f7;font-size:.85rem;font-weight:600}.section-title{color:#1a1a2e;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;box-shadow:0 10px 40px #0000000f;padding:2.5rem;transition:all .3s}.feature-card:hover{border-color:#a855f7}.feature-icon{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:16px;display:flex;font-size:1.8rem;height:70px;justify-content:center;margin-bottom:1.5rem;width:70px}.feature-card h3{color:#1a1a2e;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.feature-card p{color:#6b7280;font-size:1rem;line-height:1.7}.services{background:linear-gradient(135deg,#fdf4ff,#fae8ff 50%,#fce7f3)}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}.service-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000000f;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s}.service-card:before{background:linear-gradient(135deg,#a855f7,#ec4899);content:"";height:4px;left:0;position:absolute;right:0;top:0}.service-card:hover{box-shadow:0 15px 30px #0000001a}.service-number{color:#f3f4f6;font-size:3rem;font-weight:800;position:absolute;right:1.5rem;top:1rem}.service-card h3{color:#1a1a2e;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.service-card p{color:#6b7280;font-size:1rem;margin-bottom:1.5rem}.service-features{list-style:none}.service-features li{align-items:center;color:#4b5563;display:flex;font-size:.95rem;gap:.75rem;padding:.5rem 0}.service-features li:before{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:50%;color:#fff;content:"✓";display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;width:20px}.stats-section{background:linear-gradient(135deg,#1a1a2e,#2d1f3d);padding:4rem 2rem}.stats-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.stats-grid{grid-template-columns:1fr}}.stat-item{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#9ca3af;font-size:1rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.team-grid{grid-template-columns:1fr}}.team-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000000f;overflow:hidden;transition:all .3s}.team-card:hover{box-shadow:0 15px 30px #0000001a}.team-avatar{align-items:center;background:linear-gradient(135deg,#fdf4ff,#fae8ff);display:flex;font-size:4rem;height:200px;justify-content:center;width:100%}.team-info{padding:1.5rem;text-align:center}.team-info h3{color:#1a1a2e;font-size:1.2rem;font-weight:700;margin-bottom:.25rem}.team-info p{color:#a855f7;font-size:.9rem;font-weight:500}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.testimonials-grid{grid-template-columns:1fr;margin:0 auto;max-width:600px}}.testimonial-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;box-shadow:0 10px 40px #0000000f;padding:2rem}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars span{color:#fbbf24;font-size:1.2rem}.testimonial-text{color:#4b5563;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:50%;color:#fff;display:flex;font-weight:700;height:50px;justify-content:center;width:50px}.testimonial-name{color:#1a1a2e;font-weight:700}.testimonial-role{color:#6b7280;font-size:.85rem}.cta-section{background:linear-gradient(135deg,#1a1a2e,#2d1f3d);padding:6rem 2rem;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.cta-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text}.cta-description{color:#9ca3af;font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer{background:#1a1a2e;padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1400px}.footer-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr repeat(3,1fr);margin-bottom:3rem}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr}}.footer-brand{max-width:300px}.footer-logo{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:800;gap:.75rem;margin-bottom:1rem}.footer-brand p{color:#9ca3af;font-size:.95rem;line-height:1.7}.footer-column h4{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#ec4899}.footer-bottom{align-items:center;border-top:1px solid #374151;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-copyright{color:#6b7280;font-size:.9rem}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;background:#374151;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s;width:40px}.footer-social a:hover{background:linear-gradient(135deg,#a855f7,#ec4899)}@media (max-width:768px){.navbar{padding:1rem}.nav-links{display:none}.hero{padding:6rem 1rem 3rem}.hero-title{font-size:2.5rem}.section{padding:4rem 1rem}.cta-title,.section-title{font-size:2rem}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=main.9fe20947.css.map*/