:root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}.company-site{color:#0f172a;background:#fff}.container{width:min(1100px,92%);margin:0 auto}.topbar{position:sticky;top:0;z-index:20;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e2e8f0}.topbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;color:#1d4ed8;text-decoration:none}.brand__logo{width:34px;height:34px;border-radius:8px}.topbar__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem}.topbar__nav a{color:#1e293b;text-decoration:none;font-weight:600;transition:color .2s ease}.topbar__nav a:hover{color:#1d4ed8}.hero{background:linear-gradient(180deg,#dbeafe,#eff6ff 40%,#fff);padding:4rem 0 3rem}.hero__grid{display:grid;grid-template-columns:1.25fr 1fr;gap:1.25rem;align-items:start}.eyebrow{color:#1d4ed8;font-weight:700;margin:0 0 .75rem}h1{margin:0;line-height:1.15;font-size:clamp(1.8rem,4vw,3rem)}.subtitle{margin-top:1rem;color:#1f2937;font-weight:500;max-width:60ch}.hero__actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.btn{border:0;cursor:pointer;display:inline-block;background:#1e40af;color:#fff;text-decoration:none;padding:.65rem 1rem;border-radius:.65rem;font-weight:700;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.btn:hover{background:#1d4ed8;box-shadow:0 8px 18px #1d4ed83d;transform:translateY(-1px)}.btn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.btn--ghost{background:#fff;color:#1e40af;border:1px solid #93c5fd}.btn--ghost:hover{background:#eff6ff;box-shadow:none}.hero__card{background:#fff;border:1px solid #dbeafe;border-radius:.9rem;box-shadow:0 10px 24px #0206170f;padding:1rem 1.1rem}.hero__logo{width:54px;height:54px;border-radius:12px;margin-bottom:.5rem}.hero__card h2{margin:0 0 .75rem}.hero__card ul{margin:0;padding-left:1.1rem}.section{padding:3rem 0}.section--muted{background:#f8fafc}.section h2{margin:0;font-size:1.6rem}.section__lead{margin-top:.65rem;color:#334155}.cards{margin-top:1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.cards--plans .card{display:flex;flex-direction:column}.card{border:1px solid #dbe4f0;border-radius:.9rem;padding:1rem;background:#fff;box-shadow:0 4px 14px #0f172a0a;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a17;border-color:#bfd4f5}.card h3{margin-top:0}.plan-card__tag{display:inline-block;margin:0 0 .5rem;font-size:.78rem;font-weight:700;color:#1e40af;background:#dbeafe;padding:.2rem .45rem;border-radius:999px}.plan-card__price{margin-top:-.2rem;margin-bottom:.7rem;color:#0f172a;font-weight:800}.plan-card ul{margin:0;padding-left:1rem;color:#334155;flex:1}.plan-card ul li+li{margin-top:.35rem}.plan-card .btn{margin-top:.9rem;text-align:center}.plan-card--featured{border:1px solid #93c5fd;box-shadow:0 12px 30px #1d4ed81f}.section__note{margin-top:.9rem;font-size:.9rem;color:#475569}.steps{margin-top:1rem;padding-left:1.2rem}.steps li+li{margin-top:.55rem}.downloads{margin-top:1rem;display:grid;gap:.65rem}.downloads a{text-decoration:none;padding:.7rem .85rem;border:1px solid #dbeafe;border-radius:.7rem;color:#1e3a8a;background:#f8fbff;font-weight:600;transition:border-color .2s ease,box-shadow .2s ease}.downloads a:hover{border-color:#93c5fd;box-shadow:0 8px 20px #1e40af1f}.contact-box{margin-top:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.9rem;padding:1rem}.contact-box p{margin:.25rem 0}.contact-box a{color:#1e40af;font-weight:600}.footer{border-top:1px solid #e2e8f0;padding:1.1rem 0 2rem;color:#475569}.footer__links{margin-top:.35rem}.footer__links a{color:#334155;text-decoration:none}.footer__links a:hover{color:#1e40af}.legal-cards{margin-top:1rem}.lead-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;overflow-y:auto;padding:12px}.lead-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73}.lead-modal__card{position:relative;z-index:1;margin:2vh auto;width:min(560px,92%);max-height:calc(100vh - 24px);overflow-y:auto;background:#fff;border-radius:.9rem;border:1px solid #dbeafe;box-shadow:0 16px 40px #02061733;padding:1rem}.lead-modal__card h3{margin:0}.lead-modal__lead{margin:.35rem 0 .75rem;color:#475569}.lead-form{display:grid;gap:.65rem}.lead-form label{display:grid;gap:.3rem;font-weight:600;color:#0f172a}.lead-form input,.lead-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:.55rem;padding:.55rem .65rem;font:inherit}.lead-form__actions{margin-top:.4rem;display:flex;gap:.6rem}@media (max-width: 900px){.hero__grid,.cards{grid-template-columns:1fr}}
