.shopmotos-financing {
  --finance-orange: #ff6a00;
  --finance-orange-deep: #ef4c00;
  --finance-ink: #1b1f28;
  --finance-muted: #6f7785;
  --finance-line: #dfe4ea;
  --finance-cyan: #10c6e8;
  --finance-panel: #ffffff;
  clear: both;
  display: flow-root;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 106, 0, 0.08), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(16, 198, 232, 0.09), transparent 22%),
    #f6f7f9;
  padding: 26px 0 40px;
}

.shopmotos-financing .finance-shell {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 26px 85px rgba(17, 24, 39, 0.14);
  overflow: hidden;
}

.shopmotos-financing .finance-grid {
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
}

.shopmotos-financing .finance-promo {
  position: relative;
  min-height: 760px;
  background:
    linear-gradient(180deg, #ffffff 0 38%, #ff7f11 38%, #ff5b00 100%);
  overflow: hidden;
}

.shopmotos-financing .finance-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px 6px;
  position: relative;
  z-index: 3;
}

.shopmotos-financing .finance-logo {
  max-width: 210px;
  height: auto;
}

.shopmotos-financing .finance-social {
  text-align: right;
  color: #2f3440;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shopmotos-financing .finance-social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}

.shopmotos-financing .finance-social-icons span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 12px;
}

.shopmotos-financing .finance-kicker {
  position: relative;
  z-index: 3;
  margin: 8px 30px 0;
  color: var(--finance-orange);
  font-size: 50px;
  line-height: 0.92;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.shopmotos-financing .finance-wordmark {
  position: absolute;
  left: -8px;
  right: -10px;
  top: 214px;
  font-size: 196px;
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.16);
  text-transform: uppercase;
  pointer-events: none;
}

.shopmotos-financing .finance-bike-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 132px;
  z-index: 2;
  text-align: center;
}

.shopmotos-financing .finance-bike {
  max-width: 100%;
  width: 560px;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.28));
}

.shopmotos-financing .finance-badge {
  position: absolute;
  right: 18px;
  top: 120px;
  z-index: 4;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: rgba(31, 34, 40, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.shopmotos-financing .finance-badge strong {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.shopmotos-financing .finance-badge span {
  display: block;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: 0.04em;
}

.shopmotos-financing .finance-cta {
  position: absolute;
  left: 50%;
  bottom: 82px;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef233c, #ff3d00);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.shopmotos-financing .finance-company {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 18px;
  z-index: 4;
  color: #1d232c;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  text-transform: uppercase;
}

.shopmotos-financing .finance-form-panel {
  background: var(--finance-panel);
  padding: 26px 32px 34px;
}

.shopmotos-financing .finance-eyebrow {
  margin: 0;
  color: var(--finance-ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.shopmotos-financing .finance-title {
  margin: 10px 0 10px;
  color: #1d222b;
  font-size: 46px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
  max-width: 420px;
}

.shopmotos-financing .finance-subtitle {
  margin: 0 0 26px;
  color: var(--finance-muted);
  font-size: 15px;
  line-height: 1.55;
  max-width: 660px;
}

.shopmotos-financing .finance-form {
  display: grid;
  gap: 18px;
}

.shopmotos-financing .finance-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 20px;
}

.shopmotos-financing .finance-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.shopmotos-financing .finance-field--wide {
  grid-column: span 2;
}

.shopmotos-financing .finance-field--full {
  grid-column: 1 / -1;
}

.shopmotos-financing .finance-field label,
.shopmotos-financing .finance-range-head label {
  color: #2b3340;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.shopmotos-financing .finance-field label span,
.shopmotos-financing .finance-range-head label span {
  color: #eb4335;
}

.shopmotos-financing .finance-help {
  color: var(--finance-muted);
  font-size: 12px;
  line-height: 1.4;
}

.shopmotos-financing .finance-field input,
.shopmotos-financing .finance-field select,
.shopmotos-financing .finance-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--finance-line);
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
  color: #1f2530;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.shopmotos-financing .finance-field textarea {
  min-height: 96px;
  resize: vertical;
}

.shopmotos-financing .finance-field input:focus,
.shopmotos-financing .finance-field select:focus,
.shopmotos-financing .finance-field textarea:focus {
  border-color: #30bfd8;
  box-shadow: 0 0 0 4px rgba(16, 198, 232, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.shopmotos-financing .finance-range {
  grid-column: span 2;
  display: grid;
  gap: 10px;
}

.shopmotos-financing .finance-range-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.shopmotos-financing .finance-range-value {
  color: #171c24;
  font-size: 27px;
  line-height: 1;
  font-weight: 800;
}

.shopmotos-financing .finance-range input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--finance-cyan), #28d0f4);
  padding: 0;
  border: 0;
  min-height: 0;
}

.shopmotos-financing .finance-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #11c2e3;
  box-shadow: 0 8px 18px rgba(17, 194, 227, 0.28);
  cursor: pointer;
}

.shopmotos-financing .finance-range input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #11c2e3;
  box-shadow: 0 8px 18px rgba(17, 194, 227, 0.28);
  cursor: pointer;
}

.shopmotos-financing .finance-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 10px;
}

