.rj1-bhc-intro {
  padding-top: 40px;
}

.rj1-bhc-intro-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: start;
}

.rj1-bhc-intro-card {
  padding: 26px 28px;
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(239, 233, 224, 0.86), rgba(247, 244, 239, 0.98));
  border: 1px solid rgba(34, 38, 46, 0.08);
  box-shadow: 0 20px 38px -30px rgba(18, 63, 111, 0.2);
}

.rj1-bhc-intro-card h3 {
  margin: 0 0 14px;
  font-family: var(--rj1-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.rj1-bhc-bullets {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: #5e5952;
  font-size: 15px;
  line-height: 1.65;
}

.rj1-bhc-shell {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 60px -34px rgba(18, 63, 111, 0.3);
}

.rj1-bhc-form-panel,
.rj1-bhc-result-panel {
  padding: 40px 42px;
}

.rj1-bhc-form-panel {
  border-right: 1px solid rgba(34, 38, 46, 0.08);
}

.rj1-bhc-result-panel {
  background: linear-gradient(180deg, #f8fbfd 0%, #eef5fc 100%);
}

.rj1-bhc-intro-copy {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--rj1-body);
}

.rj1-bhc-form {
  display: grid;
  gap: 22px;
}

.rj1-bhc-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rj1-bhc-field label {
  font-size: 14px;
  font-weight: 700;
  color: var(--rj1-ink);
}

.rj1-bhc-money-input {
  position: relative;
}

.rj1-bhc-money-input span {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #7e786f;
  font-weight: 700;
}

.rj1-bhc-money-input input {
  padding-left: 44px;
}

.rj1-bhc-form input[type="number"],
.rj1-bhc-form select {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1.5px solid rgba(34, 38, 46, 0.12);
  border-radius: 12px;
  background: #fafaf8;
  color: var(--rj1-ink);
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rj1-bhc-form input[type="number"]:focus,
.rj1-bhc-form select:focus {
  border-color: var(--rj1-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(66, 111, 196, 0.12);
}

input#salary {
    padding-left: 30px;
}

.rj1-bhc-range-row {
  display: grid;
  grid-template-columns: 1fr 82px;
  gap: 14px;
  align-items: center;
}

.rj1-bhc-form input[type="range"] {
  width: 100%;
  accent-color: var(--rj1-blue);
}

.rj1-bhc-range-row output {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 6px;
  border-radius: 10px;
  background: linear-gradient(165deg, #eef5fc 0%, #ffffff 100%);
  border: 1px solid rgba(66, 111, 196, 0.14);
  color: var(--rj1-navy);
  font-size: 14px;
  font-weight: 800;
}

.rj1-bhc-help {
  font-size: 13px;
  color: #7e786f;
}

.rj1-bhc-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 6px;
}

.rj1-bhc-submit,
.rj1-bhc-reset,
.rj1-bhc-cta {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.rj1-bhc-submit {
  flex: 1;
}

.rj1-bhc-total-card {
  padding: 26px 26px 24px;
  border-radius: 24px;
  background: linear-gradient(155deg, #0e2d52 0%, #183d67 100%);
  color: #fff;
  box-shadow: 0 24px 44px -30px rgba(12, 33, 58, 0.4);
}

.rj1-bhc-total-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.rj1-bhc-total {
  display: block;
  margin: 10px 0 8px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  color: #f3d797;
  overflow-wrap: anywhere;
}

.rj1-bhc-total-caption {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.rj1-bhc-breakdown {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.rj1-bhc-breakdown-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(34, 38, 46, 0.08);
}

.rj1-bhc-breakdown-row span {
  color: #5e5952;
  font-size: 14px;
}

.rj1-bhc-breakdown-row strong {
  color: var(--rj1-navy);
  font-size: 14px;
  white-space: nowrap;
}

.rj1-bhc-risk-message {
  padding: 18px 18px 17px;
  border-radius: 16px;
  background: linear-gradient(165deg, #fff7e5 0%, #fffbf1 100%);
  border: 1px solid rgba(184, 138, 30, 0.22);
  color: #72561b;
  font-size: 14px;
  line-height: 1.6;
}

.rj1-bhc-guarantee {
  margin-top: 20px;
  padding: 24px 24px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(34, 38, 46, 0.08);
}

.rj1-bhc-guarantee h3 {
  margin: 0 0 10px;
  font-family: var(--rj1-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.rj1-bhc-guarantee p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #5e5952;
}

.rj1-bhc-methodology {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(34, 38, 46, 0.08);
}

.rj1-bhc-methodology summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--rj1-navy);
}

.rj1-bhc-methodology p,
.rj1-bhc-methodology li {
  color: #5e5952;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .rj1-bhc-intro-grid,
  .rj1-bhc-shell {
    grid-template-columns: 1fr;
  }

  .rj1-bhc-form-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(34, 38, 46, 0.08);
  }
}

@media (max-width: 767px) {
  .rj1-bhc-intro {
    padding-top: 24px;
  }

  .rj1-bhc-form-panel,
  .rj1-bhc-result-panel {
    padding: 28px 22px;
  }

  .rj1-bhc-intro-card,
  .rj1-bhc-methodology {
    padding: 22px 20px;
  }

  .rj1-bhc-range-row {
    grid-template-columns: 1fr 74px;
  }

  .rj1-bhc-actions {
    flex-direction: column;
  }

  .rj1-bhc-submit,
  .rj1-bhc-reset,
  .rj1-bhc-cta {
    width: 100%;
  }

  .rj1-bhc-breakdown-row {
    flex-direction: column;
    gap: 6px;
  }
}
