.hys-bp-root {
  --hys-bp-black: #111311;
  --hys-bp-ink: #1a1d1b;
  --hys-bp-body: #555b57;
	--hys-bp-muted: #626a65;
  --hys-bp-line: #dfe4e0;
  --hys-bp-line-soft: #edf0ee;
  --hys-bp-soft: #f3f5f3;
  --hys-bp-soft-2: #f8f9f8;
  --hys-bp-white: #fff;
	--hys-bp-green: #237d36;
  --hys-bp-green-hover: #1f6f32;
  --hys-bp-dark: #111513;
  --hys-bp-warning: #a06a18;
  width: 100%;
  max-width: none;
  background: var(--hys-bp-white);
  color: var(--hys-bp-body);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.hys-bp-root *,
.hys-bp-root *::before,
.hys-bp-root *::after {
  box-sizing: border-box;
}

.hys-bp-root [hidden] {
  display: none !important;
}

.hys-bp-root button,
.hys-bp-root input,
.hys-bp-root select,
.hys-bp-root textarea {
  font: inherit;
}

.hys-bp-root button,
.hys-bp-root summary,
.hys-bp-root a {
  -webkit-tap-highlight-color: transparent;
}

.hys-bp-root button:focus-visible,
.hys-bp-root a:focus-visible,
.hys-bp-root summary:focus-visible,
.hys-bp-root input:focus-visible,
.hys-bp-root select:focus-visible {
  outline: 3px solid #237d36;
  outline-offset: 3px;
}

.hys-bp-shell {
  width: min(calc(100% - 64px), 1400px);
  margin-inline: auto;
}

.hys-bp-hero {
  position: relative;
  isolation: isolate;
  padding: 88px 0 100px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 19, 17, .035) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(17, 19, 17, .035) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--hys-bp-soft-2);
}

.hys-bp-hero::after {
  position: absolute;
  z-index: -1;
  right: -170px;
  bottom: -245px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(17, 19, 17, .08);
  border-radius: 50%;
  content: "";
}

.hys-bp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.hys-bp-eyebrow,
.hys-bp-kicker {
  margin: 0 0 13px;
  color: var(--hys-bp-green);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hys-bp-root h1,
.hys-bp-root h2,
.hys-bp-root h3,
.hys-bp-root h4,
.hys-bp-root p,
.hys-bp-root dl,
.hys-bp-root ul {
  font-family: inherit;
}

.hys-bp-root h1 {
  max-width: 900px;
  margin: 0;
  color: var(--hys-bp-black);
  font-size: clamp(42px, 4.4vw, 70px);
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.hys-bp-lead {
  max-width: 850px;
  margin: 25px 0 0;
  color: var(--hys-bp-body);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.hys-bp-supporting {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--hys-bp-muted);
  font-size: 14px;
}

.hys-bp-actions,
.hys-bp-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hys-bp-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.hys-bp-button:hover {
  transform: translateY(-1px);
}

.hys-bp-button--primary {
  border-color: var(--hys-bp-green);
  background: var(--hys-bp-green);
  color: #fff !important;
}

.hys-bp-button--primary:hover {
  border-color: var(--hys-bp-green-hover);
  background: var(--hys-bp-green-hover);
}

.hys-bp-button--ghost {
  border-color: #cfd5d1;
  background: transparent;
  color: var(--hys-bp-black) !important;
}

.hys-bp-button--ghost:hover {
  border-color: var(--hys-bp-black);
  background: #fff;
}

.hys-bp-button--dark {
  border-color: var(--hys-bp-black);
  background: var(--hys-bp-black);
  color: #fff !important;
}

.hys-bp-button--dark:hover {
  background: #2a2e2b;
}

.hys-bp-button--light {
  border-color: #fff;
  background: #fff;
  color: var(--hys-bp-black) !important;
}

.hys-bp-button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.hys-bp-hero__panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: var(--hys-bp-dark);
  box-shadow: 0 24px 60px rgba(17, 19, 17, .14);
  color: #c2c9c4;
}

.hys-bp-hero__panel .hys-bp-kicker {
  color: #8bd29a;
}

.hys-bp-trust-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hys-bp-trust-list li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: #f5f7f5;
  font-size: 14px;
  font-weight: 600;
}

