:root{--primary-purple: #7c3aed;--primary-light: #a855f7;--primary-dark: #6d28d9;--text-dark: #1e1b4b;--text-light: #64748b;--bg-light: #faf5ff;--white: #ffffff;--gray-100: #f8fafc;--gray-200: #e2e8f0;--gray-800: #1e293b;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--white);color:var(--text-dark);overflow-x:hidden}#app{width:100%;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background:var(--white);box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--text-dark)}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-purple),var(--primary-light));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1rem}.nav-links{display:flex;list-style:none;gap:2rem;margin:0}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-purple)}.cta-button{background:var(--primary-purple);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed4d}.hero{padding:6rem 0;background:linear-gradient(135deg,var(--bg-light) 0%,var(--white) 100%)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-dark)}.gradient-text{background:linear-gradient(135deg,var(--primary-purple),var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn-primary{background:var(--primary-purple);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed4d}.btn-secondary{background:transparent;color:var(--primary-purple);border:2px solid var(--primary-purple);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:var(--primary-purple);color:#fff;transform:translateY(-2px)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.stat-item{text-align:left}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary-purple);margin-bottom:.25rem}.stat-label{color:var(--text-light);font-size:.9rem}.hero-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:100%;max-width:400px;aspect-ratio:1;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #7c3aed33}.image-placeholder svg{width:100%;height:100%}.services{padding:6rem 0;background:var(--white)}.section-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.125rem;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);border:2px solid var(--gray-200);border-radius:16px;padding:2rem;transition:all .3s;cursor:pointer}.service-card:hover{border-color:var(--primary-purple);transform:translateY(-8px);box-shadow:0 12px 40px #7c3aed26}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.7}.about{padding:6rem 0;background:var(--bg-light)}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-content h2{text-align:left;margin-bottom:1.5rem}.about-content p{color:var(--text-light);font-size:1.125rem;margin-bottom:2rem;line-height:1.8}.features-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.features-list li{display:flex;align-items:center;gap:1rem;font-size:1.125rem;color:var(--text-dark)}.feature-icon{width:28px;height:28px;background:var(--primary-purple);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.about-image{display:flex;justify-content:center}.image-placeholder-small{width:100%;max-width:300px;aspect-ratio:1;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #7c3aed33}.image-placeholder-small svg{width:100%;height:100%}.contact{padding:6rem 0;background:var(--white)}.contact-form{max-width:700px;margin:3rem auto 0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-input,.form-textarea{width:100%;padding:1rem;border:2px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-purple)}.form-textarea{margin-bottom:1rem;resize:vertical}.btn-submit{width:100%;background:var(--primary-purple);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s}.btn-submit:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed4d}.footer{background:var(--gray-800);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;font-size:1.125rem}.footer-text{color:var(--gray-200);margin-top:.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--gray-200);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-light)}.footer-links li{color:var(--gray-200)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:var(--gray-200)}@media(max-width:768px){.nav-links{display:none}.hero-content,.about-container{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.stats{grid-template-columns:1fr;gap:1.5rem}.services-grid,.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.about-image{order:-1}}@media(max-width:480px){.container{padding:0 1rem}.hero{padding:3rem 0}.hero-title,.section-title{font-size:2rem}}
