body.bank-body {
  background:
    radial-gradient(circle at top left, rgba(175, 246, 195, 0.36), transparent 26%),
    radial-gradient(circle at top right, rgba(74, 123, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #eef9eb 0%, #edf8ee 27rem, #f3f6fb 27rem, #f3f6fb 100%);
  color: #0e1a2b;
  overflow-x: clip;
}

.bank-shell {
  overflow-x: clip;
}

.bank-announcement .announcement-bar-inner {
  min-height: 40px;
  background:
    linear-gradient(90deg, rgba(22, 77, 48, 0.78), rgba(30, 92, 56, 0.6)),
    rgba(11, 20, 30, 0.94);
}

.bank-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(7, 16, 28, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bank-brand {
  width: auto;
}

.bank-brand-logo {
  width: auto;
  height: 28px;
  max-width: min(44vw, 240px);
  object-fit: contain;
}

.bank-site-nav {
  display: none;
}

.bank-actions {
  gap: 10px;
}

.bank-header-link {
  display: none;
}

.bank-header-button {
  min-height: 42px;
  padding-inline: 16px;
}

.bank-main {
  display: grid;
  gap: 18px;
  padding-bottom: 28px;
}

.bank-hero-section,
.bank-origin-section,
.bank-product-section,
.bank-plan-section,
.bank-calculator-section,
.bank-desk-section,
.bank-app-section,
.bank-faq-section,
.bank-final-section,
.bank-footer-section {
  padding: 12px 0;
}

.bank-hero-shell,
.bank-final-card {
  border: 1px solid rgba(47, 97, 206, 0.14);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(77, 125, 255, 0.24), transparent 28%),
    radial-gradient(circle at bottom left, rgba(34, 65, 115, 0.3), transparent 24%),
    linear-gradient(180deg, #0a1524 0%, #08111d 100%);
  box-shadow: 0 24px 56px rgba(7, 15, 28, 0.22);
}

.bank-hero-shell {
  border-color: rgba(82, 168, 118, 0.14);
  background:
    radial-gradient(circle at top right, rgba(142, 255, 177, 0.42), transparent 30%),
    radial-gradient(circle at bottom left, rgba(117, 223, 170, 0.26), transparent 26%),
    linear-gradient(180deg, #e8f9e3 0%, #ddf4dd 100%);
  box-shadow: 0 18px 40px rgba(39, 73, 52, 0.08);
}

.bank-hero-grid,
.bank-product-grid,
.bank-plan-grid,
.bank-desk-grid,
.bank-faq-grid {
  display: grid;
}

.bank-hero-grid {
  gap: 12px;
}

.bank-hero-copy {
  display: grid;
  gap: 14px;
  padding: 24px 20px 14px;
  justify-items: center;
  text-align: center;
}

.bank-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(242, 246, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(15, 26, 40, 0.56);
  border-color: rgba(16, 28, 46, 0.08);
  background: rgba(255, 255, 255, 0.8);
}

.eyebrow-dark {
  color: rgba(241, 246, 255, 0.74);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.bank-hero-copy h1,
.bank-section-head h2,
.bank-product-card strong,
.bank-plan-card strong,
.bank-step-card strong,
.bank-final-copy h2,
.bank-faq-item summary {
  margin: 0;
  font-family: "Public Sans", sans-serif;
  letter-spacing: -0.045em;
}

.bank-hero-copy h1 {
  max-width: 12ch;
  color: #132417;
  font-size: clamp(2.45rem, 8.3vw, 5.2rem);
  line-height: 0.93;
}

.bank-hero-copy p,
.bank-section-head p,
.bank-product-card p,
.bank-plan-card p,
.bank-step-card p,
.bank-plan-note,
.bank-final-copy p,
.bank-faq-item p {
  margin: 0;
  line-height: 1.58;
}

.bank-hero-copy p,
.bank-final-copy p {
  color: rgba(15, 29, 20, 0.74);
  max-width: 42rem;
  font-size: 0.98rem;
}

.bank-hero-actions,
.bank-trust-strip,
.bank-performance-grid,
.bank-performance-list,
.bank-product-tags,
.bank-plan-list,
.bank-final-actions {
  display: grid;
}

.bank-hero-actions {
  gap: 10px;
  width: min(360px, 100%);
}

.bank-trust-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.bank-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(16, 28, 46, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(15, 29, 20, 0.74);
  font-size: 0.8rem;
  font-weight: 700;
}

.bank-hero-visual {
  padding: 0 14px 16px;
}

.bank-prime-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 320px;
}

.bank-prime-note {
  position: absolute;
  left: clamp(6px, 4vw, 28px);
  top: clamp(22px, 6vw, 42px);
  z-index: 2;
  display: grid;
  gap: 12px;
  width: min(220px, 42vw);
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(234, 255, 225, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 36px rgba(79, 146, 92, 0.16);
  transform: rotate(-3deg);
}

.bank-prime-note strong {
  color: #173019;
  font-family: "Public Sans", sans-serif;
  font-size: clamp(1.1rem, 2.8vw, 1.45rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.bank-prime-note span {
  color: rgba(23, 48, 25, 0.7);
  font-size: 0.84rem;
  line-height: 1.42;
}

.bank-prime-note a {
  color: #1c6f2f;
  font-size: 0.84rem;
  font-weight: 800;
}

.bank-prime-board {
  position: relative;
  width: min(100%, 520px);
  min-height: 320px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(248, 255, 191, 0.92), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.4), transparent 26%),
    linear-gradient(145deg, #b8f6a9 0%, #79e5b4 54%, #5fd6b6 100%);
  box-shadow: 0 24px 44px rgba(68, 126, 84, 0.18);
}

.bank-prime-chip {
  position: absolute;
  left: 24px;
  bottom: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bb46 0%, #6ed44d 100%);
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(40, 128, 52, 0.18);
}

.bank-prime-shape {
  position: absolute;
  border-radius: 28px;
  filter: blur(0.2px);
}

.bank-prime-shape-a {
  inset: 44px 54px auto auto;
  width: 220px;
  height: 168px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(138, 255, 170, 0.18));
  transform: rotate(8deg);
}

.bank-prime-shape-b {
  inset: 84px 98px auto auto;
  width: 162px;
  height: 114px;
  background: linear-gradient(145deg, rgba(76, 199, 53, 0.9), rgba(68, 175, 52, 0.65));
  transform: rotate(-18deg);
}

.bank-prime-shape-c {
  inset: auto 74px 38px auto;
  width: 196px;
  height: 88px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(49, 208, 177, 0.26));
  transform: rotate(-7deg);
}

.bank-prime-cube {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  box-shadow: 0 16px 26px rgba(34, 75, 36, 0.16);
}

.bank-prime-cube-a {
  top: 86px;
  right: 150px;
  background: linear-gradient(145deg, #ff9cbe 0%, #ff6a87 100%);
  transform: rotate(-12deg);
}

.bank-prime-cube-b {
  top: 118px;
  right: 82px;
  background: linear-gradient(145deg, #4fc053 0%, #66dd46 100%);
  transform: rotate(8deg);
}

.bank-prime-cube-c {
  top: 146px;
  right: 222px;
  background: linear-gradient(145deg, #f8ba48 0%, #ff9041 100%);
  transform: rotate(11deg);
}

.bank-prime-ribbon {
  position: absolute;
  right: 42px;
  bottom: 54px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.38);
  color: #1a3520;
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.bank-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.bank-section-head h2 {
  color: #0a1726;
  max-width: 13ch;
  font-size: clamp(1.78rem, 5vw, 3rem);
  line-height: 0.97;
}

.bank-section-head p {
  max-width: 42rem;
  color: rgba(15, 26, 40, 0.66);
  font-size: 0.95rem;
}

.bank-section-head-dark h2,
.bank-section-head-dark p {
  color: #ffffff;
}

.bank-section-head-dark p {
  color: rgba(239, 245, 255, 0.72);
}

.bank-product-grid,
.bank-plan-grid,
.bank-desk-grid,
.bank-faq-grid {
  gap: 12px;
}

.bank-showcase-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  overflow-x: auto;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.bank-showcase-grid::-webkit-scrollbar {
  display: none;
}

.bank-showcase-card {
  position: relative;
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 360px;
  padding: 18px;
  border: 1px solid rgba(16, 28, 46, 0.08);
  border-radius: 30px;
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(16, 27, 45, 0.08);
}

.bank-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 29, 0.02) 0%, rgba(8, 17, 29, 0.12) 42%, rgba(8, 17, 29, 0.76) 100%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 32%);
}

.bank-showcase-card > * {
  position: relative;
  z-index: 1;
}

.bank-showcase-card-s { background: linear-gradient(145deg, #123a23 0%, #1d7342 55%, #7ee9a3 100%); }
.bank-showcase-card-t { background: linear-gradient(145deg, #20345f 0%, #3261d8 58%, #8ec0ff 100%); }
.bank-showcase-card-m { background: linear-gradient(145deg, #3a2445 0%, #743dc3 54%, #c492ff 100%); }
.bank-showcase-card-r { background: linear-gradient(145deg, #1e2631 0%, #4d5d70 58%, #bbc7d8 100%); }
.bank-showcase-card-c { background: linear-gradient(145deg, #0d2e36 0%, #0c96ac 58%, #84ecf1 100%); }
.bank-showcase-card-g { background: linear-gradient(145deg, #2e220f 0%, #ba8512 58%, #ffe07e 100%); }

.bank-showcase-brand {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bank-showcase-card strong {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 1.18rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.bank-showcase-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  line-height: 1.42;
}

.bank-showcase-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f1d2f;
  font-size: 0.84rem;
  font-weight: 800;
}

.bank-story-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(76px, 1fr);
  gap: 10px;
  overflow-x: auto;
  padding: 12px 4px 0;
  scrollbar-width: none;
}

.bank-story-strip::-webkit-scrollbar {
  display: none;
}

.bank-story-pill {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.bank-story-thumb {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.7);
}

.bank-story-thumb-s { background: linear-gradient(145deg, #17482a 0%, #26824a 56%, #8bf0ac 100%); }
.bank-story-thumb-t { background: linear-gradient(145deg, #20345f 0%, #376ce9 56%, #9fd0ff 100%); }
.bank-story-thumb-m { background: linear-gradient(145deg, #3b2648 0%, #7b43d2 56%, #c99fff 100%); }
.bank-story-thumb-r { background: linear-gradient(145deg, #28313e 0%, #5b6777 56%, #bac7d7 100%); }
.bank-story-thumb-c { background: linear-gradient(145deg, #133740 0%, #13a3b7 56%, #86edf2 100%); }
.bank-story-thumb-g { background: linear-gradient(145deg, #372a12 0%, #c08a15 56%, #ffe492 100%); }

.bank-story-pill strong {
  color: rgba(15, 26, 40, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
}

.bank-product-summary {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.bank-product-summary-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(16, 28, 46, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.bank-product-summary-card strong {
  color: #0c1726;
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.02;
}

.bank-product-summary-card p {
  margin: 0;
  color: rgba(15, 26, 40, 0.66);
  font-size: 0.88rem;
  line-height: 1.45;
}

.bank-origin-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(16, 28, 46, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(16, 27, 45, 0.05);
}

.bank-origin-copy {
  display: grid;
  gap: 10px;
}

.bank-origin-copy h2 {
  margin: 0;
  color: #0c1726;
  font-family: "Public Sans", sans-serif;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.bank-origin-copy p,
.bank-origin-note {
  margin: 0;
  color: rgba(15, 26, 40, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
}

.bank-origin-note {
  color: rgba(15, 26, 40, 0.5);
  font-size: 0.8rem;
}

.bank-product-card,
.bank-step-card,
.bank-faq-item {
  border: 1px solid rgba(16, 28, 46, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 30px rgba(16, 27, 45, 0.06);
}

.bank-product-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.bank-product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bank-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(180deg, #1d62f0 0%, #1650cb 100%);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.bank-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(13, 27, 46, 0.06);
  color: rgba(15, 26, 40, 0.64);
  font-size: 0.76rem;
  font-weight: 700;
}

.bank-product-card strong,
.bank-step-card strong {
  color: #0e1a2b;
  font-size: 1.1rem;
  line-height: 1.08;
}

.bank-product-card p,
.bank-step-card p,
.bank-faq-item p {
  color: rgba(15, 26, 40, 0.68);
  font-size: 0.9rem;
}

.bank-product-tags {
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 8px;
}

.bank-product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(17, 31, 51, 0.06);
  color: rgba(15, 26, 40, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
}

.bank-inline-link {
  color: #1456da;
  font-size: 0.84rem;
  font-weight: 800;
}

.bank-plan-section {
  background: linear-gradient(180deg, #091220 0%, #08101a 100%);
}

.bank-plan-grid {
  gap: 14px;
}

.bank-plan-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(239, 245, 255, 0.78);
}

.bank-plan-card-featured {
  background:
    radial-gradient(circle at top right, rgba(76, 122, 255, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(30, 55, 103, 0.84), rgba(17, 28, 48, 0.88));
  border-color: rgba(108, 153, 255, 0.28);
  box-shadow: 0 20px 40px rgba(7, 16, 30, 0.18);
}

.bank-plan-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(241, 246, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bank-plan-card strong {
  color: #ffffff;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 0.92;
}

.bank-plan-card strong span {
  color: rgba(239, 245, 255, 0.62);
  font-size: 0.92rem;
  font-weight: 700;
}

.bank-plan-list {
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bank-plan-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(239, 245, 255, 0.82);
  font-size: 0.86rem;
}

.bank-plan-list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7db6ff;
}

.bank-plan-button {
  width: 100%;
}

.bank-plan-note {
  margin-top: 14px;
  color: rgba(239, 245, 255, 0.66);
  font-size: 0.82rem;
}

.bank-calculator-shell {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(16, 28, 46, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(16, 27, 45, 0.08);
}

.bank-calculator-panel,
.bank-calculator-offer {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
}

.bank-calculator-panel {
  background: #f2f5fa;
}

.bank-calculator-offer {
  border: 1px solid rgba(16, 28, 46, 0.08);
  background: #ffffff;
}

.bank-calc-tabs,
.bank-calc-presets,
.bank-calc-toggle-list,
.bank-calc-summary,
.bank-calculator-actions {
  display: grid;
}

.bank-calc-tabs,
.bank-calc-presets {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bank-calc-tab,
.bank-calc-presets button {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(14, 26, 43, 0.08);
  color: rgba(14, 26, 43, 0.72);
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.bank-calc-tab.is-active,
.bank-calc-presets button.is-active {
  background: #101822;
  color: #ffffff;
}

.bank-calc-field {
  display: grid;
  gap: 10px;
}

.bank-calc-label {
  color: rgba(14, 26, 43, 0.66);
  font-size: 0.84rem;
  font-weight: 700;
}

.bank-calc-input-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 64px;
  padding: 0 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 28, 46, 0.08);
}

.bank-calc-prefix {
  color: rgba(14, 26, 43, 0.5);
  font-size: 1.15rem;
  font-weight: 800;
}

.bank-calc-input {
  border: 0;
  background: transparent;
  color: #0e1a2b;
  font-family: "Public Sans", sans-serif;
  font-size: 1.68rem;
  font-weight: 700;
  outline: none;
}

.bank-calc-presets-period {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bank-calc-toggle-list {
  gap: 10px;
}

.bank-calc-toggle {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: rgba(14, 26, 43, 0.84);
  font-size: 0.88rem;
  font-weight: 600;
}

.bank-calc-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bank-calc-toggle-ui {
  position: relative;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: rgba(16, 28, 46, 0.14);
  transition: background 0.2s ease;
}

.bank-calc-toggle-ui::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(16, 28, 46, 0.18);
  transition: transform 0.2s ease;
}

.bank-calc-toggle input:checked + .bank-calc-toggle-ui {
  background: #ef4f3b;
}

.bank-calc-toggle input:checked + .bank-calc-toggle-ui::after {
  transform: translateX(18px);
}

.bank-calculator-offer-head {
  display: grid;
  gap: 8px;
}

.bank-calc-offer-kicker {
  color: rgba(14, 26, 43, 0.5);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bank-calculator-offer-head strong {
  color: #0d1827;
  font-family: "Public Sans", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.bank-calculator-offer-head p {
  margin: 0;
  color: rgba(15, 26, 40, 0.62);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bank-calc-summary {
  gap: 0;
  border-top: 1px solid rgba(16, 28, 46, 0.08);
}

.bank-calc-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  border-bottom: 1px solid rgba(16, 28, 46, 0.08);
}

.bank-calc-summary-row span {
  color: rgba(15, 26, 40, 0.64);
  font-size: 0.88rem;
}

.bank-calc-summary-row strong {
  color: #0d1827;
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.bank-calc-summary-row-total strong {
  font-size: 1.3rem;
}

.bank-calculator-actions {
  gap: 10px;
}

.bank-calc-footnote {
  margin: 12px 2px 0;
  color: rgba(15, 26, 40, 0.5);
  font-size: 0.82rem;
  line-height: 1.45;
}

.bank-step-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.bank-app-shell {
  display: grid;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(16, 28, 46, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #e8edf5 0%, #edf2f8 100%);
  box-shadow: 0 18px 36px rgba(16, 27, 45, 0.06);
  overflow: hidden;
}

.bank-app-copy {
  display: grid;
  gap: 12px;
}

.bank-app-copy h2 {
  margin: 0;
  color: #0b1727;
  font-family: "Public Sans", sans-serif;
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.bank-app-copy p {
  margin: 0;
  max-width: 34rem;
  color: rgba(15, 26, 40, 0.68);
  font-size: 0.95rem;
  line-height: 1.55;
}

.bank-app-actions {
  display: grid;
  gap: 10px;
}

.bank-app-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: #0d1522;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}

.bank-app-visual {
  position: relative;
  display: grid;
  justify-items: center;
}

.bank-app-visual::before {
  content: "";
  position: absolute;
  inset: auto 10% 4% 10%;
  height: 34%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(62, 121, 255, 0.16), rgba(62, 121, 255, 0.06) 52%, transparent 72%);
  filter: blur(24px);
}

.bank-app-image {
  position: relative;
  z-index: 1;
  width: min(100%, 340px);
  height: auto;
}

.bank-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(26, 77, 204, 0.1);
  color: #1d59d7;
  font-size: 0.86rem;
  font-weight: 800;
}

.bank-faq-grid {
  gap: 10px;
}

.bank-faq-item {
  padding: 0;
  overflow: hidden;
}

.bank-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 18px;
  color: #0f1d2f;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.bank-faq-item summary::-webkit-details-marker {
  display: none;
}

.bank-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(15, 26, 40, 0.4);
  font-size: 1.24rem;
  font-weight: 700;
}

.bank-faq-item[open] summary::after {
  content: "-";
}

.bank-faq-item p {
  padding: 0 18px 18px;
}

.bank-final-card {
  display: grid;
  gap: 16px;
  padding: 22px 20px;
}

.bank-final-copy {
  display: grid;
  gap: 10px;
}

.bank-final-copy h2 {
  max-width: 13ch;
  color: #ffffff;
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 0.95;
}

.bank-final-actions {
  gap: 10px;
}

.bank-footer-section {
  padding-bottom: 28px;
}

.bank-footer {
  border-radius: 22px;
  background: #09111c;
  color: rgba(239, 245, 255, 0.78);
}

.bank-footer-top {
  align-items: center;
}

.bank-footer-brand {
  width: auto;
}

.bank-footer-logo {
  width: auto;
  height: 34px;
  object-fit: contain;
}

.bank-footer-grid {
  gap: 14px;
}

@media (min-width: 760px) {
  .bank-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bank-desk-grid,
  .bank-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bank-showcase-grid {
    grid-auto-columns: minmax(220px, 1fr);
  }

  .bank-story-strip {
    grid-auto-columns: minmax(86px, 1fr);
  }

  .bank-product-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bank-calculator-shell {
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.9fr);
    align-items: start;
  }

  .bank-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .bank-final-actions {
    width: min(340px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bank-app-actions {
    width: min(520px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bank-origin-card {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.56fr);
    align-items: end;
    gap: 18px;
  }
}

@media (min-width: 980px) {
  .bank-site-nav {
    display: inline-flex;
    align-items: center;
    gap: 18px;
  }

  .bank-site-nav a {
    color: rgba(230, 236, 246, 0.8);
    font-size: 0.9rem;
    font-weight: 700;
  }

  .bank-site-nav a:hover {
    color: #ffffff;
  }

  .bank-header-link {
    display: inline-flex;
  }

  .bank-main {
    gap: 24px;
  }

  .bank-hero-grid {
    align-items: center;
  }

  .bank-hero-copy {
    padding: 38px 44px 18px;
  }

  .bank-hero-visual {
    padding: 8px 44px 28px;
  }

  .bank-prime-stage {
    min-height: 380px;
  }

  .bank-prime-note {
    left: 48px;
    top: 44px;
    width: 240px;
  }

  .bank-prime-board {
    min-height: 360px;
  }

  .bank-desk-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bank-app-shell {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
    padding: 24px 26px;
  }

  .bank-final-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 28px 30px;
  }
}

@media (max-width: 640px) {
  .bank-brand-logo {
    height: 24px;
  }

  .bank-header-button {
    min-height: 40px;
    padding-inline: 14px;
  }

  .bank-trust-strip {
    grid-template-columns: 1fr;
  }

  .bank-prime-note {
    width: min(210px, 58vw);
    left: 8px;
    top: 12px;
    padding: 14px 14px 12px;
  }

  .bank-prime-board {
    min-height: 290px;
  }

  .bank-prime-chip {
    left: 16px;
    bottom: 18px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.94rem;
  }

  .bank-prime-ribbon {
    right: 18px;
    bottom: 34px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .bank-showcase-grid {
    grid-auto-columns: minmax(220px, 84vw);
  }

  .bank-product-tags {
    grid-template-columns: 1fr 1fr;
  }

  .bank-faq-item summary {
    padding-right: 48px;
  }

  .bank-calc-tabs,
  .bank-calc-presets-period {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bank-calc-summary-row {
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }
}