.hys-bp-trust-list li::before {
  position: absolute;
  top: 21px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #65bd77;
  content: "";
}

.hys-bp-caution {
  margin: 18px 0 0;
  color: #aeb6b1;
  font-size: 12px;
  line-height: 1.55;
}

.hys-bp-section {
  padding: 96px 0;
  background: #fff;
}

.hys-bp-section--workbench {
  padding-top: 78px;
}

.hys-bp-section--muted,
.hys-bp-section--catalog {
  background: var(--hys-bp-soft);
}

.hys-bp-section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.hys-bp-section-heading h2,
.hys-bp-catalog-intro h2,
.hys-bp-cta h2 {
  margin: 0;
  color: var(--hys-bp-black);
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.hys-bp-section-heading > p:last-child,
.hys-bp-catalog-intro > div > p:last-child {
  margin: 15px 0 0;
  color: var(--hys-bp-muted);
  font-size: 16px;
}

.hys-bp-calculator {
  padding: 30px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(17, 19, 17, .075);
}

.hys-bp-mode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.hys-bp-mode-card {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 5px 12px;
  min-height: 118px;
  padding: 20px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 12px;
  background: #fff;
  color: var(--hys-bp-body);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hys-bp-mode-card:hover {
  border-color: #b7bdb9;
}

.hys-bp-mode-card:has(input:focus-visible) {
	outline: 3px solid #237d36;
	outline-offset: 3px;
}

.hys-bp-mode-card.is-selected,
.hys-bp-mode-card:has(input:checked) {
  border-color: var(--hys-bp-black);
  background: var(--hys-bp-soft-2);
  box-shadow: inset 0 -3px 0 var(--hys-bp-green);
}

.hys-bp-mode-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hys-bp-mode-card__check {
  grid-row: 1 / span 2;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #b9c0bb;
  border-radius: 50%;
}

.hys-bp-mode-card.is-selected .hys-bp-mode-card__check,
.hys-bp-mode-card:has(input:checked) .hys-bp-mode-card__check {
  border: 6px solid var(--hys-bp-green);
}

.hys-bp-mode-card strong {
  color: var(--hys-bp-black);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.hys-bp-mode-card small {
  color: var(--hys-bp-muted);
  font-size: 13px;
  font-weight: 450;
  line-height: 1.45;
}

.hys-bp-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, .58fr);
  gap: 20px;
  align-items: start;
}

.hys-bp-input-panel {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 14px;
  background: var(--hys-bp-soft-2);
}

.hys-bp-panel-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.hys-bp-panel-heading > span {
  flex: 0 0 auto;
  color: var(--hys-bp-green);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
}

.hys-bp-panel-heading h3 {
  margin: 0;
  color: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.hys-bp-panel-heading p {
  margin: 5px 0 0;
  color: var(--hys-bp-muted);
  font-size: 12px;
}

.hys-bp-field-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.hys-bp-field-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hys-bp-field-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hys-bp-no-js {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #d7b66f;
  border-radius: 9px;
  background: #fff8e8;
  color: #604516;
  font-size: 13px;
}

.hys-bp-share-notice {
  margin-bottom: 18px;
  padding: 13px 15px;
  border-left: 3px solid var(--hys-bp-green);
  background: #eef6ef;
  color: #24452c;
  font-size: 12px;
}

.hys-bp-mode-fields {
  margin-top: 24px;
  padding: 19px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 10px;
  background: #fff;
}

.hys-bp-calculator:has(input[value="runtime"]:checked) [data-hys-bp-runtime-fields],
.hys-bp-calculator:has(input[value="lead-acid-replacement"]:checked) [data-hys-bp-lead-fields] {
  display: block !important;
}

.hys-bp-calculator:has(input[value="runtime"]:checked) [data-hys-bp-target-duration],
.hys-bp-calculator:has(input[value="lead-acid-replacement"]:checked) [data-hys-bp-target-duration] {
  display: none !important;
}

.hys-bp-mode-fields h4,
.hys-bp-loads-heading h4 {
  margin: 0;
  color: var(--hys-bp-black);
  font-size: 15px;
  font-weight: 700;
}

.hys-bp-field {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: var(--hys-bp-black);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.4;
}

.hys-bp-field input,
.hys-bp-field select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d2d8d3;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  box-shadow: none;
  color: var(--hys-bp-black);
  font-size: 14px;
  font-weight: 500;
}

.hys-bp-field input[readonly] {
  background: #f0f2f0;
  color: var(--hys-bp-muted);
}

.hys-bp-field input:focus,
.hys-bp-field select:focus {
  border-color: var(--hys-bp-green);
  box-shadow: 0 0 0 3px rgba(40, 142, 62, .12);
}

.hys-bp-field input[aria-invalid="true"],
.hys-bp-field select[aria-invalid="true"] {
  border-color: #b42318;
}

.hys-bp-input-unit {
  position: relative;
}

.hys-bp-input-unit input {
  padding-right: 48px;
}

.hys-bp-input-unit em {
  position: absolute;
  top: 50%;
  right: 13px;
  color: var(--hys-bp-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  transform: translateY(-50%);
  pointer-events: none;
}

.hys-bp-loads-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--hys-bp-line);
}

