@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600&family=Baloo+2:wght@400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap");:root{--ink:#0b1020;--ink-2:#3a4363;--ink-3:#6b7396;--brand:#1f7ae0;--brand-2:#f5811f;--accent:#1f7ae0;--bg:#ffffff;--soft:#f4f8fd;--line:#e4ecf6;--radius:16px;--shadow:0 20px 45px -20px rgba(31,122,224,.35);--maxw:1120px}*{box-sizing:border-box}body,html{margin:0;padding:0;scroll-behavior:smooth}body{font-family:Inter,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Sora,sans-serif;margin:0;line-height:1.15;letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{max-width:100%}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;border:1px solid transparent;transition:transform .15s,box-shadow .15s,background .15s;white-space:nowrap}.btn svg{width:18px;height:18px}.btn.primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:var(--shadow)}.btn.primary:hover{transform:translateY(-2px)}.btn.ghost{background:#fff;color:var(--ink);border-color:var(--line)}.btn.ghost:hover{background:var(--soft)}.btn.lg{padding:15px 26px;font-size:16px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav .inner{justify-content:space-between;height:72px}.brand,.nav .inner{display:flex;align-items:center}.brand{gap:10px;font-family:Sora;font-weight:800;font-size:19px}.brand .mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--brand),var(--brand-2));display:grid;place-items:center;color:#fff}.brand .mark svg{width:19px;height:19px}.nav .links{display:flex;align-items:center;gap:26px;font-size:14.5px;font-weight:500;color:var(--ink-2)}.nav .links a:hover{color:var(--brand)}.logo-img{height:44px;width:auto;display:block}@media (max-width:860px){.nav .links a:not(.btn){display:none}.logo-img{height:38px}}.hero{position:relative;overflow:hidden;background:radial-gradient(1200px 500px at 80% -10%,#eef0ff 0,transparent 60%),radial-gradient(900px 500px at 0 0,#f0fbf6 0,transparent 55%)}.hero .inner{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:40px;gap:40px;align-items:center;padding:70px 0 60px}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:600;color:var(--brand);margin-bottom:20px}.pill .dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.hero h1{font-size:52px;font-weight:800}.hero h1 .grad{background:linear-gradient(120deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.lead{font-size:18px;color:var(--ink-2);margin:20px 0 28px;max-width:540px}.hero .cta{gap:14px}.hero .cta,.hero .trust{display:flex;flex-wrap:wrap}.hero .trust{gap:26px;margin-top:34px}.hero .trust .n{font-family:Sora;font-weight:800;font-size:26px}.hero .trust .l{font-size:13px;color:var(--ink-3)}.phone{justify-self:center;width:270px;height:540px;border-radius:40px;background:linear-gradient(160deg,#14163a,#23264f);padding:12px;box-shadow:0 40px 80px -30px rgba(20,22,58,.6);position:relative}.phone .screen{width:100%;height:100%;border-radius:30px;background:linear-gradient(160deg,var(--brand),var(--brand-2));overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:24px}.phone .screen .lock{width:74px;height:74px;border-radius:20px;background:rgba(255,255,255,.16);display:grid;place-items:center;margin-bottom:18px}.phone .screen .lock svg{width:38px;height:38px}.phone .notch{position:absolute;top:22px;left:50%;transform:translateX(-50%);width:120px;height:24px;background:#14163a;border-radius:0 0 16px 16px;z-index:2}.hero-shot{justify-self:center}.hero-shot img{width:300px;max-width:100%;height:auto;filter:drop-shadow(0 40px 60px rgba(20,22,58,.28))}@media (max-width:860px){.hero .inner{grid-template-columns:1fr;text-align:center;padding:48px 0}.hero h1{font-size:38px}.hero .cta,.hero .trust{justify-content:center}.hero-shot{display:none}}.shots{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;align-items:end;justify-items:center}.shots img{width:100%;max-width:280px;height:auto;filter:drop-shadow(0 24px 44px rgba(20,22,58,.22));transition:transform .2s}.shots img:hover{transform:translateY(-6px)}@media (max-width:860px){.shots{grid-template-columns:1fr}}section{padding:74px 0}.eyebrow{text-align:center;color:var(--brand);font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.sec-title{text-align:center;font-size:34px;font-weight:800;margin-bottom:12px}.sec-sub{text-align:center;color:var(--ink-2);max-width:620px;margin:0 auto 44px;font-size:16px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}@media (max-width:860px){.grid3{grid-template-columns:1fr}}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;transition:transform .15s,box-shadow .15s,border-color .15s}.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -26px rgba(20,22,58,.35);border-color:#d8dbf3}.card .ico{width:48px;height:48px;border-radius:13px;background:var(--soft);color:var(--brand);display:grid;place-items:center;margin-bottom:16px}.card .ico svg{width:24px;height:24px}.card h3{font-size:18px;margin-bottom:8px}.card p{color:var(--ink-2);font-size:14.5px;margin:0}.spotlight{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));grid-gap:22px;gap:22px;max-width:940px;margin:0 auto}.spot{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px 28px;overflow:hidden;transition:transform .15s,box-shadow .15s,border-color .15s}.spot:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--brand),var(--brand-2))}.spot:hover{transform:translateY(-5px);box-shadow:0 26px 52px -28px rgba(20,22,58,.4);border-color:#d8dbf3}.spot .ico-lg{width:56px;height:56px;border-radius:15px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:grid;place-items:center;margin-bottom:18px;box-shadow:var(--shadow)}.spot .ico-lg svg{width:28px;height:28px}.spot h3{font-size:20px;margin-bottom:10px}.spot p{color:var(--ink-2);font-size:14.5px;margin:0 0 14px}.spot .badge{position:absolute;top:16px;right:16px;font-family:Sora;font-weight:700;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:4px 10px}.spot ul{margin:0;padding:0;list-style:none}.spot ul li{position:relative;padding-left:22px;font-size:13.6px;color:var(--ink-2);margin-bottom:7px}.spot ul li:before{content:"";position:absolute;left:2px;top:6px;width:9px;height:5px;border-left:2px solid var(--brand);border-bottom:2px solid var(--brand);transform:rotate(-45deg)}.soft-band{background:var(--soft)}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;counter-reset:s}@media (max-width:860px){.steps{grid-template-columns:1fr}}.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px}.step .num{counter-increment:s;font-family:Sora;font-weight:800;font-size:15px;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;display:grid;place-items:center;margin-bottom:14px}.step .num:before{content:counter(s)}.dl{background:linear-gradient(135deg,#14163a,#2a2d63);color:#fff;border-radius:24px;padding:52px 44px;text-align:center;position:relative;overflow:hidden}.dl h2{font-size:32px;font-weight:800;margin-bottom:12px}.dl p{color:#c6c9ef;max-width:520px;margin:0 auto 28px}.dl .row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.dl .btn.ghost{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.24)}.dl .btn.ghost:hover{background:rgba(255,255,255,.18)}.dl small{display:block;margin-top:16px;color:#9498c9;font-size:12.5px}.dist-layout{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:34px;gap:34px;align-items:start}@media (max-width:860px){.dist-layout{grid-template-columns:1fr}}.dist-benefit-grid{grid-template-columns:1fr;gap:16px}.dist-download{margin-top:22px}.dist-download small{display:block;margin-top:10px;color:var(--ink-3);font-size:12.5px}.dist-form-wrap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 28px;box-shadow:0 20px 45px -30px rgba(20,22,58,.35)}.dist-form-title{font-size:20px;margin-bottom:6px}.dist-form-sub{color:var(--ink-2);font-size:14px;margin:0 0 20px}.dist-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:520px){.dist-grid{grid-template-columns:1fr}}.dist-span2{grid-column:1/-1}.dist-field{display:flex;flex-direction:column;gap:6px}.dist-field span{font-size:13px;font-weight:600;color:var(--ink-2)}.dist-field input{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:10px;font:inherit;font-size:14.5px;color:var(--ink);background:#fff;transition:border-color .15s,box-shadow .15s}.dist-field input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(60,55,241,.12)}.dist-field input::placeholder{color:var(--ink-3)}.dist-field select{width:100%;padding:11px 36px 11px 13px;border:1px solid var(--line);border-radius:10px;font:inherit;font-size:14.5px;color:var(--ink);background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f6690' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s,box-shadow .15s;cursor:pointer}.dist-field select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(60,55,241,.12)}.dist-field select:disabled{opacity:.55;cursor:not-allowed}.dist-field select option{color:#111}.dist-field.invalid input,.dist-field.invalid select{border-color:#ef4444}.dist-fld-err{font-size:12px;font-weight:500;font-style:normal;color:#dc2626;margin-top:1px}.dist-form .btn{margin-top:18px;width:100%;justify-content:center}.dist-alert{margin-top:16px;padding:11px 14px;border-radius:10px;font-size:14px;font-weight:500}.dist-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.dist-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}footer{border-top:1px solid var(--line);padding:40px 0;color:var(--ink-3);font-size:14px}footer .inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}footer a:hover{color:var(--brand)}footer .flinks{display:flex;gap:22px;flex-wrap:wrap}.legal{max-width:820px;margin:0 auto;padding:54px 22px 80px}.legal h1{font-size:38px;margin-bottom:8px}.legal .updated{color:var(--ink-3);font-size:14px;margin-bottom:30px}.legal p{color:var(--ink-2);margin:0 0 16px}.legal h2{font-size:20px;margin:30px 0 10px}.legal .back{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-weight:600;margin-bottom:24px}html[data-brand=emiprotect]{--ink:#191B24;--ink-2:#424656;--ink-3:#5C6170;--brand:#004DCD;--brand-2:#0A63FF;--accent:#C84CFF;--bg:#FAF8FF;--soft:#ECEDFA;--line:#C2C6D8;--radius:24px;--shadow:0 12px 28px -18px rgba(0,89,181,.45);color-scheme:light}html[data-brand=emiprotect] body{font-family:Roboto,-apple-system,Segoe UI,sans-serif;background:var(--bg)}html[data-brand=emiprotect] .brand,html[data-brand=emiprotect] .hero .trust .n,html[data-brand=emiprotect] .step .num,html[data-brand=emiprotect] h1,html[data-brand=emiprotect] h2,html[data-brand=emiprotect] h3,html[data-brand=emiprotect] h4{font-family:Roboto,sans-serif;letter-spacing:-.01em}html[data-brand=emiprotect] .hero h1,html[data-brand=emiprotect] .sec-title{font-weight:500}html[data-brand=emiprotect] .nav{background:rgba(249,249,255,.92);border-bottom-color:transparent}html[data-brand=emiprotect] .nav .links a:hover{color:var(--brand)}html[data-brand=emiprotect] .hero{background:var(--bg)}html[data-brand=emiprotect] .hero h1 .grad{background:none;-webkit-background-clip:border-box;background-clip:border-box;color:var(--brand)}html[data-brand=emiprotect] .pill{background:#9CB3FF;border-color:transparent;color:#2A4388}html[data-brand=emiprotect] .pill .dot{background:var(--brand)}html[data-brand=emiprotect] .btn{border-radius:999px;font-weight:500}html[data-brand=emiprotect] .btn.primary{background:var(--brand);box-shadow:none}html[data-brand=emiprotect] .btn.primary:hover{background:#003FA8;transform:none}html[data-brand=emiprotect] .btn.ghost{background:transparent;color:var(--brand);border-color:#737687}html[data-brand=emiprotect] .btn.ghost:hover{background:rgba(0,89,181,.08)}html[data-brand=emiprotect] .brand .mark,html[data-brand=emiprotect] .spot .ico-lg,html[data-brand=emiprotect] .step .num{background:var(--brand);box-shadow:none}html[data-brand=emiprotect] .card,html[data-brand=emiprotect] .spot,html[data-brand=emiprotect] .step{background:#E1E2EE;border-color:transparent}html[data-brand=emiprotect] .card:hover,html[data-brand=emiprotect] .spot:hover{background:#DADBE7;border-color:transparent;box-shadow:none;transform:translateY(-2px)}html[data-brand=emiprotect] .card .ico{background:var(--brand);color:#fff;border-radius:50%}html[data-brand=emiprotect] .spot:before{background:var(--brand)}html[data-brand=emiprotect] .spot .badge{background:#AD2BE4;border-color:transparent;color:#FFF1FE}html[data-brand=emiprotect] .spot ul li:before{border-color:var(--brand)}html[data-brand=emiprotect] .soft-band{background:#F2F3FF}html[data-brand=emiprotect] .hero-shot img,html[data-brand=emiprotect] .shots img{filter:drop-shadow(0 24px 40px rgba(24,28,34,.18))}html[data-brand=emiprotect] .phone{background:linear-gradient(160deg,#003A9E,#0A63FF);box-shadow:0 30px 60px -30px rgba(0,89,181,.55)}html[data-brand=emiprotect] .phone .notch{background:#003A9E}html[data-brand=emiprotect] .dl{background:#0A63FF;border:0}html[data-brand=emiprotect] .dl p{color:#F3F4FF}html[data-brand=emiprotect] .dl small{color:#E8EAFF}html[data-brand=emiprotect] .dl .btn.primary{background:#fff;color:#004DCD}html[data-brand=emiprotect] .dl .btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}html[data-brand=emiprotect] .dl .btn.ghost:hover{background:rgba(255,255,255,.12)}html[data-brand=emiprotect] .dist-form-wrap{background:#fff;border-color:#C2C6D8;box-shadow:none}html[data-brand=emiprotect] .dist-field input,html[data-brand=emiprotect] .dist-field select{border-color:#737687;border-radius:12px}html[data-brand=emiprotect] .dist-field input:focus,html[data-brand=emiprotect] .dist-field select:focus{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}html[data-brand=emiprotect] .dist-success{background:#C9F0D8;color:#00391F;border-color:transparent}html[data-brand=emiprotect] .dist-error{background:#FFDAD6;color:#93000A;border-color:transparent}html[data-brand=emiprotect] footer{background:#F2F3FF;border-top-color:transparent}html[data-brand=emiprotect] .eyebrow,html[data-brand=emiprotect] .legal .back,html[data-brand=emiprotect] footer a:hover{color:var(--brand)}