*, *::before, *::after { box-sizing: border-box; }
:root {
  --rangoli-shell: #2c1232;
  --rangoli-page: #fff3df;
  --rangoli-ink: #231225;
  --rangoli-muted: #6d596e;
  --rangoli-brand: #e3315f;
  --rangoli-teal: #00a6a6;
  --rangoli-orange: #ff7900;
  --rangoli-pink: #e91e63;
  --rangoli-gold: #ffe500;
  --rangoli-gold-deep: #ffb000;
  --brand-purple: var(--rangoli-brand);
  --brand-magenta: var(--rangoli-brand);
  --brand-hot: var(--rangoli-pink);
  --brand-gold: var(--rangoli-gold);
  --brand-gold-deep: var(--rangoli-gold-deep);
  --bharat-ink: var(--rangoli-ink);
  --bharat-muted: var(--rangoli-muted);
  --bharat-dim: #8c5b30;
  --bharat-green: var(--rangoli-teal);
  --bharat-paper: var(--rangoli-page);
  --bharat-line: rgba(35, 18, 37, .12);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --shadow: 0 18px 42px rgba(134, 38, 78, .18);
}
html, body, #app { margin: 0; min-height: 100%; }
html { background: var(--rangoli-shell); }
body.trust-loan-body {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--rangoli-shell);
  color: var(--bharat-ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overscroll-behavior-y: contain;
}
button, input, select { font: inherit; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.layout { min-height: 100vh; min-height: 100dvh; }
.trust-page {
  position: relative;
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  padding: calc(12px + var(--safe-top)) 20px calc(108px + var(--safe-bottom));
  overflow-x: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.6) 0 19%, transparent 19% 100%),
    linear-gradient(225deg, rgba(255,221,237,.74) 0 23%, transparent 23% 100%),
    radial-gradient(circle at 88% 8%, rgba(255,18,200,.22), transparent 32%),
    radial-gradient(circle at 14% 0%, rgba(255,212,59,.22), transparent 28%),
    linear-gradient(180deg, #ffe1ef, #fff6fb 38%, #fffdf8);
}
.trust-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0 54%, rgba(255,255,255,.24) 54% 72%, transparent 72% 100%);
  pointer-events: none;
  opacity: .9;
}

.trust-status-bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  color: var(--bharat-dim);
  font-size: 12px;
  font-weight: 600;
}
.bar-right { display: flex; align-items: center; gap: 10px; }
.lte { color: var(--bharat-dim); font-size: 12px; font-weight: 600; white-space: nowrap; }
.sw { display: inline-flex; align-items: center; gap: 8px; color: var(--bharat-muted); font-size: 12px; }
.sw .lbl { font-weight: 600; text-transform: uppercase; }
.sw .sel {
  max-width: 102px;
  padding: 6px 10px;
  color: var(--bharat-ink);
  background: #fff;
  border: 1px solid var(--bharat-line);
  border-radius: 10px;
  cursor: pointer;
}
.announce-bar {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  padding: 9px 12px;
  color: #fff;
  background: linear-gradient(100deg, var(--rangoli-brand), var(--rangoli-pink));
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.home-hero { position: relative; z-index: 1; padding: 4px 0; }
.trust-brand-row { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.trust-logo-mark {
  display: grid;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(145,0,128,.28);
}
.trust-logo-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-kicker { margin: 0; color: var(--rangoli-brand); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.trust-h1 { margin: 0; color: var(--rangoli-ink); font-size: 1.5rem; font-weight: 700; line-height: 1.2; }
.trust-sub { margin: 0; color: var(--bharat-muted); font-size: .9rem; line-height: 1.55; }
.home-lead { max-width: 38ch; margin-top: 18px; font-size: 1rem; font-weight: 750; }

.home-credit-card {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 330px;
  margin-top: 24px;
  padding: 18px 18px 80px;
  overflow: hidden;
  color: #fff;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, var(--rangoli-orange) 0%, var(--rangoli-pink) 52%, var(--rangoli-teal) 100%);
  border-radius: 8px;
  box-shadow: 0 22px 46px rgba(134,38,78,.26);
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
}
.home-credit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(35,18,37,.14) 0%, rgba(35,18,37,.08) 38%, rgba(35,18,37,.02) 62%, transparent 78%);
  pointer-events: none;
}
.home-credit-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(35,18,37,.14));
  pointer-events: none;
}
.home-credit-card:active { transform: scale(.99); }
.home-credit-card:focus-visible { outline: 3px solid rgba(217,0,170,.24); outline-offset: 2px; }
.home-credit-card__copy { position: relative; z-index: 3; display: flex; width: min(66%, 226px); flex-direction: column; align-items: flex-start; }
.home-credit-card__tag {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #fff;
  background: var(--rangoli-teal);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 1000;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}
