:root{--bg:#f7f8fb;--surface:#ffffff;--ink:#14213d;--muted:#667085;--line:#e6e8ee;--accent:#3157f6;--accent-dark:#2444c9;--soft:#edf1ff;--green:#1c8c68}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}.shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.nav{height:78px;justify-content:space-between;gap:28px}.brand,.nav{display:flex;align-items:center}.brand{gap:10px;font-weight:800;font-size:20px}.brandMark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--ink);color:white;font-weight:900}.navLinks{display:flex;gap:28px;color:#3f4758;font-size:14px}.navActions{display:flex;align-items:center;gap:10px}button{border:0;cursor:pointer}.primary{background:var(--accent);color:white;padding:15px 21px;border-radius:12px;font-weight:700;box-shadow:0 8px 22px rgba(49,87,246,.18)}.primary:hover{background:var(--accent-dark)}.primary.small{padding:11px 15px}.secondary{background:white;padding:14px 20px;border-radius:12px;border:1px solid var(--line)}.ghost,.secondary{color:var(--ink);font-weight:700}.ghost{background:transparent;padding:10px 12px}.full{width:100%}.hero{min-height:640px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;grid-gap:70px;gap:70px;padding:78px 0 90px}.heroCopy h1{font-size:clamp(46px,6.2vw,78px);letter-spacing:-3px;line-height:.98;margin:15px 0 25px;max-width:760px}.heroCopy>p{color:var(--muted);font-size:20px;line-height:1.65;max-width:690px}.eyebrow{color:var(--accent);font-size:13px;text-transform:uppercase;letter-spacing:1.5px;font-weight:800}.heroButtons{display:flex;gap:12px;margin:30px 0 24px}.trustRow{display:flex;flex-wrap:wrap;gap:20px;color:#586174;font-size:13px}.searchCard{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 25px 80px rgba(17,24,39,.1)}.searchHeader{font-weight:800;font-size:24px;margin-bottom:20px}.searchCard label{display:block;color:#4f596a;font-size:13px;font-weight:700;margin-bottom:15px}.searchCard input{width:100%;margin-top:8px;border:1px solid var(--line);border-radius:11px;padding:14px;outline:none}.searchCard input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--soft)}.muted{color:var(--muted);font-size:12px;text-align:center;margin:14px 0 0}.section{padding:90px 0}.section h2{font-size:clamp(34px,4vw,50px);letter-spacing:-1.6px;line-height:1.08;margin:12px 0 0;max-width:720px}.sectionHead{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.textLink{color:var(--accent);font-weight:700;white-space:nowrap}.categoryGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.categoryCard{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;text-align:left;color:var(--ink);font-weight:700}.categoryCard:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(17,24,39,.08)}.categoryIcon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--soft);color:var(--accent)}.band{background:var(--ink);color:white}.band .eyebrow{color:#8ea4ff}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;margin-top:45px}.step{padding:26px 0;border-top:1px solid rgba(255,255,255,.18)}.stepNumber{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);font-weight:800}.step h3{margin:22px 0 10px;font-size:20px}.step p{color:#b8c0d0;line-height:1.6;margin:0}.proPanel{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:70px;gap:70px;align-items:center}.proPanel>div>p{color:var(--muted);line-height:1.7;font-size:18px;max-width:660px;margin:22px 0 28px}.statGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.statGrid div{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px;min-height:130px;display:flex;flex-direction:column;justify-content:space-between}.statGrid strong{font-size:27px}.statGrid span{color:var(--muted);font-size:13px;line-height:1.4}.footer{border-top:1px solid var(--line);background:white}.footerInner{min-height:100px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:13px}.footer .brand{color:var(--ink)}@media (max-width:900px){.navLinks{display:none}.hero{grid-template-columns:1fr;gap:35px;padding-top:45px}.categoryGrid,.steps{grid-template-columns:repeat(2,1fr)}.proPanel{grid-template-columns:1fr}}@media (max-width:620px){.shell{width:min(100% - 24px,1160px)}.nav{height:68px}.navActions .ghost{display:none}.navActions .small{font-size:12px;padding:9px 11px}.brand{font-size:17px}.brandMark{width:34px;height:34px}.hero{min-height:auto;padding:45px 0 60px}.heroCopy h1{font-size:46px;letter-spacing:-2px}.heroCopy>p{font-size:17px}.heroButtons,.trustRow{flex-direction:column}.trustRow{gap:9px}.section{padding:65px 0}.sectionHead{align-items:start;flex-direction:column}.categoryGrid,.statGrid,.steps{grid-template-columns:1fr}.footerInner{align-items:flex-start;flex-direction:column;justify-content:center;gap:15px}}