.pm-credit-v2 {
  --pm-credit-ink: #141513;
  --pm-credit-muted: #858a7d;
  --pm-credit-line: rgba(125, 146, 76, .2);
  --pm-credit-lime: #baff00;
  --pm-credit-olive: #617c26;
  --pm-credit-radius: 24px;
  --pm-credit-shadow: 0 18px 44px rgba(56, 64, 35, .06), 0 2px 8px rgba(34, 38, 25, .035);
  max-width: 100%;
  margin: 0 0 44px;
  color: var(--pm-credit-ink);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

.pm-credit-v2 *,
.pm-credit-v2 *::before,
.pm-credit-v2 *::after { box-sizing: border-box; }

.pm-credit-v2 [hidden] { display: none !important; }

/* Keep the approved credit-page typography independent from Aspro's global heading transforms. */
.topic__heading #pagetitle {
  font-family: "GT Walsheim Pro", Arial, sans-serif;
  font-weight: 700 !important;
}

.pm-credit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 34px;
  align-items: start;
}

.pm-credit-main { display: grid; gap: 12px; min-width: 0; }

.pm-credit-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pm-credit-line);
  border-radius: var(--pm-credit-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(185, 255, 0, .21), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 64%, rgba(247,255,229,.96) 100%);
  box-shadow: var(--pm-credit-shadow);
}

.pm-credit-product {
  min-height: 116px;
  padding: 12px 24px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  isolation: isolate;
}

.pm-credit-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 91% 18%, rgba(186,255,0,.28), transparent 32%),
    linear-gradient(105deg, rgba(255,255,255,.82), rgba(235,255,178,.16) 54%, rgba(196,255,26,.14));
}

.pm-credit-product::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -75%;
  bottom: -75%;
  left: -34%;
  width: 24%;
  pointer-events: none;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), rgba(255,255,255,.78), rgba(210,255,72,.34), transparent);
  filter: blur(.3px);
  animation: pm-credit-product-sheen 6.2s cubic-bezier(.36,.08,.24,1) infinite;
}

.pm-credit-product > * { position: relative; z-index: 1; }

.pm-credit-product-image {
  width: 104px;
  height: 92px;
  padding: 5px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 17px;
  background: radial-gradient(circle at 100% 0%, rgba(190,255,0,.18), transparent 48%), #fff;
}

.pm-credit-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pm-credit-product-copy h2 { margin: 0 0 7px; font-size: 17px; line-height: 1.3; font-weight: 500; letter-spacing: -.015em; }
.pm-credit-product-copy strong { font-size: 22px; }
.pm-credit-change { align-self: center; color: inherit; font-size: 12px; text-underline-offset: 5px; text-decoration-style: dotted; }

