.fs-home{--blue:#427BF8;--blue-d:#2A5ED4;--blue-l:#EEF3FD;--purple:#9436E1;--fg1:#0A0F1C;--fg2:#3A4252;--fg3:#6B7280;--fg4:#9CA3AF;--bg:#F9FAFB;--white:#FFFFFF;--div:#E5E7EB;--font-d:"Plus Jakarta Sans","Inter",system-ui,sans-serif;--font-b:"Inter",system-ui,sans-serif;--ease:cubic-bezier(.16,1,.3,1)}.fs-home *,.fs-home *:before,.fs-home *:after{box-sizing:border-box;margin:0;padding:0}.fs-home{scroll-behavior:smooth;font-family:var(--font-b);color:var(--fg1);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.fs-home a{color:var(--blue);text-decoration:none}.fs-home a:hover{color:var(--blue-d)}.fs-home img{max-width:100%;display:block}.fs-home button{font-family:inherit;cursor:pointer;border:none;background:none}.fs-home input,.fs-home select{font-family:inherit}.fs-home .wrap{max-width:1160px;margin:0 auto;padding:0 24px}.fs-home h1,.fs-home h2,.fs-home h3{font-family:var(--font-d)}.fs-home svg.lucide{width:18px;height:18px;stroke-width:1.8;display:inline-block;flex-shrink:0}.fs-home section{position:relative}.fs-home .eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.fs-home .eyebrow:before{content:"";display:block;width:18px;height:2px;background:var(--blue);border-radius:2px}.fs-home .h2{font-weight:800;font-size:clamp(28px,3.4vw,42px);line-height:1.08;letter-spacing:-.03em;color:var(--fg1)}.fs-home .h2 .blue{color:var(--blue)}.fs-home .sub{font-size:15.5px;color:var(--fg3);line-height:1.65;max-width:560px;margin-top:10px}.fs-home .head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px;flex-wrap:wrap}.fs-home .viewall{font-size:13.5px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.fs-home .viewall svg{width:14px;height:14px}.fs-home .card{background:var(--white);border:1px solid var(--div);border-radius:16px;transition:box-shadow .2s,transform .2s,border-color .2s}.fs-home .card:hover{box-shadow:0 16px 36px #0a0f1c14;transform:translateY(-2px);border-color:#dbe3f5}.fs-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;font-size:14px;padding:12px 24px;border-radius:99px;letter-spacing:-.01em;transition:all .15s}.fs-home .btn-primary{background:var(--blue);color:#fff}.fs-home .btn-primary:hover{background:var(--blue-d);color:#fff;transform:translateY(-1px)}.fs-home .btn-secondary{background:var(--white);color:var(--fg1);border:1.5px solid var(--div)}.fs-home .btn-secondary:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-l)}.fs-home .btn-sm{font-size:13px;padding:9px 18px}.fs-home .fade-up{opacity:0;transform:translateY(20px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.fs-home .fade-up.in{opacity:1;transform:none}.fs-home .hero{padding-top:8px;background:radial-gradient(ellipse 80% 60% at 65% 0%,rgba(66,123,248,.07) 0%,transparent 70%),linear-gradient(to bottom,#f8faff 0%,var(--white) 100%);overflow-x:hidden}.fs-home .hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(var(--div) 1px,transparent 1px);background-size:32px 32px;opacity:.4;pointer-events:none}.fs-home .hero-cats-wrap{position:relative;overflow-x:hidden}.fs-home .hero-cats-wrap:after{content:"";position:absolute;top:0;left:0;right:0;height:520px;background-image:url(/images/hero-dotted.webp);background-size:cover;background-repeat:no-repeat;background-position:center top;opacity:.6;pointer-events:none;z-index:0}.fs-home .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,52%) minmax(0,48%);gap:56px;align-items:center;padding-top:40px;padding-bottom:40px}.fs-home .hero-tag{font-size:20px;font-weight:800;color:var(--fg1);letter-spacing:-.01em;margin-bottom:14px;font-family:"Degular Display",var(--font-d)}.fs-home .hero-tag .blue{color:var(--blue)}.fs-home .hero-left{display:flex;flex-direction:column;min-width:0;justify-content:center;align-self:center}.fs-home .hero-h1{font-weight:800;font-size:clamp(28px,3.2vw,46px);line-height:1.3;letter-spacing:-.03em;color:var(--fg1);margin-top:0;margin-bottom:22px}.fs-home .hero-h1 .blue{color:var(--blue)}.fs-home .hero-dyn{display:inline-block;position:relative;height:1.14em;overflow:hidden;vertical-align:top;width:6.8em;max-width:100%;perspective:200px}.fs-home .hero-dyn-inner{position:relative;display:inline-block;width:100%}.fs-home .hero-dyn-item{color:var(--blue);opacity:0;transform:translateY(16px) rotateX(-40deg);transform-origin:50% 100%;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1);position:absolute;left:0;top:0;white-space:nowrap;filter:blur(4px)}.fs-home .hero-dyn-item.active{opacity:1;transform:none;position:relative;filter:blur(0)}.fs-home .hero-dyn-item.leaving{opacity:0;transform:translateY(-16px) rotateX(40deg);filter:blur(4px)}.fs-home .hero-body{font-size:15px;color:var(--fg3);line-height:1.6;max-width:520px;margin-bottom:26px}.fs-home .hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.fs-home .hero-visual{position:relative;width:100%;max-width:500px;align-self:center;justify-self:end;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.fs-home .hero-mascot{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;box-shadow:0 10px 22px #0a0f1c29,0 0 0 3px var(--white);flex-shrink:0}.fs-home .hero-banner-wrap{position:relative;width:100%;min-height:210px;max-height:250px;aspect-ratio:480/230;border-radius:20px;overflow:hidden;box-shadow:0 22px 54px #427bf833;border:1px solid var(--div)}.fs-home .hero-banner{position:absolute;inset:0;opacity:0;transition:opacity .5s var(--ease);display:block;z-index:0}.fs-home .hero-banner.active{opacity:1;z-index:1}.fs-home .hero-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.fs-home .hero-banner-dots{display:flex;gap:6px;position:absolute;bottom:16px;left:20px;z-index:3}.fs-home .hero-banner-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:all .2s}.fs-home .hero-banner-dot.active{background:#fff;width:16px;border-radius:3px}.fs-home .sec-cats{padding:0 0 32px;border-bottom:1px solid var(--div);position:relative;z-index:1}.fs-home .cats-title{text-align:center;font-size:13px;font-weight:700;color:var(--fg3);letter-spacing:.04em;text-transform:uppercase;margin-bottom:28px}.fs-home .cats-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.fs-home .cat-item{padding:15px 14px;border-radius:14px;border:1px solid var(--div);text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .18s;min-width:0}.fs-home .cat-item:hover{border-color:var(--blue);background:var(--blue-l);transform:translateY(-2px)}.fs-home .cat-ico{width:84px;height:84px;border-radius:12px;background:none;display:flex;align-items:center;justify-content:center;color:var(--blue);padding:0}.fs-home .cat-ico img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.fs-home .cat-name{font-size:13.5px;font-weight:700;color:var(--fg1)}.fs-home .cat-desc{font-size:11.5px;color:var(--fg3);line-height:1.4}.fs-home .sec-look{padding:48px 0;background:var(--bg)}.fs-home .look-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:36px}.fs-home .look-card{padding:28px 24px;text-align:left;transition:transform .2s var(--ease),box-shadow .2s var(--ease);height:100%;display:flex;flex-direction:column}.fs-home .look-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0a0f1c1a}.fs-home .look-link{transition:gap .2s}.fs-home .look-card:hover .look-link{gap:8px}.fs-home .look-ico{width:60px;height:60px;border-radius:12px;background:var(--white);border:1px solid var(--div);display:flex;align-items:center;justify-content:center;color:var(--blue);margin-bottom:16px}.fs-home .look-ico img{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.fs-home .look-h{font-size:15.5px;font-weight:800;color:var(--fg1);margin-bottom:6px;letter-spacing:-.01em}.fs-home .look-p{font-size:13.5px;color:var(--fg3);line-height:1.55;margin-bottom:16px;flex:1}.fs-home .look-link{font-size:13px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:4px}.fs-home .sec-cards{padding:52px 0}.fs-home .fc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}.fs-home .fc-card{height:100%;background:var(--white);border:1px solid var(--div);border-radius:20px;overflow:hidden;box-shadow:0 2px 6px #0a0f1c0f;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s,border-color .2s}.fs-home .fc-card:hover{box-shadow:0 16px 36px #0a0f1c1a;transform:translateY(-2px);border-color:#dbe3f5}.fs-home .fc-card-media{height:150px;flex-shrink:0;background:var(--bg);padding:20px;display:flex;align-items:center;justify-content:center;color:var(--fg4)}.fs-home .fc-card-media img{width:170px;height:auto;border-radius:10px;box-shadow:0 14px 28px -10px #14171d47}.fs-home .fc-card-media svg{width:36px;height:36px}.fs-home .fc-card-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1;gap:10px}.fs-home .fc-card-tier{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--blue)}.fs-home .fc-card-name{font-family:var(--font-d);font-weight:800;font-size:16.5px;color:var(--fg1);line-height:1.28;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fs-home .fc-card-desc{font-size:12.5px;color:var(--fg2);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fs-home .fc-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 0;border-top:1px solid var(--div)}.fs-home .fc-card-stats span{display:block;font-size:11px;color:var(--fg3);margin-bottom:2px}.fs-home .fc-card-stats b{font-size:13px;font-weight:700;color:var(--fg1)}.fs-home .fc-card-offer{background:linear-gradient(120deg,var(--blue) 0%,var(--purple) 100%);border-radius:11px;padding:10px 14px}.fs-home .fc-offer-label{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#ffffffd9;margin-bottom:2px}.fs-home .fc-offer-text{font-family:var(--font-d);font-weight:800;font-size:14px;color:#fff;letter-spacing:-.01em}.fs-home .fc-card-reward span{display:block;font-size:11px;color:var(--fg3);margin-bottom:2px}.fs-home .fc-card-reward div{font-size:12.5px;color:var(--fg2);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fs-home .fc-card-actions{display:flex;gap:8px;margin-top:auto;padding-top:4px}.fs-home .fc-card-actions .btn{flex:1;padding:10px 12px;font-size:12.5px;pointer-events:none}.fs-home .fc-skel{display:flex;flex-direction:column}.fs-home .fc-skel .fc-card-body{gap:10px}.fs-home .fc-skel-bar,.fs-home .fc-skel-art{background:linear-gradient(90deg,var(--bg) 25%,var(--div) 37%,var(--bg) 63%);background-size:400% 100%;animation:fs-shimmer 1.4s ease infinite;border-radius:8px}.fs-home .fc-skel-bar{height:11px}.fs-home .fc-skel-art{height:150px;border-radius:0}@keyframes fs-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.fs-home .fc-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:56px 24px;border:1.5px dashed var(--div);border-radius:16px;background:var(--bg)}.fs-home .fc-empty-ico{width:52px;height:52px;border-radius:50%;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:6px}.fs-home .fc-empty-ico svg{width:24px;height:24px}.fs-home .fc-empty-t{font-size:16px;font-weight:800;color:var(--fg1)}.fs-home .fc-empty-p{font-size:13.5px;color:var(--fg3);max-width:420px;line-height:1.55;margin-bottom:6px}@media(max-width:1180px){.fs-home .fc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:639px){.fs-home .fc-grid{grid-template-columns:1fr}}.fs-home .sec-fmc{padding:56px 0;background:var(--bg)}.fs-home .fmc-grid{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);gap:0;align-items:stretch;border-radius:22px;overflow:hidden;box-shadow:0 24px 60px #0a0f1c1a}.fs-home .fmc-brand{background:linear-gradient(160deg,var(--blue) 0%,#2a4fd1 100%);padding:40px 34px;display:flex;flex-direction:column;position:relative;overflow:hidden;min-height:420px}.fs-home .fmc-brand:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:#ffffff14;pointer-events:none}.fs-home .fmc-brand-h{font-family:var(--font-d);font-size:28px;font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.01em;margin-bottom:14px}.fs-home .fmc-brand-p{font-size:14.5px;color:#ffffffd9;line-height:1.6;margin-bottom:18px}.fs-home .fmc-brand-steps{font-size:14.5px;font-weight:800;color:#fff;margin-bottom:auto}.fs-home .fmc-brand-mascot{display:flex;justify-content:center;align-items:flex-end;margin-top:20px;flex:1;min-height:0}.fs-home .fmc-brand-mascot img{height:100%;max-height:320px;width:100%;-o-object-fit:contain;object-fit:contain}.fs-home .fmc-panel{background:var(--white);padding:34px 38px}.fs-home .fmc-stepper{display:flex;align-items:center;gap:10px;margin-bottom:26px}.fs-home .fmc-step{display:flex;align-items:center;gap:8px}.fs-home .fmc-step-num{width:26px;height:26px;border-radius:50%;background:var(--blue-l);color:var(--blue);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .fmc-step.active .fmc-step-num{background:var(--blue);color:#fff}.fs-home .fmc-step-t{font-size:12.5px;font-weight:700;color:var(--fg3)}.fs-home .fmc-step.active .fmc-step-t{color:var(--blue)}.fs-home .fmc-step-line{flex:1;height:1px;background:var(--div)}.fs-home .fmc-h{font-size:21px;font-weight:800;color:var(--fg1);letter-spacing:-.01em;margin-bottom:6px}.fs-home .fmc-sub{font-size:13.5px;color:var(--fg3);margin-bottom:20px}.fs-home .pref-list{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.fs-home .pref-row{display:flex;align-items:center;gap:14px;border:1.5px solid var(--div);border-radius:14px;padding:13px 16px;cursor:pointer;transition:all .15s}.fs-home .pref-row:hover,.fs-home .pref-row.sel{border-color:var(--blue);background:var(--blue-l)}.fs-home .pref-row-ico{width:38px;height:38px;border-radius:10px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .pref-row-ico svg{width:18px;height:18px}.fs-home .pref-row-t{font-size:14px;font-weight:800;color:var(--fg1)}.fs-home .pref-row-p{font-size:12.5px;color:var(--fg3);margin-top:2px}.fs-home .fmc-ctas{display:flex;align-items:center;gap:16px}.fs-home .fmc-ctas .btn{flex-shrink:0}.fs-home .fmc-ctas-sub{font-size:13px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:4px}.fs-home .fmc-ctas-sub svg{width:14px;height:14px}.fs-home .sec-pills{padding:40px 0;border-top:1px solid var(--div);border-bottom:1px solid var(--div)}.fs-home .pills-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fs-home .pill-card{padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;border-width:1.5px}.fs-home .pill-card:hover{background:var(--blue-l)}.fs-home .pill-ico{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.fs-home .pill-ico img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.fs-home .pill-name{font-size:13.5px;font-weight:700;color:var(--fg1)}.fs-home .sec-medium{padding:44px 0}.fs-home .medium-inner{display:grid;grid-template-columns:minmax(0,55%) minmax(0,45%);gap:48px;align-items:center}.fs-home .medium-visual{border-radius:20px;overflow:hidden;min-height:420px;align-self:stretch;position:relative}.fs-home .medium-emi-badge{position:absolute;left:20px;bottom:20px;background:var(--white);border-radius:14px;padding:12px 16px;box-shadow:0 14px 30px #0a0f1c24;display:flex;align-items:center;gap:10px;z-index:2}.fs-home .medium-emi-badge .emi-ico{width:34px;height:34px;border-radius:9px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .medium-emi-badge .emi-ico svg{width:16px;height:16px}.fs-home .medium-emi-badge .emi-label{font-size:10.5px;color:var(--fg3);font-weight:600}.fs-home .medium-emi-badge .emi-val{font-size:15px;font-weight:800;color:var(--fg1)}.fs-home .loan-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.fs-home .loan-action{padding:16px;display:flex;flex-direction:column;gap:8px}.fs-home .bank-split{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px;margin-top:8px}.fs-home .bank-visual{min-height:340px}@media(max-width:1180px){.fs-home .bank-split{grid-template-columns:1fr}}.fs-home .mini-ico{width:38px;height:38px;border-radius:10px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .mini-ico svg{width:17px;height:17px}.fs-home .mini-t{font-size:14.5px;font-weight:700;color:var(--fg1);margin-bottom:2px}.fs-home .mini-p{font-size:13px;color:var(--fg3);line-height:1.5}.fs-home .medium-ctas{display:flex;gap:12px;margin-top:26px}.fs-home .bank-cards{display:flex;flex-direction:column;gap:16px}.fs-home .bank-card{padding:26px;display:flex;flex-direction:column;gap:10px}.fs-home .bank-ico{width:44px;height:44px;border-radius:12px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:6px}.fs-home .bank-ico svg{width:20px;height:20px}.fs-home .bank-t{font-size:16.5px;font-weight:800;color:var(--fg1)}.fs-home .bank-p{font-size:13.5px;color:var(--fg3);line-height:1.55}.fs-home .sec-calc{padding:40px 0;background:var(--white);position:relative}.fs-home .calc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px;margin-bottom:24px}.fs-home .calc-card{padding:20px;display:flex;align-items:flex-start;gap:14px;transition:transform .2s,box-shadow .2s}.fs-home .calc-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0a0f1c14}.fs-home .calc-ico{width:40px;height:40px;border-radius:10px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .calc-ico svg{width:18px;height:18px}.fs-home .calc-t{font-size:14px;font-weight:700;color:var(--fg1);margin-bottom:3px}.fs-home .calc-p{font-size:12.5px;color:var(--fg3);line-height:1.45}.fs-home .sec-how{padding:56px 0;background:var(--white);border-bottom:1px solid var(--div)}.fs-home .how-eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:7px;margin-bottom:16px}.fs-home .how-eyebrow:before{content:"";display:block;width:18px;height:2px;background:var(--blue);border-radius:2px}.fs-home .how-journey-h2{font-family:var(--font-d);font-weight:800;font-size:clamp(28px,3vw,42px);letter-spacing:-.03em;color:var(--fg1);line-height:1.05;margin-bottom:36px;text-align:left}.fs-home .how-journey-h2 em{font-style:normal;color:var(--blue)}.fs-home .how-journey-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.fs-home .how-journey-step{padding:0 28px 0 0;border-right:1px solid var(--div);position:relative}.fs-home .how-journey-step:last-child{border-right:none;padding-right:0;padding-left:28px}.fs-home .how-journey-step:nth-child(2){padding:0 28px}.fs-home .how-journey-num{font-family:var(--font-d);font-size:44px;font-weight:800;color:#c7d8fb;letter-spacing:-.04em;line-height:1;margin-bottom:6px}.fs-home .how-journey-title{font-size:16px;font-weight:800;color:var(--fg1);letter-spacing:-.01em;margin-bottom:8px;font-family:var(--font-d)}.fs-home .how-journey-title em{font-style:normal;color:var(--blue)}.fs-home .how-journey-desc{font-size:14.5px;color:var(--fg2);line-height:1.65}@media(max-width:900px){.fs-home .how-journey-steps{grid-template-columns:1fr;gap:28px}.fs-home .how-journey-step,.fs-home .how-journey-step:nth-child(2),.fs-home .how-journey-step:last-child{border-right:none;padding:0 0 28px;border-bottom:1px solid var(--div)}.fs-home .how-journey-step:last-child{border-bottom:none;padding-bottom:0}}.fs-home .sec-why{padding:48px 0;background:var(--bg);border-top:1px solid var(--div);border-bottom:1px solid var(--div)}.fs-home .why-inner{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:center}.fs-home .why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.fs-home .why-mascot{height:420px}.fs-home .why-item{padding:6px}.fs-home .why-ico{width:40px;height:40px;border-radius:10px;background:var(--white);border:1px solid var(--div);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.fs-home .why-ico svg{width:18px;height:18px}.fs-home .why-t{font-size:13.5px;font-weight:800;letter-spacing:.02em;color:var(--fg1);margin-bottom:6px;text-transform:uppercase}.fs-home .why-p{font-size:13px;color:var(--fg3);line-height:1.55}.fs-home .sec-articles{padding:48px 0}.fs-home .art-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.fs-home .art-card{overflow:hidden;display:flex;flex-direction:column;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.fs-home .art-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0a0f1c1a}.fs-home .art-img{height:130px}.fs-home .art-body{padding:18px;display:flex;flex-direction:column;flex:1}.fs-home .art-cat{display:inline-block;font-size:10px;font-weight:700;color:var(--blue);letter-spacing:.05em;text-transform:uppercase;margin-bottom:10px;background:var(--blue-l);padding:4px 10px;border-radius:20px;align-self:flex-start}.fs-home .art-t{font-size:14.5px;font-weight:700;color:var(--fg1);line-height:1.35;margin-bottom:6px}.fs-home .art-p{font-size:12.5px;color:var(--fg3);line-height:1.5;margin-bottom:12px}.fs-home .art-link{font-size:12.5px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:4px;margin-top:auto}.fs-home .art-link svg{width:12px;height:12px}.fs-home .sec-faq{padding:40px 0;background:var(--bg)}.fs-home .faq-list{margin:32px 0 0;display:flex;flex-direction:column;gap:10px}.fs-home .faq-item{background:var(--white);border:1px solid var(--div);border-radius:14px;overflow:hidden}.fs-home .faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;font-size:14.5px;font-weight:700;color:var(--fg1)}.fs-home .faq-q svg{width:16px;height:16px;color:var(--fg3);flex-shrink:0;transition:transform .2s}.fs-home .faq-item.open .faq-q svg{transform:rotate(180deg);color:var(--blue)}.fs-home .faq-a{padding:0 20px;font-size:13.5px;color:var(--fg3);line-height:1.65;max-height:0;overflow:hidden;transition:max-height .25s var(--ease),padding .25s var(--ease)}.fs-home .faq-item.open .faq-a{padding:0 20px 20px;max-height:240px}.fs-home .ftr{background:var(--white);border-top:1px solid var(--div);padding:56px 0 0}.fs-home .ftr-top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;padding-bottom:40px;border-bottom:1px solid var(--div)}.fs-home .ftr-col-h{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--fg3);margin-bottom:14px}.fs-home .ftr-col a{display:block;font-size:13.5px;color:var(--fg2);padding:4px 0}.fs-home .ftr-col a:hover{color:var(--fg1)}.fs-home .ftr-social-row{display:flex;align-items:center;justify-content:space-between;padding:28px 0;border-bottom:1px solid var(--div)}.fs-home .ftr-social-label{font-size:12px;font-weight:600;color:var(--fg3)}.fs-home .ftr-socials{display:flex;gap:8px}.fs-home .soc-btn{width:36px;height:36px;border-radius:50%;background:var(--bg);border:1.5px solid var(--div);display:flex;align-items:center;justify-content:center;color:var(--fg3);transition:all .15s}.fs-home .soc-btn:hover{background:var(--blue);border-color:var(--blue);color:#fff}.fs-home .soc-btn svg{width:15px;height:15px}.fs-home .ftr-bottom{padding:20px 0 0;display:flex;flex-direction:column;gap:8px}.fs-home .ftr-legal{font-size:11.5px;color:var(--fg3);line-height:1.6}.fs-home .ftr-version{font-size:11px;color:var(--fg4);padding-bottom:24px}.fs-home .ftr-watermark{text-align:right;padding:8px 40px 16px;font-family:var(--font-d);font-weight:800;font-size:clamp(48px,8vw,100px);color:#0a0f1c0a;letter-spacing:-.04em;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(min-width:1024px){.fs-home .wrap{max-width:1215px;padding:0}.fs-home .cats-grid{gap:16px}.fs-home .cats-title{text-align:left}.fs-home .head-row{align-items:center}.fs-home .hero-inner{gap:72px;padding-top:56px;padding-bottom:56px}.fs-home .hero-visual{max-width:560px}.fs-home .hero-banner-wrap{max-height:290px}.fs-home .cards-grid{gap:24px}.fs-home .ccard{padding:26px}.fs-home .ccard-art{height:140px}.fs-home .fmc-grid{grid-template-columns:minmax(0,.5fr) minmax(0,1fr)}.fs-home .fmc-brand{padding:48px 42px}.fs-home .fmc-panel{padding:44px 48px}.fs-home .medium-inner{gap:64px}.fs-home .medium-visual{min-height:460px}.fs-home .bank-split{gap:28px}.fs-home .bank-visual{min-height:380px}}@media(max-width:1180px){.fs-home .hero-inner{grid-template-columns:1fr;gap:28px}.fs-home .hero-visual{max-width:480px;margin:0 auto;justify-self:center}.fs-home .hero-mascot{display:none}.fs-home .cats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fs-home .cards-grid,.fs-home .pills-grid,.fs-home .why-grid,.fs-home .art-grid,.fs-home .look-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-home .why-inner{grid-template-columns:1fr}.fs-home .why-mascot{display:none}.fs-home .calc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-home .medium-inner{grid-template-columns:1fr;gap:36px}.fs-home .ftr-top{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-home .how-grid{grid-template-columns:1fr;gap:32px}}@media(min-width:640px)and (max-width:1023px){.fs-home .wrap{padding:0 28px}.fs-home .h2{font-size:clamp(26px,3.8vw,34px)}.fs-home .sub{font-size:15px}.fs-home .eyebrow{font-size:12px}.fs-home .hero{padding-top:24px}.fs-home .hero-inner{grid-template-columns:minmax(0,54%) minmax(0,46%);gap:32px;padding-top:28px;padding-bottom:28px}.fs-home .hero-h1{font-size:clamp(30px,4vw,40px)}.fs-home .hero-visual{max-width:100%}.fs-home .hero-banner-wrap{min-height:0;max-height:none}.fs-home .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.fs-home .ccard:nth-child(n+3){display:none}.fs-home .hero-mascot{display:block;width:48px;height:48px}.fs-home .look-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-home .medium-inner{grid-template-columns:1fr 1fr;gap:32px}.fs-home .fmc-grid{grid-template-columns:minmax(0,.56fr) minmax(0,1fr)}.fs-home .fmc-brand{min-height:0;padding:30px 26px}.fs-home .fmc-brand-mascot img{height:120px}.fs-home .fmc-panel{padding:26px}.fs-home .cats-grid,.fs-home .pills-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fs-home .art-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-home .calc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fs-home .bank-split{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:16px}.fs-home .bank-split .bank-visual{grid-column:1;grid-row:1/3}.fs-home .bank-split .bank-card:nth-child(2){grid-column:2;grid-row:1}.fs-home .why-inner{grid-template-columns:1fr 220px}.fs-home .why-mascot{display:block;height:260px}}.fs-home .ma-root{display:none}.fs-home .ma-hero{padding:16px 16px 8px;position:relative;background:radial-gradient(ellipse 100% 60% at 50% 0%,rgba(66,123,248,.08) 0%,transparent 70%)}.fs-home .ma-hero:before{content:"";position:absolute;inset:0;background-image:url(/images/hero-dotted.webp);background-size:cover;background-repeat:no-repeat;background-position:center top;opacity:.6;pointer-events:none;z-index:0}.fs-home .ma-hero>*{position:relative;z-index:1}.fs-home .ma-hero-tag{font-size:15px;font-weight:800;color:var(--fg1);font-family:"Degular Display",var(--font-d);margin-bottom:10px}.fs-home .ma-hero-tag .blue{color:var(--blue)}.fs-home .ma-hero-h1{font-family:var(--font-d);font-weight:800;font-size:24px;line-height:1.18;letter-spacing:-.02em;color:var(--fg1);margin-bottom:8px}.fs-home .ma-hero-sub2{font-size:.58em;font-weight:700;color:var(--fg2);white-space:nowrap}.fs-home .ma-dyn{display:inline-block;position:relative;height:1.22em;overflow:hidden;vertical-align:top;perspective:200px}.fs-home .ma-dyn-inner{position:relative;display:inline-block}.fs-home .ma-dyn-item{color:var(--blue);opacity:0;transform:translateY(14px);transition:opacity .4s,transform .4s;position:absolute;left:0;top:0;white-space:nowrap}.fs-home .ma-dyn-item.active{opacity:1;transform:none;position:relative}.fs-home .ma-dyn-item.leaving{opacity:0;transform:translateY(-14px)}.fs-home .ma-hero-body{font-size:12.5px;color:var(--fg3);line-height:1.5;margin-bottom:12px;max-width:340px}.fs-home .ma-hero-text{min-width:0;padding-right:170px}.fs-home .ma-hero-mascot{position:absolute;right:0;top:0;bottom:0;height:100%;width:190px;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;z-index:2}.fs-home .ma-hero-ctas{display:flex;gap:8px}.fs-home .ma-hero-ctas .btn{padding:9px 14px;font-size:12.5px}.fs-home .ma-sec{padding:26px 16px}.fs-home .ma-sec-label{font-size:12px;font-weight:700;color:var(--fg3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.fs-home .ma-head-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.fs-home .ma-viewall{font-size:12px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.fs-home .ma-viewall svg{width:13px;height:13px}.fs-home .ma-launcher-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 8px}.fs-home .ma-launch-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.fs-home .ma-launch-ico{width:64px;height:64px;border-radius:16px;background:var(--blue-l);display:flex;align-items:center;justify-content:center;padding:12px;color:var(--blue)}.fs-home .ma-launch-ico img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.fs-home .ma-launch-item span{font-size:10.5px;font-weight:700;color:var(--fg1);line-height:1.25}.fs-home .ma-launch-item:active .ma-launch-ico{transform:scale(.92)}.fs-home .ma-promo{padding:4px 16px 26px}.fs-home .ma-hero-banner-wrap{position:relative;border-radius:20px;overflow:hidden;width:100%;aspect-ratio:335/165;box-shadow:0 12px 28px #427bf833}.fs-home .ma-hero-banner{position:absolute;inset:0;opacity:0;transition:opacity .5s var(--ease);display:block}.fs-home .ma-hero-banner.active{opacity:1;z-index:1}.fs-home .ma-hero-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.fs-home .ma-hero-banner-dots{display:flex;gap:5px;position:absolute;bottom:14px;left:16px;z-index:3}.fs-home .ma-hero-banner-dot{width:5px;height:5px;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:all .2s}.fs-home .ma-hero-banner-dot.active{background:#fff;width:14px;border-radius:3px}.fs-home .ma-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fs-home .ma-quick-card{background:var(--white);border:1px solid var(--div);border-radius:16px;padding:16px;display:flex;flex-direction:column;height:100%}.fs-home .ma-quick-ico{width:34px;height:34px;border-radius:9px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.fs-home .ma-quick-ico img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.fs-home .ma-quick-t{font-size:13px;font-weight:700;color:var(--fg1);margin-bottom:4px;line-height:1.3;flex:1}.fs-home .ma-quick-a{font-size:11px;color:var(--fg3);display:flex;align-items:center;gap:3px;font-weight:600}.fs-home .ma-quick-a svg{width:12px;height:12px;color:var(--blue)}.fs-home .ma-cards-scroll{display:flex;align-items:stretch;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0;padding:0 16px 4px}.fs-home .ma-cards-scroll::-webkit-scrollbar{display:none}.fs-home .ma-fc-scroll-item{flex:0 0 86%;max-width:320px;height:auto;scroll-snap-align:start}.fs-home .ma-fc-empty{background:var(--white);border:1.5px dashed var(--div);border-radius:16px;padding:24px 18px;text-align:center;font-size:13px;color:var(--fg3);display:flex;flex-direction:column;gap:8px;align-items:center}.fs-home .ma-fc-empty a{font-size:13px;font-weight:700;color:var(--blue);display:inline-flex;align-items:center;gap:4px}.fs-home .ma-fmc-card{background:var(--white);border:1px solid var(--div);border-radius:18px;padding:18px;box-shadow:0 12px 30px #0a0f1c0f}.fs-home .ma-fmc-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.fs-home .ma-fmc-mascot{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.fs-home .ma-fmc-rows{display:flex;flex-direction:column;gap:8px}.fs-home .ma-fmc-row{display:flex;align-items:center;gap:12px;border:1.5px solid var(--div);border-radius:12px;padding:11px 14px;transition:all .15s}.fs-home .ma-fmc-row.sel{border-color:var(--blue);background:var(--blue-l)}.fs-home .ma-fmc-row-ico{width:34px;height:34px;border-radius:9px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .ma-fmc-row-ico svg{width:16px;height:16px}.fs-home .ma-fmc-row-t{font-size:13px;font-weight:800;color:var(--fg1)}.fs-home .ma-fmc-row-p{font-size:11px;color:var(--fg3);margin-top:1px}.fs-home .ma-pills-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.fs-home .ma-pill-ico{width:40px;height:40px}.fs-home .ma-pill-ico img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.fs-home .ma-pill:hover{background:var(--blue-l)}.fs-home .ma-pill{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--white);border:1px solid var(--div);border-radius:14px;padding:12px 6px;font-size:10.5px;font-weight:700;color:var(--fg1);text-align:center}.fs-home .ma-module-sub{font-size:12.5px;color:var(--fg3);line-height:1.5;margin-bottom:14px}.fs-home .ma-module-card{background:var(--white);border:1px solid var(--div);border-radius:16px;overflow:hidden}.fs-home .ma-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--div);font-size:13px;font-weight:700;color:var(--fg1)}.fs-home .ma-row:last-child{border-bottom:none}.fs-home .ma-row>svg:first-child{width:18px;height:18px;color:var(--blue);flex-shrink:0}.fs-home .ma-row span{flex:1}.fs-home .ma-row-arrow{width:16px;height:16px;color:var(--fg4);flex-shrink:0}.fs-home .ma-bank-card{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--div);border-radius:16px;padding:16px;margin-bottom:10px}.fs-home .ma-bank-ico{width:40px;height:40px;border-radius:11px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .ma-bank-ico svg{width:19px;height:19px}.fs-home .ma-bank-t{font-size:13.5px;font-weight:800;color:var(--fg1);margin-bottom:2px}.fs-home .ma-bank-p{font-size:11.5px;color:var(--fg3)}.fs-home .ma-calc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.fs-home .ma-calc-tile{display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--white);border:1px solid var(--div);border-radius:14px;padding:14px 6px;font-size:10.5px;font-weight:700;color:var(--fg1);text-align:center}.fs-home .ma-calc-tile svg{width:19px;height:19px;color:var(--blue)}.fs-home .ma-stepper{display:flex;flex-direction:column;margin-top:6px}.fs-home .ma-step{display:flex;gap:14px;padding-bottom:22px;position:relative}.fs-home .ma-step:last-child{padding-bottom:0}.fs-home .ma-step:not(:last-child):before{content:"";position:absolute;left:15px;top:32px;bottom:0;width:2px;background:var(--div)}.fs-home .ma-step-num{width:32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;flex-shrink:0;z-index:1}.fs-home .ma-step-t{font-size:14.5px;font-weight:800;color:var(--fg1);margin-bottom:2px}.fs-home .ma-step-p{font-size:12px;color:var(--fg3);line-height:1.4}.fs-home .ma-why-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--div)}.fs-home .ma-why-row:last-child{border-bottom:none}.fs-home .ma-why-ico{width:36px;height:36px;border-radius:10px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fs-home .ma-why-ico svg{width:17px;height:17px}.fs-home .ma-why-t{font-size:13.5px;font-weight:800;color:var(--fg1);margin-bottom:2px}.fs-home .ma-why-p{font-size:12px;color:var(--fg3);line-height:1.4}.fs-home .ma-art-scroll{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -16px;padding:0 16px 4px}.fs-home .ma-art-scroll::-webkit-scrollbar{display:none}.fs-home .ma-art-card{flex:0 0 86%;max-width:320px;scroll-snap-align:start}.fs-home .ma-art-img{height:110px;border-radius:14px;overflow:hidden;margin-bottom:8px}.fs-home .ma-art-cat{font-size:10px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.fs-home .ma-art-t{font-size:12.5px;font-weight:700;color:var(--fg1);line-height:1.35}@media(max-width:639px){.fs-home{scrollbar-width:none}.fs-home .wrap{padding:0 16px}.fs-home .hero-cats-wrap,.fs-home .sec-look,.fs-home .sec-cards,.fs-home .sec-fmc,.fs-home .sec-pills,.fs-home .sec-medium,.fs-home .sec-calc,.fs-home .sec-how,.fs-home .sec-why{display:none}.fs-home .ma-root{display:block}.fs-home .sec-faq{padding:40px 0}.fs-home .art-grid{grid-template-columns:1fr}.fs-home .ftr-top{grid-template-columns:1fr;padding-bottom:0;border-bottom:none}.fs-home .ftr-col{border-bottom:1px solid var(--div)}.fs-home .ftr-col-h{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:16px 0;margin-bottom:0}.fs-home .ftr-col-h:after{content:"+";font-size:17px;color:var(--fg3);font-weight:400}.fs-home .ftr-col.open .ftr-col-h:after{content:"–"}.fs-home .ftr-col a{display:none}.fs-home .ftr-col.open a{display:block}.fs-home .ftr-social-row{flex-direction:column;align-items:flex-start;gap:14px}.fs-home .btn:active,.fs-home .card:active{transform:scale(.95)}}@media(prefers-reduced-motion:reduce){.fs-home .fade-up{opacity:1;transform:none;transition:none}}
