@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--color-bg-hero:#0a0a0f;--color-bg-white:#111118;--color-bg-alt:#0d0d14;--color-bg-dark:#000;--color-bg-card:#16161f;--color-bg-elevated:#1a1a24;--color-text-primary:#fff;--color-text-secondary:#9ca3af;--color-text-muted:#6b7280;--color-text-light:#fff;--color-accent:#7f6bff;--color-accent-hover:#9484ff;--color-accent-gradient:linear-gradient(135deg,#ff6b6b,#7f6bff 50%,#4ecdc4);--color-border:hsla(0,0%,100%,.08);--color-border-light:hsla(0,0%,100%,.12);--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:300ms cubic-bezier(0.4,0,0.2,1);--transition-slow:500ms cubic-bezier(0.4,0,0.2,1);--transition-spring:600ms cubic-bezier(0.34,1.56,0.64,1);--transition-scroll:800ms cubic-bezier(0.25,0.46,0.45,0.94)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg-hero);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.landing-page{min-height:100vh}.eyebrow{display:inline-block;padding:.4rem 1rem;background:rgba(127,107,255,.15);color:var(--color-accent);border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}.eyebrow--light{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.8)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:rgba(10,10,15,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:all var(--transition-normal)}.nav--scrolled{background:rgba(17,17,24,.95);border-bottom-color:var(--color-border);box-shadow:0 1px 20px rgba(0,0,0,.3)}.nav__brand{gap:.75rem;font-weight:700;font-size:1.1rem;color:var(--color-text-primary)}.nav__brand,.nav__logo{display:flex;align-items:center}.nav__logo{width:32px;height:32px;background:var(--color-text-primary);border-radius:8px;justify-content:center;font-size:.85rem;font-weight:800;color:#fff}.nav__links{display:flex;gap:2rem}.nav__links a,.nav__links button{background:none;border:none;color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:color var(--transition-fast);font-family:inherit}.nav__links a:hover,.nav__links button:hover{color:var(--color-text-primary)}.nav__actions{display:flex;align-items:center;gap:1rem}.nav__link{color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color var(--transition-fast)}.nav__link:hover{color:var(--color-text-primary)}.nav__mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;background:transparent;border:none;cursor:pointer;gap:5px;z-index:1001}.nav__mobile-toggle span{display:block;width:20px;height:2px;background:var(--color-text-primary);border-radius:2px;transition:all .3s ease}.nav__mobile-toggle--open span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav__mobile-toggle--open span:nth-child(2){opacity:0}.nav__mobile-toggle--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(10,10,15,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu__content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;gap:1.5rem}.mobile-menu__content a,.mobile-menu__content button{font-size:1.25rem;font-weight:500;color:var(--color-text-secondary);background:transparent;border:none;text-decoration:none;cursor:pointer;transition:color .2s ease;padding:.5rem 1rem}.mobile-menu__content a:hover,.mobile-menu__content button:hover{color:var(--color-text-primary)}.mobile-menu__divider{width:60px;height:1px;background:var(--color-border);margin:.5rem 0}.mobile-menu__cta{background:var(--color-accent)!important;color:#fff!important;padding:.75rem 2rem!important;border-radius:100px;font-weight:600!important;margin-top:.5rem}.nav__cta{background:var(--color-accent);color:#fff;padding:.6rem 1.25rem;border-radius:100px;text-decoration:none;font-size:.9rem;font-weight:600;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.nav__cta:hover{transform:translateY(-1px);background:var(--color-accent-hover);box-shadow:0 4px 20px rgba(127,107,255,.4)}.hero{min-height:100vh;display:flex;flex-direction:column;padding-top:4rem}.hero__motion{flex:1 1;justify-content:center;padding:2rem}.hero__body,.hero__motion{position:relative;display:flex;align-items:center}.hero__body{z-index:1;text-align:center;max-width:900px;flex-direction:column}.hero__headline{display:flex;flex-direction:column;align-items:center;width:100%}.hero__brand{display:block;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;letter-spacing:.05em;line-height:1;margin-bottom:2rem;color:var(--color-accent);text-align:center}.hero__title{font-size:clamp(2.75rem,7vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.25rem;color:var(--color-text-primary);min-height:1.2em;text-align:center}.hero__title--typing{display:block}.hero__subtitle{font-size:clamp(1.4rem,2.5vw,1.75rem);font-weight:500;letter-spacing:-.01em;line-height:1.4;margin-bottom:1.25rem;color:var(--color-text-secondary);min-height:1.5em;text-align:center}.hero__subtitle--typing{display:block}.hero__tagline{font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.7;color:hsla(0,0%,100%,.75);margin-bottom:2.5rem;max-width:650px;min-height:1.8em;text-align:center}.hero__tagline--typing{display:block}.hero__tagline strong{color:var(--color-accent);font-weight:600}.hero__cursor{display:inline-block;color:var(--color-accent);font-weight:400;animation:heroBlink .7s infinite;margin-left:2px}@keyframes heroBlink{0%,50%{opacity:1}51%,to{opacity:0}}.hero__cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out;pointer-events:none}.hero__cta-group--visible{opacity:1;transform:translateY(0);pointer-events:auto}.hero__cta{padding:.9rem 1.75rem;border-radius:100px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-normal);border:none;font-family:inherit}.hero__cta--primary{background:var(--color-accent);color:#fff;box-shadow:none}.hero__cta--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(127,107,255,.35)}.hero__cta--secondary{background:transparent;color:var(--color-text-primary);border:1px solid var(--color-border-light)}.hero__cta--secondary:hover{background:hsla(0,0%,100%,.05);border-color:var(--color-accent);color:var(--color-accent)}.hero__capabilities{position:relative;margin-top:72px;padding:22px 0;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__capabilities:before{content:"";position:absolute;top:-24px;left:0;right:0;height:24px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.25));pointer-events:none}.hero__capabilities-grid{width:min(1100px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.hero__capability{padding:14px 16px;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;background:hsla(0,0%,100%,.03);transition:transform .16s ease,border-color .16s ease,background .16s ease;animation:fadeInUp .8s ease-out backwards}.hero__capability:hover{transform:translateY(-2px);border-color:rgba(127,107,255,.35);background:rgba(127,107,255,.06)}.hero__capability-label{display:block;font-weight:650;font-size:14px;letter-spacing:.2px;color:hsla(0,0%,100%,.92)}.hero__capability-desc{display:block;margin-top:6px;font-size:12.5px;line-height:1.35;color:hsla(0,0%,100%,.62)}.features-section{background:var(--color-bg-white)}.features-section__header{text-align:center;max-width:700px;margin:0 auto;padding:6rem 2rem 4rem}.features-section__header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;color:var(--color-text-primary)}.features-section__header p{font-size:1.15rem;color:var(--color-text-secondary)}.feature-scroll-section{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh * var(--screen-count));position:relative}.feature-scroll-section__left{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;align-items:center;padding:0 4rem 0 6rem;background:var(--color-bg-alt);z-index:10}.feature-scroll-section__content{max-width:480px}.feature-scroll-section__title{font-size:2.8rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.5rem;color:var(--color-text-primary);line-height:1.1}.feature-scroll-section__sublabel{font-size:.85rem;font-weight:600;color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.feature-scroll-section__sublabel--visible{opacity:1;transform:translateY(0)}.feature-scroll-section__description{font-size:1.05rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:2rem;min-height:3em}.feature-scroll-section__progress{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.feature-scroll-section__progress-item{display:flex;align-items:center;gap:.75rem;opacity:.35;transform:translateX(-5px);transition:opacity .25s ease,transform .25s ease;cursor:default}.feature-scroll-section__progress-item.active{opacity:1;transform:translateX(0)}.feature-scroll-section__progress-dot{width:8px;height:8px;border-radius:50%;background:var(--color-text-muted);transition:all .25s ease;flex-shrink:0}.feature-scroll-section__progress-item.active .feature-scroll-section__progress-dot{background:var(--color-accent);box-shadow:0 0 8px rgba(127,107,255,.5)}.feature-scroll-section__progress-label{font-size:.95rem;font-weight:500;color:var(--color-text-muted);transition:color .25s ease}.feature-scroll-section__progress-label--typing{display:inline}.feature-scroll-section__progress-item.active .feature-scroll-section__progress-label{color:var(--color-text-primary);font-weight:600}.feature-scroll-section__right{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate3d(0,30px,0);transition:opacity 1s cubic-bezier(.4,0,.2,1),transform 1s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.feature-scroll-section__right.visible{opacity:1;transform:translateZ(0)}.feature-scroll-section__screens-wrapper{position:relative;width:100%;max-width:560px;height:400px}.feature-scroll-section__screen{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;opacity:0;transform:translateZ(0);transition:opacity .7s cubic-bezier(.4,0,.2,1);pointer-events:none;will-change:opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}.feature-scroll-section__screen.active{opacity:1;pointer-events:auto}.feature-scroll-section__screen-info{max-width:500px;text-align:center;margin-top:1.25rem;opacity:0;visibility:hidden;transition:opacity .5s ease-out,visibility .5s ease-out}.feature-scroll-section__screen.active .feature-scroll-section__screen-info{opacity:1;visibility:visible}.feature-scroll-section__screen-info h4{font-size:1.1rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.2rem}.feature-scroll-section__screen-info .screen-tagline{font-size:.85rem;color:var(--color-accent);display:block}.feature-scroll-section__screen-info p{font-size:1rem;color:var(--color-text-secondary);line-height:1.6}.screen-mockup{width:100%;max-width:600px}.screen-mockup__window{background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px hsla(0,0%,100%,.1);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.screen-mockup__titlebar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#2d2d2d;border-bottom:1px solid hsla(0,0%,100%,.05)}.screen-mockup__dots{display:flex;gap:6px}.screen-mockup__dots span{width:12px;height:12px;border-radius:50%;background:#3c3c3c}.screen-mockup__dots span:first-child{background:#ff5f56}.screen-mockup__dots span:nth-child(2){background:#ffbd2e}.screen-mockup__dots span:nth-child(3){background:#27ca3f}.screen-mockup__title{flex:1 1;text-align:center;font-size:.75rem;color:hsla(0,0%,100%,.5);font-weight:500}.screen-mockup__content{display:flex;min-height:320px}.screen-mockup__sidebar{width:60px;background:#252525;padding:1rem .75rem;display:flex;flex-direction:column;gap:.5rem}.screen-mockup__nav-item{width:100%;height:36px;background:hsla(0,0%,100%,.05);border-radius:6px;transition:background var(--transition-fast)}.screen-mockup__nav-item.active{background:var(--color-accent)}.screen-mockup__main{flex:1 1;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.screen-mockup__header{display:flex;justify-content:space-between;align-items:center}.screen-mockup__breadcrumb{width:120px;height:12px;background:hsla(0,0%,100%,.1);border-radius:4px}.screen-mockup__actions{display:flex;gap:.5rem}.screen-mockup__actions span{width:60px;height:28px;background:var(--color-accent);border-radius:6px;opacity:.8}.screen-mockup__actions span:last-child{background:hsla(0,0%,100%,.1)}.screen-mockup__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;flex:1 1}.screen-mockup__card{background:hsla(0,0%,100%,.05)}.screen-mockup__card,.screen-mockup__chart{border-radius:8px;border:1px solid hsla(0,0%,100%,.05)}.screen-mockup__chart{grid-column:span 3;background:hsla(0,0%,100%,.03);min-height:100px}.screen-mockup__label{text-align:center;margin-top:1.5rem}.screen-mockup__label h4{font-size:1.1rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.25rem}.screen-mockup__label p{font-size:.9rem;color:var(--color-accent);font-weight:500}.screen-mockup__video-container{position:relative;min-height:320px;background:#1a1a1a;overflow:hidden}.screen-mockup__video{width:100%;height:auto;display:block;opacity:0;transition:opacity .3s ease}.screen-mockup__video.loaded{opacity:1}.screen-mockup__placeholder-text{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);padding:.5rem 1rem;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);border-radius:20px;font-size:.75rem;color:var(--color-accent);font-weight:500}.feature-scroll-section__progress-label--typing{display:inline-flex;align-items:center}.typing-cursor{display:inline-block;margin-left:1px;animation:blink .8s infinite;color:var(--color-accent);font-weight:400}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.feature-scroll-section__progress-item.current .feature-scroll-section__progress-dot{box-shadow:0 0 0 4px rgba(127,107,255,.3);transform:scale(1.1)}.feature-scroll-section__progress-item.current .feature-scroll-section__progress-label{color:var(--color-accent)}.use-cases-section{background:var(--color-bg-alt);padding:6rem 0;overflow:hidden}.use-cases-section__header{text-align:center;max-width:700px;margin:0 auto 4rem;padding:0 2rem}.use-cases-section__header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;color:var(--color-text-primary)}.use-cases-section__header p{font-size:1.15rem;color:var(--color-text-secondary)}.use-cases-section__closing{text-align:center;font-size:1.1rem;color:var(--color-text-secondary);max-width:600px;margin:3rem auto 0;padding:0 2rem;font-style:italic}.carousel{position:relative;padding:2rem 0;overflow:hidden;max-width:1200px;margin:0 auto}.carousel__track{display:flex;gap:2rem;transition:transform .8s cubic-bezier(.4,0,.2,1);padding:1rem 0;justify-content:flex-start;will-change:transform}.carousel__card{flex-shrink:0;width:340px;background:var(--color-bg-card);border-radius:1.5rem;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(0,0,0,.2);opacity:.5;transform:scale(.92);border:1px solid transparent}.carousel__card:hover{opacity:.65}.carousel__card--active{opacity:1;transform:scale(1.02);box-shadow:0 24px 60px rgba(127,107,255,.25),0 8px 24px rgba(0,0,0,.4);border:1px solid rgba(127,107,255,.3);z-index:10;position:relative}.carousel__card-visual{height:140px;position:relative;border-bottom:1px solid rgba(127,107,255,.15)}.carousel__card-icon-wrap,.carousel__card-visual{display:flex;align-items:center;justify-content:center}.carousel__card-icon-wrap{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(127,107,255,.2),rgba(127,107,255,.08));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgba(127,107,255,.3);box-shadow:0 0 40px rgba(127,107,255,.2),0 0 80px rgba(127,107,255,.1),inset 0 0 20px rgba(127,107,255,.05);transition:all .4s cubic-bezier(.4,0,.2,1)}.carousel__card--active .carousel__card-icon-wrap{transform:scale(1.1);box-shadow:0 0 50px rgba(127,107,255,.35),0 0 100px rgba(127,107,255,.2),0 8px 32px rgba(0,0,0,.3),inset 0 0 30px rgba(127,107,255,.1);border-color:rgba(127,107,255,.5)}.carousel__card-icon{width:36px;height:36px;color:#a78bfa;filter:drop-shadow(0 0 8px rgba(167,139,250,.5));transition:all .4s ease}.carousel__card--active .carousel__card-icon{color:#c4b5fd;filter:drop-shadow(0 0 12px rgba(167,139,250,.7))}.carousel__card-content{padding:1.5rem}.carousel__card-domain{display:inline-block;font-size:.7rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.carousel__card-title{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.75rem;line-height:1.3}.carousel__card-scenario{font-size:.85rem;color:var(--color-text-secondary);line-height:1.55;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.carousel__card-outcomes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.carousel__card-outcomes li{font-size:.8rem;color:var(--color-text-secondary);line-height:1.4;padding-left:1.25rem;position:relative}.carousel__card-outcomes li:before{content:"";position:absolute;left:0;top:.45em;width:6px;height:6px;border-radius:50%;background:var(--color-accent);opacity:.5}.carousel__card--active .carousel__card-outcomes li:before{opacity:1}.carousel__controls{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.carousel__control{width:48px;height:48px;border-radius:50%;border:1px solid var(--color-border-light);background:var(--color-bg-card);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text-primary);transition:all var(--transition-fast)}.carousel__control:hover{background:var(--color-bg-elevated);border-color:var(--color-accent);color:var(--color-accent)}.carousel__control svg{width:20px;height:20px}.carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.carousel__dot{width:8px;height:8px;border-radius:50%;border:none;background:hsla(0,0%,100%,.2);cursor:pointer;transition:all var(--transition-fast);padding:0}.carousel__dot:hover{background:hsla(0,0%,100%,.4)}.carousel__dot--active{background:var(--color-accent);transform:scale(1.25)}.how-it-works-section{background:var(--color-bg-dark);color:#fff;padding:6rem 3rem}.how-it-works-section__header{text-align:center;max-width:700px;margin:0 auto 4rem}.how-it-works-section__header h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.how-it-works-section__header p{font-size:1.15rem;color:hsla(0,0%,100%,.7)}.how-it-works-section__steps{display:flex;justify-content:center;align-items:flex-start;gap:0;max-width:1200px;margin:0 auto}.how-it-works-section__step{flex:1 1;max-width:320px;text-align:center;padding:0 1.5rem;display:grid;grid-template-rows:auto auto 80px auto;align-items:start;justify-items:center}.how-it-works-section__step-number{width:56px;height:56px;background:var(--color-accent);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 0 1.5rem}.how-it-works-section__step h3{font-size:1.35rem;font-weight:700;margin:0 0 .75rem}.how-it-works-section__step p{color:hsla(0,0%,100%,.7);font-size:.95rem;line-height:1.6;margin:0;align-self:start}.how-it-works-section__code{display:inline-block;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);padding:.75rem 1.5rem;border-radius:8px;align-self:end;margin-top:1.25rem;width:100%;box-sizing:border-box;flex-shrink:0}.how-it-works-section__code code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9rem;color:#22c55e;font-weight:500}.how-it-works-section__connector{width:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.3);margin:0 .5rem;padding-top:28px;align-self:flex-start}.how-it-works-section__connector svg{width:100%;height:auto}.cta-section{background:linear-gradient(135deg,rgba(127,107,255,.15),rgba(78,205,196,.1));border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:5rem 3rem;text-align:center}.cta-section__content{max-width:600px;margin:0 auto;color:var(--color-text-primary)}.cta-section__content h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem}.cta-section__content p{font-size:1.15rem;color:var(--color-text-secondary);margin-bottom:2rem}.cta-section__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-section__primary,.cta-section__secondary{padding:.9rem 2rem;border-radius:100px;font-size:1rem;font-weight:600;text-decoration:none;transition:all var(--transition-normal)}.cta-section__primary{background:var(--color-accent);color:#fff}.cta-section__primary:hover{transform:translateY(-2px);background:var(--color-accent-hover);box-shadow:0 8px 30px rgba(127,107,255,.4)}.cta-section__secondary{background:transparent;color:var(--color-text-primary);border:2px solid var(--color-border-light)}.cta-section__secondary:hover{background:hsla(0,0%,100%,.05);border-color:var(--color-accent);color:var(--color-accent)}.footer{background:var(--color-bg-dark);padding:4rem 3rem 2rem;color:#fff}.footer__content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.footer__brand{gap:.75rem;font-weight:700;font-size:1.1rem}.footer__brand,.footer__logo{display:flex;align-items:center}.footer__logo{width:32px;height:32px;background:#fff;color:var(--color-bg-dark);border-radius:8px;justify-content:center;font-size:.85rem;font-weight:800}.footer__links{display:flex;gap:4rem}.footer__column h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:hsla(0,0%,100%,.5)}.footer__column a,.footer__column button{display:block;background:none;border:none;color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9rem;margin-bottom:.6rem;cursor:pointer;transition:color var(--transition-fast);font-family:inherit;padding:0;text-align:left}.footer__column a:hover,.footer__column button:hover{color:#fff}.footer__bottom{max-width:1200px;margin:0 auto;padding-top:2rem;text-align:center}.footer__bottom p{color:hsla(0,0%,100%,.4);font-size:.85rem}.ripple-field{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:all;z-index:0}.agent-tooltip{animation:fadeIn .2s ease-out}.agent-tooltip__content{background:rgba(20,20,35,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(127,107,255,.3);border-radius:10px;padding:10px 14px;color:#fff;font-size:13px;white-space:nowrap;box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 0 1px rgba(127,107,255,.1)}.agent-tooltip__content strong{display:block;color:var(--color-accent);margin-bottom:4px;font-weight:600;font-size:13px}.agent-tooltip__status{display:block;color:hsla(0,0%,100%,.7);font-size:11.5px;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.nav{padding:1rem 2rem}.nav__links{gap:1.5rem}.nav__links a,.nav__links button{font-size:.85rem}.hero{min-height:auto;padding-top:5rem}.hero__motion{padding:3rem 2rem}.hero__body{max-width:100%;padding:0 1rem}.hero__title{font-size:clamp(2.25rem,6vw,3.5rem)}.hero__subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem)}.hero__tagline{font-size:clamp(.95rem,1.5vw,1.1rem);max-width:90%}.hero__capabilities-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem}.hero__capability{padding:1rem}.feature-scroll-section{grid-template-columns:1fr;min-height:auto;overflow:visible}.feature-scroll-section__left{position:relative;height:auto;padding:3rem 1.5rem;overflow:visible}.feature-scroll-section__content{max-width:100%}.feature-scroll-section__title{font-size:clamp(1.75rem,5vw,2.25rem);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.feature-scroll-section__right,.feature-scroll-section__screens-wrapper{position:relative;height:auto}.feature-scroll-section__screen{position:relative;min-height:auto;padding:2rem 1.5rem;opacity:1;transform:none}.feature-scroll-section__progress{display:none}.feature-scroll-section__desc{font-size:1rem}.how-it-works-section{text-align:center}.how-it-works-section__steps{flex-direction:column;gap:2.5rem;align-items:center}.how-it-works-section__step{flex:0 1 auto;max-width:400px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.how-it-works-section__step-number{margin:0 auto 1.25rem}.how-it-works-section__step h3,.how-it-works-section__step p{min-height:auto;text-align:center}.how-it-works-section__code{margin:0 auto}.how-it-works-section__connector{display:none}.carousel{max-width:100%;padding:1.5rem 0;overflow:visible}.use-cases-section{overflow:hidden}.carousel__card{width:280px}.carousel__card-visual{height:120px}.carousel__card-content{padding:1.25rem}.carousel__card-title{font-size:1rem}.carousel__card-scenario{font-size:.8rem}.carousel__card-outcomes{font-size:.75rem}.use-cases-section__header h2{font-size:2rem}.cta-section{text-align:center}.cta-section h2{font-size:2rem}.cta-section__content{display:flex;flex-direction:column;align-items:center}.cta-section__buttons{justify-content:center}.footer,.footer__content{text-align:center}.footer__content{flex-direction:column;align-items:center;gap:2.5rem}.footer__brand,.footer__links{justify-content:center}.footer__links{gap:2rem;flex-wrap:wrap}.footer__column{text-align:center}}@media (max-width:768px){.nav{padding:.75rem 1rem}.nav__links{display:none}.nav__actions{gap:.5rem}.nav__link{display:none}.nav__cta{padding:.5rem 1rem;font-size:.85rem}.nav__mobile-toggle{display:flex}.hero{padding-top:4rem}.hero__motion{padding:2rem 1.5rem}.hero__brand{font-size:1.1rem;margin-bottom:1.5rem}.hero__title{font-size:clamp(1.75rem,8vw,2.5rem);margin-bottom:1rem}.hero__subtitle{font-size:clamp(1rem,4vw,1.25rem);margin-bottom:1rem}.hero__tagline{font-size:.9rem;margin-bottom:2rem;line-height:1.6}.hero__cta-group{flex-direction:column;gap:.75rem;width:100%;max-width:300px}.hero__cta{width:100%;padding:.9rem 1.5rem;font-size:.9rem}.hero__capabilities-grid{grid-template-columns:1fr 1fr;gap:.75rem;padding:0;margin-top:2rem}.hero__capability{padding:.875rem}.hero__capability-label{font-size:.8rem}.hero__capability-desc{font-size:.7rem}.cta-section,.features-section__header,.how-it-works-section,.use-cases-section{padding:3rem 1.25rem}.feature-scroll-section__left{padding:2.5rem 1.25rem}.feature-scroll-section__title{font-size:1.75rem}.feature-scroll-section__desc{font-size:.9rem}.feature-scroll-section__list li{font-size:.85rem;padding:.5rem 0}.screen-mockup{max-width:100%;border-radius:.75rem}.screen-mockup__header{padding:.5rem .75rem}.screen-mockup__content{padding:.75rem;font-size:.75rem}.carousel{padding:1rem 0}.carousel__track{gap:1rem}.carousel__card{width:260px;opacity:.3;transform:scale(.85)}.carousel__card--active{opacity:1;transform:scale(1);box-shadow:0 16px 40px rgba(127,107,255,.3),0 4px 16px rgba(0,0,0,.3);border:1px solid rgba(127,107,255,.4)}.carousel__card-visual{height:100px}.carousel__card-icon-wrap{width:56px;height:56px;box-shadow:0 0 30px rgba(127,107,255,.25),0 0 60px rgba(127,107,255,.15)}.carousel__card--active .carousel__card-icon-wrap{transform:scale(1.05);box-shadow:0 0 40px rgba(127,107,255,.4),0 0 80px rgba(127,107,255,.25)}.carousel__card-icon{width:24px;height:24px}.carousel__card-content{padding:1rem}.carousel__card-domain{font-size:.65rem}.carousel__card-title{font-size:1rem;margin-bottom:.5rem}.carousel__card-scenario{font-size:.8rem;margin-bottom:.75rem}.carousel__card-outcomes{font-size:.75rem}.carousel__card-outcomes li{margin-bottom:.35rem;padding-left:1rem}.carousel__controls{margin-top:1.25rem}.carousel__control{width:44px;height:44px}.carousel__dots{margin-top:1rem}.carousel__dot{width:10px;height:10px}.use-cases-section__header h2{font-size:1.75rem}.use-cases-section__header p{font-size:.9rem}.use-cases-section__closing{font-size:.9rem;padding:0 1rem}.how-it-works-section{text-align:center}.how-it-works-section h2{font-size:1.75rem}.how-it-works-section__step,.how-it-works-section__steps{display:flex;flex-direction:column;align-items:center}.how-it-works-section__step{max-width:100%;padding:0 1rem;text-align:center}.how-it-works-section__step-number{margin:0 auto 1rem}.how-it-works-section__step h3{font-size:1rem;text-align:center}.how-it-works-section__step p{font-size:.85rem;text-align:center;max-width:300px}.how-it-works-section__code{font-size:.7rem;padding:.75rem 1.5rem;margin:0 auto}.cta-section{text-align:center}.cta-section h2{font-size:1.75rem}.cta-section p{font-size:.9rem}.cta-section__content{display:flex;flex-direction:column;align-items:center}.cta-section__buttons{flex-direction:column;align-items:center;gap:.75rem;width:100%}.cta-section__primary,.cta-section__secondary{width:100%;max-width:280px;padding:.9rem 1.5rem;font-size:.9rem}.footer{padding:3rem 1.25rem 1.5rem;text-align:center}.footer__content{flex-direction:column;align-items:center;gap:2.5rem;text-align:center}.footer__brand{justify-content:center}.footer__links{gap:2rem}.footer__column,.footer__links{flex-direction:column;align-items:center;width:100%}.footer__column{text-align:center;display:flex}.footer__column h4{margin-bottom:1rem;text-align:center}.footer__column a,.footer__column button{display:block;padding:.5rem 0;text-align:center;width:auto}.footer__bottom{margin-top:2rem;padding-top:1.5rem}.footer__bottom p{font-size:.8rem}}@media (max-width:480px){.hero__motion{padding:1.5rem 1rem}.hero__brand{font-size:1rem;margin-bottom:1rem}.hero__title{font-size:clamp(1.5rem,9vw,2rem)}.hero__subtitle{font-size:clamp(.9rem,4vw,1.1rem)}.hero__tagline{font-size:.85rem}.hero__cta-group{max-width:100%;padding:0 .5rem}.hero__capabilities-grid{grid-template-columns:1fr;gap:.5rem}.hero__capability{padding:.75rem 1rem}.carousel__card{width:260px}.carousel__card-visual{height:90px}.carousel__card-icon-wrap{width:50px;height:50px}.carousel__card-icon{width:22px;height:22px}.carousel__card-content{padding:.875rem}.carousel__card-title{font-size:.95rem}.carousel__card-scenario{font-size:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.carousel__card-outcomes{display:none}.how-it-works-section__code{font-size:.65rem;overflow-x:auto}.cta-section,.features-section__header,.how-it-works-section,.use-cases-section{padding:2.5rem 1rem}.feature-scroll-section__left{padding:2rem 1rem}.footer{padding:2rem 1rem 1rem}.footer__links{flex-direction:column;gap:1.5rem}.footer__column{width:100%}}@media (max-width:360px){.hero__title{font-size:1.4rem}.hero__subtitle{font-size:.85rem}.hero__tagline{font-size:.8rem}.carousel__card{width:240px}.carousel__card-visual{height:80px}.carousel__card-icon-wrap{width:44px;height:44px}.carousel__card-icon{width:20px;height:20px}.carousel__card-title{font-size:.9rem}.nav__cta{padding:.4rem .75rem;font-size:.8rem}}