:root{font-family:"Open Sans",Arial,sans-serif;color:#202842;background:#fff}body{margin:0}.local-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid #e7eefc;background:#fff;position:sticky;top:0;z-index:10}.brand{font-size:30px;font-weight:800;color:#0b66e4;text-decoration:none}.local-header nav{display:flex;gap:26px;align-items:center}.local-header a{color:#10182f;text-decoration:none;font-weight:700}.button,.local-header .button{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#236ee8;color:#fff;text-decoration:none;font-weight:800;border:0;min-height:48px;padding:0 22px;cursor:pointer}.button.secondary{background:#fff;color:#236ee8;border:1px solid #236ee8}.button.small{min-height:42px;padding:0 18px}.hero{margin:42px auto 32px;width:min(1180px,calc(100% - 32px));border-radius:28px;background:#eef5ff;padding:56px clamp(24px,6vw,76px)}h1{font-size:clamp(34px,5vw,62px);line-height:1.08;margin:0 0 18px;color:#27304a}h2{font-size:clamp(26px,3vw,40px);line-height:1.15;color:#27304a}.lead{font-size:20px;line-height:1.7;max-width:760px}.panel{width:min(1180px,calc(100% - 32px));margin:0 auto 48px}.toolbar{display:grid;grid-template-columns:1fr auto;gap:14px;margin:24px 0}.input,select,textarea{width:100%;box-sizing:border-box;border:1px solid #cbd7f0;border-radius:8px;min-height:48px;padding:0 14px;font:inherit;background:#fff}.chips{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.chip{border:1px solid #d5e0f5;background:#fff;border-radius:999px;padding:10px 18px;cursor:pointer;font-weight:700;color:#33405f}.chip.active{background:#236ee8;color:#fff;border-color:#236ee8}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{border:1px solid #e1e9f8;border-radius:12px;padding:22px;background:#fff;box-shadow:0 10px 24px rgba(28,46,86,.07)}.card h3{margin:0 0 10px;font-size:22px;color:#202842}.card p{color:#596579;line-height:1.55}.badge{display:inline-flex;margin-bottom:14px;border-radius:999px;background:#eef5ff;color:#236ee8;font-weight:800;padding:6px 10px;font-size:13px}.form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form .full{grid-column:1/-1}.success{display:none;border:1px solid #bfe3cb;background:#effaf3;color:#145c2a;border-radius:12px;padding:18px;margin-top:18px;font-weight:700}.local-footer{display:flex;justify-content:center;gap:22px;border-top:1px solid #e7eefc;padding:28px;flex-wrap:wrap}.local-footer a{color:#236ee8;text-decoration:none;font-weight:700}@media(max-width:760px){.local-header{height:auto;padding:16px 18px;align-items:stretch;flex-direction:column;gap:12px}.local-header nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.local-header nav a{text-align:center}.local-header .button{width:100%;padding:0}.brand{font-size:24px;line-height:1.2}.hero{margin-top:18px;padding:34px 22px;border-radius:18px}.toolbar{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.form{grid-template-columns:1fr}}