:root{--ink:#15233b;--ink-soft:#44516a;--ink-muted:#8893a7;--paper:#fff;--cream:#f6f4ef;--cream-deep:#efebe2;--line:#e7e3da;--green:#14c7a0;--green-deep:#0fa384;--green-soft:#dbf6ef;--coral:#ff6b5e;--coral-soft:#ffe4e0;--yellow:#ffc23c;--yellow-soft:#fff1d0;--violet:#7c6bff;--violet-soft:#e8e4ff;--blue:#3e8bff;--blue-soft:#dce9ff;--pink:#ff7ac6;--pink-soft:#ffe2f4;--font-display:"Poppins",sans-serif;--font-body:"DM Sans",sans-serif;--shadow-sm:0 2px 8px rgba(21,35,59,.06);--shadow-md:0 12px 32px rgba(21,35,59,.1);--shadow-lg:0 24px 60px rgba(21,35,59,.14);--radius:24px;--radius-sm:16px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);line-height:1.6;overflow-x:hidden}::selection{background:var(--green);color:#fff}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.8);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-inner{justify-content:space-between;height:76px}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:.6rem;font-family:var(--font-display);font-weight:700;font-size:1.3rem;letter-spacing:-.02em;color:var(--ink)}.logo-mark{width:34px;height:34px;border-radius:10px;background:var(--green);display:grid;place-items:center;box-shadow:0 4px 12px rgba(20,199,160,.35);transform:rotate(-6deg);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.logo:hover .logo-mark{transform:rotate(6deg) scale(1.05)}.logo-mark svg{width:20px;height:20px}.nav-links{display:flex;align-items:center;gap:2.25rem;list-style:none}.nav-links a{font-weight:500;font-size:.95rem;color:var(--ink-soft);transition:color .2s}.nav-links a:hover{color:var(--ink)}.btn{font-family:var(--font-display);font-weight:600;font-size:.95rem;padding:.7rem 1.5rem;border-radius:100px;border:none;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--green);color:#fff;box-shadow:0 6px 18px rgba(20,199,160,.4)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(20,199,160,.5)}.btn-ghost{background:var(--cream);color:var(--ink)}.btn-ghost:hover{background:var(--cream-deep);transform:translateY(-2px)}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.hero{position:relative;padding:5rem 0 6rem;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:3rem;gap:3rem;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--green-soft);color:var(--green-deep);font-weight:600;font-size:.85rem;padding:.45rem 1rem;border-radius:100px;margin-bottom:1.75rem;animation:pop .6s ease both}.hero h1,.hero-eyebrow{font-family:var(--font-display)}.hero h1{font-weight:700;font-size:clamp(2.6rem,5.2vw,4.2rem);line-height:1.05;letter-spacing:-.035em;color:var(--ink);margin-bottom:1.5rem;animation:pop .6s ease .08s both}.hero h1 .mark{position:relative;white-space:nowrap;color:var(--green-deep)}.hero h1 .mark:after{content:"";position:absolute;left:-2%;bottom:4%;width:104%;height:38%;background:var(--yellow);opacity:.5;z-index:-1;border-radius:4px;transform:rotate(-1.5deg)}.hero p{font-size:1.2rem;color:var(--ink-soft);max-width:480px;margin-bottom:2.25rem;animation:pop .6s ease .16s both}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;animation:pop .6s ease .24s both}.hero-visual{position:relative;height:440px;border-radius:32px;background:linear-gradient(150deg,var(--green-soft) 0,#cdefe6 55%,var(--yellow-soft) 100%);animation:pop .7s ease .2s both;isolation:isolate}.float-card{position:absolute;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.25rem;z-index:2}.fc-main{inset:48px 44px 64px 44px;display:flex;flex-direction:column;overflow:hidden;animation:floaty 6s ease-in-out infinite}.fc-titlebar{display:flex;gap:.4rem;margin-bottom:1rem}.fc-dot{width:11px;height:11px;border-radius:50%}.fc-dot.r{background:var(--coral)}.fc-dot.y{background:var(--yellow)}.fc-dot.g{background:var(--green)}.code-line{height:12px;border-radius:6px;margin-bottom:.85rem;background:var(--cream-deep);animation:shimmer 2.4s ease-in-out infinite}.code-line.w1{width:62%;background:var(--blue)}.code-line.w2{width:84%}.code-line.w3{width:48%;background:var(--green)}.code-line.w4{width:73%}.code-line.w5{width:38%;background:var(--violet)}.code-line:nth-child(2){animation-delay:.2s}.code-line:nth-child(3){animation-delay:.4s}.code-line:nth-child(4){animation-delay:.6s}.code-line:nth-child(5){animation-delay:.8s}.fc-pill{position:absolute;top:8px;right:-10px;background:var(--violet);color:#fff;font-family:var(--font-display);font-weight:600;font-size:.8rem;padding:.5rem .9rem;border-radius:100px;box-shadow:0 8px 20px rgba(124,107,255,.4);animation:floaty 5s ease-in-out .5s infinite}.fc-badge{position:absolute;bottom:20px;left:-16px;background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-md);padding:.85rem 1.1rem;display:flex;align-items:center;gap:.7rem;animation:floaty 5.5s ease-in-out 1s infinite}.fc-badge .check{width:30px;height:30px;border-radius:9px;background:var(--green);display:grid;place-items:center;flex-shrink:0}.fc-badge .check svg{width:16px;height:16px}.fc-badge .txt b{display:block;font-family:var(--font-display);font-size:.85rem;color:var(--ink)}.fc-badge .txt span{font-size:.75rem;color:var(--ink-muted)}.hero-blob{position:absolute;border-radius:50%;filter:blur(8px);z-index:-1}.blob-1{width:220px;height:220px;background:var(--green-soft);top:-20px;right:30px}.blob-2{width:160px;height:160px;background:var(--yellow-soft);bottom:20px;left:-10px}.spotlight-head{text-align:center;max-width:660px;margin:0 auto 4rem}.product-tag{display:inline-flex;align-items:center;gap:.55rem;background:var(--ink);color:#fff;font-family:var(--font-display);font-weight:600;font-size:.85rem;padding:.5rem 1.1rem;border-radius:100px;margin-bottom:1.5rem}.product-tag .spark{color:var(--green);display:inline-flex}.spotlight-block{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:5.5rem}.spotlight-block:last-child{margin-bottom:0}.spotlight-block.flip .spot-text{order:2}.spot-img-wrap{position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:1240/864;background:var(--cream-deep)}.spot-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.spot-img-wrap:after{content:"";position:absolute;inset:0;border-radius:28px;box-shadow:inset 0 0 0 1px rgba(21,35,59,.06);pointer-events:none}.spot-chip{position:absolute;bottom:18px;left:18px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;padding:.7rem 1rem;display:flex;align-items:center;gap:.6rem;box-shadow:var(--shadow-md)}.spot-chip .sc-ico{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.spot-chip .sc-ico svg{width:16px;height:16px;color:#fff}.spot-chip .sc-txt b{display:block;font-family:var(--font-display);font-size:.82rem;color:var(--ink);line-height:1.2}.spot-chip .sc-txt span{font-size:.72rem;color:var(--ink-muted)}.spot-text .chip{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.8rem;padding:.4rem .9rem;border-radius:100px;margin-bottom:1.25rem}.spot-text .chip,.spot-text h3{font-family:var(--font-display)}.spot-text h3{font-weight:700;font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.13;letter-spacing:-.02em;margin-bottom:1rem}.spot-text p{font-size:1.12rem;color:var(--ink-soft)}@media (max-width:900px){.spotlight-block{grid-template-columns:1fr;gap:2rem}.spotlight-block.flip .spot-text{order:0}}.band{background:var(--cream);padding:2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.band-inner{justify-content:center;gap:3rem;flex-wrap:wrap}.band-inner,.band-item{display:flex;align-items:center}.band-item{gap:.6rem;font-family:var(--font-display);font-weight:500;color:var(--ink-soft);font-size:.95rem}.band-item svg{width:20px;height:20px;color:var(--green-deep)}.section{padding:6.5rem 0}.section.cream{background:var(--cream)}.section-head{text-align:center;max-width:640px;margin:0 auto 4rem}.kicker{font-weight:600;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:var(--green-deep);margin-bottom:.75rem}.kicker,.section-head h2{font-family:var(--font-display)}.section-head h2{font-weight:700;font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-.03em;margin-bottom:1rem}.section-head p{font-size:1.15rem;color:var(--ink-soft)}.feature{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;margin-bottom:6rem}.feature:last-child{margin-bottom:0}.feature.flip .feature-text{order:2}.feature-text .chip{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.8rem;padding:.4rem .9rem;border-radius:100px;margin-bottom:1.25rem}.feature-text h3{font-family:var(--font-display);font-weight:700;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem}.feature-text p{font-size:1.1rem;color:var(--ink-soft);margin-bottom:1.5rem}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:var(--ink-soft)}.feature-list .tick{width:22px;height:22px;border-radius:7px;flex-shrink:0;display:grid;place-items:center;margin-top:2px}.feature-list .tick svg{width:13px;height:13px;color:#fff}.feature-visual{border-radius:var(--radius);padding:2.5rem;height:360px;position:relative;overflow:hidden;display:grid;place-items:center}.fv-green{background:linear-gradient(135deg,var(--green-soft),#c6f0e5)}.fv-violet{background:linear-gradient(135deg,var(--violet-soft),#d8d0ff)}.fv-blue{background:linear-gradient(135deg,var(--blue-soft),#c5dcff)}.arch{display:flex;flex-direction:column;gap:.85rem;width:100%;max-width:260px}.arch-block{background:var(--paper);border-radius:14px;padding:.9rem 1.1rem;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:500;font-size:.9rem;animation:slideIn .6s ease both}.arch-block:first-child{animation-delay:.1s}.arch-block:nth-child(2){animation-delay:.25s}.arch-block:nth-child(3){animation-delay:.4s}.arch-block .ab-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center}.arch-block .ab-icon svg{width:15px;height:15px;color:#fff}.arch-conn{height:14px;width:2px;background:var(--green);margin:-.6rem auto;opacity:.4}.ship{width:100%;max-width:280px}.ship-track{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.ship-node{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;color:#fff;position:relative;z-index:2;animation:pop .5s ease both}.ship-node:first-child{animation-delay:.1s}.ship-node:nth-child(3){animation-delay:.3s}.ship-node:nth-child(5){animation-delay:.5s}.ship-bar{flex:1 1;height:4px;background:var(--violet);border-radius:2px;opacity:.3}.ship-card{background:var(--paper);border-radius:14px;padding:1rem 1.25rem;box-shadow:var(--shadow-sm);font-family:var(--font-display);font-weight:500;font-size:.9rem;text-align:center;color:var(--ink)}.monitor{width:100%;max-width:260px}.monitor-row{display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-radius:12px;padding:.8rem 1rem;box-shadow:var(--shadow-sm);margin-bottom:.75rem;font-family:var(--font-display);font-weight:500;font-size:.85rem}.monitor-row .status{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--green-deep)}.monitor-row .status .live{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 1.6s ease infinite}.cap-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.cap-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}.cap-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.cap-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;margin-bottom:1.25rem}.cap-icon svg{width:26px;height:26px}.cap-card h3{font-family:var(--font-display);font-weight:600;font-size:1.2rem;margin-bottom:.6rem}.cap-card p{color:var(--ink-soft);font-size:.98rem}.c-green{background:var(--green-soft);color:var(--green-deep)}.c-coral{background:var(--coral-soft);color:var(--coral)}.c-yellow{background:var(--yellow-soft);color:#c8860a}.c-violet{background:var(--violet-soft);color:var(--violet)}.c-blue{background:var(--blue-soft);color:var(--blue)}.c-pink{background:var(--pink-soft);color:#e0509e}.bg-green{background:var(--green)}.bg-violet{background:var(--violet)}.bg-blue{background:var(--blue)}.bg-coral{background:var(--coral)}.bg-yellow{background:var(--yellow)}.platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:.85rem;max-width:760px;margin:0 auto}.platform-tag{background:var(--paper);border:1px solid var(--line);border-radius:100px;padding:.7rem 1.4rem;font-family:var(--font-display);font-weight:500;font-size:.95rem;color:var(--ink-soft);transition:all .2s}.platform-tag:hover{border-color:var(--green);color:var(--green-deep);transform:translateY(-2px)}.cta-wrap{padding:6.5rem 0}.cta{background:var(--ink);border-radius:40px;padding:5rem 3rem;text-align:center;position:relative;overflow:hidden}.cta:after,.cta:before{content:"";position:absolute;border-radius:50%;filter:blur(4px)}.cta:before{width:300px;height:300px;background:rgba(20,199,160,.25);top:-80px;left:-60px}.cta:after{width:260px;height:260px;background:rgba(124,107,255,.2);bottom:-80px;right:-40px}.cta-inner{position:relative;z-index:2}.cta h2{font-family:var(--font-display);font-weight:700;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:1rem}.cta p{font-size:1.2rem;color:hsla(0,0%,100%,.7);max-width:480px;margin:0 auto 2.5rem}.cta-contacts{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.75rem}.cta .email-pill{display:inline-flex;align-items:center;gap:.6rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;font-family:var(--font-body);font-size:1rem;padding:.6rem 1.4rem;border-radius:100px;transition:background .2s,transform .2s}.cta .email-pill:hover{background:hsla(0,0%,100%,.18);transform:translateY(-2px)}.footer{background:var(--cream);border-top:1px solid var(--line);padding:4rem 0 2.5rem}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid var(--line)}.footer-brand{max-width:280px}.footer-brand .logo{margin-bottom:1rem}.footer-brand p{color:var(--ink-soft);font-size:.95rem}.footer-cols{display:flex;gap:4rem;flex-wrap:wrap}.footer-col h4{font-family:var(--font-display);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-col a{color:var(--ink-soft);font-size:.95rem;transition:color .2s}.footer-col a:hover{color:var(--green-deep)}.footer-bottom{padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--ink-muted)}.sess{position:absolute;inset:40px 46px 56px 46px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:2;display:flex;flex-direction:column;animation:floaty 6s ease-in-out infinite}.sess-bar{background:var(--cream);border-bottom:1px solid var(--line);padding:.6rem .85rem;display:flex;align-items:center;gap:.4rem}.sess-bar .live-tag{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font-display);font-weight:600;font-size:.66rem;color:var(--coral)}.sess-bar .live-tag .ld{width:7px;height:7px;border-radius:50%;background:var(--coral);animation:pulse 1.4s ease infinite}.sess-body{flex:1 1;padding:1.1rem 1.25rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.sess-word{text-align:center;font-family:var(--font-display);font-weight:700;font-size:2rem;letter-spacing:.18em;color:var(--ink)}.sess-word u{text-decoration:none;border-bottom:4px solid var(--green);padding-bottom:2px}.sess-tiles{display:flex;gap:.45rem;justify-content:center}.sess-tile{width:40px;height:46px;border-radius:11px;background:var(--cream);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:1.15rem;color:var(--ink);box-shadow:var(--shadow-sm)}.sess-tile.drag{background:var(--yellow);transform:translateY(-9px) rotate(-6deg);box-shadow:var(--shadow-md)}.sess-cursor{position:absolute;right:38%;top:56%;width:18px;height:18px;z-index:3;animation:floaty 3s ease-in-out infinite}.demo{position:relative;border-radius:var(--radius);padding:2.25rem;display:grid;place-items:center;overflow:hidden;min-height:340px}.demo-tag{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;gap:.4rem;background:rgba(21,35,59,.82);color:#fff;font-family:var(--font-display);font-weight:600;font-size:.72rem;padding:.35rem .75rem;border-radius:100px;z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.demo-tag .play{width:0;height:0;border-left:7px solid var(--green);border-top:4px solid transparent;border-bottom:4px solid transparent}.demo video{border-radius:16px;display:block}.demo video,.win{width:100%;box-shadow:var(--shadow-lg)}.win{max-width:400px;background:var(--paper);border:1px solid var(--line);border-radius:16px;overflow:hidden}.win-bar{background:var(--cream);border-bottom:1px solid var(--line);padding:.65rem .9rem;display:flex;align-items:center;gap:.4rem}.win-bar .wd{width:11px;height:11px;border-radius:50%}.win-bar .wt{margin-left:.5rem;font-family:var(--font-display);font-weight:500;font-size:.74rem;color:var(--ink-muted)}.win-body{padding:1.25rem}.ipad{width:100%;max-width:330px;background:#1b2233;border-radius:26px;padding:11px;box-shadow:var(--shadow-lg)}.ipad-screen{background:var(--paper);border-radius:15px;overflow:hidden;padding:1.1rem}.modules{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.55rem;gap:.55rem;width:100%}.mod{border-radius:12px;background:var(--cream);padding:.75rem .4rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;animation:pop .5s ease both}.mod .mnum{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:.85rem}.mod .mname,.mod .mnum{font-family:var(--font-display)}.mod .mname{font-weight:500;font-size:.66rem;color:var(--ink-soft);line-height:1.25}.plan{width:100%;display:flex;flex-direction:column;gap:.55rem}.plan-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.plan-head .pavatar{width:32px;height:32px;border-radius:50%;background:var(--violet);color:#fff;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:.85rem}.plan-head .pname{font-family:var(--font-display);font-weight:600;font-size:.9rem}.plan-head .pmeta{font-size:.72rem;color:var(--ink-muted)}.plan-row{display:flex;align-items:center;gap:.65rem;background:var(--cream);border-radius:10px;padding:.6rem .75rem;animation:slideIn .5s ease both}.plan-row .drag{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.plan-row .drag i{width:12px;height:2px;border-radius:2px;background:var(--ink-muted);opacity:.5}.plan-row .pchk{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;flex-shrink:0}.plan-row .pchk svg{width:12px;height:12px;color:#fff}.plan-row .ptext{font-family:var(--font-display);font-weight:500;font-size:.8rem;color:var(--ink)}.plan-row .ptag{margin-left:auto;font-size:.66rem;font-weight:600;font-family:var(--font-display);padding:.2rem .55rem;border-radius:100px}.errs{width:100%;display:flex;flex-direction:column;gap:.6rem}.err-row{background:var(--cream);border-radius:10px;padding:.6rem .8rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.7rem;gap:.7rem;animation:slideIn .5s ease both}.err-row .eword{font-family:var(--font-display);font-weight:600;font-size:.82rem;letter-spacing:.04em}.err-row .ebar{height:7px;border-radius:4px;background:var(--cream-deep);overflow:hidden}.err-row .ebar i{display:block;height:100%;border-radius:4px}.err-row .eacc{font-family:var(--font-display);font-weight:600;font-size:.74rem;color:var(--ink-soft);white-space:nowrap}.err-flag{display:inline-flex;gap:.3rem;font-size:.66rem;font-weight:600;color:var(--coral)}.err-flag,.stream{align-items:center}.stream{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:1rem;gap:1rem;width:100%;max-width:460px}.stream-node{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:1.1rem .75rem;text-align:center;box-shadow:var(--shadow-sm)}.stream-node .sn-ico{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;margin:0 auto .5rem}.stream-node .sn-ico svg{width:22px;height:22px;color:#fff}.stream-node b{display:block;font-family:var(--font-display);font-weight:600;font-size:.82rem}.stream-node span{font-size:.68rem;color:var(--ink-muted)}.stream-link{display:flex;flex-direction:column;align-items:center;gap:.3rem}.stream-link .dots{display:flex;gap:4px}.stream-link .dots i{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse 1.2s ease infinite}.stream-link .dots i:nth-child(2){animation-delay:.2s}.stream-link .dots i:nth-child(3){animation-delay:.4s}.stream-link .cloud-lbl{font-family:var(--font-display);font-weight:600;font-size:.62rem;color:var(--green-deep)}.stream-tags{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:1.5rem}.stream-tags span{background:var(--paper);border:1px solid var(--line);border-radius:100px;padding:.35rem .8rem;font-family:var(--font-display);font-weight:500;font-size:.74rem;color:var(--ink-soft)}.download-wrap{padding:6.5rem 0}.download{background:var(--ink);border-radius:40px;padding:4.5rem 3rem;text-align:center;position:relative;overflow:hidden}.download:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(20,199,160,.2);top:-100px;right:-60px;filter:blur(4px)}.download-inner{position:relative;z-index:2}.download .kicker{color:var(--green)}.download h2{font-family:var(--font-display);font-weight:700;font-size:clamp(1.9rem,3.6vw,2.8rem);color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:.9rem}.download>.download-inner>p{color:hsla(0,0%,100%,.7);font-size:1.12rem;max-width:480px;margin:0 auto 2.25rem}.dl-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:stretch}.dl-btn{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--ink);padding:.9rem 1.6rem;border-radius:16px;font-family:var(--font-body);transition:transform .2s,box-shadow .2s;text-align:left}.dl-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.25)}.dl-btn svg{width:28px;height:28px;flex-shrink:0}.dl-btn .dl-txt span{display:block;font-size:.7rem;color:var(--ink-muted);line-height:1.2}.dl-btn .dl-txt b{display:block;font-family:var(--font-display);font-weight:600;font-size:1.05rem;line-height:1.2}.dl-btn.soon{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);color:#fff;cursor:default}.dl-btn.soon:hover{transform:none;box-shadow:none}.dl-btn.soon .dl-txt span{color:hsla(0,0%,100%,.55)}.dl-meta{margin-top:1.5rem;font-size:.82rem;color:hsla(0,0%,100%,.5)}.price-teaser{text-align:center;background:var(--cream);border:1px dashed var(--line);border-radius:var(--radius);padding:3.5rem 2rem;max-width:720px;margin:0 auto}.price-teaser .pt-badge{display:inline-block;background:var(--yellow-soft);color:#c8860a;font-family:var(--font-display);font-weight:600;font-size:.78rem;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.25rem}.price-teaser h3{font-family:var(--font-display);font-weight:700;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.02em;margin-bottom:.75rem}.price-teaser p{color:var(--ink-soft);font-size:1.05rem;max-width:460px;margin:0 auto}@keyframes pop{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideIn{0%{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual{height:380px;margin-top:1.5rem}.feature{grid-template-columns:1fr;gap:2rem}.feature.flip .feature-text{order:0}.cap-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.nav-links{gap:0}.nav-links li:not(:last-child){display:none}.nav-links .btn-primary{padding:.6rem 1.15rem;font-size:.9rem}.nav-inner{height:64px}.section{padding:3.75rem 0}.section-head{margin-bottom:2.5rem}.hero{padding:2.5rem 0 3.25rem}.cta-wrap,.download-wrap{padding:3.75rem 0}.feature,.spotlight-block{margin-bottom:3rem}.hero h1{font-size:2.15rem}.hero p{font-size:1.05rem}.hero-eyebrow{font-size:.76rem;white-space:normal}.hero h1 .mark{white-space:normal;background-image:linear-gradient(transparent 58%,rgba(255,194,60,.55) 0);-webkit-box-decoration-break:clone;box-decoration-break:clone}.hero h1 .mark:after{display:none}.section-head p{font-size:1.02rem}.cap-grid{grid-template-columns:1fr}.band-inner{gap:1rem 1.5rem}.footer-top{flex-direction:column}.footer-cols{gap:2.5rem}.cta{padding:3.5rem 1.5rem}.cta,.download{border-radius:28px}.download{padding:3rem 1.5rem}.demo{padding:1.5rem;min-height:auto}.price-teaser{padding:2.5rem 1.5rem}.stream{grid-template-columns:1fr;gap:.75rem}.stream-link{flex-direction:row}}