.hys-bp-loads-heading p {
  max-width: 650px;
  margin: 5px 0 0;
  color: var(--hys-bp-muted);
  font-size: 12px;
}

.hys-bp-field-note {
  max-width: 760px;
  margin: 7px 0 14px;
  color: var(--hys-bp-muted);
  font-size: 12px;
  line-height: 1.6;
}

.hys-bp-text-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--hys-bp-black) !important;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none !important;
  cursor: pointer;
}

.hys-bp-load-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.hys-bp-load-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  padding: 17px 55px 17px 17px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 10px;
  background: #fff;
}

.hys-bp-load-row .hys-bp-field--grow {
  grid-column: span 2;
}

.hys-bp-remove-load {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--hys-bp-soft);
  color: var(--hys-bp-muted);
  font-size: 20px;
  cursor: pointer;
}

.hys-bp-checkbox {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  color: var(--hys-bp-black);
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}

.hys-bp-checkbox input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--hys-bp-green);
}

.hys-bp-remove-load:hover {
  background: #e4e8e5;
  color: var(--hys-bp-black);
}

.hys-bp-advanced {
  margin-top: 20px;
  border-top: 1px solid var(--hys-bp-line);
  border-bottom: 1px solid var(--hys-bp-line);
}

.hys-bp-advanced summary,
.hys-bp-reason-group summary,
.hys-bp-product-card details summary {
  position: relative;
  padding: 17px 28px 17px 0;
  color: var(--hys-bp-black);
  font-size: 13px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.hys-bp-advanced summary::after,
.hys-bp-reason-group summary::after,
.hys-bp-product-card details summary::after,
.hys-bp-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 3px;
  color: var(--hys-bp-green);
  content: "+";
  font-size: 19px;
  font-weight: 500;
  transform: translateY(-50%);
}

.hys-bp-advanced[open] summary::after,
.hys-bp-reason-group[open] summary::after,
.hys-bp-product-card details[open] summary::after,
.hys-bp-faq-list details[open] summary::after {
  content: "−";
}

.hys-bp-advanced summary::-webkit-details-marker,
.hys-bp-reason-group summary::-webkit-details-marker,
.hys-bp-product-card summary::-webkit-details-marker,
.hys-bp-faq-list summary::-webkit-details-marker {
  display: none;
}

.hys-bp-advanced > .hys-bp-field-grid {
  margin: 0 0 22px;
}

.hys-bp-error-summary {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #efb0aa;
  border-radius: 8px;
  background: #fff5f4;
  color: #8d2118;
  font-size: 13px;
}

