*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0b1526;background:#fff}
.container{max-width:1120px;margin:0 auto;padding:0 20px}
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eef1f6;z-index:10}
.header-inner{display:flex;justify-content:space-between;align-items:center;height:64px}
.brand{display:flex;align-items:center;gap:12px}
.logo{width:36px;height:36px;object-fit:contain}
.brand-name{font-weight:700;letter-spacing:.2px}
.lang-switch .lang-btn{border:1px solid #d5dbe7;background:#fff;padding:6px 10px;border-radius:8px;margin-left:8px;cursor:pointer}
.lang-switch .lang-btn.active{background:#0d5fff;color:#fff;border-color:#0d5fff}
.hero{background:linear-gradient(135deg,#0d5fff,#0a48cc);color:#fff;padding:88px 0 72px}
.hero .sub{opacity:.95;max-width:720px}
.hero .cta{display:inline-block;margin-top:20px;background:#fff;color:#0a48cc;padding:14px 22px;border-radius:999px;font-weight:700;text-decoration:none}
.trust{margin-top:14px;opacity:.92}
.features{padding:56px 0}
.grid-3{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:22px}
.how{background:#f7f9fc;padding:56px 0}
.step{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:22px}
.step-num{width:32px;height:32px;border-radius:50%;background:#0d5fff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:8px}
.lead{padding:56px 0}
.lead-form .field{display:flex;flex-direction:column;gap:6px}
.lead-form input{height:44px;border:1px solid #d9dfeb;border-radius:10px;padding:0 12px}
.lead-form .cta{margin-top:16px}
.footer-cta{background:#0a48cc;color:#fff;text-align:center;padding:40px 0}
.footer-cta .ghost{margin-top:10px;display:inline-block;border:2px solid #fff;border-radius:999px;padding:10px 18px;color:#fff;text-decoration:none}
.site-footer{border-top:1px solid #eef1f6;background:#fff}
.footer-inner{height:72px;display:flex;align-items:center;justify-content:space-between}
.consent{font-size:.86rem;color:#556;opacity:.9;margin-top:10px}
h1{font-size:44px;margin:0 0 10px}h2{font-size:30px;margin:0 0 18px}h3{margin:0 0 8px}
main a.cta:hover, .footer-cta .ghost:hover{opacity:.9}
