@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap");:root{--green:#10b981;--green-dark:#059669;--green-light:#34d399;--green-wash:rgba(16,185,129,.1);--bg:#fff;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background-color:var(--bg);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}nav{position:fixed;top:0;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:hsla(0,0%,100%,.7);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:all .3s ease;z-index:1000}nav.scrolled{border-bottom:1px solid var(--border);box-shadow:0 4px 20px rgba(0,0,0,.05);background:hsla(0,0%,100%,.9)}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;text-decoration:none;color:var(--text);letter-spacing:-.5px}.logo-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--green-light),var(--green-dark));box-shadow:0 4px 10px rgba(16,185,129,.3)}.nav-logo span span{background:linear-gradient(135deg,var(--green),#047857);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;gap:8px}.nav-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--text-muted);padding:8px 16px;border-radius:8px;transition:.2s ease}.nav-links a:hover{color:var(--text);background-color:rgba(0,0,0,.04)}.nav-actions{display:flex;align-items:center;gap:12px}.btn-ghost{background:transparent;color:var(--text);border:none;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;border-radius:10px;transition:.2s ease}.btn-ghost:hover{background:rgba(0,0,0,.04)}.btn-primary{background:var(--text);color:#fff;font-size:14px;font-weight:600;border:none;padding:10px 20px;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn-primary:hover{box-shadow:0 6px 16px rgba(0,0,0,.15);transform:translateY(-1px)}.hero{min-height:100vh;display:flex;padding:120px 48px;background:radial-gradient(circle at 10% 20%,rgba(16,185,129,.03) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(16,185,129,.05) 0,transparent 40%)}.hero,.hero-inner{align-items:center}.hero-inner{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:60px}.hero-content{display:flex;flex-direction:column;justify-content:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--green-dark);background:var(--green-wash);padding:6px 16px;border-radius:100px;margin-bottom:24px;width:-moz-fit-content;width:fit-content;border:1px solid rgba(16,185,129,.2)}.hero-badge-dot{width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 3px rgba(16,185,129,.2);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%{box-shadow:0 0 0 0 rgba(16,185,129,.4)}70%{box-shadow:0 0 0 6px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}.hero h1{font-size:64px;font-weight:800;line-height:1.25;margin:0 0 24px;letter-spacing:-2px}.accent{background:linear-gradient(135deg,var(--green),#047857);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:18px;line-height:1.6;color:var(--text-muted);margin-bottom:40px;max-width:90%}.hero-actions{display:flex;align-items:center;gap:16px}.btn-hero-primary{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .2s ease;box-shadow:0 8px 24px rgba(16,185,129,.25);display:inline-flex;align-items:center;justify-content:center}.btn-hero-primary:hover{box-shadow:0 12px 32px rgba(16,185,129,.35);transform:translateY(-2px)}.btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--text);padding:16px 32px;border-radius:12px;font-weight:600;font-size:16px;text-decoration:none;background:#fff;border:1px solid var(--border);transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.03)}.btn-hero-secondary:hover{border-color:rgba(16,185,129,.4);box-shadow:0 8px 24px rgba(16,185,129,.1);transform:translateY(-2px)}.trust-badges{margin-top:60px}.trust-badges p{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.trust-logos{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.logo-placeholder{font-size:18px;font-weight:800;color:var(--text);opacity:.4;letter-spacing:-.5px;font-family:Playfair Display,serif}.hero-visual{position:relative;width:100%;perspective:1000px}.floating-pill,.hero-visual{display:flex;align-items:center;justify-content:center}.floating-pill{position:absolute;background:#fff;padding:12px 20px;border-radius:100px;font-size:14px;font-weight:600;box-shadow:0 12px 40px rgba(0,0,0,.1);z-index:2;border:1px solid var(--border);animation:float 5s ease-in-out infinite;gap:6px}.top-right{top:5%;right:-5%;animation-delay:0s}.bottom-left{bottom:5%;left:-10%;animation-delay:2.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.dashboard-card{background:hsla(0,0%,100%,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:32px;width:100%;max-width:480px;box-shadow:0 24px 80px rgba(0,0,0,.08),inset 0 1px 0 #fff;border:1px solid hsla(0,0%,100%,.6);transform:rotateY(-5deg) rotateX(5deg);transition:transform .5s ease}.dashboard-card:hover{transform:rotateY(0deg) rotateX(0deg)}.call-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border)}.call-title{font-size:15px;font-weight:600;color:var(--text)}.live-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#ef4444;background:rgba(239,68,68,.1);padding:6px 12px;border-radius:8px;letter-spacing:.5px}.live-dot{width:6px;height:6px;background:#ef4444;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.waveform{display:flex;align-items:center;gap:4px;height:64px}.bar{flex:1;background:linear-gradient(180deg,var(--green),var(--green-light));border-radius:4px;animation:wave 1.2s ease-in-out infinite;transform-origin:bottom}.bar:nth-child(2n){animation-duration:.8s}.bar:nth-child(3n){animation-duration:1.5s}.bar:nth-child(5n){animation-duration:1.1s}@keyframes wave{0%,to{height:8px}50%{height:100%}}.chat-bubbles{display:flex;flex-direction:column;gap:16px;margin-top:32px}.bubble{padding:14px 18px;border-radius:16px;font-size:14px;line-height:1.5;max-width:85%;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.02)}.bubble-label{font-size:11px;font-weight:600;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.bubble.ai{background:var(--green-wash);color:var(--text);border-bottom-left-radius:4px}.bubble.user{background:var(--text);color:#fff;margin-left:auto;border-bottom-right-radius:4px}.bubble.user .bubble-label{color:hsla(0,0%,100%,.7)}@media (max-width:1024px){.hero h1{font-size:52px}.hero-inner{gap:40px}.hero{padding:120px 32px}nav{padding:0 32px}}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-content{align-items:center}.hero-sub{margin:0 auto 40px}.hero-actions{justify-content:center}.hero-visual{margin-top:40px}.top-right{right:0}.bottom-left{left:0}.nav-links{display:none}}@media (max-width:600px){.hero h1{font-size:40px}.hero-actions{flex-direction:column;width:100%}.btn-hero-primary,.btn-hero-secondary{width:100%}nav{padding:0 16px}.hero{padding:100px 16px}.nav-actions{display:none}}.stats-section{padding:80px 48px;background:#f8fafc;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.stat-item h4{font-size:48px;font-weight:800;color:var(--green);margin:0 0 8px;letter-spacing:-1px}.stat-item p{font-size:14px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.features-section{padding:120px 48px;background:#fff}.section-header{text-align:center;max-width:700px;margin:0 auto 80px}.section-header h2{font-size:48px;font-weight:800;margin-bottom:24px;letter-spacing:-1.5px;line-height:1.3}.section-header p{font-size:18px;color:var(--text-muted);line-height:1.6}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{padding:40px;border-radius:24px;background:#fff;border:1px solid var(--border);transition:all .3s ease}.feature-card:hover{border-color:var(--green-light);box-shadow:0 12px 40px rgba(0,0,0,.05);transform:translateY(-5px)}.feature-icon{width:48px;height:48px;background:var(--green-wash);color:var(--green);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-card h3{font-size:20px;font-weight:700;margin-bottom:16px}.feature-card p{font-size:15px;line-height:1.6;color:var(--text-muted)}.use-cases-section{padding:120px 48px;background:#f8fafc}.use-cases-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.use-case-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid var(--border);transition:all .3s ease}.use-case-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,0,0,.05)}.use-case-image{height:200px;background-color:#e2e8f0;background-size:cover;background-position:50%}.use-case-content{padding:32px}.use-case-content h3{font-size:20px;font-weight:700;margin-bottom:12px}.use-case-content p{font-size:15px;color:var(--text-muted);line-height:1.5}.workflow-section{padding:120px 48px;background:#fff}.workflow-steps{max-width:1000px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.step{flex:1;text-align:center;position:relative}.step-number{width:48px;height:48px;background:var(--text);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.step h3,.step-number{font-weight:700;font-size:18px}.step h3{margin-bottom:12px}.step p{font-size:14px;color:var(--text-muted);line-height:1.6}.step-connector{flex:0 0 60px;height:2px;background:var(--border);margin-top:24px}.cta-section-dark{padding:120px 48px}.cta-card-dark{max-width:1000px;margin:0 auto;background:#0f172a;border-radius:32px;padding:80px 60px;text-align:center;color:#fff;position:relative;overflow:hidden}.cta-card-dark h2{font-size:48px;font-weight:800;margin-bottom:24px;letter-spacing:-1.5px}.gradient-text{background:linear-gradient(135deg,var(--green-light),var(--green));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cta-card-dark p{font-size:20px;color:#94a3b8;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.btn-access-platform{background:#fff;color:#0f172a;padding:16px 40px;border-radius:12px;font-weight:700;font-size:18px;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center}.btn-access-platform:hover{transform:translateY(-2px);box-shadow:0 12px 32px hsla(0,0%,100%,.1)}.cta-ribbon{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px;font-size:13px;color:#64748b;font-weight:600}.cta-ribbon .dot{width:4px;height:4px;background:#334155;border-radius:50%}@media (max-width:900px){.features-grid,.stats-container,.use-cases-grid{grid-template-columns:1fr}.workflow-steps{flex-direction:column;align-items:center}.step-connector{display:none}.cta-card-dark{padding:60px 30px}.cta-card-dark h2{font-size:36px}}.footer-basic-split{padding:60px 48px;background:#fff;color:#0f172a;border-top:1px solid #e2e8f0}.footer-split-inner{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.footer-basic-split .footer-logo{height:48px;width:auto;opacity:1}.footer-copyright{font-size:14px;color:#475569;margin:0;display:flex;align-items:center;gap:12px}.footer-copyright .dot{width:4px;height:4px;background:#cbd5e1;border-radius:50%}@media (max-width:768px){.footer-split-inner{flex-direction:column;gap:32px;text-align:center}.footer-copyright{justify-content:center;flex-direction:column;gap:8px}.footer-copyright .dot{display:none}}