/* Shared visual system for residential scenarios and commercial energy solutions. */
body.solution-refined {
  --solution-bg: #f5f7f8;
  --solution-surface: #ffffff;
  --solution-soft: #eef1f2;
  --solution-ink: #0b0d0f;
  --solution-muted: #626d75;
  --solution-line: rgba(11, 13, 15, 0.13);
  --solution-green: #8fae35;
  --solution-green-deep: #617920;
  background: var(--solution-bg);
  color: var(--solution-ink);
}

body.solution-refined main {
  overflow: hidden;
  background: var(--solution-bg);
}

body.solution-refined main .container {
  width: min(1280px, calc(100% - 48px));
  max-width: 1280px;
  margin-inline: auto;
}

body.solution-refined ::selection {
  background: rgba(143, 174, 53, 0.28);
  color: var(--solution-ink);
}

body.solution-refined main :focus-visible {
  outline: 3px solid rgba(143, 174, 53, 0.42);
  outline-offset: 3px;
}

body.solution-refined main :is(p, li, dd) {
  letter-spacing: 0;
}

/* Residential catalog heroes */
body.solution-refined .scenario-hero,
body.solution-refined .scenario-hero--catalog {
  min-height: 0 !important;
  padding: 38px 0 48px !important;
  border-bottom: 1px solid var(--solution-line);
  background: var(--solution-bg) !important;
}

body.solution-refined .scenario-hero__grid {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  align-items: center;
  gap: clamp(34px, 5vw, 74px);
}

body.solution-refined .scenario-hero__copy {
  min-width: 0;
}

body.solution-refined .scenario-hero .scenario-kicker,
body.solution-refined .scenario-head .scenario-kicker,
body.solution-refined .related-solutions .section-kicker,
body.solution-refined .business-kicker {
  display: block;
  margin: 0 0 14px;
  color: var(--solution-green-deep) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body.solution-refined .scenario-hero h1 {
  max-width: 690px !important;
  margin: 0 !important;
  color: var(--solution-ink) !important;
  font-size: 52px !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.solution-refined .scenario-hero p {
  max-width: 64ch !important;
  margin: 22px 0 0 !important;
  color: var(--solution-muted) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

body.solution-refined .scenario-hero__media {
  min-width: 0;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--solution-soft);
}

body.solution-refined .scenario-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Shared product catalog rhythm */
body.solution-refined #shop {
  padding-block: 54px 70px !important;
  border-bottom: 1px solid var(--solution-line);
  background: var(--solution-surface) !important;
}

body.solution-refined #shop > .container {
  width: min(1360px, calc(100% - 48px)) !important;
  max-width: 1360px !important;
}

body.solution-refined #shop .shop-count {
  min-height: 34px;
  display: flex;
  align-items: center;
}

body.solution-refined #shop .shop-card.product-card .availability-status {
  margin-top: 0 !important;
}

body.solution-refined #shop .shop-card h3::after,
body.solution-refined #shop .shop-card .item-price::after {
  display: none !important;
  content: none !important;
}

body.solution-refined #shop .shop-empty {
  padding: 34px;
  border: 1px solid var(--solution-line);
  border-radius: 8px;
  background: var(--solution-soft);
  color: var(--solution-muted);
  text-align: center;
}

body.solution-refined #shop .shop-empty:not(.is-visible) {
  display: none;
}

body.solution-refined .business-catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: end;
  gap: 42px;
  margin-bottom: 28px;
}

