*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #635bff;--text-color: #1a1f36;--light-text: #4f566b;--background: #ffffff;--section-bg: #f7fafc;--max-width: 1200px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-color);background:var(--background)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}nav{position:fixed;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:var(--max-width);margin:0 auto;padding:1rem 2rem}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-links a{margin-left:2rem;text-decoration:none;color:var(--text-color);font-weight:500}header{position:relative;padding:8rem 2rem 6rem;background:linear-gradient(to bottom right,#f7fafc,#fff);text-align:center;overflow:hidden}#heroCanvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero{position:relative;z-index:2;max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--text-color),var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:1.25rem;color:var(--light-text);margin-bottom:2rem}.primary-button,.cta-button{display:inline-block;padding:.8rem 1.8rem;background:var(--primary-color);color:#fff;text-decoration:none;border-radius:50px;font-weight:500;transition:transform .2s ease}.primary-button:hover,.cta-button:hover{transform:translateY(-1px)}.cta-button{background:transparent;border:1px solid var(--primary-color);color:var(--primary-color)}#services{padding:6rem 0;background:var(--section-bg)}.faq-container{max-width:800px;margin:3rem auto 0}.faq-item{background:#fff;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 8px #0000001a}.faq-item summary{padding:1.5rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--primary-color);font-weight:700;transition:transform .3s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item summary h3{margin:0;font-size:1.25rem;color:var(--text-color)}.faq-content{padding:0 1.5rem 1.5rem}.faq-content ul{margin-top:1rem;padding-left:1.5rem}.faq-content li{margin-bottom:.5rem;color:var(--light-text)}#about{padding:6rem 0}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem}#contact{padding:6rem 0;background:var(--section-bg);text-align:center}h2{font-size:2.5rem;margin-bottom:1rem;text-align:center}h3{font-size:1.5rem;margin-bottom:1rem}footer{background:var(--text-color);color:#fff;padding:3rem 0}.footer-content{text-align:center}.footer-logo{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.nav-links{display:none}.features{grid-template-columns:1fr}.faq-container{padding:0 1rem}.faq-item summary h3{font-size:1.1rem}}
