*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}.landing-page{position:relative;min-height:100vh;background:#0a0a0a;color:#fff;overflow-x:hidden;margin:0;padding:0}.hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background:#000;overflow:hidden;clip-path:inset(0);isolation:isolate}.hero-content{position:relative;z-index:10;max-width:900px;margin:0 auto}.hero-logo{max-width:180px;margin:0 auto 2rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1.5rem;line-height:1.2;text-shadow:0 4px 6px rgba(0,0,0,.2);background:linear-gradient(to right,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin:0 0 3rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.btn-primary{background:#fffffff2;color:#667eea;border:2px solid transparent}.btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.btn-large{padding:1.25rem 2.5rem;font-size:1.125rem}.btn-icon{width:20px;height:20px}.demo-section{padding:6rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.demo-subtitle{text-align:center;font-size:1.125rem;opacity:.9;margin:-2rem auto 3rem;max-width:700px;line-height:1.6}.demo-container{max-width:1200px;margin:0 auto}.demo-video-wrapper{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px #00000080;background:#0000004d;border:2px solid rgba(255,255,255,.1)}.demo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;padding:3rem;color:#ffffffb3}.demo-placeholder svg{color:#fff6;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.placeholder-text{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#fffc}.placeholder-subtext{font-size:1rem;margin:0;color:#ffffff80}.demo-video{width:100%;height:auto;display:block;min-height:500px;object-fit:cover}.features-section{position:relative;padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 4rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;transition:all .3s ease;overflow:hidden}.feature-card:hover{transform:translateY(-8px);background:#ffffff26;box-shadow:0 20px 40px #0003}.feature-card:hover .feature-image{transform:scale(1.05)}.feature-image-container{width:100%;height:200px;margin:0 0 1.5rem;border-radius:12px;overflow:hidden;background:#0003;display:flex;align-items:center;justify-content:center}.feature-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.feature-icon{width:64px;height:64px;margin:0 0 1.5rem;color:#fff;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.feature-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.feature-description{font-size:1rem;line-height:1.6;opacity:.9;margin:0}.testimonials-section{padding:6rem 2rem;background:linear-gradient(135deg,#2d2d2d,#1a1a1a)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.testimonial-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#fff3;box-shadow:0 20px 40px #0000004d}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:.5rem}.star-icon{color:#fbbf24;width:20px;height:20px;filter:drop-shadow(0 2px 4px rgba(251,191,36,.3))}.testimonial-text{font-size:1rem;line-height:1.7;opacity:.9;margin:0;flex:1;font-style:italic;position:relative}.testimonial-text:before{content:'"';font-size:3rem;position:absolute;top:-1rem;left:-.5rem;opacity:.2;font-family:Georgia,serif}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.author-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 8px #0003}.author-avatar svg{width:40px;height:40px;color:#ffffffe6}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-name{font-size:1rem;font-weight:600;color:#fff}.author-title{font-size:.875rem;color:#ffffffb3}.tech-section{padding:6rem 2rem;background:linear-gradient(135deg,#764ba2,#667eea)}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.tech-item{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.tech-item:hover{transform:translateY(-4px);background:#ffffff26}.tech-logo{width:64px;height:64px;object-fit:contain}.tech-name{display:block;font-size:1.5rem;font-weight:700;margin:0}.tech-description{display:block;font-size:.875rem;opacity:.8;margin:0}.download-section{padding:6rem 2rem;background:#1a1a1a}.download-subtitle{text-align:center;font-size:1.125rem;opacity:.9;margin:-2rem auto 3rem;max-width:600px}.download-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.download-card{background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.download-card:hover{transform:translateY(-8px);background:#ffffff14;border-color:#fff3;box-shadow:0 20px 40px #0000004d}.download-icon{width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:16px;padding:1rem}.platform-logo{width:56px;height:56px;object-fit:contain}.download-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.download-description{font-size:1rem;opacity:.8;margin:0 0 1.5rem}.download-command{width:100%;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:relative}.download-command code{font-family:Monaco,Courier New,monospace;font-size:.875rem;color:#0f8;flex:1;text-align:left;word-break:break-all}.download-command code.coming-soon-text{text-align:center;color:#ffffff80;font-style:italic}.copy-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.copy-btn:hover{background:#fff3;transform:scale(1.05)}.copy-btn svg{width:20px;height:20px}.download-link{color:#667eea;text-decoration:none;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;gap:.25rem}.download-link:hover{color:#8b9dff;transform:translate(4px)}.cta-section{padding:6rem 2rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2)}.cta-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.cta-subtitle{font-size:1.25rem;margin:0 0 3rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.footer{padding:3rem 2rem;background:#1a1a1a}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.social-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#fff3;transform:translateY(-4px)}.social-link svg{width:24px;height:24px}.footer-text{font-size:.875rem;opacity:.7;margin:0}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.demo-placeholder{min-height:350px;padding:2rem}.demo-video{min-height:350px}.tech-grid{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.cta-buttons{flex-direction:column}.btn{width:100%;max-width:300px}}@media (max-width: 480px){.hero-title{font-size:2rem}.tech-grid{grid-template-columns:1fr}}
