@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;background:#fff;color:#111827;-webkit-font-smoothing:antialiased;line-height:1.55;font-size:15px}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer;border:none;background:none}
img{display:block;max-width:100%}
:root{
  --blue:#1B4FD8;--blue-h:#1741B8;--blue-lt:#EFF4FF;--blue-md:#DBEAFE;
  --navy:#0D1B3E;--navy2:#091228;
  --body:#374151;--muted:#6B7280;--border:#E5E7EB;--bg:#F9FAFB;
  --green:#065F46;--green-lt:#ECFDF5;--green-bd:#A7F3D0;
  --r:5px;
  --s1:0 1px 2px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.04);
  --s2:0 2px 8px rgba(0,0,0,.07);--s3:0 8px 24px rgba(0,0,0,.09);--s4:0 20px 48px rgba(0,0,0,.12);
}
.w{max-width:1080px;margin:0 auto;padding:0 40px}
.w-sm{max-width:700px;margin:0 auto;padding:0 40px}
.ey{font-size:.67rem;font-weight:700;letter-spacing:1.7px;text-transform:uppercase;color:var(--blue);display:block;margin-bottom:10px}
h1.d{font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.09;letter-spacing:-.04em;color:var(--navy)}
h1.d-w{color:#fff}
h2.d{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--navy)}
h2.d-w{color:#fff}
h3.m{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--navy)}
p.lead{font-size:.95rem;color:var(--body);line-height:1.78}
p.lead-w{color:rgba(255,255,255,.55)}
p.sm{font-size:.83rem;color:var(--muted);line-height:1.7}
.btn{display:inline-flex;align-items:center;gap:6px;font-family:inherit;font-size:.83rem;font-weight:600;border-radius:var(--r);cursor:pointer;transition:all .13s;white-space:nowrap;padding:10px 22px}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-h);box-shadow:0 3px 12px rgba(27,79,216,.3);transform:translateY(-1px)}
.btn-white{background:#fff;color:var(--blue)}
.btn-white:hover{background:rgba(255,255,255,.9)}
.btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--border)}
.btn-outline:hover{border-color:#9CA3AF;background:var(--bg)}
.btn-ghost{background:rgba(255,255,255,.07);color:rgba(255,255,255,.8);border:1.5px solid rgba(255,255,255,.13)}
.btn-ghost:hover{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.27)}
.btn-lg{padding:12px 28px;font-size:.88rem}
.btn-sm{padding:7px 14px;font-size:.78rem}
.btn-full{width:100%;justify-content:center}
/* nav */
.nav{position:sticky;top:0;z-index:200;height:62px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 40px;box-shadow:var(--s1)}
.nav-brand{display:flex;align-items:center;flex-shrink:0;margin-right:24px}
.nav-brand svg{display:block}
.nav-links{display:flex;align-items:center;gap:1px;flex:1}
.nl{font-size:.8rem;font-weight:500;color:var(--muted);padding:6px 12px;border-radius:4px;transition:color .12s,background .12s;white-space:nowrap;text-decoration:none;display:inline-block}
.nl:hover{color:var(--navy);background:var(--bg)}
.nl.on{color:var(--blue);background:var(--blue-lt);font-weight:600}
.nav-end{display:flex;align-items:center;gap:12px;margin-left:auto}
.nav-phone{font-size:.78rem;font-weight:500;color:var(--muted);transition:color .13s;white-space:nowrap;text-decoration:none}
.nav-phone:hover{color:var(--navy)}
/* dropdown */
.nav-drop{position:relative}
.nl-arr{margin-left:2px;font-size:.58rem;opacity:.45;display:inline-block}
.drop-menu{display:none;position:absolute;top:calc(100% + 6px);left:0;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--s3);min-width:240px;z-index:300;padding:6px}
.nav-drop:hover .drop-menu{display:block}
.drop-item{display:block;width:100%;text-align:left;padding:8px 12px;border-radius:4px;font-size:.8rem;font-weight:500;color:var(--body);background:none;border:none;cursor:pointer;transition:background .12s,color .12s;text-decoration:none;white-space:nowrap}
.drop-item:hover{background:var(--blue-lt);color:var(--blue)}
.drop-div{height:1px;background:var(--border);margin:4px 0}
/* hero */
.hero{background:var(--blue);padding:88px 0 80px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 60% 0%,rgba(255,255,255,.06) 0%,transparent 70%)}
.hero-orb{position:absolute;top:-200px;right:-100px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.07) 0%,transparent 65%);pointer-events:none}
.hero-in{display:grid;grid-template-columns:1fr 300px;gap:64px;align-items:center;position:relative;z-index:1}
.hero-tag{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:4px 12px 4px 8px;margin-bottom:22px}
.hero-tag-dot{width:6px;height:6px;border-radius:50%;background:#93C5FD;flex-shrink:0}
.hero-tag span{font-size:.7rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.6)}
.hero h1{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:700;line-height:1.08;letter-spacing:-.05em;color:#fff;margin-bottom:18px}
.hero-sub{font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.8;max-width:480px;margin-bottom:32px}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.hero-secure{display:flex;align-items:center;gap:7px;margin-top:14px;font-size:.72rem;color:rgba(255,255,255,.35)}
.hero-proof{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}
.hero-proof-item{display:flex;align-items:center;gap:9px;font-size:.83rem;color:rgba(255,255,255,.65)}
.hero-proof-check{color:#93C5FD;font-size:.75rem;font-weight:700;flex-shrink:0}
.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden}
.hero-trust-item{background:rgba(255,255,255,.04);padding:22px 20px}
.hero-trust-val{font-size:1.7rem;font-weight:700;color:#fff;letter-spacing:-.04em;line-height:1;margin-bottom:5px}
.hero-trust-lbl{font-size:.72rem;color:rgba(255,255,255,.45);font-weight:500;line-height:1.4}
/* statsbar */
.statsbar{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border)}
.sbc{padding:30px 0 30px 32px;border-right:1px solid var(--border)}
.sbc:last-child{border-right:none}
.sbc-n{font-size:2rem;font-weight:700;letter-spacing:-.05em;color:var(--navy);line-height:1;margin-bottom:5px}
.sbc-n span{font-size:1.05rem;color:var(--blue)}
.sbc-h{font-size:.79rem;font-weight:700;color:var(--navy);margin-bottom:4px}
.sbc-d{font-size:.73rem;color:var(--muted);line-height:1.55;max-width:155px}
/* sections */
.sec{padding:76px 0}
.sec-gray{background:var(--bg)}
.sh{margin-bottom:44px}
.sh.c{text-align:center}
.sh.c .lead{max-width:500px;margin:10px auto 0}
.sh.split{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px}
.div{height:1px;background:var(--border)}
/* industries strip */
.industries-strip{padding:22px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg);text-align:center}
.industries-label{font-size:.64rem;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);margin-bottom:14px}
.industries-list{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;max-width:680px;margin:0 auto}
.industry-tag{font-size:.76rem;font-weight:500;color:var(--body);background:#fff;border:1px solid var(--border);border-radius:6px;padding:8px 10px;text-align:center;transition:border-color .15s,color .15s;text-decoration:none;display:block}
.industry-tag:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-lt)}
/* how it works */
.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:44px;border:1px solid var(--border);border-radius:10px;overflow:hidden}
.hiw-step{background:#fff;padding:32px 28px;border-right:1px solid var(--border);position:relative}
.hiw-step:last-child{border-right:none}
.hiw-step::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--blue);opacity:0;transition:opacity .2s}
.hiw-step:hover::before{opacity:1}
.hiw-num{font-size:.65rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--blue);line-height:1;margin-bottom:12px;display:block}
.hiw-step h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:10px}
.hiw-step p{font-size:.83rem;color:var(--muted);line-height:1.75;margin-bottom:14px}
.hiw-cta{font-size:.8rem;font-weight:600;color:var(--blue);text-decoration:none}
.hiw-badge{display:inline-block;background:var(--green-lt);color:var(--green);border:1px solid var(--green-bd);border-radius:20px;padding:3px 12px;font-size:.72rem;font-weight:600}
/* proof strip */
.proof-strip{background:var(--navy);padding:52px 0;border-top:3px solid var(--blue)}
.proof-strip-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.06);border-radius:8px;overflow:hidden}
.proof-card{background:var(--navy);padding:36px 32px}
.proof-card-num{font-size:2.8rem;font-weight:700;letter-spacing:-.06em;color:#fff;line-height:1;margin-bottom:6px}
.proof-card-num span{color:#93C5FD;font-size:1.6rem}
.proof-card-label{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.9);margin-bottom:8px}
.proof-card-desc{font-size:.8rem;color:rgba(255,255,255,.45);line-height:1.65}
.proof-card-bar{height:3px;background:rgba(255,255,255,.08);border-radius:2px;margin-top:20px;overflow:hidden}
.proof-card-bar-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,#1B4FD8,#93C5FD)}
/* product list */
.prod-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--s1)}
.prod-row{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border);background:#fff;transition:background .13s,padding-left .15s;text-decoration:none}
.prod-row:last-child{border-bottom:none}
.prod-row:hover{background:var(--blue-lt);padding-left:30px}
.prod-row h3{font-size:.89rem;font-weight:600;color:var(--navy);margin-bottom:2px;transition:color .13s}
.prod-row:hover h3{color:var(--blue)}
.prod-row p{font-size:.75rem;color:var(--muted)}
.prod-arr{font-size:.8rem;color:#D1D5DB;transition:color .13s,transform .13s;flex-shrink:0;margin-left:16px;font-weight:700}
.prod-row:hover .prod-arr{color:var(--blue);transform:translateX(4px)}
/* editorial */
.editorial-split{display:grid;grid-template-columns:1fr 1.4fr;gap:72px;align-items:start}
/* testimonials */
.testi-rating-bar{display:flex;align-items:center;gap:16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:16px 24px;margin-bottom:28px;flex-wrap:wrap}
.testi-rating-stars{color:#F59E0B;font-size:.85rem;letter-spacing:2px;flex-shrink:0}
.testi-rating-num{font-size:1.4rem;font-weight:700;color:var(--navy);letter-spacing:-.03em}
.testi-rating-label{font-size:.8rem;color:var(--muted)}
.testi-rating-link{margin-left:auto;font-size:.82rem;font-weight:600;color:var(--blue);transition:opacity .13s;white-space:nowrap}
.testis{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.testi{background:#fff;border:1px solid var(--border);border-radius:8px;padding:24px 20px;box-shadow:var(--s1)}
.testi-stars{color:#F59E0B;font-size:.7rem;letter-spacing:2px;margin-bottom:12px}
.testi-q{font-size:.83rem;color:var(--body);line-height:1.75;font-style:italic;margin-bottom:14px}
.testi-who{font-size:.8rem;font-weight:700;color:var(--navy);margin-bottom:2px}
.testi-role{font-size:.74rem;color:var(--muted)}
/* cta band */
.ctaband{background:var(--navy);padding:68px 0;text-align:center}
.ctaband h2{margin-bottom:11px}
.ctaband .lead-w{margin-bottom:28px;max-width:420px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
/* faq */
.faq-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--s1)}
.faq-item{border-bottom:1px solid var(--border);background:#fff}
.faq-item:last-child{border-bottom:none}
.faq-item.faq-open{background:var(--bg)}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;text-align:left;background:none;border:none;cursor:pointer;gap:16px;font-family:inherit}
.faq-q-text{font-size:.92rem;font-weight:600;color:var(--navy);line-height:1.4}
.faq-icon{font-size:1.2rem;color:var(--blue);font-weight:400;flex-shrink:0;width:24px;text-align:center}
.faq-a{padding:0 24px 20px;font-size:.87rem;color:var(--body);line-height:1.78;display:none}
.faq-item.faq-open .faq-a{display:block}
/* page hero */
.phero{background:var(--blue);padding:60px 0 52px;position:relative;overflow:hidden}
.phero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}
.phero-in{position:relative;z-index:1}
.phero .ey{color:rgba(255,255,255,.38);margin-bottom:8px}
.phero h1{margin-bottom:12px}
.phero .lead-w{max-width:520px}
/* product detail */
.prod-hero{background:var(--blue);padding:52px 0 44px;position:relative;overflow:hidden}
.prod-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}
.prod-hero-in{position:relative;z-index:1}
.prod-grid{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}
.prod-content h2{font-size:.98rem;font-weight:700;color:var(--navy);margin:26px 0 9px}
.prod-content h2:first-child{margin-top:0}
.prod-content p{font-size:.88rem;color:var(--body);line-height:1.78;margin-bottom:11px}
.prod-content ul,.prod-content ol{list-style:none;margin:0 0 14px;display:flex;flex-direction:column;gap:6px}
.prod-content ul li{display:flex;align-items:flex-start;gap:8px;font-size:.86rem;color:var(--body);line-height:1.6}
.prod-content ul li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--blue);flex-shrink:0;margin-top:7px}
.prod-sidebar{display:flex;flex-direction:column;gap:14px}
.sidebar-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:22px;box-shadow:var(--s2)}
.sidebar-card-ttl{font-size:.68rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.req-list{display:flex;flex-direction:column;gap:9px}
.req-item{display:flex;align-items:flex-start;gap:10px}
.req-chk{width:20px;height:20px;min-width:20px;border-radius:50%;background:var(--green-lt);border:1px solid var(--green-bd);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:.6rem;color:var(--green);font-weight:900}
.req-lbl{font-size:.82rem;font-weight:600;color:var(--navy);line-height:1.3}
.req-sub{font-size:.72rem;color:var(--muted);margin-top:1px}
.sidebar-apply{background:var(--blue);border-radius:8px;padding:20px;text-align:center}
.sidebar-apply p{font-size:.8rem;color:rgba(255,255,255,.58);margin-bottom:12px;line-height:1.6}
.prod-bc{display:flex;align-items:center;gap:7px;margin-bottom:8px}
.prod-bc a{font-size:.77rem;color:rgba(255,255,255,.42);transition:color .13s;text-decoration:none}
.prod-bc a:hover{color:rgba(255,255,255,.78)}
.prod-bc span{font-size:.77rem;color:rgba(255,255,255,.22)}
.other-link{display:block;width:100%;text-align:left;padding:9px 0;font-size:.81rem;font-weight:500;color:var(--body);border:none;border-bottom:1px solid var(--bg);background:none;cursor:pointer;transition:color .13s;text-decoration:none}
.other-link:hover{color:var(--blue)}
/* about */
.abstats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--s1);margin-bottom:56px}
.abstat{padding:26px 22px;text-align:center;background:#fff;border-right:1px solid var(--border)}
.abstat:last-child{border-right:none}
.abstat-v{font-size:1.9rem;font-weight:700;letter-spacing:-.04em;color:var(--blue);line-height:1;margin-bottom:4px}
.abstat-l{font-size:.72rem;color:var(--muted);font-weight:600}
/* tcol */
.tcol{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.tcol-img{border-radius:10px;overflow:hidden;background:var(--navy);display:flex;align-items:stretch}
.tcol-img-inner{width:100%;background:var(--navy);display:flex;align-items:center;justify-content:center;padding:40px;flex-direction:column;gap:16px}
/* compare */
.ctbl-wrap{border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:var(--s2)}
.ctbl{width:100%;border-collapse:collapse;font-size:.84rem}
.ctbl thead{background:var(--navy)}
.ctbl thead th{padding:13px 20px;text-align:left;font-size:.67rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.35);white-space:nowrap}
.ctbl thead th.rfr{color:rgba(255,255,255,.9)}
.ctbl tbody tr{border-top:1px solid var(--border)}
.ctbl tbody tr:hover{background:var(--bg)}
.ctbl td{padding:12px 20px;vertical-align:middle}
.ctbl td:first-child{color:var(--body);font-weight:500}
.cg{display:flex;align-items:center;gap:7px;color:#065F46;font-weight:600}
.cb{display:flex;align-items:center;gap:7px;color:#9CA3AF}
.dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}
.dg{background:#059669}.dn{background:#D1D5DB}
/* team */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:8px}
.team-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:32px 28px}
.team-avatar{width:52px;height:52px;border-radius:50%;background:var(--blue);color:#fff;font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.team-name{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:3px}
.team-title{font-size:.76rem;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.team-bio{font-size:.84rem;color:var(--body);line-height:1.78;margin-bottom:16px}
.team-tags{display:flex;flex-wrap:wrap;gap:6px}
.team-tags span{font-size:.7rem;font-weight:600;color:var(--blue);background:var(--blue-lt);border:1px solid var(--blue-md);border-radius:4px;padding:3px 9px}
/* founder note */
.founder-note{background:var(--blue-lt);border-left:3px solid var(--blue);border-radius:0 6px 6px 0;padding:18px 20px;margin-top:4px}
.founder-quote{font-size:.88rem;color:var(--navy);line-height:1.75;font-style:italic;margin-bottom:8px}
.founder-attr{font-size:.75rem;font-weight:600;color:var(--blue)}
/* states */
.states-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}
.state-item{font-size:.72rem;color:var(--muted);padding:6px 10px;background:var(--bg);border:1px solid var(--border);border-radius:4px;text-align:center}
/* contact */
.ci-list{display:flex;flex-direction:column;gap:16px}
.ci{display:flex;gap:11px;align-items:flex-start}
.ci-ico{width:33px;height:33px;min-width:33px;border-radius:6px;background:var(--blue-lt);display:flex;align-items:center;justify-content:center;font-size:.82rem}
.ci-lbl{font-size:.64rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--blue);margin-bottom:2px}
.ci-v{font-size:.85rem;color:var(--body);line-height:1.55}
.ci-v a{color:var(--body);transition:color .13s;text-decoration:none}
.ci-v a:hover{color:var(--blue)}
/* form */
.fcard{background:#fff;border:1px solid var(--border);border-radius:10px;padding:28px 26px;box-shadow:var(--s3)}
.fcard-ttl{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:3px}
.fcard-sub{font-size:.78rem;color:var(--muted);margin-bottom:18px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.fg{margin-bottom:11px}
.fg label{display:block;font-size:.69rem;font-weight:700;color:var(--navy);margin-bottom:4px}
.fg input,.fg textarea,.fg select{width:100%;padding:9px 11px;border:1.5px solid var(--border);border-radius:var(--r);font-family:inherit;font-size:.84rem;color:var(--navy);background:#fff;outline:none;transition:border-color .13s}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(27,79,216,.08)}
.fg textarea{min-height:88px;resize:vertical}
.fsub{width:100%;background:var(--blue);color:#fff;padding:11px;border-radius:var(--r);border:none;font-family:inherit;font-weight:700;font-size:.85rem;cursor:pointer;transition:background .13s}
.fsub:hover{background:var(--blue-h)}
.sent{text-align:center;padding:26px 16px;background:var(--green-lt);border:1px solid var(--green-bd);border-radius:8px}
.sent-ic{font-size:1.5rem;margin-bottom:7px}
.sent h4{font-size:.88rem;font-weight:700;color:var(--green);margin-bottom:4px}
.sent p{font-size:.79rem;color:var(--muted)}
/* contact trust bar */
.contact-trust-bar{background:var(--navy);padding:28px 0;border-bottom:3px solid var(--blue)}
.contact-trust-bar .w{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}
.ctb-item{padding:16px 24px;border-right:1px solid rgba(255,255,255,.08)}
.ctb-item:last-child{border-right:none}
.ctb-val{font-size:1rem;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:3px}
.ctb-lbl{font-size:.72rem;color:rgba(255,255,255,.4)}
/* schedule */
.schedule-embed{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}
.schedule-embed-header{padding:20px 24px;border-bottom:1px solid var(--border);background:var(--bg)}
.schedule-embed-title{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:3px}
.schedule-embed-sub{font-size:.78rem;color:var(--muted)}
.schedule-placeholder{padding:60px 24px;display:flex;align-items:center;justify-content:center;min-height:320px;text-align:center;flex-direction:column;gap:16px}
/* partner */
.p-two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.p-benefits{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;overflow:hidden}
.p-benefit{display:flex;gap:18px;align-items:flex-start;padding:20px 22px;border-bottom:1px solid var(--border);transition:background .15s}
.p-benefit:last-child{border-bottom:none}
.p-benefit:hover{background:var(--bg)}
.p-benefit-num{font-size:.68rem;font-weight:700;color:var(--blue);letter-spacing:1px;min-width:24px;margin-top:2px}
.p-benefit-title{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:3px}
.p-benefit-desc{font-size:.8rem;color:var(--muted);line-height:1.6}
.p-steps{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:40px}
.p-step{background:#fff;padding:24px 28px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:20px;transition:background .15s}
.p-step:last-child{border-bottom:none}
.p-step:hover{background:var(--bg)}
.p-step-num{font-size:.72rem;font-weight:700;letter-spacing:1.4px;color:var(--blue);flex-shrink:0;padding-top:2px;min-width:24px}
.p-step-title{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:4px}
.p-step-desc{font-size:.82rem;color:var(--muted);line-height:1.65}
/* reviews */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
/* fcells */
.fcells{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:10px;overflow:hidden}
.fc{background:#fff;padding:40px 36px;transition:background .18s;position:relative}
.fc::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--blue);opacity:0;transition:opacity .2s}
.fc:hover{background:var(--bg)}
.fc:hover::after{opacity:1}
.fc-lbl{font-size:.64rem;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--blue);display:block;margin-bottom:20px}
.fc-stat{font-size:2.6rem;font-weight:700;letter-spacing:-.06em;color:var(--navy);line-height:1;margin-bottom:4px}
.fc-rule{width:32px;height:2px;background:var(--blue);margin-bottom:18px}
.fc h3{font-size:.92rem;font-weight:700;color:var(--navy);margin-bottom:9px}
.fc p{font-size:.84rem;color:var(--muted);line-height:1.78}
/* ind page */
.ind-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ind-page-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:28px 24px;text-align:left;transition:border-color .15s,box-shadow .15s;text-decoration:none;display:block;position:relative}
.ind-page-card::after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--blue);border-radius:10px 10px 0 0;opacity:0;transition:opacity .2s}
.ind-page-card:hover{box-shadow:var(--s3)}
.ind-page-card:hover::after{opacity:1}
.ind-page-name{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:8px}
.ind-page-sub{font-size:.8rem;color:var(--muted);line-height:1.65;margin-bottom:14px}
.ind-page-link{font-size:.78rem;font-weight:600;color:var(--blue)}
/* footer */
.footer{background:var(--navy2)}
.footer-top{padding:56px 0 44px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px}
.f-name{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:10px}
.f-desc{font-size:.76rem;color:rgba(255,255,255,.28);line-height:1.75;max-width:190px;margin-bottom:20px}
.f-apply{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:rgba(147,197,253,.7);transition:color .15s;text-decoration:none}
.f-apply:hover{color:rgba(147,197,253,1)}
.f-head{font-size:.62rem;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:rgba(255,255,255,.22);margin-bottom:14px}
.footer-col a{display:block;font-size:.8rem;color:rgba(255,255,255,.4);margin-bottom:9px;transition:color .13s;text-decoration:none}
.footer-col a:last-child{margin-bottom:0}
.footer-col a:hover{color:rgba(255,255,255,.85)}
.footer-bot{display:flex;justify-content:space-between;align-items:center;padding:20px 0;gap:16px;flex-wrap:wrap}
.footer-bot-copy{font-size:.72rem;color:rgba(255,255,255,.2)}
.trust-badges{display:flex;flex-wrap:wrap;gap:0;padding:16px 0;margin-bottom:16px;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.trust-badge{padding:6px 20px 6px 0}
.tb-val{font-size:.75rem;font-weight:500;color:rgba(255,255,255,.45)}
.footer-bot-links{display:flex;gap:20px}
.footer-bot-links a{font-size:.72rem;color:rgba(255,255,255,.2);transition:color .13s;text-decoration:none}
.footer-bot-links a:hover{color:rgba(255,255,255,.55)}
/* scroll cta */
.scroll-cta{position:fixed;top:0;left:0;right:0;z-index:199;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--s2);transform:translateY(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);pointer-events:none}
.scroll-cta-show{transform:translateY(0);pointer-events:all}
.scroll-cta-in{max-width:1080px;margin:0 auto;padding:10px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.scroll-cta-title{font-size:.85rem;font-weight:700;color:var(--navy)}
.scroll-cta-sub{font-size:.74rem;color:var(--muted)}
/* legal */
.legal-content{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:32px 36px;font-size:.9rem;color:#374151;line-height:1.85}
.legal-content p+p{margin-top:16px}
/* breadcrumb */
.bc{display:flex;align-items:center;gap:7px;margin-bottom:8px}
.bc a{font-size:.77rem;color:rgba(255,255,255,.42);text-decoration:none}
.bc a:hover{color:rgba(255,255,255,.78)}
.bc span{font-size:.77rem;color:rgba(255,255,255,.22)}
/* mobile */
@media(max-width:960px){
  .w,.w-sm{padding:0 24px}
  .nav{padding:0 24px}
  .hero-in{grid-template-columns:1fr;gap:32px}
  .hero-trust{display:none}
  .fcells{grid-template-columns:1fr}
  .statsbar{grid-template-columns:1fr 1fr}
  .abstats{grid-template-columns:1fr 1fr}
  .testis{grid-template-columns:1fr 1fr}
  .tcol{grid-template-columns:1fr;gap:32px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .prod-grid{grid-template-columns:1fr}
  .editorial-split{grid-template-columns:1fr;gap:28px}
  .nav-phone{display:none}
  .hiw-steps{grid-template-columns:1fr}
  .hiw-step{padding:22px 24px;border-right:none;border-bottom:1px solid var(--border)}
  .hiw-step:last-child{border-bottom:none}
  .proof-strip-inner{grid-template-columns:1fr 1fr}
  .p-two-col{gap:40px}
  .reviews-grid{grid-template-columns:1fr 1fr}
  .ind-page-grid{grid-template-columns:1fr 1fr}
  .states-grid{grid-template-columns:repeat(4,1fr)}
  .team-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .w,.w-sm{padding:0 20px}
  .nav{padding:0 20px}
  .nav-links,.nav-end{display:none}
  .nav-mobile-menu{display:block}
  .sec{padding:52px 0}
  .hero{padding:44px 0 40px}
  .phero{padding:44px 0 36px}
  .prod-hero{padding:40px 0 32px}
  .ctaband{padding:52px 0}
  .statsbar{grid-template-columns:1fr 1fr}
  .sbc{padding:18px 14px}
  .fcells{grid-template-columns:1fr}
  .testis{grid-template-columns:1fr}
  .editorial-split{grid-template-columns:1fr;gap:20px}
  .abstats{grid-template-columns:1fr 1fr}
  .proof-strip-inner{grid-template-columns:1fr}
  .ctbl{font-size:.72rem}
  .ctbl td,.ctbl th{padding:8px 10px}
  .sh.split{flex-direction:column;align-items:flex-start}
  .hero-btns{flex-direction:column}
  .cta-btns{flex-direction:column;align-items:center}
  .industries-list{grid-template-columns:repeat(3,1fr);gap:6px}
  .states-grid{grid-template-columns:repeat(3,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .ind-page-grid{grid-template-columns:1fr}
  .frow{grid-template-columns:1fr}
  .contact-trust-bar .w{grid-template-columns:1fr 1fr}
  .p-two-col{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr}
  .footer-top{display:none}
  .footer-bot{display:none}
  .scroll-cta{display:none}
}
@media(max-width:480px){
  .w,.w-sm{padding:0 16px}
  .nav{padding:0 16px}
  .abstats{grid-template-columns:1fr 1fr}
}

/* ═══════════════════════════════════════════════════════════
   MOBILE NAV FIX + BOTTOM TAB BAR
═══════════════════════════════════════════════════════════ */
.nav-mobile-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  color: var(--navy);
  padding: 8px;
  margin-left: auto;
  line-height: 1;
}

/* bottom tab bar */
.mob-tabbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62px;
  background: #fff;
  border-top: 1px solid var(--border);
  box-shadow: 0 -2px 16px rgba(0,0,0,.08);
  z-index: 9999;
  padding: 0 8px;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  align-items: center;
  justify-content: space-around;
}
.mob-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: none;
  border: none;
  padding: 6px 4px;
  color: var(--muted);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .2px;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 64px;
  transition: color .13s;
  cursor: pointer;
}
.mob-tab.on { color: var(--blue); }
.mob-tab svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.mob-tab-apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #fff;
  background: var(--blue);
  border: none;
  text-decoration: none;
  border-radius: 14px;
  padding: 10px 18px;
  margin: 0 6px;
  box-shadow: 0 3px 12px rgba(27,79,216,.4);
  min-width: 72px;
  transition: background .13s;
}
.mob-tab-apply svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mob-page-pad { display: none; }

@media (max-width: 768px) {
  .nav-links, .nav-end { display: none !important; }
  .nav-mobile-menu { display: block !important; }
  .mob-tabbar { display: flex; }
  .mob-page-pad { display: block; height: 64px; }
  /* hide scroll cta on mobile — tab bar handles it */
  .scroll-cta { display: none; }
}

/* ═══ BOTTOM TAB BAR (replaces hamburger) ═══ */
.mob-tabbar{display:none;position:fixed;bottom:0;left:0;right:0;height:62px;background:#fff;border-top:1px solid var(--border);box-shadow:0 -2px 16px rgba(0,0,0,.08);z-index:9999;padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px);align-items:center;justify-content:space-around}
.mob-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;padding:6px 2px;color:var(--muted);font-size:.52rem;font-weight:600;letter-spacing:.2px;text-transform:uppercase;text-decoration:none;max-width:64px;transition:color .13s;cursor:pointer;font-family:inherit}
.mob-tab.on,.mob-tab:focus{color:var(--blue);outline:none}
.mob-tab svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.mob-tab-apply{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;font-size:.52rem;font-weight:700;letter-spacing:.2px;text-transform:uppercase;color:#fff;background:var(--blue);border:none;text-decoration:none;border-radius:14px;padding:10px 14px;margin:0 4px;box-shadow:0 3px 12px rgba(27,79,216,.4);min-width:68px;font-family:inherit}
.mob-tab-apply svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mob-page-pad{display:none}

@media(max-width:768px){
  .nav-links,.nav-end{display:none!important}
  .mob-tabbar{display:flex}
  .mob-page-pad{display:block;height:80px}
  /* Push footer legal links above tab bar */
  .footer-mob-bot{padding-bottom:72px}
  .footer-bot{padding-bottom:72px}
  /* Make sure footer terms/privacy visible above tab bar */
  .footer-legal-mob{display:flex;justify-content:center;gap:24px;padding:16px 0 80px;border-top:1px solid rgba(255,255,255,.07)}
  .footer-legal-mob a{font-size:.72rem;color:rgba(255,255,255,.35);text-decoration:none;transition:color .13s}
  .footer-legal-mob a:hover{color:rgba(255,255,255,.7)}
}

/* ═══ ORIGINAL MOB-HIDE RULES (restored from source) ═══ */
@media(max-width:768px){
  .mob-hide{display:none!important}
  .mob-hide-block{display:none!important}
  .mob-show-block{display:block!important}
  /* stats bar descriptions hidden */
  .sbc-d{display:none}
  /* footer desktop hidden, mobile footer shown */
  .footer-top{display:none}
  .footer-bot{display:none}
  .footer-mob{display:block}
  /* mobile product grid shown, desktop list hidden */
  .mob-prod-grid{display:flex}
  /* hero phone shown on mobile */
  .hero-phone-mob{display:flex}
  /* industries strip tighter */
  .industries-list{grid-template-columns:repeat(3,1fr);gap:6px}
  .industry-tag{font-size:.73rem;padding:7px 6px}
}

/* ═══ MOBILE FIXES ═══ */

/* Fix phone number spacing on mobile */
.hero-phone-mob {
  display: none;
  align-items: flex-start;
  gap: 0;
  margin-top: 16px;
  flex-direction: column;
}
.hero-phone-mob a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 4px;
}
.hero-phone-mob a svg { width:16px;height:16px;flex-shrink:0 }
.hero-phone-mob span {
  font-size: .75rem;
  color: rgba(255,255,255,.45);
  padding-left: 24px;
}

/* Remove the duplicate footer-legal-mob block — footer-mob already has Terms/Privacy */
.footer-legal-mob { display: none !important; }

/* Mobile footer spacing fix — pad bottom so tab bar doesn't overlap */
.footer-mob { padding-bottom: 80px !important; }

/* Fix footer-mob-bot so it's clearly readable */
.footer-mob-bot {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.07);
}

/* ═══ FINAL MOBILE FIXES ═══ */

/* Phone number — force visible on mobile */
@media(max-width:768px) {
  .hero-phone-mob {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 18px;
  }
  .hero-phone-mob a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }
  .hero-phone-mob span {
    font-size: .78rem;
    color: rgba(255,255,255,.5);
    padding-left: 24px;
  }

  /* Footer mobile — much lighter text so it's readable */
  .footer-mob { 
    display: block !important;
    padding: 32px 0 80px;
    background: var(--navy2);
  }
  .footer-mob-tagline { color: rgba(255,255,255,.6) !important; }
  .footer-mob-col-head { color: rgba(255,255,255,.55) !important; }
  .footer-mob-col a,
  .footer-mob-col button { color: rgba(255,255,255,.8) !important; }
  .footer-mob-col a:hover,
  .footer-mob-col button:hover { color: #fff !important; }
  .footer-mob-copy { color: rgba(255,255,255,.5) !important; }
  .footer-mob-legal a { color: rgba(255,255,255,.6) !important; }
  .footer-mob-legal a:hover { color: #fff !important; }
  .footer-mob-bot {
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  /* Hide the desktop footer-legal-mob duplicate */
  .footer-legal-mob { display: none !important; }
}

/* ═══ FOOTER MOBILE GRID FIX ═══ */
@media(max-width:768px) {
  .footer-mob-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 12px;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    margin-bottom: 20px;
  }
  .footer-mob-col {
    display: flex;
    flex-direction: column;
  }
  .footer-mob-col a,
  .footer-mob-col button {
    display: block !important;
    font-size: .74rem !important;
    color: rgba(255,255,255,.8) !important;
    margin-bottom: 7px;
    text-decoration: none;
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-mob-col-head {
    font-size: .62rem !important;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255,255,255,.45) !important;
    margin-bottom: 10px;
  }
  /* Apply Now button in mobile footer */
  .footer-mob-cta {
    font-size: .8rem;
    padding: 10px 16px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* ═══ DESKTOP FIXES ═══ */

/* Fix SVG logo — prevent text-based SVG from collapsing */
.nav-brand svg, .footer-top svg, .footer-mob svg {
  overflow: visible;
}

/* Ensure mob-show-block and mob-prod-grid ONLY show on mobile */
.mob-show-block { display: none; }
.mob-prod-grid { display: none; }

@media(max-width:768px) {
  .mob-show-block { display: block !important; }
  .mob-prod-grid { display: flex !important; }
}

/* Fix desktop product list — make sure it shows on desktop */
@media(min-width:769px) {
  .prod-list.mob-hide-block { display: flex !important; }
  .mob-tabbar { display: none !important; }
  .mob-page-pad { display: none !important; }
}

/* ═══ FOOTER DOUBLE FIX ═══ */
/* Hide mobile footer on desktop — it should ONLY show on mobile */
.footer-mob { display: none; }

@media(max-width:768px) {
  .footer-mob { display: block !important; }
  .footer-top { display: none !important; }
  .footer-bot { display: none !important; }
}

/* ═══ FIX MOBILE TAB BAR JUMPING ═══ */
/* Use fixed positioning locked to the visual viewport so the bar
   doesn't move when the browser chrome shows/hides on scroll */
@media(max-width:768px) {
  .mob-tabbar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    /* Anchor to the visual viewport, not the layout viewport */
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    will-change: transform;
    /* Safe area for notched phones (iPhone X+) */
    padding-bottom: max(env(safe-area-inset-bottom, 0px), 0px) !important;
    /* Prevent any height changes from reflow */
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    /* Prevent subpixel rendering shifts */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  /* Keep the page pad consistent so content doesn't jump */
  .mob-page-pad {
    height: 62px !important;
    flex-shrink: 0;
  }
}
