:root{--white:#fff;--slate-50:#f4f6fa;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--brand:#3b6fff;--brand-hover:#2a50e0;--brand-dark:#1e3faa;--brand-soft:#3b6fff14;--cyan:#14c0d4;--cyan-soft:#e3f7fa;--cyan-ink:#0a7d8c;--teal:#14c0d4;--teal-soft:#e3f7fa;--violet:#7a55e0;--violet-soft:#f0ecfc;--violet-ink:#5a3ec0;--gold:#e0952f;--coral:#f2685e;--coral-soft:#feedea;--coral-ink:#b23a30;--navy:#06101e;--grad-brand:linear-gradient(135deg, #3b6fff, #2a50e0);--grad-text:linear-gradient(135deg, #3b6fff, #2a50e0);--grad-glow:radial-gradient(ellipse at 50% 0%, #3b6fff1f 0%, transparent 60%);--font:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Bricolage Grotesque", "Plus Jakarta Sans", -apple-system, sans-serif;--max-w:1080px;--section-pad:clamp(76px, 10vw, 120px);--radius:20px;--radius-sm:12px;--radius-pill:980px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--white);color:var(--slate-900);font-family:var(--font);font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.wrap{max-width:var(--max-w);margin:0 auto;padding:0 clamp(20px,5vw,40px)}.t-display{text-wrap:balance;font-size:clamp(32px,5vw,56px);font-weight:700;line-height:1.08}.t-headline{font-size:clamp(26px,3.5vw,42px);font-weight:700;line-height:1.12}.t-body{color:var(--slate-500);font-size:17px;line-height:1.65}.t-label{text-transform:uppercase;color:var(--brand);font-size:13px;font-weight:700}.t-gradient{background:var(--grad-text);-webkit-text-fill-color:transparent;background-clip:text}.btn{font-family:var(--font);border-radius:var(--radius-pill);cursor:pointer;border:none;justify-content:center;align-items:center;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--brand);color:var(--white);box-shadow:0 1px 2px #3b6fff40,inset 0 1px #ffffff26}.btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 4px 12px #3b6fff40}.btn-secondary{background:var(--slate-900);color:var(--white)}.btn-secondary:hover{background:var(--slate-800);transform:translateY(-1px)}.btn-ghost{color:var(--brand);background:0 0;padding:12px 4px;font-weight:600;transition:color .2s}.btn-ghost:hover{color:var(--brand-hover)}.btn-ghost:after{content:"→";margin-left:7px;transition:transform .2s;display:inline-block}.btn-ghost:hover:after{transform:translate(4px)}.btn-lg{letter-spacing:-.01em;padding:16px 36px;font-size:18px;font-weight:700}.fade{transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.js .fade{opacity:0;transform:translateY(32px)}.fade.in{opacity:1;transform:none}.fade-d1{transition-delay:80ms}.fade-d2{transition-delay:.16s}.site-header{z-index:100;position:fixed;top:0;left:0;right:0}.header-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:56px;margin:0 auto;padding:0 clamp(20px,5vw,40px);display:flex;position:relative}.logo-mark{align-items:center;gap:10px;transition:opacity .2s;display:flex}.logo-mark:hover{opacity:.82}.logo-mark img{object-fit:cover;border-radius:8px;width:32px;height:32px}.logo-text{font-size:20px;font-weight:700}.main-nav{gap:28px;font-size:14px;font-weight:500;display:flex}.main-nav a{transition:color .2s}.main-nav .active{font-weight:600}.header-right{align-items:center;gap:12px;display:flex}.header-cta{white-space:nowrap;color:var(--white);border-radius:var(--radius-pill);padding:8px 20px;font-size:13px;font-weight:600;transition:all .2s}@media (width<=640px){.header-cta{padding:8px 14px}}.header-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6854ff66}.mobile-nav{cursor:pointer;background:0 0;border:none;padding:4px;display:none}@media (width<=768px){.main-nav{display:none}.mobile-nav{align-items:center;display:block}}.hero-ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.hero-note{background:var(--slate-50);color:var(--slate-400);border-radius:16px;margin-top:14px;margin-bottom:8px;padding:14px 16px;font-size:13px}@media (width<=900px){.hero-ctas{justify-content:center}}.setup-flow{background:var(--slate-50)}.setup-header,.section-header{text-align:center;margin-bottom:48px}.section-header .t-body{max-width:480px;margin:14px auto 0}.demos{background:var(--slate-50)}.demos .section-header .t-label{color:var(--violet);margin-bottom:12px}.demos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:640px;margin-left:auto;margin-right:auto;display:grid}@media (width<=560px){.demos-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.testi{background:var(--slate-50)}.testi-grid{grid-template-columns:repeat(3,1fr);max-width:840px;margin:0 auto;display:grid}.testi-card{background:var(--white);border:1px solid var(--slate-100);padding:24px}.testi-quote{letter-spacing:-.01em;color:var(--slate-600);margin-bottom:16px;font-size:14px;font-style:italic;font-weight:400;line-height:1.6}.testi-author{align-items:center;gap:10px;display:flex}.testi-avatar{background:var(--brand);width:36px;height:36px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.testi-name{font-size:14px;font-weight:600}.testi-role{color:var(--slate-400);font-size:12px}@media (width<=640px){.testi-grid{grid-template-columns:1fr}}.pricing-wrap{max-width:640px;margin:0 auto}.price-card{border:1px solid var(--slate-200);border-radius:var(--radius) var(--radius) 0 0;background:var(--white);padding:40px 36px}.price-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.price-tier{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-500);margin-bottom:8px;font-size:13px;font-weight:700}.price-amt{letter-spacing:-.04em;margin-bottom:4px;font-size:52px;font-weight:800;line-height:1}.price-per{color:var(--slate-400);font-size:14px}.price-list{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}.price-list li{color:var(--slate-600);align-items:center;gap:10px;padding:6px 0;font-size:14px;display:flex}.pcheck{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.pcheck svg{width:14px;height:14px;stroke:var(--teal);stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round}.price-card .btn{white-space:nowrap;flex-shrink:0;margin-top:6px}.upgrade-strip{border:1px solid var(--slate-200);border-radius:0 0 var(--radius) var(--radius);border-top:1px solid #3b6fff26;justify-content:space-between;align-items:center;gap:24px;padding:20px 36px;display:flex}.upgrade-strip-eyebrow{text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:700}.upgrade-strip-title{color:var(--slate-900);margin-bottom:2px;font-size:15px;font-weight:700}.upgrade-strip-desc{color:var(--slate-500);font-size:13px}.upgrade-strip-right{flex-shrink:0;align-items:center;gap:20px;display:flex}.upgrade-strip-amount{letter-spacing:-.03em;color:var(--slate-900);font-size:22px;font-weight:800;line-height:1;display:block}.upgrade-strip-mo{color:var(--slate-400);font-size:12px}.btn-strip{cursor:pointer;align-items:center;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.pricing-note{text-align:center;color:var(--slate-400);margin-top:28px;font-size:13px}@media (width<=640px){.price-card{padding:28px 20px}.price-card-header{flex-direction:column}.price-list{grid-template-columns:1fr}.upgrade-strip{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.upgrade-strip-right{justify-content:space-between;width:100%}}.final-cta{text-align:center;background:var(--navy);color:var(--white);position:relative;overflow:hidden}.final-cta:before{content:"";background:var(--grad-glow);pointer-events:none;bottom:0;left:0;opacity:.5;width:800px;height:400px;position:absolute;inset:0;transform:translate(-50%)}.final-cta .t-display{color:var(--white);margin-bottom:16px}.final-cta .t-body{max-width:480px;color:var(--slate-400);margin:0 auto 36px}.cta-note{color:var(--slate-500);margin-top:16px;font-size:14px}.site-footer{border-top:1px solid var(--slate-100);padding:48px 0 28px}.footer-top{flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;display:flex}.footer-brand{align-items:center;gap:10px;margin-bottom:8px;display:flex}.footer-brand img{object-fit:cover;border-radius:6px;width:28px;height:28px}.footer-brand-text{font-size:18px;font-weight:700}.footer-desc{max-width:260px;margin-top:4px;font-size:13px;line-height:1.5}.footer-links{gap:56px;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:11px;font-weight:700}.footer-col a{color:var(--slate-500);transition:color .2s;display:block}.footer-col a:hover{color:var(--slate-900)}.footer-bottom{border-top:1px solid var(--slate-100);color:var(--slate-400);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:20px;font-size:12px;display:flex}@media (width<=640px){.footer-top{flex-direction:column}.footer-links{gap:32px}}.page-hero{text-align:center;padding:160px 0 60px;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;width:900px;height:900px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.page-hero h1{margin-bottom:16px}.page-hero .t-body{max-width:560px;margin:0 auto}.contact-grid{grid-template-columns:1fr 1fr;gap:56px;margin-top:48px;display:grid}@media (width<=700px){.contact-grid{grid-template-columns:1fr}}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form label{color:var(--slate-600);font-size:13px;font-weight:600}.contact-form input{border:1px solid var(--slate-200);border-radius:var(--radius-sm);width:100%;font-family:var(--font);background:var(--white);color:var(--slate-900);outline:none;padding:12px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.contact-form textarea{border:1px solid var(--slate-200);border-radius:var(--radius-sm);width:100%;font-family:var(--font);background:var(--white);resize:vertical;min-height:140px;color:var(--slate-900);outline:none;padding:12px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.contact-form select{border:1px solid var(--slate-200);border-radius:var(--radius-sm);width:100%;font-family:var(--font);background:var(--white);color:var(--slate-900);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394a3b8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;outline:none;padding:12px 40px 12px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.contact-info-item{align-items:flex-start;gap:16px;display:flex}.contact-info-title{color:var(--slate-800);margin-bottom:4px;font-size:15px;font-weight:600}.contact-info-text{font-size:14px;line-height:1.55}.see-more-link{color:var(--brand);align-items:center;gap:8px;margin-top:24px;font-size:15px;font-weight:600;transition:gap .22s cubic-bezier(.3,1,.35,1),color .2s}.see-more-link:hover{color:var(--brand-hover);gap:12px}.see-more-link svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.mobile-nav-overlay{-webkit-backdrop-filter:blur(20px);z-index:200;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:none;position:fixed;inset:0}.mobile-nav-overlay.open{display:flex}.mobile-nav-overlay a{color:var(--slate-800);padding:14px 24px;font-size:20px;font-weight:600;transition:color .2s}.mobile-nav-overlay a:hover,.mobile-nav-overlay a.active{color:var(--brand)}.mobile-nav-overlay .mobile-close{cursor:pointer;color:var(--slate-600);background:0 0;border:none;padding:8px;position:absolute;top:16px;right:20px}.mobile-nav-overlay .mobile-cta{background:var(--brand);border-radius:var(--radius-pill);margin-top:16px;padding:12px 32px;font-size:16px;font-weight:600;color:var(--white)!important}.mobile-nav-overlay .mobile-login{background:0 0;padding:8px 0;font-size:16px;font-weight:500;color:var(--slate-500)!important}@media (width<=480px){.price-card{padding:28px 20px}.price-amt{font-size:40px}}.section-header h2{margin-bottom:12px}.section-header .t-label{margin-bottom:12px;display:block}.mobile-nav-overlay .active{color:var(--brand)}.mobile-close{cursor:pointer;color:var(--slate-600);background:0 0;border:none;position:absolute;top:16px;right:20px}.mobile-cta{border-radius:var(--radius-pill);padding:12px 32px;color:var(--white)!important}.pricing-hero{padding:140px 0 var(--section-pad);text-align:center;position:relative}.pricing-hero:before{content:"";pointer-events:none;height:500px;position:absolute;top:0;left:0;right:0}.pricing-hero .t-display{margin-bottom:16px}.pricing-hero .t-body{max-width:540px;margin:0 auto 28px}.hero-note svg{vertical-align:-2px;fill:none;width:14px;height:14px;stroke:var(--teal);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;margin-right:4px}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=700px){.features-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.features-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.feature-card{padding:28px 24px}.feature-card h3{margin-bottom:4px;font-size:15px;font-weight:700}.feature-card p{color:var(--slate-500);font-size:13px;line-height:1.5}.verticals-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=640px){.verticals-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.vertical-card{padding:28px 24px}.vertical-card h3{margin-bottom:6px;font-size:17px;font-weight:700}.vertical-card>p{color:var(--slate-500);margin-bottom:14px;font-size:14px;line-height:1.5}.vertical-list li{color:var(--slate-500);padding:3px 0 3px 18px;font-size:13px;position:relative}.vertical-list li:before{content:"✓";color:var(--teal);font-size:12px;font-weight:700;position:absolute;left:0}@media (width<=700px){.testi-grid{grid-template-columns:1fr;max-width:440px}}.roi-card{background:var(--slate-50);align-items:center;gap:48px;max-width:780px;margin:0 auto;padding:40px;display:flex}@media (width<=700px){.roi-card{text-align:center;flex-direction:column;gap:28px;padding:32px 24px}}.roi-visual{text-align:center;flex-shrink:0}.roi-vs{justify-content:center;align-items:center;gap:14px;display:flex}.roi-amount{text-align:center}.roi-amount-num{letter-spacing:-.03em;font-weight:800;line-height:1}.roi-amount-num.muted{color:var(--slate-300);text-decoration:line-through #dc262666}.roi-amount-label{color:var(--slate-400);text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:11px;font-weight:600}.roi-vs-badge{color:var(--slate-400);border:1px solid var(--slate-200);border-radius:6px;padding:4px 8px;font-size:11px;font-weight:800}.roi-content{flex:1}.roi-headline{letter-spacing:-.02em;margin-bottom:8px;font-size:22px;font-weight:700;line-height:1.25}.roi-body{color:var(--slate-500);margin-bottom:12px;font-size:15px;line-height:1.6}.roi-math{color:var(--slate-400);font-size:13px;font-weight:500}.roi-math strong{color:var(--teal);font-weight:700}.pricing-section{background:var(--slate-50)}.pricing-hero:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#f4f6fa00 0%,#f4f6fa8c 62%,#f4f6fa 100%);height:120px;position:absolute;bottom:0;left:0;right:0}.toggle-wrap{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.toggle-label{color:var(--slate-400);cursor:pointer;font-size:14px;font-weight:600;transition:color .2s}.toggle-label.active{color:var(--slate-900)}.toggle-track:hover{box-shadow:0 0 0 4px #3b6fff1a}.toggle-track{background:var(--slate-200);cursor:pointer;border-radius:13px;width:48px;height:26px;transition:background .3s,box-shadow .25s;position:relative}.toggle-track.on{background:var(--brand)}.toggle-thumb{background:var(--white);border-radius:50%;width:20px;height:20px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.toggle-track.on .toggle-thumb{transform:translate(22px)}.save-badge{color:var(--teal);background:var(--teal-soft);border-radius:var(--radius-pill);padding:3px 10px;font-size:12px;font-weight:700}.plans-wrap{max-width:680px;margin:0 auto}@media (width<=640px){.plans-wrap{max-width:100%}}.plan-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius) var(--radius) 0 0;text-align:left;padding:36px 36px 32px;position:relative}.plan-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.plan-tier{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-500);margin-bottom:6px;font-size:13px;font-weight:700}.plan-price{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.plan-amount{letter-spacing:-.04em;font-size:52px;font-weight:800;line-height:1}.plan-period{color:var(--slate-400);font-size:15px;font-weight:500}.plan-annual-note{color:var(--teal);min-height:20px;margin-bottom:4px;font-size:13px;font-weight:600}.plan-gst{color:var(--slate-400);font-size:13px}.plan-persona{color:var(--slate-500);background:var(--slate-50);border-radius:var(--radius-pill);margin-bottom:16px;padding:5px 12px;font-size:12px;font-weight:600}.plan-persona svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px}.plan-desc{color:var(--slate-500);border-bottom:1px solid var(--slate-100);margin-bottom:20px;padding-bottom:20px;font-size:15px;line-height:1.5}.plan-features{grid-template-columns:1fr 1fr;gap:0 16px;margin-bottom:0;display:grid}.plan-features li{color:var(--slate-600);align-items:flex-start;gap:10px;padding:6px 0;font-size:14px;display:flex}.plan-check{flex-shrink:0;width:18px;height:18px;margin-top:1px}.plan-check svg{fill:none;width:18px;height:18px;stroke:var(--teal);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.plan-card .btn{white-space:nowrap;flex-shrink:0;margin-top:6px}.plan-upgrade-strip{border:1px solid var(--slate-200);border-radius:0 0 var(--radius) var(--radius);background:var(--brand-soft);border-top:1px solid #3b6fff26;justify-content:space-between;align-items:center;gap:24px;padding:22px 36px;display:flex}.plan-upgrade-eyebrow{text-transform:uppercase;color:var(--brand);opacity:.7;margin-bottom:3px;font-size:11px;font-weight:700}.plan-upgrade-title{color:var(--slate-900);margin-bottom:2px;font-size:15px;font-weight:700}.plan-upgrade-desc{color:var(--slate-500);font-size:13px}.plan-upgrade-right{flex-shrink:0;align-items:center;gap:20px;display:flex}.plan-upgrade-amount{letter-spacing:-.03em;color:var(--slate-900);font-size:22px;font-weight:800;line-height:1;display:block}.plan-upgrade-mo{color:var(--slate-400);font-size:12px}.plan-upgrade-period{color:var(--slate-400);font-size:14px;font-weight:500}.plan-upgrade-annual{color:var(--teal);min-height:18px;font-size:12px;font-weight:600}.btn-upgrade-strip{border-radius:var(--radius-pill);background:var(--white);color:var(--brand);cursor:pointer;border:1.5px solid #3b6fff4d;align-items:center;padding:11px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-upgrade-strip:hover{background:var(--brand);color:var(--white);border-color:var(--brand)}@media (width<=640px){.plan-card{padding:28px 20px 24px}.plan-card-header{flex-direction:column}.plan-features{grid-template-columns:1fr}.plan-upgrade-strip{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.plan-upgrade-right{justify-content:space-between;width:100%}}.final-cta .wrap{z-index:1;position:relative}.cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.footer-col{flex-direction:column;gap:10px;display:flex}@media (width<=640px){.footer-bottom{flex-direction:column;gap:12px}}.manifesto{background:var(--white)}.manifesto:before{content:"";pointer-events:none;width:700px;height:700px;position:absolute;top:-100px;right:-200px}.manifesto-content{max-width:720px}.manifesto-quote{margin-bottom:24px;font-size:clamp(28px,4.5vw,48px);font-weight:700;line-height:1.1}.story{background:var(--white)}.story-grid{grid-template-columns:1fr 1fr;align-items:start;gap:72px;display:grid}.story-text .t-label{margin-bottom:14px}.story-text .t-headline{margin-bottom:24px}.story-para{color:var(--slate-500);margin-bottom:20px;font-size:17px;line-height:1.7}.story-para:last-of-type{margin-bottom:0}.proof-side{padding-top:8px}.proof-side .t-label{margin-bottom:20px}.proof-callout{background:var(--slate-50);border:1px solid var(--slate-200);padding:24px}.proof-callout-text{color:var(--slate-700);letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:600;line-height:1.5}.proof-callout-sub{color:var(--slate-400);font-size:14px;line-height:1.55}@media (width<=768px){.story-grid{grid-template-columns:1fr;gap:48px}}.mission{background:var(--slate-50);padding:80px 0;position:relative}.mission-inner{text-align:center;max-width:740px}.mission-mark{background:var(--grad-text);-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;font-size:56px;font-weight:800;line-height:1}.mission-text{color:var(--slate-800);margin-bottom:12px;font-size:clamp(20px,3vw,28px);font-weight:600;line-height:1.4}.mission-attr{font-size:14px;font-style:italic}.team{background:var(--white)}.team-header{text-align:center}.team-header .t-label{margin-bottom:14px}.team-header .t-headline{margin-bottom:16px}.team-header .t-body{max-width:520px;margin:0 auto}.team-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.team-card{border:1px solid var(--slate-200);background:var(--white);padding:32px 28px;position:relative;overflow:hidden}.team-card:before{content:"";background:var(--grad-brand);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.team-card:hover:before{opacity:1}.tc-top{align-items:center;gap:16px;margin-bottom:16px;display:flex}.tc-avatar{border-radius:50%;flex-shrink:0;width:72px;height:72px;padding:3px;position:relative}.tc-avatar img{object-fit:cover;background:var(--slate-100);border-radius:50%;width:100%;height:100%;display:block}.tc-name{letter-spacing:-.02em;margin-bottom:2px;font-size:19px;font-weight:700}.tc-role{text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.tc-bio{color:var(--slate-500);margin-bottom:18px;font-size:15px;line-height:1.65}.tc-tags{flex-wrap:wrap;gap:6px;display:flex}.tc-tag{border-radius:var(--radius-pill);background:var(--slate-50);color:var(--slate-600);border:1px solid var(--slate-200);padding:4px 12px;font-size:12px;font-weight:600;transition:background .2s}.team-card:hover .tc-tag{background:var(--white)}@media (width<=768px){.team-grid{grid-template-columns:1fr}}.about-cta{background:var(--navy);text-align:center;padding:80px 0 100px;position:relative;overflow:hidden}.about-cta:before{content:"";background:var(--grad-glow);pointer-events:none;position:absolute;inset:0}.about-cta-inner{z-index:1;max-width:600px;margin:0 auto;padding:0 clamp(20px,5vw,40px);position:relative}.cta-headline{color:var(--white);margin-bottom:16px;font-size:clamp(26px,3.5vw,40px);font-weight:700;line-height:1.15}.cta-sub{color:var(--slate-400);margin-bottom:36px;font-size:17px;line-height:1.65}.cta-sub em{color:var(--teal);font-style:normal;font-weight:600}.about-cta-note{color:var(--slate-400);margin-top:16px;font-size:13px}.form-group{flex-direction:column;gap:6px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=500px){.form-row{grid-template-columns:1fr}}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--slate-400)}.form-submit{margin-top:4px}.form-submit .btn{width:100%;padding:14px 28px}.form-note{text-align:center;margin-top:4px;font-size:13px}.form-success{text-align:center;padding:40px 20px;display:none}.form-success.show{display:block}.form-success-icon{background:var(--teal-soft);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;animation:.5s cubic-bezier(.34,1.56,.64,1) popIn;display:flex}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.form-success-icon svg{width:32px;height:32px;stroke:var(--teal);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.form-success h2{letter-spacing:-.02em;margin-bottom:8px;font-size:22px;font-weight:700}.form-success p{color:var(--slate-500);font-size:15px;line-height:1.6}.contact-sidebar{flex-direction:column;gap:0;display:flex}.contact-info-list{flex-direction:column;gap:28px;display:flex}.contact-info-text a{color:var(--brand);font-weight:500;transition:color .2s}.contact-info-text a:hover{color:var(--brand-hover)}.try-card{background:var(--navy);border-radius:var(--radius);margin-top:40px;padding:36px;position:relative;overflow:hidden}.try-card:before{content:"";pointer-events:none;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.try-card:after{content:"";pointer-events:none;width:160px;height:160px;position:absolute;bottom:-40px;left:-40px}.try-card-content{z-index:1;position:relative}.try-card h2{color:var(--white);letter-spacing:-.02em;margin-bottom:8px;font-size:20px;font-weight:700}.try-card p{color:var(--slate-400);margin-bottom:20px;font-size:14px;line-height:1.6}.quick-help-header{text-align:center}.quick-help-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=700px){.quick-help-grid{grid-template-columns:1fr}}.help-card{background:var(--white);cursor:default;padding:32px}.help-card h3{letter-spacing:-.01em;margin-bottom:8px;font-size:17px;font-weight:600}.help-card p{color:var(--slate-500);font-size:14px;line-height:1.6}.gotcha{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.form-error{color:#b42318;text-align:center;background:#fef3f2;border:1px solid #fecdca;border-radius:12px;margin-top:12px;padding:12px 16px;font-size:14px;display:none}.form-error.show{display:block}.form-error a{color:inherit;font-weight:600;text-decoration:underline}.contact-form button[disabled]{cursor:wait;opacity:.72}.u-mb-12{margin-bottom:12px}.u-mb-16{margin-bottom:16px}.u-mt-4{margin-top:4px}.u-mt-8{margin-top:8px}.u-center-mt-16{text-align:center;margin-top:16px}.notfound-hero{padding:calc(var(--section-pad) + 60px) 0 var(--section-pad);text-align:center}.notfound-eyebrow,.notfound-hero h1{margin-bottom:20px}.notfound-hero .t-body{max-width:480px;margin:0 auto}.notfound-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:36px;display:flex}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}section[id]{scroll-margin-top:84px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade,.js .fade{opacity:1;transition:none;transform:none}}.hv2-section-head{text-align:left;max-width:640px}.hv2-section-head .t-body{margin-top:10px}.hv2-hero{isolation:isolate;position:relative;overflow:hidden}.hv2-hero-grid{align-items:center;display:grid}.hv2-h1{text-wrap:balance;margin-bottom:18px;font-size:clamp(36px,4.8vw,58px);line-height:1.06}.hv2-sub{margin-bottom:28px;font-size:19px;line-height:1.55}.hv2-ctas{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.hv2-trust-line{font-size:13px}.hv2-call-fields{gap:9px;display:grid}.hv2-field{grid-template-columns:84px 1fr;align-items:baseline;gap:12px;display:grid}.hv2-field-k{text-transform:uppercase;color:var(--slate-400);font-size:11px;font-weight:700}.hv2-field-v{color:var(--slate-800);font-size:14px;font-weight:600}.hv2-step-title{color:var(--slate-900);font-size:18px;font-weight:700}.hv2-step-desc{color:var(--slate-500);font-size:14.5px;line-height:1.6}.hv2-problem-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;display:grid}.hv2-problem-copy .t-body{max-width:44ch;margin-top:12px}.hv2-solution{margin-top:26px}.hv2-solution-line{color:var(--slate-700);margin-bottom:14px;font-size:15px;font-weight:600}.hv2-log{background:var(--white);border:1px solid var(--slate-200);border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0f172a0f}.hv2-log-row{border-bottom:1px solid var(--slate-100);border-left:3px solid #0000;grid-template-columns:64px 1fr;gap:16px;padding:18px 20px;display:grid}.hv2-log-row:last-child{border-bottom:none}.hv2-log-time{color:var(--slate-400);font-variant-numeric:tabular-nums;padding-top:1px;font-size:13px}.hv2-log-title{color:var(--slate-900);font-size:14.5px;font-weight:700;display:block}.hv2-log-sub{color:var(--slate-500);margin-top:2px;font-size:13px;display:block}.hv2-log-answered .hv2-log-time{font-weight:700}.hv2-proof{background:var(--slate-50)}.hv2-proof-grid{grid-template-columns:repeat(3,1fr);display:grid}.hv2-artefact{background:var(--white);border:1px solid var(--slate-200);padding:20px}.hv2-artefact-title{text-transform:uppercase;color:var(--slate-400);margin-bottom:14px;font-size:12px;font-weight:800}.hv2-lines{gap:10px;display:grid}.hv2-line{color:var(--slate-700);margin:0;font-size:14px;line-height:1.55}.hv2-speaker{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-400);margin-right:8px;font-size:11px;font-weight:800;display:inline-block}.hv2-spam-receipt{gap:10px;display:grid}.hv2-spam-line{color:var(--slate-600);margin:0;font-size:14px}.hv2-spam-badge{text-transform:uppercase;letter-spacing:.06em;background:var(--slate-100);color:var(--slate-500);border-radius:var(--radius-pill);margin-right:8px;padding:2px 9px;font-size:11px;font-weight:800;display:inline-block}.hv2-spam-sub{color:var(--slate-400);margin:0;font-size:13px}.hv2-demos-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:48px;display:grid}.hv2-try{position:sticky;top:96px}.hv2-try .t-body{max-width:40ch;margin-top:12px}.hv2-try-card{background:var(--navy);border-radius:16px;margin-top:24px;padding:22px 24px}.hv2-try-label{text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:800;display:block}.hv2-try-card .demo-callback{margin:12px 0}.hv2-try-note{color:#ffffff8c;margin:0;font-size:13px;line-height:1.5}.hv2-demo-list{display:grid}.hv2-demo{background:var(--white);border:1px solid var(--slate-200);padding:20px 22px}.hv2-demo-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.hv2-demo-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--slate-500);background:var(--slate-100);border-radius:var(--radius-pill);padding:3px 10px;font-size:11px;font-weight:700}.hv2-demo-dur{color:var(--slate-400);font-variant-numeric:tabular-nums;font-size:12px}.hv2-demo-title{color:var(--slate-900);margin-bottom:4px;font-size:17px;font-weight:700}.hv2-demo-desc{color:var(--slate-500);margin-bottom:12px;font-size:14.5px;line-height:1.55}.hv2-audio{width:100%;height:40px;margin-bottom:10px}.hv2-transcript{margin-bottom:12px}.hv2-transcript summary{color:var(--violet);cursor:pointer;font-size:13.5px;font-weight:700;list-style:none;transition:color .2s}.hv2-transcript summary:hover{color:var(--violet-ink)}.hv2-transcript summary::-webkit-details-marker{display:none}.hv2-transcript summary:after{content:" +"}.hv2-transcript[open] summary:after{content:" −"}.hv2-transcript[open] summary{margin-bottom:10px}.hv2-receives{color:var(--slate-600);margin:0;padding:10px 12px;font-size:13.5px;line-height:1.5}.hv2-receives-k{text-transform:uppercase;letter-spacing:.06em;margin-right:6px;font-size:11px;font-weight:800}.hv2-faq-list{max-width:760px}.hv2-faq-item{border-bottom:1px solid var(--slate-200)}.hv2-faq-q{color:var(--slate-900);cursor:pointer;font-size:16px;font-weight:700;list-style:none;position:relative}.hv2-faq-q::-webkit-details-marker{display:none}.hv2-faq-q:after{content:"+";color:var(--slate-400);font-size:20px;font-weight:600;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.hv2-faq-item[open] .hv2-faq-q:after{content:"−"}.hv2-faq-a{color:var(--slate-500);max-width:66ch;padding:0 0 20px;font-size:15px;line-height:1.65}@media (width<=900px){.hv2-hero{padding:112px 0 64px}.hv2-hero-grid{grid-template-columns:1fr;gap:40px}.hv2-problem-grid{grid-template-columns:1fr;gap:32px}.hv2-proof-grid{grid-template-columns:1fr}.hv2-demos-grid{grid-template-columns:1fr;gap:32px}.hv2-try{position:static}}button.toggle-track{appearance:none;font:inherit;border:0;padding:0;display:inline-block}.vertical-card .hv2-receives{margin-top:14px;font-size:13px}.plan-compare{max-width:680px;margin:48px auto 0}.plan-compare-title{color:var(--slate-900);margin-bottom:14px;font-size:18px;font-weight:700}.plan-compare-scroll{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-sm);overflow-x:auto}.plan-compare-table{border-collapse:collapse;width:100%;min-width:420px;font-size:14px}.plan-compare-table th,.plan-compare-table tbody tr:last-child th,.plan-compare-table tbody tr:last-child td{border-bottom:none}.plan-compare-table thead th{text-transform:uppercase;letter-spacing:.04em;color:var(--slate-500);background:var(--slate-50);font-size:12px;font-weight:800}.plan-compare-table tbody th{color:var(--slate-600);font-weight:600}.plan-compare-table td{color:var(--slate-900);font-variant-numeric:tabular-nums;font-weight:600}a.help-card{color:inherit;cursor:pointer;text-decoration:none;display:block}.hv2-iphone-sms-wrap{z-index:1;justify-content:flex-end;margin-top:-14px;display:flex;position:relative}.hv2-iphone-screen{background:#f8f9fb;border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden}.hv2-island{background:#07090d;border-radius:12px;width:74px;height:22px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.hv2-statusbar{color:#1c1c1e;justify-content:space-between;align-items:center;padding:14px 18px 0;font-size:11px;font-weight:700;display:flex}.hv2-status-glyphs{align-items:center;gap:5px;display:flex}.hv2-sig{align-items:flex-end;gap:1.5px;display:inline-flex}.hv2-sig i{background:#1c1c1e;border-radius:1px;width:2.5px;display:block}.hv2-sig i:first-child{height:4px}.hv2-sig i:nth-child(2){height:6px}.hv2-sig i:nth-child(3){height:8px}.hv2-sig i:nth-child(4){height:10px}.hv2-batt{border:1px solid #1c1c1e80;border-radius:3px;width:20px;height:10px;display:inline-block;position:relative}.hv2-batt:before{content:"";background:#1c1c1e;border-radius:1.5px;position:absolute;inset:1.5px 5px 1.5px 1.5px}.hv2-msg-header{background:#f8f9fbf0;border-bottom:1px solid #3c3c431f;flex-direction:column;align-items:center;padding:10px 14px 8px;display:flex;position:relative}.hv2-msg-back{font-size:26px;line-height:1;position:absolute;top:50%;left:14px;transform:translateY(-58%)}.hv2-msg-avatar{width:30px;height:30px;color:var(--white);justify-content:center;align-items:center;font-size:13px;font-weight:800}.hv2-msg-name{color:#1c1c1e;margin-top:3px;font-size:11px;font-weight:600}.hv2-msg-stamp{color:#3c3c438c;font-size:10px;font-weight:600}.hv2-bubble{color:#1c1c1e;background:#e9e9eb;border-radius:18px 18px 18px 6px;max-width:78%;margin:0 0 6px;padding:8px 11px;font-size:12.5px;line-height:1.35}.js .hv3-seq{opacity:0;transform:translateY(12px)}.js .hv2-iphone-sms-wrap.hv3-seq{transform:translateY(12px)}.hv3-seq.hv3-on{opacity:1;transition:opacity .48s cubic-bezier(.16,1,.3,1),transform .48s cubic-bezier(.16,1,.3,1);transform:none}.js .hv2-call-fields .hv2-field{opacity:0;transform:translateY(8px)}.hv2-call-fields .hv2-field.hv3-on{opacity:1;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1);transform:none}.js .hv2-msg-stamp,.hv2-msg-stamp.hv3-on,.js .hv2-log-row{opacity:0;transform:translateY(10px)}.hv2-log-row.hv3-on{opacity:1;transition:opacity .32s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1);transform:none}.js .hv3-stream .hv2-line{opacity:0;transform:translateY(6px)}.hv3-stream .hv2-line.hv3-on{opacity:1;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1);transform:none}.hv2-line.hv3-caret:after{content:"";background:var(--violet);vertical-align:text-bottom;width:2px;height:.95em;margin-left:3px;animation:.5s step-end 4 hv3-blink;display:inline-block}@keyframes hv3-blink{50%{opacity:0}}.hv2-faq-q:after{transition:transform .16s ease-out}.hv2-faq-item[open] .hv2-faq-q:after{transform:translateY(-50%)rotate(180deg)}@media (prefers-reduced-motion:reduce){.js .hv3-seq,.js .hv2-call-fields .hv2-field,.js .hv2-msg-stamp,.js .hv2-bubble,.js .hv2-log-row,.js .hv3-stream .hv2-line{opacity:1;transform:none}.hv2-line.hv3-caret:after{display:none}}.hv2-hero{padding:clamp(118px,10vw,154px) 0 clamp(72px,8vw,108px)}.hv2-hero-grid{grid-template-columns:minmax(0,.92fr) minmax(380px,.82fr);gap:clamp(42px,6vw,78px);min-height:clamp(520px,52vw,610px);position:relative}.hv2-hero-copy{z-index:3;max-width:620px;position:relative}.hv2-h1{max-width:11.5em}.hv2-sub{max-width:48ch}.hv2-hero-proof{z-index:1;place-self:stretch center;width:100%;max-width:none;min-height:clamp(520px,52vw,610px);position:relative;overflow:visible}.hv4-big .hv2-iphone-screen:after{mix-blend-mode:screen}.hv4-big .hv2-msg-avatar{font-size:14px}.hv4-big .hv2-msg-stamp{margin-bottom:10px;font-size:10.5px}.hv4-big .hv2-bubble{color:#1c1c1e;background:#e9e9eb;border-bottom-left-radius:6px}.js .hv2-msg-stamp,.js .hv2-bubble{opacity:0;transform-origin:0 100%;transform:translateY(8px)scale(.97)}.hv2-msg-stamp.hv3-on,.hv2-bubble.hv3-on{opacity:1;transition:opacity .28s cubic-bezier(.2,.9,.2,1),transform .28s cubic-bezier(.2,.9,.2,1);transform:none}.hv3-typing .hv2-line.hv3-active-type .hv3-type-text:after{content:"";vertical-align:text-bottom;background:var(--violet);width:2px;height:.95em;margin-left:3px;animation:.65s step-end infinite hv3-blink;display:inline-block}@media (width<=900px){.hv2-hero{padding:112px 0 56px}.hv2-hero-grid{grid-template-columns:1fr;gap:34px;min-height:auto}.hv4-big .hv2-bubble{max-width:76%}}@media (width<=520px){.hv2-h1{font-size:clamp(34px,11vw,46px)}.hv2-ctas .btn{width:100%}.hv4-phone-wrap.hv2-iphone-sms-wrap{width:286px;height:590px;bottom:-235px}.hv2-iphone.hv4-big{border-radius:46px;width:286px;height:590px}.hv4-big .hv2-bubble{font-size:12.2px}}@media (prefers-reduced-motion:reduce){.js .hv2-msg-stamp,.js .hv2-bubble{opacity:1;transition:none;transform:none}}.hv2-hero>.wrap{z-index:2;position:relative}@media (width<=900px){.hv2-hero-proof{border-radius:0;justify-self:center;width:100%;max-width:none;min-height:300px;overflow:visible}}.js .hv6-card{opacity:0;transform:translateY(14px)}.hv6-card.hv3-on{opacity:1;transition:opacity .52s cubic-bezier(.16,1,.3,1),transform .52s cubic-bezier(.16,1,.3,1);transform:none}@media (prefers-reduced-motion:reduce){.js .hv6-card{opacity:1;transform:none}.hv4-phone-wrap{transform:none!important}}.hv2-msg-avatar{object-fit:cover;background:0 0;border-radius:50%;display:block}@media (width<=900px){.hv4-big .hv2-island{width:74px;height:22px;top:11px}.hv4-big .hv2-bubble{max-width:80%;font-size:12px}.hv4-big .hv2-msg-avatar{width:28px;height:28px}}@media (width<=520px){.hv2-hero-proof{min-height:260px}.hv4-phone-wrap.hv2-iphone-sms-wrap{width:224px;height:460px;bottom:-190px}.hv2-iphone.hv4-big{border-radius:40px;width:224px;height:460px}}.hv2-hero{--hero-bg-y:0px;--hero-phone-y:0px}.hv2-hero:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#fff0 0%,#ffffff8c 62%,#fff 100%);height:150px;position:absolute;bottom:0;left:0;right:0}.hv2-hero-photo{aspect-ratio:auto;z-index:0;width:100%;max-width:none;box-shadow:none;transform:translate3d(0, var(--hero-bg-y), 0);will-change:transform;backface-visibility:hidden;contain:paint;background:#0b1628;border-radius:0;position:absolute;inset:-132px 0 -32px;overflow:hidden}.hv2-hero-photo img{object-fit:cover;object-position:62% 55%;width:100%;height:100%;transform:translateZ(0)scale(1.03)}.hv4-big .hv2-msg-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.hv4-big .hv2-msg-name{margin-top:4px;font-size:12.5px}.hv2-msg-body{flex-direction:column;align-items:flex-start;padding:14px 14px 0;display:flex}.hv2-msg-stamp{text-align:center;align-self:center;width:100%;margin:0 0 10px}.hv4-big .hv2-bubble{border-radius:18px;max-width:74%;margin:0 0 7px;padding:9px 12px;font-size:13.2px;line-height:1.38}.hv4-big .hv2-bubble-out{transform-origin:100% 100%;border-bottom-right-radius:6px;border-bottom-left-radius:18px;align-self:flex-end}.hv2-bubble-in+.hv2-bubble-out,.hv2-bubble-out+.hv2-bubble-in{margin-top:8px}.hv2-bubble-tail:after{width:9px}.js .hv2-bubble-out{transform-origin:100% 100%}@media (width<=900px){.hv2-hero-photo{will-change:auto;border-radius:0;display:block;inset:0;transform:none}.hv4-big .hv2-msg-avatar{width:38px;height:38px}.hv4-big .hv2-bubble{max-width:80%;padding:7px 10px;font-size:11.8px}}@media (width<=520px){.hv4-big .hv2-msg-avatar{width:36px;height:36px}.hv2-msg-body{padding:11px 11px 0}.hv4-big .hv2-bubble{font-size:11.4px}}@media (prefers-reduced-motion:reduce){.hv2-hero-photo{transform:none!important}.hv4-phone-wrap.hv2-iphone-sms-wrap{transform:translate(0,0)!important}}.hv2-audio-pending{color:var(--slate-400);background:var(--slate-50);border:1px dashed var(--slate-300);border-radius:10px;margin-bottom:10px;padding:9px 12px;font-size:13px}.hv2-log-answered{background:#3b6fff0f}.hv2-log-answered .hv2-log-time{color:var(--brand-dark)}.hv2-artefact-summary,.hv2-artefact-transcript,.hv2-artefact-spam{border-top:1px solid var(--slate-200)}.hv2-speaker-o{color:var(--brand)}.tc-av-1,.tc-av-2,.tc-av-3{background:linear-gradient(160deg,#1e293b,#0f172a)}.tc-role-1,.tc-role-2,.tc-role-3{color:var(--slate-500)}.testi-avatar.ta-teal,.testi-avatar.ta-violet,.testi-avatar.ta-gold{background:#0f172a}.roi-amount-num.gold{color:var(--slate-900)}.page-hero:before{background:radial-gradient(#3b6fff0f 0%,#0000 60%)}.manifesto:before,.try-card:before,.try-card:after{background:0 0}.setup-flow,.hv2-problem,.hv2-proof,.demos,.pricing,.testi,.hv2-faq{padding:112px 0}.hv2-proof-grid{gap:24px}@media (width<=900px){.setup-flow,.hv2-problem,.hv2-proof,.demos,.pricing,.testi,.hv2-faq{padding:72px 0}.hv2-section-head{margin-bottom:40px}}.hv2-hero-video{object-fit:cover;object-position:62% 55%;opacity:0;width:100%;height:100%;transition:opacity .7s;position:absolute;inset:0;transform:translateZ(0)scale(1.03)}.hv2-hero-video.is-playing{opacity:1}@media (prefers-reduced-motion:reduce){.hv2-hero-video{display:none}}.hv8-band{isolation:isolate;background:#081226;position:relative}.hv8-band-photo{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hv8-band-photo img{object-fit:cover;width:100%;height:100%}.hv8-band-wash{position:absolute;inset:0}.hv8-band>.wrap{z-index:1;position:relative}.hv8-band .t-headline,.hv8-band .t-display{color:var(--white)}.hv8-band .t-body{color:#ffffffc7}.hv8-band .hv2-solution-line{color:#ffffffdb}.hv8-band .btn-ghost{color:#8fb0ff}.hv8-band .hv2-log,.hv8-band .testi-card{border-color:#ffffff1a;box-shadow:0 24px 60px #02061273}.hv2-problem.hv8-band .hv8-band-wash{background:linear-gradient(90deg,#061123f2 0%,#061123e0 42%,#06112399 100%),linear-gradient(#06112380 0%,#06112333 45%,#0611239e 100%)}.hv2-problem.hv8-band .hv8-band-photo img{object-position:74% 50%}.testi.hv8-band .hv8-band-wash{background:linear-gradient(#061123e6 0%,#061123c7 50%,#061123e6 100%)}.final-cta.hv8-band .hv8-band-wash{background:linear-gradient(#061123db 0%,#061123b8 52%,#081226eb 100%)}.final-cta.hv8-band .hv8-band-photo img{object-position:50% 42%}.hv9-brandline p{text-wrap:balance}.hv9-step-note{margin-top:8px}.hv9-setup-micro{color:var(--slate-500);margin-top:36px;font-size:14px}.hv2-problem-logs{z-index:1;gap:16px;display:grid;position:relative}.hv9-log-head{text-transform:uppercase;color:var(--slate-400);margin:0;padding:14px 20px 2px;font-size:11px;font-weight:800}.hv9-log-head-on{color:var(--brand)}.hv8-band .hv2-problem-logs .hv2-log{border-color:#ffffff1a;box-shadow:0 24px 60px #02061273}.hv9-plan-desc{max-width:46ch;color:var(--slate-600);margin-top:14px;font-size:14px;line-height:1.55}.hv9-strip-feats{opacity:.72;margin-top:8px;font-size:13px}.hv9-testi-lead{letter-spacing:-.01em;color:var(--slate-900);margin:0 0 8px;font-size:15px;font-weight:700}.hv9-team{background:var(--white);padding:112px 0 0}.hv2-try .t-body+.t-body{margin-top:10px}@media (width<=900px){.hv9-brandline{padding:64px 0 0}.hv9-brandline+.setup-flow{padding-top:56px}.hv9-team{padding:72px 0 0}}.hv2-msg-inputbar{color:#8e8e93;background:#fff;border:1px solid #d8d8dc;border-radius:17px;align-items:center;height:34px;padding:0 14px;font-size:12.5px;display:flex;position:absolute;bottom:22px;left:14px;right:14px}.hv2-homebar{border-radius:2px;width:108px;height:4px;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.hv2-screen{opacity:0;pointer-events:none;position:absolute;inset:0}.hv2-screen-active{opacity:1}.hv2-callscr{text-align:center;flex-direction:column;align-items:center;height:100%;padding:34px 22px 30px;display:flex}.hv2-call-eyebrow{text-transform:uppercase;font-size:11px;font-weight:700}.hv2-call-num{letter-spacing:-.01em;font-variant-numeric:tabular-nums;margin-top:6px;font-size:24px;font-weight:700}.hv2-call-orb{justify-content:center;align-items:center;width:96px;height:96px;margin:34px 0 22px;display:flex;position:relative}.hv2-call-orb img{z-index:1;border-radius:50%;width:64px;height:64px;position:relative}.hv2-call-orb:before,.hv2-call-orb:after{content:"";border:1.5px solid #3b6fff59;border-radius:50%;animation:2.2s cubic-bezier(.2,.6,.3,1) infinite hv10-ring;position:absolute;inset:0}.hv2-call-orb:after{animation-delay:1.1s}@keyframes hv10-ring{0%{opacity:0;transform:scale(.68)}30%{opacity:1}to{opacity:0;transform:scale(1.18)}}.hv2-call-state{font-size:15.5px;font-weight:700}.hv2-call-dots{vertical-align:baseline;gap:3px;margin-left:5px;display:inline-flex}.hv2-call-dots i{background:var(--brand);border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite hv10-dot}.hv2-call-dots i:nth-child(2){animation-delay:.18s}.hv2-call-dots i:nth-child(3){animation-delay:.36s}@keyframes hv10-dot{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.hv2-call-chip{border-radius:999px;margin-top:auto;padding:8px 14px;font-size:12.5px;font-weight:600}.hv2-livescr{flex-direction:column;height:100%;display:flex}.hv2-live-head{text-transform:uppercase;border-bottom:1px solid var(--slate-100);align-items:center;gap:8px;padding-bottom:14px;font-size:12px;font-weight:800;display:flex}@keyframes hv10-blink{0%,to{opacity:1}50%{opacity:.35}}.hv2-live-lines{padding-top:16px;display:grid}.hv2-dashscr{flex-direction:column;height:100%;display:flex}.hv2-dash-head{align-items:center;gap:8px;display:flex}.hv2-dash-head img{border-radius:50%}.hv2-dash-title{letter-spacing:-.01em;font-size:14.5px;font-weight:800}.hv2-dash-row{align-items:center;gap:10px;display:flex}.hv2-dash-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;flex:none;font-weight:800}.hv2-dash-main{min-width:0;display:grid}.hv2-dash-main b{white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.hv2-dash-main span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hv2-dash-time{font-variant-numeric:tabular-nums;flex:none;font-size:11px}@media (width<=900px){.hv2-iphone.hv4-big:before,.hv2-iphone.hv4-big:after,.hv4-big .hv2-island,.hv4-big .hv2-statusbar,.hv2-homebar{display:none}}@media (prefers-reduced-motion:reduce){.hv2-screen{transition:none}.hv2-call-orb:before,.hv2-call-orb:after,.hv2-call-dots i{animation:none}}.hv4-big .hv2-sig i{background:#f5f5f7}.hv4-big .hv2-batt{border-color:#f5f5f780}.hv4-big .hv2-batt:before{background:#f5f5f7}.hv2-homebar{opacity:.35;background:#f5f5f7}.hv4-big .hv2-msg-body{padding:14px 16px 0}.js .hv4-big .hv2-bubble-out{transform-origin:100% 100%}.hv2-call-eyebrow{color:#ebebf573}.hv2-call-num{color:#f5f5f7}.hv2-call-orb:before,.hv2-call-orb:after{border-color:#7a9eff80}.hv2-call-state{color:#f5f5f7}.hv2-dash-head{border-bottom:none}.hv2-dash-title{color:#f5f5f7}.hv2-dash-day{border-radius:999px;margin-left:auto;padding:3px 9px;font-size:10.5px;font-weight:700}.hv2-dash-statsrow{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.hv2-dash-stat{border-radius:12px;padding:10px 12px}.hv2-dash-stat b{letter-spacing:-.02em;color:#f5f5f7;font-size:20px;font-weight:800;display:block}.hv2-dash-stat span{text-transform:uppercase;letter-spacing:.06em;color:#ebebf573;font-size:9.5px;font-weight:700}.hv2-dash-sec{text-transform:uppercase;color:#ebebf566;font-size:10.5px;font-weight:800}.hv2-dash-list{border-radius:14px;padding:2px 12px}.hv2-dash-row{border-bottom:1px solid #ffffff0f}.hv2-dash-row:last-child{border-bottom:none}.hv2-dash-init{color:#e8eaf0;background:#ffffff14;border-radius:50%;flex:none;justify-content:center;align-items:center;width:27px;height:27px;font-size:11px;font-weight:700;display:inline-flex}.hv2-dash-init-b{color:#ebebf580;background:#ffffff0d}.hv2-dash-main b{color:#f0f2f7;font-size:12px}.hv2-dash-main span{color:#ebebf580;font-size:11px}.hv2-dash-side{flex:none;justify-items:end;gap:3px;margin-left:auto;display:grid}.hv2-dash-tag{padding:2.5px 7px;font-size:9px}.hv2-dash-time{color:#ebebf566;margin-left:0}.hv2-dash-stat,.hv2-dash-row{opacity:0;transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1);transform:translateY(6px)}.hv2-dash-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.hv2-dash-stat,.hv2-dash-row{opacity:1;transition:none;transform:none}}.hv4-phone-wrap.hv2-iphone-sms-wrap:before{content:"";pointer-events:none;position:absolute}.hv2-screen{transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);transform:translateY(12px)scale(.988)}.hv2-screen-active{transform:none}.hv2-call-chip{color:#b4c8ff;background:#3b6fff33}.hv2-dash-chart{opacity:0;border-radius:12px;margin-top:8px;padding:10px 12px 12px;transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1);transform:translateY(6px)}.hv2-dash-chart.hv2-dash-in{opacity:1;transform:none}.hv2-dash-chart-head{text-transform:uppercase;letter-spacing:.06em;color:#ebf0ff80;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:9.5px;font-weight:700;display:flex}.hv2-dash-live{align-items:center;display:inline-flex}.hv2-dash-live i{border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite hv10-blink}.hv2-dash-bars{align-items:flex-end;gap:7px;height:44px;display:flex}.hv2-dash-bars i{height:var(--h,40%);transform-origin:bottom;border-radius:4px 4px 2px 2px;flex:1;transform:scaleY(0)}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i{transform:scaleY(1)}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(2){transition-delay:50ms}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(3){transition-delay:.1s}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(4){transition-delay:.15s}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(5){transition-delay:.2s}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(6){transition-delay:.25s}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(7){transition-delay:.3s}.hv2-dashscr{padding:20px 15px 16px}.hv2-dash-head{padding-bottom:12px}.hv2-dash-row{padding:9px 0}.hv2-dash-sec{margin:12px 2px 7px}@media (width<=900px){.hv4-phone-wrap.hv2-iphone-sms-wrap:before{display:none}}@media (prefers-reduced-motion:reduce){.hv2-dash-chart,.hv2-dash-bars i{opacity:1;transition:none;transform:none}.hv2-dash-live i{animation:none}}.hv4-phone-wrap.hv2-iphone-sms-wrap:before{background:radial-gradient(46% 42% at 50% 46%,#3b6fff29,#0000 72%);inset:-50px -70px}.hv2-iphone.hv4-big:before{content:"";background:#3d414b;border-radius:3px 0 0 3px;width:3px;height:58px;position:absolute;top:148px;left:-3px}.hv2-iphone.hv4-big:after{content:"";background:#3d414b;border-radius:0 3px 3px 0;width:3px;height:92px;position:absolute;top:196px;right:-3px}.hv4-big .hv2-iphone-screen:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,#ffffff12 0%,#ffffff05 24%,#0000 42%);position:absolute;inset:0}.hv2-callscr{background:radial-gradient(300px 240px at 38% 18%,#3b6fff38,#0000 70%),radial-gradient(280px 240px at 68% 30%,#8b5cf624,#0000 72%)}.hv2-call-orb img{box-shadow:0 0 52px #3b6fff73,0 0 18px #8b5cf64d}.hv2-dash-stat:first-child b{color:#f5f5f7}.hv2-dash-stat:nth-child(2) b{color:#fbbf24}.hv2-dash-stat:nth-child(3) b{color:#ebf0ff8c}.hv2-dash-day{color:#ebf0ff99;background:#ffffff12}.hv2-dash-bars i{opacity:.95}.hv2-dash-live i{background:#22d3ee}.hv2-dash-tag-u{color:#fbbf24;background:#f59e0b29}.hv2-dash-init-u{color:#fbbf24;background:#f59e0b2e}.hv2-dash-tag{color:#ebf0ffa6;background:#ffffff14}.hv2-dash-tag-b{color:#ebf0ff66;background:#ffffff0d}.hv2-dash-row:nth-child(2) .hv2-dash-tag,.hv2-dash-row:nth-child(2) .hv2-dash-init{color:#93bbfd;background:#3b82f629}@media (width<=900px){.hv4-big .hv2-iphone-screen:after{background:0 0}}.hv4-big .hv2-iphone-screen{background:#060607;border:9px solid #060607;border-radius:53px;flex-direction:column;display:flex}.hv2-screen[data-theme=light]{--scr-bg:#f2f2f7;background:#f2f2f7}.hv2-screen[data-theme=dark]{--scr-bg:#0d1120;background:radial-gradient(130% 55% at 50% -6%,#4e6cbe29,#0000 62%),linear-gradient(178deg,#121628 0%,#0c101e 55%,#0a0d18 100%)}.hv4-big .hv2-statusbar{color:#f5f5f7;z-index:2;padding:13px 24px 0;font-size:11.5px;transition:color .5s;position:relative}.hv2-iphone-screen[data-theme=light] .hv2-statusbar{color:#101114}.hv2-iphone-screen[data-theme=light] .hv2-sig i{background:#101114}.hv2-iphone-screen[data-theme=light] .hv2-batt{border-color:#10111480}.hv2-iphone-screen[data-theme=light] .hv2-batt:before{background:#101114}.hv2-iphone-screen[data-theme=light] .hv2-homebar{opacity:.3;background:#101114}.hv2-homebar{z-index:2}.hv4-big .hv2-msg-header{background:#f6f6f9f5;border-bottom:1px solid #3c3c4324;min-height:92px;padding:16px 14px 10px}.hv4-big .hv2-msg-name{color:#101114}.hv2-msg-back{color:#007aff}.hv4-big .hv2-msg-avatar{background:#fff;box-shadow:0 1px 2px #0000001f,0 0 0 1px #3c3c431f}.hv4-big .hv2-msg-stamp{color:#3c3c4399}.hv4-big .hv2-bubble-in{color:#101114;background:#e9e9eb;border-bottom-left-radius:6px;align-self:flex-start}.hv4-big .hv2-bubble-out{color:#fff;background:#34c759}.hv2-msg-delivered{color:#3c3c438c;align-self:flex-end;margin:1px 4px 0 0;font-size:10px;font-weight:600}.hv2-bubble-tail:after,.hv2-bubble-tail:before{content:"";background:0 0;border-radius:0;height:16px;position:absolute;bottom:0}.hv2-bubble-tail.hv2-bubble-out:after{background:#34c759;border-bottom-left-radius:15px;width:16px;right:-7px}.hv2-bubble-tail.hv2-bubble-out:before{background:var(--scr-bg,#f2f2f7);z-index:1;border-bottom-left-radius:10px;width:16px;right:-16px}.hv2-bubble-tail.hv2-bubble-in:after{background:#e9e9eb;border-bottom-right-radius:15px;width:16px;left:-7px}.hv2-bubble-tail.hv2-bubble-in:before{background:var(--scr-bg,#f2f2f7);z-index:1;border-bottom-right-radius:10px;width:16px;left:-16px}.hv4-big .hv2-bubble{z-index:0;position:relative}.hv2-screen[data-theme=dark] .hv2-callscr{background:radial-gradient(300px 240px at 38% 18%,#3b6fff3d,#0000 70%),radial-gradient(280px 240px at 68% 30%,#8b5cf629,#0000 72%)}.hv2-livescr{background:0 0}.hv2-live-head{color:#3c3c43a6;border-bottom-color:#3c3c431f}.hv2-live-lines .hv2-line{color:#23252c}.hv2-live-lines .hv2-speaker{color:#3c3c4380}.hv2-livescr .hv3-typing .hv2-line.hv3-active-type .hv3-type-text:after{background:var(--brand)}.hv2-live-wave{align-items:center;margin-left:auto;display:inline-flex}.hv2-dash-stat{background:#ffffff0d;box-shadow:inset 0 0 0 1px #8ca5ff1f}.hv2-dash-list,.hv2-dash-chart{background:#ffffff0a;box-shadow:inset 0 0 0 1px #8ca5ff1f}.hv2-dash-bars i{box-shadow:none;background:linear-gradient(#5ea2ff 0%,#3b82f6 60%,#22d3ee 140%)}.hv2-dash-bars i:nth-child(6){background:linear-gradient(#7cc7ff 0%,#38bdf8 60%,#22d3ee 100%);box-shadow:0 0 12px #38bdf873}.hv2-dash-tag-t,.hv2-dash-row:nth-child(4) .hv2-dash-init{color:#9cc0ff;background:#5ea2ff24}@media (width<=900px){.hv2-screen{border-radius:22px;margin-top:0;padding-top:0}}@media (prefers-reduced-motion:reduce){.hv2-live-wave i{animation:none}}.hv4-big .hv2-island{z-index:3;background:#010102;border-radius:13.5px;width:96px;height:26px;top:10px;box-shadow:0 0 0 .5px #ffffff0d}.hv2-screens{flex:none;min-height:0;margin:0;padding:0;position:absolute;inset:0}.hv2-screen{margin-top:0;padding-top:46px}@media (width<=900px){.hv2-screen{padding-top:0}}.hv4-phone-wrap.hv2-iphone-sms-wrap{z-index:2;pointer-events:none;width:auto;height:auto;transform:translate3d(0, var(--hero-phone-y,0px), 0);will-change:transform;perspective:1300px;justify-content:center;align-items:center;margin:0;display:flex;position:relative;bottom:auto;left:auto;right:auto}.hv2-iphone.hv4-big{transform-origin:50%;width:312px;height:644px;transform-style:preserve-3d;background:linear-gradient(105deg,#565b66 0%,#23262d 26%,#14161c 52%,#3a3f49 84%,#a7adb8 100%);border-radius:57px;padding:3.5px;position:relative;transform:rotateY(-17deg)rotateX(2deg)rotate(4deg);box-shadow:inset 0 0 1.5px #ffffff80,-22px 44px 90px -22px #020612bf,-8px 18px 40px #02061266}.js .hv2-iphone.hv4-big.hv3-seq{opacity:0;transform:translateY(48px)rotateY(-23deg)rotateX(3deg)rotate(6deg)scale(.97)}.js .hv2-iphone.hv4-big.hv3-seq.hv3-on{opacity:1;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:rotateY(-17deg)rotateX(2deg)rotate(4deg)}.hv2-live-lines{gap:10px}.hv2-live-lines .hv2-line{font-size:12.5px;line-height:1.45}.hv2-livescr{padding:22px 20px 20px}.pricing .section-header,.testi .section-header{margin-bottom:56px}.testi-grid{gap:24px}.hv2-demo-list{gap:20px}.site-footer{padding-top:64px}.footer-top{gap:48px}@media (width<=900px){.hv9-brandline{padding:72px 0 0}}@media (prefers-reduced-motion:reduce){.js .hv2-iphone.hv4-big.hv3-seq,.js .hv2-iphone.hv4-big.hv3-seq.hv3-on{opacity:1;transition:none;transform:rotateY(-17deg)rotateX(2deg)rotate(4deg)}}@media (width<=900px){.hv9-brandline+.setup-flow{padding-top:48px}.pricing .section-header,.testi .section-header{margin-bottom:40px}}.final-cta{padding:128px 0}@media (width<=900px){.final-cta{padding:88px 0}}.gicon img{width:100%;height:100%;display:block}.gicon-sm{border-radius:11px}.gicon-md{border-radius:14px}.gicon-lg{border-radius:18px}.feature-card .gicon{margin-bottom:18px}.hero-note{align-items:center;gap:10px;display:inline-flex}.plan-persona{align-items:center;gap:12px;display:flex}.pricing-hero:before{background:radial-gradient(#3b6fff0f 0%,#0000 60%)}.roi-card{border:1px solid var(--slate-200);border-radius:20px}.vertical-card,.help-card,.feature-card{border:1px solid var(--slate-200)}.contact-form-card{background:var(--white);border:1px solid var(--slate-200);border-radius:20px;padding:28px;box-shadow:0 12px 40px #0f172a0d}.plan-compare-table th,.plan-compare-table td{border-bottom:1px solid var(--slate-100);text-align:left}.about-cta.final-cta .cta-headline,.about-cta.final-cta .cta-sub{color:var(--white)}.about-cta.final-cta .cta-sub em{color:#8fb0ff;font-style:normal}.about-cta.final-cta .about-cta-note{color:#fff9}.help-card .gicon{margin-bottom:16px}.about-cta .gicon-lg,.about-cta.final-cta .gicon-lg{margin:0 auto 22px;display:flex}.hv8-band>.about-cta-inner{z-index:1;position:relative}.plan-upgrade-amount .plan-amount{letter-spacing:-.03em;font-size:22px;line-height:1}@media (width<=640px){.footer-links{grid-template-columns:1fr 1fr;gap:28px 32px;display:grid}.footer-col:last-child{grid-column:1/-1}}.features-section,.verticals-section,.pricing-section,.faq-section,.roi-section,.story,.team,.contact-section,.quick-help{padding:112px 0}.features-section .section-header,.verticals-section .section-header,.pricing-section .section-header,.quick-help-header,.team-header{margin-bottom:56px}@media (width<=900px){.features-section,.verticals-section,.pricing-section,.faq-section,.roi-section,.story,.team,.contact-section,.quick-help{padding:72px 0}.features-section .section-header,.verticals-section .section-header,.pricing-section .section-header,.quick-help-header,.team-header{margin-bottom:40px}}.hv9-brandline p{display:inline-block;position:relative}.upgrade-strip{background:#f1eeff}.upgrade-strip-eyebrow{opacity:1}.hv2-demo-teal .hv2-demo-tag{color:#0e8494;background:#e8fafc}.hv2-demo-violet .hv2-demo-tag{color:#5b3bc0;background:#f1edff}.hv2-demo-slate .hv2-demo-tag{color:#475569;background:#f1f5f9}.hv2-demo-coral .hv2-demo-tag{color:#b93d35;background:#fff0ee}.hv2-receives{background:#eafbfd;border:1px solid #c7f0f4}.hv2-demo-teal .hv2-receives,.hv2-demo-violet .hv2-receives,.hv2-demo-slate .hv2-receives,.hv2-demo-coral .hv2-receives{border-left:1px solid #c7f0f4}.hv2-receives-k{color:#0e8494}.hv2-field-urgent{color:#c8443b;background:#fff0ee;border:1px solid #ffd6d2;border-radius:999px;justify-self:start;padding:2px 9px;font-size:12px;font-weight:700;display:inline-block}.upgrade-strip{border-top-color:#d9d0fa}.upgrade-strip-eyebrow{color:#6a47ce}.btn-strip{color:var(--brand);background:#fff;border:1px solid #d9e3ff}.btn-strip:hover{color:var(--brand);background:#f5f8ff;border-color:#d9e3ff}.hv-save{color:#a86715;font-weight:700}.gicon{box-shadow:none;background:0 0;border-radius:0;flex:none;display:inline-flex;overflow:visible}.gicon img{object-fit:contain}.gicon-sm{width:46px;height:46px}.gicon-md{width:72px;height:72px}.gicon-lg{width:96px;height:96px}.about-cta .gicon-lg{background:#fff;border-radius:22px;padding:10px;box-shadow:0 14px 34px #02061247}.about-cta .gicon-lg img{border-radius:16px}.hv2-live-eq{align-items:flex-end;gap:2px;height:12px;display:inline-flex}.hv2-live-eq i{transform-origin:bottom;background:currentColor;border-radius:2px;width:2.5px;height:100%;animation:.9s ease-in-out infinite hv23-eq}.hv2-live-eq i:first-child{animation-delay:0s}.hv2-live-eq i:nth-child(2){animation-delay:.18s}.hv2-live-eq i:nth-child(3){animation-delay:.36s}.hv2-live-eq i:nth-child(4){animation-delay:.54s}@keyframes hv23-eq{0%,to{transform:scaleY(.28)}50%{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.hv2-live-eq i{animation:none;transform:scaleY(.62)}}.t-label{letter-spacing:.02em}.hv2-try-label,.hv2-call-eyebrow,.hv9-log-head,.hv2-artefact-title,.hv2-field-k,.hv2-live-head,.hv2-dash-sec,.upgrade-strip-eyebrow,.plan-upgrade-eyebrow{letter-spacing:.04em}.hv9-brandline p:after{display:none}.manifesto{padding:clamp(84px,9vw,104px) 0 72px}.footer-desc{color:#5b6472}.footer-col-title{color:#64748b}.contact-info-text{color:#475569}.hv2-live-time{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";color:#e0443a}.hv2-live-sep{opacity:.55}@property --vamp{syntax:"<number>";inherits:true;initial-value:1}.hv2-live-wave{--vamp:.16;gap:3px;height:16px;transition:--vamp .3s}.hv2-live-wave[data-voice=o],.hv2-live-wave[data-voice=c]{--vamp:1}.hv2-live-wave i{background:linear-gradient(180deg, #8fc3ff 0%, var(--brand) 55%, var(--brand-dark) 100%);transform-origin:50% 100%;border-radius:3px;width:3px;animation:.95s ease-in-out infinite hv27-eq;box-shadow:0 0 6px #3b6fff59}.hv2-live-wave[data-voice=c] i{background:linear-gradient(#fcd34d 0%,#d97706 55%,#b45309 100%);box-shadow:0 0 6px #d9770666}.hv2-live-wave i:first-child{height:7px;animation-duration:1.05s}.hv2-live-wave i:nth-child(2){height:13px;animation-duration:.85s;animation-delay:.12s}.hv2-live-wave i:nth-child(3){height:9px;animation-duration:1.15s;animation-delay:.26s}.hv2-live-wave i:nth-child(4){height:14px;animation-duration:.9s;animation-delay:60ms}.hv2-live-wave i:nth-child(5){height:8px;animation-duration:1.1s;animation-delay:.2s}@keyframes hv27-eq{0%,to{transform:scaleY(calc(.1 + .2 * var(--vamp,1)));opacity:calc(.55 + .35 * var(--vamp,1))}50%{transform:scaleY(calc(.1 + 1.02 * var(--vamp,1)));opacity:1}}.hv2-dash-live{color:#67e0f2;text-transform:uppercase;letter-spacing:.04em;background:#22d3ee17;border-radius:999px;gap:6px;padding:3px 9px 3px 8px;font-size:9.5px;font-weight:800;box-shadow:inset 0 0 0 1px #5ec8ee38}.hv2-dash-live .hv2-live-eq{gap:2.5px;height:10px}.hv2-dash-live .hv2-live-eq i{background:linear-gradient(#a5f3fc 0%,#22d3ee 60%,#0891b2 100%);border-radius:2px;width:2.5px;box-shadow:0 0 5px #22d3ee73}.hv2-dash-live .hv2-live-eq i:first-child{animation-duration:1.05s}.hv2-dash-live .hv2-live-eq i:nth-child(2){animation-duration:.8s}.hv2-dash-live .hv2-live-eq i:nth-child(3){animation-duration:1.2s}.hv2-dash-live .hv2-live-eq i:nth-child(4){animation-duration:.9s}.hv2-dash-row.hv2-dash-row-new:not(.hv2-evt-in){display:none}.hv2-dash-row.hv2-dash-row-new.hv2-evt-in{animation:.5s cubic-bezier(.2,.9,.3,1.15) both hv27-evtin}@keyframes hv27-evtin{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:none}}.hv2-stat-bump{animation:.9s hv27-ring}.hv2-stat-bump b{animation:.45s cubic-bezier(.2,.9,.3,1.4) hv27-pop}@keyframes hv27-pop{0%{transform:scale(1)}40%{transform:scale(1.22)}to{transform:scale(1)}}@keyframes hv27-ring{0%{box-shadow:inset 0 0 0 1px #ffffff12}30%{box-shadow:inset 0 0 0 1px #7cc7ff8c,0 0 14px #5ea2ff47}to{box-shadow:inset 0 0 0 1px #ffffff12}}.hv2-live-ping{animation:.9s hv27-ping}@keyframes hv27-ping{30%{background:#22d3ee33;box-shadow:inset 0 0 0 1px #67e0f299,0 0 12px #22d3ee59}}.hv2-dash-live .hv2-live-eq{--vamp:.35;transition:--vamp .4s}.hv2-dash-live .hv2-live-eq i{animation-name:hv27-eq}.hv2-live-ping .hv2-live-eq{--vamp:1}.hv2-dash-bars i{transition:transform .5s cubic-bezier(.16,1,.3,1),height .6s cubic-bezier(.2,.9,.3,1.2)}.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(6){animation:2.8s ease-in-out .8s infinite hv27-barbreathe}@keyframes hv27-barbreathe{0%,to{box-shadow:0 0 12px #38bdf873}50%{box-shadow:0 0 20px #38bdf8b8}}.hv2-dash-statsrow .hv2-dash-stat:first-child b{color:#7cc7ff}.hv2-dash-statsrow .hv2-dash-stat:nth-child(3) b{color:#ebebf58c}.hv2-dash-row{transform:translate(-10px)}.hv2-dash-row.hv2-dash-in{transform:none}.hv2-dash-row:nth-child(3) .hv2-dash-tag{color:#67e0f2;background:#22d3ee1f}.hv2-dash-row:nth-child(3) .hv2-dash-init{color:#7ce4f5;background:#22d3ee24}.hv2-dash-row-new .hv2-dash-time{color:#67e0f2;font-weight:700}@media (prefers-reduced-motion:reduce){.hv2-dash-row.hv2-dash-row-new.hv2-evt-in,.hv2-stat-bump,.hv2-stat-bump b,.hv2-live-ping,.hv2-dash-live .hv2-live-eq i,.hv2-dash-chart.hv2-dash-in .hv2-dash-bars i:nth-child(6){animation:none}}.site-header{-webkit-backdrop-filter:blur(18px)saturate(160%);background:#090d16c7;border-bottom:1px solid #ffffff14}.logo-text{color:#f5f7fb}.main-nav{color:#e2e9f5ad}.main-nav a:hover{color:#fff}.main-nav .active{color:#9cc0ff}.mobile-nav{color:#e2e9f5d9}.header-cta{box-shadow:0 2px 14px #3b6fff59}.header-demo{color:#eef2fa;border-radius:var(--radius-pill);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff29;place-items:center start;width:190px;height:34px;font-size:13px;font-weight:600;transition:width .42s cubic-bezier(.3,1,.35,1),border-color .3s,background .3s,box-shadow .3s;display:grid;overflow:hidden}.header-demo:hover{color:#fff;background:#5ea2ff1f;border-color:#9cc0ff8c}.header-demo[data-state=input]{background:#5ea2ff1a;border-color:#9cc0ff80;width:264px;box-shadow:0 0 0 3px #3b6fff24}.header-demo[data-state=done]{background:#34c77b1a;border-color:#7ce4a359;width:190px}.hd-idle,.hd-form,.hd-done{opacity:0;visibility:hidden;grid-area:1/1;align-items:center;gap:8px;height:34px;transition:opacity .2s,transform .3s cubic-bezier(.3,1,.35,1),visibility 0s linear .2s;display:inline-flex;transform:translate(-7px)}.hd-idle{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;padding:0 15px}.hd-form{padding:0 5px 0 14px}.hd-done{color:#d9f5e5;padding:0 15px}.header-demo[data-state=idle] .hd-idle,.header-demo[data-state=input] .hd-form,.header-demo[data-state=done] .hd-done{opacity:1;visibility:visible;transition:opacity .28s .1s,transform .36s cubic-bezier(.3,1,.35,1) .1s,visibility;transform:translate(0)}.hd-input{color:#f5f7fb;font-variant-numeric:tabular-nums;background:0 0;border:none;outline:none;width:132px;min-width:0;padding:0;font-family:inherit;font-size:13.5px}.hd-input::placeholder{color:#e2e9f561}.hd-go{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .2s,transform .15s,background .2s;display:inline-flex}.hd-go:hover:not(:disabled){background:var(--brand-hover);transform:scale(1.06)}.hd-go:disabled{opacity:.4;cursor:default}.hd-go.hd-go-ok{background:#2fb573;animation:.32s cubic-bezier(.2,.9,.3,1.4) hv28-gook;box-shadow:0 0 10px #34c77b66}.hd-go.hd-go-ok:hover:not(:disabled){background:#29a267;transform:scale(1.06)}@keyframes hv28-gook{0%{transform:scale(1)}55%{transform:scale(1.18)}to{transform:scale(1)}}.hd-tick{color:#7ce4a3;background:#34c77b29;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;box-shadow:inset 0 0 0 1px #7ce4a359}@media (width<=1040px){.hd-idle-label{display:none}.header-demo[data-state=idle]{width:88px}.header-demo[data-state=idle] .hd-idle{padding:0 11px}}@media (width<=640px){.header-demo:not([data-state=idle])~.header-cta{display:none}.header-demo[data-state=input]{width:232px}.header-demo[data-state=input] .hd-input{width:116px}}@media (prefers-reduced-motion:reduce){.header-demo{transition:border-color .25s,background .25s}.hd-go.hd-go-ok{animation:none}}.hv9-brandline{text-align:left;background:#f4f6fa;padding:72px 0 0}.hv9-brandline p{letter-spacing:0;color:var(--brand);font-size:17px;font-weight:700}.hv9-brandline+.setup-flow{padding-top:14px}.hv2-assure{background:var(--white)}.hv2-assure-row{justify-content:center;align-items:stretch;display:flex}.hv2-assure-item{text-align:center;display:flex}.hv2-assure-n{color:#0f172a;font-variant-numeric:tabular-nums;font-weight:800;line-height:1.1}@media (width<=640px){.hv2-assure-row{flex-direction:column;gap:18px}.hv2-assure-item+.hv2-assure-item{border-left:none}}.hv2-artefact,.hv2-demo{border-radius:20px;transition:transform .3s cubic-bezier(.2,.9,.3,1),box-shadow .3s,border-color .3s;box-shadow:0 1px 2px #0814280a,0 16px 40px #0814280d}.hv2-artefact:hover,.hv2-demo:hover{transform:translateY(-4px);box-shadow:0 2px 4px #0814280d,0 26px 56px #0814281a}.hv2-artefact:hover{border-color:#3b6fff47}.pricing-wrap{border-radius:20px;transition:transform .3s cubic-bezier(.2,.9,.3,1),box-shadow .3s;box-shadow:0 1px 2px #0814280a,0 16px 40px #0814280d}.pricing-wrap:hover{transform:translateY(-3px);box-shadow:0 2px 4px #0814280d,0 26px 56px #0814281a}.testi-card{border-radius:16px}.hv2-faq-q{align-items:center;min-height:60px;padding:19px 40px 19px 0;transition:color .2s;display:flex}.hv2-faq-q:hover{color:var(--brand)}.hv2-faq-a{padding-bottom:20px}.footer-col a{padding:4px 0;font-size:13.5px}.footer-links .footer-col a{color:#3f4c5e}.footer-links .footer-col a:hover{color:var(--brand)}.hv2-section-head{margin-bottom:48px}@media (prefers-reduced-motion:reduce){.hv2-artefact,.hv2-demo,.pricing-wrap,.hv2-artefact:hover,.hv2-demo:hover,.pricing-wrap:hover{transform:none}}.plans-wrap{border-radius:20px;transition:transform .3s cubic-bezier(.2,.9,.3,1),box-shadow .3s;box-shadow:0 1px 2px #0814280a,0 16px 40px #0814280d}.plans-wrap:hover{transform:translateY(-3px);box-shadow:0 2px 4px #0814280d,0 26px 56px #0814281a}.feature-card,.vertical-card,.demos .demo-card,.team-card,.help-card{border-radius:20px;transition:transform .3s cubic-bezier(.2,.9,.3,1),box-shadow .3s,border-color .3s;box-shadow:0 1px 2px #0814280a,0 16px 40px #0814280d}.feature-card:hover,.vertical-card:hover,.demos .demo-card:hover,.team-card:hover,.help-card:hover{border-color:#3b6fff47;transform:translateY(-4px);box-shadow:0 2px 4px #0814280d,0 26px 56px #0814281a}.roi-card{box-shadow:0 1px 2px #0814280a,0 14px 36px #0814280d}.plan-compare{background:var(--white);border:1px solid var(--slate-200);border-radius:20px;padding:12px 18px 16px;box-shadow:0 1px 2px #0814280a,0 16px 40px #0814280d}.plan-compare-table th{letter-spacing:.04em;color:var(--slate-500);padding:14px 16px}.plan-compare-table td{padding:13px 16px}.proof-callout{border-radius:16px}.contact-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.contact-form select{height:50px}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#5ea2ffa6;outline:none;box-shadow:0 0 0 3px #3b6fff2e}.form-note{color:#64748b}.try-card{box-shadow:0 24px 60px #02061259}@media (prefers-reduced-motion:reduce){.plans-wrap,.plans-wrap:hover,.feature-card:hover,.vertical-card:hover,.demos .demo-card:hover,.team-card:hover,.help-card:hover{transform:none}}#page-about .team-card,#page-pricing .plans-wrap,#page-pricing .plan-compare,#page-pricing .feature-card,#page-pricing .vertical-card,#page-contact .contact-form-card,#page-contact .help-card{box-shadow:0 1px 2px #0814280d,0 8px 20px #0814280d}#page-pricing .roi-card,#page-about .proof-callout{box-shadow:none}#page-pricing .feature-card:hover,#page-pricing .vertical-card:hover,#page-about .team-card:hover{border-color:var(--slate-200);transform:none;box-shadow:0 2px 5px #0814280f,0 12px 26px #08142812}#page-pricing .plans-wrap:hover,#page-contact .help-card:hover{transform:translateY(-2px);box-shadow:0 2px 5px #0814280f,0 14px 30px #08142814}#page-about .t-label,#page-pricing .t-label,#page-contact .t-label{text-transform:none;letter-spacing:0;font-size:15px}#page-pricing .roi-section{padding-top:56px}#page-pricing .setup-flow,#page-pricing .verticals-section{padding-top:88px}#page-about .mission{padding-top:64px}#page-contact .quick-help{padding-top:72px}@media (width<=900px){#page-pricing .roi-section{padding-top:40px}#page-pricing .setup-flow,#page-pricing .verticals-section{padding-top:56px}#page-about .mission{padding-top:48px}#page-contact .quick-help{padding-top:52px}}.t-display,.t-headline,.hv2-h1,.cta-headline,.manifesto-quote,.mission-text{font-family:var(--font-display);letter-spacing:-.015em}.hv2-assure{padding:30px 0 0}.hv2-assure-row{flex-wrap:wrap;gap:10px}.hv2-assure-item{background:#fff;border:1px solid #e4e9f1;border-radius:10px;flex-direction:row;align-items:baseline;gap:6px;padding:8px 15px}.hv2-assure-item+.hv2-assure-item{border-left:1px solid #e4e9f1}.hv2-assure-n{letter-spacing:-.01em;font-size:13px}.hv2-assure-d{color:#5b6472;font-size:13px}@media (width<=640px){.hv2-assure{padding:24px 0 0}.hv2-assure-row{flex-direction:row;align-items:center;gap:8px}.hv2-assure-item{padding:7px 12px}.hv2-assure-n,.hv2-assure-d{font-size:12px}}#page-index .hv2-artefact,#page-index .hv2-demo,#page-index .pricing-wrap{box-shadow:0 1px 2px #0814280d,0 8px 20px #0814280d}#page-index .hv2-artefact:hover,#page-index .hv2-demo:hover,#page-index .pricing-wrap:hover{transform:translateY(-2px);box-shadow:0 2px 5px #0814280f,0 14px 30px #08142814}#page-index .testi-grid .testi-card:nth-child(2){transform:translateY(-8px);box-shadow:0 30px 70px #02061280}@media (width<=900px){#page-index .testi-grid .testi-card:nth-child(2){transform:none}}@media (prefers-reduced-motion:reduce){#page-index .hv2-artefact:hover,#page-index .hv2-demo:hover,#page-index .pricing-wrap:hover,#page-index .testi-grid .testi-card:nth-child(2){transform:none}}.hv9-brandline{padding-top:48px}.hv2-assure-item+.hv2-assure-item{position:relative}.hv2-log-answered{border-left-color:#0000}.testi-card{flex-direction:column;display:flex}.testi-card .testi-author{margin-top:auto;padding-top:14px}.hv2-demo .hv2-transcript summary{color:var(--slate-600)}.hv2-demo .hv2-transcript summary:hover{color:var(--brand)}@media (width>=980px){.hv2-faq-list{grid-template-columns:1fr 1fr;align-items:start;gap:0 56px;max-width:1040px;display:grid}}.see-more-link{text-align:left;justify-content:flex-start;width:fit-content;display:flex}.final-cta .cta-note{color:#e2e9f5c7}.team-card{flex-direction:column;display:flex}.team-card .tc-tags{margin-top:auto;padding-top:14px}.roi-amount-label{text-wrap:balance;margin-inline:auto}.roi-amount-num{font-size:34px}.roi-visual{width:224px}@media (width<=900px){.roi-visual{width:auto}}.form-note+.form-note{margin-top:2px}#page-about .proof-side{padding-top:0}.mission-attr{color:var(--slate-500)}#page-contact .help-card{grid-template-rows:46px auto;grid-template-columns:46px minmax(0,1fr);gap:0 14px;display:grid}#page-contact .help-card .gicon{grid-row:1;align-self:center}#page-contact .help-card .gicon img{width:46px;height:46px}#page-contact .help-card h3{grid-area:1/2;align-self:center;margin:0}#page-contact .help-card p{grid-area:2/2;margin:8px 0 0}.hv2-step-title{margin:14px 0 6px}@media (width<=900px){.hv9-brandline{padding:56px 0 0}.hv9-brandline+.setup-flow{padding-top:36px}}.hv2-live-lines .hv2-speaker{letter-spacing:.04em;border-radius:999px;align-items:center;gap:4px;padding:2px 7px;font-size:10px;display:inline-flex}.hv2-live-lines .hv2-speaker:not(.hv2-speaker-o){color:#a16207;background:#d9a00724}.hv2-live-lines .hv2-speaker-o{color:var(--brand-dark);background:#3b6fff1a}.hv2-live-lines .hv2-speaker-o:before{content:"";background:url(/logo-mark.png) 50%/contain no-repeat;width:11px;height:11px;display:inline-block}.hv2-speaker:not(.hv2-speaker-o){color:#b45309}.hv2-live-foot{text-align:center;border-radius:12px;margin-top:auto;padding:9px 14px;font-size:12px;font-weight:700;transition:background .45s,color .45s,box-shadow .45s}.hv2-foot-swap{animation:.38s both hv27-footin;display:inline-block}@keyframes hv27-footin{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.hv2-live-foot[data-stage=listen]{color:#3c3c43a6;background:#3c3c430f}.hv2-live-foot[data-stage=urgent]{color:#b45309;background:#d977061f;box-shadow:inset 0 0 0 1px #d9770629}.hv2-live-foot[data-stage=sms]{color:var(--brand-dark);background:#3b6fff1a;box-shadow:inset 0 0 0 1px #3b6fff24}@media (prefers-reduced-motion:reduce){.hv2-foot-swap{animation:none}}.final-cta .t-gradient{background-image:linear-gradient(135deg,#00c9a7,#3b6fff)}.featured-marquee{background:linear-gradient(#fff 0%,#f7f9fc 100%);border-bottom:1px solid #94a3b82e;padding:30px 0 64px;overflow:hidden}.featured-marquee-head{text-align:center;margin-bottom:24px}.featured-lead{letter-spacing:-.005em;color:#334155;margin:0;font-size:15px;font-weight:700}.featured-sub{text-align:center;color:#7b8698;text-wrap:balance;max-width:72ch;margin:22px auto 0;font-size:12.5px;line-height:1.55}.marquee-lanes{gap:22px;display:grid}.marquee-track{padding:4px 0;overflow:hidden;mask-image:linear-gradient(90deg,#0000 0%,#000 14% 86%,#0000 100%)}.marquee-inner{will-change:transform;align-items:center;width:max-content;animation:60s linear infinite hv39-scroll-left;display:flex}.marquee-track-right .marquee-inner{animation-name:hv39-scroll-right;transform:translate(-50%)}@keyframes hv39-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hv39-scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-logo{color:#0f172a;flex-shrink:0;align-items:center;margin:0 30px;display:flex}.marquee-logo img{object-fit:contain;filter:saturate(.5)contrast(.97);opacity:.8;width:auto;max-width:156px;height:24px;display:block}.featured-marquee .marquee-logo img[src*=smh-com-au],.featured-marquee .marquee-logo img[src*=theage-com-au],.featured-marquee .marquee-logo img[src*=afr-com],.featured-marquee .marquee-logo img[src*=brisbanetimes],.featured-marquee .marquee-logo img[src*=watoday],.featured-marquee .marquee-logo img[src*=techinasia],.featured-marquee .marquee-logo img[src*=dealstreetasia],.featured-marquee .marquee-logo img[src*=straitstimes],.featured-marquee .marquee-logo img[src*=scmp],.featured-marquee .marquee-logo img[src*=startupsmart],.featured-marquee .marquee-logo img[src*=anthillonline],.featured-marquee .marquee-logo img[src*=inc-com],.featured-marquee .marquee-logo img[src*=latimes],.featured-marquee .marquee-logo img[src*=dailymail]{border-radius:6px;height:30px}.marquee-logo:has(img[src*=abcnews-go-com]),.marquee-logo:has(img[src*=brw-com-au]),.marquee-logo:has(img[src*=businessnewsaustralia]),.marquee-logo:has(img[src*=scmp-com]),.marquee-logo.is-missing{display:none}@media (width<=768px){.featured-marquee{padding:22px 0 42px}.featured-marquee-head{margin-bottom:18px}.featured-lead{font-size:14px}.featured-sub{max-width:38ch;margin-top:18px;font-size:12px}.marquee-lanes{gap:13px}.marquee-logo{margin:0 15px}.marquee-logo img{max-width:124px;height:20px}.featured-marquee .marquee-logo img[src*=smh-com-au],.featured-marquee .marquee-logo img[src*=theage-com-au],.featured-marquee .marquee-logo img[src*=afr-com],.featured-marquee .marquee-logo img[src*=brisbanetimes],.featured-marquee .marquee-logo img[src*=watoday],.featured-marquee .marquee-logo img[src*=techinasia],.featured-marquee .marquee-logo img[src*=dealstreetasia],.featured-marquee .marquee-logo img[src*=straitstimes],.featured-marquee .marquee-logo img[src*=scmp],.featured-marquee .marquee-logo img[src*=startupsmart],.featured-marquee .marquee-logo img[src*=anthillonline],.featured-marquee .marquee-logo img[src*=inc-com],.featured-marquee .marquee-logo img[src*=latimes],.featured-marquee .marquee-logo img[src*=dailymail]{height:26px}}@media (prefers-reduced-motion:reduce){.marquee-track{overflow:visible;mask-image:none}.marquee-inner,.marquee-track-right .marquee-inner{flex-wrap:wrap;justify-content:center;width:100%;animation:none;transform:none}.marquee-inner>:nth-child(n+13){display:none}}.prc-hero-swirl{pointer-events:none;background:url(/press-swirl.webp) 50%/cover no-repeat;position:absolute;inset:0}.prc-swirl-vid{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.prc-hero-swirl:after{content:"";background:linear-gradient(#fffffff0 0%,#ffffff9e 30%,#ffffff70 58%,#fffffffa 100%);position:absolute;inset:0}.pricing-hero .wrap{z-index:1;position:relative}.featured-marquee{position:relative}.press-swirl{pointer-events:none;background:url(/press-swirl.webp) 50%/cover no-repeat;position:absolute;inset:0;mask-image:linear-gradient(#0000 0,#000 110px calc(100% - 110px),#0000 100%)}.press-swirl video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.press-swirl:after{content:"";background:linear-gradient(#fffffff5 0%,#ffffffdb 34%,#ffffffd6 62%,#f7f9fcf2 100%);position:absolute;inset:0}.featured-marquee .wrap,.featured-marquee .marquee-lanes{z-index:1;position:relative}.manifesto{position:relative;overflow:hidden}.manifesto:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#fff0 0%,#ffffff8c 62%,#fff 100%);height:110px;position:absolute;bottom:0;left:0;right:0}.about-wave{pointer-events:none;background:url(/about-wave.webp) 50%/cover no-repeat;position:absolute;inset:0}.about-wave video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.about-wave:after{content:"";background:linear-gradient(#ffffffe6 0%,#ffffffa8 40% 62%,#fffffff2 100%);position:absolute;inset:0}.manifesto-inner{z-index:2;position:relative}.demo-wave{flex-shrink:0;width:66px;height:24px}.hd-form .demo-wave{width:44px;height:15px}.demo-wave g,.demo-wave path,.dc-wave g,.dc-wave path{transform-box:fill-box;transform-origin:50%}.demo-wave g:not([filter]) path:first-child,.dc-wave g:not([filter]) path:first-child{animation:1.8s ease-in-out -.5s infinite dw-strand}.demo-wave g:not([filter]) path:nth-child(2),.dc-wave g:not([filter]) path:nth-child(2){animation:2.5s ease-in-out -1.3s infinite dw-strand}.demo-wave g:not([filter]) path:nth-child(3),.dc-wave g:not([filter]) path:nth-child(3){animation:2.1s ease-in-out infinite dw-strand}.demo-wave g[filter],.dc-wave g[filter]{animation:2.1s ease-in-out infinite dw-glow}@keyframes dw-strand{0%,to{transform:scaleY(.62)}50%{transform:scaleY(1.22)}}@keyframes dw-glow{0%,to{opacity:.32;transform:scaleY(.7)}50%{opacity:.62;transform:scaleY(1.18)}}@media (prefers-reduced-motion:reduce){.prc-swirl-vid,.press-swirl video,.about-wave video{display:none}.demo-wave g,.demo-wave path,.dc-wave g,.dc-wave path{animation:none}}.hv2-hero{background:radial-gradient(900px 480px at 22% -12%,#dfe7f7 0%,#dfe7f700 60%),#edf1fa}.hv2-hero-photo-wash{background:linear-gradient(90deg,#f3f6fca8 0%,#f3f6fc61 40%,#f3f6fc05 72%,#f3f6fc14 100%),linear-gradient(#f3f6fc38 0%,#f3f6fc00 48%,#f7f9fceb 100%);position:absolute;inset:0}.hv2-h1{color:#0f172a}.hv2-sub{color:#40506b}.hv2-trust-line{color:#64748b}.hv2-h1{letter-spacing:-.03em;font-weight:700}.h1-serif{letter-spacing:-.01em;font-family:Instrument Serif,Georgia,serif;font-size:1.08em;font-style:italic;font-weight:400;line-height:1}.h1-grad{background:linear-gradient(100deg,#3b6fff 0%,#7c5cff 48%,#c44df0 100%);-webkit-text-fill-color:transparent;background-clip:text}.sub-hl{font-weight:700}.sub-hl-blue{color:var(--brand)}.sub-hl-violet{color:#a33ee8}.btn-gold{color:#fff;background:linear-gradient(120deg,#3b6fff 0%,#7c5cff 62%,#9a4df0 100%);box-shadow:0 1px 2px #545cff47,0 10px 26px #6854ff38,inset 0 1px #ffffff2e}.btn-gold:hover{filter:brightness(1.08)saturate(1.05);transform:translateY(-1px);box-shadow:0 8px 22px #6854ff61}.btn-gold:active{filter:brightness(.98);transition-duration:80ms;transform:translateY(0);box-shadow:0 4px 12px #6854ff4d}.logo-text,.footer-brand-text{letter-spacing:-.02em}.logo-us{background:linear-gradient(110deg,#6f8dff 0%,#a98bff 55%,#d268f5 100%);-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.footer-brand-text .logo-us{background:linear-gradient(110deg,#3b6fff 0%,#7c5cff 55%,#b44df0 100%);-webkit-text-fill-color:transparent;background-clip:text}.header-cta,.mobile-cta{background:linear-gradient(120deg,#3b6fff 0%,#7c5cff 62%,#9a4df0 100%)}.header-cta:hover,.mobile-cta:hover{filter:brightness(1.07)}.steps-flow{margin-top:46px;position:relative;overflow:clip visible}.steps-wave{pointer-events:none;opacity:.85;-webkit-mask-composite:source-in;height:148px;position:absolute;top:-46px;left:0;right:0;mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%),linear-gradient(#0000 0%,#000 32% 68%,#0000 100%);mask-composite:intersect}.steps-wave video{object-fit:cover;object-position:50% 35%;width:100%;height:100%}.steps-row{z-index:1;grid-template-columns:repeat(3,1fr);gap:44px;margin:0;padding:0;list-style:none;display:grid;position:relative}.step-node{text-align:center;padding:0 8px}.step-dot{width:56px;height:56px;font-family:var(--font-display);color:#17233a;background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(130deg,#3b6fff,#7c5cff 55%,#b44df0);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;margin-bottom:54px;font-size:22px;font-weight:700;display:inline-flex;box-shadow:0 6px 22px #6854ff38}.step-node .hv2-step-title{color:#0f172a;margin-bottom:8px;font-size:17.5px;font-weight:700}.step-node .hv2-step-desc{color:#47536b;margin:0 0 8px;font-size:15px;line-height:1.6}.step-node .hv9-step-note{color:#6b7690;font-size:13.5px}@media (width<=860px){.steps-wave{display:none}.steps-row{grid-template-columns:1fr;gap:34px;padding-left:6px}.steps-row:before{content:"";opacity:.35;background:linear-gradient(#3b6fff,#7c5cff 55%,#b44df0);width:2px;position:absolute;top:10px;bottom:10px;left:33px}.step-node{text-align:left;padding-left:76px;position:relative}.step-dot{width:54px;height:54px;margin-bottom:0;position:absolute;top:0;left:0}}.hv8-band-photo img[src*=hero-silk]{object-position:62% center}.amb{position:relative}.amb:before{content:"";pointer-events:none;opacity:.5;background-position:50%;background-size:cover;position:absolute;inset:0;mask-image:linear-gradient(#0000 0,#000 110px calc(100% - 110px),#0000 100%)}.amb:after{content:"";pointer-events:none;background:#ffffffd1;position:absolute;inset:0;mask-image:linear-gradient(#0000 0,#000 110px calc(100% - 110px),#0000 100%)}.amb>*{z-index:1;position:relative}.amb-lav:before{opacity:.3;background-image:url(/hero-lav.jpg)}.amb-lav:after{background:#ffffffe0}.amb-wave:before{opacity:.42;background-image:url(/about-wave.webp)}.amb-smoke:before{opacity:.4;background-image:url(/press-swirl.webp)}@media (width<=900px){.hv2-iphone.hv4-big{border-radius:22px;width:100%;max-width:430px;height:470px;padding:0;transform:none}.hv4-phone-wrap.hv2-iphone-sms-wrap{will-change:auto;perspective:none;width:100%;margin-top:6px;transform:none}.hv4-big .hv2-iphone-screen{background:0 0;border:none;border-radius:22px;box-shadow:inset 0 0 0 1px #ffffff24}.js .hv2-iphone.hv4-big.hv3-seq,.js .hv2-iphone.hv4-big.hv3-seq.hv3-on{transform:none}}.demo-callback{width:100%;min-width:0;max-width:430px}.hv2-demos-grid>*,.contact-grid>*{min-width:0}.contact-info-item>div{flex:1;min-width:0}.dc-field{border-radius:var(--radius-pill);border:1px solid var(--slate-200);background:#fff;align-items:center;gap:10px;height:56px;padding:6px 6px 6px 16px;transition:border-color .25s,box-shadow .25s;display:flex;box-shadow:0 12px 32px #0814281a}.dc-field:focus-within{border-color:#3b6fff73;box-shadow:0 12px 34px #234ab429}.dc-wave{transform-origin:50%;flex-shrink:0;width:42px;height:14px;animation:2.6s ease-in-out infinite hv40-wavebreathe}.dc-field input{min-width:0;font:inherit;color:var(--slate-900);background:0 0;border:0;outline:none;flex:1;font-size:15px}.dc-field input::placeholder{color:var(--slate-400)}.dc-go{cursor:pointer;border-radius:var(--radius-pill);height:44px;font:inherit;color:#fff;opacity:.45;background:linear-gradient(120deg,#3b6fff 0%,#7c5cff 62%,#9a4df0 100%);border:0;flex-shrink:0;padding:0 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .2s,box-shadow .2s}.dc-go:disabled{cursor:default}.dc-go.dc-go-ok{opacity:1;box-shadow:0 10px 24px #6854ff59}.dc-go.dc-go-ok:hover{transform:translateY(-1px)}.dc-done{color:var(--slate-700);outline:none;align-items:center;gap:8px;margin-top:10px;font-size:14px;font-weight:600;display:none}.dc-is-done .dc-done{display:inline-flex}.dc-tick{color:#0a8f6c;background:#e2f8ef;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.final-cta .demo-callback{margin:18px auto 0}.final-cta .dc-done{justify-content:center;width:100%}.mobile-nav-overlay .demo-callback{width:min(330px,86vw);margin-top:6px}.contact-info-item .demo-callback{margin-top:10px}.contact-info-item .dc-field{height:48px;box-shadow:none}.contact-info-item .dc-go{height:38px;padding:0 14px;font-size:13px}@media (prefers-reduced-motion:reduce){.dc-wave{animation:none}}