.hys-bp-error-summary ul {
  margin: 6px 0 0;
  padding-left: 20px;
}

.hys-bp-calculate {
  margin-top: 22px;
}

.hys-bp-result-panel {
  position: sticky;
  top: 22px;
  min-width: 0;
  padding: 27px;
  border-radius: 14px;
  background: var(--hys-bp-dark);
  color: #fff;
}

.hys-bp-result-panel .hys-bp-panel-heading h3 {
  color: #fff;
}

.hys-bp-result-panel .hys-bp-panel-heading p {
  color: #aab2ad;
}

.hys-bp-empty-result {
  display: grid;
  min-height: 290px;
  align-content: center;
  justify-items: center;
  padding: 30px 10px;
  text-align: center;
}

.hys-bp-empty-result > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #80ce8e;
  font-size: 24px;
}

.hys-bp-empty-result p {
  max-width: 300px;
  margin: 18px 0 0;
  color: #aeb6b1;
  font-size: 13px;
}

.hys-bp-result-badge {
  display: inline-flex;
  margin-top: 26px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #c1c9c4;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hys-bp-primary-result {
  margin-top: 21px;
}

.hys-bp-primary-result span,
.hys-bp-primary-result strong,
.hys-bp-primary-result small {
  display: block;
}

.hys-bp-primary-result span {
  color: #aab2ad;
  font-size: 12px;
}

.hys-bp-primary-result strong {
  margin-top: 4px;
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 710;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.hys-bp-primary-result small {
  margin-top: 8px;
  color: #73c483;
  font-size: 14px;
  font-weight: 650;
}

.hys-bp-result-grid,
.hys-bp-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 23px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background: rgba(255, 255, 255, .1);
}

.hys-bp-result-grid div {
  min-width: 0;
  padding: 13px;
  background: #181c1a;
}

.hys-bp-result-grid dt,
.hys-bp-result-grid dd,
.hys-bp-product-specs dt,
.hys-bp-product-specs dd {
  margin: 0;
}

.hys-bp-result-grid dt {
  color: #929c96;
  font-size: 10px;
}

.hys-bp-result-grid dd {
  margin-top: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hys-bp-visible-factors {
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  background: rgba(255, 255, 255, .035);
}

.hys-bp-visible-factors h4 {
  margin: 0 0 10px;
  color: #e8ece9;
  font-size: 12px;
  font-weight: 700;
}

.hys-bp-visible-factors__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
}

.hys-bp-visible-factors__grid div {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 8px;
}

.hys-bp-visible-factors__grid dt,
.hys-bp-visible-factors__grid dd {
  margin: 0;
  font-size: 10px;
}

.hys-bp-visible-factors__grid dt {
  color: #929c96;
}

.hys-bp-visible-factors__grid dd {
  color: #fff;
  font-weight: 700;
}

.hys-bp-reason-group {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.hys-bp-reason-group summary {
  color: #e8ece9;
  font-size: 12px;
}

.hys-bp-reason-group ul {
  margin: 0 0 15px;
  padding-left: 20px;
  color: #aeb6b1;
  font-size: 11px;
}

.hys-bp-reason-group li + li {
  margin-top: 7px;
}

.hys-bp-result-note,
.hys-bp-catalog-note {
  margin: 16px 0 0;
  color: #aeb6b1;
  font-size: 11px;
  line-height: 1.55;
}

.hys-bp-result-note--charger {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.hys-bp-result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 18px;
}

.hys-bp-result-actions .hys-bp-button {
  min-height: 44px;
  padding: 8px 10px;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
  color: #fff !important;
  font-size: 11px;
}

.hys-bp-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.hys-bp-catalog-intro > div {
  max-width: 850px;
}

.hys-bp-catalog-workspace {
  margin-top: 42px;
  padding: 28px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 15px;
  background: #fff;
}

.hys-bp-catalog-workspace > .hys-bp-field-grid {
  margin-top: 0;
}

.hys-bp-feature-options {
	min-width: 0;
	margin: 4px 0 0;
	padding: 15px;
	border: 1px solid var(--hys-bp-line);
	border-radius: 10px;
}

.hys-bp-feature-options legend {
	padding: 0 6px;
	color: var(--hys-bp-black);
	font-size: 12px;
	font-weight: 700;
}

.hys-bp-feature-options > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hys-bp-feature-option {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid var(--hys-bp-line);
	border-radius: 999px;
	background: #fff;
	color: var(--hys-bp-black);
	font-size: 12px;
	cursor: pointer;
}

.hys-bp-feature-option input {
	accent-color: var(--hys-bp-green);
}

.hys-bp-catalog-note {
  max-width: 900px;
  color: var(--hys-bp-muted);
}

.hys-bp-candidate-status {
  min-height: 26px;
  margin-top: 24px;
  color: var(--hys-bp-black);
  font-size: 13px;
  font-weight: 700;
}

.hys-bp-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.hys-bp-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--hys-bp-line);
  border-radius: 13px;
  background: #fff;
}

