.office-energy-saas {
  color: var(--text-primary);
  padding: clamp(7.25rem, 10vw, 9rem) 0 5.8rem;
  scroll-margin-top: 7.5rem;
}

.office-energy-saas *,
.office-energy-saas *::before,
.office-energy-saas *::after {
  box-sizing: border-box;
}

.office-energy-saas__shell {
  background:
    linear-gradient(90deg, rgba(122, 214, 230, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(122, 214, 230, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 70% 4%, rgba(126, 231, 223, 0.12), transparent 0 24rem),
    rgba(4, 15, 27, 0.86);
  background-size: 32px 32px, 32px 32px, auto, auto;
  border: 1px solid rgba(222, 246, 250, 0.16);
  border-radius: 8px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 1px;
  grid-template-areas:
    "input dashboard"
    "conversion conversion";
  grid-template-columns: minmax(18rem, 23rem) minmax(0, 1fr);
  overflow: hidden;
  position: relative;
}

.office-energy-saas__shell > * {
  min-width: 0;
}

.office-energy-saas p,
.office-energy-saas h1,
.office-energy-saas h2,
.office-energy-saas h3 {
  margin: 0;
}

.office-energy-saas__intro {
  align-items: end;
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.6fr);
  margin: 0 auto clamp(1.25rem, 2.4vw, 2rem);
  max-width: 70rem;
  padding-inline: clamp(0.25rem, 1vw, 0.75rem);
}

.office-energy-saas__intro p {
  color: rgba(156, 232, 241, 0.88);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.office-energy-saas__intro h1 {
  color: #f8fbfc;
  font-size: clamp(2.35rem, 4.8vw, 4.9rem);
  letter-spacing: 0;
  line-height: 0.92;
  max-width: 11.5ch;
}

.office-energy-saas__intro-visual {
  align-self: center;
  background:
    linear-gradient(135deg, rgba(126, 231, 223, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(5, 18, 31, 0.52);
  border: 1px solid rgba(222, 246, 250, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 0.72rem;
  max-width: 21rem;
  padding: 1rem;
  position: relative;
}

.office-energy-saas__intro-visual::before {
  background:
    linear-gradient(90deg, #ffcf7a 0 34%, #8ee8ff 34% 72%, #9cf7d0 72% 100%);
  border-radius: 999px;
  content: "";
  display: block;
  height: 0.42rem;
  margin-bottom: 0.25rem;
  width: 100%;
}

.office-energy-saas__intro-visual span {
  align-items: center;
  color: rgba(232, 244, 248, 0.86);
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: space-between;
}

.office-energy-saas__intro-visual span::after {
  background: rgba(126, 231, 223, 0.28);
  border-radius: 999px;
  content: "";
  height: 0.35rem;
  width: 42%;
}

.office-energy-saas .input-rail {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(20, 52, 78, 0.96), rgba(7, 24, 39, 0.96)),
    rgba(9, 30, 48, 0.92);
  display: grid;
  gap: 1rem;
  grid-area: input;
  padding: clamp(1rem, 1.45vw, 1.35rem);
}

.office-energy-saas .rail-head {
  align-items: start;
  border-bottom: 1px solid rgba(222, 246, 250, 0.14);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding-bottom: 1rem;
}

.office-energy-saas .rail-icon,
.office-energy-saas .group-icon {
  align-items: center;
  background: rgba(126, 231, 223, 0.1);
  border: 1px solid rgba(126, 231, 223, 0.26);
  border-radius: 6px;
  color: #88f3ee;
  display: inline-flex;
  justify-content: center;
}

.office-energy-saas .rail-icon {
  height: 2.25rem;
  width: 2.25rem;
}

.office-energy-saas .group-icon {
  height: 1.65rem;
  width: 1.65rem;
}

.office-energy-saas svg {
  fill: none;
  height: 1.08rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.08rem;
}

.office-energy-saas .rail-head p,
.office-energy-saas .canvas-head p,
.office-energy-saas .saving-stage__copy > span,
.office-energy-saas .dashboard-strip span,
.office-energy-saas .chart-panel header span,
.office-energy-saas .range-panel__head > span,
.office-energy-saas .estimate-panel__copy span,
.office-energy-saas .spec-trace span,
.office-energy-saas .result-metrics span {
  color: rgba(156, 232, 241, 0.88);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.office-energy-saas .rail-head h2,
.office-energy-saas .canvas-head h2,
.office-energy-saas .range-panel__head h3,
.office-energy-saas .estimate-panel__copy h3 {
  color: #f8fbfc;
  font-size: clamp(1.25rem, 1.8vw, 1.85rem);
  letter-spacing: 0;
  line-height: 1.06;
}

.office-energy-saas .rail-head span,
.office-energy-saas .canvas-summary,
.office-energy-saas .canvas-copy,
.office-energy-saas .input-note,
.office-energy-saas .range-panel__head p,
.office-energy-saas .estimate-panel__copy p,
.office-energy-saas .result-empty-state,
.office-energy-saas .saving-block small,
.office-energy-saas .range-card p,
.office-energy-saas .chart-panel p {
  color: rgba(232, 244, 248, 0.76);
  font-size: 0.86rem;
  line-height: 1.5;
}

.office-energy-saas .canvas-summary {
  background: rgba(126, 231, 223, 0.07);
  border: 1px solid rgba(126, 231, 223, 0.16);
  border-radius: 8px;
  max-width: 34rem;
  padding: 0.74rem 0.82rem;
}

.office-energy-saas .input-groups {
  display: grid;
  gap: 0.85rem;
}

.office-energy-saas .input-group {
  border: 0;
  border-top: 1px solid rgba(222, 246, 250, 0.12);
  display: grid;
  gap: 0.72rem;
  margin: 0;
  min-width: 0;
  padding: 0.95rem 0 0;
}

.office-energy-saas .input-group legend {
  align-items: center;
  color: #eefafa;
  display: flex;
  font-size: 0.9rem;
  font-weight: 760;
  gap: 0.5rem;
  letter-spacing: 0;
  margin-bottom: 0.72rem;
  padding: 0;
}

.office-energy-saas .advanced-inputs {
  border-top: 1px solid rgba(222, 246, 250, 0.12);
  display: grid;
  gap: 0.85rem;
  padding-top: 0.85rem;
}

.office-energy-saas .advanced-inputs summary {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(222, 246, 250, 0.16);
  border-radius: 8px;
  color: #f8fbfc;
  cursor: pointer;
  display: flex;
  font-weight: 820;
  justify-content: space-between;
  list-style: none;
  min-height: 2.85rem;
  padding: 0.72rem 0.82rem;
}

.office-energy-saas .advanced-inputs summary::after {
  color: #8ee8ff;
  content: "+";
  font-family: var(--font-mono);
}

.office-energy-saas .advanced-inputs[open] summary::after {
  content: "-";
}

.office-energy-saas .advanced-inputs summary::-webkit-details-marker {
  display: none;
}

.office-energy-saas .advanced-inputs:not([open]) > .input-group {
  display: none;
}

.office-energy-saas .field-pair {
  display: grid;
  gap: 0.68rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.office-energy-saas .field-control {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(222, 246, 250, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0.56rem;
  min-width: 0;
  padding: 0.72rem;
}

.office-energy-saas .field-control--wide {
  grid-column: 1 / -1;
}

.office-energy-saas .field-copy {
  display: grid;
  gap: 0.14rem;
}

.office-energy-saas .field-copy b {
  color: #f8fbfc;
  font-size: 0.84rem;
  line-height: 1.2;
}

.office-energy-saas .field-copy small {
  color: rgba(232, 244, 248, 0.58);
  font-size: 0.72rem;
  line-height: 1.36;
}

.office-energy-saas input,
.office-energy-saas select,
.office-energy-saas textarea {
  background:
    linear-gradient(180deg, rgba(17, 41, 61, 0.96), rgba(8, 25, 41, 0.96));
  border: 1px solid rgba(149, 220, 231, 0.22);
  border-radius: 6px;
  color: #f8fbfc;
  font: inherit;
  min-height: 2.58rem;
  outline: 0;
  padding: 0.58rem 0.66rem;
  width: 100%;
}

.office-energy-saas textarea {
  min-height: 7.1rem;
  resize: vertical;
}

.office-energy-saas select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #8deff0 50%),
    linear-gradient(135deg, #8deff0 50%, transparent 50%),
    linear-gradient(180deg, rgba(17, 41, 61, 0.96), rgba(8, 25, 41, 0.96));
  background-position: calc(100% - 18px) 1.12rem, calc(100% - 12px) 1.12rem, 0 0;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px, auto;
  padding-right: 2.1rem;
}

.office-energy-saas select option {
  background: #0b2338;
  color: #f8fbfc;
}

.office-energy-saas input:focus,
.office-energy-saas select:focus,
.office-energy-saas textarea:focus,
.office-energy-saas button:focus-visible,
.office-energy-saas a:focus-visible {
  border-color: rgba(126, 231, 223, 0.82);
  box-shadow: 0 0 0 3px rgba(82, 207, 236, 0.16);
  outline: 0;
}

.office-energy-saas .field-range {
  appearance: none;
  background: transparent;
  border: 0;
  height: 1rem;
  min-height: 1rem;
  padding: 0;
}

.office-energy-saas .field-range::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, rgba(91, 220, 239, 0.72), rgba(255, 245, 214, 0.42));
  border-radius: 999px;
  height: 0.28rem;
}

.office-energy-saas .field-range::-webkit-slider-thumb {
  appearance: none;
  background: #eafcff;
  border: 2px solid #65dff0;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(101, 223, 240, 0.34);
  height: 0.95rem;
  margin-top: -0.34rem;
  width: 0.95rem;
}

.office-energy-saas .field-range::-moz-range-track {
  background: linear-gradient(90deg, rgba(91, 220, 239, 0.72), rgba(255, 245, 214, 0.42));
  border-radius: 999px;
  height: 0.28rem;
}

.office-energy-saas .field-range::-moz-range-thumb {
  background: #eafcff;
  border: 2px solid #65dff0;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(101, 223, 240, 0.34);
  height: 0.95rem;
  width: 0.95rem;
}

.office-energy-saas .native-sync-select {
  height: 1px;
  left: -9999px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.office-energy-saas .segmented-control {
  background: rgba(2, 11, 20, 0.42);
  border: 1px solid rgba(222, 246, 250, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0.22rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0.24rem;
}

.office-energy-saas .segmented-control button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(232, 244, 248, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 740;
  min-height: 2.18rem;
  padding: 0.42rem;
}

.office-energy-saas .segmented-control button.is-active {
  background: linear-gradient(135deg, rgba(126, 231, 223, 0.24), rgba(91, 184, 236, 0.18));
  border-color: rgba(126, 231, 223, 0.46);
  color: #f8fbfc;
}

.office-energy-saas .input-actions {
  display: grid;
  gap: 0.58rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.office-energy-saas .saas-button,
.office-energy-saas .enquiry-cta,
.office-energy-saas .report-button,
.office-energy-saas .range-link,
.office-energy-saas .range-card__actions a {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 820;
  justify-content: center;
  line-height: 1.15;
  min-height: 2.65rem;
  padding: 0.68rem 0.82rem;
  text-align: center;
  text-decoration: none;
}

.office-energy-saas .saas-button {
  cursor: pointer;
  font: inherit;
}

.office-energy-saas .saas-button:active,
.office-energy-saas .report-button:active,
.office-energy-saas .range-card__actions a:active {
  transform: translateY(1px);
}

.office-energy-saas .saas-button--primary,
.office-energy-saas .enquiry-cta {
  background: linear-gradient(135deg, #8ee8ff, #9cf7d0);
  border: 1px solid rgba(142, 232, 255, 0.56);
  color: #061622;
}

.office-energy-saas .saas-button--ghost,
.office-energy-saas .range-link,
.office-energy-saas .report-button {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(222, 246, 250, 0.16);
  color: #f8fbfc;
}

.office-energy-saas .report-button {
  cursor: pointer;
  font: inherit;
  width: 100%;
}

.office-energy-saas .input-note {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 245, 214, 0.14);
  border-radius: 8px;
  margin: 0;
  padding: 0.78rem;
}

.office-energy-saas .comparison-canvas {
  align-content: start;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 245, 214, 0.1), transparent 0 11rem),
    linear-gradient(180deg, rgba(6, 20, 34, 0.56), rgba(3, 12, 22, 0.48));
  display: grid;
  gap: 1.15rem;
  grid-area: dashboard;
  padding: clamp(1.1rem, 2.1vw, 2rem);
}

.office-energy-saas .canvas-head {
  align-items: start;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.office-energy-saas .canvas-head__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.office-energy-saas .canvas-head__actions > span,
.office-energy-saas .report-jump {
  background: rgba(126, 231, 223, 0.1);
  border: 1px solid rgba(126, 231, 223, 0.24);
  border-radius: 6px;
  color: rgba(232, 244, 248, 0.84);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  padding: 0.36rem 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.office-energy-saas .report-jump {
  background: linear-gradient(135deg, rgba(142, 232, 255, 0.22), rgba(156, 247, 208, 0.16));
  border-color: rgba(142, 232, 255, 0.46);
  color: #f8fbfc;
  font-weight: 840;
}

.office-energy-saas .dashboard-board {
  display: grid;
  gap: 1rem;
}

.office-energy-saas .saving-stage {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(156, 247, 208, 0.16), rgba(126, 231, 223, 0.06)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(156, 247, 208, 0.32);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.1rem, 2.2vw, 1.75rem);
}

.office-energy-saas .saving-stage__copy {
  display: grid;
  gap: 0.72rem;
}

.office-energy-saas .saving-stage__copy strong {
  color: #9cf7d0;
  font-size: clamp(3rem, 7vw, 6.4rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 0.24rem;
  overflow-wrap: anywhere;
}

.office-energy-saas .saving-stage__copy p {
  color: #f8fbfc;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 820;
  line-height: 1.28;
}

.office-energy-saas .saving-stage__copy b {
  color: #9cf7d0;
}

.office-energy-saas .saving-dial {
  --saving: 0%;
  align-items: center;
  background: rgba(6, 18, 30, 0.88);
  border: 1px solid rgba(222, 246, 250, 0.16);
  border-radius: 50%;
  display: grid;
  height: clamp(8.6rem, 13vw, 12rem);
  justify-items: center;
  padding: 1rem;
  place-content: center;
  position: relative;
  width: clamp(8.6rem, 13vw, 12rem);
}

.office-energy-saas .saving-dial::before {
  background:
    radial-gradient(circle at 45% 35%, rgba(18, 43, 59, 0.98), rgba(6, 18, 30, 0.98));
  border: 1px solid rgba(222, 246, 250, 0.1);
  border-radius: 50%;
  content: "";
  inset: 18%;
  position: absolute;
  z-index: 1;
}

.office-energy-saas .saving-dial::after {
  background:
    conic-gradient(#9cf7d0 0 var(--saving), rgba(255, 255, 255, 0.12) var(--saving) 100%);
  border-radius: 50%;
  content: "";
  inset: 0;
  -webkit-mask: radial-gradient(circle, transparent 0 61%, #000 62%);
  mask: radial-gradient(circle, transparent 0 61%, #000 62%);
  position: absolute;
  z-index: 0;
}

.office-energy-saas .saving-dial span {
  color: #f8fbfc;
  font-family: var(--font-mono);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 860;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.office-energy-saas .saving-dial span::after {
  content: "%";
  font-size: 0.55em;
}

.office-energy-saas .saving-dial small {
  color: rgba(232, 244, 248, 0.7);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.office-energy-saas .dashboard-strip {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.office-energy-saas .dashboard-strip article,
.office-energy-saas .chart-panel,
.office-energy-saas .result-panel,
.office-energy-saas .range-panel,
.office-energy-saas .estimate-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.032)),
    rgba(5, 18, 31, 0.82);
  border: 1px solid rgba(222, 246, 250, 0.17);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.office-energy-saas .dashboard-strip article {
  display: grid;
  gap: 0.36rem;
  padding: 0.9rem;
}

.office-energy-saas .dashboard-strip strong {
  color: #f8fbfc;
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.office-energy-saas .analytics-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.office-energy-saas .chart-panel {
  display: grid;
  gap: 1rem;
  min-width: 0;
  padding: clamp(0.9rem, 1.6vw, 1.2rem);
}

.office-energy-saas .chart-panel header {
  align-items: start;
  display: grid;
  gap: 0.2rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.office-energy-saas .chart-panel header strong {
  color: #f8fbfc;
  font-size: 1rem;
  grid-column: 1;
  line-height: 1.1;
}

.office-energy-saas .chart-panel header > span {
  grid-column: 1;
}

.office-energy-saas .chart-tooltip {
  align-items: center;
  background: rgba(126, 231, 223, 0.1);
  border: 1px solid rgba(126, 231, 223, 0.22);
  border-radius: 999px;
  color: rgba(232, 244, 248, 0.92);
  cursor: help;
  display: inline-flex;
  font: 800 0.72rem/1 var(--font-mono);
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 1.55rem;
  justify-content: center;
  position: relative;
  width: 1.55rem;
}

.office-energy-saas .chart-tooltip::after {
  background: rgba(8, 24, 39, 0.98);
  border: 1px solid rgba(126, 231, 223, 0.24);
  border-radius: 6px;
  bottom: calc(100% + 0.55rem);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  color: rgba(244, 251, 253, 0.92);
  content: attr(data-tip);
  font-family: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  padding: 0.58rem 0.66rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  transform: translateY(0.25rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: min(16rem, 70vw);
  z-index: 5;
}

.office-energy-saas .chart-tooltip:hover::after,
.office-energy-saas .chart-tooltip:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.office-energy-saas .cost-columns {
  align-items: end;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr 1fr minmax(7rem, 0.8fr);
  min-height: 12rem;
}

.office-energy-saas .cost-columns div {
  display: grid;
  gap: 0.44rem;
  min-width: 0;
}

.office-energy-saas .cost-columns i {
  align-items: end;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(222, 246, 250, 0.12);
  border-radius: 6px;
  display: flex;
  height: 8rem;
  overflow: hidden;
}

.office-energy-saas .cost-columns b {
  background: linear-gradient(180deg, #ffcf7a, #ff9b66);
  display: block;
  height: 0;
  width: 100%;
}

.office-energy-saas .cost-columns div:nth-child(2) b {
  background: linear-gradient(180deg, #8ee8ff, #5bdcef);
}

.office-energy-saas .cost-columns span {
  color: rgba(232, 244, 248, 0.66);
  font-size: 0.74rem;
  font-weight: 760;
}

.office-energy-saas .cost-columns strong {
  color: #f8fbfc;
  font-size: 1.05rem;
  line-height: 1.05;
}

.office-energy-saas .cost-columns__saving {
  align-self: center;
  border-left: 1px solid rgba(222, 246, 250, 0.14);
  min-width: 0;
  padding-left: 0.85rem;
}

.office-energy-saas .cost-columns__saving strong {
  color: #9cf7d0;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  overflow-wrap: anywhere;
}

.office-energy-saas .cost-columns__saving small {
  color: rgba(156, 247, 208, 0.72);
  font-size: 0.82rem;
  font-weight: 820;
  line-height: 1;
}

.office-energy-saas .energy-bars {
  display: grid;
  gap: 0.85rem;
}

.office-energy-saas .energy-row {
  align-items: center;
  display: grid;
  gap: 0.74rem;
  grid-template-columns: minmax(8.6rem, 0.45fr) minmax(0, 1fr);
}

.office-energy-saas .energy-row div {
  display: grid;
  gap: 0.16rem;
}

.office-energy-saas .energy-row span {
  color: rgba(232, 244, 248, 0.62);
  font-size: 0.74rem;
  font-weight: 760;
}

.office-energy-saas .energy-row strong {
  color: #f8fbfc;
  font-size: 0.96rem;
  line-height: 1.1;
}

.office-energy-saas .energy-row i {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(222, 246, 250, 0.12);
  border-radius: 999px;
  display: block;
  height: 0.86rem;
  overflow: hidden;
}

.office-energy-saas .energy-row b {
  background: linear-gradient(90deg, #ffcf7a, #ff9b66);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 0;
}

.office-energy-saas .energy-row--led b {
  background: linear-gradient(90deg, #5bdcef, #8ee8ff);
}

.office-energy-saas .energy-row--saving b {
  background: linear-gradient(90deg, #7ee3a9, #9cf7d0);
}

.office-energy-saas .payback-track {
  --payback-position: 0%;
  align-items: center;
  display: grid;
  min-height: 5.7rem;
  padding-top: 1.85rem;
  position: relative;
}

.office-energy-saas .payback-track span {
  color: rgba(232, 244, 248, 0.72);
  font-size: 0.68rem;
  font-weight: 860;
  line-height: 1;
}

.office-energy-saas .payback-track__line {
  background:
    linear-gradient(90deg, #ffcf7a 0 36%, #8ee8ff 36% 72%, #9cf7d0 72% 100%);
  border-radius: 999px;
  height: 0.58rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.7rem;
}

.office-energy-saas .payback-track .payback-track__marker {
  align-items: center;
  background: #eefbff;
  border: 1px solid rgba(142, 232, 255, 0.72);
  border-radius: 6px;
  color: #061622;
  display: inline-flex;
  justify-content: center;
  left: var(--payback-position);
  min-width: 4.8rem;
  padding: 0.4rem 0.48rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.office-energy-saas .payback-track__marker::after {
  border-left: 0.35rem solid transparent;
  border-right: 0.35rem solid transparent;
  border-top: 0.42rem solid #eefbff;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
}

.office-energy-saas .payback-track__start,
.office-energy-saas .payback-track__mid,
.office-energy-saas .payback-track__end {
  position: absolute;
  top: 3.8rem;
}

.office-energy-saas .payback-track__start {
  left: 0;
}

.office-energy-saas .payback-track__mid {
  left: 50%;
  transform: translateX(-50%);
}

.office-energy-saas .payback-track__end {
  right: 0;
}

.office-energy-saas .payback-tooltips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.office-energy-saas .payback-tooltips span {
  background: rgba(126, 231, 223, 0.09);
  border: 1px solid rgba(126, 231, 223, 0.18);
  border-radius: 999px;
  color: rgba(232, 244, 248, 0.78);
  cursor: help;
  font-size: 0.72rem;
  font-weight: 760;
  padding: 0.34rem 0.52rem;
  position: relative;
}

.office-energy-saas .payback-tooltips span::after {
  background: rgba(8, 24, 39, 0.98);
  border: 1px solid rgba(126, 231, 223, 0.24);
  border-radius: 6px;
  bottom: calc(100% + 0.45rem);
  color: rgba(244, 251, 253, 0.92);
  content: attr(data-tip);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  padding: 0.5rem 0.58rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(0.2rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: min(15rem, 70vw);
  z-index: 5;
}

.office-energy-saas .payback-tooltips span:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.office-energy-saas .spec-trace,
.office-energy-saas .result-metrics {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.office-energy-saas .spec-trace div,
.office-energy-saas .result-metrics div {
  border-top: 1px solid rgba(222, 246, 250, 0.12);
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  padding-top: 0.58rem;
}

.office-energy-saas .spec-trace strong,
.office-energy-saas .result-metrics strong {
  color: #f8fbfc;
  font-size: clamp(0.96rem, 1.3vw, 1.18rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.office-energy-saas .canvas-copy {
  background: rgba(126, 231, 223, 0.07);
  border: 1px solid rgba(126, 231, 223, 0.16);
  border-radius: 8px;
  padding: 0.92rem;
}

.office-energy-saas .result-rail {
  display: grid;
  gap: 1px;
  grid-area: conversion;
  grid-template-areas:
    "summary enquiry"
    "ranges ranges";
  grid-template-columns: minmax(0, 0.82fr) minmax(23rem, 1.18fr);
}

.office-energy-saas .result-panel,
.office-energy-saas .range-panel,
.office-energy-saas .estimate-panel {
  border-radius: 0;
  padding: clamp(1.05rem, 1.9vw, 1.55rem);
}

.office-energy-saas .result-panel {
  align-content: start;
  display: grid;
  gap: 0.9rem;
  grid-area: summary;
}

.office-energy-saas .estimate-panel {
  display: grid;
  gap: 1rem;
  grid-area: enquiry;
  grid-template-columns: minmax(14rem, 0.82fr) minmax(0, 1.18fr);
}

.office-energy-saas .range-panel {
  display: grid;
  gap: 1rem;
  grid-area: ranges;
}

.office-energy-saas__shell:not(.is-calculated) .saving-block,
.office-energy-saas__shell:not(.is-calculated) .result-metrics,
.office-energy-saas__shell:not(.is-calculated) .report-actions,
.office-energy-saas__shell:not(.is-calculated) .range-panel {
  display: none;
}

.office-energy-saas__shell.is-calculated .result-empty-state {
  display: none;
}

.office-energy-saas .saving-block {
  display: grid;
  gap: 0.42rem;
}

.office-energy-saas .saving-block > span {
  color: rgba(156, 232, 241, 0.88);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.office-energy-saas .saving-block strong {
  color: #9cf7d0;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  letter-spacing: 0;
  line-height: 0.92;
  overflow-wrap: anywhere;
}

.office-energy-saas .saving-block p {
  color: #f8fbfc;
  font-weight: 820;
}

.office-energy-saas .saving-block p b,
.office-energy-saas .result-metrics b {
  color: #9cf7d0;
}

.office-energy-saas .report-actions {
  display: grid;
  gap: 0.56rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.office-energy-saas .report-actions .enquiry-cta {
  grid-column: 1 / -1;
}

.office-energy-saas .enquiry-cta,
.office-energy-saas .report-actions .report-button {
  width: 100%;
}

.office-energy-report {
  display: none;
}

.office-energy-report__page {
  background: #f7fbfd;
  border: 1px solid #d9e5ea;
  color: #071622;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  max-width: 210mm;
  padding: 9mm;
}

.office-energy-report__header,
.office-energy-report__hero,
.office-energy-report__split,
.office-energy-report__footer {
  display: grid;
  gap: 6mm;
  grid-template-columns: minmax(0, 1fr) auto;
}

.office-energy-report__header {
  align-items: center;
  border-bottom: 1px solid #c9d8df;
  padding-bottom: 4mm;
}

.office-energy-report__header p,
.office-energy-report__hero span,
.office-energy-report__grid span,
.office-energy-report__bars span,
.office-energy-report__footer {
  color: #46606d;
  font-size: 8.5pt;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.office-energy-report__header h2 {
  color: #071622;
  font-size: 22pt;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 1.5mm 0 0;
  max-width: 18ch;
}

.office-energy-report__header img {
  height: 11mm;
  object-fit: contain;
  width: 42mm;
}

.office-energy-report__hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(11, 36, 57, 0.96), rgba(13, 49, 73, 0.9)),
    #0b2439;
  border-radius: 3mm;
  color: #ffffff;
  margin-top: 4mm;
  padding: 6mm;
}

.office-energy-report__hero strong {
  color: #9cf7d0;
  display: block;
  font-size: 30pt;
  line-height: 0.95;
  margin-top: 2mm;
}

.office-energy-report__hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 9pt;
  line-height: 1.45;
  margin: 2.5mm 0 0;
  max-width: 98mm;
}

.office-energy-report__dial {
  align-items: center;
  background:
    radial-gradient(circle, #102c43 0 51%, transparent 52%),
    conic-gradient(#9cf7d0 0 var(--report-saving), #26394a var(--report-saving) 100%);
  border: 4mm solid #1a3247;
  border-radius: 50%;
  color: #ffffff;
  display: grid;
  height: 34mm;
  justify-items: center;
  padding: 5mm;
  text-align: center;
  width: 34mm;
}

.office-energy-report__dial b {
  color: #ffffff;
  font-size: 16pt;
  line-height: 1;
}

.office-energy-report__dial small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 6.8pt;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.office-energy-report__grid {
  display: grid;
  gap: 2.5mm;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4mm;
}

.office-energy-report__grid article,
.office-energy-report__split article {
  background: #ffffff;
  border: 1px solid #d8e5ea;
  border-radius: 2mm;
  break-inside: avoid;
  padding: 3mm;
  page-break-inside: avoid;
}

.office-energy-report__grid strong {
  color: #071622;
  display: block;
  font-size: 13pt;
  line-height: 1.08;
  margin-top: 1.5mm;
}

.office-energy-report__bars {
  background: #ffffff;
  border: 1px solid #d8e5ea;
  border-radius: 2mm;
  display: grid;
  gap: 3mm;
  margin-top: 4mm;
  padding: 4mm;
  break-inside: avoid;
  page-break-inside: avoid;
}

.office-energy-report__bars div {
  align-items: center;
  display: grid;
  gap: 3mm;
  grid-template-columns: 31mm minmax(0, 1fr) 32mm;
}

.office-energy-report__bars i {
  background: #e5eef2;
  border-radius: 99px;
  display: block;
  height: 5mm;
  overflow: hidden;
}

.office-energy-report__bars b {
  background: linear-gradient(90deg, #8ee8ff, #9cf7d0);
  display: block;
  height: 100%;
  width: 0;
}

.office-energy-report__bars div:first-child b {
  background: linear-gradient(90deg, #ffcf7a, #f0a45f);
}

.office-energy-report__bars strong {
  color: #071622;
  font-size: 10pt;
  text-align: right;
}

.office-energy-report__split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 4mm;
  break-inside: avoid;
  page-break-inside: avoid;
}

.office-energy-report__split h3 {
  color: #071622;
  font-size: 12pt;
  line-height: 1.1;
  margin: 0 0 2.5mm;
}

.office-energy-report__split dl {
  display: grid;
  gap: 1.8mm;
  margin: 0;
}

.office-energy-report__split dl div {
  border-bottom: 1px solid #e3edf1;
  display: grid;
  gap: 2.2mm;
  grid-template-columns: 32mm minmax(0, 1fr);
  padding-bottom: 1.8mm;
}

.office-energy-report__split dt {
  color: #46606d;
  font-size: 8.5pt;
  font-weight: 700;
}

.office-energy-report__split dd,
.office-energy-report__split p {
  color: #102334;
  font-size: 9pt;
  line-height: 1.45;
  margin: 0;
}

.office-energy-report__products {
  display: grid;
  gap: 2mm;
}

.office-energy-report__products article {
  align-items: center;
  background: #eef7fa;
  border: 1px solid #d8e5ea;
  border-radius: 2mm;
  display: grid;
  gap: 2.5mm;
  grid-template-columns: 16mm minmax(0, 1fr);
  padding: 2mm;
}

.office-energy-report__products img {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid #d8e5ea;
  border-radius: 1.5mm;
  display: block;
  height: 16mm;
  object-fit: cover;
  width: 16mm;
}

.office-energy-report__products strong {
  color: #071622;
  display: block;
  font-size: 9.5pt;
  line-height: 1.05;
  margin-bottom: 0.7mm;
}

.office-energy-report__products span {
  color: #36515f;
  display: block;
  font-size: 7.8pt;
  line-height: 1.32;
}

.office-energy-report__cta {
  align-items: center;
  background: linear-gradient(135deg, #8ee8ff, #9cf7d0);
  border-radius: 1.8mm;
  color: #061622;
  display: inline-flex;
  font-size: 8.8pt;
  font-weight: 800;
  justify-content: center;
  margin-top: 3mm;
  min-height: 8mm;
  padding: 2mm 3mm;
  text-decoration: none;
}

.office-energy-report__note {
  border-top: 1px solid #e3edf1;
  margin-top: 3mm;
  padding-top: 2.5mm;
}

.office-energy-report__footer {
  border-top: 1px solid #c9d8df;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4mm;
  padding-top: 3mm;
}

.office-energy-saas .range-panel__head {
  display: grid;
  gap: 0.45rem;
  max-width: 42rem;
}

.office-energy-saas .range-list {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.office-energy-saas .range-card {
  background:
    linear-gradient(145deg, rgba(126, 231, 223, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(222, 246, 250, 0.15);
  border-radius: 8px;
  display: grid;
  gap: 0.82rem;
  min-width: 0;
  padding: 0.8rem;
}

.office-energy-saas .range-card.is-primary {
  border-color: rgba(156, 247, 208, 0.38);
  box-shadow: 0 0 0 1px rgba(156, 247, 208, 0.08);
}

.office-energy-saas .range-card__media {
  align-self: start;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(222, 246, 250, 0.22);
  border-radius: 6px;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
}

.office-energy-saas .range-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.office-energy-saas .range-card__copy {
  display: grid;
  gap: 0.52rem;
  min-width: 0;
}

.office-energy-saas .range-card h3 {
  color: #f8fbfc;
  font-size: 1.08rem;
  line-height: 1.12;
}

.office-energy-saas .range-card__badges,
.office-energy-saas .range-card__facts,
.office-energy-saas .range-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}

.office-energy-saas .range-card__badges span,
.office-energy-saas .range-card__facts span {
  background: rgba(126, 231, 223, 0.08);
  border: 1px solid rgba(126, 231, 223, 0.18);
  border-radius: 999px;
  color: rgba(156, 232, 241, 0.88);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 0.22rem 0.42rem;
  text-transform: uppercase;
}

.office-energy-saas .range-card__facts span {
  color: rgba(232, 244, 248, 0.72);
}

.office-energy-saas .range-card__actions a {
  border: 1px solid rgba(222, 246, 250, 0.16);
  color: #f8fbfc;
  font-size: 0.78rem;
  min-height: 2.24rem;
  padding: 0.48rem 0.62rem;
}

.office-energy-saas .range-card__actions a:first-child {
  background: linear-gradient(135deg, #8ee8ff, #d8f7ff);
  border-color: rgba(142, 232, 255, 0.54);
  color: #061622;
}

.office-energy-saas .range-link {
  justify-self: start;
}

.office-energy-saas .estimate-panel__copy {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.office-energy-saas .estimate-form {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.office-energy-saas .estimate-form label {
  display: grid;
  gap: 0.3rem;
}

.office-energy-saas .estimate-form label span {
  color: rgba(232, 244, 248, 0.72);
  font-size: 0.74rem;
  font-weight: 760;
}

.office-energy-saas .estimate-form__wide,
.office-energy-saas .estimate-form button {
  grid-column: 1 / -1;
}

.office-energy-support.llx-calc-support {
  padding-top: 4.5rem;
}

.office-energy-support .llx-calc-support-grid {
  align-items: stretch;
}

.office-energy-support .signal-card,
.office-energy-support .conversion-form {
  align-content: start;
  display: grid;
  gap: 1rem;
}

.office-energy-support .signal-card strong {
  margin: 0;
}

.office-energy-support__visual {
  background: #08253e;
  border: 1px solid rgba(142, 232, 255, 0.22);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.office-energy-support__visual img {
  display: block;
  height: auto;
  min-height: 15rem;
  object-fit: cover;
  width: 100%;
}

.office-energy-support__visual figcaption {
  background: rgba(5, 20, 33, 0.9);
  border-top: 1px solid rgba(142, 232, 255, 0.18);
  color: rgba(232, 244, 248, 0.82);
  font-size: 0.78rem;
  line-height: 1.45;
  padding: 0.72rem 0.82rem;
}

.office-energy-support__basis-list {
  border-top: 1px solid rgba(222, 246, 250, 0.14);
}

.office-energy-support .office-energy-support__basis-row {
  align-items: start;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 3.15rem minmax(0, 1fr);
  padding: 0.78rem 0;
}

.office-energy-support__icon {
  align-items: center;
  background: rgba(126, 231, 223, 0.1);
  border: 1px solid rgba(126, 231, 223, 0.24);
  display: inline-flex;
  height: 3.15rem;
  justify-content: center;
  width: 3.15rem;
}

.office-energy-support__icon svg {
  fill: none;
  height: 1.6rem;
  stroke: #9cf7d0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 1.6rem;
}

.office-energy-support .office-energy-support__basis-row strong {
  color: #f8fbfc;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0 0 0.25rem;
}

.office-energy-support .office-energy-support__basis-row p {
  color: rgba(232, 244, 248, 0.78);
  font-size: 0.84rem;
  line-height: 1.48;
  margin: 0;
}

.office-energy-support .payback-context {
  background: rgba(126, 231, 223, 0.07);
  border: 1px solid rgba(126, 231, 223, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 1rem;
}

.office-energy-support .payback-context strong {
  color: #f8fbfc;
  font-size: 1rem;
  line-height: 1.2;
}

.office-energy-support .payback-context p {
  color: rgba(232, 244, 248, 0.78);
  font-size: 0.94rem;
  line-height: 1.58;
  margin: 0;
}

.office-energy-method {
  padding: 1.4rem 0 5.5rem;
}

.office-energy-method__layout {
  align-items: start;
  border-top: 1px solid rgba(222, 246, 250, 0.15);
  display: grid;
  gap: clamp(1.8rem, 4vw, 4.25rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.88fr);
  padding-top: clamp(2.2rem, 5vw, 4.5rem);
}

.office-energy-method__copy {
  display: grid;
  gap: 1rem;
}

.office-energy-method__copy h2 {
  color: #f8fbfc;
  font-size: clamp(1.8rem, 3.1vw, 3.25rem);
  line-height: 1.02;
  margin: 0;
  max-width: 15ch;
}

.office-energy-method__copy p {
  color: rgba(232, 244, 248, 0.84);
  font-size: 1rem;
  line-height: 1.66;
  margin: 0;
  max-width: 62ch;
}

.office-energy-method__answers {
  border-bottom: 1px solid rgba(222, 246, 250, 0.14);
  border-top: 1px solid rgba(222, 246, 250, 0.14);
}

.office-energy-method__answers details {
  border-top: 1px solid rgba(222, 246, 250, 0.14);
  padding: 0.95rem 0;
}

.office-energy-method__answers details:first-child {
  border-top: 0;
}

.office-energy-method__answers summary {
  color: #f8fbfc;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.35;
  list-style-position: outside;
  padding-right: 1.4rem;
}

.office-energy-method__answers p {
  color: rgba(232, 244, 248, 0.78);
  font-size: 0.9rem;
  line-height: 1.58;
  margin: 0.72rem 0 0;
}

@media print {
  @page {
    margin: 8mm;
    size: A4;
  }

  body.office-energy-printing {
    background: #ffffff;
    color: #071622;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  body.office-energy-printing > :not(.office-energy-report) {
    display: none;
  }

  body.office-energy-printing .office-energy-report {
    display: block;
  }

  body.office-energy-printing .office-energy-report__page {
    border: 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    min-height: 0;
    padding: 6mm;
    width: 100%;
  }

  body.office-energy-printing .office-energy-report__header {
    padding-bottom: 3mm;
  }

  body.office-energy-printing .office-energy-report__header h2 {
    font-size: 18pt;
    max-width: none;
  }

  body.office-energy-printing .office-energy-report__header img {
    height: 8mm;
    width: 34mm;
  }

  body.office-energy-printing .office-energy-report__hero {
    margin-top: 3mm;
    padding: 4mm;
  }

  body.office-energy-printing .office-energy-report__hero strong {
    font-size: 25pt;
    margin-top: 1mm;
  }

  body.office-energy-printing .office-energy-report__hero p {
    font-size: 8pt;
    margin-top: 1.5mm;
  }

  body.office-energy-printing .office-energy-report__dial {
    height: 28mm;
    padding: 4mm;
    width: 28mm;
  }

  body.office-energy-printing .office-energy-report__dial b {
    font-size: 13pt;
  }

  body.office-energy-printing .office-energy-report__grid {
    gap: 2mm;
    margin-top: 3mm;
  }

  body.office-energy-printing .office-energy-report__grid article,
  body.office-energy-printing .office-energy-report__split article {
    padding: 2mm;
  }

  body.office-energy-printing .office-energy-report__grid strong {
    font-size: 11pt;
    margin-top: 1mm;
  }

  body.office-energy-printing .office-energy-report__bars {
    gap: 2mm;
    margin-top: 3mm;
    padding: 3mm;
  }

  body.office-energy-printing .office-energy-report__bars i {
    height: 4mm;
  }

  body.office-energy-printing .office-energy-report__split {
    gap: 4mm;
    margin-top: 3mm;
  }

  body.office-energy-printing .office-energy-report__split h3 {
    font-size: 11pt;
    margin-bottom: 1.8mm;
  }

  body.office-energy-printing .office-energy-report__split dl {
    gap: 1.2mm;
  }

  body.office-energy-printing .office-energy-report__split dl div {
    padding-bottom: 1.2mm;
  }

  body.office-energy-printing .office-energy-report__split dd,
  body.office-energy-printing .office-energy-report__split p {
    font-size: 8pt;
  }

  body.office-energy-printing .office-energy-report__products {
    gap: 1.4mm;
  }

  body.office-energy-printing .office-energy-report__products article {
    grid-template-columns: 12mm minmax(0, 1fr);
    padding: 1.4mm;
  }

  body.office-energy-printing .office-energy-report__products img {
    height: 12mm;
    width: 12mm;
  }

  body.office-energy-printing .office-energy-report__products strong {
    font-size: 8.4pt;
  }

  body.office-energy-printing .office-energy-report__products span {
    font-size: 7pt;
    line-height: 1.22;
  }

  body.office-energy-printing .office-energy-report__cta {
    margin-top: 2mm;
    min-height: 6mm;
    padding: 1.3mm 2mm;
  }

  body.office-energy-printing .office-energy-report__note {
    margin-top: 2mm;
    padding-top: 1.6mm;
  }

  body.office-energy-printing .office-energy-report__footer {
    margin-top: 3mm;
    padding-top: 2mm;
  }

  body.office-energy-printing .llx-ai-lighting-assistant {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .office-energy-saas__shell {
    grid-template-columns: minmax(17rem, 20rem) minmax(0, 1fr);
  }

  .office-energy-saas .dashboard-strip,
  .office-energy-saas .analytics-grid,
  .office-energy-saas .range-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .office-energy-saas .result-rail,
  .office-energy-saas .estimate-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .office-energy-saas__shell {
    display: flex;
    flex-direction: column;
  }

  .office-energy-saas .input-rail {
    order: 1;
  }

  .office-energy-saas .comparison-canvas {
    order: 2;
  }

  .office-energy-saas .result-rail {
    display: contents;
  }

  .office-energy-saas .result-panel {
    order: 3;
  }

  .office-energy-saas .range-panel {
    order: 4;
  }

  .office-energy-saas .estimate-panel {
    order: 5;
  }
}

@media (max-width: 680px) {
  .office-energy-saas {
    padding-top: 6.6rem;
  }

  .office-energy-saas__intro {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .office-energy-saas__intro h1 {
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }

  .office-energy-saas__intro-visual {
    max-width: none;
  }

  .office-energy-saas .rail-head,
  .office-energy-saas .canvas-head,
  .office-energy-saas .field-pair,
  .office-energy-saas .input-actions,
  .office-energy-saas .saving-stage,
  .office-energy-saas .dashboard-strip,
  .office-energy-saas .analytics-grid,
  .office-energy-saas .cost-columns,
  .office-energy-saas .energy-row,
  .office-energy-saas .spec-trace,
  .office-energy-saas .result-metrics,
  .office-energy-saas .range-list,
  .office-energy-saas .estimate-form {
    grid-template-columns: 1fr;
  }

  .office-energy-saas .canvas-head__actions {
    justify-self: start;
  }

  .office-energy-saas .saving-dial {
    justify-self: start;
  }

  .office-energy-saas .segmented-control {
    grid-template-columns: 1fr;
  }

  .office-energy-saas .cost-columns {
    min-height: 0;
  }

  .office-energy-saas .cost-columns i {
    height: 5rem;
  }

  .office-energy-saas .cost-columns__saving {
    border-left: 0;
    border-top: 1px solid rgba(222, 246, 250, 0.14);
    padding-left: 0;
    padding-top: 0.85rem;
  }

  .office-energy-saas .range-card__media img {
    height: 100%;
  }

  .office-energy-saas .report-actions {
    grid-template-columns: 1fr;
  }

  .office-energy-saas .report-actions .enquiry-cta {
    grid-column: auto;
  }

  .office-energy-method {
    padding-bottom: 4rem;
  }

  .office-energy-method__layout {
    grid-template-columns: 1fr;
  }
}
