@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap");.lp-v2 *{box-sizing:border-box;margin:0;padding:0}.lp-v2{--navy:#1e1b2e;--navy2:#161428;--navy3:#252240;--or:#f5901e;--or-d:#d97510;--or-l:#fff4e8;--or-xl:#fef3e2;--wh:#fff;--off:#f8f7f4;--off2:#f1f0ec;--ink:#111018;--ink2:#3d3a4a;--ink3:#7a7585;--ink4:#b8b4c4;--gn:#059669;--gn-l:#ecfdf5;--bd:#e8e4f0;--bd2:#d4d0e4;scroll-behavior:smooth;font-family:DM Sans,sans-serif;background:var(--off);color:var(--ink);overflow-x:hidden;min-height:100vh}.lp-v2 nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:0 48px;height:64px;justify-content:space-between;background:rgba(22,20,40,.94);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.07);transition:all .3s}.lp-v2 nav,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px;text-decoration:none}.nav-lm{width:32px;height:32px;background:var(--or);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 16px rgba(245,144,30,.3)}.nav-lm svg{width:16px;height:16px;fill:#fff}.nav-lt{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:700;color:#fff;letter-spacing:-.3px}.nav-lt em{font-style:normal;color:var(--or)}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{font-size:13.5px;color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .15s}.nav-links a:hover{color:#fff}.nav-right{display:flex;align-items:center;gap:10px}.lang-switcher{position:relative}.lang-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:7px;cursor:pointer;font-size:13px;color:hsla(0,0%,100%,.7);font-family:DM Sans,sans-serif;transition:all .15s}.lang-btn:hover{background:hsla(0,0%,100%,.12);color:#fff}.lang-btn svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.5}.lang-flag{font-size:15px;line-height:1}.lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#1a1728;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:6px;min-width:170px;display:none;z-index:300;box-shadow:0 16px 48px rgba(0,0,0,.4)}.lang-dropdown.open{display:block}.lang-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:7px;cursor:pointer;font-size:13px;color:hsla(0,0%,100%,.6);transition:all .12s}.lang-item:hover{background:hsla(0,0%,100%,.07);color:#fff}.lang-item.active{color:var(--or);background:rgba(245,144,30,.08)}.lang-item-flag{font-size:16px;width:20px;text-align:center}.lang-item-name{font-weight:400}.lang-item-code{margin-left:auto;font-size:10.5px;color:hsla(0,0%,100%,.25);font-weight:500}.btn-ghost{padding:7px 16px;border:1px solid hsla(0,0%,100%,.15);border-radius:8px;font-size:13.5px;color:hsla(0,0%,100%,.7);background:none;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s}.btn-ghost:hover{border-color:hsla(0,0%,100%,.35);color:#fff}.btn-primary{padding:8px 18px;background:var(--or);border:none;border-radius:8px;font-size:13.5px;font-weight:500;color:#fff;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s;box-shadow:0 4px 14px rgba(245,144,30,.3)}.btn-primary:hover{background:var(--or-d)}.hero{min-height:100vh;background:var(--navy2);position:relative;display:flex;flex-direction:column;align-items:center;padding:110px 40px 0;overflow:hidden}.hero-bg{pointer-events:none}.hero-bg,.hero-bg-mesh{position:absolute;inset:0}.hero-bg-mesh{background:radial-gradient(ellipse 1000px 700px at 50% 30%,rgba(245,144,30,.07),transparent),radial-gradient(ellipse 600px 500px at 85% 70%,rgba(100,60,220,.08),transparent),radial-gradient(ellipse 500px 400px at 5% 80%,rgba(20,160,140,.06),transparent)}.hero-bg-grid{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.022) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.022) 1px,transparent 0);background-size:52px 52px}.hero-bg-glow{position:absolute;top:20%;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(245,144,30,.06),transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(245,144,30,.1);border:1px solid rgba(245,144,30,.22);border-radius:20px;padding:5px 14px;font-size:12.5px;font-weight:500;color:var(--or);margin-bottom:26px;animation:fadeUp .5s ease both}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--gn);animation:pulse 2s infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.hero-h1{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(46px,6.5vw,84px);font-weight:800;color:#fff;line-height:1.03;letter-spacing:-2.5px;max-width:860px;animation:fadeUp .5s ease .08s both}.hero-h1 .line2{display:block;background:linear-gradient(90deg,var(--or),#ff6b3d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:clamp(15px,1.8vw,18px);color:hsla(0,0%,100%,.45);max-width:520px;line-height:1.7;margin-top:20px;font-weight:300;animation:fadeUp .5s ease .16s both}.hero-actions{gap:12px;margin-top:32px;animation:fadeUp .5s ease .24s both}.hero-actions,.hero-cta{display:flex;align-items:center}.hero-cta{padding:14px 28px;background:var(--or);border:none;border-radius:10px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s;box-shadow:0 8px 28px rgba(245,144,30,.38);gap:8px}.hero-cta:hover{background:var(--or-d);transform:translateY(-1px);box-shadow:0 12px 36px rgba(245,144,30,.44)}.hero-cta svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.hero-demo{padding:14px 28px;border:1px solid hsla(0,0%,100%,.16);border-radius:10px;font-size:15px;font-weight:500;color:hsla(0,0%,100%,.75);cursor:pointer;font-family:DM Sans,sans-serif;background:none;transition:all .15s;display:flex;align-items:center;gap:8px}.hero-demo:hover{border-color:hsla(0,0%,100%,.38);color:#fff}.hero-demo svg{width:14px;height:14px;stroke:currentColor;fill:none}.hero-social-proof{display:flex;align-items:center;gap:14px;margin-top:20px;animation:fadeUp .5s ease .32s both}.hs-av,.hs-avatars{display:flex}.hs-av{width:28px;height:28px;border-radius:50%;border:2px solid var(--navy2);margin-left:-8px;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff;font-family:Bricolage Grotesque,sans-serif}.hs-av:first-child{margin-left:0}.hs-text{font-size:12.5px;color:hsla(0,0%,100%,.35)}.hs-text strong{color:hsla(0,0%,100%,.65);font-weight:500}.hs-stars{display:flex;gap:2px}.hs-stars svg{width:11px;height:11px;fill:var(--or)}.hero-preview{position:relative;z-index:2;margin-top:56px;width:100%;max-width:980px;animation:fadeUp .7s ease .4s both;padding-bottom:0}.preview-frame{background:#12101e;border:1px solid hsla(0,0%,100%,.1);border-radius:16px 16px 0 0;overflow:hidden;box-shadow:0 -4px 80px rgba(0,0,0,.4),0 40px 80px rgba(0,0,0,.5),inset 0 0 0 1px hsla(0,0%,100%,.04)}.pf-bar{background:#0e0c1a;padding:10px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid hsla(0,0%,100%,.06)}.pf-dots{display:flex;gap:5px}.pfd{width:10px;height:10px;border-radius:50%}.pfd-r{background:#ff5f57}.pfd-y{background:#febc2e}.pfd-g{background:#28c840}.pf-url-wrap{flex:1;display:flex;justify-content:center}.pf-url{background:hsla(0,0%,100%,.06);border-radius:5px;padding:4px 16px;font-size:11px;color:hsla(0,0%,100%,.3);display:flex;align-items:center;gap:6px}.pf-url svg{width:10px;height:10px;stroke:hsla(0,0%,100%,.3);fill:none}.pf-shell{display:grid;grid-template-columns:190px 1fr;height:430px}.pf-sb{background:#161428;border-right:1px solid hsla(0,0%,100%,.06);padding:0;display:flex;flex-direction:column;overflow:hidden}.pf-sb-head{padding:14px 14px 10px;border-bottom:1px solid hsla(0,0%,100%,.06)}.pf-sb-logo{gap:7px;margin-bottom:10px}.pf-lm,.pf-sb-logo{display:flex;align-items:center}.pf-lm{width:26px;height:26px;background:var(--or);border-radius:7px;justify-content:center;flex-shrink:0;box-shadow:0 0 10px rgba(245,144,30,.25)}.pf-lm svg{width:13px;height:13px;fill:#fff}.pf-lt{font-size:14px;font-weight:700;color:#fff;font-family:Bricolage Grotesque,sans-serif}.pf-lt em{font-style:normal;color:var(--or)}.pf-ws{gap:7px;background:hsla(0,0%,100%,.06);border-radius:7px;padding:6px 9px;cursor:pointer}.pf-ws,.pf-ws-av{display:flex;align-items:center}.pf-ws-av{width:18px;height:18px;border-radius:4px;background:var(--or);justify-content:center;font-size:7px;font-weight:700;color:#fff;flex-shrink:0}.pf-ws-name{font-size:11px;color:hsla(0,0%,100%,.7);flex:1}.pf-ws svg{width:10px;height:10px;stroke:hsla(0,0%,100%,.3);fill:none}.pf-nav{padding:8px 0;flex:1}.pf-ngl{font-size:8px;font-weight:600;color:hsla(0,0%,100%,.18);text-transform:uppercase;letter-spacing:.1em;padding:0 14px;margin:10px 0 3px}.pf-ni{display:flex;align-items:center;gap:8px;padding:6.5px 14px;font-size:11.5px;color:hsla(0,0%,100%,.38);cursor:pointer;transition:all .12s;position:relative}.pf-ni:hover{background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.7)}.pf-ni.a{background:rgba(245,144,30,.09);color:#fff;font-weight:500}.pf-ni.a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--or)}.pf-ni svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.5;flex-shrink:0;opacity:.5}.pf-ni.a svg{opacity:1;stroke:var(--or)}.pf-nb{margin-left:auto;font-size:8.5px;font-weight:700;background:var(--or);color:#fff;border-radius:3px;padding:1px 5px}.pf-sk{margin:auto 14px 14px;background:rgba(245,144,30,.08);border-radius:8px;padding:10px;display:flex;align-items:center;gap:8px}.pf-sk-fire{font-size:18px}.pf-sk-n{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:700;color:var(--or);line-height:1}.pf-sk-l{font-size:9px;color:hsla(0,0%,100%,.3)}.pf-main{background:#f4f5f8;display:flex;flex-direction:column;overflow:hidden}.pf-topbar{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 16px;height:40px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.pf-greet{font-size:12px;color:#6b7280}.pf-greet strong{color:#111;font-weight:600}.pf-tb-right{gap:8px}.pf-chip,.pf-tb-right{display:flex;align-items:center}.pf-chip{gap:4px;padding:3px 9px;background:#f4f5f8;border-radius:6px;font-size:10.5px;font-weight:700;color:#f5901e}.pf-chip,.pf-new-btn{font-family:DM Sans,sans-serif}.pf-new-btn{background:var(--or);color:#fff;border:none;border-radius:5px;padding:4px 10px;font-size:10px;font-weight:600;cursor:pointer}.pf-ct{padding:12px;display:flex;flex-direction:column;gap:9px;overflow-y:auto;flex:1}.pf-ch-row{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px}.pf-ch-lbl{font-size:9.5px;color:#9ca3af;font-weight:500;white-space:nowrap}.pf-ch-pill{display:flex;align-items:center;gap:4px;background:#f4f5f8;border-radius:12px;padding:2.5px 8px;font-size:10px;color:#374151;font-weight:500}.pf-ch-dot{width:5px;height:5px;border-radius:50%;background:#10b981}.pf-ch-off{opacity:.45}.pf-ch-add{font-size:10px;color:var(--or);cursor:pointer;font-weight:500;margin-left:2px}.pf-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.pf-sc{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.pf-sc-lbl{font-size:9px;color:#9ca3af;font-weight:500;margin-bottom:4px}.pf-sc-val{font-size:20px;font-weight:700;color:#111;font-family:Bricolage Grotesque,sans-serif;line-height:1;letter-spacing:-.5px}.pf-sc-trend{font-size:9px;color:#059669;margin-top:2px}.pf-post{background:#fff;border:1px solid #e5e7eb;border-radius:9px;overflow:hidden;transition:box-shadow .15s}.pf-post:hover{box-shadow:0 4px 16px rgba(17,24,39,.08)}.pf-post-top{justify-content:space-between;padding:9px 12px 7px;border-bottom:1px solid #f3f4f6}.pf-plat,.pf-post-top{display:flex;align-items:center}.pf-plat{gap:7px}.pf-pi{width:22px;height:22px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pfb{background:#1877f2}.pig{background:linear-gradient(135deg,#f09433,#bc1888)}.pf-pi svg{width:11px;height:11px;fill:#fff}.pf-pname{font-size:11px;font-weight:600;color:#111}.pf-handle{font-size:9.5px;color:#9ca3af}.pf-timer{display:flex;align-items:center;gap:2px;background:#fff4e8;border-radius:5px;padding:3px 7px}.pf-tv{font-size:11.5px;font-weight:700;color:var(--or);font-variant-numeric:tabular-nums}.pf-ts{font-size:10px;font-weight:700;color:rgba(245,144,30,.3);padding-bottom:1px}.pf-status{display:flex;align-items:center;gap:3px;font-size:9.5px;font-weight:500;color:var(--or);background:#fff4e8;border-radius:12px;padding:2px 7px}.pf-status-dot{width:4px;height:4px;border-radius:50%;background:currentColor}.pf-post-body{display:grid;grid-template-columns:78px 1fr 28px;gap:0}.pf-post-img{background:linear-gradient(135deg,#e8eaf0,#d8dce8);border-right:1px solid #f3f4f6}.pf-post-content{padding:9px 10px}.pf-post-title{font-size:11px;font-weight:600;color:#111;line-height:1.4;margin-bottom:4px}.pf-post-text{font-size:10px;color:#6b7280;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pf-post-tags{display:flex;gap:3px;margin-top:5px;flex-wrap:wrap}.pf-tag{font-size:9px;color:#3730a3;background:#eef2ff;border-radius:3px;padding:1px 5px;font-weight:500}.pf-post-actions{border-left:1px solid #f3f4f6;flex-direction:column;padding:6px 0;gap:1px}.pf-act,.pf-post-actions{display:flex;align-items:center}.pf-act{width:28px;height:28px;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .1s;border:none;background:none}.pf-act:hover{background:#f4f5f8;color:#374151}.pf-act svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.5}.pf-post-foot{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:#f9fafb;border-top:1px solid #f3f4f6}.pf-post-date{font-size:9.5px;color:#9ca3af}.pf-post-btns{display:flex;gap:4px}.pf-pb{font-size:9.5px;font-weight:500;padding:3px 8px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;font-family:DM Sans,sans-serif}.pf-pb-main{background:var(--or);color:#fff;border:none}.pf-live-counter{display:flex;align-items:center;gap:8px;background:rgba(245,144,30,.06);border:1px solid rgba(245,144,30,.15);border-radius:8px;padding:7px 11px}.plc-dot{width:7px;height:7px;border-radius:50%;background:var(--gn);animation:pulse 2s infinite;flex-shrink:0}.plc-text{font-size:10.5px;color:hsla(0,0%,100%,0)}.plc-num{font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:700;color:var(--or)}.plc-label{font-size:10px;color:#6b7280}.logos{background:var(--navy);padding:20px 48px;border-top:1px solid hsla(0,0%,100%,.05);display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.logos-label{font-size:12px;color:hsla(0,0%,100%,.25);font-weight:400;margin-right:8px;white-space:nowrap}.logo-chip{display:flex;align-items:center;gap:6px;padding:7px 14px;background:hsla(0,0%,100%,.05);border-radius:8px;font-size:12.5px;color:hsla(0,0%,100%,.45);font-weight:400;transition:all .15s;cursor:pointer}.logo-chip:hover{background:hsla(0,0%,100%,.09);color:hsla(0,0%,100%,.7)}.ticker{background:var(--or);padding:10px 0;overflow:hidden;white-space:nowrap}.ticker-inner{display:inline-flex;gap:0;animation:ticker 30s linear infinite}.ticker-item{display:inline-flex;align-items:center;gap:8px;padding:0 32px;font-size:13px;font-weight:500;color:#fff}.ticker-item svg{width:12px;height:12px;fill:hsla(0,0%,100%,.5);flex-shrink:0}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.lp-v2 section{padding:100px 48px}.section-inner{max-width:1100px;margin:0 auto}.section-tag{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:var(--or);text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.section-tag:before{content:"";width:18px;height:2px;background:var(--or);border-radius:2px;flex-shrink:0}.section-h2{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(32px,4vw,54px);font-weight:800;color:var(--ink);letter-spacing:-1.5px;line-height:1.08;margin-bottom:16px}.section-sub{font-size:16px;color:var(--ink3);line-height:1.7;max-width:500px;font-weight:300}.features{background:var(--off)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.feat-card{background:#fff;border:1px solid var(--bd);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:14px;transition:all .2s;position:relative;overflow:hidden;cursor:pointer}.feat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(245,144,30,.03),transparent);opacity:0;transition:opacity .2s}.feat-card:hover{box-shadow:0 16px 48px rgba(17,24,39,.1);transform:translateY(-3px);border-color:var(--bd2)}.feat-card:hover:after{opacity:1}.feat-card:hover .feat-icon{background:var(--or);box-shadow:0 8px 24px rgba(245,144,30,.3)}.feat-card:hover .feat-icon svg{stroke:#fff}.feat-icon{width:46px;height:46px;border-radius:13px;background:var(--or-l);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.feat-icon svg{width:22px;height:22px;stroke:var(--or);fill:none;stroke-width:1.6;transition:stroke .2s}.feat-h3{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:700;color:var(--ink);letter-spacing:-.3px}.feat-p{font-size:14px;color:var(--ink3);line-height:1.65;font-weight:300}.feat-link{font-size:13px;font-weight:500;color:var(--or);display:flex;align-items:center;gap:5px;margin-top:auto;opacity:0;transform:translateX(-4px);transition:all .2s}.feat-card:hover .feat-link{opacity:1;transform:translateX(0)}.feat-link svg{width:12px;height:12px;stroke:currentColor;fill:none}.demo-section{background:var(--navy2);position:relative;overflow:hidden;padding:100px 48px}.demo-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 800px 600px at 60% 50%,rgba(245,144,30,.06),transparent);pointer-events:none}.demo-section .section-h2{color:#fff}.demo-section .section-sub{color:hsla(0,0%,100%,.4)}.demo-section .section-tag{color:var(--or)}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:52px;align-items:start}.demo-generator{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.09);border-radius:16px;overflow:hidden}.dg-head{padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.07);justify-content:space-between}.dg-head,.dg-title{display:flex;align-items:center}.dg-title{font-size:13px;font-weight:600;color:#fff;gap:7px}.dg-title svg{width:14px;height:14px;stroke:var(--or);fill:none;stroke-width:1.5}.dg-badge{font-size:9.5px;font-weight:700;background:rgba(245,144,30,.15);color:var(--or);border-radius:20px;padding:2px 8px}.dg-body{padding:18px 20px;gap:14px}.dg-body,.dg-field{display:flex;flex-direction:column}.dg-field{gap:6px}.dg-label{font-size:11px;font-weight:600;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.07em}.dg-input{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:9px 12px;font-size:13px;color:#fff;font-family:DM Sans,sans-serif;outline:none;transition:border-color .15s;width:100%}.dg-input:focus{border-color:rgba(245,144,30,.4)}.dg-input::-moz-placeholder{color:hsla(0,0%,100%,.2)}.dg-input::placeholder{color:hsla(0,0%,100%,.2)}.dg-select-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dg-select{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;font-size:13px;color:hsla(0,0%,100%,.7);font-family:DM Sans,sans-serif;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M2 4l3 3 3-3' stroke='rgba(255,255,255,0.3)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding:9px 30px 9px 12px}.dg-plat-row{display:flex;gap:8px;flex-wrap:wrap}.dg-plat{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08)}.dg-plat:hover{color:#fff;background:hsla(0,0%,100%,.09)}.dg-plat.sel{color:#fff;border-color:rgba(245,144,30,.4);background:rgba(245,144,30,.12)}.dg-plat svg{width:12px;height:12px;fill:currentColor;flex-shrink:0}.dg-gen-btn{background:var(--or);color:#fff;border:none;border-radius:9px;padding:12px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .15s;box-shadow:0 4px 16px rgba(245,144,30,.3)}.dg-gen-btn:hover{background:var(--or-d);box-shadow:0 8px 24px rgba(245,144,30,.4)}.dg-gen-btn svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2}.dg-gen-btn.loading{opacity:.8;pointer-events:none}.demo-output{display:flex;flex-direction:column;gap:14px}.do-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.09);border-radius:14px;overflow:hidden;transition:all .3s;opacity:0;transform:translateY(10px)}.do-card.visible{opacity:1;transform:translateY(0)}.do-head{padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.07);justify-content:space-between}.do-head,.do-plat{display:flex;align-items:center}.do-plat{gap:7px}.do-plat-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.do-plat-icon svg{width:11px;height:11px;fill:#fff}.do-plat-name{font-size:12px;font-weight:600;color:#fff}.do-timer-sm{font-size:11px;font-weight:700;color:var(--or);background:rgba(245,144,30,.12);border-radius:5px;padding:3px 8px}.do-body{padding:14px 16px}.do-img-placeholder{height:80px;background:linear-gradient(135deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border-radius:8px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.do-img-placeholder svg{width:24px;height:24px;stroke:hsla(0,0%,100%,.15);fill:none}.do-text{font-size:12.5px;color:hsla(0,0%,100%,.6);line-height:1.6}.do-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.do-tag{font-size:10.5px;color:rgba(167,139,250,.8);background:rgba(167,139,250,.08);border-radius:4px;padding:2px 7px;font-weight:500}.do-foot{padding:10px 16px;border-top:1px solid hsla(0,0%,100%,.07);display:flex;gap:6px}.do-btn{flex:1;padding:6px;border-radius:6px;font-size:11.5px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;border:1px solid hsla(0,0%,100%,.1);background:none;color:hsla(0,0%,100%,.5);transition:all .12s}.do-btn:hover{border-color:hsla(0,0%,100%,.2);color:#fff}.do-btn-pub{background:var(--or);color:#fff;border:none}.do-btn-pub:hover{background:var(--or-d)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{display:inline-block;width:2px;height:14px;background:var(--or);margin-left:1px;animation:blink .8s infinite;vertical-align:middle}.stats-strip{background:#fff;border-top:1px solid var(--bd);border-bottom:1px solid var(--bd);padding:28px 48px}.stats-strip-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ss-item{text-align:center}.ss-num{font-family:Bricolage Grotesque,sans-serif;font-size:40px;font-weight:800;color:var(--ink);letter-spacing:-1.5px;line-height:1}.ss-num span{color:var(--or)}.ss-label{font-size:13px;color:var(--ink3);margin-top:4px;font-weight:300}.how{background:var(--navy2);position:relative;overflow:hidden}.how:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 700px 500px at 70% 50%,rgba(245,144,30,.05),transparent);pointer-events:none}.how .section-h2{color:#fff}.how .section-sub{color:hsla(0,0%,100%,.38)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;position:relative;padding:28px 20px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:16px;cursor:pointer;transition:all .2s}.step:hover{background:hsla(0,0%,100%,.06);border-color:rgba(245,144,30,.2);transform:translateY(-2px)}.step-num{width:52px;height:52px;border-radius:50%;background:rgba(245,144,30,.1);border:2px solid rgba(245,144,30,.25);display:flex;align-items:center;justify-content:center;font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:800;color:var(--or);transition:all .2s}.step:hover .step-num{background:var(--or);border-color:var(--or);color:#fff;box-shadow:0 8px 24px rgba(245,144,30,.3)}.step-h{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.2px}.step-p{font-size:12.5px;color:hsla(0,0%,100%,.38);line-height:1.6;font-weight:300}.testimonials{background:var(--off);padding:100px 48px}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.testi{background:#fff;border:1px solid var(--bd);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:all .2s}.testi:hover{border-color:var(--bd2);box-shadow:0 12px 40px rgba(17,24,39,.08);transform:translateY(-2px)}.testi-stars{display:flex;gap:3px}.testi-stars svg{width:14px;height:14px;fill:var(--or)}.testi-text{font-size:14.5px;color:var(--ink2);line-height:1.7;font-weight:300;font-style:italic}.testi-author{gap:11px;margin-top:auto}.testi-author,.testi-av{display:flex;align-items:center}.testi-av{width:38px;height:38px;border-radius:50%;justify-content:center;font-size:12px;font-weight:700;color:#fff;font-family:Bricolage Grotesque,sans-serif;flex-shrink:0}.testi-name{font-size:13.5px;font-weight:600;color:var(--ink)}.testi-role{font-size:11.5px;color:var(--ink3)}.testi-flag{font-size:14px}.integrations{background:#fff}.int-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:48px}.int-item{background:var(--off);border:1px solid var(--bd);border-radius:12px;padding:18px 12px;display:flex;flex-direction:column;align-items:center;gap:7px;cursor:pointer;transition:all .15s}.int-item:hover{border-color:var(--bd2);box-shadow:0 4px 16px rgba(17,24,39,.08);transform:translateY(-2px);background:#fff}.int-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.int-name{font-size:12px;font-weight:500;color:var(--ink2)}.int-status{font-size:10px;color:var(--ink4)}.int-live{color:var(--gn)!important}.pricing{background:var(--off)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:52px}.plan{background:#fff;border:1px solid var(--bd);border-radius:18px;padding:32px;display:flex;flex-direction:column;gap:20px;position:relative;transition:all .2s}.plan:hover{box-shadow:0 16px 48px rgba(17,24,39,.09);transform:translateY(-2px)}.plan.featured{background:var(--navy2);border-color:rgba(245,144,30,.25);box-shadow:0 24px 64px rgba(0,0,0,.2)}.plan.featured:hover{box-shadow:0 32px 80px rgba(0,0,0,.28)}.plan-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--or);color:#fff;font-size:11px;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap;box-shadow:0 4px 14px rgba(245,144,30,.35)}.plan-name{font-family:Bricolage Grotesque,sans-serif;font-size:15px;font-weight:700;color:var(--ink)}.plan.featured .plan-name{color:#fff}.plan-price{display:flex;align-items:baseline;gap:4px}.plan-amount{font-family:Bricolage Grotesque,sans-serif;font-size:46px;font-weight:800;color:var(--ink);letter-spacing:-2px;line-height:1}.plan.featured .plan-amount{color:#fff}.plan-period{font-size:14px;color:var(--ink3)}.plan.featured .plan-period{color:hsla(0,0%,100%,.35)}.plan-desc{font-size:13.5px;color:var(--ink3);line-height:1.6;font-weight:300}.plan.featured .plan-desc{color:hsla(0,0%,100%,.4)}.plan-divider{border:none;border-top:1px solid var(--bd)}.plan.featured .plan-divider{border-color:hsla(0,0%,100%,.08)}.plan-features{display:flex;flex-direction:column;gap:11px}.pf-row{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--ink2)}.plan.featured .pf-row{color:hsla(0,0%,100%,.65)}.pf-check{width:18px;height:18px;border-radius:5px;background:var(--or-l);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.plan.featured .pf-check{background:rgba(245,144,30,.15)}.pf-check svg{width:10px;height:10px;stroke:var(--or);fill:none;stroke-width:2.5}.plan-btn{padding:13px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s;border:1.5px solid var(--bd);background:none;color:var(--ink2);width:100%}.plan-btn:hover{border-color:var(--or);color:var(--or)}.plan.featured .plan-btn{background:var(--or);color:#fff;border:none;box-shadow:0 8px 24px rgba(245,144,30,.32)}.plan.featured .plan-btn:hover{background:var(--or-d)}.cta-section{background:var(--or);padding:100px 48px;text-align:center;position:relative;overflow:hidden}.cta-section:before{background:radial-gradient(ellipse 700px 400px at 50% 50%,hsla(0,0%,100%,.12),transparent)}.cta-section:after,.cta-section:before{content:"";position:absolute;inset:0;pointer-events:none}.cta-section:after{background-image:linear-gradient(hsla(0,0%,100%,.05) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.05) 1px,transparent 0);background-size:48px 48px}.cta-h2{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:800;color:#fff;letter-spacing:-2px;line-height:1.06;max-width:720px;margin:0 auto 16px}.cta-h2,.cta-sub{position:relative;z-index:1}.cta-sub{font-size:17px;color:hsla(0,0%,100%,.72);max-width:480px;margin:0 auto 36px;line-height:1.65;font-weight:300}.cta-actions{display:flex;align-items:center;justify-content:center;gap:12px;position:relative;z-index:1}.cta-main{padding:15px 32px;background:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;color:var(--or);cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s;box-shadow:0 8px 28px rgba(0,0,0,.15)}.cta-main:hover{transform:translateY(-1px);box-shadow:0 12px 36px rgba(0,0,0,.2)}.cta-ghost{padding:15px 32px;border:2px solid hsla(0,0%,100%,.35);border-radius:10px;font-size:15px;font-weight:500;color:#fff;cursor:pointer;font-family:DM Sans,sans-serif;background:none;transition:all .15s}.cta-ghost:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.cta-note{font-size:12.5px;color:hsla(0,0%,100%,.5);margin-top:16px;position:relative;z-index:1}.lp-v2 footer{background:#0e0c1a;padding:64px 48px 32px;border-top:1px solid hsla(0,0%,100%,.06)}.footer-top{display:grid;grid-template-columns:240px 1fr;gap:64px;max-width:1100px;margin:0 auto;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.05)}.footer-logo{gap:9px;margin-bottom:14px;text-decoration:none}.footer-lm,.footer-logo{display:flex;align-items:center}.footer-lm{width:28px;height:28px;background:var(--or);border-radius:7px;justify-content:center}.footer-lm svg{width:13px;height:13px;fill:#fff}.footer-lt{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:700;color:#fff}.footer-lt em{font-style:normal;color:var(--or)}.footer-desc{font-size:13.5px;color:hsla(0,0%,100%,.3);line-height:1.7;font-weight:300;margin-bottom:18px}.footer-langs{display:flex;flex-wrap:wrap;gap:6px}.fl-lang{display:flex;align-items:center;gap:5px;padding:4px 10px;background:hsla(0,0%,100%,.05);border-radius:6px;font-size:11.5px;color:hsla(0,0%,100%,.35);cursor:pointer;transition:all .12s}.fl-lang:hover{background:hsla(0,0%,100%,.09);color:hsla(0,0%,100%,.7)}.fl-lang-f{font-size:12px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.fl-group .fl-title{font-size:10.5px;font-weight:700;color:hsla(0,0%,100%,.25);text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.fl-group a{display:block;font-size:13.5px;color:hsla(0,0%,100%,.35);text-decoration:none;margin-bottom:10px;transition:color .12s;font-weight:300}.fl-group a:hover{color:hsla(0,0%,100%,.75)}.footer-bottom{max-width:1100px;margin:24px auto 0;display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:12.5px;color:hsla(0,0%,100%,.2)}.footer-socials{display:flex;gap:8px}.fs-icon{width:32px;height:32px;background:hsla(0,0%,100%,.05);border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s}.fs-icon:hover{background:hsla(0,0%,100%,.1)}.fs-icon svg{width:14px;height:14px;stroke:hsla(0,0%,100%,.35);fill:none;stroke-width:1.5}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{animation:fadeUp .5s ease both}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1024px){.lp-v2 nav{padding:0 24px}.nav-links{display:none}.features-grid,.testi-grid{grid-template-columns:repeat(2,1fr)}.int-grid{grid-template-columns:repeat(3,1fr)}.demo-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.lp-v2 nav{padding:0 16px;height:56px}.demo-section,.lp-v2 section{padding:72px 20px}.lp-v2 footer{padding:48px 20px 24px}.logos{padding:16px 20px}.stats-strip{padding:20px}.cta-section,.testimonials{padding:72px 20px}.hero{padding:90px 20px 0}.hero-h1{letter-spacing:-1.5px}.hero-actions{flex-direction:column;width:100%}.hero-cta,.hero-demo{width:100%;justify-content:center}.hero-preview{margin-top:36px}.pf-shell{grid-template-columns:1fr;height:auto}.pf-sb{display:none}.pf-shell{height:340px}.features-grid,.pricing-grid,.testi-grid{grid-template-columns:1fr}.int-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr 1fr}.stats-strip-inner{gap:16px}.footer-links,.stats-strip-inner{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}@media (max-width:480px){.int-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.dg-select-row{grid-template-columns:1fr}.cta-actions{flex-direction:column;width:100%}.cta-ghost,.cta-main{width:100%}.hero-social-proof{flex-direction:column;align-items:flex-start}}