.hys-bp-product-card__image {
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  padding: 22px;
  background: var(--hys-bp-soft-2);
  color: var(--hys-bp-muted);
  font-size: 12px;
  font-weight: 700;
}

.hys-bp-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hys-bp-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px;
}

.hys-bp-product-card h3,
.hys-bp-application-card h3,
.hys-bp-formula-card h3,
.hys-bp-case-card h3 {
  margin: 0;
  color: var(--hys-bp-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.hys-bp-product-card__status {
  margin: 9px 0 0;
  color: var(--hys-bp-warning);
  font-size: 11px;
  font-weight: 700;
}

.hys-bp-product-card__intro {
  margin: 10px 0 0;
  color: var(--hys-bp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.hys-bp-product-card__configuration {
	margin-top: 14px;
	padding: 13px 14px;
	border: 1px solid #cfd8d1;
	border-left: 3px solid var(--hys-bp-green);
	border-radius: 8px;
	background: var(--hys-bp-soft-2);
}

.hys-bp-product-card__configuration strong {
	display: block;
	color: var(--hys-bp-black);
	font-size: 12px;
	line-height: 1.45;
}

.hys-bp-product-card__configuration p {
	margin: 6px 0 0;
	color: var(--hys-bp-muted);
	font-size: 11px;
	line-height: 1.55;
}

.hys-bp-product-specs {
  border-color: var(--hys-bp-line);
  background: var(--hys-bp-line);
}

.hys-bp-product-specs div {
  padding: 11px;
  background: var(--hys-bp-soft-2);
}

.hys-bp-product-specs dt {
  color: var(--hys-bp-muted);
  font-size: 10px;
}

.hys-bp-product-specs dd {
  color: var(--hys-bp-black);
  font-size: 12px;
  font-weight: 700;
}

.hys-bp-product-card details {
  margin-bottom: 18px;
  border-top: 1px solid var(--hys-bp-line);
  border-bottom: 1px solid var(--hys-bp-line);
}

.hys-bp-product-card details ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--hys-bp-muted);
  font-size: 11px;
}

.hys-bp-product-card details li + li {
  margin-top: 6px;
}

.hys-bp-product-card__body > .hys-bp-button {
  width: 100%;
	margin-top: 8px;
}

.hys-bp-product-card__body > details + .hys-bp-button {
	margin-top: auto;
}

.hys-bp-application-result {
  margin-top: 26px;
}

.hys-bp-application-card {
  display: grid;
  grid-template-columns: minmax(230px, .35fr) minmax(0, .65fr);
  overflow: hidden;
  border: 1px solid var(--hys-bp-line);
  border-radius: 13px;
  background: #fff;
}

.hys-bp-application-card > img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.hys-bp-application-card > div {
  padding: 26px;
}

.hys-bp-application-card p:not(.hys-bp-kicker),
.hys-bp-application-card li {
  color: var(--hys-bp-muted);
  font-size: 12px;
}

.hys-bp-formula-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hys-bp-formula-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 12px;
  background: #fff;
}

.hys-bp-formula-card > span {
  display: block;
  margin-bottom: 22px;
  color: var(--hys-bp-green);
  font-size: 11px;
  font-weight: 750;
}

.hys-bp-formula-card p {
  margin: 10px 0 0;
  color: var(--hys-bp-muted);
  font-size: 12px;
}

.hys-bp-formula-card .hys-bp-formula {
  min-height: 70px;
  color: var(--hys-bp-black);
  font-size: 13px;
  font-weight: 700;
}

.hys-bp-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hys-bp-case-card {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 12px;
  background: #fff;
}

.hys-bp-case-card > p:not(.hys-bp-kicker) {
  margin: 12px 0 20px;
  color: var(--hys-bp-muted);
  font-size: 13px;
}

.hys-bp-case-card .hys-bp-text-button {
  align-self: flex-start;
  margin-top: auto;
}

.hys-bp-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hys-bp-resource-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hys-bp-resource-card:hover {
  border-color: var(--hys-bp-black);
  box-shadow: 0 14px 34px rgba(16, 20, 18, .08);
  transform: translateY(-2px);
}

.hys-bp-resource-card h3 {
  margin: 0;
  color: var(--hys-bp-black);
  font-size: 17px;
  line-height: 1.4;
}

.hys-bp-resource-card p {
  margin: 12px 0 22px;
  color: var(--hys-bp-muted);
  font-size: 13px;
  line-height: 1.65;
}

.hys-bp-resource-card span {
  margin-top: auto;
  color: var(--hys-bp-green);
  font-size: 13px;
  font-weight: 700;
}

.hys-bp-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.hys-bp-faq-list {
  border-top: 1px solid var(--hys-bp-line);
}

.hys-bp-faq-list details {
  border-bottom: 1px solid var(--hys-bp-line);
}

.hys-bp-faq-list summary {
  position: relative;
  padding: 21px 38px 21px 0;
  color: var(--hys-bp-black);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.hys-bp-faq-list details p {
  max-width: 790px;
  margin: -3px 45px 21px 0;
  color: var(--hys-bp-muted);
  font-size: 13px;
}

.hys-bp-section--scope {
  padding-top: 0;
}

.hys-bp-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hys-bp-scope-grid article {
  padding: 22px;
  border: 1px solid var(--hys-bp-line);
  border-radius: 12px;
  background: var(--hys-bp-soft-2);
}

.hys-bp-scope-grid h3 {
  margin: 0;
  color: var(--hys-bp-black);
  font-size: 16px;
  line-height: 1.35;
}

.hys-bp-scope-grid p {
  margin: 10px 0 0;
  color: var(--hys-bp-muted);
  font-size: 12px;
  line-height: 1.65;
}

.hys-bp-privacy-link {
  margin: 18px 0 0;
  font-size: 12px;
}

.hys-bp-privacy-link a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--hys-bp-black) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.hys-bp-section--cta {
  padding: 82px 0;
  background: #141816;
}

.hys-bp-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
  align-items: center;
}