.shopmotos-financing .finance-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #00b8df, #008fb2);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 35px rgba(0, 148, 186, 0.24);
}

.shopmotos-financing .finance-submit:hover,
.shopmotos-financing .finance-submit:focus {
  color: #fff;
  transform: translateY(-1px);
}

.shopmotos-financing .finance-status {
  min-height: 24px;
  color: var(--finance-muted);
  font-size: 14px;
  font-weight: 600;
}

.shopmotos-financing .finance-status.is-success {
  color: #11875d;
}

.shopmotos-financing .finance-status.is-error {
  color: #c0372f;
}

@media (max-width: 1199px) {
  .shopmotos-financing .finance-grid {
    grid-template-columns: 1fr;
  }

  .shopmotos-financing .finance-promo {
    min-height: 640px;
  }

  .shopmotos-financing .finance-title {
    font-size: 38px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .shopmotos-financing {
    padding: 24px 0 36px;
  }

  .shopmotos-financing .finance-form-panel,
  .shopmotos-financing .finance-brand {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shopmotos-financing .finance-kicker {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
  }

  .shopmotos-financing .finance-wordmark {
    top: 234px;
    font-size: 124px;
  }

  .shopmotos-financing .finance-promo {
    min-height: 560px;
  }

  .shopmotos-financing .finance-bike-wrap {
    bottom: 152px;
  }

  .shopmotos-financing .finance-company {
    left: 20px;
    right: 20px;
    font-size: 12px;
  }

  .shopmotos-financing .finance-title {
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .shopmotos-financing .finance-form-grid {
    grid-template-columns: 1fr;
  }

  .shopmotos-financing .finance-field--wide,
  .shopmotos-financing .finance-field--full,
  .shopmotos-financing .finance-range {
    grid-column: auto;
  }

  .shopmotos-financing .finance-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .shopmotos-financing .finance-submit {
    width: 100%;
  }
}

.shopmotos-spares {
  --spares-red: #d61f26;
  --spares-red-deep: #770508;
  --spares-ink: #18181b;
  --spares-muted: #767676;
  --spares-line: #d7dce2;
  clear: both;
  display: flow-root;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.035), transparent 18%),
    #f6f6f7;
  padding: 0 0 48px;
}

.shopmotos-spares .spares-shell {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.shopmotos-spares .spares-grid {
  display: grid;
  grid-template-columns: minmax(340px, 47%) 1fr;
}

.shopmotos-spares .spares-form-panel {
  padding: 44px 44px 40px;
  background:
    radial-gradient(circle at top left, rgba(214, 31, 38, 0.06), transparent 24%),
    #fff;
}

.shopmotos-spares .spares-accent {
  width: 78px;
  height: 7px;
  border-radius: 999px;
  background: var(--spares-red);
  margin-bottom: 26px;
}

.shopmotos-spares .spares-title {
  margin: 0 0 14px;
  color: var(--spares-ink);
  font-size: 46px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
  max-width: 420px;
}

.shopmotos-spares .spares-subtitle {
  margin: 0 0 28px;
  color: var(--spares-muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 520px;
}

.shopmotos-spares .spares-form {
  display: grid;
  gap: 24px;
}

.shopmotos-spares .spares-type {
  display: grid;
  gap: 14px;
}

.shopmotos-spares .spares-type-label {
  color: #20222a;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}

.shopmotos-spares .spares-type-options {
  display: grid;
  gap: 12px;
}

.shopmotos-spares .spares-choice {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #25252a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
}

.shopmotos-spares .spares-choice input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--spares-red);
}

.shopmotos-spares .spares-choice input:checked + span {
  color: var(--spares-red);
}

.shopmotos-spares .spares-panels {
  display: grid;
}

.shopmotos-spares .spares-panel {
  display: none;
}

.shopmotos-spares .spares-panel.is-active {
  display: block;
}

.shopmotos-spares .spares-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.shopmotos-spares .spares-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shopmotos-spares .spares-field--wide {
  grid-column: 1 / span 1;
}

.shopmotos-spares .spares-field label {
  color: #555b67;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.shopmotos-spares .spares-field label span {
  color: var(--spares-red);
}

.shopmotos-spares .spares-field input,
.shopmotos-spares .spares-field select {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--spares-line);
  border-radius: 6px;
  padding: 13px 16px;
  background: #fff;
  color: #1f2430;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.shopmotos-spares .spares-field input:focus,
.shopmotos-spares .spares-field select:focus {
  border-color: rgba(214, 31, 38, 0.6);
  box-shadow: 0 0 0 4px rgba(214, 31, 38, 0.12);
  outline: none;
}

.shopmotos-spares .spares-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 6px;
}

.shopmotos-spares .spares-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #58f06f 0%, #0bb532 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 18px 30px rgba(4, 133, 41, 0.22);
}

