.cb-product-loan {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  gap: 22px;
  width: 100%;
  color: var(--color-text);
}

.cb-product-loan,
.cb-product-loan * { box-sizing: border-box; }
.cb-product-loan__controls,
.cb-product-loan__summary,
.cb-product-loan__facts > div,
.cb-product-loan__field { min-width: 0; }

.cb-product-loan__controls { display: flex; flex-direction: column; gap: 16px; }
.cb-product-loan__picker { display: flex; flex-direction: column; gap: 8px; }
.cb-product-loan__picker > span,
.cb-product-loan__facts span,
.cb-product-loan__summary-top > span { color: var(--color-text-muted); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.cb-product-loan__select { width: 100%; min-height: 54px; padding: 0 16px; color: var(--color-text); font-size: 16px; font-weight: 700; background: #fff; border: 1px solid var(--color-border); border-radius: 8px; }
.cb-product-loan__heading,
.cb-product-loan__facts > div,
.cb-product-loan__field { padding: 18px; background: linear-gradient(180deg, #fff, var(--color-bg-light)); border: 1px solid var(--color-border); border-radius: 8px; }
.cb-product-loan__badge {
  display: block;
  margin-bottom: 8px;
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}
.cb-product-loan__badge:empty { display: none; }
.cb-product-loan__title { margin: 0 0 8px; font-size: 28px; font-weight: 800; }
.cb-product-loan__description { margin: 0; color: var(--color-text-muted); line-height: 1.65; }
.cb-product-loan__title,
.cb-product-loan__description,
.cb-product-loan__facts strong { overflow-wrap: anywhere; }
.cb-product-loan__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.cb-product-loan__facts span { display: block; margin-bottom: 6px; font-size: 10px; }
.cb-product-loan__facts strong { display: block; font-size: 16px; line-height: 1.45; }
.cb-product-loan__facts .cb-product-loan__fact-wide { grid-column: 1 / -1; }
.cb-product-loan__field { display: flex; flex-direction: column; gap: 10px; }
.cb-product-loan__field label,
.cb-product-loan__field > div { display: flex; justify-content: space-between; gap: 12px; }
.cb-product-loan__field label { font-size: 13px; font-weight: 700; }
.cb-product-loan__field output { font-size: 15px; font-weight: 800; }
.cb-product-loan__field > div { color: var(--color-text-muted); font-size: 12px; }
.cb-product-loan input[type="range"] { width: 100%; height: 6px; margin: 0; appearance: none; background: rgba(var(--color-brand-rgb), .2); border-radius: 4px; cursor: pointer; }
.cb-product-loan input[type="range"]::-webkit-slider-thumb { width: 21px; height: 21px; appearance: none; background: var(--color-brand); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 4px 12px rgba(var(--color-shadow-rgb), .2); }
.cb-product-loan input[type="range"]::-moz-range-thumb { width: 21px; height: 21px; background: var(--color-brand); border: 3px solid #fff; border-radius: 50%; }
.cb-product-loan__summary { display: flex; flex-direction: column; gap: 16px; padding: 22px; color: #fff; background: linear-gradient(145deg, var(--color-cta-from), var(--color-cta-to)); border-radius: 8px; }
.cb-product-loan__summary-top { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.cb-product-loan__summary-top > span { color: rgba(255,255,255,.72); }
.cb-product-loan__summary-top > strong { display: block; margin-top: 8px; color: color-mix(in srgb, var(--color-brand) 35%, white); font-size: 40px; line-height: 1; }
.cb-product-loan__summary-top p { margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; }
.cb-product-loan__metrics { display: grid; gap: 12px; }
.cb-product-loan__metrics > div,
.cb-product-loan__rate { padding: 14px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; }
.cb-product-loan__metrics span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.68); font-size: 12px; }
.cb-product-loan__metrics strong { font-size: 23px; }
.cb-product-loan__rate h3 { margin: 0 0 12px; color: #fff; font-size: 18px; font-weight: 800; }
.cb-product-loan__rate > div { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; }
.cb-product-loan__rate span { color: color-mix(in srgb, var(--color-brand) 30%, white); font-size: 13px; font-weight: 700; }
.cb-product-loan__rate strong { font-size: 18px; }
.cb-product-loan__rate small { grid-column: 2; color: rgba(255,255,255,.65); }
.cb-product-loan__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: auto; }
.cb-product-loan__actions a { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px; font-weight: 800; text-decoration: none; border-radius: 8px; }
.cb-product-loan__phone { color: var(--color-brand-darker); background: #fff; }
.cb-product-loan__apply { color: #fff; background: var(--color-brand); }
@media (max-width: 560px) { .cb-product-loan__facts, .cb-product-loan__actions { grid-template-columns: 1fr; } .cb-product-loan__title { font-size: 24px; } .cb-product-loan__summary-top > strong { font-size: 34px; } .cb-product-loan__rate > div { grid-template-columns: 1fr; } .cb-product-loan__rate small { grid-column: 1; } }