.hys-bp-cta h2 {
  color: #fff;
}

.hys-bp-cta > div > p:last-child {
  max-width: 820px;
  margin: 16px 0 0;
  color: #adb5b0;
}

.hys-bp-root [id$="-calculator"],
.hys-bp-root [id$="-method"] {
	scroll-margin-top: 110px;
}

.hys-bp-print-summary {
	display: none;
}

@media (max-width: 1180px) {
  .hys-bp-workbench {
    grid-template-columns: 1fr;
  }

  .hys-bp-result-panel {
    position: static;
  }

  .hys-bp-load-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hys-bp-remove-load {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
  }

  .hys-bp-formula-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hys-bp-shell {
    width: min(calc(100% - 44px), 1400px);
  }

  .hys-bp-hero {
    padding: 68px 0 78px;
  }

  .hys-bp-hero__grid,
  .hys-bp-catalog-intro,
  .hys-bp-faq-layout,
  .hys-bp-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .hys-bp-catalog-intro > * {
    min-width: 0;
    max-width: 100%;
  }

  .hys-bp-mode-grid,
  .hys-bp-product-grid,
  .hys-bp-case-grid,
  .hys-bp-scope-grid {
    grid-template-columns: 1fr;
  }

  .hys-bp-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hys-bp-mode-card {
    min-height: 0;
  }

  .hys-bp-field-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hys-bp-product-card {
    display: grid;
    grid-template-columns: minmax(220px, .35fr) minmax(0, .65fr);
  }

  .hys-bp-product-card__image {
    aspect-ratio: auto;
  }

  .hys-bp-catalog-intro .hys-bp-button,
  .hys-bp-cta .hys-bp-button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .hys-bp-shell {
    width: min(calc(100% - 32px), 1400px);
  }

  .hys-bp-hero {
    padding: 48px 0 60px;
  }

  .hys-bp-root h1 {
    font-size: clamp(35px, 10vw, 48px);
    line-height: 1.08;
  }

  .hys-bp-lead {
    font-size: 16px;
  }

  .hys-bp-section {
    padding: 68px 0;
  }

  .hys-bp-calculator {
    padding: 13px;
    border-radius: 14px;
  }

  .hys-bp-input-panel,
  .hys-bp-result-panel,
  .hys-bp-catalog-workspace {
    padding: 19px;
  }

  .hys-bp-field-grid--2,
  .hys-bp-field-grid--3,
  .hys-bp-load-row,
  .hys-bp-formula-grid,
  .hys-bp-resource-grid,
  .hys-bp-product-card,
  .hys-bp-application-card {
    grid-template-columns: 1fr;
  }

  .hys-bp-load-row .hys-bp-field--grow {
    grid-column: span 1;
  }

	.hys-bp-load-row {
		padding: 60px 13px 15px;
	}

  .hys-bp-visible-factors__grid {
    grid-template-columns: 1fr;
  }

  .hys-bp-loads-heading {
    display: grid;
    align-items: start;
  }

  .hys-bp-result-actions {
    grid-template-columns: 1fr;
  }

  .hys-bp-result-actions .hys-bp-button,
  .hys-bp-calculate,
  .hys-bp-catalog-workspace > .hys-bp-button,
  .hys-bp-catalog-intro .hys-bp-button,
  .hys-bp-cta .hys-bp-button {
    width: 100%;
  }

  .hys-bp-catalog-intro .hys-bp-button {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hys-bp-formula-card .hys-bp-formula {
    min-height: 0;
  }

  .hys-bp-application-card > img {
    height: 210px;
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .hys-bp-shell {
    width: min(calc(100% - 24px), 1400px);
  }

  .hys-bp-hero__panel,
  .hys-bp-input-panel,
  .hys-bp-result-panel,
  .hys-bp-catalog-workspace {
    padding: 17px;
  }

  .hys-bp-mode-card {
    padding: 17px;
  }

  .hys-bp-primary-result strong {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hys-bp-root *,
  .hys-bp-root *::before,
  .hys-bp-root *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
	.hys-bp-root .hys-bp-print-summary {
		display: block;
		margin: 0;
		padding: 24px;
		border: 1px solid #dfe4e0;
		white-space: pre-wrap;
		word-break: break-word;
		color: #000;
		font: inherit;
	}

	.hys-bp-root .hys-bp-result-panel {
		display: none !important;
	}
  .hys-bp-root .hys-bp-hero,
  .hys-bp-root .hys-bp-mode-grid,
  .hys-bp-root .hys-bp-input-panel,
  .hys-bp-root .hys-bp-result-actions,
  .hys-bp-root .hys-bp-section--catalog,
  .hys-bp-root .hys-bp-section--muted,
  .hys-bp-root .hys-bp-faq-layout,
  .hys-bp-root .hys-bp-section--cta {
    display: none !important;
  }

  .hys-bp-root .hys-bp-section--workbench {
    padding: 0;
  }

  .hys-bp-root .hys-bp-calculator {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .hys-bp-root .hys-bp-workbench {
    display: block;
  }
}