.shopmotos-spares .spares-submit i {
  font-size: 26px;
}

.shopmotos-spares .spares-submit:hover,
.shopmotos-spares .spares-submit:focus {
  color: #fff;
  transform: translateY(-1px);
}

.shopmotos-spares .spares-status {
  min-height: 24px;
  color: var(--spares-muted);
  font-size: 14px;
  font-weight: 600;
}

.shopmotos-spares .spares-status.is-error {
  color: #bf1b20;
}

.shopmotos-spares .spares-visual {
  position: relative;
  min-height: 700px;
  background: #050505;
}

.shopmotos-spares .spares-visual-frame {
  position: relative;
  min-height: inherit;
  height: 100%;
  padding: 0;
  border: 3px solid #f29b16;
  box-shadow: inset 0 0 0 1px rgba(255, 153, 0, 0.28), 0 20px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.shopmotos-spares .spares-poster {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 694px;
  object-fit: contain;
  object-position: center;
  background: #050505;
}

@media (max-width: 1199px) {
  .shopmotos-spares .spares-grid {
    grid-template-columns: 1fr;
  }

  .shopmotos-spares .spares-visual {
    min-height: 560px;
  }

  .shopmotos-spares .spares-title {
    font-size: 38px;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .shopmotos-spares {
    padding-bottom: 36px;
  }

  .shopmotos-spares .spares-form-panel {
    padding: 28px 20px 32px;
  }

  .shopmotos-spares .spares-title {
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .shopmotos-spares .spares-subtitle {
    font-size: 15px;
  }

  .shopmotos-spares .spares-fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shopmotos-spares .spares-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .shopmotos-spares .spares-submit {
    width: 100%;
    min-width: 0;
    font-size: 20px;
  }

  .shopmotos-spares .spares-visual {
    min-height: 520px;
  }

  .shopmotos-spares .spares-visual-frame {
    padding: 0;
  }

  .shopmotos-spares .spares-poster {
    min-height: 554px;
  }
}
