*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--off-white:#f5f5f7;--light-gray:#e8e8ed;--mid-gray:#86868b;--dark-gray:#1d1d1f;--accent:#1d1d1f;--radius:20px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;background:var(--white);color:var(--dark-gray);-webkit-font-smoothing:antialiased;overflow-x:hidden}[data-hydration-error]{display:none!important}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:hsla(0,0%,100%,.85);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}nav .nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:52px;display:flex;align-items:center;justify-content:space-between}nav .logo{font-size:18px;font-weight:600;letter-spacing:-.3px;color:var(--dark-gray);text-decoration:none}nav .nav-cta{background:var(--dark-gray);color:var(--white);border:none;padding:8px 18px;border-radius:980px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s;font-family:inherit}nav .nav-cta:hover{opacity:.8}.hero{min-height:100vh;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 24px 80px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-10%;left:50%;transform:translateX(-50%);width:900px;height:600px;background:radial-gradient(ellipse at center,hsla(240,6%,83%,.35) 0,transparent 70%);pointer-events:none}.hero-eyebrow{display:inline-block;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--mid-gray);margin-bottom:20px;padding:6px 14px;background:var(--off-white);border-radius:980px;border:1px solid var(--light-gray)}.hero h1{font-size:clamp(52px,8vw,96px);font-weight:700;line-height:1.04;letter-spacing:-.03em;color:var(--dark-gray);margin-bottom:24px;max-width:900px}.hero h1 em{font-style:normal;color:var(--mid-gray)}.hero-sub{font-size:clamp(17px,2.5vw,21px);font-weight:400;line-height:1.55;color:var(--mid-gray);max-width:560px;margin-bottom:48px}.hero-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:center;margin-bottom:16px}.hero-form input[type=email]{padding:14px 20px;border:1.5px solid var(--light-gray);border-radius:980px;font-size:15px;font-family:inherit;background:var(--white);color:var(--dark-gray);outline:none;width:280px;transition:border-color .2s}.hero-form input[type=email]:focus{border-color:#aaa}.hero-form input[type=email]::-moz-placeholder{color:#b0b0b5}.hero-form input[type=email]::placeholder{color:#b0b0b5}.hero-form button{padding:14px 28px;background:var(--dark-gray);color:var(--white);border:none;border-radius:980px;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:opacity .2s,transform .15s;white-space:nowrap}.hero-form button:hover{opacity:.82;transform:scale(.98)}.hero-form-note{font-size:12px;color:#b0b0b5;margin-bottom:64px}.hero-product{width:100%;max-width:680px;position:relative}.hero-product img{width:100%;height:auto;display:block;filter:none;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.availability{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:48px;flex-wrap:wrap}.availability-label{font-size:12px;color:var(--mid-gray)}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--off-white);border:1px solid var(--light-gray);border-radius:980px;font-size:12px;font-weight:500;color:var(--dark-gray)}.badge .dot{width:6px;height:6px;border-radius:50%;background:#34c759;flex-shrink:0}.scroll-hint{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.4;animation:fade-in-up 2s ease 1.5s both}.scroll-hint span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mid-gray)}.scroll-arrow{width:20px;height:20px;border-right:1.5px solid var(--mid-gray);border-bottom:1.5px solid var(--mid-gray);transform:rotate(45deg);animation:bounce 2s ease infinite}@keyframes bounce{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(4px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:.4;transform:translateX(-50%) translateY(0)}}.hero-form.submitted .hero-form-fields{display:none}.success-msg{display:none;align-items:center;gap:10px;padding:14px 28px;background:#f0faf3;border:1px solid #a8e6bc;border-radius:980px;font-size:15px;color:#1a7a3c;font-weight:500}.hero-form.submitted .success-msg{display:flex}.section-eyebrow{display:inline-block;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--mid-gray);margin-bottom:20px}.problem{background:var(--off-white);padding:120px 24px}.problem-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.problem-text h2{font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--dark-gray);margin-bottom:24px}.problem-lead{font-size:17px;line-height:1.65;color:var(--mid-gray);margin-bottom:40px}.pain-list{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.pain-list li{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;background:var(--white);border-radius:16px;border:1px solid var(--light-gray)}.pain-icon{font-size:22px;line-height:1;flex-shrink:0;margin-top:2px}.pain-list li div{display:flex;flex-direction:column;gap:4px}.pain-list li strong{font-size:15px;font-weight:600;color:var(--dark-gray)}.pain-list li span{font-size:14px;color:var(--mid-gray);line-height:1.5}.problem-conclusion{padding:16px 20px;border-left:3px solid var(--light-gray);margin-bottom:32px}.problem-conclusion p{font-size:15px;color:var(--mid-gray);line-height:1.6;font-style:italic}.problem-solution{font-size:20px;font-weight:600;color:var(--dark-gray);letter-spacing:-.01em}.problem-image{display:flex;align-items:center;justify-content:center}.problem-image img{width:100%;max-width:480px;height:auto;border-radius:24px}@media (max-width:860px){.problem-inner{grid-template-columns:1fr;gap:48px}.problem-image{order:-1}.problem-image img{max-width:320px}}.solution{background:var(--white);padding:120px 24px}.solution-inner{max-width:1100px;margin:0 auto}.solution-header{text-align:center;margin-bottom:72px}.solution-header h2{font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--dark-gray);margin-bottom:16px}.solution-lead{font-size:17px;color:var(--mid-gray);line-height:1.6;max-width:520px;margin:0 auto}.solution-body{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}.solution-image img{width:100%;height:auto;border-radius:24px;display:block}.solution-features{display:flex;flex-direction:column;gap:36px}.feature-item{display:flex;gap:20px;align-items:flex-start}.feature-num{font-size:12px;font-weight:600;color:var(--mid-gray);letter-spacing:.05em;padding-top:4px;flex-shrink:0;width:28px}.feature-content h3{font-size:17px;font-weight:600;color:var(--dark-gray);margin-bottom:6px;letter-spacing:-.01em}.feature-content p{font-size:14px;line-height:1.65;color:var(--mid-gray)}@media (max-width:860px){.solution-body{grid-template-columns:1fr;gap:48px}}.integrations{background:var(--off-white);padding:100px 24px;text-align:center}.integrations-inner{max-width:860px;margin:0 auto}.integrations h2{font-size:clamp(28px,4vw,46px);font-weight:700;letter-spacing:-.025em;color:var(--dark-gray);margin-bottom:12px}.integrations-lead{font-size:17px;color:var(--mid-gray);margin-bottom:48px}.integrations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.integration-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--white);border:1px solid var(--light-gray);border-radius:18px;text-align:left;transition:border-color .2s}.integration-card:hover{border-color:#ccc}.int-logo{font-size:22px;color:var(--mid-gray);flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--off-white);border-radius:10px}.int-info{display:flex;flex-direction:column;gap:3px}.int-info strong{font-size:14px;font-weight:600;color:var(--dark-gray)}.int-info span{font-size:13px;color:var(--mid-gray);line-height:1.4}@media (max-width:600px){.integrations-grid{grid-template-columns:1fr}}.faq{background:var(--white);padding:120px 24px}.faq-inner{max-width:720px;margin:0 auto}.faq h2{font-size:clamp(32px,4vw,52px);font-weight:700;letter-spacing:-.025em;color:var(--dark-gray);margin-bottom:48px}.faq-list{display:flex;flex-direction:column;border-top:1px solid var(--light-gray)}.faq-item{border-bottom:1px solid var(--light-gray);cursor:pointer}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:22px 0;gap:16px}.faq-q span:first-child{font-size:17px;font-weight:500;color:var(--dark-gray);line-height:1.4}.faq-icon{font-size:22px;font-weight:300;color:var(--mid-gray);flex-shrink:0;transition:transform .25s;width:24px;text-align:center}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}.faq-item.open .faq-a{max-height:300px;padding-bottom:20px}.faq-a p{font-size:15px;line-height:1.7;color:var(--mid-gray)}.final-cta{background:var(--dark-gray);padding:120px 24px;text-align:center}.final-cta-inner{max-width:680px;margin:0 auto}.final-cta h2{font-size:clamp(36px,5vw,64px);font-weight:700;letter-spacing:-.03em;color:var(--white);margin-bottom:20px;line-height:1.05}.final-cta-sub{font-size:17px;color:hsla(0,0%,100%,.6);line-height:1.6;margin-bottom:36px}.final-price-badge{display:inline-block;padding:7px 16px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:980px;font-size:13px;color:hsla(0,0%,100%,.7);margin-bottom:32px}.final-form{margin-bottom:16px}.consent-text{font-size:12px;color:hsla(0,0%,100%,.35);margin-bottom:40px;line-height:1.6}.consent-text a{color:hsla(0,0%,100%,.5);text-decoration:underline;text-underline-offset:2px}.consent-text a:hover{color:hsla(0,0%,100%,.8)}.marketplace-note{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-size:13px;color:hsla(0,0%,100%,.4)}.site-footer{background:var(--off-white);border-top:1px solid var(--light-gray);padding:40px 24px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap}.footer-left{display:flex;flex-direction:column;gap:6px}.footer-left p{font-size:13px;color:var(--mid-gray)}.footer-legal{font-size:12px!important;color:#aaa!important}.footer-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.footer-right a{font-size:13px;color:var(--mid-gray);text-decoration:none;text-underline-offset:2px;cursor:pointer}.footer-right a:hover{text-decoration:underline;color:var(--dark-gray)}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(6px);z-index:1000;align-items:center;justify-content:center;padding:24px}.modal-overlay.active{display:flex}.modal-box{background:var(--white);border-radius:24px;max-width:680px;width:100%;max-height:80vh;overflow-y:auto;padding:48px;position:relative;box-shadow:0 40px 100px rgba(0,0,0,.2)}.modal-close{position:absolute;top:20px;right:20px;background:var(--off-white);border:none;width:32px;height:32px;border-radius:50%;font-size:14px;cursor:pointer;color:var(--mid-gray);display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:var(--light-gray)}.modal-box h2{font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--dark-gray);margin-bottom:28px}.modal-content h3{font-size:14px;font-weight:600;color:var(--dark-gray);margin-top:24px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.modal-content p{font-size:14px;line-height:1.75;color:#555;margin-bottom:4px}.ty-icon{font-size:36px;margin-bottom:20px;color:var(--dark-gray)}@media (max-width:640px){.hero-form{flex-direction:column;width:100%}.hero-form input[type=email]{width:100%;max-width:320px}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.v2-badge{display:inline-block;margin-left:6px;padding:2px 8px;font-size:.62em;font-weight:600;letter-spacing:.02em;vertical-align:middle;color:var(--white);background:var(--dark-gray);border-radius:100px;line-height:1.4;transform:translateY(-2px)}.v2 .nav-scrolled{background:hsla(0,0%,100%,.72);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);box-shadow:0 1px 0 rgba(0,0,0,.02)}.specs-strip,.v2 .nav-scrolled{border-bottom:1px solid var(--light-gray)}.specs-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:980px;margin:0 auto;padding:56px 32px;border-top:1px solid var(--light-gray)}.spec-item{text-align:center;padding:8px 4px}.spec-value{font-size:2.4rem;font-weight:700;letter-spacing:-.02em;color:var(--dark-gray);line-height:1;margin-bottom:10px}.spec-label{font-size:.9rem;color:var(--mid-gray);font-weight:500}.comparison{padding:120px 0;background:var(--off-white)}.comparison-inner{max-width:1080px;margin:0 auto;padding:0 32px}.comparison-table-wrap{overflow-x:auto;margin-top:56px;border-radius:var(--radius);border:1px solid var(--light-gray);background:var(--white)}.comparison-table{width:100%;border-collapse:collapse;min-width:640px}.comparison-table td,.comparison-table th{padding:20px 24px;text-align:left;font-size:1rem;border-bottom:1px solid var(--light-gray)}.comparison-table thead th{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--mid-gray);font-weight:600}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table td:first-child,.comparison-table th:first-child{font-weight:600;color:var(--dark-gray)}.comparison-table .col-highlight{background:var(--white);position:relative}.comparison-table thead .col-highlight{color:var(--dark-gray);font-weight:700}.comparison-table tbody .col-highlight{background:rgba(29,29,31,.03);font-weight:600;color:var(--dark-gray)}.comparison-table .col-highlight:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--dark-gray)}.comparison-table tbody tr:not(:last-child) .col-highlight:before{display:none}@media (max-width:768px){.specs-strip{grid-template-columns:repeat(2,1fr);gap:32px 16px;padding:44px 24px}.spec-value{font-size:2rem}.comparison{padding:80px 0}}.cursor-grid{position:relative;width:100%;height:100%;overflow:hidden}.cursor-grid__canvas{display:block;width:100%;height:100%}.hero-grid{position:absolute;inset:0;z-index:0;pointer-events:auto}.hero>:not(.hero-grid){position:relative;z-index:1}.hero .hero-eyebrow,.hero .hero-form-note,.hero .hero-product,.hero .hero-sub,.hero .specs-strip,.hero h1{pointer-events:none}.hero .hero-form,.hero a,.hero button,.hero input{pointer-events:auto}.hero-split{padding-top:132px;padding-bottom:96px}.hero-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;max-width:1160px;width:100%;margin:0 auto;text-align:left}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-copy .hero-eyebrow{margin-bottom:24px}.hero-split .hero-copy h1{font-size:clamp(34px,4.2vw,56px);line-height:1.08;letter-spacing:-.03em;max-width:100%;margin-bottom:20px}.hero-split .hero-copy .hero-sub{max-width:540px;margin-bottom:32px;text-align:left}.hero-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:32px}.hero-preorder-btn{padding:17px 40px;background:var(--dark-gray);color:var(--white);border:none;border-radius:980px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .2s,transform .15s}.hero-preorder-btn:hover{opacity:.85;transform:translateY(-1px)}.hero-price{font-size:14px;color:var(--mid-gray);font-weight:500;letter-spacing:.01em}.hero-visual{position:relative;width:100%}.hero-visual img{width:100%;height:auto;display:block;animation:float 6s ease-in-out infinite}@media (max-width:900px){.hero-layout{grid-template-columns:1fr;gap:36px;text-align:center}.hero-copy{align-items:center;text-align:center;order:1}.hero-visual{order:0;max-width:460px;margin:0 auto}.hero-split .hero-copy .hero-sub{text-align:center}.hero-cta-group{align-items:center}}.v2 .availability-hero{margin-top:22px;justify-content:flex-start;gap:14px}.v2 .availability-hero .availability-label{font-size:13px;color:var(--mid-gray)}.v2 .market-logo{height:30px;width:auto;border-radius:8px;display:block}.v2 .specs-strip{background:var(--dark-gray);border-top:none;border-bottom:none;border-radius:24px;max-width:1080px;margin:0 auto;padding:44px 32px}.v2 .spec-value{color:#fff;font-size:1.7rem}.v2 .spec-label{color:hsla(0,0%,100%,.6)}.v2 .problem-inner.problem-centered{display:block;max-width:1100px;text-align:center}.v2 .problem-head{max-width:780px;margin:0 auto 56px;text-align:center}.v2 .problem-head h2{font-size:clamp(30px,3.6vw,46px);font-weight:700;line-height:1.12;letter-spacing:-.025em;color:var(--dark-gray);margin-bottom:18px}.v2 .problem-head .problem-lead{font-size:18px;color:var(--mid-gray);margin-bottom:0}.v2 .pain-list-row{flex-direction:row;gap:24px;margin-bottom:64px;align-items:stretch}.v2 .pain-list-row li{flex:1;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:32px 24px}.v2 .pain-list-row li .pain-icon{font-size:32px;margin-top:0}.v2 .pain-list-row li div{align-items:center;text-align:center;gap:8px}.v2 .problem-product{display:flex;justify-content:center}.v2 .problem-product img{width:100%;max-width:900px;height:auto;border-radius:24px}@media (max-width:860px){.v2 .pain-list-row{flex-direction:column}.v2 .problem-product img{max-width:100%}.v2 .availability-hero{justify-content:center}}.v2 .hero-cta-group{align-items:center;flex-wrap:wrap;gap:20px}.v2 .hero-price-block{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.v2 .hero-price-block .hero-price{margin:0}.v2 .hero-price-block .availability-hero{margin-top:0;gap:10px}.v2 .solution .solution-inner{display:flex;flex-direction:column;align-items:center}.v2 .solution-diagram-wrap{width:100%;max-width:1080px;display:flex;justify-content:center}.v2 .solution-diagram-wrap img{width:100%;height:auto;display:block}.v2 .solution-header-centered{text-align:center;max-width:780px;margin:0 auto 48px}.wo-chat-root{position:fixed;right:24px;bottom:24px;z-index:9999;font-family:Inter,-apple-system,sans-serif}.wo-chat-launcher{width:60px;height:60px;border-radius:50%;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .25s ease,box-shadow .25s ease;margin-left:auto}.wo-chat-launcher:hover{transform:scale(1.06)}.wo-chat-launcher:active{transform:scale(.96)}.wo-launcher-icon{position:absolute;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .3s ease}.wo-icon-chat{opacity:1;transform:rotate(0) scale(1)}.wo-icon-close{opacity:0;transform:rotate(-90deg) scale(.5)}.wo-launcher-open .wo-icon-chat{opacity:0;transform:rotate(90deg) scale(.5)}.wo-launcher-open .wo-icon-close{opacity:1;transform:rotate(0) scale(1)}.wo-chat-panel{position:absolute;bottom:76px;right:0;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 120px);background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.18),0 4px 16px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(16px) scale(.96);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.wo-chat-panel.wo-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.wo-chat-header{display:flex;align-items:center;gap:12px;padding:16px 18px;color:#fff}.wo-chat-header-avatar{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wo-chat-header-text{flex:1;min-width:0}.wo-chat-title{font-size:15px;font-weight:600;line-height:1.2}.wo-chat-subtitle{font-size:12px;opacity:.85;display:flex;align-items:center;gap:6px;margin-top:2px}.wo-online-dot{width:7px;height:7px;border-radius:50%;background:#34c759;display:inline-block;box-shadow:0 0 0 rgba(52,199,89,.6);animation:wo-pulse 2s infinite}@keyframes wo-pulse{0%{box-shadow:0 0 0 0 rgba(52,199,89,.5)}70%{box-shadow:0 0 0 6px rgba(52,199,89,0)}to{box-shadow:0 0 0 0 rgba(52,199,89,0)}}.wo-chat-close{background:hsla(0,0%,100%,.18);border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease}.wo-chat-close:hover{background:hsla(0,0%,100%,.3)}.wo-chat-messages{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:10px;background:#f5f5f7}.wo-msg{display:flex}.wo-msg-user{justify-content:flex-end}.wo-msg-assistant{justify-content:flex-start}.wo-bubble{max-width:80%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.wo-msg-assistant .wo-bubble{background:#fff;color:#1d1d1f;border-bottom-left-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,.06)}.wo-msg-user .wo-bubble{border-bottom-right-radius:5px}.wo-typing{display:flex;gap:4px;align-items:center;padding:14px}.wo-typing span{width:7px;height:7px;border-radius:50%;background:#c7c7cc;animation:wo-bounce 1.2s ease-in-out infinite}.wo-typing span:nth-child(2){animation-delay:.15s}.wo-typing span:nth-child(3){animation-delay:.3s}@keyframes wo-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.wo-chat-input{display:flex;align-items:center;gap:8px;padding:12px;border-top:1px solid #e5e5ea;background:#fff}.wo-chat-input input{flex:1;border:1px solid #e5e5ea;background:#f5f5f7;border-radius:20px;padding:10px 16px;font-size:14px;outline:none;color:#1d1d1f;transition:border-color .2s ease}.wo-chat-input input:focus{border-color:#c7c7cc}.wo-chat-input button{width:40px;height:40px;border-radius:50%;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease,transform .15s ease}.wo-chat-input button:disabled{opacity:.4;cursor:default}.wo-chat-input button:not(:disabled):active{transform:scale(.9)}@media (max-width:480px){.wo-chat-root{right:16px;bottom:16px}.wo-chat-panel{height:calc(100vh - 100px)}}.v2 nav .nav-links{display:flex;gap:28px;align-items:center}.v2 nav .nav-links a{font-size:14px;font-weight:500;color:var(--mid-gray);text-decoration:none;transition:color .2s ease;position:relative}.v2 nav .nav-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1.5px;background:var(--dark-gray);transition:width .25s ease}.v2 nav .nav-links a:hover{color:var(--dark-gray)}.v2 nav .nav-links a:hover:after{width:100%}.v2 section[id]{scroll-margin-top:68px}@media (max-width:820px){.v2 nav .nav-links{display:none}}.v2 .hero-split .hero-layout{grid-template-columns:.92fr 1.08fr;gap:40px;max-width:1240px}.v2 .hero-split .hero-visual{transform:scale(1.18);transform-origin:center left}@media (max-width:900px){.v2 .hero-split .hero-layout{grid-template-columns:1fr}.v2 .hero-split .hero-visual{transform:scale(1.06);transform-origin:center;max-width:520px}}.v2 .hero-specular-btn.specular-button--lg{font-size:16px;font-weight:600;padding:17px 42px}.v2 .final-cta{position:relative;overflow:hidden}.v2 .final-cta .final-aurora-bg{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.9}.v2 .final-cta .final-cta-inner{position:relative;z-index:1}