.home-credit-card__amount {
  display: block;
  margin-top: 18px;
  color: #fff;
  font-size: 2.28rem;
  font-weight: 1000;
  line-height: .98;
  letter-spacing: -1px;
  text-shadow: 0 2px 10px rgba(84,0,73,.18);
  white-space: nowrap;
}
.home-credit-card__trust { display: block; max-width: 23ch; margin-top: 12px; color: rgba(255,255,255,.92); font-size: .86rem; font-weight: 800; line-height: 1.22; }
.home-credit-card__person {
  position: absolute;
  right: -30px;
  bottom: -5px;
  z-index: 2;
  display: block;
  width: 56%;
  height: 77%;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.home-credit-card__cta {
  position: absolute;
  right: 44%;
  bottom: 24px;
  left: 18px;
  z-index: 4;
  display: grid;
  min-height: 54px;
  place-items: center;
  color: #2d1631;
  background: var(--rangoli-gold);
  border-radius: 999px;
  box-shadow: 0 14px 24px rgba(35,18,37,.22);
  font-size: 1.34rem;
  font-weight: 1000;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
}

.trust-ticker {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 12px 14px;
  color: rgba(255,255,255,.86);
  background: radial-gradient(circle at 100% 0%, rgba(255,212,59,.24), transparent 34%), linear-gradient(135deg, rgba(79,0,75,.9), rgba(133,0,111,.82));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  font-size: .8rem;
  line-height: 1.45;
}
.trust-ticker-icon { display: grid; flex-shrink: 0; width: 28px; height: 28px; place-items: center; color: #321244; background: var(--rangoli-gold); border-radius: 8px; }
.trust-ticker-icon svg { width: 15px; height: 15px; }

.trust-signal-strip { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 16px; }
.trust-signal-strip__item {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  color: var(--bharat-ink);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(82,19,90,.12);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(86,0,74,.08);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.35;
}
.trust-signal-strip__check { display: grid; flex-shrink: 0; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--rangoli-teal); border-radius: 999px; font-size: 1.3rem; font-weight: 1000; }

.trust-btn { position: relative; z-index: 1; display: flex; width: 100%; align-items: center; justify-content: center; padding: 15px 22px; border-radius: 999px; font-size: .95rem; font-weight: 700; }
.trust-btn-ghost { color: var(--rangoli-brand); background: #fff; border: 1.5px solid rgba(227,49,95,.18); }
.install-btn { margin-top: 10px; box-shadow: 0 10px 24px rgba(48,37,20,.08); }

.big-footer {
  position: relative;
  z-index: 1;
  width: calc(100% + 40px);
  margin: 28px -20px 0;
  padding: 32px 20px 42px;
  color: #f0f1f3;
  background: #0f0f11;
  border-top: 4px solid #2d2d30;
  font-size: 13px;
  line-height: 2;
  text-align: left;
}
.big-footer__legal { padding-bottom: 30px; border-bottom: 1px solid #56565a; }
.big-footer__company { margin: 0 0 16px; color: #f5f6f7; font-weight: 400; }
.big-footer__links { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 0; margin: 0 0 22px; padding: 0; list-style: none; }
.big-footer__links li { display: inline-flex; align-items: center; color: #f1f2f4; white-space: nowrap; }
.big-footer__links li:not(:last-child)::after { content: ""; width: 1px; height: 18px; margin: 0 8px; background: #a0a1a5; }
.big-footer__cin { margin: 0; color: #f5f6f7; font-weight: 800; line-height: 2.25; }
.big-footer__products { padding-top: 30px; }
.big-footer__product { margin: 0 0 22px; color: #e4e5e8; line-height: 2.25; }
.big-footer__product:last-child { margin-bottom: 0; }
.big-footer__product strong { color: #fff; font-weight: 800; }
.footer-spacer { height: 16px; }

.apply-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 90;
  width: 100%;
  max-width: 430px;
  padding: 10px 14px calc(12px + var(--safe-bottom));
  transform: translateX(-50%);
  background: rgba(255,255,255,.90);
  border-top: 1px solid rgba(82,19,90,.10);
  box-shadow: 0 -18px 34px rgba(86,0,74,.10);
  backdrop-filter: blur(16px);
}
.apply-now-btn {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  color: #2d1631;
  background: linear-gradient(100deg, var(--rangoli-gold), #fff05c);
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(196,125,0,.28);
  font-size: .96rem;
  font-weight: 900;
  animation: applyBounce 1.7s ease-in-out infinite;
}
.apply-now-btn__pulse { position: absolute; inset: 0; border-radius: 16px; animation: applyPulse 1.7s ease-out infinite; pointer-events: none; }
.apply-now-btn__text, .apply-now-btn__arrow { position: relative; z-index: 1; }
.apply-now-btn__arrow { font-size: 1.2rem; animation: applyArrow 1.3s ease-in-out infinite; }
.apply-now-btn.pulse-flash { filter: brightness(1.06); }
@keyframes applyBounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes applyPulse { 0% { box-shadow: inset 0 0 0 0 rgba(227,49,95,0); } 45% { box-shadow: inset 0 0 0 4px rgba(227,49,95,.18); } 100% { box-shadow: inset 0 0 0 0 rgba(227,49,95,0); } }
@keyframes applyArrow { 0%,100% { transform: translateX(0); } 50% { transform: translateX(5px); } }

.modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: flex-end; justify-content: center; animation: modalFade .22s ease; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(2,4,12,.64); backdrop-filter: blur(4px); }
.modal__sheet {
  position: relative;
  width: 100%;
  max-width: 430px;
  max-height: 95vh;
  overflow-y: auto;
  padding: 24px 20px calc(28px + var(--safe-bottom));
  color: #1a1f35;
  background: linear-gradient(180deg, #fff, #fff3fb);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -12px 48px rgba(0,0,0,.35);
  animation: modalSlide .32s cubic-bezier(.21,.62,.32,1.04);
}
.modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; width: 38px; height: 38px; place-items: center; color: var(--bharat-muted); background: rgba(255,255,255,.84); border-radius: 50%; font-size: 24px; line-height: 1; }
.modal__head { margin-bottom: 18px; padding-right: 34px; }
.modal__head h2 { margin: 10px 0 6px; color: var(--rangoli-ink); font-size: 1.35rem; line-height: 1.2; }
.modal__head p { margin: 0; color: var(--bharat-muted); font-size: .82rem; line-height: 1.5; }
.apply-sheet__brand { display: inline-flex; align-items: center; gap: 8px; color: var(--rangoli-brand); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.apply-sheet__brand img { width: 30px; height: 30px; border-radius: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > span { color: var(--bharat-muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.form-field input, .form-field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--rangoli-ink);
  background: rgba(255,255,255,.86);
  border: 1px solid var(--bharat-line);
  border-radius: 12px;
  outline: 0;
  font-size: max(1rem,16px);
}
.form-field input:focus, .form-field select:focus { border-color: rgba(227,49,95,.55); box-shadow: 0 0 0 3px rgba(227,49,95,.10); }
.form-error { margin: 12px 0 0; color: #b42318; font-size: .8rem; font-weight: 700; text-align: center; }
.form-submit {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  color: #311244;
  background: linear-gradient(100deg, var(--rangoli-gold), #fff05c);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(196,125,0,.28);
  font-size: .95rem;
  font-weight: 900;
}
.form-submit[disabled] { opacity: .7; pointer-events: none; }
.form-submit__spinner { display: none; width: 17px; height: 17px; border: 2.5px solid rgba(49,18,68,.25); border-top-color: #311244; border-radius: 50%; }
.form-submit.is-loading .form-submit__spinner { display: block; animation: spin .8s linear infinite; }

.success-sheet { overflow: hidden; padding-top: 30px; text-align: center; }
.success-sheet__burst { position: relative; width: 90px; height: 90px; margin: 0 auto 14px; color: var(--rangoli-teal); }
.success-sheet__burst svg { width: 100%; height: 100%; }
.success-sheet__ring { stroke-dasharray: 226; stroke-dashoffset: 226; animation: successRing .6s ease forwards; }
.success-sheet__check { stroke-dasharray: 72; stroke-dashoffset: 72; animation: successCheck .35s ease forwards .55s; }
.success-sheet__title { margin: 0 0 4px; color: var(--rangoli-ink); font-size: 1.6rem; animation: successPop .6s ease .6s both; }
.success-sheet__subtitle { margin: 0 0 18px; color: var(--bharat-muted); font-size: .88rem; animation: successPop .6s ease .75s both; }
.success-sheet__amount { margin: 6px 0 2px; color: var(--rangoli-brand); font-size: 2.35rem; font-weight: 900; animation: successAmount 1s cubic-bezier(.21,.62,.32,1.04) .9s both; }
.success-sheet__amount-label { margin: 0 0 16px; color: var(--rangoli-brand); font-size: .72rem; font-weight: 800; text-transform: uppercase; animation: successPop .6s ease 1.1s both; }
.success-sheet__note { margin: 0 12px 22px; color: var(--bharat-muted); font-size: .84rem; line-height: 1.55; animation: successPop .6s ease 1.25s both; }
.success-sheet__download { display: flex; width: calc(100% - 12px); min-height: 54px; align-items: center; justify-content: center; gap: 10px; margin: 0 auto; color: #311244; background: linear-gradient(100deg, var(--rangoli-gold), #fff05c); border-radius: 999px; box-shadow: 0 14px 28px rgba(196,125,0,.28); font-size: .96rem; font-weight: 900; animation: successPop .6s ease 1.4s both; }
.success-sheet__later { display: block; width: 100%; margin-top: 12px; padding: 10px; color: var(--bharat-muted); background: transparent; font-size: .8rem; font-weight: 700; }
.success-sheet__confetti { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.success-sheet__confetti::before, .success-sheet__confetti::after { content: ""; position: absolute; top: 15%; width: 12px; height: 12px; border-radius: 2px; }
.success-sheet__confetti::before { left: 14%; background: var(--rangoli-gold); animation: confettiA 1.8s ease-out forwards .5s; }
.success-sheet__confetti::after { right: 14%; background: var(--rangoli-teal); animation: confettiB 1.8s ease-out forwards .5s; }

.overlay { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(44,18,50,.88); }
.overlay__panel { width: 100%; max-width: 390px; padding: 24px 22px; color: var(--rangoli-ink); background: #fff; border-radius: 18px; text-align: center; }
.overlay__panel h2 { margin: 0 0 8px; font-size: 1.1rem; }
.overlay__panel p { margin: 0; color: var(--bharat-muted); font-size: .88rem; line-height: 1.55; }

@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalSlide { from { transform: translateY(105%); } to { transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes successRing { to { stroke-dashoffset: 0; } }
@keyframes successCheck { to { stroke-dashoffset: 0; } }
@keyframes successPop { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes successAmount { 0% { opacity: 0; transform: scale(.4); } 60% { opacity: 1; transform: scale(1.15); } 100% { opacity: 1; transform: scale(1); } }
@keyframes confettiA { from { opacity: 0; transform: rotate(0); } 20% { opacity: 1; } to { opacity: 0; transform: translate(-30px,220px) rotate(540deg); } }
@keyframes confettiB { from { opacity: 0; transform: rotate(0); } 20% { opacity: 1; } to { opacity: 0; transform: translate(30px,200px) rotate(-540deg); } }

@media (max-width: 360px) {
  .trust-page { padding-right: 16px; padding-left: 16px; }
  .home-credit-card { min-height: 308px; padding: 17px 16px 74px; }
  .home-credit-card__copy { width: min(68%,208px); }
  .home-credit-card__amount { margin-top: 17px; font-size: 2rem; }
  .home-credit-card__trust { max-width: 21ch; margin-top: 10px; font-size: .76rem; line-height: 1.16; }
  .home-credit-card__person { right: -34px; bottom: -5px; width: 58%; height: 72%; }
  .home-credit-card__cta { right: 45%; bottom: 22px; left: 16px; min-height: 48px; font-size: 1.04rem; }
  .big-footer { width: calc(100% + 32px); margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .sw { gap: 5px; }
  .sw .sel { max-width: 88px; padding-right: 5px; padding-left: 7px; }
  .apply-now-btn { font-size: .84rem; }
}
@media (prefers-reduced-motion: reduce) {
  .apply-now-btn, .apply-now-btn__pulse, .apply-now-btn__arrow, .modal, .modal__sheet, .success-sheet * { animation: none !important; }
}
