:root{color-scheme:light;--bg: #f8f6f4;--surface: #ffffff;--surface-elevated: #ffffff;--surface-raised: #ffffff;--surface-sunken: #f2efec;--surface-inset: #f2efec;--text: #111111;--text-muted: #5f5f66;--text-faint: #8a8a90;--border: #e7e3e0;--border-strong: rgba(17, 17, 17, .14);--divider: rgba(17, 17, 17, .08);--shadow-xs: 0 1px 2px rgba(17, 17, 17, .04);--shadow-sm: 0 2px 8px rgba(17, 17, 17, .04), 0 1px 2px rgba(17, 17, 17, .035);--shadow-md: 0 6px 18px rgba(17, 17, 17, .055), 0 2px 6px rgba(17, 17, 17, .035);--shadow-lg: 0 28px 64px rgba(17, 17, 17, .08), 0 6px 18px rgba(17, 17, 17, .05);--shadow: 0 28px 64px rgba(17, 17, 17, .08), 0 6px 18px rgba(17, 17, 17, .05);--shadow-soft: 0 12px 32px rgba(17, 17, 17, .05), 0 2px 8px rgba(17, 17, 17, .03);--shadow-summary: 0 4px 22px rgba(17, 17, 17, .045), 0 1px 4px rgba(17, 17, 17, .03);--brand: #d94f8a;--brand-hover: #c33d76;--brand-strong: #a8305f;--brand-soft: #f6dce7;--brand-weak: rgba(217, 79, 138, .16);--brand-glow: rgba(217, 79, 138, .22);--action: #3d98d2;--action-hover: #2f86bd;--action-strong: #2570a3;--action-soft: #d9ecf8;--action-weak: rgba(61, 152, 210, .18);--action-glow: rgba(61, 152, 210, .28);--success: #2f8f63;--success-soft: rgba(47, 143, 99, .12);--warning: #c98a2e;--warning-soft: rgba(201, 138, 46, .14);--error: #c94f5d;--error-soft: rgba(201, 79, 93, .12);--cta-bg: #f7d3e3;--cta-bg-hover: #efbdd4;--cta-bg-active: #e5a6c4;--cta-text: #982955;--cta-border: rgba(217, 79, 138, .28);--cta-border-hover: rgba(217, 79, 138, .42);--accent: var(--brand);--accent-hover: var(--brand-hover);--accent-strong: var(--brand-strong);--accent-soft: rgba(217, 79, 138, .09);--accent-weak: var(--brand-weak);--accent-glow: var(--brand-glow);--highlight-row: rgba(217, 79, 138, .06);--highlight-row-strong: rgba(217, 79, 138, .1);--radius-xl: 26px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px;--radius-xs: 8px;--ease-standard: cubic-bezier(.32, .72, .24, 1);--ease-emphasized: cubic-bezier(.22, 1, .36, 1);--ease-exit: cubic-bezier(.4, 0, .6, .4);--ease-premium: cubic-bezier(.22, 1, .36, 1);--dur-xs: .12s;--dur-sm: .22s;--dur-md: .36s;--dur-lg: .54s;--stagger-step: 80ms;--font: "DM Sans", system-ui, sans-serif;--font-display: "Instrument Sans", var(--font);--fs-display: clamp(2.1rem, 6vw, 2.75rem);--fs-title: clamp(1.5rem, 3.6vw, 1.85rem);--fs-lede: .95rem;--fs-body: .92rem;--fs-caption: .78rem;--tracking-kicker: .14em;--tracking-display: -.026em;--shell-max: 1640px;--shell-stack: 1640px;--shell-quotation: 1640px;--shell-pad-x: clamp(.85rem, 1.6vw, 1.25rem);--app-header-h: 4rem;--wizard-stepper-h: 3.85rem;--bp-sm: 540px;--bp-md: 760px;--bp-lg: 1024px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:var(--font);background-color:var(--bg);background-image:radial-gradient(ellipse 100% 72% at 50% -8%,rgba(217,79,138,.05),transparent 52%),radial-gradient(ellipse 70% 50% at 100% 100%,rgba(61,152,210,.04),transparent 45%);color:var(--text);-webkit-font-smoothing:antialiased}#root{min-height:100vh}.app-gate{min-height:100vh;display:grid;place-items:center;background:var(--bg)}.app-gate__pulse{width:40px;height:40px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);animation:gate-spin .7s linear infinite}@keyframes gate-spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{flex-shrink:0;position:sticky;top:0;z-index:40;background:linear-gradient(180deg,#fcfdffeb,#fafbfdd1);backdrop-filter:saturate(140%) blur(18px);-webkit-backdrop-filter:saturate(140%) blur(18px);border-bottom:1px solid transparent;box-shadow:0 1px #ffffffb3 inset,0 1px 0 var(--divider);transition:box-shadow var(--dur-md) var(--ease-standard),background var(--dur-md) var(--ease-standard)}.app-header__inner{max-width:min(var(--shell-max),100%);margin:0 auto;padding:.6rem var(--shell-pad-x);min-height:4rem;display:flex;align-items:center;gap:1rem}.app-header__brand{display:flex;align-items:center;gap:.95rem;flex-wrap:nowrap;min-width:0;flex:1}.app-header__lockup{display:inline-flex;align-items:center;gap:.85rem;padding:.25rem 0;min-width:0;flex-shrink:0}.app-header__logo{height:40px;width:auto;max-width:min(200px,52vw);display:block;object-fit:contain;transform:translateZ(0);filter:drop-shadow(0 1px 1px rgba(17,17,17,.04))}@media(max-width:760px){.app-header__inner{min-height:3.6rem}}@media(max-width:540px){.app-header__inner{padding:.55rem var(--shell-pad-x);min-height:3.4rem}.app-header__lockup{gap:.65rem}.app-header__logo{height:34px}}.app-shell__main{flex:1;display:flex;justify-content:center;padding:clamp(1rem,2.4vw,1.75rem) var(--shell-pad-x) clamp(1.75rem,3vw,2.5rem)}.finance-flow{width:100%;display:flex;justify-content:center}.finance-step-stack{width:min(var(--shell-stack),100%);display:flex;flex-direction:column;gap:1.15rem}.project-cost-module,.promoter-contribution-module,.maximum-loan-module,.security-module,.structure-summary-module,.subsidy-module,.emi-schedule-module,.core-mentors-support-module,.legal-closure-module{width:100%}.app-shell--wizard{min-height:100vh;min-height:100dvh}.app-shell__main--wizard{flex:1;display:block;padding:0;overflow:hidden}@property --wizard-active-i{syntax: "<number>"; inherits: true; initial-value: 0;}@property --wizard-slide-i{syntax: "<number>"; inherits: true; initial-value: 0;}.wizard-track-viewport{position:relative;width:100%;overflow:hidden;isolation:isolate;perspective:1800px;perspective-origin:50% 50%}.wizard-track{position:relative;width:100%;transform-style:preserve-3d;will-change:transform;transform:translate3d(calc(var(--wizard-active-i, 0) * -100%),0,0);transition:transform 1.1s cubic-bezier(.55,.05,.3,1)}.wizard-slide{position:absolute;top:0;left:0;width:100%;padding:0;transform:translate(calc(var(--wizard-slide-i, 0) * 100%)) rotateY(calc((var(--wizard-slide-i, 0) - var(--wizard-active-i, 0)) * 32deg)) translateZ(0);transform-origin:center center;backface-visibility:hidden;opacity:.45;transition:transform 1.1s cubic-bezier(.55,.05,.3,1),opacity .76s cubic-bezier(.55,.05,.3,1)}.wizard-slide--active{position:relative;opacity:1}.wizard-slide__inner{width:100%;margin:0 auto;padding:clamp(1rem,2.4vw,1.65rem) clamp(.85rem,1.6vw,1.25rem) clamp(1.5rem,3vw,2.25rem);display:flex;flex-direction:column;align-items:center;gap:1rem}.wizard-slide__inner>*{width:min(var(--shell-quotation),100%)}.wizard-stepper{position:sticky;top:var(--app-header-h);z-index:30;background:linear-gradient(180deg,#fffcfef0,#fcf6f9db);backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid var(--divider);box-shadow:0 1px #ffffffb3 inset,0 1px 0 var(--divider)}.wizard-stepper__inner{max-width:var(--shell-quotation);margin:0 auto;padding:.55rem var(--shell-pad-x) .6rem;display:flex;align-items:center;gap:.85rem;min-height:var(--wizard-stepper-h)}.wizard-stepper__caption{margin:0;display:inline-flex;align-items:baseline;gap:.25rem;font-size:.74rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);flex-shrink:0}.wizard-stepper__caption-label{letter-spacing:.18em}.wizard-stepper__caption-current{font-family:var(--font-display);font-size:1rem;font-weight:600;letter-spacing:-.01em;color:var(--accent);font-variant-numeric:tabular-nums}.wizard-stepper__caption-sep{color:var(--text-faint);opacity:.5}.wizard-stepper__caption-total{font-variant-numeric:tabular-nums;color:var(--text-muted)}.wizard-stepper__progress{width:92px;height:4px;border-radius:999px;background:var(--accent-soft);overflow:hidden;flex-shrink:0;display:none}.wizard-stepper__progress-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-strong) 100%);transition:width .48s var(--ease-premium)}.wizard-stepper__track{flex:1;display:flex;align-items:center;gap:.4rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0}.wizard-stepper__track::-webkit-scrollbar{display:none}.wizard-stepper__pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem .4rem .55rem;border-radius:999px;border:1px solid transparent;background:transparent;color:var(--text-muted);font-size:.82rem;font-weight:600;letter-spacing:.01em;cursor:pointer;scroll-snap-align:center;white-space:nowrap;flex-shrink:0;transition:background .22s var(--ease-premium),color .22s var(--ease-premium),border-color .22s var(--ease-premium),transform .2s var(--ease-premium),box-shadow .22s var(--ease-premium)}.wizard-stepper__pill:hover:not(:disabled){background:var(--accent-soft);color:var(--accent);transform:translateY(-1px)}.wizard-stepper__pill:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-glow)}.wizard-stepper__pill--active{background:linear-gradient(180deg,var(--accent) 0%,var(--accent-strong) 100%);border-color:var(--accent-strong);color:#fff;box-shadow:0 1px #ffffff2e inset,0 4px 14px #d94f8a47}.wizard-stepper__pill--active:hover:not(:disabled){background:linear-gradient(180deg,var(--accent) 0%,var(--accent-strong) 100%);color:#fff;transform:translateY(-1px)}.wizard-stepper__pill--done{color:var(--accent);background:var(--accent-soft);border-color:#d94f8a2e}.wizard-stepper__pill--done:hover:not(:disabled){background:#d94f8a24;color:var(--accent-strong)}.wizard-stepper__pill--locked{color:var(--text-faint);cursor:not-allowed;opacity:.62}.wizard-stepper__pill--locked:hover{background:transparent;color:var(--text-faint);transform:none}.wizard-stepper__pill-marker{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums;background:#1111110d;color:var(--text-muted);flex-shrink:0;transition:background .22s var(--ease-premium),color .22s var(--ease-premium)}.wizard-stepper__pill--active .wizard-stepper__pill-marker{background:#ffffff38;color:#fff}.wizard-stepper__pill--done .wizard-stepper__pill-marker{background:#ffffffd9;color:var(--accent);box-shadow:inset 0 0 0 1px #d94f8a38}.wizard-stepper__pill-num{line-height:1}.wizard-stepper__pill-label{display:inline}.wizard-stepper__pill-short{display:none}@media(max-width:760px){.wizard-stepper__inner{gap:.55rem;padding:.45rem clamp(.85rem,3vw,1.25rem) .5rem}.wizard-stepper__caption{display:none}.wizard-stepper__progress{display:block;width:56px}.wizard-stepper__pill-label{display:none}.wizard-stepper__pill-short{display:inline}.wizard-stepper__pill{padding:.35rem .7rem .35rem .45rem;font-size:.78rem}.wizard-track,.wizard-slide{transition-duration:.88s}}@media(max-width:540px){.wizard-stepper__pill-short{display:none}.wizard-stepper__pill{width:28px;height:28px;padding:0;justify-content:center}.wizard-stepper__pill-marker{margin:0}.wizard-stepper__progress{flex:1;width:auto;max-width:220px}}@media(prefers-reduced-motion:reduce){.wizard-track{transition:none}.wizard-slide{transition:none;transform:none;filter:none;opacity:1}.wizard-slide:not(.wizard-slide--active){visibility:hidden}.wizard-stepper__pill,.wizard-stepper__pill-marker,.wizard-stepper__progress-fill{transition:none}}.finance-step-card--legal-closure{gap:1.65rem;max-width:100%;margin-left:0;margin-right:0;padding:clamp(1.5rem,3vw,2.5rem) clamp(1.5rem,3.2vw,2.6rem)}.quotation-review{display:flex;flex-direction:column;gap:1.5rem}.quotation-review__header{display:flex;align-items:flex-start;gap:1.5rem;padding-bottom:1.4rem;border-bottom:1px solid var(--divider)}.quotation-review__brand{display:flex;align-items:center;gap:1.1rem;flex:1;min-width:0}.quotation-review__brand-logo{height:56px;width:auto;max-width:220px;flex-shrink:0;display:block;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(17,17,17,.07))}.quotation-review__brand-divider{width:1px;align-self:stretch;background:var(--border-strong);opacity:.6;flex-shrink:0}.quotation-review__brand-text{display:flex;flex-direction:column;gap:.18rem;min-width:0}.quotation-review__kicker{margin:0;font-size:.7rem;font-weight:600;letter-spacing:var(--tracking-kicker);text-transform:uppercase;color:var(--text-faint)}.quotation-review__title{margin:0;font-family:var(--font-display);font-size:clamp(1.55rem,2.6vw,2.05rem);font-weight:600;line-height:1.14;letter-spacing:-.026em;color:var(--text)}.quotation-review__lede{margin:.3rem 0 0;font-size:.95rem;line-height:1.55;color:var(--text-muted);max-width:56em}.quotation-review__status{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:999px;background:var(--accent-soft);border:1px solid rgba(217,79,138,.14);color:var(--accent);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;align-self:center}.quotation-review__status--complete{background:var(--success-soft);border-color:#2f8f633d;color:var(--success)}.quotation-review__status-dot{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #d94f8a29;opacity:.95}.quotation-review__status--complete .quotation-review__status-dot{box-shadow:0 0 0 3px #2f8f632e}.quotation-review__body{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:clamp(1.25rem,2.5vw,2rem);align-items:start}.quotation-review__zone{display:flex;flex-direction:column;gap:1.1rem;min-width:0}.quotation-review__zone--pricing{position:relative}.quotation-rail__pricing{position:sticky;top:calc(var(--app-header-h) + var(--wizard-stepper-h) + .65rem);z-index:2}.quotation-rail__actions{display:flex;flex-direction:column;gap:1.1rem;margin-top:1.1rem}.quotation-review__zone-label{font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint);margin:0 0 -.35rem}.quotation-review__support{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.85rem;padding-top:1.4rem;border-top:1px solid var(--divider)}.quotation-review__support-card{background:linear-gradient(165deg,var(--surface-elevated) 0%,var(--surface) 100%);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.05rem 1.2rem;display:flex;flex-direction:column;gap:.4rem;transition:border-color var(--dur-sm) var(--ease-premium),box-shadow var(--dur-sm) var(--ease-premium),transform var(--dur-sm) var(--ease-premium)}.quotation-review__support-card:hover{border-color:var(--accent-weak);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.quotation-review__support-label{font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.quotation-review__support-card p{margin:0;font-size:.84rem;line-height:1.5;color:var(--text-muted)}.quotation-hero{position:relative;background:radial-gradient(ellipse 60% 80% at 100% 0%,rgba(255,255,255,.2),transparent 60%),radial-gradient(ellipse 30% 50% at 0% 100%,rgba(255,255,255,.06),transparent 70%),linear-gradient(155deg,var(--brand) 0%,var(--brand-strong) 100%);color:#fff;border-radius:var(--radius-lg);padding:1.55rem 1.65rem 1.45rem;display:flex;flex-direction:column;gap:.95rem;box-shadow:0 1px #ffffff1f inset,0 18px 48px #8a114652,0 4px 12px #8a11462e;overflow:hidden;isolation:isolate}.quotation-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid rgba(255,255,255,.07);pointer-events:none}.quotation-hero__label{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#ffffffbd}.quotation-hero__amount{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,4.6vw,2.9rem);font-weight:600;letter-spacing:-.032em;line-height:1.04;font-variant-numeric:tabular-nums}.quotation-hero__rupee{font-size:.6em;margin-right:.08em;opacity:.86;font-weight:600;vertical-align:.1em}.quotation-hero__exact{margin:-.15rem 0 0;font-size:.82rem;color:#ffffffb3;font-variant-numeric:tabular-nums}.quotation-hero__breakdown{display:flex;flex-direction:column;gap:.42rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.14)}.quotation-hero__row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;font-size:.86rem}.quotation-hero__row span{color:#ffffffbd}.quotation-hero__row strong{font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.quotation-hero__context{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.14)}.quotation-hero__context-cell{display:flex;flex-direction:column;gap:.18rem}.quotation-hero__context-label{font-size:.64rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e}.quotation-hero__context-value{font-family:var(--font-display);font-weight:600;font-size:1rem;letter-spacing:-.018em;color:#fff;font-variant-numeric:tabular-nums}.quotation-hero__terms{margin:0;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;font-size:.74rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffc7}.quotation-hero__terms-dot{width:3px;height:3px;border-radius:50%;background:#ffffff6b;flex-shrink:0}@keyframes quotation-hero-enter{0%{opacity:0;transform:scale(.985) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.quotation-hero--enter{animation:quotation-hero-enter .56s var(--ease-premium) both;animation-delay:.18s}.quotation-review__header.legal-closure-reveal-band{animation-delay:.04s}.quotation-review__zone--logic.legal-closure-reveal-band{animation-delay:.14s}.quotation-review__zone--pricing.legal-closure-reveal-band{animation-delay:.22s}.quotation-review__support.legal-closure-reveal-band{animation-delay:.34s}@media(max-width:1180px){.quotation-review__body{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.5rem}}@media(max-width:1024px){.quotation-review__body{grid-template-columns:1fr}.quotation-review__header{flex-wrap:wrap}.quotation-review__zone--logic{order:2}.quotation-review__zone--pricing{order:1}.quotation-rail__pricing{position:static}}@media(max-width:760px){.quotation-review__header{gap:1rem;padding-bottom:1.1rem}.quotation-review__brand{gap:.85rem}.quotation-review__brand-logo{height:44px}.quotation-review__status{align-self:flex-start}.quotation-hero{padding:1.25rem 1.3rem 1.2rem}.quotation-hero__context{grid-template-columns:1fr 1fr}}@media(max-width:540px){.quotation-review__brand{flex-wrap:wrap}.quotation-review__brand-divider{display:none}.quotation-hero__context,.quotation-review__support{grid-template-columns:1fr}}.finance-step-card__head--legal-stagger .finance-step-card__kicker,.finance-step-card__head--legal-stagger .finance-step-card__title,.finance-step-card__head--legal-stagger .finance-step-card__lede{animation:legal-head-in .65s cubic-bezier(.22,1,.36,1) both}.finance-step-card__head--legal-stagger .finance-step-card__title{animation-delay:.05s}.finance-step-card__head--legal-stagger .finance-step-card__lede{animation-delay:.1s}@keyframes legal-head-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.legal-closure-reveal-band{opacity:0;animation:legal-band-in .55s cubic-bezier(.22,1,.36,1) forwards}.legal-closure-summary{animation-delay:.12s}.legal-closure-declarations{animation-delay:.22s}.legal-closure-signature{animation-delay:.32s}.legal-closure-otp{animation-delay:.42s}.legal-closure-completion{animation-delay:.08s}@keyframes legal-band-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.agreement-summary-grid{display:flex;flex-direction:column;gap:.85rem}.agreement-summary-card{position:relative;background:linear-gradient(165deg,var(--surface-elevated) 0%,var(--surface) 100%);border:1px solid rgba(17,17,17,.07);border-radius:var(--radius-md);padding:1.45rem 1.55rem;box-shadow:var(--shadow-soft);transition:border-color var(--dur-md) var(--ease-premium),box-shadow var(--dur-md) var(--ease-premium),transform var(--dur-md) var(--ease-premium)}.agreement-summary-card:before{content:"";position:absolute;left:0;top:22%;bottom:22%;width:3px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-strong) 100%);opacity:.6;transition:opacity var(--dur-md) var(--ease-premium),top var(--dur-md) var(--ease-premium),bottom var(--dur-md) var(--ease-premium)}.agreement-summary-card:hover{border-color:var(--accent-weak);box-shadow:var(--shadow-md);transform:translateY(-1px)}.agreement-summary-card:hover:before{opacity:1;top:12%;bottom:12%}.agreement-summary-card__title{margin:0 0 .95rem;font-family:var(--font-display);font-size:1.05rem;font-weight:600;letter-spacing:-.02em;color:var(--accent);display:flex;align-items:center;gap:.55rem}.agreement-summary-card__title:before{content:"";width:4px;height:1.05rem;border-radius:999px;background:var(--accent);opacity:.85;flex-shrink:0}.agreement-summary-card__body{display:flex;flex-direction:column;gap:.55rem}.legal-stagger{opacity:0;animation:legal-stagger-in .5s cubic-bezier(.22,1,.36,1) forwards}.legal-stagger--1{animation-delay:.08s}.legal-stagger--2{animation-delay:.16s}.legal-stagger--3{animation-delay:.24s}.legal-stagger--4{animation-delay:.32s}@keyframes legal-stagger-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.agreement-summary-row{display:flex;flex-direction:column;gap:.15rem;padding-bottom:.45rem;border-bottom:1px solid rgba(17,17,17,.06)}.agreement-summary-row:last-child{border-bottom:none;padding-bottom:0}.agreement-summary-row__label{font-size:.78rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em}.agreement-summary-row__values{display:flex;flex-direction:column;gap:.1rem}.agreement-summary-row__primary{font-family:var(--font-display);font-size:1.05rem;font-weight:600;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums}.agreement-summary-row__secondary{font-size:.78rem;color:var(--text-faint)}.agreement-summary-row__hint{font-size:.75rem;color:var(--text-muted);line-height:1.35;margin-top:.15rem}.agreement-summary-grid__note{margin:0;font-size:.82rem;color:var(--text-muted)}.agreement-summary-grid__prose{margin:0 0 .5rem;font-size:.8rem;line-height:1.45;color:var(--text-muted)}.agreement-summary-security-list{margin:0 0 .35rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.agreement-summary-security-list li{display:flex;flex-direction:column;gap:.2rem;font-size:.82rem}.agreement-summary-security-list__label{font-weight:500;color:var(--text)}.agreement-summary-security-list__values{display:flex;flex-direction:column;gap:.1rem;color:var(--text-muted)}.agreement-summary-security-list__exact{display:block;font-size:.72rem;color:var(--text-faint)}.agreement-summary-security-list__effective{font-size:.78rem}.agreement-payment-assurance{margin-top:.35rem;padding-top:.65rem;border-top:1px dashed rgba(17,17,17,.1)}.agreement-payment-assurance__title{margin:0 0 .5rem;font-size:.82rem;font-weight:600;color:var(--text)}.legal-closure-section-title{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.declarations-block{padding:.15rem 0 .35rem;border-radius:var(--radius-md);transition:box-shadow .35s ease,border-color .35s ease}.declarations-block--ready{box-shadow:0 0 0 1px #d94f8a1f}.declarations-block__title{margin:0 0 .35rem;font-family:var(--font-display);font-size:1.05rem;font-weight:600}.declarations-block__lede{margin:0 0 .75rem;font-size:.86rem;color:var(--text-muted)}.declarations-block__list{display:flex;flex-direction:column;gap:.55rem}.declaration-checkbox{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer;font-size:.86rem;line-height:1.45;color:var(--text)}.declaration-checkbox--disabled{opacity:.55;cursor:not-allowed}.declaration-checkbox__input{position:absolute;opacity:0;width:0;height:0}.declaration-checkbox__box{position:relative;flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.12rem;border-radius:5px;border:1.5px solid rgba(17,17,17,.2);background:var(--surface);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.declaration-checkbox__box:after{content:"";position:absolute;left:50%;top:46%;width:.42rem;height:.72rem;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:translate(-50%,-55%) rotate(45deg) scale(.6);opacity:0;transition:opacity .15s ease,transform .2s cubic-bezier(.22,1,.36,1)}.declaration-checkbox--checked .declaration-checkbox__box{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.declaration-checkbox--checked .declaration-checkbox__box:after{opacity:1;transform:translate(-50%,-55%) rotate(45deg) scale(1)}.declaration-checkbox__text{flex:1}.signature-pad-block__title,.otp-verification-block__title{margin:0 0 .35rem;font-family:var(--font-display);font-size:1.05rem;font-weight:600}.signature-pad-block__lede,.otp-verification-block__lede{margin:0 0 .75rem;font-size:.86rem;color:var(--text-muted);line-height:1.45}.signature-pad-block__wrap{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);min-height:180px;overflow:hidden}.signature-pad-block__wrap--disabled{opacity:.45;pointer-events:none}.signature-pad-block__canvas{display:block;width:100%;height:180px;cursor:crosshair}.signature-pad-block__error{margin:.5rem 0 0;font-size:.82rem;color:var(--error)}.signature-pad-block__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.signature-pad-block__btn{font:inherit;font-size:.82rem;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:background .2s ease,border-color .2s ease}.signature-pad-block__btn:hover:not(:disabled){border-color:#d94f8a40;color:var(--text)}.signature-pad-block__btn:disabled{opacity:.5;cursor:not-allowed}.otp-verification-block__masked{font-size:.84rem;color:var(--text-muted);margin:0 0 .85rem}.otp-verification-block__send-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.85rem}.otp-verification-block__send,.otp-verification-block__verify{font:inherit;font-size:.88rem;font-weight:600;padding:.55rem 1.1rem;border-radius:999px;border:1px solid var(--cta-border);background:var(--cta-bg);color:var(--cta-text);cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease,box-shadow .2s ease}.otp-verification-block__send:disabled,.otp-verification-block__verify:disabled{opacity:.45;cursor:not-allowed}.otp-verification-block__send:hover:not(:disabled),.otp-verification-block__verify:hover:not(:disabled){background:var(--cta-bg-hover);border-color:var(--cta-border-hover)}.otp-verification-block__send:focus-visible,.otp-verification-block__verify:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-glow)}.otp-verification-block__timer{font-size:.82rem;color:var(--text-faint)}.otp-verification-block__hint{margin:.35rem 0 .85rem;font-size:.82rem;color:var(--text-faint);line-height:1.45}.otp-verification-block__inputs{display:flex;gap:.45rem;margin-bottom:.65rem;flex-wrap:nowrap}.otp-verification-block__inputs--disabled{opacity:.45}.otp-verification-block__digit{width:2.35rem;height:2.6rem;text-align:center;font-size:1.1rem;font-weight:600;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-family:var(--font-display)}.otp-verification-block__digit:focus{outline:2px solid var(--brand-glow);outline-offset:1px}.otp-verification-block__error{margin:0 0 .65rem;font-size:.84rem;color:var(--error)}.otp-verification-block__verify-row{margin-top:.35rem}.otp-verification-block__btn-inner{display:inline-flex;align-items:center;gap:.45rem}@keyframes otp-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.otp-verification-block--shake .otp-verification-block__inputs{animation:otp-shake .42s ease}.completion-state-block{text-align:left;padding:1.15rem 1.1rem;border-radius:var(--radius-md);border:1px solid rgba(217,79,138,.15);background:linear-gradient(160deg,rgba(217,79,138,.06),transparent 48%)}.completion-state-block__icon{width:40px;height:40px;border-radius:12px;margin-bottom:.65rem;background:var(--accent-soft);border:1px solid rgba(217,79,138,.12);position:relative}.completion-state-block__icon:after{content:"";position:absolute;border:solid var(--accent);border-width:0 0 2px 2px;transform:rotate(-45deg) translate(1px,-2px);width:14px;height:8px;margin:auto;top:0;bottom:4px;left:0;right:0}.completion-state-block__title{margin:0 0 .45rem;font-family:var(--font-display);font-size:1.2rem;font-weight:600;letter-spacing:-.02em}.completion-state-block__lede,.completion-state-block__note{margin:0 0 .45rem;font-size:.88rem;line-height:1.5;color:var(--text-muted)}.pdf-delivery-actions{margin-top:1rem;padding:1rem 1.05rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated)}.pdf-delivery-actions__title{margin:0 0 .65rem;font-size:.92rem;font-weight:600}.pdf-delivery-actions__row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.pdf-delivery-actions__download{font:inherit;font-size:.88rem;font-weight:600;padding:.55rem 1.15rem;border-radius:999px;border:1px solid var(--cta-border);background:var(--cta-bg);color:var(--cta-text);cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.pdf-delivery-actions__download:hover:not(:disabled){background:var(--cta-bg-hover);border-color:var(--cta-border-hover)}.pdf-delivery-actions__download:focus-visible{outline:none;box-shadow:0 0 0 4px var(--brand-glow)}.pdf-delivery-actions__download:disabled{opacity:.45;cursor:not-allowed}.pdf-delivery-actions__retry{font:inherit;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;transition:background .2s ease}.pdf-delivery-actions__retry:hover:not(:disabled){background:var(--surface-elevated)}.pdf-delivery-actions__retry:disabled{opacity:.5;cursor:not-allowed}.pdf-delivery-actions__email-error{margin:.65rem 0 0;font-size:.84rem;color:var(--error)}.pdf-delivery-actions__confirmations{margin:.85rem 0 0;padding:0;list-style:none;font-size:.84rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.35rem}.pdf-delivery-actions__confirmations li{display:flex;align-items:center;gap:.55rem}.pdf-delivery-actions__marker{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:50%;font-size:.72rem;font-weight:700;background:#78828c26;color:var(--text-muted);line-height:1}.pdf-delivery-actions__li--done{color:var(--text)}.pdf-delivery-actions__li--done .pdf-delivery-actions__marker{background:var(--success-soft);color:var(--success)}.pdf-delivery-actions__summary{margin:.75rem 0 0;font-size:.84rem;line-height:1.5;color:var(--text-muted)}.pdf-delivery-actions__summary--positive{color:var(--success)}.pdf-delivery-actions__summary--pending{color:var(--warning)}.pdf-delivery-actions__summary--error{color:var(--error)}.legal-closure-inline-error{margin:.65rem 0 0;font-size:.84rem;color:var(--error)}@media(max-width:520px){.otp-verification-block__digit{width:2.05rem;height:2.45rem;font-size:1rem}}.finance-step-card--support-fee{gap:1.35rem}.finance-step-card__head--support-stagger{display:flex;flex-direction:column;gap:.45rem}.support-fee-step__section-title{margin:0;font-family:var(--font-display);font-size:1.05rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.support-fee-step__section-lede{margin:0 0 .85rem;font-size:.88rem;line-height:1.5;color:var(--text-muted);max-width:40em}.support-fee-step__scope-block,.support-fee-step__fee-block{display:flex;flex-direction:column;gap:.35rem}.support-scope-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.support-scope-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem .85rem;box-shadow:0 1px #11111108;min-height:3.25rem;display:flex;align-items:center}.support-scope-card__title{margin:0;font-size:.84rem;font-weight:500;line-height:1.35;color:var(--text);letter-spacing:-.01em}.consultancy-fee-breakdown__heading{margin:0;font-family:var(--font-display);font-size:1.05rem;font-weight:600;letter-spacing:-.02em;text-align:center}.consultancy-fee-breakdown__sub{margin:0 0 .75rem;font-size:.82rem;color:var(--text-muted);line-height:1.45;text-align:center}.consultancy-fee-breakdown__rows{display:flex;flex-direction:column;gap:.55rem}.consultancy-amount-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;display:grid;gap:.2rem;text-align:center}.consultancy-amount-card--total{background:linear-gradient(145deg,var(--surface-elevated) 0%,rgba(217,79,138,.06) 100%);border-color:#d94f8a24;box-shadow:var(--shadow-soft)}.consultancy-amount-card__label{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint)}.consultancy-amount-card__compact{margin:0;font-family:var(--font-display);font-size:clamp(1.25rem,3.2vw,1.45rem);font-weight:600;letter-spacing:-.03em;color:var(--text);font-variant-numeric:tabular-nums;transition:opacity .24s ease,transform .24s ease}.consultancy-amount-card__exact{margin:0;font-size:.8rem;color:var(--text-faint);font-variant-numeric:tabular-nums;transition:opacity .24s ease}.consultancy-amount-card--total .consultancy-amount-card__compact{font-size:clamp(1.45rem,3.8vw,1.75rem)}.disbursement-note-card{padding:1rem 1.1rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#d94f8a12,#d94f8a08);border:1px solid rgba(217,79,138,.12);display:flex;flex-direction:column;gap:.45rem}.disbursement-note-card__line{margin:0;line-height:1.45}.disbursement-note-card__line--primary{font-family:var(--font-display);font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--accent)}.disbursement-note-card__line--secondary{font-size:.88rem;color:var(--text-muted)}.payment-assurance-block{display:flex;flex-direction:column;gap:.85rem}.payment-assurance-block__heading{margin:0;font-family:var(--font-display);font-size:1.02rem;font-weight:600;letter-spacing:-.02em}.payment-assurance-block__lede{margin:0;font-size:.84rem;line-height:1.5;color:var(--text-muted);max-width:42em}.payment-assurance-block__mode{display:flex;gap:.45rem;flex-wrap:wrap}.payment-assurance-block__mode-btn{border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-muted);font-size:.82rem;font-weight:600;padding:.45rem .95rem;border-radius:999px;cursor:pointer;font-family:inherit;transition:background .18s ease,color .18s ease,border-color .18s ease}.payment-assurance-block__mode-btn:hover{border-color:#d94f8a38;color:var(--text)}.payment-assurance-block__mode-btn--active{background:var(--accent-soft);border-color:#d94f8a33;color:var(--accent)}.payment-assurance-block__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .85rem}.payment-assurance-block__field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.payment-assurance-block__field-label{font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint)}.payment-assurance-block__input{border:1px solid var(--border);border-radius:10px;padding:.55rem .65rem;font-size:.92rem;font-family:inherit;color:var(--text);background:var(--surface);min-height:2.65rem;transition:border-color .18s ease,box-shadow .18s ease}.payment-assurance-block__input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.payment-assurance-block__meta{padding-top:.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.35rem}.payment-assurance-block__payee{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.45}.payment-assurance-block__payee-label{color:var(--text-faint);font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.payment-assurance-block__invoice{margin:0;font-size:.82rem;color:var(--text-muted)}.support-separation-note{padding:.85rem 1rem;border-radius:var(--radius-md);border:1px dashed rgba(17,17,17,.14);background:#11111105}.support-separation-note__text{margin:0;font-size:.86rem;line-height:1.5;color:var(--text-muted)}.support-fee-step-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.support-fee-step-summary__main{min-width:0;flex:1;display:flex;flex-direction:column;gap:.15rem}.support-fee-step-summary__kicker{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);line-height:1.3}.support-fee-step-summary__amount{margin:0;font-family:var(--font-display);font-size:1.2rem;font-weight:600;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums}.support-fee-step-summary__exact{margin:0;font-size:.78rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.support-fee-step-summary__note{margin:.25rem 0 0;font-size:.82rem;color:var(--text-muted)}.support-fee-step-summary__edit{flex-shrink:0;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-muted);font-size:.82rem;font-weight:600;padding:.45rem .85rem;border-radius:10px;cursor:pointer;font-family:inherit;transition:background .18s ease,color .18s ease,border-color .18s ease}.support-fee-step-summary__edit:hover{border-color:#d94f8a38;color:var(--accent)}@media(max-width:520px){.support-scope-grid,.payment-assurance-block__fields{grid-template-columns:1fr}.support-fee-step-summary{flex-direction:column;align-items:stretch}.support-fee-step-summary__edit{align-self:stretch;text-align:center}}.finance-step-reveal--initial .finance-step-card__head--support-stagger{animation:step-enter .58s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .support-fee-step__scope-block{animation:step-enter .55s cubic-bezier(.22,1,.36,1) .08s both}.finance-step-reveal--initial .disbursement-note-card{animation:step-enter .52s cubic-bezier(.22,1,.36,1) .2s both}.finance-step-reveal--initial .payment-assurance-block{animation:step-enter .52s cubic-bezier(.22,1,.36,1) .28s both}.finance-step-reveal--initial .support-separation-note{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .34s both}.finance-step-reveal--initial .finance-step-card--support-fee .finance-step-card__actions{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .4s both}.finance-step-reveal--initial .consultancy-fee-breakdown__rows .consultancy-amount-card:nth-child(1){animation:step-enter .4s cubic-bezier(.22,1,.36,1) .17s both}.finance-step-reveal--initial .consultancy-fee-breakdown__rows .consultancy-amount-card:nth-child(2){animation:step-enter .4s cubic-bezier(.22,1,.36,1) .24s both}.finance-step-reveal--initial .consultancy-fee-breakdown__rows .consultancy-amount-card:nth-child(3){animation:step-enter .4s cubic-bezier(.22,1,.36,1) .31s both}.finance-step-reveal--initial .support-fee-step__fee-block .consultancy-fee-breakdown__heading,.finance-step-reveal--initial .support-fee-step__fee-block .consultancy-fee-breakdown__sub{animation:step-enter .45s cubic-bezier(.22,1,.36,1) .14s both}.finance-step-card--emi-schedule{gap:1.25rem}.finance-step-card__head--emi-stagger{display:flex;flex-direction:column;gap:.45rem}.emi-schedule-step__legend-wrap{display:flex;flex-direction:column;gap:.85rem}.emi-schedule-summary-band{padding:.9rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(217,79,138,.12);background:linear-gradient(165deg,#d94f8a0d,#fffffffa 60%);box-shadow:0 4px 18px #1111110a}.emi-schedule-summary-band__bullets{margin:0;padding-left:1.15rem;display:flex;flex-direction:column;gap:.5rem;font-size:.84rem;line-height:1.5;color:var(--text-muted)}.emi-schedule-summary-band__bullets li::marker{color:var(--accent)}.emi-schedule-step__legend-card{padding:0;border-radius:12px;border:1px solid var(--border);background:var(--surface-elevated);overflow:hidden}.emi-schedule-legend{display:grid;grid-template-columns:var(--emi-schedule-cols);gap:0;align-items:stretch;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.emi-schedule-legend>span{padding:.58rem .45rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.emi-schedule-legend>span:last-child{border-right:0}.emi-schedule-legend__i{text-align:center}.emi-schedule-grid{--emi-schedule-cols: 3.2rem minmax(0, 1fr) minmax(4.25rem, auto) minmax(0, 1fr) minmax(0, 1fr);padding:.55rem .15rem .15rem;display:flex;flex-direction:column;gap:.65rem}.emi-schedule-grid__legend-mobile{display:block}.emi-schedule-grid__legend-desktop{display:none}.emi-schedule-grid__cols{display:flex;flex-direction:column;gap:.75rem}.emi-schedule-grid__col{display:flex;flex-direction:column;gap:.38rem;min-width:0}.emi-schedule-grid__col-rows{display:flex;flex-direction:column;gap:.38rem}@media(min-width:721px){.emi-schedule-grid__legend-mobile{display:none}.emi-schedule-grid__legend-desktop{display:block}.emi-schedule-grid__cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.15rem;align-items:start}}.emi-schedule-row{display:grid;grid-template-columns:var(--emi-schedule-cols);gap:0;align-items:stretch;padding:0;border-radius:10px;border:1px solid var(--border);background:#ffffff8c;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.emi-schedule-row__serial{font-size:.72rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text-faint);text-align:center}.emi-schedule-row__month{font-size:.8rem;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums;padding-top:.08rem}.emi-schedule-row__emi,.emi-schedule-row__subsidy,.emi-schedule-row__out{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;min-width:0}.emi-schedule-row>span,.emi-schedule-row>div{padding:.5rem .45rem;border-right:1px solid var(--border)}.emi-schedule-row>span:last-child,.emi-schedule-row>div:last-child{border-right:0}.emi-schedule-row__primary{font-family:var(--font-display);font-size:.82rem;font-weight:600;letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums}.emi-schedule-row__dash{font-size:.85rem;color:var(--text-faint)}.emi-schedule-event-tag{display:inline-block;font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.12rem .4rem;border-radius:6px;line-height:1.2}.emi-schedule-event-tag--subsidy{color:var(--accent);background:#d94f8a17;border:1px solid rgba(217,79,138,.14)}.emi-schedule-event-tag--capital{color:#1a4d6e;background:#1a4d6e1a;border:1px solid rgba(26,77,110,.22)}.emi-schedule-row--subsidy-cycle{background:var(--highlight-row);border-color:#d94f8a1c;box-shadow:0 2px 12px #d94f8a0e}.emi-schedule-row--capital{background:linear-gradient(135deg,#1a4d6e1c,#ffffffeb);border-color:#1a4d6e47;box-shadow:0 4px 18px #1a4d6e1a}.emi-schedule-row--capital.emi-schedule-row--subsidy-cycle{border-color:#1a4d6e52}@media(max-width:720px){.emi-schedule-grid{--emi-schedule-cols: 2.5rem minmax(0, 1fr) auto minmax(0, 1fr) minmax(0, 1fr)}.emi-schedule-legend{font-size:.62rem}.emi-schedule-row{padding:0}}@media(max-width:520px){.emi-schedule-row__month{font-size:.76rem}}.finance-step-reveal--initial .finance-step-card__head--emi-stagger{animation:step-enter .58s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .emi-schedule-step__legend-wrap{animation:step-enter .52s cubic-bezier(.22,1,.36,1) .1s both}.finance-step-reveal--initial .emi-schedule-grid{animation:step-enter .52s cubic-bezier(.22,1,.36,1) .18s both}.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--0{animation:step-enter .42s cubic-bezier(.22,1,.36,1) .22s both}.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--1{animation:step-enter .42s cubic-bezier(.22,1,.36,1) .28s both}.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--2{animation:step-enter .42s cubic-bezier(.22,1,.36,1) .34s both}.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--3{animation:step-enter .42s cubic-bezier(.22,1,.36,1) .4s both}.finance-step-reveal--initial .finance-step-card--emi-schedule .finance-step-card__actions{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .42s both}.emi-schedule-step-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.emi-schedule-step-summary__main{min-width:0;flex:1;display:flex;flex-direction:column;gap:.2rem}.emi-schedule-step-summary__title{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.emi-schedule-step-summary__tenure{margin:0;font-family:var(--font-display);font-size:1.12rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.emi-schedule-step-summary__sub{margin:0;font-size:.82rem;color:var(--text-muted)}.emi-schedule-step-summary__edit{flex-shrink:0;border:1px solid var(--border);background:var(--surface-elevated);color:var(--accent);font-family:var(--font);font-size:.88rem;font-weight:600;padding:.45rem .85rem;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.emi-schedule-step-summary__edit:hover{background:var(--accent-soft);border-color:transparent}@media(max-width:520px){.emi-schedule-step-summary{flex-direction:column}.emi-schedule-step-summary__edit{align-self:stretch;text-align:center}}.finance-step-card--structure{gap:1.35rem}.funding-structure-summary__heading{margin:0 0 .75rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);text-align:center}.funding-structure-summary__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}@media(max-width:520px){.funding-structure-summary__grid{grid-template-columns:1fr}}.summary-amount-card{padding:.85rem .95rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);box-shadow:0 4px 16px #1111110a;text-align:center;transition:opacity .22s ease,transform .22s ease}.summary-amount-card__label{margin:0 0 .4rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted);line-height:1.3}.summary-amount-card__compact{margin:0;font-family:var(--font-display);font-size:1.2rem;font-weight:600;letter-spacing:-.02em;color:var(--text);transition:opacity .22s ease,transform .22s ease}.summary-amount-card__rupee{font-size:.72em;font-weight:600;opacity:.88;margin-right:.04em}.summary-amount-card__exact{margin:.35rem 0 0;font-size:.78rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.structure-summary__bank-block{display:flex;flex-direction:column;gap:.85rem}.bank-charges-card{padding:1.1rem 1.05rem;border-radius:var(--radius-md);border:1px solid rgba(217,79,138,.18);background:linear-gradient(165deg,#d94f8a12,#fffffff5 55%);box-shadow:0 8px 28px #d94f8a12;text-align:center}.bank-charges-card__title{margin:0 0 .65rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.bank-charges-card__estimate{margin:0;font-family:var(--font-display);font-size:clamp(2rem,6.5vw,2.65rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;color:var(--accent);transition:opacity .24s ease,transform .24s ease}.bank-charges-card__rupee{font-size:.55em;font-weight:600;opacity:.88;margin-right:.05em;vertical-align:.1em}.bank-charges-card__estimate-exact{margin:.4rem 0 0;font-size:.88rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.bank-charges-card__basis{margin:.75rem 0 0;font-size:.84rem;line-height:1.45;color:var(--text-muted)}.safety-note-card{padding:.9rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:.65rem}.safety-note-card__line{margin:0;font-size:.84rem;line-height:1.5;color:var(--text-muted)}.safety-note-card__line strong{font-weight:600;color:var(--text)}.structure-summary-step-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.structure-summary-step-summary__main{min-width:0;flex:1;display:flex;flex-direction:column;gap:.25rem}.structure-summary-step-summary__title{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.structure-summary-step-summary__sub{margin:0 0 .35rem;font-size:.82rem;color:var(--text-muted)}.structure-summary-step-summary__label{margin:0;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.structure-summary-step-summary__compact{margin:0;font-family:var(--font-display);font-size:1.28rem;font-weight:600;letter-spacing:-.02em;color:var(--accent)}.structure-summary-step-summary__rupee{font-size:.75em;opacity:.88;margin-right:.04em}.structure-summary-step-summary__exact{margin:.1rem 0 0;font-size:.8rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.structure-summary-step-summary__edit{flex-shrink:0;border:1px solid var(--border);background:var(--surface-elevated);color:var(--accent);font-family:var(--font);font-size:.88rem;font-weight:600;padding:.45rem .85rem;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.structure-summary-step-summary__edit:hover{background:var(--accent-soft);border-color:transparent}@media(max-width:520px){.structure-summary-step-summary{flex-direction:column}.structure-summary-step-summary__edit{align-self:stretch;text-align:center}}.finance-step-reveal--initial .finance-step-card__head--structure-stagger{animation:step-enter .58s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .funding-structure-summary__heading{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .1s both}.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(1) .summary-amount-card{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .14s both}.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(2) .summary-amount-card{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .18s both}.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(3) .summary-amount-card{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .22s both}.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(4) .summary-amount-card{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .26s both}.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(5) .summary-amount-card{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .3s both}.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(6) .summary-amount-card{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .34s both}.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(7) .summary-amount-card{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .38s both}.finance-step-reveal--initial .structure-summary__bank-block .bank-charges-card{animation:step-enter .52s cubic-bezier(.22,1,.36,1) .28s both}.finance-step-reveal--initial .structure-summary__bank-block .safety-note-card{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .36s both}.finance-step-reveal--initial .finance-step-card--structure .finance-step-card__actions{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .42s both}.finance-step-card--subsidy{gap:1.35rem}.finance-step-card__head--subsidy-stagger{display:flex;flex-direction:column;gap:.45rem}.subsidy-block__title{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);text-align:center}.subsidy-block__note{margin:0 0 .65rem;font-size:.84rem;line-height:1.45;color:var(--text-muted)}.subsidy-block__note--lock{padding:.65rem .75rem;border-radius:10px;background:#d94f8a0f;border:1px solid rgba(217,79,138,.12);font-size:.82rem;font-weight:500;color:var(--text);text-align:center}.capital-subsidy-block{display:flex;flex-direction:column;gap:.65rem}.capital-subsidy-block__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}@media(max-width:620px){.capital-subsidy-block__cards{grid-template-columns:1fr}}.capital-subsidy-block__card--emphasis{border-color:#d94f8a38;background:linear-gradient(165deg,#d94f8a0f,#fffffffa 60%)}.interest-subsidy-block{display:flex;flex-direction:column;gap:1rem}.interest-subsidy-block__mechanism{margin:0;font-size:.9rem;line-height:1.55;color:var(--text);font-weight:500;padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(217,79,138,.16);background:var(--surface-elevated);box-shadow:0 4px 18px #1111110a}.interest-rate-summary-card{display:flex;flex-direction:column;gap:1.2rem;padding:1.12rem 1.08rem;border-radius:16px;border:1px solid color-mix(in srgb,var(--border) 82%,#ffffff 18%);background:linear-gradient(180deg,#ffffffc2,#fff0 60%),linear-gradient(160deg,#fff,#fcfcff 58%,#f8f9fd);box-shadow:0 1px #ffffffd6 inset,0 14px 36px -30px #11111157,0 4px 12px -10px #1113}.interest-rate-summary-card__rates{display:grid;grid-template-columns:1fr auto;gap:1.12rem;align-items:start}@media(max-width:520px){.interest-rate-summary-card__rates{grid-template-columns:1fr}}.interest-rate-summary-card__field{min-width:0}.interest-rate-summary-card__field--subsidy{text-align:right;align-self:center}@media(max-width:520px){.interest-rate-summary-card__field--subsidy{text-align:left}}.interest-rate-summary-card__label{margin:0 0 .58rem;font-size:.72rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:color-mix(in srgb,var(--text-faint) 82%,var(--text-muted) 18%)}.interest-rate-summary-card .project-cost-slider{gap:.42rem}.interest-rate-summary-card .project-cost-slider__labels{min-height:auto;font-size:.76rem;color:color-mix(in srgb,var(--text-faint) 88%,var(--text-muted) 12%)}.interest-rate-summary-card .project-cost-slider__input{--project-slider-progress: 33.33%;height:42px}.interest-rate-summary-card .project-cost-slider__reset{font-size:.68rem;padding:.28rem .62rem}.interest-rate-summary-card__hint{margin:.62rem 0 0;font-size:.76rem;font-weight:500;letter-spacing:.01em;color:color-mix(in srgb,var(--text-faint) 88%,var(--text-muted) 12%)}.interest-rate-summary-card__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem}.interest-rate-summary-card__selected{margin:0;font-size:.9rem;font-weight:700;color:color-mix(in srgb,var(--accent) 80%,#8a2d63 20%);font-variant-numeric:tabular-nums}.interest-rate-summary-card__pill{margin:0;display:inline-block;font-family:var(--font-display);font-size:1.35rem;font-weight:600;letter-spacing:-.02em;color:var(--accent);line-height:1}.interest-rate-summary-card__field--subsidy .interest-rate-summary-card__label{margin-bottom:.34rem}@media(max-width:640px){.interest-rate-summary-card__label-row{align-items:center}}.interest-rate-summary-card__emi{padding-top:.15rem;border-top:1px solid var(--border)}.interest-rate-summary-card__emi-label{margin:0 0 .35rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.interest-rate-summary-card__emi-compact{margin:0;font-family:var(--font-display);font-size:clamp(1.45rem,4.5vw,1.85rem);font-weight:600;letter-spacing:-.03em;color:var(--text)}.interest-rate-summary-card__rupee{font-size:.55em;font-weight:600;opacity:.88;margin-right:.04em}.interest-rate-summary-card__per{font-size:.45em;font-weight:600;color:var(--text-muted);margin-left:.15em}.interest-rate-summary-card__emi-exact{margin:.35rem 0 0;font-size:.82rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.interest-subsidy-preview{display:flex;flex-direction:column;gap:1rem}.interest-subsidy-preview__first{padding:.9rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(217,79,138,.14);background:linear-gradient(160deg,#d94f8a0d,#fffffff7 55%)}.interest-subsidy-preview__first-label{margin:0 0 .35rem;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);text-align:center}.interest-subsidy-preview__first-amount{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,4vw,1.65rem);font-weight:600;letter-spacing:-.02em;color:var(--accent)}.interest-subsidy-preview__rupee{font-size:.65em;font-weight:600;opacity:.88;margin-right:.04em}.interest-subsidy-preview__section-label{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);text-align:center}.interest-subsidy-preview__years{display:flex;flex-direction:column;gap:.55rem}.interest-subsidy-preview__year{padding:.75rem .85rem;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.interest-subsidy-preview__year-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.interest-subsidy-preview__year-title{font-size:.88rem;font-weight:600;color:var(--text)}.interest-subsidy-preview__year-total{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--accent);font-variant-numeric:tabular-nums}.interest-subsidy-preview__cycles{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.interest-subsidy-preview__cycle{font-size:.8rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.interest-subsidy-preview__total{padding:1rem 1.05rem;border-radius:var(--radius-md);border:1px solid rgba(217,79,138,.2);background:var(--surface-elevated);box-shadow:0 6px 22px #d94f8a0f}.interest-subsidy-preview__total-label{margin:0 0 .35rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);text-align:center}.interest-subsidy-preview__total-amount{margin:0;font-family:var(--font-display);font-size:clamp(1.5rem,4.5vw,1.95rem);font-weight:600;letter-spacing:-.03em;color:var(--accent)}.finance-step-reveal--initial .finance-step-card__head--subsidy-stagger{animation:step-enter .58s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .capital-subsidy-block .subsidy-block__title{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .08s both}.finance-step-reveal--initial .capital-subsidy-block .subsidy-block__note--lock{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .12s both}.finance-step-reveal--initial .capital-subsidy-block .capital-subsidy-block__card:nth-child(1){animation:step-enter .48s cubic-bezier(.22,1,.36,1) .16s both}.finance-step-reveal--initial .capital-subsidy-block .capital-subsidy-block__card:nth-child(2){animation:step-enter .48s cubic-bezier(.22,1,.36,1) .22s both}.finance-step-reveal--initial .capital-subsidy-block .capital-subsidy-block__card:nth-child(3){animation:step-enter .48s cubic-bezier(.22,1,.36,1) .28s both}.finance-step-reveal--initial .interest-subsidy-block .subsidy-block__title{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .32s both}.finance-step-reveal--initial .interest-subsidy-block .interest-rate-summary-card{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .36s both}.finance-step-reveal--initial .interest-subsidy-block .interest-subsidy-block__mechanism{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .4s both}.finance-step-reveal--initial .interest-subsidy-preview .interest-subsidy-preview__first{animation:step-enter .48s cubic-bezier(.22,1,.36,1) .44s both}.finance-step-reveal--initial .interest-subsidy-preview .interest-subsidy-preview__section-label{animation:step-enter .45s cubic-bezier(.22,1,.36,1) .46s both}.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(1){animation:step-enter .45s cubic-bezier(.22,1,.36,1) .48s both}.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(2){animation:step-enter .45s cubic-bezier(.22,1,.36,1) .5s both}.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(3){animation:step-enter .45s cubic-bezier(.22,1,.36,1) .52s both}.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(4){animation:step-enter .45s cubic-bezier(.22,1,.36,1) .54s both}.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(5){animation:step-enter .45s cubic-bezier(.22,1,.36,1) .56s both}.finance-step-reveal--initial .interest-subsidy-preview .interest-subsidy-preview__total{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .58s both}.finance-step-reveal--initial .finance-step-card--subsidy .finance-step-card__actions{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .6s both}.subsidy-value-card .summary-amount-card__compact{transition:opacity .28s ease,transform .28s ease}.subsidy-step-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.subsidy-step-summary__main{min-width:0;flex:1;display:flex;flex-direction:column;gap:.2rem}.subsidy-step-summary__title{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.subsidy-step-summary__sub{margin:0 0 .5rem;font-size:.82rem;color:var(--text-muted)}.subsidy-step-summary__label{margin:0;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.subsidy-step-summary__label--spaced{margin-top:.65rem}.subsidy-step-summary__compact{margin:0;font-family:var(--font-display);font-size:1.22rem;font-weight:600;letter-spacing:-.02em;color:var(--accent)}.subsidy-step-summary__compact--accent{font-size:1.28rem}.subsidy-step-summary__rupee{font-size:.75em;opacity:.88;margin-right:.04em}.subsidy-step-summary__exact{margin:.05rem 0 0;font-size:.8rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.subsidy-step-summary__edit{flex-shrink:0;border:1px solid var(--border);background:var(--surface-elevated);color:var(--accent);font-family:var(--font);font-size:.88rem;font-weight:600;padding:.45rem .85rem;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.subsidy-step-summary__edit:hover{background:var(--accent-soft);border-color:transparent}@media(max-width:520px){.subsidy-step-summary{flex-direction:column}.subsidy-step-summary__edit{align-self:stretch;text-align:center}}.finance-step-card--security{gap:1.25rem}.finance-step-card__head--security-stagger{display:flex;flex-direction:column;gap:.45rem}.minimum-security-display{text-align:center;padding:.35rem 0 .5rem;border-radius:var(--radius-md);background:linear-gradient(180deg,#d94f8a0f,#d94f8a05);border:1px solid rgba(217,79,138,.12)}.minimum-security-display__label{margin:0 0 .35rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}.minimum-security-display__compact{margin:0;font-family:var(--font-display);font-size:clamp(2rem,7.5vw,2.85rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;color:var(--accent);transition:transform .26s ease,opacity .26s ease}.minimum-security-display__rupee{font-size:.55em;font-weight:600;opacity:.88;margin-right:.06em;vertical-align:.12em}.minimum-security-display__exact{margin:.45rem 0 0;font-size:.88rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.security-source-selector__label{margin:0 0 .5rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.security-source-selector__chips{display:flex;flex-wrap:wrap;gap:.45rem}.security-source-selector__chip{border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-muted);font-family:var(--font);font-size:.82rem;font-weight:600;padding:.45rem .75rem;border-radius:999px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.security-source-selector__chip:hover{border-color:#d94f8a38;color:var(--text)}.security-source-selector__chip--on{background:var(--accent-soft);border-color:#d94f8a47;color:var(--accent);box-shadow:0 2px 10px #d94f8a14}.security-step__body{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch}.security-step__builder,.security-step__outcome-block{display:flex;flex-direction:column;min-height:0}@media(max-width:640px){.security-step__body{grid-template-columns:1fr}.security-step__outcome-block{order:2}.security-step__builder{order:1}}.security-step__cards-label{margin:0 0 .55rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.security-step__cards{display:flex;flex-direction:column;gap:.75rem;margin-top:.2rem}.security-step__cards--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}@media(max-width:540px){.security-step__cards--grid{grid-template-columns:1fr}}.security-step__card-wrap{animation:step-enter .42s cubic-bezier(.22,1,.36,1) both}.security-source-card{padding:.95rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);display:flex;flex-direction:column;gap:.75rem;height:100%;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,opacity .2s ease}.security-source-card--active{border-color:#d94f8a47;background:linear-gradient(165deg,var(--surface) 0%,rgba(217,79,138,.04) 100%);box-shadow:0 4px 18px #1111110d}.security-source-card--inactive{background:var(--surface-elevated);opacity:.78}.security-source-card--property.security-source-card--active{border-color:#d94f8a52}.security-source-card__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.security-source-card__title{margin:0;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--text)}.security-source-card__check{display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.security-source-card__check-input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;width:0;height:0;margin:0}.security-source-card__check-box{position:relative;flex-shrink:0;width:1.1rem;height:1.1rem;border-radius:5px;border:1.5px solid rgba(17,17,17,.22);background:var(--surface);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.security-source-card__check-box:after{content:"";position:absolute;left:50%;top:46%;width:.4rem;height:.7rem;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:translate(-50%,-55%) rotate(45deg) scale(.6);opacity:0;transition:opacity .15s ease,transform .2s cubic-bezier(.22,1,.36,1)}.security-source-card__check--on .security-source-card__check-box{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.security-source-card__check--on .security-source-card__check-box:after{opacity:1;transform:translate(-50%,-55%) rotate(45deg) scale(1)}.security-source-card__check-input:focus-visible+.security-source-card__check-box{box-shadow:0 0 0 3px var(--brand-glow);border-color:var(--accent)}.security-source-card__input:disabled{background:var(--surface-sunken);color:var(--text-faint);cursor:not-allowed}.security-source-card__field{display:flex;flex-direction:column;gap:.35rem}.security-source-card__label{font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.security-source-card__input{width:100%;padding:.7rem .85rem;font-size:1rem;font-family:var(--font);font-variant-numeric:tabular-nums;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.security-source-card__input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.security-source-card__effective{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .75rem;border-radius:12px;background:#d94f8a0f;border:1px solid rgba(217,79,138,.1)}.security-source-card__effective-label{font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--accent)}.security-source-card__effective-value{font-size:.95rem;font-weight:600;font-variant-numeric:tabular-nums;color:var(--text)}.security-source-card__property-note{margin:0;font-size:.82rem;line-height:1.45;color:var(--text-muted);animation:step-enter .5s cubic-bezier(.22,1,.36,1) both}.security-outcome-summary{flex:1;display:flex;flex-direction:column;min-height:100%;padding:1rem .95rem;border-radius:var(--radius-md);border:1px solid var(--border);background:linear-gradient(168deg,var(--surface) 0%,color-mix(in srgb,var(--brand-soft) 32%,transparent) 52%,color-mix(in srgb,var(--brand-soft) 14%,transparent) 100%);box-shadow:0 6px 22px #1111110d}.security-outcome-summary__title{margin:0 0 .85rem;flex-shrink:0;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);text-align:center}.security-outcome-summary__rows{display:flex;flex-direction:column;justify-content:flex-start;gap:.65rem;min-width:0}.security-outcome-summary__cgtmse-block{display:flex;flex-direction:column;gap:.5rem;min-width:0}.security-outcome-summary__note{margin:0;padding:.65rem .75rem;border-radius:var(--radius-xs);border:1px solid var(--border);background:color-mix(in srgb,var(--surface-sunken) 88%,var(--brand-soft) 12%);box-shadow:0 1px 2px #11111108}.security-outcome-summary__note-text{margin:0;font-size:.72rem;line-height:1.5;color:var(--text-muted);font-weight:400}.security-outcome-summary__note-lead{font-weight:650;color:var(--text);letter-spacing:.01em}.security-outcome-row{display:flex;flex-direction:column;gap:.15rem;padding:.8rem .9rem;border-radius:var(--radius-sm);text-align:center;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 72%,transparent),color-mix(in srgb,var(--brand-soft) 42%,transparent) 48%,color-mix(in srgb,var(--brand) 8%,transparent));border:1px solid rgba(255,255,255,.78);box-shadow:0 1px #ffffffeb inset,0 4px 14px color-mix(in srgb,var(--brand) 10%,transparent),0 1px 3px #1111110a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.security-outcome-row--accent{background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 62%,transparent),color-mix(in srgb,var(--brand-soft) 68%,transparent) 40%,color-mix(in srgb,var(--brand) 15%,transparent));border-color:color-mix(in srgb,var(--brand) 24%,transparent);box-shadow:0 1px #ffffffe0 inset,0 5px 18px color-mix(in srgb,var(--brand) 13%,transparent),0 1px 3px #1111110b}.security-outcome-row__label{margin:0;font-size:.78rem;font-weight:600;color:var(--text-muted)}.security-outcome-row__compact{margin:0;font-family:var(--font-display);font-size:1.35rem;font-weight:600;letter-spacing:-.02em;color:var(--text);transition:opacity .22s ease,transform .22s ease}.security-outcome-row--accent .security-outcome-row__compact{color:var(--accent)}.security-outcome-row__rupee{font-size:.75em;opacity:.88;margin-right:.04em}.security-outcome-row__exact{margin:0;font-size:.82rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.security-step__explain{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media(max-width:560px){.security-step__explain{grid-template-columns:1fr}}.security-explanation-card{padding:.95rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated)}.security-explanation-card__title{margin:0 0 .55rem;font-size:.82rem;font-weight:600;letter-spacing:.04em;color:var(--text)}.security-explanation-card__list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.4rem}.security-explanation-card__item{font-size:.84rem;line-height:1.45;color:var(--text-muted)}.security-step-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.security-step-summary__main{min-width:0;flex:1;display:flex;flex-direction:column;gap:.65rem}.security-step-summary__title{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.security-step-summary__line{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:.75rem;row-gap:.1rem;align-items:baseline}.security-step-summary__line-label{grid-column:1;font-size:.78rem;color:var(--text-muted)}.security-step-summary__line-main{grid-column:2;justify-self:end;font-family:var(--font-display);font-size:1.05rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.security-step-summary__line-exact{grid-column:1 / -1;justify-self:end;font-size:.75rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.security-step-summary__rupee{font-size:.78em;opacity:.88;margin-right:.04em}.security-step-summary__edit{flex-shrink:0;border:1px solid var(--border);background:var(--surface-elevated);color:var(--accent);font-family:var(--font);font-size:.88rem;font-weight:600;padding:.45rem .85rem;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.security-step-summary__edit:hover{background:var(--accent-soft);border-color:transparent}@media(max-width:520px){.security-step-summary{flex-direction:column}.security-step-summary__edit{align-self:stretch;text-align:center}}.finance-step-reveal--initial .finance-step-card__head--security-stagger{animation:step-enter .58s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .security-step__minimum-block{animation:step-enter .58s cubic-bezier(.22,1,.36,1) .08s both}.finance-step-reveal--initial .security-step__body{animation:step-enter .58s cubic-bezier(.22,1,.36,1) .16s both}.finance-step-reveal--initial .security-step__explain{animation:step-enter .55s cubic-bezier(.22,1,.36,1) .22s both}.finance-step-reveal--initial .finance-step-card--security .finance-step-card__actions{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .28s both}.finance-step-reveal--initial .security-outcome-summary__rows .security-outcome-row:nth-child(1){animation:step-enter .45s cubic-bezier(.22,1,.36,1) .18s both}.finance-step-reveal--initial .security-outcome-summary__rows .security-outcome-row:nth-child(2){animation:step-enter .45s cubic-bezier(.22,1,.36,1) .24s both}.finance-step-reveal--initial .security-outcome-summary__cgtmse-block .security-outcome-row{animation:step-enter .45s cubic-bezier(.22,1,.36,1) .3s both}.finance-step-reveal--initial .security-outcome-summary__note{animation:step-enter .42s cubic-bezier(.22,1,.36,1) .36s both}.finance-step-reveal--initial{animation:step-enter .65s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--summary{animation:summary-settle .52s var(--ease-premium) both}.finance-step-reveal--expand{animation:step-expand .52s var(--ease-premium) both}@keyframes step-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes summary-settle{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes step-expand{0%{opacity:.88;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.finance-step-card{background:linear-gradient(165deg,var(--surface) 0%,var(--surface-elevated) 100%);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid rgba(17,17,17,.07);padding:clamp(1.5rem,3.8vw,2.15rem);display:flex;flex-direction:column;gap:1.65rem}.finance-step-card__head{display:flex;flex-direction:column;gap:.55rem}.finance-step-card__kicker{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.finance-step-card__title{margin:0;font-family:var(--font-display);font-size:clamp(1.42rem,3.9vw,1.72rem);font-weight:600;line-height:1.18;letter-spacing:-.025em;color:var(--text)}.finance-step-card__lede{margin:0;font-size:.93rem;line-height:1.58;color:var(--text-muted);max-width:42em}.finance-step-card--promoter{gap:1.35rem}.contribution-amount-display{text-align:center;padding:.15rem 0 .35rem}.contribution-amount-display__compact{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,8.5vw,3.1rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;color:var(--text);transition:transform .28s ease,opacity .28s ease}.contribution-amount-display__compact--tick{transform:scale(1.02)}.contribution-amount-display__rupee{font-size:.55em;font-weight:600;opacity:.88;margin-right:.06em;vertical-align:.12em}.contribution-amount-display__exact{margin:.45rem 0 0;font-size:.88rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.finance-step-reveal--initial .finance-step-card__head--promoter-stagger{animation:step-enter .58s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .promoter-step__amount-block{animation:step-enter .58s cubic-bezier(.22,1,.36,1) .09s both}.finance-step-reveal--initial .promoter-step__split-block{animation:step-enter .58s cubic-bezier(.22,1,.36,1) .2s both}.finance-step-reveal--initial .promoter-step__clarify{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .26s both}.finance-step-reveal--initial .finance-step-card__actions{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .3s both}.promoter-step__clarify{margin:0;font-size:.88rem;line-height:1.5;color:var(--text-muted);text-align:center;max-width:36em;align-self:center}.funding-split-visual{display:flex;flex-direction:column;gap:1rem;padding:1.1rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated)}.funding-split-visual__total,.funding-split-visual__promoter{text-align:center}.funding-split-visual__label{margin:0 0 .2rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.funding-split-visual__amount{margin:0;font-family:var(--font-display);font-size:1.2rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.funding-split-visual__amount--accent{color:var(--accent)}.funding-split-visual__rupee{font-size:.78em;font-weight:600;opacity:.88;margin-right:.05em}.funding-split-visual__exact{margin:.2rem 0 0;font-size:.8rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.funding-split-visual__track{padding:0 .15rem}.funding-split-visual__track-inner{height:10px;border-radius:999px;background:#1111110f;overflow:hidden}.funding-split-visual__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0%,rgba(217,79,138,.82) 100%);transform-origin:left center}.finance-step-reveal--initial .funding-split-visual__fill{animation:funding-bar-grow .7s cubic-bezier(.22,1,.36,1) both}@keyframes funding-bar-grow{0%{transform:scaleX(.04);opacity:.85}to{transform:scaleX(1);opacity:1}}.finance-step-card--loan{gap:1.35rem}.loan-amount-display{text-align:center;padding:.15rem 0 .35rem}.loan-amount-display__compact{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,8.5vw,3.1rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;color:var(--accent);transition:transform .28s ease,opacity .28s ease}.loan-amount-display__compact--tick{transform:scale(1.02)}.loan-amount-display__rupee{font-size:.55em;font-weight:600;opacity:.88;margin-right:.06em;vertical-align:.12em}.loan-amount-display__exact{margin:.45rem 0 0;font-size:.88rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.finance-step-reveal--initial .finance-step-card__head--loan-stagger{animation:step-enter .58s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .max-loan-step__amount-block{animation:step-enter .58s cubic-bezier(.22,1,.36,1) .09s both}.finance-step-reveal--initial .max-loan-step__visual-block{animation:step-enter .58s cubic-bezier(.22,1,.36,1) .2s both}.finance-step-reveal--initial .max-loan-step__clarify{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .26s both}.finance-step-reveal--initial .finance-step-card--loan .finance-step-card__actions{animation:step-enter .5s cubic-bezier(.22,1,.36,1) .3s both}.max-loan-step__clarify{margin:0;font-size:.88rem;line-height:1.5;color:var(--text-muted);text-align:center;max-width:36em;align-self:center}.funding-structure-visual{display:flex;flex-direction:column;gap:1.15rem;padding:1.15rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated)}.funding-structure-visual__anchor{text-align:center}.funding-structure-visual__label{margin:0 0 .25rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint)}.funding-structure-visual__amount{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:600;letter-spacing:-.02em;color:var(--text)}.funding-structure-visual__rupee{font-size:.78em;font-weight:600;opacity:.88;margin-right:.05em}.funding-structure-visual__exact{margin:.2rem 0 0;font-size:.78rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.funding-structure-visual__bar-wrap{padding:0 .1rem}.funding-structure-visual__bar{display:flex;width:100%;height:13px;border-radius:999px;overflow:hidden;background:#1111110d}.funding-structure-visual__seg{transform-origin:left center;height:100%}.funding-structure-visual__seg--promoter{flex:0 0 25%;background:linear-gradient(180deg,#d94f8a38,#d94f8a1f)}.funding-structure-visual__seg--loan{flex:0 0 75%;background:linear-gradient(90deg,var(--accent) 0%,rgba(217,79,138,.78) 100%);box-shadow:inset 0 0 0 1px #ffffff1f}.finance-step-reveal--initial .funding-structure-visual__seg--promoter{animation:structure-promoter .48s cubic-bezier(.22,1,.36,1) both}.finance-step-reveal--initial .funding-structure-visual__seg--loan{animation:structure-loan .78s cubic-bezier(.22,1,.36,1) .14s both}@keyframes structure-promoter{0%{transform:scaleX(.12);opacity:.4}to{transform:scaleX(1);opacity:1}}@keyframes structure-loan{0%{transform:scaleX(.06);opacity:.65}to{transform:scaleX(1);opacity:1}}.funding-structure-visual__columns{display:grid;grid-template-columns:1fr 1.35fr;gap:1rem;align-items:start}.funding-structure-visual__context{padding:.65rem .75rem;border-radius:12px;background:#11111108;border:1px solid rgba(17,17,17,.06)}.funding-structure-visual__context-label,.funding-structure-visual__focus-label{margin:0 0 .35rem;font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-faint)}.funding-structure-visual__context-amount{margin:0;font-family:var(--font-display);font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--text-muted)}.funding-structure-visual__context-exact{margin:.15rem 0 0;font-size:.75rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.funding-structure-visual__focus{padding:.85rem .9rem;border-radius:12px;background:var(--surface);border:1px solid rgba(217,79,138,.18);box-shadow:0 6px 20px #1111110f}.funding-structure-visual__focus-amount{margin:0;font-family:var(--font-display);font-size:clamp(1.25rem,4vw,1.55rem);font-weight:600;letter-spacing:-.02em;color:var(--accent)}.funding-structure-visual__focus-exact{margin:.2rem 0 0;font-size:.82rem;color:var(--text-faint);font-variant-numeric:tabular-nums}@media(max-width:520px){.funding-structure-visual__columns{grid-template-columns:1fr}.funding-structure-visual__focus{order:-1}}.project-cost-display{text-align:center;padding:.25rem 0 .5rem}.project-cost-display__compact{margin:0;font-family:var(--font-display);font-size:clamp(2.35rem,9vw,3.35rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;color:var(--text);transition:transform .28s ease,opacity .28s ease}.project-cost-display__compact--tick{transform:scale(1.02)}.project-cost-display__rupee{font-size:.55em;font-weight:600;opacity:.88;margin-right:.06em;vertical-align:.12em}.project-cost-display__exact{margin:.5rem 0 0;font-size:.9rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.project-cost-slider{display:flex;flex-direction:column;gap:.5rem}.project-cost-slider__labels{display:flex;justify-content:space-between;align-items:flex-end;font-size:.78rem;font-weight:500;color:var(--text-faint);font-variant-numeric:tabular-nums;min-height:2.4rem}.project-cost-slider__label-min{padding-bottom:.15rem}.project-cost-slider__label-max-wrap{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.3rem;line-height:1}.project-cost-slider__label-max{padding-bottom:0}.project-cost-slider__reset{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid var(--border-strong);background:transparent;color:var(--accent);font-family:inherit;font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:.3rem .65rem;border-radius:999px;cursor:pointer;line-height:1;transition:background var(--dur-sm, .22s) var(--ease-standard, cubic-bezier(.32, .72, .24, 1)),border-color var(--dur-sm, .22s) var(--ease-standard, cubic-bezier(.32, .72, .24, 1)),color var(--dur-sm, .22s) var(--ease-standard, cubic-bezier(.32, .72, .24, 1)),transform var(--dur-xs, .12s) var(--ease-emphasized, cubic-bezier(.22, 1, .36, 1))}.project-cost-slider__reset:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent-weak);color:var(--accent-strong)}.project-cost-slider__reset:active:not(:disabled){transform:scale(.97)}.project-cost-slider__reset:focus-visible{outline:none;box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--accent-glow)}.project-cost-slider__reset:disabled{opacity:.5;cursor:not-allowed}.project-cost-slider__input{width:100%;height:40px;margin:0;padding:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;touch-action:none}.project-cost-slider__input:disabled{opacity:.55;cursor:not-allowed}.project-cost-slider__input:focus-visible{outline:none}.project-cost-slider__input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--accent-soft)}.project-cost-slider__input::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:linear-gradient(90deg,var(--accent-soft) 0%,rgba(217,79,138,.18) 100%)}.project-cost-slider__input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;margin-top:-10px;border-radius:50%;background:var(--surface);border:2px solid var(--accent);box-shadow:0 4px 14px #1111111f;transition:transform .15s ease,box-shadow .15s ease}.project-cost-slider__input:hover::-webkit-slider-thumb{transform:scale(1.05);box-shadow:0 6px 18px #11111124}.project-cost-slider__input:active::-webkit-slider-thumb{transform:scale(.98)}.project-cost-slider__input::-moz-range-track{height:6px;border-radius:999px;background:linear-gradient(90deg,var(--accent-soft) 0%,rgba(217,79,138,.18) 100%)}.project-cost-slider__input::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:var(--surface);border:2px solid var(--accent);box-shadow:0 4px 14px #1111111f}.project-cost-input{display:flex;flex-direction:column;gap:.35rem}.project-cost-input__label{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint)}.project-cost-input__row{display:flex}.project-cost-input__field{width:100%;padding:.75rem .9rem;font-size:1rem;font-family:var(--font);font-variant-numeric:tabular-nums;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.project-cost-input__field::placeholder{color:var(--text-faint)}.project-cost-input__field:hover:not(:disabled){border-color:#11111124}.project-cost-input__field:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--accent-soft)}.project-cost-input__field--error{border-color:var(--error)}.project-cost-input__hint,.project-cost-input__error{margin:0;font-size:.8rem;line-height:1.4}.project-cost-input__hint{color:var(--text-faint)}.project-cost-input__error{color:var(--error)}.finance-step-card__actions{display:flex;justify-content:stretch;padding-top:.25rem}.finance-step-card__confirm{flex:1;border:1px solid var(--cta-border);border-radius:var(--radius-md);padding:.9rem 1.25rem;font-family:var(--font);font-size:.95rem;font-weight:600;letter-spacing:.01em;color:var(--cta-text);background:var(--cta-bg);cursor:pointer;box-shadow:var(--shadow-soft);transition:background .18s ease,border-color .18s ease,transform .15s ease,opacity .18s ease,box-shadow .18s ease}.finance-step-card__confirm:hover:not(:disabled){background:var(--cta-bg-hover);border-color:var(--cta-border-hover)}.finance-step-card__confirm:active:not(:disabled){transform:translateY(1px)}.finance-step-card__confirm:disabled{opacity:.85;cursor:wait}.finance-step-card__confirm-inner{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.finance-step-card__spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(168,48,95,.22);border-top-color:var(--cta-text);animation:gate-spin .55s linear infinite}.project-cost-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.project-cost-summary__main{min-width:0}.project-cost-summary__title{margin:0 0 .2rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint)}.project-cost-summary__compact{margin:0;font-family:var(--font-display);font-size:1.35rem;font-weight:600;letter-spacing:-.02em}.project-cost-summary__rupee{font-size:.75em;opacity:.88;margin-right:.04em}.project-cost-summary__exact{margin:.15rem 0 0;font-size:.82rem;color:var(--text-faint);font-variant-numeric:tabular-nums}.project-cost-summary__edit{flex-shrink:0;border:1px solid var(--border);background:var(--surface-elevated);color:var(--accent);font-family:var(--font);font-size:.88rem;font-weight:600;padding:.45rem .85rem;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.project-cost-summary__edit:hover{background:var(--accent-soft);border-color:transparent}@media(max-width:480px){.project-cost-summary{flex-direction:column;align-items:flex-start}.project-cost-summary__edit{align-self:stretch;text-align:center}}.project-cost-summary,.security-step-summary,.structure-summary-step-summary,.subsidy-step-summary,.emi-schedule-step-summary,.support-fee-step-summary{padding:1.2rem 1.28rem;background:linear-gradient(165deg,#ffffff 0%,var(--surface-sunken) 100%);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-summary);transition:box-shadow .4s var(--ease-premium),border-color .3s ease,transform .45s var(--ease-premium)}.project-cost-summary:hover,.security-step-summary:hover,.structure-summary-step-summary:hover,.subsidy-step-summary:hover,.emi-schedule-step-summary:hover,.support-fee-step-summary:hover{border-color:#d94f8a24;box-shadow:0 8px 28px #11111112,0 2px 8px #d94f8a0d}.project-cost-summary__edit,.security-step-summary__edit,.structure-summary-step-summary__edit,.subsidy-step-summary__edit,.emi-schedule-step-summary__edit,.support-fee-step-summary__edit{border-radius:11px;padding:.5rem .95rem;border-color:#1111111a;transition:background .22s var(--ease-premium),border-color .22s ease,color .22s ease,transform .2s var(--ease-premium)}.project-cost-summary__edit:hover,.security-step-summary__edit:hover,.structure-summary-step-summary__edit:hover,.subsidy-step-summary__edit:hover,.emi-schedule-step-summary__edit:hover,.support-fee-step-summary__edit:hover{border-color:#d94f8a38}.project-cost-summary__edit:active,.security-step-summary__edit:active,.structure-summary-step-summary__edit:active,.subsidy-step-summary__edit:active,.emi-schedule-step-summary__edit:active,.support-fee-step-summary__edit:active{transform:scale(.98)}.project-cost-summary__title,.security-step-summary__title,.structure-summary-step-summary__title,.subsidy-step-summary__title,.emi-schedule-step-summary__title,.support-fee-step-summary__kicker{letter-spacing:.1em}.finance-step-card__confirm{border-radius:calc(var(--radius-md) - 1px);transition:background .22s var(--ease-premium),transform .18s var(--ease-premium),box-shadow .22s ease,opacity .2s ease}.finance-step-card__confirm:focus-visible{outline:none;box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--brand-glow)}@media(prefers-reduced-motion:reduce){.finance-step-reveal--initial,.finance-step-reveal--summary,.finance-step-reveal--expand,.finance-step-reveal--initial .finance-step-card__head--promoter-stagger,.finance-step-reveal--initial .promoter-step__amount-block,.finance-step-reveal--initial .promoter-step__split-block,.finance-step-reveal--initial .promoter-step__clarify,.finance-step-reveal--initial .finance-step-card__actions,.finance-step-reveal--initial .funding-split-visual__fill,.finance-step-reveal--initial .finance-step-card__head--loan-stagger,.finance-step-reveal--initial .max-loan-step__amount-block,.finance-step-reveal--initial .max-loan-step__visual-block,.finance-step-reveal--initial .max-loan-step__clarify,.finance-step-reveal--initial .finance-step-card--loan .finance-step-card__actions,.finance-step-reveal--initial .funding-structure-visual__seg--promoter,.finance-step-reveal--initial .funding-structure-visual__seg--loan{animation:none!important}.finance-step-reveal--initial .finance-step-card__head--security-stagger,.finance-step-reveal--initial .security-step__minimum-block,.finance-step-reveal--initial .security-step__body,.finance-step-reveal--initial .security-step__explain,.finance-step-reveal--initial .finance-step-card--security .finance-step-card__actions,.finance-step-reveal--initial .security-outcome-summary__rows .security-outcome-row:nth-child(1),.finance-step-reveal--initial .security-outcome-summary__rows .security-outcome-row:nth-child(2),.finance-step-reveal--initial .security-outcome-summary__cgtmse-block .security-outcome-row,.finance-step-reveal--initial .security-outcome-summary__note{animation:none!important}.security-step__card-wrap,.security-source-card__property-note{animation:none!important}.finance-step-reveal--initial .finance-step-card__head--structure-stagger,.finance-step-reveal--initial .funding-structure-summary__heading,.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(1) .summary-amount-card,.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(2) .summary-amount-card,.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(3) .summary-amount-card,.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(4) .summary-amount-card,.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(5) .summary-amount-card,.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(6) .summary-amount-card,.finance-step-reveal--initial .structure-summary__funding-block .funding-structure-summary__cell:nth-child(7) .summary-amount-card,.finance-step-reveal--initial .structure-summary__bank-block .bank-charges-card,.finance-step-reveal--initial .structure-summary__bank-block .safety-note-card,.finance-step-reveal--initial .finance-step-card--structure .finance-step-card__actions{animation:none!important}.finance-step-reveal--initial .finance-step-card__head--subsidy-stagger,.finance-step-reveal--initial .capital-subsidy-block .subsidy-block__title,.finance-step-reveal--initial .capital-subsidy-block .subsidy-block__note--lock,.finance-step-reveal--initial .capital-subsidy-block .capital-subsidy-block__card:nth-child(1),.finance-step-reveal--initial .capital-subsidy-block .capital-subsidy-block__card:nth-child(2),.finance-step-reveal--initial .capital-subsidy-block .capital-subsidy-block__card:nth-child(3),.finance-step-reveal--initial .interest-subsidy-block .subsidy-block__title,.finance-step-reveal--initial .interest-subsidy-block .interest-rate-summary-card,.finance-step-reveal--initial .interest-subsidy-block .interest-subsidy-block__mechanism,.finance-step-reveal--initial .interest-subsidy-preview .interest-subsidy-preview__first,.finance-step-reveal--initial .interest-subsidy-preview .interest-subsidy-preview__section-label,.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(1),.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(2),.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(3),.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(4),.finance-step-reveal--initial .interest-subsidy-preview__years .interest-subsidy-preview__year:nth-child(5),.finance-step-reveal--initial .interest-subsidy-preview .interest-subsidy-preview__total,.finance-step-reveal--initial .finance-step-card--subsidy .finance-step-card__actions{animation:none!important}.finance-step-reveal--initial .finance-step-card__head--emi-stagger,.finance-step-reveal--initial .emi-schedule-step__legend-wrap,.finance-step-reveal--initial .emi-schedule-grid,.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--0,.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--1,.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--2,.finance-step-reveal--initial .emi-schedule-grid__cols .emi-schedule-row-batch--3,.finance-step-reveal--initial .finance-step-card--emi-schedule .finance-step-card__actions{animation:none!important}.finance-step-reveal--initial .finance-step-card__head--support-stagger,.finance-step-reveal--initial .support-fee-step__scope-block,.finance-step-reveal--initial .disbursement-note-card,.finance-step-reveal--initial .payment-assurance-block,.finance-step-reveal--initial .support-separation-note,.finance-step-reveal--initial .finance-step-card--support-fee .finance-step-card__actions,.finance-step-reveal--initial .support-fee-step__fee-block .consultancy-fee-breakdown__heading,.finance-step-reveal--initial .support-fee-step__fee-block .consultancy-fee-breakdown__sub,.finance-step-reveal--initial .consultancy-fee-breakdown__rows .consultancy-amount-card:nth-child(1),.finance-step-reveal--initial .consultancy-fee-breakdown__rows .consultancy-amount-card:nth-child(2),.finance-step-reveal--initial .consultancy-fee-breakdown__rows .consultancy-amount-card:nth-child(3){animation:none!important}.consultancy-amount-card__compact,.consultancy-amount-card__exact{transition:none!important}.summary-amount-card__compact,.bank-charges-card__estimate,.loan-amount-display__compact,.loan-amount-display__compact--tick,.project-cost-display__compact,.project-cost-display__compact--tick,.contribution-amount-display__compact,.contribution-amount-display__compact--tick{transition:none}.finance-step-card__head--legal-stagger .finance-step-card__kicker,.finance-step-card__head--legal-stagger .finance-step-card__title,.finance-step-card__head--legal-stagger .finance-step-card__lede,.legal-closure-reveal-band,.legal-stagger,.otp-verification-block--shake .otp-verification-block__inputs{animation:none!important}.legal-closure-reveal-band{opacity:1!important}.finance-step-card__spinner,.app-gate__pulse{animation:none!important}.project-cost-summary__edit:active,.security-step-summary__edit:active,.structure-summary-step-summary__edit:active,.subsidy-step-summary__edit:active,.emi-schedule-step-summary__edit:active,.support-fee-step-summary__edit:active{transform:none}}.reveal-stagger{animation:step-enter var(--dur-lg) var(--ease-emphasized) both}.reveal-stagger-1{animation-delay:calc(var(--stagger-step) * 1)}.reveal-stagger-2{animation-delay:calc(var(--stagger-step) * 2)}.reveal-stagger-3{animation-delay:calc(var(--stagger-step) * 3)}.reveal-stagger-4{animation-delay:calc(var(--stagger-step) * 4)}.reveal-stagger-5{animation-delay:calc(var(--stagger-step) * 5)}.finance-step-card{background:linear-gradient(180deg,#ffffff80,#fff0 55%),linear-gradient(165deg,var(--surface) 0%,var(--surface-elevated) 100%);border-radius:var(--radius-xl);border-color:var(--border);box-shadow:0 1px #fffc inset,var(--shadow-md),0 36px 72px -36px #1111112e;padding:clamp(1.7rem,3.8vw,2.4rem);gap:1.85rem;position:relative;isolation:isolate}.finance-step-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:radial-gradient(ellipse 80% 35% at 50% -5%,rgba(217,79,138,.035),transparent 70%);opacity:.9;z-index:-1}.finance-step-card__head{gap:.7rem}.finance-step-card__kicker{display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;padding:.32rem .7rem .32rem .6rem;background:var(--accent-soft);border:1px solid rgba(217,79,138,.12);border-radius:999px;color:var(--accent);font-size:.66rem;letter-spacing:var(--tracking-kicker);line-height:1}.finance-step-card__kicker:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);flex-shrink:0}.finance-step-card__title{font-size:var(--fs-title);letter-spacing:var(--tracking-display);line-height:1.12}.finance-step-card__lede{font-size:var(--fs-lede);line-height:1.62;max-width:44em}.project-cost-display__compact,.contribution-amount-display__compact,.loan-amount-display__compact{font-size:clamp(2.35rem,8.8vw,3.25rem);letter-spacing:-.032em;text-shadow:0 1px 0 rgba(255,255,255,.5)}.project-cost-display,.contribution-amount-display,.loan-amount-display{padding:.35rem 0 .5rem}.finance-step-summary,.project-cost-summary,.security-step-summary,.structure-summary-step-summary,.subsidy-step-summary,.emi-schedule-step-summary,.support-fee-step-summary{position:relative;padding:1.3rem 1.4rem 1.3rem 1.55rem;background:linear-gradient(180deg,#ffffff8c,#fff0 70%),linear-gradient(165deg,#fff,#f7f8fc);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 1px #ffffffb3 inset,var(--shadow-sm);overflow:hidden;transition:box-shadow var(--dur-md) var(--ease-emphasized),border-color var(--dur-sm) var(--ease-standard),transform var(--dur-md) var(--ease-emphasized)}.finance-step-summary:before,.project-cost-summary:before,.security-step-summary:before,.structure-summary-step-summary:before,.subsidy-step-summary:before,.emi-schedule-step-summary:before,.support-fee-step-summary:before{content:"";position:absolute;top:14%;bottom:14%;left:0;width:3px;background:linear-gradient(180deg,var(--accent-weak) 0%,var(--accent) 50%,var(--accent-weak) 100%);border-radius:0 3px 3px 0;opacity:.85}.finance-step-summary:hover,.project-cost-summary:hover,.security-step-summary:hover,.structure-summary-step-summary:hover,.subsidy-step-summary:hover,.emi-schedule-step-summary:hover,.support-fee-step-summary:hover{border-color:var(--border-strong);box-shadow:0 1px #ffffffb3 inset,var(--shadow-md)}.project-cost-summary__title,.security-step-summary__title,.structure-summary-step-summary__title,.subsidy-step-summary__title,.emi-schedule-step-summary__title,.support-fee-step-summary__kicker{font-size:.7rem;letter-spacing:.12em;color:var(--text-faint)}.project-cost-summary__compact,.security-step-summary__amount,.structure-summary-step-summary__amount,.subsidy-step-summary__amount,.emi-schedule-step-summary__amount,.support-fee-step-summary__amount{font-size:1.4rem;letter-spacing:-.028em}.finance-step-summary__edit,.project-cost-summary__edit,.security-step-summary__edit,.structure-summary-step-summary__edit,.subsidy-step-summary__edit,.emi-schedule-step-summary__edit,.support-fee-step-summary__edit{position:relative;border-radius:12px;padding:.55rem 1.05rem .55rem 1rem;background:transparent;border:1px solid var(--border-strong);color:var(--accent);font-weight:600;letter-spacing:.005em;transition:background var(--dur-sm) var(--ease-standard),border-color var(--dur-sm) var(--ease-standard),color var(--dur-sm) var(--ease-standard),transform var(--dur-xs) var(--ease-emphasized),box-shadow var(--dur-sm) var(--ease-emphasized)}.finance-step-summary__edit:after,.project-cost-summary__edit:after,.security-step-summary__edit:after,.structure-summary-step-summary__edit:after,.subsidy-step-summary__edit:after,.emi-schedule-step-summary__edit:after,.support-fee-step-summary__edit:after{content:"";display:inline-block;width:7px;height:7px;margin-left:.5rem;border-right:1.5px solid currentColor;border-top:1.5px solid currentColor;transform:rotate(45deg) translate(-1px,1px);opacity:.55;transition:transform var(--dur-sm) var(--ease-emphasized),opacity var(--dur-sm) var(--ease-standard)}.finance-step-summary__edit:hover,.project-cost-summary__edit:hover,.security-step-summary__edit:hover,.structure-summary-step-summary__edit:hover,.subsidy-step-summary__edit:hover,.emi-schedule-step-summary__edit:hover,.support-fee-step-summary__edit:hover{background:var(--accent-soft);border-color:var(--accent-weak);color:var(--accent-strong)}.finance-step-summary__edit:hover:after,.project-cost-summary__edit:hover:after,.security-step-summary__edit:hover:after,.structure-summary-step-summary__edit:hover:after,.subsidy-step-summary__edit:hover:after,.emi-schedule-step-summary__edit:hover:after,.support-fee-step-summary__edit:hover:after{opacity:1;transform:rotate(45deg) translate(1px,-1px)}.finance-step-summary__edit:focus-visible,.project-cost-summary__edit:focus-visible,.security-step-summary__edit:focus-visible,.structure-summary-step-summary__edit:focus-visible,.subsidy-step-summary__edit:focus-visible,.emi-schedule-step-summary__edit:focus-visible,.support-fee-step-summary__edit:focus-visible{outline:none;box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--accent-glow)}.finance-step-reveal--initial{animation:step-enter .72s var(--ease-emphasized) both}.finance-step-reveal--summary{animation:milestone-morph .5s var(--ease-emphasized) both}.finance-step-reveal--expand{animation:step-expand .52s var(--ease-emphasized) both}@keyframes step-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes milestone-morph{0%{opacity:0;transform:translateY(-4px) scale(.985)}60%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes step-expand{0%{opacity:.88;transform:translateY(-3px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}.finance-step-card__confirm{border-radius:14px;padding:.95rem 1.35rem;background:linear-gradient(180deg,#fde8f1 0%,var(--cta-bg) 100%);box-shadow:0 1px #fff9 inset,0 8px 22px -10px #d94f8a47,0 2px 6px #1111110f;letter-spacing:.005em;transition:background var(--dur-sm) var(--ease-standard),border-color var(--dur-sm) var(--ease-standard),transform var(--dur-xs) var(--ease-emphasized),box-shadow var(--dur-sm) var(--ease-emphasized),opacity var(--dur-sm) var(--ease-standard)}.finance-step-card__confirm:hover:not(:disabled){background:linear-gradient(180deg,var(--cta-bg) 0%,var(--cta-bg-hover) 100%);border-color:var(--cta-border-hover);box-shadow:0 1px #fff9 inset,0 14px 30px -12px #d94f8a5c,0 3px 8px #11111114;transform:translateY(-1px)}.finance-step-card__confirm:active:not(:disabled){transform:translateY(0) scale(.995);background:linear-gradient(180deg,var(--cta-bg-hover) 0%,var(--cta-bg-active) 100%);box-shadow:0 1px #ffffff73 inset,0 6px 14px -8px #d94f8a52}.interest-subsidy-preview__year,.emi-schedule-row--event{border-radius:var(--radius-sm);transition:background-color var(--dur-sm) var(--ease-standard)}.funding-split-visual,.funding-structure-visual{background:var(--surface-sunken);border-radius:var(--radius-md);padding:.95rem 1rem;border:1px solid var(--divider)}.funding-split-visual__fill,.funding-structure-visual__seg--promoter,.funding-structure-visual__seg--loan{transition:width var(--dur-lg) var(--ease-emphasized)}.consultancy-amount-card{border-radius:var(--radius-md);box-shadow:var(--shadow-xs);transition:box-shadow var(--dur-sm) var(--ease-emphasized),border-color var(--dur-sm) var(--ease-standard)}.consultancy-amount-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.consultancy-amount-card--total{background:linear-gradient(180deg,#ffffff80,#fff0 70%),linear-gradient(145deg,var(--surface) 0%,rgba(217,79,138,.08) 100%);border-color:var(--accent-weak);box-shadow:var(--shadow-sm)}.summary-amount-card{border-radius:var(--radius-md);transition:box-shadow var(--dur-sm) var(--ease-emphasized),border-color var(--dur-sm) var(--ease-standard),transform var(--dur-sm) var(--ease-emphasized)}.summary-amount-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.finance-step-card--legal-closure{gap:1.7rem}.completion-state-block{padding:1.35rem 1.25rem;border-radius:var(--radius-lg);border-color:var(--accent-weak);background:linear-gradient(180deg,#ffffff80,#fff0 60%),linear-gradient(160deg,#d94f8a17,#d94f8a05 70%);box-shadow:var(--shadow-sm)}.agreement-summary-card{border-radius:var(--radius-md);transition:box-shadow var(--dur-sm) var(--ease-emphasized),border-color var(--dur-sm) var(--ease-standard)}.agreement-summary-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.app-header__inner{padding:.66rem var(--shell-pad-x);min-height:4.15rem}.app-header__logo{height:42px;max-width:min(214px,54vw)}.wizard-stepper{top:calc(var(--app-header-h) + .32rem);margin-bottom:.45rem;border:1px solid color-mix(in srgb,var(--divider) 82%,#ffffff 18%);border-radius:14px;box-shadow:0 1px #ffffffb8 inset,0 10px 24px -20px #1111114d}.wizard-stepper__inner{padding:.66rem var(--shell-pad-x) .7rem;gap:1.05rem}.wizard-stepper__track{gap:.52rem;padding:.18rem;border-radius:999px;background:color-mix(in srgb,var(--surface) 86%,var(--accent-soft) 14%);border:1px solid color-mix(in srgb,var(--divider) 82%,#ffffff 18%)}.wizard-stepper__pill{padding:.5rem 1rem .5rem .62rem;border-color:color-mix(in srgb,var(--border) 72%,transparent)}.wizard-stepper__pill--active{box-shadow:0 1px #ffffff38 inset,0 10px 24px -12px #d94f8a61}.finance-step-card--project-cost{gap:1.85rem;border:1px solid color-mix(in srgb,var(--border) 84%,#ffffff 16%);background:linear-gradient(180deg,#ffffffb8,#fff0 60%),linear-gradient(162deg,#fff,#fbfcff 62%,#f8f9fd);box-shadow:0 1px #fffc inset,0 20px 52px -28px #1111113d,0 6px 14px -12px #1111113d}.finance-step-card__head--project-cost-stagger{gap:.82rem}.finance-step-card--project-cost .finance-step-card__title{max-width:20ch}.finance-step-card--project-cost .finance-step-card__lede{max-width:58ch}.project-cost-display--hero-stagger{padding:.5rem 0 .2rem}.project-cost-display__compact{font-size:clamp(3rem,8vw,4.35rem);line-height:1.04}.project-cost-display__exact{margin-top:.68rem;font-size:.94rem}.project-cost-slider{gap:.72rem;padding:1.05rem 1.12rem .95rem;border-radius:16px;border:1px solid color-mix(in srgb,var(--border) 82%,#ffffff 18%);background:linear-gradient(180deg,#ffffffb3,#fff0),color-mix(in srgb,var(--surface) 92%,var(--accent-soft) 8%)}.project-cost-slider__labels{min-height:auto;align-items:center;padding:0 .05rem}.project-cost-slider__label-min,.project-cost-slider__label-max{padding-bottom:0}.project-cost-slider__label-max-wrap{flex-direction:row;align-items:center;gap:.5rem}.project-cost-slider__reset{padding:.34rem .7rem;border-color:color-mix(in srgb,var(--accent) 28%,var(--border-strong) 72%);background:color-mix(in srgb,var(--surface) 80%,var(--accent-soft) 20%)}.project-cost-slider__input{--project-slider-progress: 44.44%;height:44px}.project-cost-slider__input::-webkit-slider-runnable-track{height:8px;background:linear-gradient(90deg,var(--accent) 0%,color-mix(in srgb,var(--accent) 74%,#f5d4e5 26%) var(--project-slider-progress),rgba(217,79,138,.15) var(--project-slider-progress),rgba(217,79,138,.15) 100%);box-shadow:inset 0 1px 2px #11111114,0 1px #ffffffb8}.project-cost-slider__input::-webkit-slider-thumb{width:28px;height:28px;margin-top:-10px;border-width:2px;border-color:color-mix(in srgb,var(--accent) 86%,#ffffff 14%);box-shadow:0 7px 18px #11111126,0 1px #fffc inset}.project-cost-slider__input::-moz-range-track{height:8px;background:#d94f8a26;box-shadow:inset 0 1px 2px #11111114,0 1px #ffffffb8}.project-cost-slider__input::-moz-range-progress{height:8px;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0%,color-mix(in srgb,var(--accent) 74%,#f5d4e5 26%) 100%)}.project-cost-slider__input::-moz-range-thumb{width:28px;height:28px;border-width:2px;border-color:color-mix(in srgb,var(--accent) 86%,#ffffff 14%);box-shadow:0 7px 18px #11111126,0 1px #fffc inset}.project-cost-input{gap:.45rem}.project-cost-input__label{font-size:.72rem;letter-spacing:.11em;color:var(--text-muted)}.project-cost-input__field{min-height:3.2rem;padding:.86rem 1rem;border:1px solid color-mix(in srgb,var(--border-strong) 72%,#ffffff 28%);border-radius:12px;background:linear-gradient(180deg,#ffffff 0%,var(--surface-elevated) 100%);box-shadow:inset 0 1px 1px #1111110a,0 1px #ffffffb3}.project-cost-input__field:focus{box-shadow:inset 0 1px 1px #11111108,0 0 0 3px var(--accent-soft)}.finance-step-card__actions--project-cost{padding-top:.35rem}.finance-step-card--project-cost .finance-step-card__confirm{min-height:3.35rem;border-radius:13px;font-size:.98rem;font-weight:700;letter-spacing:.012em}.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__kicker,.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__title,.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__lede,.finance-step-reveal--initial .project-cost-display--hero-stagger,.finance-step-reveal--initial .project-cost-slider,.finance-step-reveal--initial .project-cost-input,.finance-step-reveal--initial .finance-step-card__actions--project-cost{opacity:0;transform:translateY(10px);animation:step-enter .56s var(--ease-emphasized) forwards}.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__kicker{animation-delay:40ms}.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__title{animation-delay:.12s}.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__lede{animation-delay:.19s}.finance-step-reveal--initial .project-cost-display--hero-stagger{animation-delay:285ms}.finance-step-reveal--initial .project-cost-slider{animation-delay:.37s}.finance-step-reveal--initial .project-cost-input{animation-delay:445ms}.finance-step-reveal--initial .finance-step-card__actions--project-cost{animation-delay:515ms}.payment-assurance-block__input:focus-visible,.otp-verification-block__digit:focus-visible{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px var(--surface),0 0 0 4px var(--brand-glow)}.finance-step-stack{gap:1.35rem}.project-cost-module,.promoter-contribution-module,.maximum-loan-module,.security-module,.structure-summary-module,.subsidy-module,.emi-schedule-module,.core-mentors-support-module,.legal-closure-module{scroll-margin-top:5rem}@media(max-width:540px){.project-cost-module,.promoter-contribution-module,.maximum-loan-module,.security-module,.structure-summary-module,.subsidy-module,.emi-schedule-module,.core-mentors-support-module,.legal-closure-module{scroll-margin-top:4.25rem}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(max-width:760px){.app-header__inner{min-height:3.8rem}.wizard-stepper{top:calc(var(--app-header-h) + .2rem);margin-bottom:.35rem}.wizard-stepper__inner{gap:.7rem;padding:.52rem clamp(.85rem,3vw,1.25rem) .56rem}.wizard-stepper__track{padding:.12rem;gap:.35rem}.wizard-stepper__pill{padding:.38rem .74rem .38rem .5rem}.finance-step-card--project-cost{gap:1.55rem}.project-cost-display__compact{font-size:clamp(2.5rem,11vw,3.4rem)}.project-cost-slider{padding:.82rem .82rem .78rem;border-radius:14px}.project-cost-slider__label-max-wrap{gap:.35rem}.project-cost-input__field{min-height:3rem}.finance-step-card--project-cost .finance-step-card__confirm{min-height:3.1rem}.finance-step-card{padding:clamp(1.4rem,5vw,1.75rem);border-radius:var(--radius-lg);gap:1.55rem}.finance-step-stack{gap:1.1rem}}@media(max-width:540px){.wizard-stepper{border-radius:12px}.project-cost-slider__labels{flex-wrap:wrap;row-gap:.45rem}.project-cost-slider__label-max-wrap{margin-left:auto}.project-cost-slider__reset{order:2}.finance-step-card{padding:1.25rem 1.15rem;gap:1.4rem}.finance-step-summary,.project-cost-summary,.security-step-summary,.structure-summary-step-summary,.subsidy-step-summary,.emi-schedule-step-summary,.support-fee-step-summary{padding:1.1rem 1.15rem 1.1rem 1.3rem;border-radius:var(--radius-md)}.project-cost-summary,.security-step-summary,.structure-summary-step-summary,.subsidy-step-summary,.emi-schedule-step-summary,.support-fee-step-summary{flex-direction:column;align-items:stretch;gap:.85rem}.project-cost-summary__edit,.security-step-summary__edit,.structure-summary-step-summary__edit,.subsidy-step-summary__edit,.emi-schedule-step-summary__edit,.support-fee-step-summary__edit{align-self:stretch;text-align:center;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.finance-step-card__confirm{min-height:48px}}@media(prefers-reduced-motion:reduce){.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__kicker,.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__title,.finance-step-reveal--initial .finance-step-card__head--project-cost-stagger .finance-step-card__lede,.finance-step-reveal--initial .project-cost-display--hero-stagger,.finance-step-reveal--initial .project-cost-slider,.finance-step-reveal--initial .project-cost-input,.finance-step-reveal--initial .finance-step-card__actions--project-cost,.reveal-stagger,.reveal-stagger-1,.reveal-stagger-2,.reveal-stagger-3,.reveal-stagger-4,.reveal-stagger-5{animation:none!important;opacity:1!important;transform:none!important}.finance-step-card__confirm,.finance-step-card__confirm:hover:not(:disabled),.finance-step-card__confirm:active:not(:disabled){transition:background var(--dur-sm) var(--ease-standard);transform:none!important}.funding-split-visual__fill,.funding-structure-visual__seg--promoter,.funding-structure-visual__seg--loan{transition:none!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0ms!important;scroll-behavior:auto!important}.legal-closure-reveal-band,.legal-stagger,.legal-stagger--1,.legal-stagger--2,.legal-stagger--3,.legal-stagger--4,.quotation-hero--enter{opacity:1!important;transform:none!important}.wizard-track{transition:none!important}.wizard-slide{transition:none!important;transform:none!important;filter:none!important;opacity:1!important}}html.auth-theme{scroll-behavior:smooth;--bg-page: #f8f6f4;--bg-elevated: #ffffff;--navy: #111111;--navy-soft: rgba(17, 17, 17, .06);--accent: #d94f8a;--accent-hover: #c33d76;--accent-strong: #a8305f;--accent-soft: #f6dce7;--accent-weak: rgba(217, 79, 138, .16);--accent-glow: rgba(217, 79, 138, .22);--cta-bg: #f6dce7;--cta-bg-hover: #efc7d9;--cta-bg-active: #e6b1c9;--cta-text: #a8305f;--cta-border: rgba(217, 79, 138, .22);--cta-border-hover: rgba(217, 79, 138, .34);--text-heading: #111111;--text-body: #2a2a2e;--text-muted: #5f5f66;--border: #e7e3e0;--danger: #c94f5d;--danger-soft: rgba(201, 79, 93, .12);--radius-card: 22px;--radius-control: 14px;--shadow-lg: 0 16px 48px rgba(17, 17, 17, .08);--shadow-card: 0 1px 0 rgba(255, 255, 255, .9) inset, var(--shadow-lg);--font: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif}html.auth-theme *,html.auth-theme *:before,html.auth-theme *:after{box-sizing:border-box}html.auth-theme body{margin:0;min-height:100vh;min-height:100dvh;font-family:var(--font);background:var(--bg-page);color:var(--text-body);-webkit-font-smoothing:antialiased}#root{min-height:100vh;min-height:100dvh}button,input,select{font:inherit}@keyframes authShellIn{0%{opacity:0}to{opacity:1}}@keyframes cardRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes modeCrossfade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shakeGroup{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@media(prefers-reduced-motion:reduce){html.auth-theme *,html.auth-theme *:before,html.auth-theme *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.auth-shell{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,480px);animation:authShellIn .7s cubic-bezier(.22,1,.36,1) both}.auth-shell--exiting{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1)}.auth-trust{position:relative;padding:clamp(1.5rem,4vw,3rem);display:flex;flex-direction:column;justify-content:center;gap:1.25rem;background:radial-gradient(ellipse 90% 70% at 90% 10%,rgba(217,79,138,.08),transparent 45%),radial-gradient(ellipse 80% 60% at 0% 100%,rgba(217,79,138,.16),transparent 50%),linear-gradient(165deg,#ffffff 0%,var(--accent-soft) 100%);border-right:1px solid var(--border)}.auth-trust__logo{display:flex;align-items:center;gap:1rem}.auth-trust__logo img{height:44px;width:auto;display:block}.auth-trust__brand{font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:var(--text-heading)}.auth-trust__cue{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.auth-trust__headline{margin:0;font-size:clamp(1.75rem,3.2vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--text-heading);max-width:18ch}.auth-trust__copy{margin:0;font-size:1.02rem;line-height:1.65;color:var(--text-muted);max-width:38ch}.auth-trust__steps{margin:.5rem 0 0;padding:0;list-style:none;display:grid;gap:.65rem}.auth-trust__steps li{display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem;color:var(--text-body);line-height:1.45}.auth-trust__steps li:before{content:"";width:7px;height:7px;margin-top:.4rem;border-radius:50%;background:linear-gradient(145deg,var(--accent),var(--accent-strong));flex-shrink:0;box-shadow:0 2px 6px #d94f8a4d}.auth-panel{display:flex;align-items:center;justify-content:center;padding:clamp(1.25rem,3vw,2.5rem);background:var(--bg-page)}.auth-card{width:100%;max-width:420px;background:linear-gradient(165deg,#fffffffc,#fffcfef7);border:1px solid rgba(17,17,17,.08);border-radius:var(--radius-card);box-shadow:0 1px #ffffffe6 inset,0 18px 48px #11111117,0 0 0 1px #d94f8a0a;padding:clamp(1.65rem,3.5vw,2.15rem);animation:cardRise .75s cubic-bezier(.22,1,.36,1) .08s both}.auth-card__title{margin:0 0 .35rem;font-size:clamp(1.45rem,3vw,1.75rem);font-weight:800;letter-spacing:-.03em;color:var(--text-heading)}.auth-card__lede{margin:0 0 1.35rem;font-size:.97rem;line-height:1.55;color:var(--text-muted)}.mode-inner{animation:modeCrossfade .42s cubic-bezier(.22,1,.36,1) both}.mode-inner--static{animation:none}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field:last-of-type{margin-bottom:0}.field label{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-strong)}.input{width:100%;min-height:50px;padding:.85rem 1rem;border-radius:var(--radius-control);border:1px solid var(--border);background:var(--bg-page);color:var(--text-body);transition:border-color .22s var(--ease-premium, cubic-bezier(.22, 1, .36, 1)),box-shadow .22s var(--ease-premium, cubic-bezier(.22, 1, .36, 1)),background .22s var(--ease-premium, cubic-bezier(.22, 1, .36, 1))}.input:hover:not(:focus){border-color:#d94f8a47;background:#fff}.input:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 1px var(--accent-weak),0 0 0 4px var(--accent-soft)}.input--error{border-color:#c94f5d73!important;box-shadow:0 0 0 1px #c94f5d1f,0 0 0 4px #c94f5d0f!important}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap .input{padding-right:3rem}.input-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--text-muted);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.4rem .6rem;border-radius:8px;cursor:pointer}.input-toggle:hover{color:var(--accent);background:var(--accent-soft)}.inline-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.link-quiet{background:none;border:none;padding:0;font-size:.88rem;font-weight:600;color:var(--accent);cursor:pointer;text-decoration:underline;text-decoration-color:#d94f8a59;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.link-quiet:hover{color:var(--accent-strong);text-decoration-color:var(--accent-strong)}.error-banner{min-height:1.25rem;margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--danger);letter-spacing:.01em;line-height:1.45}.error-banner:not(:empty){padding:.55rem .75rem;border-radius:10px;background:#c94f5d0f;border-left:3px solid var(--danger);margin-bottom:.85rem}.btn-primary{width:100%;min-height:52px;margin-top:.25rem;border:1px solid var(--cta-border);border-radius:999px;cursor:pointer;font-size:.95rem;font-weight:700;letter-spacing:.03em;color:var(--cta-text);background:linear-gradient(180deg,#fbeef4 0%,var(--cta-bg) 100%);box-shadow:0 1px #fff9 inset,0 6px 18px -8px #d94f8a47,0 1px 2px #1111110d;transition:transform .18s cubic-bezier(.22,1,.36,1),background .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),opacity .2s ease,filter .2s ease}.btn-primary:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(180deg,var(--cta-bg) 0%,var(--cta-bg-hover) 100%);border-color:var(--cta-border-hover);box-shadow:0 1px #fff9 inset,0 10px 26px -10px #d94f8a5c,0 2px 4px #1111110f}.btn-primary:active:not(:disabled){transform:translateY(0);background:linear-gradient(180deg,var(--cta-bg-hover) 0%,var(--cta-bg-active) 100%);box-shadow:0 1px #ffffff73 inset,0 4px 12px -6px #d94f8a52}.btn-primary:focus-visible{outline:none;box-shadow:0 1px #fff9 inset,0 0 0 4px var(--accent-glow),0 6px 18px -8px #d94f8a47}.btn-primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-primary--loading{position:relative;color:transparent!important}.btn-primary--loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:1.1rem;height:1.1rem;border-radius:50%;border:2px solid rgba(168,48,95,.22);border-top-color:var(--cta-text);animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn-ghost{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.55rem 1rem;font-weight:700;font-size:.86rem;color:var(--accent-strong);cursor:pointer;transition:background .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1),color .22s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.btn-ghost:hover{background:var(--accent-soft);border-color:var(--accent-weak, rgba(217, 79, 138, .16));color:var(--accent);transform:translateY(-1px)}.welcome-actions{display:grid;gap:.65rem;margin-top:.5rem}.mode-switch{margin-top:1.25rem;padding-top:1.15rem;border-top:1px solid rgba(17,17,17,.08);text-align:center;font-size:.9rem;color:var(--text-muted)}.mode-switch button{font-weight:700;color:var(--accent);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;text-decoration-color:#d94f8a66;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.mode-switch button:hover{color:var(--accent-strong);text-decoration-color:var(--accent-strong)}.otp-grid{display:flex;gap:.5rem;justify-content:center;margin:.25rem 0 1rem}.otp-grid--shake{animation:shakeGroup .45s cubic-bezier(.36,.07,.19,.97)}.otp-cell{width:100%;max-width:3rem;aspect-ratio:1;text-align:center;font-size:1.25rem;font-weight:700;letter-spacing:.08em;border-radius:12px;border:1px solid var(--border);background:var(--bg-page);color:var(--text-heading);transition:border-color .22s cubic-bezier(.22,1,.36,1),box-shadow .22s cubic-bezier(.22,1,.36,1),background .22s cubic-bezier(.22,1,.36,1),transform .18s cubic-bezier(.22,1,.36,1)}.otp-cell:hover:not(:focus){border-color:#d94f8a47;background:#fff}.otp-cell:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 1px var(--accent-weak),0 0 0 4px var(--accent-soft);transform:translateY(-1px)}.otp-meta{font-size:.9rem;color:var(--text-muted);text-align:center;margin-bottom:.75rem;line-height:1.45}.otp-meta strong{color:var(--text-heading);font-weight:700}.timer-pill{display:inline-flex;align-items:center;justify-content:center;min-width:3.2rem;padding:.2rem .55rem;border-radius:999px;background:var(--accent-soft);font-variant-numeric:tabular-nums;font-weight:700;font-size:.82rem;color:var(--accent-strong)}.otp-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem;font-size:.88rem}.handoff{text-align:center;padding:.5rem 0 .25rem}.handoff__icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(145deg,#d94f8a26,#d94f8a0d);border:1px solid rgba(217,79,138,.16);color:var(--accent);display:grid;place-items:center;font-size:1.35rem;box-shadow:0 6px 16px #d94f8a2e}.handoff__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:800;color:var(--text-heading)}.handoff__text{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.5}.toast-root{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:2000;pointer-events:none}.toast{pointer-events:none;background:linear-gradient(180deg,#111111f5,#111111f5);color:#fff;padding:.75rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:600;border:1px solid rgba(255,255,255,.06);box-shadow:0 10px 32px #11111152;opacity:0;transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}.toast--visible{opacity:1}.footnote{margin:1.35rem 0 0;padding-top:1.1rem;border-top:1px solid rgba(17,17,17,.08);font-size:.84rem;line-height:1.5;color:var(--text-muted);text-align:center}.footnote strong{color:var(--accent-strong);white-space:nowrap}.mode-inner--recover{animation:modeCrossfade .48s cubic-bezier(.22,1,.36,1) both}.recovery-hint{margin:.35rem 0 0;font-size:.8rem;line-height:1.4;color:var(--text-muted);font-weight:500}.recovery-success{text-align:center;padding:.25rem 0 0}.recovery-success__icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;display:grid;place-items:center;font-size:1.25rem;font-weight:700;color:var(--accent);background:linear-gradient(145deg,#d94f8a26,#d94f8a0d);border:1px solid rgba(217,79,138,.16);box-shadow:0 6px 16px #d94f8a2e}.recovery-success__title{margin-bottom:.5rem}.recovery-success__lede{margin-bottom:1rem!important}.recovery-success__timer{margin:0 0 1.25rem;font-size:.9rem;color:var(--text-muted)}.recovery-success__timer strong{font-variant-numeric:tabular-nums;color:var(--text-heading)}.recovery-success__timer--dim{opacity:.75}@media(max-width:900px){.auth-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.auth-trust{border-right:none;border-bottom:1px solid var(--border);padding:1.35rem 1.25rem 1.5rem}.auth-trust__headline{max-width:none;font-size:clamp(1.45rem,5vw,1.85rem)}.auth-trust__copy{max-width:none;font-size:.94rem}.auth-trust__steps{display:none}}
