:root{--primary: #5E4FDB;--secondary: #F3F3FE;--accent: #FFB545;--success: #02C39A;--dark: #2D2D5B;--gray: #F8F9FE;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--dark);background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}ul{list-style:none}img{max-width:100%;height:auto}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #5e4fdb1a;z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo img{height:40px;width:auto;display:block}.logo{display:flex;align-items:center}.logo h1{font-size:1.5rem;font-weight:700;color:#5e4fdb;margin:0}.nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav a{color:#2d2d5b;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease}.nav a:hover{color:#5e4fdb}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav ul{gap:1rem;font-size:.9rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f3fe,#f8f9fe);padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-content{max-width:900px;text-align:center;z-index:2;position:relative}.hero-title{font-size:3.5rem;font-weight:800;color:#2d2d5b;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#5e4fdb;margin-bottom:3rem;line-height:1.6}.hero-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.stat{text-align:center}.stat h3{font-size:1.8rem;color:#5e4fdb;margin-bottom:.5rem;font-weight:700}.stat p{color:#2d2d5b;font-size:1rem}.cta-button{background:#ffb545;color:#2d2d5b;border:none;padding:1rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffb5454d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ffb54566;background:#ffc05c}.cta-button.secondary{background:transparent;color:#5e4fdb;border:2px solid #5E4FDB;box-shadow:none}.cta-button.secondary:hover{background:#5e4fdb;color:#fff;box-shadow:0 6px 25px #5e4fdb4d}.hero-decoration{position:absolute;inset:0;z-index:1;pointer-events:none}.decoration-circle{position:absolute;border-radius:50%;opacity:.1}.circle-1{width:400px;height:400px;background:#5e4fdb;top:-100px;right:-100px}.circle-2{width:300px;height:300px;background:#ffb545;bottom:-50px;left:-50px}.circle-3{width:200px;height:200px;background:#02c39a;top:50%;right:10%}@media(max-width:768px){.hero{padding:6rem 1.5rem 3rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-stats{gap:2rem}.stat h3{font-size:1.4rem}.cta-button{padding:.8rem 2rem;font-size:1rem}.decoration-circle{opacity:.05}}.services{padding:6rem 2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.8rem;color:#2d2d5b;margin-bottom:1rem;font-weight:700}.section-header p{font-size:1.2rem;color:#5e4fdb}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#f8f9fe;border-radius:20px;padding:2.5rem;transition:all .3s ease;border:2px solid transparent}.service-card-link{text-decoration:none;color:inherit;display:block;cursor:pointer}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #5e4fdb26;border-color:#5e4fdb}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;color:#2d2d5b;margin-bottom:1rem;font-weight:600}.service-description{color:#5e4fdb;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{color:#2d2d5b;padding:.5rem 0;display:flex;align-items:flex-start;gap:.5rem}.checkmark{color:#02c39a;font-weight:700;flex-shrink:0}@media(max-width:768px){.services{padding:4rem 1.5rem}.section-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}}.about{padding:6rem 2rem;background:linear-gradient(135deg,#f3f3fe,#f8f9fe)}.about-container{max-width:1000px;margin:0 auto}.about-content h2{font-size:2.8rem;color:#2d2d5b;margin-bottom:2rem;text-align:center;font-weight:700}.about-text{margin-bottom:3rem}.about-text p{font-size:1.1rem;line-height:1.8;color:#2d2d5b;margin-bottom:1.5rem}.company-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.info-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 20px #5e4fdb1a}.info-card h3{color:#5e4fdb;font-size:1.5rem;margin-bottom:1.5rem;font-weight:600}.info-item{display:flex;flex-direction:column;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #F3F3FE}.info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-item strong{color:#5e4fdb;margin-bottom:.3rem;font-size:.9rem}.info-item span{color:#2d2d5b;font-size:1.1rem}.info-card.highlight{background:linear-gradient(135deg,#5e4fdb,#7b6fe8);color:#fff}.info-card.highlight h3{color:#fff}.info-card.highlight ul{list-style:none;padding:0;margin:0}.info-card.highlight ul li{padding:.7rem 0 .7rem 1.5rem;position:relative;color:#fff}.info-card.highlight ul li:before{content:"✓";position:absolute;left:0;color:#ffb545;font-weight:700}.info-card.centered{max-width:600px;margin:0 auto}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-content h2{font-size:2rem}.about-text p{font-size:1rem}.company-info{grid-template-columns:1fr}}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-content h2{font-size:2.8rem;color:#2d2d5b;margin-bottom:1rem;font-weight:700}.contact-subtitle{font-size:1.2rem;color:#5e4fdb;margin-bottom:3rem}.contact-card{background:linear-gradient(135deg,#f3f3fe,#f8f9fe);border-radius:20px;padding:3rem;border:2px solid #5E4FDB}.contact-icon{font-size:3.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.8rem;color:#2d2d5b;margin-bottom:1rem;font-weight:600}.contact-card p{color:#5e4fdb;margin-bottom:1.5rem;line-height:1.6}.email-link{display:inline-block;background:#ffb545;color:#2d2d5b;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ffb5454d;margin:1rem 0}.email-link:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ffb54566;background:#ffc05c}.response-time{font-size:.9rem;color:#02c39a;font-weight:500;margin-top:1rem}@media(max-width:768px){.contact{padding:4rem 1.5rem}.contact-content h2{font-size:2rem}.contact-card{padding:2rem}.email-link{font-size:1rem;padding:.8rem 2rem}}.footer{background:#2d2d5b;color:#fff;padding:3rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);align-items:start}.footer-brand h3{color:#ffb545;font-size:1.8rem;margin-bottom:.8rem}.footer-brand p{color:#fffc;font-size:1.05rem;line-height:1.6}.footer-info{display:flex;flex-direction:column;gap:1.2rem}.info-item{display:flex;flex-direction:column;gap:.3rem}.info-item strong{color:#ffb545;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.info-item span{color:#ffffffd9;font-size:1rem;line-height:1.6}.info-item a{color:#ffffffd9;text-decoration:none;transition:color .3s ease}.info-item a:hover{color:#ffb545}.footer-bottom{text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem;margin:0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-brand h3{font-size:1.5rem}.footer-brand p,.info-item span{font-size:.95rem}}.App{width:100%;overflow-x:hidden}html{scroll-behavior:smooth}
