:root{--black:var(--brand-black);--navy:var(--brand-navy);--blue:var(--brand-blue);--purple:var(--brand-purple);--teal:var(--brand-teal);--grey:var(--brand-grey);--ink:var(--brand-black);--ink-soft:var(--brand-navy);--ink-line:#2A3452;--ink-text:#B9C1D6;--ink-muted:#7C86A2;--ground:var(--brand-white);--surface:var(--brand-white);--surface2:#F5F6FA;--surface3:#EEF0F6;--line:var(--brand-grey);--line-soft:#EDEFF5;--line-strong:#C9CEDC;--body:#2B3347;--body2:#5A6478;--muted:#7C86A2;--accent:var(--brand-blue);--accent-lift:var(--brand-purple);--accent-text:#1D4ED8;--accent-soft:#E8EEFF;--peepal:#00A69F;--peepal-soft:#D9F6F3;--grad:linear-gradient(90deg,var(--brand-blue),var(--brand-purple));--display:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;--sans:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;--ease:cubic-bezier(.2,.7,.2,1);--shadow-card:0 1px 2px rgba(10,15,26,0.06),0 8px 24px rgba(10,15,26,0.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--body);background:var(--ground);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.55;overflow-x:hidden}body,h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--teal)}.eyebrow.blue{color:var(--accent-text)}.muted{color:var(--muted)}.wm{display:inline-flex;align-items:center;gap:0;line-height:1}.wm img.wm-word{display:block;height:17px;width:auto}.wm.big img.wm-word{height:36px}header.nav{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(10,15,26,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}header.nav .wrap{justify-content:space-between;height:64px;gap:16px}.nav-links,header.nav .wrap{display:flex;align-items:center}.nav-links{gap:22px;font-size:14px;color:var(--ink-text);font-weight:500}.nav-links a:hover,.nav-links a[aria-current=page]{color:#fff}.nav-cta{display:flex;align-items:center;gap:10px}.nav-cta .signin{color:var(--ink-text);font-size:14px;font-weight:600;padding:8px 6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s var(--ease),box-shadow .2s,background .2s,border-color .2s;white-space:nowrap}.btn:active{transform:translateY(1px) scale(.99)}.btn-primary{background:var(--grad);color:#fff;box-shadow:0 6px 18px rgba(37,99,235,.35)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(124,58,237,.38)}.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}.btn-light{background:#fff;color:var(--ink);border-color:var(--line);box-shadow:var(--shadow-card)}.btn-light:hover{border-color:var(--line-strong);transform:translateY(-1px)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:var(--navy)}.btn-lg{padding:13px 24px;font-size:15px;border-radius:12px}.link{font-weight:700;color:var(--accent-text);font-size:14px}.link.on-dark{color:#A5B4FC}.band{background:var(--black);color:var(--ink-text);position:relative;overflow:hidden}.band:before{content:"";background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:88px 88px}.band:before,.wave{position:absolute;inset:0;pointer-events:none}.wave{width:100%;height:100%}.wave .ln{fill:none;stroke:url(#wg);stroke-linecap:round}.wave .dot{fill:url(#wg)}.wave .ln.run{stroke-dasharray:240 1400;stroke-dashoffset:1640}@keyframes run{to{stroke-dashoffset:0}}@keyframes tw{0%,to{opacity:var(--o,.3)}50%{opacity:1}}@keyframes sway{0%{transform:translateY(0)}to{transform:translateY(-14px)}}.glow{position:absolute;width:60vw;max-width:900px;aspect-ratio:2/1;border-radius:999px;filter:blur(80px);opacity:.45;pointer-events:none}.glow.a{left:-10%;bottom:-30%;background:radial-gradient(circle,#2563EB,transparent 65%)}.glow.b{right:-12%;bottom:-35%;background:radial-gradient(circle,#7C3AED,transparent 65%)}.band>.cta,.band>.hero{position:relative;z-index:1}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:54px 24px 150px}.hero h1{font-family:var(--display);font-weight:700;font-size:clamp(34px,3.7vw,54px);line-height:1.08;letter-spacing:-.025em;color:#fff;max-width:980px;text-wrap:balance}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#60A5FA,#A78BFA 55%,#2DD4BF);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:17px;line-height:1.55;color:var(--ink-text);max-width:720px}.hero .actions{display:flex;align-items:center;gap:12px;margin-top:8px;flex-wrap:wrap;justify-content:center}.hero small{font-size:12.5px;color:var(--ink-text);text-shadow:0 1px 10px rgba(10,15,26,.9),0 0 2px rgba(10,15,26,.9)}.hero p{text-shadow:0 1px 12px rgba(10,15,26,.7)}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.stage-wrap{margin-top:-120px;position:relative;z-index:2}.stage{background:var(--surface);border-radius:18px;border:1px solid var(--line);box-shadow:0 30px 80px rgba(10,15,26,.35),0 2px 6px rgba(10,15,26,.08);overflow:hidden}@keyframes stagein{0%{opacity:0;transform:translateY(28px) scale(.97)}}.ui-bar{display:flex;justify-content:space-between;gap:12px;padding:12px 18px;border-bottom:1px solid var(--line);background:var(--surface2);font-size:12.5px;font-weight:600;color:var(--body2)}.pill,.ui-bar{align-items:center}.pill{display:inline-flex;gap:6px;padding:4px 10px;border-radius:999px;font-size:11.5px;font-weight:700;background:var(--accent-soft);color:var(--accent-text)}.pill.teal{background:var(--peepal-soft);color:#0B7F79}.pill.grey{background:var(--surface3);color:var(--body2)}.section{padding:84px 0}.section.tight{padding:56px 0}.section.alt{background:var(--surface2)}.section-head{display:flex;flex-direction:column;gap:10px;max-width:760px;margin-bottom:36px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center;align-items:center}.title{font-family:var(--display);font-weight:700;font-size:clamp(26px,2.6vw,36px);line-height:1.15;letter-spacing:-.02em;color:var(--ink);text-wrap:balance}.lead{font-size:16.5px;color:var(--body2);line-height:1.6}.apps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.app{display:flex;gap:16px;align-items:flex-start;padding:20px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-card);transition:transform .25s var(--ease),box-shadow .25s,border-color .25s;cursor:pointer}.app:hover{transform:translateY(-3px);border-color:#C7D2FE;box-shadow:0 14px 34px rgba(37,99,235,.14)}.app-ic{flex:none;width:48px;height:48px;border-radius:12px;display:grid;place-items:center;color:#fff;background:var(--grad);box-shadow:0 6px 16px rgba(37,99,235,.28)}.app-ic.teal{background:linear-gradient(135deg,#00C2BB,#2563EB);box-shadow:0 6px 16px rgba(0,194,187,.28)}.app-ic.purple{background:linear-gradient(135deg,#7C3AED,#2563EB);box-shadow:0 6px 16px rgba(124,58,237,.28)}.app-ic.soon{background:var(--surface3);color:var(--muted);box-shadow:none}.app-ic svg{width:26px;height:26px}.app-body{display:flex;flex-direction:column;gap:4px;min-width:0}.app-body b{font-size:16px;color:var(--ink);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.app-body span{font-size:13.5px;color:var(--body2);line-height:1.5}.app-body .link{margin-top:6px;font-size:13px}.app.soon{background:var(--surface2);cursor:default}.app.soon:hover{transform:none;box-shadow:var(--shadow-card);border-color:var(--line)}.pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.pillar{display:flex;flex-direction:column;gap:8px;padding:18px;border-radius:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-card)}.pillar .pv{margin-bottom:8px;height:170px}.pillar>b{font-size:16px;color:var(--ink)}.pillar>span{font-size:13.5px;color:var(--body2);line-height:1.5}.pillar .tag{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-text)}.steps3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;counter-reset:s}.step3{position:relative;padding:22px 22px 22px 66px;border-radius:16px;background:var(--surface);border:1px solid var(--line)}.step3:before{counter-increment:s;content:counter(s);position:absolute;left:20px;top:20px;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;font-weight:800;color:#fff;background:var(--grad);font-size:14px}.step3 b{display:block;color:var(--ink);font-size:15.5px;margin-bottom:4px}.step3 span{font-size:13.5px;color:var(--body2)}.leadgen{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:0;gap:0;border-radius:20px;overflow:hidden;background:var(--navy);color:#fff;box-shadow:0 30px 70px rgba(10,15,26,.28)}.leadgen .form{padding:36px;display:flex;flex-direction:column;gap:14px;background:linear-gradient(160deg,#1A2240,#0A0F1A)}.leadgen .form h3{font-size:24px;font-weight:700;letter-spacing:-.01em}.leadgen .form p{color:var(--ink-text);font-size:14px}.fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.fields label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:600;color:var(--ink-text)}.fields label.wide{grid-column:1/-1}.fields input,.fields select{font:inherit;font-size:14px;padding:10px 12px;border-radius:9px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;color-scheme:dark}.fields input::placeholder{color:var(--ink-muted)}.fields input:focus,.fields select:focus{outline:2px solid #60A5FA;outline-offset:1px}.leadgen .side{padding:36px;background:#fff;color:var(--body);display:flex;flex-direction:column;gap:16px}.leadgen .side h3{font-size:18px;color:var(--ink)}.chan{display:flex;gap:12px;align-items:center;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:var(--surface2)}.chan b{display:block;font-size:14px;color:var(--ink)}.chan span{font-size:12.5px;color:var(--body2)}.chan i{flex:none;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-text);font-style:normal}.chan i.wa{background:#DCFCE7;color:#15803D}.chan i.li{background:#DBEAFE;color:#1D4ED8}.form .ok{display:none;padding:14px;border-radius:12px;background:rgba(0,194,187,.12);border:1px solid rgba(0,194,187,.4);color:#CFFAF7;font-size:14px}.form.sent .ok{display:block}.form.sent .btn,.form.sent .fields{display:none}.badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.badge{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:14px;background:var(--surface);border:1px solid var(--line)}.badge svg{flex:none;margin-top:2px}.badge b{display:block;font-size:14px;color:var(--ink)}.badge span{font-size:12.5px;color:var(--body2)}.plans{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.plan{position:relative;display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-card)}.plan .name{font-weight:700;font-size:15px;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:8px}.plan .price{font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.plan .price small{font-size:13px;font-weight:500;color:var(--muted);margin-left:4px}.plan ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px;font-size:13.5px;color:var(--body)}.plan li{display:flex;gap:8px;align-items:flex-start}.plan li:before{content:"";flex:none;width:16px;height:16px;margin-top:2px;border-radius:999px;background:var(--peepal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%2300A69F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center /12px no-repeat}.plan .btn{margin-top:auto}.plan.pro{background:linear-gradient(#fff,#fff) padding-box,var(--grad) border-box;border:2px solid transparent;box-shadow:0 18px 40px rgba(124,58,237,.16)}.plan.ent{background:var(--ink);color:var(--ink-text);border-color:var(--ink)}.plan.ent .name,.plan.ent .price{color:#fff}.plan.ent ul{color:var(--ink-text)}.faq{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 24px;gap:12px 24px}.faq details{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:0 18px}.faq summary{cursor:pointer;list-style:none;padding:14px 0;font-weight:600;color:var(--ink);font-size:15px;display:flex;justify-content:space-between;gap:12px;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:20px;color:var(--accent-text);font-weight:400;transition:transform .25s}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{padding:0 0 16px;font-size:14px;color:var(--body2);line-height:1.6}.cta{padding:80px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.cta h2{font-size:clamp(26px,2.8vw,38px);font-weight:700;letter-spacing:-.02em;color:#fff;max-width:720px;text-wrap:balance}.cta p{color:var(--ink-text);max-width:560px}.cta .actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}footer{background:var(--black);color:var(--ink-text);padding:48px 0 28px;border-top:1px solid rgba(255,255,255,.08);font-size:13.5px}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;grid-gap:24px;gap:24px}.foot b{display:block;color:#fff;margin-bottom:10px;font-size:13px}.foot a{display:block;padding:3px 0;color:var(--ink-text)}.foot a:hover{color:#fff}.foot p{font-size:13px;max-width:320px;margin-top:10px}.foot p,.foot-bottom{color:var(--ink-muted)}.foot-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);font-size:12.5px;flex-wrap:wrap}.phero{background:linear-gradient(180deg,#F5F6FA,#FFFFFF);padding:56px 0 40px;border-bottom:1px solid var(--line)}.phero .wrap{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:40px;gap:40px;align-items:center}.phero h1{font-size:clamp(30px,3.2vw,44px);font-weight:800;letter-spacing:-.025em;line-height:1.1;color:var(--ink);text-wrap:balance}.phero .lead{margin-top:14px}.phero .actions{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.phero .checks{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px;font-size:13px;color:var(--body2)}.phero .checks span:before{content:"✓ ";color:var(--peepal);font-weight:800}.phero .stage{box-shadow:0 24px 60px rgba(10,15,26,.16)}.phero .feat-grid{grid-template-columns:1fr;padding:16px}.phero .feat{padding:20px 16px 16px}.problems{display:grid;grid-template-columns:320px 1fr;grid-gap:20px;gap:20px;align-items:start}.prob-list{display:flex;flex-direction:column;gap:8px}.prob{text-align:left;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-weight:600;font-size:14px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.prob svg{flex:none}.prob.on{background:var(--grad);color:#fff;border-color:transparent;box-shadow:0 8px 20px rgba(37,99,235,.3)}.prob-pane{display:none}.prob-pane.on{display:block}.explain{display:flex;gap:22px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow-card)}.explain .pv{width:300px;flex:none;margin:0}.explain-body{display:flex;flex-direction:column;gap:12px}.explain-body b{font-size:18px;color:var(--ink)}.explain-body ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.explain-body li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--body);line-height:1.5}.explain-body li:before{content:"";flex:none;width:18px;height:18px;margin-top:1px;border-radius:999px;background:var(--peepal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%2300A69F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center /12px no-repeat}.explain-body .btn{width:-moz-fit-content;width:fit-content;margin-top:4px}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.split.flip>:first-child{order:2}.split .stage{box-shadow:0 20px 50px rgba(10,15,26,.14)}.split .feat-grid{grid-template-columns:1fr;padding:16px}.split ul{list-style:none;margin:16px 0 0;padding:0;flex-direction:column}.split li,.split ul{display:flex;gap:10px}.split li{font-size:14.5px;color:var(--body);line-height:1.5}.split li:before{content:"";flex:none;width:18px;height:18px;margin-top:2px;border-radius:999px;background:var(--peepal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='%2300A69F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center /12px no-repeat}.ai3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.ai3 .card{padding:22px;border-radius:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:10px}.ai3 .card b{font-size:16px;color:var(--ink);display:flex;align-items:center;gap:10px}.ai3 .card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:13.5px;color:var(--body2)}.ai3 .card li:before{content:"· ";color:var(--accent-text);font-weight:800}.ai-ic{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-text)}.proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.proof div{padding:22px;border-radius:16px;background:var(--surface);border:1px solid var(--line)}.proof b{display:block;font-size:34px;font-weight:800;letter-spacing:-.02em;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.proof b span{font:inherit}.proof>div>span{font-size:13.5px;color:var(--body2)}.proof-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--muted);margin-bottom:12px}.features{--tint:var(--accent);--tint-text:var(--accent-text);--tint-soft:var(--accent-soft);--glow:rgba(37,99,235,0.22);--glow2:rgba(124,58,237,0.16);background:linear-gradient(150deg,#EEF2FF,#F8FAFF 40%,#FFFFFF)}.theme-visitor{--tint:var(--peepal);--tint-text:#0B7F79;--tint-soft:var(--peepal-soft);--glow:rgba(0,194,187,0.26);--glow2:rgba(37,99,235,0.14);background:linear-gradient(150deg,#E6FAF8,#F6FDFC 40%,#FFFFFF)}.theme-demand{--tint:var(--accent-lift);--tint-text:#6D28D9;--tint-soft:#EFE7FF;--glow:rgba(124,58,237,0.24);--glow2:rgba(0,194,187,0.14);background:linear-gradient(150deg,#F1EAFF,#FAF7FF 40%,#FFFFFF)}.feat.on .feat-ic .acc{stroke:#A78BFA}.feat-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.feat-grid.two{padding:0;gap:12px}.feat-track{display:none}.board{border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:18px;box-shadow:var(--shadow-card)}.board-head b{font-size:20px;font-weight:700;color:var(--ink)}.board-head span{display:block;font-size:14px;color:var(--body2);margin-top:4px}.feat[data-go]{cursor:pointer}.feat[data-go]:focus-visible,.feat[data-go]:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(37,99,235,.16);border-color:var(--tint,var(--accent));outline:none}.feat-open{display:block;margin-top:10px;font-size:13px;font-weight:700;color:var(--accent-text);opacity:.75;transition:opacity .2s,transform .2s}.feat[data-go]:hover .feat-open{opacity:1;transform:translateX(2px)}.feat-grid.strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:22px 18px;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;-webkit-overflow-scrolling:touch}.feat-grid.strip::-webkit-scrollbar{height:6px}.feat-grid.strip::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:3px}.feat-grid.strip>.feat{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 28px) / 3);scroll-snap-align:start}.pv-bars{display:flex;align-items:flex-end;gap:5px;height:64px;padding:0 2px}.pv-bars i{flex:1 1;border-radius:4px 4px 2px 2px;background:var(--line-strong);height:var(--h,40%)}.pv-bars i.fc{background:var(--accent);opacity:.85}.pv-bars i.hi{background:var(--accent-lift)}.pv-axis{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);font-weight:700;letter-spacing:.04em}.pv-taps{display:flex;flex-direction:column;gap:6px}.pv-taps i{font-style:normal;display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:8px;background:var(--surface);border:1px solid var(--line-soft);font-weight:600;color:var(--ink);cursor:pointer}.pv-taps i.done{border-color:var(--peepal);background:var(--peepal-soft)}.pv-taps i em{font-style:normal;font-size:10px;color:var(--muted)}.pv-arrow{text-align:center;color:var(--muted);font-size:12px;line-height:1}.ask-btn{position:fixed;right:22px;bottom:22px;z-index:40;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;border:0;background:var(--grad);color:#fff;font-weight:700;font-size:14px;box-shadow:0 10px 30px rgba(37,99,235,.4);cursor:pointer}.ask-btn:hover{transform:translateY(-1px)}.ask{position:fixed;right:22px;bottom:80px;z-index:41;width:360px;max-width:calc(100vw - 32px);height:500px;max-height:calc(100vh - 110px);border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 30px 80px rgba(10,15,26,.3);flex-direction:column;overflow:hidden}.ask,.ask-h{display:flex}.ask-h{align-items:center;gap:10px;padding:12px 14px;background:var(--ink);color:#fff;font-size:14px}.ask-h b{flex:1 1}.ask-h button{background:none;border:0;color:var(--ink-text);cursor:pointer;font-size:18px}.ask-av{width:28px;height:28px;border-radius:8px;background:var(--grad);display:grid;place-items:center;font-weight:800;font-size:13px}.ask-log{flex:1 1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:var(--surface2)}.msg{max-width:88%;padding:9px 12px;border-radius:12px;font-size:13.5px;line-height:1.5}.msg.bot{background:#fff;border:1px solid var(--line);color:var(--body);align-self:flex-start;border-bottom-left-radius:4px}.msg.me{background:var(--accent);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.msg .btn{margin-top:8px;padding:7px 12px;font-size:12.5px}.ask-chips{display:flex;flex-wrap:wrap;gap:6px;padding:10px 14px 0;background:var(--surface2)}.ask-chips button{border:1px solid var(--line-strong);background:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;color:var(--accent-text);cursor:pointer}.ask-in{display:flex;gap:8px;padding:10px 14px 14px;background:var(--surface2);border-top:1px solid var(--line)}.ask-in input{flex:1 1;font:inherit;font-size:13.5px;padding:9px 12px;border-radius:10px;border:1px solid var(--line-strong);background:#fff;color:var(--ink)}.ask-in button{border:0;border-radius:10px;padding:0 14px;background:var(--ink);color:#fff;font-weight:700;cursor:pointer}.mbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:35;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(10,15,26,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);gap:10px}.mbar .btn{flex:1 1}.mbar .ask-m{display:none;flex:0 0 auto;padding:12px 15px}@media (prefers-reduced-motion:no-preference){.wave .ln.run{animation:run var(--t,7s) linear infinite;animation-delay:var(--d,0s)}.wave .dot{animation:tw 3.4s ease-in-out infinite;animation-delay:var(--d,0s)}.wave .sway{animation:sway 10s ease-in-out infinite alternate}.rise{opacity:0;animation:rise .7s var(--ease) both;animation-delay:calc(var(--i, 0) * 70ms)}.stage-in{animation:stagein .9s var(--ease) both;animation-delay:.3s}.pv-bars i{animation:barup 6.5s var(--ease) infinite;animation-delay:var(--d,0s);transform-origin:bottom}[data-js] [data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .6s ease-out,transform .8s var(--ease);transition-delay:calc(var(--i, 0) * 60ms)}[data-js] [data-reveal].in{opacity:1;transform:none}}@media (max-width:1199px){.badges,.pillars,.plans{grid-template-columns:repeat(2,minmax(0,1fr))}.foot{grid-template-columns:1fr 1fr 1fr}.board [data-narrow]{display:none}}@media (max-width:900px){.d-only{display:none!important}.ui-bar .pill{display:none}.ui-bar{padding:10px 14px;font-size:12px}.hero h1{font-size:clamp(30px,8.6vw,38px)}.hero p{font-size:15px;max-width:34ch}.hero .actions .btn-lg{width:100%;max-width:320px}.wave{opacity:.5}.ask-btn,.wave g[filter]{display:none}.mbar .ask-m{display:inline-flex}.phero .checks{gap:10px;font-size:12.5px}.nav-cta .signin,.nav-links{display:none}.hero{padding:40px 20px 130px}.hero p{font-size:15.5px}.stage-wrap{margin-top:-100px}.feat-grid,.feat-grid.three,.feat-grid.two{grid-template-columns:1fr}.feat-grid{padding:16px;gap:12px}.feat-grid.strip{padding:14px;gap:12px;scroll-padding-left:14px;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,#000,#000 calc(100% - 64px),transparent);mask-image:linear-gradient(90deg,#000,#000 calc(100% - 64px),transparent)}.feat-grid.strip::-webkit-scrollbar{display:none}.feat-grid.strip>.feat{flex:0 0 88%;padding:20px 14px 14px}.feat-grid.strip>.feat .pv{min-height:126px;margin-bottom:6px}.feat-grid.strip>.feat .feat-text{gap:4px}.feat-grid.strip>.feat .feat-metric{margin-top:6px}.feat-grid.strip>.feat .feat-open{margin-top:6px;font-size:12.5px}.pv{height:auto;min-height:150px;margin-bottom:8px}.pv-tags{display:none}.ai3,.apps,.faq,.fields,.leadgen,.pillars,.plans,.proof,.steps3{grid-template-columns:1fr}.foot{grid-template-columns:1fr 1fr}.phero .wrap,.split,.split.flip{grid-template-columns:1fr}.split.flip>:first-child{order:0}.problems{grid-template-columns:1fr}.explain{flex-direction:column}.explain .pv{width:100%}.section{padding:52px 0}.section-head{margin-bottom:24px;gap:8px}.title{font-size:clamp(23px,6.4vw,30px)}.lead{font-size:15px}.mbar{display:flex}.ask{right:12px;left:12px;bottom:74px;width:auto;height:min(440px,calc(100vh - 160px))}body{padding-bottom:64px}.feat{padding:24px 14px 14px}}.feat{position:relative;overflow:hidden;padding:18px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 1px 2px rgba(22,34,46,.06);transition:border-color .4s,background .4s,transform .5s var(--ease),box-shadow .5s var(--ease);cursor:pointer}.feat,.feat-text{display:flex;flex-direction:column;gap:6px}.feat-text{min-width:0;flex:1 1}.feat .pv b{display:inline;min-height:0;line-height:inherit;font-size:inherit}.pv{position:relative;height:180px;border-radius:10px;overflow:hidden;margin-bottom:12px;background:radial-gradient(var(--line) 1px,transparent 1.2px) 0 0 /10px 10px,linear-gradient(160deg,var(--surface3),var(--surface2));border:1px solid var(--line-soft);display:flex;flex-direction:column;gap:6px;padding:10px;font-size:11px;color:var(--body)}.pv>*{flex-shrink:0}.pv:has(>.pv-chip[style*=absolute]){padding-bottom:38px}.feat .feat-ic{position:absolute;top:4px;right:10px;width:32px;height:32px;border-radius:9px;margin:0;z-index:2;box-shadow:0 2px 6px rgba(22,34,46,.12)}.feat .feat-ic svg{width:20px;height:20px}.feat{padding-top:24px}.feat-step{top:auto;bottom:16px}.pv-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface);border:1px solid var(--line-soft);border-radius:6px;padding:5px 8px;font-weight:500;color:var(--ink);white-space:nowrap;cursor:pointer;transition:border-color .2s,transform .2s}.pv-row:hover{border-color:var(--line-strong)}.pv-row.sel{border-color:var(--accent)}.pv-row.sel,.pv-why{background:var(--accent-soft)}.pv-why{font-size:10.5px;color:var(--accent-text);border-radius:6px;padding:5px 8px;line-height:1.35}.pv-try{position:absolute;right:52px;top:16px;font-style:normal;font-size:10px;font-weight:700;letter-spacing:.02em;padding:2px 8px;border-radius:999px;opacity:0;transform:translateY(4px);transition:opacity .3s,transform .3s var(--ease);pointer-events:none;z-index:3}.feat:hover .pv-try{opacity:1;transform:none}.pv.live .pv-try{opacity:0}.pv.live .a-in,.pv.live .a-pop,.pv.live .a-slide{animation:none;opacity:1;transform:none}.pv.live .a-type{animation:none;width:auto;max-width:100%}.pv.live .a-grow{animation:none;width:var(--w,100%)}.pv.live .a-fill{animation:none;width:var(--f,64%)}.pv.live .a-tick{animation:none}.pv.live .a-draw{animation:none;stroke-dashoffset:0}.pv.live .a-heat{animation:none;opacity:var(--o,.5)}.pv.live .a-press{animation:none}.pv-checks div{cursor:pointer}.pv-checks div i.done{background:var(--peepal);border-color:var(--peepal)}.pv.live .pv-checks i:not(.done){background:transparent;border-color:var(--line-strong)}.pv-btns i,.pv-cal i,.pv-stars i{cursor:pointer}.pv-btns i.chosen{outline:2px solid var(--accent-lift);outline-offset:1px}.pv-input [contenteditable]{outline:none;min-width:20px}.pv-input.focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.pv-heat i{cursor:pointer}.pv-heat i.pick{outline:2px solid var(--ink);outline-offset:1px}.pv-graph g,.pv-meter em,.pv-qr{cursor:pointer}.pv-graph g.sel rect{stroke:var(--accent);stroke-width:2}.pv-bubble{cursor:pointer}.pv-bubble.sel{outline:2px solid var(--accent);outline-offset:2px}.pv-badge,.pv-cand{cursor:pointer}.pv-cand{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line-soft);border-radius:8px;padding:7px 12px;position:relative}.pv-ring{width:56px;height:56px;flex:none;transform:rotate(-90deg)}.pv-ring .bg{fill:none;stroke:var(--line-soft);stroke-width:5}.pv-ring .fg{fill:none;stroke-width:5;stroke-linecap:round;stroke-dasharray:125.6;stroke-dashoffset:125.6}.pv-ringwrap{position:relative;width:56px;height:56px;flex:none}.pv-score{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:18px;font-weight:600;font-style:normal;color:var(--ink)}.pv-cand-t{display:flex;flex-direction:column;gap:2px;min-width:0}.pv .pv-cand-t b{font-size:12px;color:var(--ink)}.pv-cand-t span{font-size:10.5px;color:var(--muted)}.pv-tags{display:flex;gap:4px;flex-wrap:wrap;margin-top:0}.pv-tags i{font-style:normal;font-size:9.5px;font-weight:700;background:var(--accent-soft);color:var(--accent-text);padding:2px 6px;border-radius:999px}.pv.live .a-ring{animation:none;stroke-dashoffset:var(--off)}.pv-bill{background:var(--surface);border:1px solid var(--line-soft);border-radius:8px;padding:6px 10px;display:flex;flex-direction:column;gap:1px;line-height:1.3}.pv-bill-h{display:flex;justify-content:space-between;align-items:baseline;gap:8px;border-bottom:1px dashed var(--line);padding-bottom:3px;margin-bottom:2px;white-space:nowrap}.pv-bill-h b{font-size:11px;color:var(--ink)}.pv-bill-h b,.pv-bill-h span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pv-bill-h span{font-size:9.5px;color:var(--muted);flex:0 1 auto;min-width:0}.pv-line{display:flex;justify-content:space-between;align-items:center;font-size:10.5px;color:var(--ink);font-weight:500;cursor:pointer;padding:2px 0;white-space:nowrap}.pv-line i{font-style:normal;font-size:9.5px;font-weight:700;padding:1px 7px;border-radius:999px;background:var(--peepal-soft);color:var(--peepal)}.pv-line.off{color:var(--muted);text-decoration:line-through}.pv-line.off i{background:var(--surface3);color:var(--muted)}.pv-line.soon{color:var(--muted);cursor:default}.pv-line.soon i{background:var(--accent-soft);color:var(--accent-text)}.pv-toast.flow{position:static;align-self:stretch;padding:5px 10px}.pv-chip.inflow{position:static;align-self:flex-start}.pv-line.total{border-top:1px dashed var(--line);margin-top:1px;padding-top:3px;cursor:default}.pv-line.total b{font-size:10.5px;color:var(--accent-text)}.pv-code{min-width:0;flex:1 1}.pv-code span{font-size:18px;letter-spacing:.12em;overflow:hidden}.pv-code span,.pv-tags i{white-space:nowrap}.pv-row span{overflow:hidden;text-overflow:ellipsis}.pv-chip{display:inline-flex;font-style:normal;font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px;white-space:nowrap}.pv-chip.good{color:var(--peepal)}.pv-doc{background:var(--surface);border:1px solid var(--line-soft);border-radius:6px;padding:8px 10px;display:flex;flex-direction:column;gap:5px}.pv-doc b{font-size:11px;color:var(--ink)}.pv-doc i{display:block;height:5px;border-radius:3px;background:var(--line);width:100%}.pv-doc.tall{flex:1 1}.pv-toast{position:absolute;right:10px;bottom:10px;color:var(--ground);border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:2px;box-shadow:0 8px 20px rgba(11,20,28,.3)}.pv-toast b{font-size:11px}.pv-toast span{font-size:10px;color:var(--ink-text)}.pv-toast.wide{left:10px;right:10px;top:10px;bottom:auto}.pv-btns{display:flex;gap:6px;margin-top:6px}.pv-btns i{flex:1 1;text-align:center;font-style:normal;font-size:10px;font-weight:700;padding:4px 0;border-radius:5px;border:1px solid var(--ink-line);color:var(--ground)}.pv-btns i:first-child{color:var(--surface)}.pv-input{background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:7px 10px;color:var(--ink);font-weight:500}.pv-input,.pv-input .a-type{white-space:nowrap;overflow:hidden}.pv-input .a-type{display:inline-block;border-right:2px solid var(--accent);vertical-align:bottom;max-width:100%}.pv-steps{display:flex;gap:6px;flex-wrap:wrap}.pv-steps i{font-style:normal;font-size:10px;font-weight:700;background:var(--accent-soft);color:var(--accent-text);padding:3px 8px;border-radius:999px}.pv-meter{display:flex;flex-direction:column;gap:4px}.pv-meter span{font-size:10px;color:var(--muted)}.pv-meter em{height:8px;background:var(--line-soft);overflow:hidden}.pv-meter em,.pv-meter em b{display:block;border-radius:4px}.pv-meter em b{height:100%;width:0;background:var(--accent)}.pv-cal{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px}.pv-cal i{height:22px;border-radius:4px;background:var(--surface);border:1px solid var(--line-soft)}.pv-stars{display:flex;align-items:center;gap:3px;margin-top:auto}.pv-stars i{width:12px;height:12px;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:var(--line)}.pv-stars i.on{background:var(--accent)}.pv-stars span{margin-left:6px;font-weight:600;color:var(--ink)}.pv-checks{display:flex;flex-direction:column;gap:6px}.pv-checks div{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line-soft);border-radius:6px;padding:5px 8px;color:var(--ink);font-weight:500}.pv-checks i{width:14px;height:14px;border-radius:4px;border:1.5px solid var(--line-strong);background:transparent}.pv-qr{width:64px;height:64px;border-radius:6px;background:var(--surface);border:1px solid var(--line-soft);position:relative;overflow:hidden;flex:none;background-image:linear-gradient(90deg,var(--ink) 25%,transparent 25% 50%,var(--ink) 50% 62%,transparent 62% 75%,var(--ink) 75%),linear-gradient(var(--ink) 25%,transparent 25% 50%,var(--ink) 50% 62%,transparent 62% 75%,var(--ink) 75%);background-size:16px 16px;background-blend-mode:multiply;opacity:.85}.pv-scan{position:absolute;left:0;right:0;top:0;height:3px;background:var(--accent-lift);box-shadow:0 0 8px var(--accent-lift);animation:scan 2.4s ease-in-out infinite}.pv-code{display:flex;flex-direction:column;gap:4px;justify-content:center}.pv-code span{font-family:var(--display);font-size:20px;letter-spacing:.14em;color:var(--ink)}.pv-code em{font-style:normal;font-size:10.5px;color:var(--muted)}.pv:has(.pv-qr){flex-direction:row;align-items:center;gap:12px}.pv-badge{position:absolute;left:10px;top:10px;width:92px;background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:8px;display:flex;flex-direction:column;gap:2px;box-shadow:0 6px 16px rgba(22,34,46,.12)}.pv-badge b{font-size:8px;letter-spacing:.1em;color:var(--accent-text)}.pv-badge span{font-size:11px;font-weight:700;color:var(--ink)}.pv-badge em{font-style:normal;font-size:9px;color:var(--muted)}.pv:has(.pv-badge) .pv-row{margin-left:108px}.pv-graph{width:100%;height:100%}.pv-graph.mini{height:40px;flex:none}.pv-try{right:10px;bottom:10px;top:auto}.pv:has(.pv-bill){padding-bottom:34px}.pv-checks div,.pv-row{line-height:1.3}.pv-chip.inflow.end{margin-top:auto}.pv-doc .pv-steps{margin-top:2px}.pv-doc .pv-steps i{display:inline-flex;height:auto;width:auto}.pv-doc-foot{display:flex;justify-content:space-between;gap:8px;margin-top:auto;font-size:10px;color:var(--muted);white-space:nowrap}.pv-cal-h{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px}.pv-cal-h i{font-style:normal;font-size:9px;font-weight:700;color:var(--muted);text-align:center;letter-spacing:.04em}.pv-av{display:flex;flex:none;font-style:normal}.pv .pv-av b{width:18px;height:18px;border-radius:50%;background:var(--accent-soft);color:var(--accent-text);font-size:8px;font-weight:700;display:grid;min-height:0;place-items:center;border:1.5px solid var(--surface);margin-left:-5px}.pv .pv-av b:first-child{margin-left:0}.pv-note{font-size:10.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:var(--surface);border:1px solid var(--line-soft);border-radius:6px;padding:4px 8px}.pv-bill .pv-note{background:none;border:0;padding:1px 0}.pv .pv-note b{color:var(--ink);font-weight:600;display:inline}.pv-graph rect{fill:var(--surface);stroke:var(--line)}.pv-graph text{font-size:9px;font-weight:700;fill:var(--ink);text-anchor:middle;font-family:var(--sans)}.pv-wire{fill:none;stroke:var(--accent);stroke-width:2}.pv:has(.pv-bubble){gap:5px}.pv-bubble{max-width:86%;border-radius:10px;padding:4px 9px;display:flex;flex-direction:column;gap:1px;min-width:0}.pv-bubble b{font-size:11px}.pv-bubble b,.pv-bubble span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv-bubble span{font-size:10px}.pv-bubble.mail{background:var(--surface);border:1px solid var(--line-soft);color:var(--ink);align-self:flex-start}.pv-bubble.mail span{color:var(--muted)}.pv-bubble.wa{background:var(--peepal-soft);color:var(--peepal);align-self:flex-end;border-bottom-right-radius:2px}.pv-heat{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));grid-gap:4px;gap:4px}.pv-heat i{height:16px;border-radius:3px;background:var(--accent);opacity:0}@keyframes scene-press{0%,8%{transform:scale(1);filter:brightness(1)}12%{transform:scale(.92);filter:brightness(.85)}16%,to{transform:scale(1);filter:brightness(1)}}@keyframes scan{0%{top:0}50%{top:calc(100% - 3px)}to{top:0}}@media (prefers-reduced-motion:reduce){.a-in,.a-pop,.a-slide{opacity:1}.a-type{width:100%}.a-grow{width:var(--w,100%)}.a-fill{width:64%}.a-tick{background:var(--peepal);border-color:var(--peepal)}.a-draw{stroke-dashoffset:0}.a-heat{opacity:var(--o,.5)}}.feat b{display:block;line-height:1.25;min-height:2.5em}.feat-text>span{flex:1 1}.feat-metric{margin-top:10px;align-self:flex-start}.feat b{font-size:15px;color:var(--ink)}.feat-text>span{font-size:12.5px;line-height:1.5;color:var(--body2)}.feat-step{position:absolute;top:12px;right:14px;font-family:var(--display);font-size:14px;font-weight:600;color:var(--line-strong);transition:color .4s}.feat-ic{width:72px;height:72px;border-radius:18px;color:var(--ink);display:flex;align-items:center;justify-content:center;margin-bottom:8px;transition:background .4s,color .4s,transform .5s var(--ease)}.feat-ic svg{width:44px;height:44px}.feat-ic .acc{stroke:var(--tint,var(--accent))}.feat-metric{font-style:normal;display:inline-flex;width:-moz-fit-content;width:fit-content;margin-top:6px;font-size:12px;font-weight:600;padding:3px 9px}.feat-bar{position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--tint,var(--accent))}.feat.on{background:var(--surface2);transform:translateY(-3px);box-shadow:0 12px 28px rgba(22,34,46,.1)}.feat.on .feat-step{color:var(--tint-text,var(--accent-text))}.feat.on .feat-ic{background:radial-gradient(var(--ink-line) 1px,transparent 1.2px) 0 0 /8px 8px,radial-gradient(circle at 28% 24%,var(--ink-soft),var(--ink) 72%);color:var(--ground);transform:rotate(-4deg) scale(1.04)}.feat.on .feat-ic .acc{stroke:var(--accent-lift)}@keyframes pop-ic{0%{transform:scale(.7);opacity:.4}}@keyframes drawin{0%{stroke-dashoffset:160}to{stroke-dashoffset:0}}@keyframes fillbar{to{width:100%}}.feat-track{position:absolute;left:calc(12.5% + 10px);right:calc(12.5% + 10px);top:86px;height:2px;background:var(--line);border-radius:1px}.feat-track i{position:absolute;top:-5px;left:0;width:12px;height:12px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);transition:left .9s var(--ease)}.feat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding:30px 18px 22px;position:relative}.feat-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.feat.t-visitor{--tint:var(--peepal);--tint-text:#0B7F79;--tint-soft:var(--peepal-soft)}.feat.t-demand{--tint:var(--accent-lift);--tint-text:#6D28D9;--tint-soft:#EFE7FF}.features:before{top:-28%;right:-10%;width:62%;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,var(--glow),transparent 66%)}.features:after,.features:before{content:"";position:absolute;pointer-events:none}.features:after{inset:0;background-image:radial-gradient(var(--line-strong) 1.1px,transparent 1.3px),radial-gradient(circle at 8% 100%,var(--glow2),transparent 42%);background-size:22px 22px,auto;opacity:.35}.features{position:relative;overflow:hidden}.features>*{position:relative;z-index:1}.features .ui-bar{background:rgba(255,255,255,.7)}.feat{background:rgba(255,255,255,.86);border-color:rgba(255,255,255,.9)}.feat.on{background:var(--surface);border-color:var(--tint,var(--accent));box-shadow:0 14px 30px rgba(37,99,235,.14)}.feat.on .feat-ic{background:radial-gradient(rgba(255,255,255,.14) 1px,transparent 1.2px) 0 0 /8px 8px,linear-gradient(135deg,var(--navy),var(--ink));color:#fff}.feat-ic{background:radial-gradient(var(--line) 1px,transparent 1.2px) 0 0 /8px 8px,radial-gradient(circle at 28% 24%,var(--tint-soft,var(--accent-soft)),var(--surface3) 72%)}.feat-metric{background:var(--tint-soft,var(--accent-soft));color:var(--tint-text,var(--accent-text));padding:4px 10px;border-radius:999px}.pv-chip.acc,.pv-try{color:var(--accent-text);background:var(--accent-soft)}.pv-chip.good{background:var(--peepal-soft);color:#0B7F79}.pv-chip.soft{background:var(--surface3);color:var(--body2)}.pv-btns i:first-child,.pv-cal i.hot{background:var(--accent);border-color:var(--accent)}.pv-stars i.on{background:#F59E0B}.pv-ring .fg{stroke:var(--accent)}.pv-score{color:var(--accent-text)}.pv-toast{background:var(--ink)}.a-type{border-right-color:var(--accent)}@media (max-width:900px){.feat-grid,.feat-grid.three,.feat-grid.two{grid-template-columns:1fr}.feat-grid.strip{display:flex}}@keyframes scene-ring{0%{stroke-dashoffset:125.6}14%,to{stroke-dashoffset:var(--off)}}@keyframes scene-in{0%{opacity:0;transform:translateY(6px)}7%,to{opacity:1;transform:none}}@keyframes scene-pop{0%{opacity:0;transform:scale(.7)}6%,to{opacity:1;transform:scale(1)}}@keyframes scene-slide{0%{opacity:0;transform:translateX(-24px)}8%,to{opacity:1;transform:none}}@keyframes scene-type{0%{width:0}24%,to{width:100%}}@keyframes scene-grow{0%{width:0}10%,to{width:var(--w,100%)}}@keyframes scene-fill{0%{width:0}20%,to{width:64%}}@keyframes scene-tick{0%{background:transparent;border-color:var(--line-strong)}4%,to{background:var(--peepal);border-color:var(--peepal)}}@keyframes scene-draw{0%{stroke-dashoffset:120}12%,to{stroke-dashoffset:0}}@keyframes scene-heat{0%{opacity:0}8%,to{opacity:var(--o,.5)}}@keyframes barup{0%{transform:scaleY(0)}10%,to{transform:scaleY(1)}}@media (prefers-reduced-motion:no-preference){.a-ring{animation:scene-ring 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-in{opacity:0;animation:scene-in 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-pop{opacity:0;animation:scene-pop 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-slide{opacity:0;animation:scene-slide 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-type{width:0;animation:scene-type 6.5s steps(28) infinite;animation-delay:var(--d,0s)}.a-grow{width:0;animation:scene-grow 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-fill{animation:scene-fill 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-tick{animation:scene-tick 6.5s steps(1) infinite;animation-delay:var(--d,0s)}.a-press{animation:scene-press 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-draw{stroke-dasharray:120;stroke-dashoffset:120;animation:scene-draw 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.a-heat{animation:scene-heat 6.5s var(--ease) infinite;animation-delay:var(--d,0s)}.feat.on .feat-bar{animation:fillbar 2.2s linear forwards}.feat.on .feat-ic svg,.panel.on .feat-ic svg{animation:pop-ic .6s var(--ease)}.a-draw,.a-fill,.a-grow,.a-heat,.a-in,.a-pop,.a-press,.a-ring,.a-slide,.a-tick,.a-type,.pv-bars i{animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:paused}.pv.reset .a-draw,.pv.reset .a-fill,.pv.reset .a-grow,.pv.reset .a-heat,.pv.reset .a-in,.pv.reset .a-pop,.pv.reset .a-press,.pv.reset .a-ring,.pv.reset .a-slide,.pv.reset .a-tick,.pv.reset .a-type,.pv.reset .pv-bars i{animation:none!important}.pv.play .a-draw,.pv.play .a-fill,.pv.play .a-grow,.pv.play .a-heat,.pv.play .a-in,.pv.play .a-pop,.pv.play .a-press,.pv.play .a-ring,.pv.play .a-slide,.pv.play .a-tick,.pv.play .a-type,.pv.play .pv-bars i{animation-play-state:running}}[hidden]{display:none!important}.form .form-error{color:#FCA5A5;font-size:13.5px;margin:0}.fields .hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.foot{grid-template-columns:1.6fr 1fr 1fr 1fr}.nav-cta a.signin{display:inline-block}.prob .prob-ic{display:flex;flex:none}.contact-company dt{color:var(--muted);font-size:13px}.contact-company dd{margin:0}.wm .wm-mark{display:none}.wm .wm-mark img{display:block;width:32px;height:32px}@media (max-width:900px){.wm.has-mark img.wm-word{display:none}.wm.has-mark .wm-mark{display:block}}.vframe{position:relative;overflow:hidden;border-radius:10px;border:1px solid var(--line-soft);aspect-ratio:16/9}.vclip,.vframe{background:var(--surface2)}.vclip{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.vstage .vframe{border:0;border-radius:0}.phero .vstage,.split .vstage{box-shadow:0 24px 60px rgba(26,34,64,.18),0 0 0 1px rgba(37,99,235,.1),0 10px 30px rgba(37,99,235,.14)}.vframe.portrait{aspect-ratio:390/844;width:250px;max-width:72%;margin:22px auto;border-radius:26px;border:7px solid var(--ink);box-shadow:0 16px 36px rgba(10,15,26,.22)}.feat>.vframe{aspect-ratio:auto;height:180px;margin-bottom:12px}.explain>.vframe{width:300px;flex:none}.ai3+.vstage{margin-top:18px}.shot{height:180px;margin-bottom:12px;border-radius:10px;overflow:hidden;border:1px solid var(--line-soft);background:var(--surface2)}.shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}@media (max-width:900px){.explain>.vframe{width:100%}.vframe.portrait{width:210px;max-width:80%}.feat-grid.strip>.feat>.vframe{height:126px;margin-bottom:6px}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_48b81b{--font-inter:"Inter","Inter Fallback"}:root{--brand-black:#0A0F1A;--brand-navy:#1A2240;--brand-blue:#2563EB;--brand-purple:#7C3AED;--brand-teal:#00C2BB;--brand-grey:#E6E8EF;--brand-white:#FFFFFF}