.er-page{min-height:100vh;font-family:var(--font-inter), "Inter", sans-serif;background:#f8f9fb;flex-direction:column;display:flex}.er-hero{text-align:center;background:#fff;padding:100px 24px 64px;position:relative;overflow:hidden}.er-hero:before{content:"";opacity:.05;pointer-events:none;background:url(/assets/logo/v2/blue-icon-transparent.svg) 50%/contain no-repeat;width:340px;height:340px;position:absolute;bottom:-60px;right:-40px}.er-hero-logo{margin:0 auto 20px;display:block}.er-hero-pill{color:#176dff;letter-spacing:.09em;text-transform:uppercase;background:#176dff1a;border:1px solid #176dff38;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 18px;padding:8px 16px;font-size:11px;font-weight:700;display:inline-flex}.er-toggle-wrap{justify-content:center;margin-bottom:28px;display:flex}.er-toggle{background:#f1f5f9;border-radius:999px;gap:4px;padding:4px;display:inline-flex}.er-toggle-btn{cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-inter), "Inter", sans-serif;color:#64748b;background:0 0;border:none;border-radius:999px;padding:10px 28px;transition:all .25s}.er-toggle-btn.active{color:#fff;background:#176dff;box-shadow:0 2px 8px #176dff4d}.er-toggle-btn:not(.active):hover{color:#1a1f2e;background:#176dff0f}.er-hero-title{color:#1a1f2e;max-width:640px;margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:40px;font-weight:800;line-height:1.15;transition:opacity .2s}.er-hero-title span{color:#176dff}.er-hero-sub{color:#64748b;max-width:520px;margin:0 auto;font-size:17px;line-height:1.6;transition:opacity .2s}.er-uvps{flex-wrap:wrap;justify-content:center;gap:12px 24px;max-width:600px;margin-top:28px;margin-left:auto;margin-right:auto;display:flex}.er-uvp{color:#1a1f2e;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.er-uvp-tick{background:#10b9811f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.er-form-section{flex:1;justify-content:center;padding:48px 5% 64px;display:flex}.er-form-card{z-index:2;background:#fff;border:1px solid #176dff1a;border-radius:16px;width:100%;max-width:600px;margin-top:-40px;padding:40px;position:relative;box-shadow:0 4px 24px #176dff14}.er-form-title{color:#1a1f2e;margin-bottom:4px;font-size:22px;font-weight:700}.er-form-sub{color:#64748b;margin-bottom:28px;font-size:14px}.er-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.er-form-group{flex-direction:column;display:flex}.er-full{grid-column:1/-1}.er-form-label{color:#1a1f2e;margin-bottom:6px;font-size:13px;font-weight:600}.er-req{color:#176dff;margin-left:2px}.er-form-input,.er-form-select{width:100%;font-size:15px;font-family:var(--font-inter), "Inter", sans-serif;color:#1a1f2e;appearance:none;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:12px 16px;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 16px #2a32441a}.er-form-input:focus,.er-form-select:focus{border-color:#176dff;box-shadow:0 0 0 3px #176dff1f}.er-form-input.er-error,.er-form-select.er-error{border-color:#ef4444;animation:.3s er-shake;box-shadow:0 0 0 3px #ef44441a}.er-form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.er-form-submit{color:#fff;cursor:pointer;width:100%;font-size:16px;font-weight:700;font-family:var(--font-inter), "Inter", sans-serif;background:#176dff;border:none;border-radius:999px;margin-top:8px;padding:16px;transition:opacity .2s,transform .2s}.er-form-submit:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.er-form-submit:disabled{opacity:.7;cursor:not-allowed}.er-success{text-align:center;padding:40px 20px}.er-success-icon{background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.er-success-title{color:#1a1f2e;margin-bottom:8px;font-size:24px;font-weight:700}.er-success-sub{color:#64748b;max-width:400px;margin:0 auto;font-size:15px;line-height:1.6}.er-footer{text-align:center;background:#fff;border-top:1px solid #e2e8f0;padding:40px 32px}.er-footer p{color:#64748b;margin-bottom:8px;font-size:13px;line-height:1.6}.er-footer p:last-child{margin-bottom:0}.er-footer a{color:#64748b;text-decoration:none}.er-footer a:hover{color:#176dff}@keyframes er-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@media (max-width:700px){.er-hero{padding:80px 20px 48px}.er-hero-title{font-size:28px}.er-form-card{padding:28px 20px}.er-form-grid{grid-template-columns:1fr}.er-full{grid-column:1}.er-uvps{flex-direction:column;align-items:center;gap:10px}.er-toggle-btn{padding:10px 20px;font-size:13px}}@media (max-width:480px){.er-hero-title{font-size:24px}.er-hero-sub{font-size:15px}.er-form-section{padding:40px 4%}}