.pm-credit-accessories { padding: 16px 14px 12px; }
.pm-credit-heading { padding: 0 8px 10px; }
.pm-credit-heading h2 {
  margin: 0;
  font-family: "GT Walsheim Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-transform: none !important;
}
.pm-credit-heading p { margin: 4px 0 0; color: #8e94a8; font-size: 12px; }
.pm-credit-heading--compact { padding: 0 0 8px; }
.pm-credit-heading--compact h2 { font-size: 22px; }

.pm-credit-accessory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pm-credit-accessory {
  position: relative;
  min-height: 138px;
  padding: 10px 12px 12px;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(119, 122, 104, .19);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.pm-credit-accessory:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(56,64,35,.08); }
.pm-credit-accessory.is-selected { border-color: rgba(130,176,0,.6); background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(232,255,164,.45)); }
.pm-credit-accessory input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.pm-credit-accessory img { width: 104px; height: 104px; object-fit: contain; mix-blend-mode: multiply; }
.pm-credit-accessory-copy { align-self: stretch; padding: 10px 0 4px; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.pm-credit-accessory-copy h3 { margin: 0; font-size: 14px; line-height: 1.3; font-weight: 500; }
.pm-credit-accessory-copy strong { font-size: 18px; white-space: nowrap; }
.pm-credit-accessory-action {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(113,118,97,.23);
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.pm-credit-accessory:hover .pm-credit-accessory-action { transform: scale(1.08); border-color: rgba(125,160,0,.55); }
.pm-credit-accessory.is-selected .pm-credit-accessory-action { color: #142000; background: var(--pm-credit-lime); border-color: transparent; box-shadow: 0 7px 16px rgba(157,218,0,.3); }
.pm-credit-accessory-action span { transition: transform .25s ease; }
.pm-credit-accessory.is-selected .pm-credit-accessory-action span { transform: rotate(45deg); }

.pm-credit-form-card { min-height: 528px; }
.pm-credit-form-glow { position: absolute; inset: 0 0 auto 0; height: 150px; background: linear-gradient(110deg, rgba(255,255,255,.82), transparent 42%), radial-gradient(circle at 100% 0%, rgba(183,255,0,.28), transparent 50%); pointer-events: none; }
.pm-credit-form-content { position: relative; z-index: 1; padding: 16px 20px 14px; }

.pm-credit-bank-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 0 0 18px; }
.pm-credit-bank {
  --pm-bank-depth: rgba(68,78,31,.2);
  --pm-bank-glow: rgba(41,47,24,.12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transform: translateY(0) scale(1);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.72), inset 0 -5px 9px rgba(36,43,18,.1), 0 6px 0 var(--pm-bank-depth), 0 13px 22px var(--pm-bank-glow);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease, filter .22s ease;
}
.pm-credit-bank::after,
.pm-credit-submit::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -42%;
  width: 34%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), rgba(255,255,255,.65), rgba(255,255,255,.14), transparent);
  animation: pm-credit-sheen 4.6s cubic-bezier(.35,.12,.25,1) infinite;
  pointer-events: none;
}
.pm-credit-bank:nth-child(2)::after { animation-delay: .35s; }
.pm-credit-bank:nth-child(3)::after { animation-delay: .7s; }
.pm-credit-bank:nth-child(4)::after { animation-delay: 1.05s; }
.pm-credit-bank.is-selected { filter: saturate(1.08); box-shadow: inset 0 2px 0 rgba(255,255,255,.76), inset 0 -5px 9px rgba(36,43,18,.09), 0 6px 0 var(--pm-bank-depth), 0 16px 27px var(--pm-bank-glow), 0 0 0 4px rgba(186,255,0,.12); }
.pm-credit-bank:hover,
.pm-credit-bank.is-selected:hover { transform: translateY(-4px) scale(1.015); filter: saturate(1.1) brightness(1.02); box-shadow: inset 0 2px 0 rgba(255,255,255,.8), inset 0 -5px 9px rgba(36,43,18,.08), 0 9px 0 var(--pm-bank-depth), 0 20px 30px var(--pm-bank-glow); }
.pm-credit-bank:active,
.pm-credit-bank.is-selected:active { transform: translateY(3px) scale(.99); box-shadow: inset 0 2px 0 rgba(255,255,255,.62), inset 0 -3px 7px rgba(36,43,18,.09), 0 2px 0 var(--pm-bank-depth), 0 8px 14px var(--pm-bank-glow); }
.pm-credit-bank:focus-visible { outline: 3px solid rgba(126,178,0,.36); outline-offset: 4px; }
.pm-credit-bank img { position: absolute; z-index: 1; top: 50%; left: 50%; display: block; width: auto; height: auto; max-width: calc(100% - 32px); margin: 0; object-fit: contain; object-position: center; transform: translate(-50%,-50%); }
.pm-credit-bank--t { --pm-bank-depth: rgba(202,158,0,.48); --pm-bank-glow: rgba(255,205,0,.24); background: linear-gradient(180deg,#ffe95b 0%,#ffdc17 55%,#f5c900 100%); }
.pm-credit-bank--t img { width: min(100%,132px); max-height: 31px; transform: translate(-50%,calc(-50% + 2px)); }
.pm-credit-bank--mts { --pm-bank-depth: rgba(170,11,18,.42); --pm-bank-glow: rgba(243,33,41,.22); background: linear-gradient(180deg,#ff555a 0%,#f32129 56%,#d6141b 100%); }
.pm-credit-bank--mts img { width: min(100%,146px); max-height: 32px; transform: translate(-50%,calc(-50% + 1px)); }
.pm-credit-bank--otp { --pm-bank-depth: rgba(113,161,0,.42); --pm-bank-glow: rgba(158,221,0,.23); background: linear-gradient(180deg,#dbff6a 0%,#c1ff05 55%,#9fdf00 100%); }
.pm-credit-bank--otp img { width: min(100%,142px); max-height: 28px; }
.pm-credit-bank--sovcom { --pm-bank-depth: rgba(34,70,151,.24); --pm-bank-glow: rgba(40,76,158,.16); background: linear-gradient(180deg,#fff 0%,#fbfcff 55%,#e9effb 100%); }
.pm-credit-bank--sovcom img { width: min(100%,152px); max-height: 25px; transform: translate(calc(-50% - 10px),calc(-50% - 2px)); }

.pm-credit-divider { height: 1px; margin-bottom: 9px; background: linear-gradient(90deg, rgba(132,149,90,.16), rgba(178,219,63,.38), rgba(132,149,90,.16)); }
.pm-credit-v2 fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.pm-credit-v2 legend { margin-bottom: 8px; padding: 0; color: var(--pm-credit-ink); font-size: 14px; font-weight: 600; }
.pm-credit-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px 22px; }
.pm-credit-field { display: grid; gap: 6px; margin: 0; color: #282924; font-size: 12px; font-weight: 400; }
.pm-credit-field--full { grid-column: 1 / -1; }
.pm-credit-field input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(120,124,104,.22);
  border-radius: 13px;
  outline: none;
  color: var(--pm-credit-ink);
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 2px rgba(58,64,39,.025);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.pm-credit-field input::placeholder { color: #9aa0ae; }
.pm-credit-field input:focus { border-color: rgba(139,190,0,.72); background: #fff; box-shadow: 0 0 0 4px rgba(183,255,0,.13); }

.pm-credit-price { margin: 12px -20px -14px; padding: 11px 20px 14px; border-top: 1px solid rgba(120,145,67,.15); background: rgba(255,255,255,.72); }
.pm-credit-price-row { min-height: 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; }
.pm-credit-price-row strong { font-size: 18px; }
.pm-credit-price-row--extras { color: var(--pm-credit-olive); }
.pm-credit-disclosure { margin: 2px 0 7px; padding: 7px 12px; border-radius: 9px; color: #5f7b27; background: linear-gradient(90deg,rgba(231,250,199,.78),rgba(251,255,244,.9)); font-size: 12px; }
.pm-credit-price-row--total { margin-bottom: 6px; font-size: 16px; }
.pm-credit-price-row--total strong { font-size: 20px; }
.pm-credit-submit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  color: #111500;
  background: linear-gradient(102deg,#a9ee00 0%,#c7ff18 30%,#e1ff88 52%,#c1ff0b 74%,#9fe400 100%);
  box-shadow: 0 14px 24px rgba(133,190,0,.22), inset 0 1px 0 rgba(255,255,255,.62), inset 0 -4px 10px rgba(87,132,0,.08);
  font-size: 17px;
  font-weight: 750;
  letter-spacing: .01em;
  transition: transform .22s ease, box-shadow .22s ease;
}
.pm-credit-submit::after { width: 23%; animation-duration: 3.7s; background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),rgba(255,255,255,.72),rgba(255,255,255,.2),transparent); }
.pm-credit-submit span { position: relative; z-index: 1; }
.pm-credit-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 30px rgba(133,190,0,.29), inset 0 1px 0 rgba(255,255,255,.7), inset 0 -4px 10px rgba(87,132,0,.08); }
.pm-credit-submit:active { transform: translateY(0) scale(.995); }
.pm-credit-consent { margin: 10px 2px 0; color: #8e94a4; font-size: 10px; line-height: 1.45; }
.pm-credit-consent a { color: inherit; text-underline-offset: 2px; }

.pm-credit-process { margin-top: 170px; padding: 24px 18px 22px; }
.pm-credit-process h2 {
  margin: 0 0 24px;
  font-family: "GT Walsheim Pro", Arial, sans-serif;
  font-size: 17px;
  font-weight: 500 !important;
  text-transform: none !important;
}
.pm-credit-steps { list-style: none; margin: 0; padding: 0; }
.pm-credit-steps li { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 10px; min-height: 92px; }
.pm-credit-steps li:not(:last-child)::after { content: ""; position: absolute; top: 29px; left: 15px; bottom: 1px; border-left: 1px dotted rgba(118,157,0,.62); }
.pm-credit-step-number { position: relative; z-index: 1; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(120,163,0,.65); border-radius: 50%; background: #fff; font-size: 12px; }
.pm-credit-steps strong { display: block; margin: 5px 0 7px; font-size: 12px; font-weight: 500; }
.pm-credit-steps p,
.pm-credit-terms p { margin: 0; color: #9298aa; font-size: 10px; line-height: 1.65; }
.pm-credit-terms { margin-top: 4px; padding-top: 20px; border-top: 1px solid rgba(120,124,104,.16); }
.pm-credit-terms h3 {
  margin: 0 0 11px;
  font-family: "GT Walsheim Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500 !important;
  text-transform: none !important;
}

@keyframes pm-credit-sheen {
  0%,18% { left: -44%; opacity: 0; }
  30% { opacity: 1; }
  53% { left: 118%; opacity: .88; }
  62%,100% { left: 118%; opacity: 0; }
}

@keyframes pm-credit-product-sheen {
  0%,20% { left: -34%; opacity: 0; }
  29% { opacity: .9; }
  54% { left: 116%; opacity: .78; }
  64%,100% { left: 116%; opacity: 0; }
}

@media (max-width: 1100px) {
  .pm-credit-layout { grid-template-columns: 1fr; }
  .pm-credit-process { margin-top: 0; }
  .pm-credit-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
  .pm-credit-steps li { min-height: auto; }
  .pm-credit-steps li::after { display: none; }
}

@media (max-width: 760px) {
  .pm-credit-v2 { margin-bottom: 28px; }
  .pm-credit-layout { gap: 12px; }
  .pm-credit-main { gap: 10px; }
  .pm-credit-product { min-height: 116px; padding: 14px; grid-template-columns: 70px 1fr; gap: 12px; }
  .pm-credit-product-copy h2 { font-size: 15px; }
  .pm-credit-product-copy strong { font-size: 20px; }
  .pm-credit-change { grid-column: 2; margin-top: -8px; }
  .pm-credit-product-image { width: 70px; height: 86px; border-radius: 14px; }
  .pm-credit-accessories { padding: 16px 12px 12px; }
  .pm-credit-accessory-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
  .pm-credit-accessory { min-width: 286px; grid-template-columns: 92px 1fr 38px; scroll-snap-align: start; }
  .pm-credit-accessory img { width: 88px; height: 98px; }
  .pm-credit-form-content { padding: 16px 14px 14px; }
  .pm-credit-bank-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 10px; }
  .pm-credit-bank { height: 50px; padding: 0 16px; }
  .pm-credit-fields { grid-template-columns: 1fr; gap: 12px; }
  .pm-credit-field--full { grid-column: auto; }
  .pm-credit-field input { height: 50px; }
  .pm-credit-price { margin: 14px -14px -14px; padding: 12px 14px 14px; }
  .pm-credit-submit { height: 56px; }
  .pm-credit-process { padding: 20px 16px; }
  .pm-credit-steps { grid-template-columns: 1fr; }
  .pm-credit-steps li { min-height: 86px; }
  .pm-credit-steps li:not(:last-child)::after { display: block; }
  .pm-credit-surface { border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .pm-credit-v2 *,
  .pm-credit-v2 *::before,
  .pm-credit-v2 *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* PM_CREDIT_CONSENT_SPACING_20260827 — scoped visual adjustment only. */
.pm-credit-consent {
  margin-top: 16px;
  font-weight: 600;
}
.pm-credit-consent a {
  font-weight: 600;
}