body.solution-refined .business-catalog-head h2 {
  max-width: 780px;
  margin: 0;
  color: var(--solution-ink);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

body.solution-refined .business-catalog-head p {
  max-width: 64ch;
  margin: 0;
  color: var(--solution-muted);
  font-size: 15px;
  line-height: 1.58;
}

body.solution-refined #shop .business-product-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Scenario content */
body.solution-refined .scenario-section:not(.scenario-shop-section) {
  min-height: 0 !important;
  padding-block: 66px !important;
  border-bottom: 1px solid var(--solution-line);
  background: var(--solution-bg) !important;
}

body.solution-refined .scenario-section:not(.scenario-shop-section):nth-of-type(even) {
  background: var(--solution-surface) !important;
}

body.solution-refined .scenario-head,
body.solution-refined .related-solutions .section-head {
  max-width: 820px !important;
  margin: 0 0 30px !important;
  text-align: left !important;
}

body.solution-refined .scenario-head h2,
body.solution-refined .related-solutions h2 {
  margin: 0 !important;
  color: var(--solution-ink) !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.solution-refined .scenario-head p,
body.solution-refined .related-solutions .section-head p {
  max-width: 68ch !important;
  margin: 16px 0 0 !important;
  color: var(--solution-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.solution-refined .scenario-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.solution-refined .scenario-grid--checks {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.solution-refined .scenario-card {
  min-width: 0 !important;
  min-height: 180px !important;
  padding: 24px !important;
  border: 1px solid var(--solution-line) !important;
  border-radius: 8px !important;
  background: var(--solution-surface) !important;
  box-shadow: none !important;
}

body.solution-refined .scenario-card strong {
  display: block;
  color: var(--solution-ink) !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
}

body.solution-refined .scenario-card p {
  margin: 12px 0 0 !important;
  color: var(--solution-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.solution-refined .warranty-section {
  background: var(--solution-surface) !important;
}

body.solution-refined .warranty-panel,
body.solution-refined .warranty-panel--split {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 32px !important;
  padding: 30px 34px !important;
  border: 1px solid var(--solution-line) !important;
  border-radius: 8px !important;
  background: var(--solution-soft) !important;
  box-shadow: none !important;
}

body.solution-refined .warranty-brand {
  color: var(--solution-green-deep) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.solution-refined .warranty-copy {
  min-width: 0;
}

body.solution-refined .warranty-copy .warranty-kicker {
  color: var(--solution-muted) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body.solution-refined .warranty-copy strong {
  display: block;
  margin-top: 5px;
  color: var(--solution-ink) !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

body.solution-refined .warranty-copy p {
  max-width: 76ch;
  margin: 12px 0 0 !important;
  color: var(--solution-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.solution-refined .scenario-faq-grid,
body.solution-refined .answer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.solution-refined .scenario-faq-item,
body.solution-refined .answer-card {
  min-width: 0 !important;
  padding: 22px 24px !important;
  border: 1px solid var(--solution-line) !important;
  border-radius: 8px !important;
  background: var(--solution-surface) !important;
  box-shadow: none !important;
}

body.solution-refined .scenario-faq-item h3,
body.solution-refined .answer-card h3 {
  margin: 0 !important;
  color: var(--solution-ink) !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

body.solution-refined .scenario-faq-item p,
body.solution-refined .answer-card p {
  margin: 12px 0 0 !important;
  color: var(--solution-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.solution-refined .related-solutions {
  min-height: 0 !important;
  padding-block: 66px !important;
  border-bottom: 1px solid var(--solution-line);
  background: var(--solution-surface) !important;
}

body.solution-refined .related-link-groups {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-block: 1px solid var(--solution-line);
}

body.solution-refined .related-link-group {
  min-width: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-left: 1px solid var(--solution-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.solution-refined .related-link-group:first-child {
  border-left: 0 !important;
}

body.solution-refined .related-link-group h3 {
  margin: 0 0 14px !important;
  color: var(--solution-ink) !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

body.solution-refined .related-links {
  display: grid !important;
  gap: 8px !important;
}

body.solution-refined .related-links a {
  color: var(--solution-muted) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-decoration: underline;
  text-decoration-color: rgba(97, 121, 32, 0.35);
  text-underline-offset: 4px;
}

body.solution-refined .related-links a:hover {
  color: var(--solution-ink) !important;
  text-decoration-color: var(--solution-green-deep);
}

/* Business overview */
body.solution-refined .business-hero,
body.solution-refined .business-catalog-hero {
  min-height: 0 !important;
  padding: 40px 0 50px !important;
  border-bottom: 1px solid var(--solution-line);
  background: var(--solution-bg) !important;
}

body.solution-refined .business-hero__grid,
body.solution-refined .business-catalog-hero__grid {
  min-height: 400px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px) !important;
  align-items: center !important;
  gap: clamp(38px, 5vw, 76px) !important;
}

body.solution-refined .business-hero__copy,
body.solution-refined .business-catalog-hero__grid > div:first-child {
  min-width: 0;
}

body.solution-refined .business-hero h1,
body.solution-refined .business-catalog-hero h1 {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--solution-ink) !important;
  font-size: 52px !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.solution-refined .business-hero__lead,
body.solution-refined .business-catalog-hero__lead {
  max-width: 66ch !important;
  margin: 20px 0 0 !important;
  color: var(--solution-muted) !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

body.solution-refined .business-hero__media,
body.solution-refined .business-catalog-hero__media {
  position: relative !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 26px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--solution-soft) !important;
  box-shadow: none !important;
}

body.solution-refined .business-hero__media::before,
body.solution-refined .business-catalog-hero__media::before {
  display: none !important;
  content: none !important;
}

body.solution-refined .business-hero__media > img,
body.solution-refined .business-catalog-hero__media > img {
  position: absolute !important;
  inset: 24px !important;
  width: calc(100% - 48px) !important;
  height: calc(100% - 48px) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 16px 22px rgba(11, 13, 15, 0.12));
  transform: none !important;
}

body.solution-refined .business-hero__caption {
  position: absolute !important;
  inset: auto 18px 18px !important;
  display: grid !important;
  gap: 2px !important;
  padding: 11px 13px !important;
  border-radius: 6px !important;
  background: rgba(11, 13, 15, 0.86) !important;
  color: #fff !important;
}

body.solution-refined .business-hero__caption span,
body.solution-refined .business-hero__caption strong {
  color: inherit !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

body.solution-refined .business-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 26px !important;
}

body.solution-refined .business-actions .btn,
body.solution-refined .business-cta .btn,
body.solution-refined .business-catalog-cta .btn {
  min-height: 52px !important;
  padding-inline: 22px !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

body.solution-refined .business-link {
  color: var(--solution-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: var(--solution-green) !important;
  text-underline-offset: 5px !important;
}

body.solution-refined .business-proof,
body.solution-refined .business-catalog-hero__facts {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 22px !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.solution-refined .business-proof li,
body.solution-refined .business-catalog-hero__facts li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #4e5961 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

body.solution-refined .business-proof li::before,
body.solution-refined .business-catalog-hero__facts li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--solution-green);
  content: "";
}

body.solution-refined .business-route-wrap {
  border-block: 1px solid var(--solution-line) !important;
  background: var(--solution-surface) !important;
}

body.solution-refined .business-route {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  padding: 0 !important;
}

body.solution-refined .business-route a {
  min-height: 66px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-left: 1px solid var(--solution-line) !important;
  color: #5a646c !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  white-space: normal !important;
}

body.solution-refined .business-route a:first-child {
  border-left: 0 !important;
}

body.solution-refined .business-route a[aria-current="page"] {
  box-shadow: inset 0 -2px 0 var(--solution-green) !important;
  color: var(--solution-ink) !important;
  font-weight: 850 !important;
}

body.solution-refined :is(.business-band, .business-section, .business-catalog-section, .business-catalog-cta, .business-cta) {
  min-height: 0 !important;
  padding-block: 66px !important;
  border-bottom: 1px solid var(--solution-line) !important;
  background: var(--solution-bg) !important;
  color: var(--solution-ink) !important;
}

body.solution-refined :is(.business-section, .business-catalog-section):nth-of-type(even) {
  background: var(--solution-surface) !important;
}

body.solution-refined .business-section--dark {
  background: var(--solution-soft) !important;
  color: var(--solution-ink) !important;
}

body.solution-refined :is(.business-section, .business-band, .business-catalog-section) h2,
body.solution-refined :is(.business-cta, .business-catalog-cta) h2 {
  margin: 0 !important;
  color: var(--solution-ink) !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.solution-refined :is(.business-section, .business-band, .business-catalog-section, .business-cta, .business-catalog-cta) p {
  color: var(--solution-muted) !important;
}

body.solution-refined .business-intro,
body.solution-refined .business-section__head--split,
body.solution-refined .business-delivery__grid,
body.solution-refined .business-trust__grid,
body.solution-refined .business-catalog-split,
body.solution-refined .business-calculation,
body.solution-refined .business-cta__inner,
body.solution-refined .business-catalog-cta__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  align-items: start !important;
  gap: clamp(34px, 6vw, 86px) !important;
}

body.solution-refined .business-answer,
body.solution-refined .business-section__head > p,
body.solution-refined .business-catalog-copy > p,
body.solution-refined .business-calculation__copy > p {
  max-width: 70ch !important;
  margin: 16px 0 0 !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

body.solution-refined .business-task-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 36px !important;
  border-block: 1px solid var(--solution-line);
}

body.solution-refined .business-task-list span {
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-left: 1px solid var(--solution-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--solution-ink) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

body.solution-refined .business-task-list span:nth-child(3n + 1) {
  border-left: 0 !important;
}

body.solution-refined .business-solutions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 30px !important;
}

body.solution-refined .business-solution,
body.solution-refined .business-solution--featured {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid var(--solution-line) !important;
  border-radius: 8px !important;
  background: var(--solution-surface) !important;
  box-shadow: none !important;
}

body.solution-refined .business-solution__image {
  aspect-ratio: 4 / 3 !important;
  display: grid !important;
  place-items: center !important;
  margin: 14px 14px 0 !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  background: var(--solution-soft) !important;
}

body.solution-refined .business-solution__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 18px rgba(11, 13, 15, 0.1));
}

body.solution-refined .business-solution__body {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 20px !important;
}

body.solution-refined .business-solution__body > span {
  color: var(--solution-muted) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  text-transform: uppercase;
}

body.solution-refined .business-solution h3 {
  min-height: 2.4em;
  margin: 8px 0 0 !important;
  color: var(--solution-ink) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
}

body.solution-refined .business-solution p {
  flex: 1;
  margin: 14px 0 20px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.solution-refined .business-solution a {
  min-height: 48px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-inline: 14px;
  border-radius: 7px;
  background: #1a1d21;
  color: #fff !important;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

body.solution-refined .business-calculation__data,
body.solution-refined .business-process,
body.solution-refined .business-delivery__list,
body.solution-refined .business-checklist {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--solution-line) !important;
  list-style: none !important;
}

body.solution-refined .business-process {
  padding-inline: clamp(12px, 2vw, 28px) !important;
}

body.solution-refined .business-calculation__data > div,
body.solution-refined .business-process > li,
body.solution-refined .business-delivery__list > li,
body.solution-refined .business-checklist > li {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 18px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--solution-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.solution-refined .business-delivery__list > li,
body.solution-refined .business-checklist > li {
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}

body.solution-refined :is(.business-calculation__data, .business-process) :is(dt, li > span) {
  color: var(--solution-green-deep) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

body.solution-refined :is(.business-calculation__data, .business-process, .business-delivery__list, .business-checklist) strong,
body.solution-refined .business-process h3 {
  color: var(--solution-ink) !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

body.solution-refined :is(.business-calculation__data, .business-process, .business-delivery__list, .business-checklist) p,
body.solution-refined :is(.business-calculation__data, .business-process, .business-delivery__list, .business-checklist) span {
  margin: 5px 0 0 !important;
  color: var(--solution-muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body.solution-refined .business-trust__facts,
body.solution-refined .business-benefit-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.solution-refined .business-trust__facts > div,
body.solution-refined .business-benefit {
  min-height: 150px !important;
  padding: 22px !important;
  border: 1px solid var(--solution-line) !important;
  border-radius: 8px !important;
  background: var(--solution-surface) !important;
  box-shadow: none !important;
}

body.solution-refined .business-trust__facts strong {
  color: var(--solution-ink) !important;
  font-size: 24px !important;
  line-height: 1.05 !important;
}

body.solution-refined .business-benefit h3 {
  margin: 0 !important;
  color: var(--solution-ink) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

body.solution-refined .business-benefit p {
  margin: 12px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
}

body.solution-refined .business-faq,
body.solution-refined .business-catalog-faq {
  margin-top: 28px !important;
  border-top: 1px solid var(--solution-line) !important;
}

body.solution-refined :is(.business-faq, .business-catalog-faq) details {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--solution-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.solution-refined :is(.business-faq, .business-catalog-faq) summary {
  min-height: 66px !important;
  display: flex !important;
  align-items: center !important;
  padding: 16px 44px 16px 0 !important;
  color: var(--solution-ink) !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

body.solution-refined :is(.business-faq, .business-catalog-faq) details > :is(p, div) {
  max-width: 76ch !important;
  margin: 0 !important;
  padding: 0 0 20px !important;
  color: var(--solution-muted) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

body.solution-refined .business-delivery__area {
  margin-top: 30px !important;
  padding-top: 22px !important;
  border-top: 1px solid var(--solution-line);
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.solution-refined .business-cta,
body.solution-refined .business-catalog-cta {
  background: var(--solution-soft) !important;
}

body.solution-refined :is(.business-cta__inner, .business-catalog-cta__inner) {
  align-items: center !important;
}

body.solution-refined :is(.business-cta__inner, .business-catalog-cta__inner) .btn {
  justify-self: end;
}

@media (max-width: 1180px) {
  body.solution-refined .scenario-grid--checks,
  body.solution-refined .business-trust__facts,
  body.solution-refined .business-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body.solution-refined .scenario-hero__grid,
  body.solution-refined .business-hero__grid,
  body.solution-refined .business-catalog-hero__grid,
  body.solution-refined .business-intro,
  body.solution-refined .business-section__head--split,
  body.solution-refined .business-delivery__grid,
  body.solution-refined .business-trust__grid,
  body.solution-refined .business-catalog-split,
  body.solution-refined .business-calculation,
  body.solution-refined .business-cta__inner,
  body.solution-refined .business-catalog-cta__inner,
  body.solution-refined .business-catalog-head {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  body.solution-refined .scenario-hero__grid,
  body.solution-refined .business-hero__grid,
  body.solution-refined .business-catalog-hero__grid {
    min-height: 0 !important;
  }

  body.solution-refined .scenario-hero__media,
  body.solution-refined .business-hero__media,
  body.solution-refined .business-catalog-hero__media {
    width: min(100%, 620px) !important;
  }

  body.solution-refined #shop .business-product-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.solution-refined .business-solutions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.solution-refined :is(.business-cta__inner, .business-catalog-cta__inner) .btn {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  body.solution-refined main .container,
  body.solution-refined #shop > .container {
    width: calc(100% - 30px) !important;
  }

  body.solution-refined .business-route {
    width: 100% !important;
    display: flex !important;
    overflow-x: auto !important;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  body.solution-refined .business-route a {
    min-width: 178px !important;
    flex: 0 0 178px !important;
    scroll-snap-align: start;
  }

  body.solution-refined .scenario-grid,
  body.solution-refined .scenario-grid--checks,
  body.solution-refined .scenario-faq-grid,
  body.solution-refined .answer-grid,
  body.solution-refined .related-link-groups,
  body.solution-refined .business-task-list,
  body.solution-refined .business-solutions,
  body.solution-refined .business-trust__facts,
  body.solution-refined .business-benefit-grid {
    grid-template-columns: 1fr !important;
  }

  body.solution-refined .business-task-list span,
  body.solution-refined .business-task-list span:nth-child(3n + 1),
  body.solution-refined .related-link-group,
  body.solution-refined .related-link-group:first-child {
    border-left: 0 !important;
    border-top: 1px solid var(--solution-line) !important;
  }

  body.solution-refined .business-task-list span:first-child,
  body.solution-refined .related-link-group:first-child {
    border-top: 0 !important;
  }

  body.solution-refined .warranty-panel,
  body.solution-refined .warranty-panel--split {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.solution-refined #shop .catalog-mobile-filter-bar ~ .shop-filter + .shop-results > .shop-count {
    display: none !important;
  }
}

@media (max-width: 560px) {
  body.solution-refined .scenario-hero,
  body.solution-refined .scenario-hero--catalog,
  body.solution-refined .business-hero,
  body.solution-refined .business-catalog-hero {
    padding-block: 28px 34px !important;
  }

  body.solution-refined .scenario-hero h1,
  body.solution-refined .business-hero h1,
  body.solution-refined .business-catalog-hero h1 {
    font-size: 34px !important;
    line-height: 1.04 !important;
  }

  body.solution-refined .scenario-hero p,
  body.solution-refined .business-hero__lead,
  body.solution-refined .business-catalog-hero__lead {
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  body.solution-refined .scenario-hero__media,
  body.solution-refined .business-hero__media,
  body.solution-refined .business-catalog-hero__media {
    aspect-ratio: 4 / 3 !important;
    padding: 14px !important;
  }

  body.solution-refined .business-hero__media > img,
  body.solution-refined .business-catalog-hero__media > img {
    inset: 14px !important;
    width: calc(100% - 28px) !important;
    height: calc(100% - 28px) !important;
  }

  body.solution-refined .scenario-hero__media {
    padding: 0 !important;
  }

  body.solution-refined #shop,
  body.solution-refined .scenario-section:not(.scenario-shop-section),
  body.solution-refined .related-solutions,
  body.solution-refined :is(.business-band, .business-section, .business-catalog-section, .business-catalog-cta, .business-cta) {
    padding-block: 44px !important;
  }

  body.solution-refined .scenario-head h2,
  body.solution-refined .related-solutions h2,
  body.solution-refined :is(.business-section, .business-band, .business-catalog-section, .business-cta, .business-catalog-cta) h2,
  body.solution-refined .business-catalog-head h2 {
    font-size: 28px !important;
    line-height: 1.1 !important;
  }

  body.solution-refined #shop .business-product-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.solution-refined .warranty-panel,
  body.solution-refined .warranty-panel--split {
    padding: 22px !important;
  }

  body.solution-refined .warranty-copy strong {
    font-size: 28px !important;
  }

  body.solution-refined .scenario-card,
  body.solution-refined .scenario-faq-item,
  body.solution-refined .answer-card,
  body.solution-refined .business-benefit,
  body.solution-refined .business-trust__facts > div {
    min-height: 0 !important;
    padding: 20px !important;
  }

  body.solution-refined .business-catalog-head {
    margin-bottom: 20px;
  }
}

@media (max-width: 980px) {
  body.solution-refined.business-catalog-page:has(.shop-layout) main {
    padding-top: 0 !important;
  }

  body.solution-refined .business-hero,
  body.solution-refined .business-catalog-hero {
    padding-top: calc(86px + 28px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.solution-refined *,
  body.solution-refined *::before,
  body.solution-refined *::after {
    scroll-behavior: auto !important;
  }
}
