.site{background:var(--card);color:var(--ink);font-family:Space Grotesk,system-ui,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:clip}.site *{margin:0;padding:0;box-sizing:border-box}.site a{color:inherit;text-decoration:none}.site .wrap{max-width:1120px;margin:0 auto;padding:0 22px}@media(max-width:560px){.site .wrap{padding:0 16px}}.site .btn{display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:15px;padding:13px 20px;border-radius:14px;transition:.15s}.site .btn.primary{background:var(--yellow);color:var(--yellow-ink)}.site .btn.primary:hover{background:var(--yellow-hover)}.site .btn:active{transform:translateY(1px) scale(.985)}.site .btn.primary:active{background:var(--yellow-hover)}.site .btn.ghost{background:#f1f2f4;color:var(--ink)}.site .btn.ghost:hover{background:#e8eaec}.site .btn.line{background:#fff;border:1.5px solid var(--hair-2);color:var(--ink)}.site .btn.line:hover{border-color:#d3d6da}.site .eyebrow{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:lowercase;color:var(--sub)}.site .eyebrow:before{content:"// ";opacity:.55}.site nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--hair)}.site .nav-in{max-width:1120px;margin:0 auto;padding:14px 22px;display:flex;align-items:center;gap:22px}.site .logo{display:inline-flex;align-items:center;font-family:Space Grotesk,system-ui,sans-serif;font-weight:700;font-size:23px;letter-spacing:-.04em;color:var(--ink);text-transform:lowercase;text-decoration:none}.site .logo .g{width:30px;height:30px;border-radius:9px;background:var(--dark);display:grid;place-items:center;position:relative}.site .logo .g:after{content:"";position:absolute;top:5px;right:5px;width:7px;height:7px;border-radius:50%;background:var(--yellow)}.site .logo .g svg{width:16px;height:16px;stroke:#fff}.site .logo b{color:var(--ink)}.site .nav-links{display:flex;align-items:center;gap:4px;margin-left:8px}.site .nav-links a{font-weight:600;font-size:14.5px;color:var(--ink-2);padding:8px 12px;border-radius:10px}.site .nav-links a:hover{background:#f5f6f7}.site .nav-right{margin-left:auto;display:flex;align-items:center;gap:10px}.site .nav-right .login{font-weight:600;font-size:14.5px;color:var(--ink-2);padding:8px 6px}@media(max-width:760px){.site .nav-links{display:none}}.site .hero{padding:64px 0 40px}.site .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:48px;gap:48px;align-items:center}@media(max-width:900px){.site .hero-grid{grid-template-columns:1fr;gap:36px}}.site .hero h1{font-weight:700;font-size:54px;line-height:1.14;letter-spacing:-.035em}.site .hero h1 em{display:inline-block;line-height:1;vertical-align:baseline;font-style:normal;color:var(--yellow-ink);background:var(--yellow);padding:.03em .16em;border-radius:.14em}.site .hero .lede{font-size:18px;color:var(--ink-2);margin:20px 0 28px;max-width:34ch}.site .hero .ctas{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.site .hero .ring{margin-top:20px;font-size:14px;color:var(--sub);font-weight:500}.site .hero .ring b,.site .ring a{color:var(--ink);font-family:JetBrains Mono;font-weight:600}.site .ring .beat{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--yellow);margin-right:6px;vertical-align:middle;animation:site-beat 2.4s ease-in-out infinite}.site .hero .demo-ring{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:15px 18px;background:var(--card);border:1px solid var(--brand-line);border-radius:var(--r-sm);box-shadow:var(--shadow-sm);max-width:420px}.site .hero .demo-ring .beat{margin-top:7px;flex:0 0 auto;display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--yellow);animation:site-beat 2.4s ease-in-out infinite}.site .hero .demo-ring .demo-ring-copy{display:flex;flex-direction:column;gap:3px}.site .hero .demo-ring strong{color:var(--ink);font-size:15px;font-weight:600}.site .hero .demo-ring .demo-call{align-self:flex-start;margin-top:10px;display:inline-flex;align-items:center;gap:8px}.site .hero .demo-ring .demo-call svg{width:17px;height:17px;fill:currentColor}.site .hero .demo-ring .sub{color:var(--sub);font-size:13px}@keyframes site-beat{0%,to{box-shadow:0 0 0 0 rgba(24,165,109,.5)}50%{box-shadow:0 0 0 5px rgba(24,165,109,0)}}@media(max-width:560px){.site .hero{padding:40px 0 24px}.site .hero h1{font-size:40px}.site .hero .lede{font-size:16px}.site .hero .ctas .btn{flex:1 1;justify-content:center}}@media(max-width:390px){.site .hero h1{font-size:34px}}.site .demo{justify-self:center;width:100%;max-width:360px}.site .demo-tabs{display:flex;gap:6px;background:#f1f2f4;padding:5px;border-radius:14px;margin-bottom:16px}.site .demo-tabs button{flex:1 1;border:none;background:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:13.5px;color:var(--sub);padding:9px 6px;border-radius:10px;transition:.15s}.site .demo-tabs button.on{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.site .phone{background-color:var(--dark);border:1px solid rgba(255,255,255,.1);border-radius:28px;box-shadow:var(--shadow-lg);padding:14px;position:relative;color:#E8ECEA}.site .phone-head{display:flex;align-items:center;gap:11px;padding:8px 8px 14px;border-bottom:1px solid rgba(255,255,255,.09)}.site .phone-head .av{width:38px;height:38px;border-radius:11px;background:var(--brand-bright);display:grid;place-items:center}.site .phone-head .av svg{width:19px;height:19px;stroke:#06140d}.site .phone-head .biz b{font-weight:700;font-size:14.5px;display:block;color:#fff}.site .phone-head .ai-badge{font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500;letter-spacing:.08em;color:#F0C808;background:rgba(240,200,8,.14);border:1px solid rgba(240,200,8,.32);padding:2px 8px;border-radius:999px}.site .phone-head .live{margin-left:auto;font-family:JetBrains Mono,monospace;font-size:10px;color:#8A949B;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:7px}.site .phone-head .live .bars{display:inline-flex;align-items:flex-end;gap:2px;height:12px}.site .phone-head .live .bars i{width:3px;height:100%;border-radius:1px;background:#3A4550;transform:scaleY(.3);transform-origin:bottom}.site .phone-head .live.on .bars i{background:var(--brand-bright);animation:site-eq 1s ease-in-out infinite}.site .phone-head .live.on .bars i:nth-child(2){animation-delay:.15s}.site .phone-head .live.on .bars i:nth-child(3){animation-delay:.3s}.site .phone-head .live.on .bars i:nth-child(4){animation-delay:.45s}@keyframes site-eq{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}.site .transcript{min-height:322px;padding:16px 8px;display:flex;flex-direction:column;gap:11px;position:relative;overflow-y:auto;max-height:322px}.site .sub-trades{font-size:11.5px;color:var(--sub);text-align:center;margin-top:2px;padding:0 8px 6px;font-weight:500}.site .bubble{max-width:82%;font-size:14px;line-height:1.4;padding:10px 13px;border-radius:15px;animation:site-rise .3s ease both}.site .bubble.ai{align-self:flex-start;background:var(--brand-soft);color:#123;border-bottom-left-radius:5px}.site .bubble.caller{align-self:flex-end;background:#f1f2f4;color:var(--ink);border-bottom-right-radius:5px}.site .bubble .lab{display:block;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;opacity:.6}@keyframes site-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.site .outcome{margin-top:4px;background:#fff;border:1.5px solid var(--brand-line);border-radius:14px;padding:13px;animation:site-rise .35s ease both}.site .outcome .oh{display:flex;align-items:center;gap:8px;font-weight:800;font-size:13px;color:var(--brand);margin-bottom:8px}.site .outcome .oh svg{width:16px;height:16px;stroke:var(--brand)}.site .outcome .orow{display:flex;align-items:center;gap:8px;font-size:13.5px}.site .outcome .orow+.orow{margin-top:5px}.site .outcome .plate{font-family:JetBrains Mono;font-weight:600;font-size:11px;background:#f6f7f8;border:1px solid var(--hair-2);padding:3px 7px;border-radius:6px}.site .outcome .val{margin-left:auto;font-weight:800}.site .rest{display:flex;flex-direction:column;gap:14px;height:100%;justify-content:center;padding:4px}.site .playbtn{display:inline-flex;flex-direction:column;align-items:center;gap:10px;margin:2px auto;border:none;background:none;cursor:pointer;padding:10px 14px;border-radius:14px}.site .playbtn .circ{width:64px;height:64px;border-radius:50%;background:var(--brand-bright);display:grid;place-items:center;box-shadow:0 10px 28px -8px rgba(240,200,8,.6)}.site .playbtn .circ svg{width:26px;height:26px;fill:#fff;margin-left:3px}.site .playbtn .t{font-weight:700;font-size:13px;color:#E8ECEA}.site .playbtn:focus-visible{outline:3px solid var(--brand);outline-offset:3px}.site .rest-teaser{text-align:center;font-size:12px;font-weight:600;color:#8A949B}.site .playdot{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--brand);margin-right:7px;vertical-align:middle}.site .playdot svg{width:8px;height:8px;fill:#fff;margin-left:1px}.site .typing{align-self:flex-start;display:flex;gap:4px;padding:12px 14px;background:var(--brand-soft);border-radius:15px;border-bottom-left-radius:5px}.site .typing i{width:6px;height:6px;border-radius:50%;background:var(--brand);opacity:.5;animation:site-tdot 1s infinite}.site .typing i:nth-child(2){animation-delay:.15s}.site .typing i:nth-child(3){animation-delay:.3s}@keyframes site-tdot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.site .beat,.site .bubble,.site .outcome,.site .phone-head .live.on .bars i,.site .typing i{animation:none!important}}.site .builtfor{padding:26px 0 8px}.site .builtfor .lab{text-align:center;font-size:13px;font-weight:700;color:var(--sub);margin-bottom:16px}.site .builtfor .lab b{color:var(--ink)}.site .trade-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;max-width:840px;margin:0 auto}.site .trade-pills span{font-size:13.5px;font-weight:600;color:var(--ink-2);background:#f6f7f8;border:1px solid var(--hair);padding:8px 14px;border-radius:999px}.site .trade-pills span.lead{background:var(--brand-soft);border-color:var(--brand-line);color:var(--brand)}.site section.blk{padding:70px 0}.site .sec-head{max-width:640px;margin-bottom:40px}.site .sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.site .sec-head h2{font-weight:700;font-size:38px;line-height:1.08;letter-spacing:-.03em;margin-top:10px}.site .sec-head p{font-size:17px;color:var(--ink-2);margin-top:14px}@media(max-width:560px){.site section.blk{padding:48px 0}.site .sec-head h2{font-size:29px}}.site .vgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media(max-width:820px){.site .vgrid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.site .vgrid{grid-template-columns:1fr}}.site .vcard{background:var(--card);border:1px solid var(--hair);border-radius:var(--r);padding:22px;box-shadow:var(--shadow-sm)}.site .vcard .isq{width:42px;height:42px;border-radius:12px;background:var(--brand-soft);display:grid;place-items:center;margin-bottom:16px}.site .vcard .isq svg{width:20px;height:20px;stroke:var(--brand)}.site .vcard h3{font-weight:700;font-size:17px;letter-spacing:-.01em}.site .vcard p{color:var(--sub);font-size:14px;margin-top:7px}.site .vcard .demo-el{margin-top:16px;background:#f6f7f8;border-radius:14px;padding:14px}.site .mini-book{display:flex;align-items:center;gap:10px;font-size:13px}.site .mini-book .tick{width:26px;height:26px;border-radius:8px;background:var(--brand);display:grid;place-items:center;flex-shrink:0}.site .mini-book .tick svg{width:15px;height:15px;stroke:#fff}.site .mini-book b{font-weight:700}.site .mini-book .v{margin-left:auto;font-weight:800;color:var(--brand)}.site .mini-money{font-weight:800;font-size:30px;letter-spacing:-.02em;color:var(--brand)}.site .mini-money span{font-size:13px;color:var(--sub);font-weight:600;display:block;margin-top:2px}.site .mini-txt{font-size:12.5px;color:var(--ink-2);background:#fff;border:1px solid var(--hair-2);border-radius:10px;padding:9px 11px;line-height:1.4}.site .proof{background:var(--canvas);border-radius:26px;padding:44px;display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px;align-items:center}@media(max-width:820px){.site .proof{grid-template-columns:1fr;padding:28px}}.site .proof .shot{background:#fff;border:1px solid var(--hair);border-radius:16px;box-shadow:var(--shadow);padding:16px}.site .proof .shot .row{display:flex;gap:10px;margin-bottom:10px}.site .proof .shot .st{flex:1 1;background:#f6f7f8;border-radius:12px;padding:12px}.site .proof .shot .st .n{font-weight:800;font-size:24px;letter-spacing:-.02em}.site .proof .shot .st .n.g{color:var(--brand)}.site .proof .shot .st .l{font-size:11px;color:var(--sub);margin-top:3px;font-weight:600}.site .proof .shot .cal{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px}.site .proof .shot .dc{background:#f6f7f8;border-radius:9px;padding:7px;min-height:52px}.site .proof .shot .dc.t{border:1.5px solid var(--brand)}.site .proof .shot .dc .dn{font-size:9px;font-weight:700;color:var(--sub);text-transform:uppercase}.site .proof .shot .dc .ev{font-size:8.5px;font-weight:600;color:var(--brand);background:var(--brand-soft);border-radius:4px;padding:2px 3px;margin-top:3px}.site .steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media(max-width:760px){.site .steps{grid-template-columns:1fr}}.site .step{background:var(--card);border:1px solid var(--hair);border-radius:var(--r);padding:24px;box-shadow:var(--shadow-sm)}.site .step .no{width:34px;height:34px;border-radius:10px;background:var(--dark);color:#fff;display:grid;place-items:center;font-weight:800;font-size:15px;margin-bottom:16px}.site .step h3{font-weight:700;font-size:17px}.site .step p{color:var(--sub);font-size:14px;margin-top:7px}.site .step .code{font-family:JetBrains Mono;font-weight:600;font-size:13px;color:var(--brand);background:var(--brand-soft);border:1px solid var(--brand-line);border-radius:8px;padding:4px 9px;display:inline-block;margin-top:12px}.site .ways{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:640px){.site .ways{grid-template-columns:1fr}}.site .way{border-radius:var(--r);padding:28px}.site .way.solo{background:var(--brand-soft);border:1px solid var(--brand-line)}.site .way.multi{background:var(--canvas);border:1px solid var(--hair)}.site .way h3{font-weight:800;font-size:22px;letter-spacing:-.02em}.site .way .who{font-size:14px;color:var(--ink-2);margin:8px 0 18px}.site .way ul{list-style:none;margin:0 0 22px}.site .way li{font-size:14px;color:var(--ink-2);padding:6px 0 6px 26px;position:relative}.site .way li:before{content:"";position:absolute;left:0;top:11px;width:16px;height:16px;border-radius:5px;background:var(--brand)}.site .way li:after{content:"✓";position:absolute;left:3px;top:5px;color:#fff;font-size:11px;font-weight:800}.site .faq{max-width:760px;margin:0 auto}.site .qa{border-bottom:1px solid var(--hair)}.site .qa summary{cursor:pointer;list-style:none;padding:20px 4px;font-weight:700;font-size:16.5px;display:flex;align-items:center;gap:14px}.site .qa summary::-webkit-details-marker{display:none}.site .qa summary .pm{margin-left:auto;width:24px;height:24px;flex-shrink:0;position:relative}.site .qa summary .pm:after,.site .qa summary .pm:before{content:"";position:absolute;background:var(--brand);border-radius:2px}.site .qa summary .pm:before{top:11px;left:4px;right:4px;height:2px}.site .qa summary .pm:after{left:11px;top:4px;bottom:4px;width:2px;transition:.2s}.site .qa[open] summary .pm:after{transform:scaleY(0)}.site .qa .a{padding:0 4px 20px;color:var(--ink-2);font-size:15px;line-height:1.6}.site .bigcta{background-color:#14191B;border-radius:28px;padding:64px 40px;text-align:center;color:#fff}.site .bigcta h2{font-weight:700;font-size:44px;line-height:1.05;letter-spacing:-.03em}.site .bigcta p{font-size:17px;color:#AAB2B8;margin:16px 0 28px}.site .bigcta .btn.primary{background:var(--yellow);color:var(--yellow-ink)}.site .bigcta .btn.primary:hover{background:var(--yellow-hover)}.site .bigcta .btn.line{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}.site .bigcta .ring{margin-top:20px;font-size:14px;color:#8A949B}.site .bigcta .ring a,.site .bigcta .ring b{color:#fff;font-family:JetBrains Mono}@media(max-width:560px){.site .bigcta{padding:44px 22px}.site .bigcta h2{font-size:31px}}.site footer{padding:56px 0 40px;border-top:1px solid var(--hair);margin-top:70px}.site .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:24px;gap:24px}@media(max-width:640px){.site .foot-grid{grid-template-columns:1fr 1fr;gap:28px}}.site .foot-grid h4{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--sub);margin-bottom:12px}.site .foot-grid a{display:block;font-size:14px;color:var(--ink-2);padding:5px 0}.site .foot-grid a:hover{color:var(--brand)}.site .foot-note{margin-top:36px;font-size:13px;color:var(--sub)}.site .eyebrow.light{color:#CBC8BE}.site .problem{max-width:60ch;margin:0 auto;text-align:center}.site .problem h2{font-weight:800;font-size:32px;letter-spacing:-.03em;line-height:1.1}.site .problem p{color:var(--ink-2);font-size:17px;margin-top:16px;line-height:1.65}.site .split{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:640px){.site .split{grid-template-columns:1fr}}.site .splitcard{border:1px solid var(--hair);border-radius:var(--r);padding:28px;background:var(--card);box-shadow:var(--shadow-sm)}.site .splitcard.alt{background:var(--brand-soft);border-color:var(--brand-line)}.site .splitcard h3{font-weight:800;font-size:22px;letter-spacing:-.02em}.site .splitcard p{color:var(--ink-2);font-size:15px;margin-top:10px;line-height:1.6}.site .split-foot{text-align:center;color:var(--sub);font-size:15px;margin-top:20px}.site .plate-moment{background:linear-gradient(150deg,#0e7a52,#0a5238);border-radius:26px;padding:48px;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:40px;gap:40px;align-items:center;color:#fff}@media(max-width:820px){.site .plate-moment{grid-template-columns:1fr;padding:32px}}.site .plate-moment h2{font-weight:800;font-size:32px;letter-spacing:-.03em;line-height:1.12;margin:12px 0 16px}.site .plate-moment .pm-copy p{color:#c7e6d7;font-size:16px;line-height:1.65}.site .pm-visual{display:flex;flex-direction:column;align-items:center;gap:16px}.site .plate{background:#f9d616;color:#111;font-family:JetBrains Mono,monospace;font-weight:800;font-size:34px;letter-spacing:.06em;padding:14px 22px;border-radius:10px;border:2px solid #0a0a0a;box-shadow:0 8px 24px -8px rgba(0,0,0,.5)}.site .pm-car{text-align:center}.site .pm-car b{display:block;font-size:16px}.site .pm-car span{font-size:13px;color:#a9d8c3}.site .proof .shot .total{background:var(--brand-soft);border:1px solid var(--brand-line);border-radius:12px;padding:12px;font-size:13.5px;color:var(--ink-2);margin-bottom:10px;text-align:center}.site .proof .shot .total b{color:var(--brand);font-weight:800}.site .reminders{background:var(--canvas);border-radius:26px;padding:44px}@media(max-width:640px){.site .reminders{padding:28px}}.site .reminders .sec-head{margin-bottom:8px}.site .reminders p{margin:16px auto 0;line-height:1.65}.site .reminders p,.site .trust{max-width:64ch;text-align:center;color:var(--ink-2);font-size:16px}.site .trust{margin:0 auto;line-height:1.7}.site .pgroup-lab{font-weight:800;font-size:18px;letter-spacing:-.01em;margin:32px 0 14px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.site .pgroup-lab span{font-weight:500;font-size:13.5px;color:var(--sub)}.site .pgrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.site .pgrid.three{grid-template-columns:repeat(3,1fr)}@media(max-width:760px){.site .pgrid,.site .pgrid.three{grid-template-columns:1fr}}.site .ptier{position:relative;border:1px solid var(--hair);border-radius:var(--r);padding:26px 24px;background:var(--card);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:8px}.site .ptier.feat{border:1.5px solid var(--yellow);box-shadow:0 12px 30px -14px rgba(240,200,8,.35)}.site .pt-tag{position:absolute;top:-11px;left:24px;background:var(--yellow);color:var(--yellow-ink);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:999px}.site .pt-name{font-weight:700;font-size:15px;color:var(--ink-2)}.site .pt-price{font-weight:800;font-size:38px;letter-spacing:-.03em}.site .pt-price span{font-size:15px;font-weight:600;color:var(--sub)}.site .pt-inc{font-size:14px;color:var(--ink-2);flex:1 1}.site .ptier .btn{margin-top:8px;text-align:center}.site .pnotes{margin-top:26px;max-width:70ch}.site .pnotes p{font-size:14px;color:var(--sub);line-height:1.55;margin-top:8px}.site .pnotes a{color:var(--brand);font-weight:600}.site .pnotes .ptrial{margin-top:16px;font-weight:700;color:var(--ink);font-size:15px}.site .whynot{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.site .wn{border-left:3px solid var(--brand-line);padding:4px 0 4px 18px}.site .wn b{font-weight:800;font-size:16px}.site .wn p{color:var(--ink-2);font-size:15px;margin-top:6px;line-height:1.55}.site .founder{max-width:64ch;margin:0 auto;text-align:center}.site .founder p{color:var(--ink-2);font-size:17px;line-height:1.7;margin-top:8px}.site .bookform{max-width:620px;margin:0 auto;background:var(--card);border:1px solid var(--hair);border-radius:var(--r);padding:28px;box-shadow:var(--shadow-sm)}.site .bookform.done{text-align:center;font-weight:700;font-size:18px;color:var(--brand);padding:44px 28px}.site .bf-row{display:flex;gap:14px;margin-bottom:14px}@media(max-width:560px){.site .bf-row{flex-direction:column}}.site .bookform label{flex:1 1;display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700;color:var(--ink-2)}.site .bookform input,.site .bookform select{font-family:inherit;font-size:15px;padding:11px 13px;border:1.5px solid var(--hair-2);border-radius:10px;background:#fff;color:var(--ink)}.site .bookform input:focus,.site .bookform select:focus{outline:none;border-color:var(--brand)}.site .bookform .btn.primary{width:100%;margin-top:4px}.site .bf-err{color:#b42318;font-size:13.5px;margin-top:12px;text-align:center}.site .legal{max-width:720px;padding-top:40px;padding-bottom:60px}.site .legal .logo{margin-bottom:24px}.site .legal-draft{background:#fef6e7;border:1px solid #f5d98a;color:#7a5a12;font-size:13px;font-weight:600;padding:10px 14px;border-radius:10px;margin-bottom:24px}.site .legal h1{font-weight:800;font-size:34px;letter-spacing:-.03em}.site .legal .upd{color:var(--sub);font-size:13px;margin-top:6px}.site .legal h2{font-weight:700;font-size:19px;margin:28px 0 8px}.site .legal p{color:var(--ink-2);font-size:15px;line-height:1.65}.site .legal a{color:var(--brand);font-weight:600}.site .tabsec{max-width:960px;margin:0 auto}.site .tabbar{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px 2px 6px;margin-bottom:22px;justify-content:center}.site .tabbar::-webkit-scrollbar{display:none}@media(max-width:680px){.site .tabbar{justify-content:flex-start}}.site .tab{flex:0 0 auto;border:1px solid var(--hair);background:var(--card);border-radius:999px;padding:9px 16px;font-family:inherit;font-weight:700;font-size:14px;color:var(--ink-2);cursor:pointer;white-space:nowrap;transition:.15s}.site .tab:hover{border-color:#d3d6da}.site .tab.on{background:var(--brand);border-color:var(--brand);color:#fff}.site .panel{display:grid;grid-template-columns:1fr 1fr;grid-gap:36px;gap:36px;align-items:center;background:var(--canvas);border-radius:26px;padding:40px}@media(max-width:820px){.site .panel{grid-template-columns:1fr;padding:26px;gap:22px}}.site .panel h3{font-weight:800;font-size:26px;letter-spacing:-.025em;line-height:1.15}.site .panel p{color:var(--ink-2);font-size:16px;line-height:1.62;margin-top:12px}.site .panel .hl{margin-top:16px;font-size:13.5px;font-weight:700;color:var(--brand);background:var(--brand-soft);border:1px solid var(--brand-line);border-radius:10px;padding:8px 12px;display:inline-block}.site .panel-visual{background:#fff;border:1px solid var(--hair);border-radius:18px;box-shadow:var(--shadow);padding:18px}.site .mini-convo{display:flex;flex-direction:column;gap:8px}.site .mini-convo .bubble{max-width:88%;font-size:13.5px;padding:10px 13px;border-radius:15px;line-height:1.45}.site .panel-visual .cal{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:6px;gap:6px}.site .panel-visual .dc{background:#f6f7f8;border-radius:9px;padding:7px;min-height:50px}.site .panel-visual .dc.t{border:1.5px solid var(--brand)}.site .panel-visual .dc .dn{font-size:9px;font-weight:700;color:var(--sub);text-transform:uppercase}.site .panel-visual .dc .ev{font-size:8.5px;font-weight:600;color:var(--brand);background:var(--brand-soft);border-radius:4px;padding:2px 3px;margin-top:3px}.site .panel-visual .drow{display:flex;gap:10px;margin-bottom:10px}.site .panel-visual .dst{flex:1 1;background:#f6f7f8;border-radius:12px;padding:12px}.site .panel-visual .dst .n{font-weight:800;font-size:22px;letter-spacing:-.02em}.site .panel-visual .dst .n.g{color:var(--brand)}.site .panel-visual .dst .l{font-size:11px;color:var(--sub);margin-top:3px;font-weight:600}.site .panel-visual .dtot{background:var(--brand-soft);border:1px solid var(--brand-line);border-radius:12px;padding:11px;font-size:13px;color:var(--ink-2);text-align:center}.site .panel-visual .dtot b{color:var(--brand);font-weight:800}.site .integ{display:flex;align-items:center;justify-content:center;gap:12px 28px;flex-wrap:wrap}.site .integ .chip{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--ink-2);background:var(--card);border:1px solid var(--hair);border-radius:12px;padding:10px 16px}.site .integ .chip.soon{color:var(--sub)}.site .integ .chip.soon span{font-size:11px;font-weight:600;color:var(--brand)}.site .proofband{text-align:center;max-width:64ch;margin:0 auto}.site .proofband .stmt{font-family:Space Grotesk,system-ui,sans-serif;font-weight:800;font-size:26px;letter-spacing:-.02em;line-height:1.25;color:var(--ink)}@media(max-width:560px){.site .proofband .stmt{font-size:21px}}.site .plan-guide{text-align:center;max-width:60ch;margin:0 auto 22px;font-size:15px;color:var(--ink-2)}.site .plate-billing{background:var(--brand-soft);border:1px solid var(--brand-line);border-radius:12px;padding:10px 14px;font-size:13.5px;font-weight:700;color:var(--brand);text-align:center;margin-bottom:14px}.site .fgroup-lab{font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--sub);margin:26px 0 14px}.site .fx{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}@media(max-width:760px){.site .fx{grid-template-columns:1fr}}.site .fcard{background:var(--card);border:1px solid var(--hair);border-radius:16px;padding:20px;box-shadow:var(--shadow-sm)}.site .fico{width:38px;height:38px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;margin-bottom:12px}.site .fico svg{width:20px;height:20px}.site .fcard b{display:block;font-size:15.5px;font-weight:700;letter-spacing:-.01em}.site .fcard p{color:var(--sub);font-size:13.5px;line-height:1.5;margin-top:6px}.site .modes{margin-top:38px}.site .modes-h{text-align:center;font-weight:800;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--sub);margin-bottom:16px}.site .pricing2 .seg{display:flex;width:max-content;margin:0 auto 28px;gap:4px;background:#eceef0;border-radius:999px;padding:4px}.site .pricing2 .seg button{border:none;background:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:14px;color:var(--ink-2);padding:9px 24px;border-radius:999px;transition:.15s}.site .pricing2 .seg button.on{background:#fff;color:var(--ink);box-shadow:var(--shadow-sm)}.site .ptcards{display:grid;grid-gap:16px;gap:16px;margin:0 auto}.site .ptcards.two{grid-template-columns:1fr 1fr;max-width:720px}.site .ptcards.three{grid-template-columns:repeat(3,1fr);max-width:980px}@media(max-width:760px){.site .ptcards.three,.site .ptcards.two{display:flex;grid-template-columns:none;max-width:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:4px 20px 8px;margin-inline:-20px}.site .ptcards.three::-webkit-scrollbar,.site .ptcards.two::-webkit-scrollbar{display:none}.site .ptcards.three .ptcard,.site .ptcards.two .ptcard{flex:0 0 84%;scroll-snap-align:center}}.site .ptcard{position:relative;background:var(--card);border:1px solid var(--hair);border-radius:18px;padding:26px 24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;text-align:left}.site .ptcard.feat{border:2px solid var(--brand);box-shadow:0 14px 34px -16px rgba(14,122,82,.4)}.site .ptbadge{position:absolute;top:-11px;left:24px;background:var(--brand);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;border-radius:999px}.site .ptc-name{font-weight:800;font-size:19px;letter-spacing:-.02em}.site .ptc-sub{font-size:13px;color:var(--sub);margin-top:2px}.site .ptc-price{font-weight:800;font-size:40px;letter-spacing:-.03em;margin:14px 0 16px}.site .ptc-price span{font-size:15px;font-weight:600;color:var(--sub)}.site .ptc-feats{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:9px;flex:1 1}.site .ptc-feats li{display:flex;gap:9px;align-items:flex-start;font-size:14px;color:var(--ink-2);line-height:1.4}.site .ptc-feats li svg{width:17px;height:17px;flex:0 0 17px;margin-top:2px;fill:none;stroke:var(--brand);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.site .ptcard .btn{text-align:center;justify-content:center}.site .ptnote{max-width:640px;margin:26px auto 0;text-align:center}.site .ptnote p{font-size:13.5px;color:var(--sub);line-height:1.55;margin-top:8px}.site .ptnote a{color:var(--brand);font-weight:600}.site .ptnote .ptrial{font-weight:700;color:var(--ink);font-size:15px}.site .trustband{background:var(--canvas);border-radius:26px;padding:32px 40px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}@media(max-width:640px){.site .trustband{padding:26px 20px}}.site .tb-proof{font-family:Space Grotesk,system-ui,sans-serif;font-weight:800;font-size:21px;letter-spacing:-.02em;color:var(--ink);max-width:56ch}.site .tb-safety{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 26px}.site .tb-item{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--ink-2)}.site .tbi{width:30px;height:30px;border-radius:8px;background:#fff;border:1px solid var(--hair);color:var(--brand);display:grid;place-items:center}.site .tbi svg{width:16px;height:16px}.site .tb-integ{font-size:13.5px;color:var(--sub)}.site .tb-integ b{color:var(--ink-2);font-weight:700}.site .fico svg,.site .ilogo svg,.site .tbi svg{stroke:currentColor;fill:none}.site .integ2{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.site .ichip{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--hair);border-radius:14px;padding:12px 18px;font-size:15px;font-weight:700;color:var(--ink);box-shadow:var(--shadow-sm)}.site .ilogo{width:34px;height:34px;border-radius:9px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.site .ilogo svg{width:19px;height:19px}.site .integ2+.tb-safety{margin-top:30px}@media(max-width:560px){.site .fx{grid-template-columns:1fr;gap:14px}.site .fcard{padding:15px;border-radius:13px}.site .fcard b{font-size:14px}.site .fcard p{font-size:12.5px}.site .fico{width:32px;height:32px;margin-bottom:9px}.site .fico svg{width:17px;height:17px}.site section.blk{padding:40px 0}.site .sec-head{margin-bottom:26px}.site .ichip{padding:10px 14px;font-size:14px}}.site .builtline{padding:20px 0 4px}.site .builtline .wrap{text-align:center;font-size:14px;font-weight:600;color:var(--sub);max-width:64ch}.site .blk.tint{background:var(--canvas)}.site .blk.tint .panel{background:#fff;border:1px solid var(--hair)}.site .blk.greenband{background-color:#14191B}.site .greenband .eyebrow{color:#8A949B}.site .greenband .sec-head h2{color:#fff}.site .greenband .sec-head p{color:#C7CDD1}.site .greenband .tl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:920px;margin:0 auto}.site .tl-step{position:relative;text-align:center;padding:0 10px}.site .tl-node{width:58px;height:58px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:0 auto 22px;position:relative;z-index:2;box-shadow:0 10px 24px -10px rgba(0,0,0,.45)}.site .tl-num{font-family:Space Grotesk,system-ui,sans-serif;font-weight:800;font-size:22px;color:var(--brand)}.site .tl-step h3{font-weight:700;font-size:17px;color:#fff;margin:0 0 8px}.site .tl-step p{font-size:14px;line-height:1.55;color:#c7e6d7;margin:0 auto;max-width:30ch}.site .greenband .tl-step:not(:last-child):after{content:"";position:absolute;top:29px;left:calc(50% + 34px);width:calc(100% - 68px);height:2px;background:rgba(255,255,255,.3);z-index:1}@media(max-width:760px){.site .greenband .tl{display:block;max-width:430px}.site .tl-step{display:grid;grid-template-columns:auto 1fr;grid-column-gap:18px;column-gap:18px;text-align:left;padding:0 0 30px}.site .tl-step:last-child{padding-bottom:0}.site .tl-node{width:46px;height:46px;margin:0;grid-column:1;grid-row:1/span 2;align-self:start}.site .tl-num{font-size:18px}.site .tl-step h3{grid-column:2;grid-row:1;margin:0 0 4px}.site .tl-step p{grid-column:2;grid-row:2;max-width:none;margin:0}.site .greenband .tl-step:not(:last-child):after{top:46px;left:22px;width:2px;height:calc(100% - 46px)}}.site .modeline{text-align:center;color:#C7CDD1;font-size:15px;line-height:1.6;margin:28px auto 0;max-width:60ch}.site .modeline b{color:#fff;font-weight:700}.site .bookcall{text-align:center}.site .bookcall .btn{min-width:220px;justify-content:center}.site .sticky-cta{display:none!important}@media(max-width:768px){.site .sticky-cta .btn.primary{flex:1 1;justify-content:center;min-height:46px}.site .sticky-x{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border:none;background:none;cursor:pointer;color:var(--sub);border-radius:10px}.site .sticky-x svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round}.site footer{padding-bottom:40px}}.site .showcase{position:relative}.site .cflow{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-block:34px;padding-inline:max(16px,calc(50% - (min(400px, 82vw) / 2)));align-items:stretch}.site .cflow::-webkit-scrollbar{display:none}.site .ccard{flex:0 0 min(400px,82vw);scroll-snap-align:center;background:#fff;border:1px solid var(--hair);border-radius:20px;padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px;transform:scale(.9);opacity:.5;transition:transform .35s ease,opacity .35s ease,box-shadow .35s ease}.site .ccard.center{transform:scale(1);opacity:1;box-shadow:0 30px 60px -24px rgba(14,122,82,.42),0 8px 22px -12px rgba(0,0,0,.22)}.site .cc-trade{font-weight:800;font-size:19px;letter-spacing:-.02em}.site .ccard .mini-convo .bubble{max-width:100%}.site .cc-plate{margin:4px auto}.site .cflow-dots{display:flex;justify-content:center;gap:8px;margin-top:6px}.site .cflow-dots button{width:9px;height:9px;border-radius:50%;border:none;background:var(--hair-2);cursor:pointer;padding:0;transition:.2s}.site .cflow-dots button.on{background:var(--brand);width:26px;border-radius:5px}@media(prefers-reduced-motion:reduce){.site .ccard{transition:none}}.site .fviz{background:var(--canvas);border-radius:13px;padding:18px;margin-bottom:16px;min-height:190px;display:flex;align-items:center}.site .fviz.center{justify-content:center}.site .fcard b{font-size:16.5px}.site .fcard p{font-size:14px}.site .vz-diary{width:100%;display:flex;flex-direction:column;gap:8px}.site .vzd-row{display:flex;align-items:center;gap:10px}.site .vzd-t{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--sub);width:40px;flex-shrink:0}.site .vzd-slot{flex:1 1;height:30px;border-radius:8px;border:1.5px dashed var(--hair-2)}.site .vzd-slot.on{border:none;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:700;display:flex;align-items:center;padding:0 12px}.site .vz-route{width:100%;display:flex;flex-direction:column;gap:7px}.site .vzr-row{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;color:var(--ink-2);background:#fff;border:1px solid var(--hair);border-radius:9px;padding:8px 11px}.site .vzr-ic{width:16px;height:16px;display:grid;place-items:center;color:var(--brand);flex-shrink:0}.site .vzr-ic svg{width:15px;height:15px;stroke:currentColor;fill:none}.site .vzr-tag{margin-left:auto;font-size:9.5px;font-weight:800;color:var(--sub);text-transform:uppercase;letter-spacing:.05em}.site .vzr-row.ring{border-color:var(--yellow-line);background:var(--yellow-soft);color:var(--ink)}.site .vzr-row.ring .vzr-tag.hot{color:var(--yellow-text)}.site .vz-plate{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.site .fviz .vz-plate .plate{font-size:22px;padding:9px 16px;border-width:2px;box-shadow:0 6px 16px -6px rgba(0,0,0,.45)}.site .vzp-res{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--hair);border-radius:10px;padding:9px 12px;width:100%}.site .vzp-tick{width:22px;height:22px;border-radius:6px;background:var(--brand);display:grid;place-items:center;flex-shrink:0}.site .vzp-tick svg{width:13px;height:13px;stroke:#fff;fill:none}.site .vzp-res b{font-size:13.5px}.site .vzp-res small{display:block;font-size:11.5px;color:var(--sub)}.site .vz-remind{width:100%;display:flex;flex-direction:column;gap:9px}.site .vzm-row{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--hair);border-radius:10px;padding:9px 11px}.site .vzm-ic{width:28px;height:28px;border-radius:8px;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center;flex-shrink:0}.site .vzm-ic svg{width:15px;height:15px;stroke:currentColor;fill:none}.site .vzm-txt{flex:1 1;min-width:0}.site .vzm-txt b{font-size:13px}.site .vzm-txt small{display:block;font-size:11.5px;color:var(--sub)}.site .vzm-badge{font-size:10px;font-weight:800;color:var(--sub);background:var(--canvas);border-radius:7px;padding:4px 8px;flex-shrink:0}.site .vzm-badge.hot{color:var(--yellow-text);background:var(--yellow-soft)}.site .works{margin-top:36px;text-align:center}.site .works-lab{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--sub);margin-bottom:18px}.site .works-note{margin-top:16px;font-size:12.5px;color:var(--sub)}.site .vz-lookup{width:100%;display:flex;flex-direction:column;gap:9px}.site .vzl-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--hair);border-radius:10px;padding:11px 13px}.site .vzl-reg{font-family:JetBrains Mono,monospace;font-weight:800;font-size:15px;letter-spacing:.05em}.site .vzl-match{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--brand)}.site .vzl-dot{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.site .vzl-car b{font-size:13.5px}.site .vzl-car small{display:block;font-size:11.5px;color:var(--sub);margin-top:2px}.site .vzl-mot{font-size:11.5px;color:var(--brand);border-radius:7px;padding:5px 9px;white-space:nowrap}.site .vzl-btn,.site .vzl-mot{font-weight:700;background:var(--brand-soft)}.site .vzl-btn{display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--brand);color:var(--ink);font-size:13px;border-radius:10px;padding:12px}.site .vzl-btn svg{width:14px;height:14px;stroke:var(--brand);fill:none}.site .nav-drop{position:relative}.site .nav-drop-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14.5px;font-weight:600;color:var(--ink-2);padding:8px 12px;border-radius:10px;line-height:1.2}.site .nav-drop-btn:hover{background:#f5f6f7;color:var(--ink)}.site .nd-chev{width:15px;height:15px;stroke:currentColor;fill:none}.site .nav-menu{position:absolute;top:calc(100% + 10px);left:-14px;background:var(--card);border:1px solid var(--hair);border-radius:14px;box-shadow:var(--shadow-lg);padding:8px;min-width:236px;max-height:min(72vh,560px);overflow-y:auto;display:none;flex-direction:column;z-index:50}.site .nav-menu-h{padding:8px 12px 4px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sub)}.site .nav-menu .nav-menu-h:not(:first-child){margin-top:6px;padding-top:10px;border-top:1px solid var(--hair)}.site .nav-menu:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}.site .nav-drop:focus-within .nav-menu,.site .nav-drop:hover .nav-menu{display:flex}.site .nav-menu a{padding:9px 12px;border-radius:9px;font-size:14.5px;font-weight:600;color:var(--ink-2);white-space:nowrap}.site .nav-menu a:hover{background:var(--canvas);color:var(--ink)}.site .burger{display:none;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--hair);background:var(--card);border-radius:11px;cursor:pointer;color:var(--ink);padding:0}.site .burger svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-linecap:round}.site .nav-mobile{display:none}@media(max-width:860px){.site .nav-links{display:none}.site .burger{display:inline-flex}.site .nav-right .login{display:none}.site .nav-mobile{display:flex;flex-direction:column;padding:6px 20px 18px;border-top:1px solid var(--hair);background:var(--card)}.site .nav-mobile a,.site .nm-sol-btn{padding:13px 4px;font-size:16px;font-weight:600;color:var(--ink);border:none;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:6px;width:100%}.site .nav-mobile a{border-bottom:1px solid var(--hair-2)}.site .nm-sublist{display:flex;flex-direction:column;padding:2px 0 6px 14px}.site .nm-sublist a{font-size:14.5px;font-weight:500;color:var(--ink-2);border-bottom:none;padding:10px 4px}}.site .sd-card{background:#fff;border:1px solid var(--hair);border-radius:20px;padding:22px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:14px;align-self:start}.site .prose{max-width:68ch;margin:0 auto}.site .prose h2{font-size:26px;letter-spacing:-.02em;margin:0 0 14px}.site .prose p{font-size:16px;line-height:1.7;color:var(--ink-2);margin:0 0 16px}.site .prose p:last-child{margin-bottom:0}.site .hero .eyebrow{margin-bottom:14px;display:inline-block}.site .fx3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-top:8px}@media(max-width:860px){.site .fx3{grid-template-columns:1fr}}.site .phone .transcript{background:transparent}.site .phone .bubble.ai{background:rgba(240,200,8,.13);border:1px solid rgba(240,200,8,.24);color:#EAF0ED}.site .phone .bubble.caller{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);color:#EAF0ED}.site .phone .bubble .lab{font-family:JetBrains Mono,monospace;font-size:9.5px;font-weight:500;letter-spacing:.08em;opacity:.85}.site .phone .bubble.ai .lab{color:#F0C808}.site .phone .bubble.caller .lab{color:#9AA4AC}.site .phone .typing{background:rgba(240,200,8,.13);border:1px solid rgba(240,200,8,.24)}.site .phone .typing i{background:var(--brand-bright);opacity:.7}.site .phone .outcome{background:rgba(240,200,8,.1);border:1px solid rgba(240,200,8,.34)}.site .phone .outcome .oh{color:#F0C808;font-weight:700}.site .phone .outcome .oh svg{stroke:#F0C808}.site .phone .outcome .orow{color:#C7CDD1}.site .phone .outcome .plate{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:#EAF0ED}.site .phone .outcome .val{color:#fff}.site .phone .booked-chip{font-family:JetBrains Mono,monospace;font-weight:700;font-size:12.5px;letter-spacing:.04em;color:#F0C808;background:rgba(240,200,8,.16);border:1px solid rgba(240,200,8,.4);border-radius:8px;padding:9px 10px;margin-bottom:10px;text-align:center;animation:site-rise .4s ease .05s both}.site .term{max-width:760px;margin:8px auto 0;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden;box-shadow:0 24px 60px -30px rgba(0,0,0,.6)}.site .term-head{display:flex;align-items:center;gap:7px;padding:11px 15px;border-bottom:1px solid rgba(255,255,255,.1)}.site .term-head .dot{width:11px;height:11px;border-radius:50%;background:#3A4550}.site .term-head .dot.g{background:var(--brand-bright)}.site .term-head .term-title{margin-left:8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:11.5px;letter-spacing:.06em;color:#8A949B}.site .term-body{padding:8px 18px}.site .tstep{padding:14px 0}.site .tstep+.tstep{border-top:1px dashed rgba(255,255,255,.09)}.site .tstep .cmd{display:flex;align-items:center;gap:10px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:14px;color:#EAF0ED;font-weight:500}.site .tstep .cmd .p{color:var(--brand-bright)}.site .tstep .cmd .ok{margin-left:auto;color:#F0C808;font-size:13px}.site .tstep .desc{margin:6px 0 0 26px;font-size:13px;line-height:1.55;color:#9AA4AC}.site .term-foot{padding:15px 18px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:12px;font-family:JetBrains Mono,ui-monospace,monospace}.site .term-foot .st{font-size:13px;color:#C7CDD1}.site .term-foot .st b{color:#F0C808;font-weight:700}.site .term-foot .bars{margin-left:auto;display:inline-flex;align-items:flex-end;gap:3px;height:16px}.site .term-foot .bars i{width:3.5px;height:100%;border-radius:1px;background:var(--brand-bright);transform:scaleY(.3);transform-origin:bottom;animation:site-eq 1s ease-in-out infinite}.site .term-foot .bars i:nth-child(2){animation-delay:.15s}.site .term-foot .bars i:nth-child(3){animation-delay:.3s}.site .term-foot .bars i:nth-child(4){animation-delay:.45s}.site .term-foot .bars i:nth-child(5){animation-delay:.6s}@media(max-width:560px){.site .tstep .cmd{font-size:13px}.site .term-foot .st{font-size:12px}}.site .flowline{display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:13.5px;background:var(--dark);color:#EAF0ED;border-radius:12px;padding:12px 16px;margin:2px 0 20px}.site .flowline .arr{color:#68727A}.site .flowline .ok{color:#F0C808}@media(prefers-reduced-motion:reduce){.site .term-foot .bars i{animation:none!important}}.site .blog-empty{max-width:640px;margin:0 auto;text-align:center;color:var(--sub);font-size:16px;padding:40px 0}.site .post-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media(max-width:900px){.site .post-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.site .post-grid{grid-template-columns:1fr}}.site .post-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--hair);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;transition:.15s}.site .post-card:hover{border-color:var(--hair-2);transform:translateY(-2px);box-shadow:var(--shadow)}.site .pc-img{aspect-ratio:16/9;background-size:cover;background-position:50%;background-color:var(--brand-soft)}.site .pc-img-none{background:linear-gradient(135deg,var(--brand-soft),#dff3e8)}.site .pc-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:8px}.site .pc-cat{font-family:JetBrains Mono,ui-monospace,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--brand)}.site .pc-body h2{font-size:19px;font-weight:700;line-height:1.25;letter-spacing:-.02em;margin:0}.site .pc-body p{font-size:14px;line-height:1.55;color:var(--sub);margin:0}.site .pc-meta{display:flex;gap:12px;margin-top:4px;font-size:12.5px;color:var(--sub)}.site .pc-meta span+span:before{content:"·";margin-right:12px;color:var(--hair-2)}.site .post{padding:44px 0 64px}.site .post-back{display:inline-block;font-size:14px;font-weight:600;color:var(--sub);text-decoration:none;margin-bottom:20px}.site .post-back:hover{color:var(--brand)}.site .post h1{font-weight:700;font-size:40px;line-height:1.08;letter-spacing:-.03em;margin:8px 0 14px}@media(max-width:560px){.site .post h1{font-size:30px}}.site .post-byline{display:flex;gap:12px;font-size:14px;color:var(--sub);margin-bottom:22px}.site .post-byline span+span:before{content:"·";margin-right:12px;color:var(--hair-2)}.site .post-cover{aspect-ratio:1200/630;background-size:cover;background-position:50%;border-radius:16px;margin-bottom:28px}.site .post-body{font-size:17px;line-height:1.75;color:var(--ink-2)}.site .post-body>*+*{margin-top:18px}.site .post-body h2{font-weight:700;font-size:26px;letter-spacing:-.02em;margin-top:36px}.site .post-body h2,.site .post-body h3{font-family:Space Grotesk,system-ui,sans-serif;color:var(--ink)}.site .post-body h3{font-weight:600;font-size:20px;margin-top:28px}.site .post-body a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.site .post-body ol,.site .post-body ul{padding-left:22px}.site .post-body li{margin:6px 0}.site .post-body blockquote{border-left:3px solid var(--brand-line);padding-left:16px;color:var(--ink);font-style:italic}.site .post-body strong{color:var(--ink)}.site .pt-fig{margin:24px 0}.site .pt-fig img{width:100%;border-radius:12px;display:block}.site .pt-fig figcaption{font-size:13px;color:var(--sub);text-align:center;margin-top:8px}.site .loc-faqs{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.site .loc-faq h3{font-size:17px;font-weight:700;color:var(--ink);margin:0 0 6px}.site .loc-faq p{font-size:15px;line-height:1.6;color:var(--ink-2);margin:0}.site .cmp{max-width:860px;margin:0 auto}.site .cmp-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px}.site .cmp-table{width:100%;min-width:640px;border-collapse:collapse;background:var(--card);border:1px solid var(--hair);border-radius:16px;overflow:hidden}.site .cmp-vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.site .cmp-corner{background:transparent}.site .cmp-corner,.site .cmp-h{border-bottom:1px solid var(--hair)}.site .cmp-h{text-align:center;font-size:13px;font-weight:700;color:var(--ink);padding:16px 12px 14px;vertical-align:bottom;line-height:1.25}.site .cmp-h.cmp-grip{font-size:14px;box-shadow:inset 0 3px 0 var(--yellow)}.site .cmp-row-lab{text-align:left;font-size:13.5px;font-weight:600;color:var(--ink);padding:13px 14px}.site .cmp-cell,.site .cmp-row-lab{border-bottom:1px solid var(--hair)}.site .cmp-cell{text-align:center;padding:13px 12px;font-size:13px;color:var(--sub)}.site .cmp-table tbody tr:last-child .cmp-cell,.site .cmp-table tbody tr:last-child .cmp-row-lab{border-bottom:none}.site .cmp-grip{background:rgba(240,200,8,.12)}.site .cmp-yes{display:inline-flex;align-items:center;justify-content:center;color:var(--brand)}.site .cmp-yes svg{width:18px;height:18px}.site .cmp-no{color:#B9BDC0;font-weight:700;font-size:16px}.site .cmp-txt{color:var(--ink-2);font-weight:600}.site .cmp-note{font-size:12px;color:var(--sub);margin:12px 6px 0;line-height:1.5;text-align:center}.site .does-band{padding-top:8px;padding-bottom:8px}.site .does-lead{display:block;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:lowercase;color:var(--sub);text-align:center;margin-bottom:18px}.site .does-list{list-style:none;margin:0 auto;padding:0;max-width:920px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.site .does-list li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;font-weight:500;color:var(--ink);line-height:1.4}.site .does-tick{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.site .does-tick svg{width:13px;height:13px}@media(max-width:760px){.site .does-list{grid-template-columns:1fr 1fr;gap:14px}}@media(max-width:460px){.site .does-list{grid-template-columns:1fr}}.site .tryband{background:#1B1A17}.site .try-inner{max-width:640px;margin:0 auto;text-align:center}.site .tryband .eyebrow{color:#F0C808}.site .tryband h2{color:#F6F5F0;margin:6px 0 10px}.site .tryband p{color:#C7C4BC;font-size:16px;line-height:1.5;margin:0 auto 22px;max-width:520px}.site .try-call{display:inline-flex;align-items:center;gap:10px;background:var(--yellow);color:var(--yellow-ink);font-weight:700;font-size:17px;padding:15px 26px;border-radius:14px;text-decoration:none;transition:.15s}.site .try-call:hover{background:var(--yellow-hover)}.site .try-call:active{transform:translateY(1px) scale(.985)}.site .try-call svg{width:19px;height:19px}.site .nums-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;max-width:920px;margin:0 auto}.site .nums-card{background:var(--card);border:1px solid var(--hair);border-radius:18px;padding:28px 22px;text-align:center;box-shadow:var(--shadow-sm)}.site .nums-n{font-family:Space Grotesk,system-ui,sans-serif;font-size:48px;line-height:1;letter-spacing:-.03em}.site .nums-l,.site .nums-n{font-weight:700;color:var(--ink)}.site .nums-l{margin-top:12px;font-size:15px}.site .nums-s{margin-top:8px;font-size:13.5px}.site .nums-note,.site .nums-s{color:var(--sub);line-height:1.5}.site .nums-note{text-align:center;font-size:13px;margin:22px auto 0;max-width:560px}@media(max-width:760px){.site .nums-grid{grid-template-columns:1fr;gap:14px}.site .nums-n{font-size:42px}}.site .ptaddon{margin:16px auto 0;max-width:560px;font-size:14px;background:var(--yellow-soft);border:1px solid var(--brand-line);border-radius:12px;padding:10px 16px}.site .ptaddon,.site .pttrial{text-align:center;font-weight:600;color:var(--ink)}.site .pttrial{margin:22px auto 0;max-width:600px;font-size:16px}.site .pttrial b{font-weight:700;border-bottom:3px solid var(--yellow)}.site .lead-desktop{display:contents}.site .lead-mobile{display:none}.site .lead-mobile .lead-actions{padding-top:8px;padding-bottom:8px}.site .lead-mobile .demo-ring{margin:0 auto}@media(max-width:900px){.site .lead-desktop{display:none}.site .lead-mobile{display:block}.site .lead-mobile .hero{padding-bottom:10px}.site .lead-mobile .hero .lede{margin-bottom:14px}.site .lead-mobile .does-band{padding-top:4px;padding-bottom:4px}.site .lead-mobile #example.blk{padding-top:18px}.site .how-lead .hero{padding-bottom:10px}.site .how-lead .hero .lede{margin-bottom:14px}.site .how-lead .does-band{padding-top:4px;padding-bottom:4px}}.site .cpage{max-width:840px;margin:0 auto}.site .cpage .lead-note{font-size:15px;color:var(--sub);font-style:italic;margin:6px 0 28px}.site .cpage h2{font-size:26px;letter-spacing:-.02em;margin:40px 0 12px}.site .cpage h3{font-size:19px;margin:26px 0 6px}.site .cpage p{font-size:17px;line-height:1.6;color:var(--ink-2);margin:0 0 16px}.site .cpage p strong{color:var(--ink)}.site .cpage ol,.site .cpage ul{margin:0 0 18px;padding-left:22px}.site .cpage li{font-size:17px;line-height:1.6;color:var(--ink-2);margin:0 0 10px}.site .ctable-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px;border:1px solid var(--hair);margin:6px 0 24px}.site .ctable{width:100%;min-width:640px;border-collapse:collapse;background:var(--card);font-size:14px}.site .ctable td,.site .ctable th{text-align:left;padding:12px 14px;border-bottom:1px solid var(--hair);vertical-align:top}.site .ctable thead th{font-weight:700;color:var(--ink);background:var(--canvas);font-size:13px}.site .ctable td{color:var(--ink-2)}.site .ctable tr:last-child td{border-bottom:0}.site .ctable .row-grip td{background:rgba(240,200,8,.1)}.site .ctable .row-grip td:first-child{box-shadow:inset 3px 0 0 var(--yellow);font-weight:700;color:var(--ink)}.site .cpage .updated{font-size:13px;color:var(--sub);margin-top:36px;padding-top:18px;border-top:1px solid var(--hair)}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/space-grotesk-vietnamese-600-normal.20b17abc.woff2) format("woff2"),url(/_next/static/media/space-grotesk-vietnamese-600-normal.48592184.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/space-grotesk-latin-ext-600-normal.51defb17.woff2) format("woff2"),url(/_next/static/media/space-grotesk-latin-ext-600-normal.d6946cbf.woff) format("woff");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:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/space-grotesk-latin-600-normal.d7cc7ee6.woff2) format("woff2"),url(/_next/static/media/space-grotesk-latin-600-normal.b60aff3d.woff) format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/jetbrains-mono-cyrillic-ext-400-normal.17d05b18.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-cyrillic-ext-400-normal.7daf4077.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/jetbrains-mono-cyrillic-400-normal.17524150.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-cyrillic-400-normal.29859c59.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/jetbrains-mono-greek-400-normal.77d339c7.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-greek-400-normal.4a5b0cb1.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/jetbrains-mono-vietnamese-400-normal.553f85d1.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-vietnamese-400-normal.fd17702b.woff) format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/jetbrains-mono-latin-ext-400-normal.4d63b447.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-latin-ext-400-normal.ef62d646.woff) format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/jetbrains-mono-latin-400-normal.db9d659a.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-latin-400-normal.b0c7be19.woff) format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/jetbrains-mono-cyrillic-ext-700-normal.1a0d0474.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-cyrillic-ext-700-normal.5f007e01.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/jetbrains-mono-cyrillic-700-normal.ffc7bcaa.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-cyrillic-700-normal.d894fc2f.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/jetbrains-mono-greek-700-normal.c396066f.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-greek-700-normal.01f43261.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/jetbrains-mono-vietnamese-700-normal.a2cb9bd4.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-vietnamese-700-normal.ba52a63c.woff) format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/jetbrains-mono-latin-ext-700-normal.3125316a.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-latin-ext-700-normal.7c3a7a66.woff) format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/jetbrains-mono-latin-700-normal.9545a3d1.woff2) format("woff2"),url(/_next/static/media/jetbrains-mono-latin-700-normal.c9484cde.woff) format("woff");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}