*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fafafa;color:#1a1a1a;line-height:1.6}nav{background:hsla(0,0%,100%,.8);backdrop-filter:blur(10px);padding:20px 0;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 30px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.6rem;font-weight:700;color:#1a1a1a;text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;grid-gap:35px;gap:35px;align-items:center}.nav-links a{color:#666;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links .login-btn{padding:10px 26px;background:#1a1a1a;color:#fff;border-radius:8px;transition:all .3s ease}.nav-links .login-btn:hover{background:#000;transform:translateY(-1px)}.hero{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafafa,#fff);padding:80px 30px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(0,0,0,.02) 0,transparent 70%);border-radius:50%;top:-200px;right:-200px}.container{max-width:1200px;margin:0 auto;padding:0 30px}.hero-content{text-align:center;max-width:750px;margin:0 auto;position:relative;z-index:1}h1{font-size:clamp(3rem,8vw,5rem);font-weight:700;margin-bottom:24px;color:#1a1a1a;letter-spacing:-2px;line-height:1.1}.tagline{font-size:clamp(1.1rem,3vw,1.35rem);margin-bottom:45px;color:#666;font-weight:400}.cta-button{display:inline-block;padding:18px 45px;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1)}.cta-button:hover{background:#000;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.stats-section{padding:60px 30px 50px;background:#fff}.stats-container{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;grid-gap:50px;gap:50px;align-items:center}.stat-card{flex:1 1 200px;min-width:170px;background:#fafafa;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.04);padding:40px 25px 30px;text-align:center;border:1px solid #f0f0f0;margin:10px;transition:box-shadow .3s}.stat-card:hover{box-shadow:0 8px 36px rgba(0,0,0,.1);border-color:#e5e5e5}.stat-number{font-size:2.6rem;font-weight:700;color:#1a1a1a;margin-bottom:12px;letter-spacing:-1px}.stat-label{font-size:1.11rem;color:#666;font-weight:500}.stats-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:42px;color:#1a1a1a;letter-spacing:-1px}.features{padding:80px 30px;background:#fff}.features h2,.use-cases-alt h2{text-align:center;font-size:clamp(2rem,5vw,2.5rem);margin-bottom:50px;color:#1a1a1a;font-weight:700;letter-spacing:-1px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px;max-width:1000px;margin:0 auto}.feature-card{background:#fafafa;padding:32px 24px;border-radius:16px;border:1px solid #f0f0f0;transition:all .3s ease;text-align:center}.feature-card:hover{background:#fff;border-color:#e5e5e5;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.feature-icon{font-size:2.2rem;margin-bottom:16px;display:block;filter:grayscale(20%)}.feature-card h3{font-size:1.1rem;margin-bottom:10px;color:#1a1a1a;font-weight:600}.feature-card p{color:#666;line-height:1.5;font-size:.9rem}.demo-video-section{background:#fafafa;padding:80px 30px 60px;display:flex;justify-content:center;align-items:center}.demo-video-container{max-width:720px;width:100%;margin:0 auto;text-align:center}.demo-video-title{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:26px;letter-spacing:-1px}.demo-video-desc{color:#606060;font-size:1.08rem;margin-bottom:36px}.demo-video{width:100%;max-height:700px;border-radius:12px;background:#000;box-shadow:0 6px 32px rgba(30,30,30,.08)}.testimonials-section{padding:85px 30px 60px;background:#fff}.testimonials-title{text-align:center;font-size:clamp(2rem,5vw,2.4rem);font-weight:700;margin-bottom:42px;color:#1a1a1a;letter-spacing:-1px}.testimonials-container{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;grid-gap:35px;gap:35px;justify-content:center}.testimonial-card{flex:1 1 275px;min-width:250px;max-width:330px;background:#fff;border-radius:16px;box-shadow:0 3px 16px rgba(0,0,0,.061);padding:38px 28px 28px;margin:8px;border:1px solid #f1f1f1;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .3s,transform .3s;position:relative}.testimonial-card:hover{box-shadow:0 10px 32px rgba(0,0,0,.1);transform:translateY(-5px);border-color:#e5e5e5}.testimonial-quote{font-size:1.06rem;color:#333;margin-bottom:18px;font-style:italic;line-height:1.5}.testimonial-user{display:flex;align-items:center;grid-gap:12px;gap:12px;margin-top:12px}.testimonial-user-avatar{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-user-details{text-align:left}.testimonial-user-name{font-size:1rem;font-weight:600;color:#1a1a1a}.testimonial-user-type{font-size:.92rem;color:#818181;font-weight:400}.use-cases{padding:80px 30px;background:#fafafa}.use-cases h2{text-align:center;font-size:clamp(2rem,5vw,2.5rem);margin-bottom:50px;color:#1a1a1a;font-weight:700;letter-spacing:-1px}.use-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px;max-width:900px;margin:0 auto}.use-case{background:#fff;padding:28px 20px;border-radius:14px;text-align:center;border:1px solid #f0f0f0;transition:all .3s ease}.use-case:hover{border-color:#e5e5e5;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.05)}.use-case-icon{font-size:2.5rem;margin-bottom:14px;display:block}.use-case h3{font-size:1rem;color:#1a1a1a;font-weight:600}.how-it-works{padding:80px 30px;background:#fafafa}.how-it-works h2{text-align:center;font-size:clamp(2rem,5vw,2.5rem);margin-bottom:60px;color:#1a1a1a;font-weight:700;letter-spacing:-1px}.steps{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:50px;gap:50px;max-width:1100px;margin:0 auto}.step{flex:1 1;min-width:260px;max-width:340px;text-align:center;padding:30px}.step-number{width:65px;height:65px;background:#1a1a1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 24px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.step h3{font-size:1.4rem;margin-bottom:14px;color:#1a1a1a;font-weight:600}.step p{color:#666;line-height:1.6}.cta-section{padding:100px 30px;text-align:center;background:#fff}.cta-section h2{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:20px;color:#1a1a1a;font-weight:700;letter-spacing:-1px}.cta-section p{font-size:1.2rem;margin-bottom:40px;color:#666}footer{padding:35px 30px;text-align:center;background:#1a1a1a;color:#999}@media (max-width:1100px){.steps,.testimonials-container{flex-direction:column;align-items:center}.demo-video-section{flex-direction:column;padding:60px 0 40px}}@media (max-width:960px){.stats-container{flex-direction:column;grid-gap:30px;gap:30px}}@media (max-width:768px){.nav-links{grid-gap:20px;gap:20px}.nav-links a{font-size:.9rem}.steps{flex-direction:column;align-items:center}h1{letter-spacing:-1px}.demo-video-title{font-size:1.3rem}}section.use-cases-alt{background-color:#fff;padding:85px 30px 60px}.use-case-alt-row img{width:100%;max-width:420px;aspect-ratio:1/1;height:auto;border-radius:16px;box-shadow:0 2px 12px rgba(60,72,100,.07);background:#fff;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin:0 auto;display:block;overflow:hidden}.use-case-alt-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px;flex-wrap:wrap}.use-case-alt-row .use-case-alt-text{flex:1 1;min-width:260px}.use-case-alt-row .use-case-alt-img{flex:1 1;text-align:left;min-width:260px}@media (max-width:768px){.use-case-alt-row .use-case-alt-img{margin-top:10px}}.use-case-alt-row .use-case-alt-img.right{text-align:right}.use-case-alt-row.img-left{flex-direction:row-reverse}.use-case-alt-row h3{margin:12px 0 6px}.split-hero{display:flex;min-height:52vw;max-height:80vh;height:65vw;margin:0}.split-hero .hero-left,.split-hero .hero-right{flex:1 1;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;box-sizing:border-box}.split-hero .hero-left{flex-direction:column}.split-hero .hero-right{flex-direction:column;justify-content:center;position:relative}.split-hero .hero-content h1{font-size:clamp(2.3rem,4vw,3.6rem);font-weight:800;margin-bottom:28px;color:#1a1a1a;letter-spacing:-2px}.split-hero .hero-content .tagline{font-size:1.18rem;margin-bottom:34px;color:#444}.split-hero .cta-button:hover{background:#c01e1e;color:#fff}.split-hero .hero-right-content{max-width:400px;text-align:center}.split-hero .hero-right-content h2{font-size:clamp(1.7rem,3vw,2.5rem);margin-bottom:25px;font-weight:700;color:#fff}.split-hero .hero-right-content p{font-size:1.08rem;font-weight:500;color:#ffeaea}@media (max-width:900px){.split-hero{flex-direction:column;height:auto;min-height:0}.split-hero .hero-left,.split-hero .hero-right{min-height:250px;max-height:unset;width:100vw;padding:42px 5vw}}@media (max-width:500px){.split-hero{flex-direction:column-reverse}.split-hero .hero-right{padding:0}}