:root{--bg-dark: #050505;--bg-card: rgba(255, 255, 255, .03);--bg-card-hover: rgba(255, 255, 255, .06);--primary: #6366f1;--primary-glow: rgba(99, 102, 241, .5);--accent: #a855f7;--accent-glow: rgba(168, 85, 247, .5);--text-main: #ffffff;--text-muted: #9ca3af;--border: rgba(255, 255, 255, .08);--gradient-primary: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);--gradient-text: linear-gradient(to right, #818cf8, #c084fc, #f472b6);--container-padding: 2rem;--max-width: 1200px;--nav-height: 80px;--font-main: "Outfit", sans-serif}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--container-padding)}.glass-panel{background:#0a0a0ab3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border)}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:var(--gradient-primary);color:#fff;padding:.875rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 0 20px var(--primary-glow);display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 35px var(--primary-glow);filter:brightness(1.1)}.btn-secondary{background:#ffffff0d;color:#fff;padding:.875rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;transition:all .3s ease;border:1px solid var(--border);display:inline-block}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.navbar{position:fixed;top:0;left:0;width:100%;height:var(--nav-height);z-index:1000;display:flex;align-items:center;border-bottom:1px solid var(--border)}.nav-content{width:100%;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.logo .dot{color:var(--primary)}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-weight:500;color:var(--text-muted);font-size:.95rem}.nav-links a:hover{color:var(--text-main)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:6px}.mobile-menu-btn span{display:block;width:24px;height:2px;background-color:#fff}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding-top:var(--nav-height);overflow:hidden}.hero-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);opacity:.4;filter:blur(100px);z-index:-1}.hero-content{text-align:center;position:relative;z-index:1}.hero-title{font-size:4.5rem;line-height:1.1;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-weight:400}.hero-actions{display:flex;gap:1rem;justify-content:center}.section{padding:6rem 0}.bg-darker{background-color:#020202}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{padding:2rem;transition:transform .3s ease,border-color .3s ease}.card:hover{transform:translateY(-5px);border-color:var(--primary)}.card-icon{width:48px;height:48px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary)}.card h3{font-size:1.25rem;margin-bottom:.75rem}.card p{color:var(--text-muted);font-size:.95rem}.feature-row{display:flex;align-items:center;gap:4rem;margin-bottom:6rem}.feature-row.reverse{flex-direction:row-reverse}.feature-content{flex:1}.feature-content h3{font-size:2rem;margin-bottom:1rem;color:var(--text-main)}.feature-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem}.feature-list{list-style:none}.feature-list li{margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem;color:var(--text-main)}.feature-list li:before{content:"✓";color:var(--accent);font-weight:700}.feature-visual{flex:1;height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.mockup-chat{width:80%;display:flex;flex-direction:column;gap:10px}.msg{padding:10px 15px;border-radius:12px;font-size:.9rem;max-width:80%}.msg.incoming{background:#ffffff1a;align-self:flex-start;border-bottom-left-radius:2px}.msg.outgoing{background:var(--primary);align-self:flex-end;border-bottom-right-radius:2px}.stat-card{text-align:center}.stat-value{font-size:3rem;font-weight:700;margin:.5rem 0}.review-badge{text-align:center}.stars{color:#fbbf24;font-size:2rem;letter-spacing:5px}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-box{padding:2.5rem 1.5rem;text-align:center;border-radius:1rem;transition:transform .3s ease}.stat-box:hover{transform:translateY(-5px);border-color:var(--primary)}.stat-number{font-size:3.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.stat-desc{color:var(--text-muted);font-size:.9rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{padding:2.5rem;border-radius:1rem;transition:all .3s ease;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-5px);background:var(--bg-card-hover);border-color:var(--accent)}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gradient-primary);opacity:0;transition:opacity .3s ease}.service-card:hover:before{opacity:1}.service-icon{font-size:2.5rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem}.service-card p{color:var(--text-muted);line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step-card{padding:2.5rem;border-radius:1rem;position:relative}.step-number{font-size:4rem;font-weight:800;color:#ffffff0d;position:absolute;top:1rem;right:1.5rem;line-height:1}.step-card h3{font-size:1.5rem;margin-bottom:1rem;position:relative;z-index:1}.step-card p{color:var(--text-muted);position:relative;z-index:1}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.testimonial-card{padding:3rem;border-radius:1rem}.quote{font-size:1.25rem;font-style:italic;margin-bottom:1.5rem;line-height:1.6}.author{font-weight:600;color:var(--primary);margin-bottom:.5rem}.pain-point{font-size:.9rem;color:var(--text-muted)}.cta-section{text-align:center}.cta-box{padding:4rem 2rem;border-radius:2rem;border:1px solid var(--primary-glow);background:radial-gradient(circle at center,#6366f11a,#0a0a0acc)}.cta-text{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem}.guarantee-list{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.guarantee-list li{font-weight:500;color:var(--text-main)}.btn-large{padding:1rem 3rem;font-size:1.25rem}.footer{padding:4rem 0;border-top:1px solid var(--border);margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-logo{font-size:1.5rem;font-weight:700}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);font-size:.95rem}.footer-links a:hover{color:var(--text-main)}.copyright{color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-btn{display:flex}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.1rem}.feature-row,.feature-row.reverse{flex-direction:column;gap:2rem}.section-title{font-size:2rem}.grid-2{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:2rem;text-align:center}.guarantee-list{flex-direction:column;gap:1rem}}
