:root{--bg:#ffffff;--panel:#ffffff;--ink:#0b0d12;--muted:#5b6577;--line:#e6eaf2;--brand:#2b59ff;--accent:#00b894;--radius:14px;--radius-sm:10px;--shadow:0 8px 28px rgba(0,0,0,.06)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}a:hover{opacity:.9}.container{max-width:1540px;margin:0 auto;padding:0 5vw}.section{padding:60px 0}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.hr{height:1px;background:var(--line);margin:18px 0}.grid{display:grid;gap:16px}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.cols-3,.cols-2{grid-template-columns:1fr}}.h1{font-size:clamp(36px,6vw,56px);line-height:1.05;margin:0 0 .7rem}.h2{font-size:clamp(22px,3.5vw,32px);margin:0 0 .75rem}.p-lead{font-size:1.1rem;line-height:1.55;color:#2f3a4d}.small{font-size:.95rem;color:#455372}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#f0f4ff;border:1px solid #dbe5ff;color:#214;padding:.45rem .7rem;border-radius:999px;font-weight:600;font-size:.85rem}.label{font-size:.85rem;color:#5a6984;margin-bottom:.35rem}.feature-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#eef4ff;border:1px solid #dbe4ff}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-radius:999px;border:1px solid transparent;background:var(--brand);color:#fff;font-weight:600;box-shadow:var(--shadow);cursor:pointer}.btn.secondary{background:#f7f9ff;border-color:#dfe7ff;color:#1b2a4a}.btn.tertiary{background:transparent;border-color:#d9e1ef;color:#1b2a4a}.btn:hover{filter:brightness(1.04)}.btn:disabled{opacity:.6;cursor:not-allowed}.input,.textarea{width:100%;padding:.8rem .9rem;border-radius:10px;border:1px solid #dfe5f2;background:#fff;color:#1b2236;box-shadow:0 0 #0000}.input:focus,.textarea:focus{outline:none;border-color:#b8c7ff;box-shadow:0 0 0 3px #2b59ff26}input[type=text],input[type=email],input[type=search],input[type=tel],textarea{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;padding:.8rem .9rem;border-radius:10px;border:1px solid #dfe5f2;background:#fff;color:#1b2236;font:inherit}input[type=text]:focus,input[type=email]:focus,input[type=search]:focus,input[type=tel]:focus,textarea:focus{outline:none;border-color:#b8c7ff;box-shadow:0 0 0 3px #2b59ff26}.nav{position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);z-index:10;border-bottom:1px solid var(--line)}.hero{background:radial-gradient(70% 60% at 50% -10%,rgba(43,89,255,.08),transparent 60%),radial-gradient(40% 40% at 90% 0%,rgba(0,184,148,.08),transparent 60%),linear-gradient(180deg,#fff,#f9fbff 60%);padding:88px 0 56px;border-bottom:1px solid var(--line)}.heroGrid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}@media (max-width:1000px){.heroGrid{grid-template-columns:1fr}}.trustbar{display:flex;gap:20px;flex-wrap:wrap;align-items:center;justify-content:center;opacity:.95}.logo-pill{border:1px dashed #c7d2e8;border-radius:12px;padding:.7rem 1.1rem;background:#fff;color:#2c3a55}.logo-img{height:72px;object-fit:contain;opacity:.95}@media (max-width:900px){.logo-img{height:56px}}.marquee{position:relative;overflow:hidden;padding:10px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee__track{display:flex;align-items:center;gap:40px;min-width:100%;animation:marquee-scroll 30s linear infinite}.marquee__inner{display:flex;align-items:center;gap:40px;width:max-content;animation:marquee-scroll 28s linear infinite}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.layered{position:relative}.layered .step{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 14px 14px 54px;box-shadow:var(--shadow)}.layered .step+.step{margin-top:16px;transform:translate(8px)}.layered .bullet{position:absolute;left:12px;top:12px;width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#eef4ff;border:1px solid #dbe4ff;font-weight:700;color:#1b2a4a}.layered .arrow{height:28px;border-left:2px dashed #cfd7e6;margin:4px 0 12px 26px}.layered .caption{font-size:.92rem;color:#4a5875}.compare{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}@media (max-width:900px){.compare{grid-template-columns:1fr}}.compare .vtable{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.vrow{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}.vrow:last-child{border-bottom:none}.tag{font-size:.8rem;padding:.25rem .5rem;border:1px solid #e2e8f5;border-radius:999px;background:#f6f8ff}.bad{opacity:.6}.good{display:inline-flex;align-items:center;gap:.4rem}.good i{width:18px;height:18px;border-radius:50%;background:#e8f7ef;display:inline-grid;place-items:center;border:1px solid #cfeede}.rightcopy{background:transparent;border:0;border-radius:0;padding:0}.table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.table th,.table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left}.table th{background:#f7f9ff;color:#2c3a55}.table tr:last-child td{border-bottom:none}
