.hotel-lighting-saas {
  --hotel-cyan: #8ee8ff;
  --hotel-teal: #7ee7df;
  --hotel-green: #9cf7d0;
  --hotel-amber: #ffcf7a;
  --hotel-ink: #071827;
  --hotel-panel: rgba(8, 25, 41, 0.94);
  --hotel-panel-light: rgba(20, 52, 78, 0.92);
  color: var(--text-primary);
  padding: clamp(7.25rem, 10vw, 9rem) 0 5rem;
  scroll-margin-top: 7.5rem;
}

.hotel-lighting-saas *,
.hotel-lighting-saas *::before,
.hotel-lighting-saas *::after {
  box-sizing: border-box;
}

.hotel-lighting-saas p,
.hotel-lighting-saas h1,
.hotel-lighting-saas h2,
.hotel-lighting-saas h3,
.hotel-lighting-saas h4 {
  margin: 0;
}

.hotel-lighting-saas__intro {
  align-items: end;
  display: grid;
  gap: clamp(1.2rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 21rem);
  margin: 0 auto 1.35rem;
  max-width: 70rem;
  padding-inline: clamp(0.3rem, 1vw, 0.75rem);
}

.hotel-lighting-saas__intro > div > p,
.hotel-lighting-saas .eyebrow {
  color: rgba(156, 232, 241, 0.9);
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hotel-lighting-saas__intro h1 {
  color: #f8fbfc;
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 0.92;
  margin-top: 0.8rem;
  max-width: 10.5ch;
}

.hotel-lighting-saas__intro-copy {
  color: rgba(232, 244, 248, 0.8);
  font-size: 0.97rem;
  line-height: 1.62;
  margin-top: 1.15rem !important;
  max-width: 44rem;
}

.hotel-lighting-saas__intro-visual {
  background:
    linear-gradient(135deg, rgba(126, 231, 223, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(5, 18, 31, 0.62);
  border: 1px solid rgba(222, 246, 250, 0.17);
  border-radius: 8px;
  display: grid;
  gap: 0.78rem;
  padding: 1rem;
  position: relative;
}

.hotel-lighting-saas__intro-visual::before {
  background: linear-gradient(90deg, var(--hotel-amber) 0 28%, var(--hotel-cyan) 28% 66%, var(--hotel-green) 66% 100%);
  border-radius: 999px;
  content: "";
  display: block;
  height: 0.42rem;
  margin-bottom: 0.15rem;
}

.hotel-lighting-saas__intro-visual span {
  align-items: center;
  color: rgba(239, 249, 252, 0.9);
  display: flex;
  font-size: 0.79rem;
  font-weight: 750;
  justify-content: space-between;
}

.hotel-lighting-saas__intro-visual span::after {
  background: rgba(126, 231, 223, 0.28);
  border-radius: 999px;
  content: "";
  height: 0.34rem;
  width: 38%;
}

.hotel-lighting-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 72% 0%, rgba(126, 231, 223, 0.12), transparent 26rem),
    rgba(4, 15, 27, 0.9);
  background-size: 32px 32px, 32px 32px, auto, auto;
  border: 1px solid rgba(222, 246, 250, 0.17);
  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(19rem, 24rem) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 74rem;
  overflow: hidden;
  position: relative;
}

.hotel-lighting-saas__input-rail {
  align-content: start;
  background: linear-gradient(180deg, rgba(20, 52, 78, 0.97), rgba(7, 24, 39, 0.97));
  display: grid;
  gap: 1rem;
  grid-area: input;
  padding: clamp(1.05rem, 1.6vw, 1.45rem);
}

.hotel-lighting-saas__rail-head,
.hotel-lighting-saas__canvas-head {
  align-items: start;
  display: grid;
  gap: 0.62rem;
  grid-template-columns: auto minmax(0, 1fr);
}

.hotel-lighting-saas__rail-head {
  border-bottom: 1px solid rgba(222, 246, 250, 0.14);
  padding-bottom: 1rem;
}

.hotel-lighting-saas__rail-icon,
.hotel-lighting-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: var(--hotel-teal);
  display: inline-flex;
  justify-content: center;
}

.hotel-lighting-saas__rail-icon {
  height: 2.3rem;
  width: 2.3rem;
}

.hotel-lighting-saas__group-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.hotel-lighting-saas svg {
  fill: none;
  height: 1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1rem;
}

.hotel-lighting-saas__rail-head p,
.hotel-lighting-saas__canvas-head p,
.hotel-lighting-saas__metric span,
.hotel-lighting-saas__result-copy > span,
.hotel-lighting-saas__chart header span,
.hotel-lighting-saas__product-head > span,
.hotel-lighting-saas__enquiry-head > span {
  color: rgba(156, 232, 241, 0.88);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hotel-lighting-saas__rail-head h2,
.hotel-lighting-saas__canvas-head h2,
.hotel-lighting-saas__product-head h2,
.hotel-lighting-saas__enquiry-head h2,
.hotel-lighting-saas__support h2 {
  color: #f8fbfc;
  font-size: clamp(1.25rem, 1.8vw, 1.85rem);
  letter-spacing: -0.02em;
  line-height: 1.06;
}

.hotel-lighting-saas__rail-head > div > span,
.hotel-lighting-saas__canvas-summary,
.hotel-lighting-saas__input-note,
.hotel-lighting-saas__product-head p,
.hotel-lighting-saas__enquiry-head p,
.hotel-lighting-saas__support p,
.hotel-lighting-saas__support li,
.hotel-lighting-saas__product-card p,
.hotel-lighting-saas__form-note {
  color: rgba(232, 244, 248, 0.76);
  font-size: 0.84rem;
  line-height: 1.5;
}

.hotel-lighting-saas__rail-head > div > span {
  display: block;
  margin-top: 0.25rem;
}

.hotel-lighting-saas__input-groups {
  display: grid;
  gap: 0.92rem;
}

.hotel-lighting-saas__input-group {
  border: 0;
  border-top: 1px solid rgba(222, 246, 250, 0.12);
  display: grid;
  gap: 0.7rem;
  margin: 0;
  min-width: 0;
  padding: 0.9rem 0 0;
}

.hotel-lighting-saas__input-group legend {
  align-items: center;
  color: #eefafa;
  display: flex;
  font-size: 0.88rem;
  font-weight: 760;
  gap: 0.48rem;
  margin-bottom: 0.1rem;
  padding: 0;
}

.hotel-lighting-saas__field {
  display: grid;
  gap: 0.36rem;
}

.hotel-lighting-saas__field label,
.hotel-lighting-saas__field > label {
  color: rgba(237, 249, 251, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
}

.hotel-lighting-saas__field small {
  color: rgba(203, 226, 234, 0.62);
  font-size: 0.72rem;
  line-height: 1.38;
}

.hotel-lighting-saas__field input,
.hotel-lighting-saas__field select,
.hotel-lighting-saas__enquiry-form input,
.hotel-lighting-saas__enquiry-form textarea {
  background: rgba(230, 240, 249, 0.1);
  border: 1px solid rgba(230, 240, 249, 0.24);
  border-radius: 5px;
  color: var(--text-primary);
  font: inherit;
  min-height: 2.7rem;
  outline: none;
  padding: 0.62rem 0.7rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.hotel-lighting-saas__field select option {
  background: #102c43;
  color: #f1f5f8;
}

.hotel-lighting-saas__field input:focus,
.hotel-lighting-saas__field select:focus,
.hotel-lighting-saas__enquiry-form input:focus,
.hotel-lighting-saas__enquiry-form textarea:focus {
  background: rgba(230, 240, 249, 0.16);
  border-color: var(--hotel-cyan);
  box-shadow: 0 0 0 3px rgba(142, 232, 255, 0.12);
}

.hotel-lighting-saas__field-pair {
  display: grid;
  gap: 0.68rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hotel-lighting-saas__field--primary {
  background: rgba(126, 231, 223, 0.08);
  border: 1px solid rgba(126, 231, 223, 0.2);
  border-radius: 6px;
  padding: 0.72rem;
}

.hotel-lighting-saas__field--primary select {
  background: rgba(3, 21, 34, 0.5);
  border-color: rgba(142, 232, 255, 0.38);
}

.hotel-lighting-saas__advanced {
  border-top: 1px solid rgba(222, 246, 250, 0.12);
  display: grid;
  gap: 0.8rem;
  padding-top: 0.85rem;
}

.hotel-lighting-saas__advanced summary {
  color: #eefafa;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 760;
  list-style-position: inside;
}

.hotel-lighting-saas__input-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hotel-lighting-saas__button,
.hotel-lighting-saas__product-actions a,
.hotel-lighting-saas__enquiry-form button,
.hotel-lighting-saas__result-actions button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  font: 760 0.73rem/1.1 var(--font-mono);
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 2.55rem;
  padding: 0.68rem 0.86rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hotel-lighting-saas__button:hover,
.hotel-lighting-saas__product-actions a:hover,
.hotel-lighting-saas__enquiry-form button:hover,
.hotel-lighting-saas__result-actions button:hover {
  transform: translateY(-1px);
}

.hotel-lighting-saas__button--primary,
.hotel-lighting-saas__enquiry-form button {
  background: var(--hotel-cyan);
  color: #062036;
}

.hotel-lighting-saas__button--ghost,
.hotel-lighting-saas__result-actions button {
  background: rgba(230, 240, 249, 0.07);
  border-color: rgba(230, 240, 249, 0.2);
  color: #eefafa;
}

.hotel-lighting-saas__input-note {
  border-left: 2px solid rgba(255, 207, 122, 0.65);
  font-size: 0.75rem;
  padding-left: 0.7rem;
}

.hotel-lighting-saas__dashboard {
  background: rgba(4, 15, 27, 0.62);
  display: grid;
  gap: 1rem;
  grid-area: dashboard;
  align-content: start;
  padding: clamp(1.05rem, 1.8vw, 1.55rem);
}

.hotel-lighting-saas__canvas-head {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.hotel-lighting-saas__canvas-head > div:first-child {
  display: grid;
  gap: 0.42rem;
}

.hotel-lighting-saas__canvas-head h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.2rem);
}

.hotel-lighting-saas__canvas-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: end;
}

.hotel-lighting-saas__status {
  border: 1px solid rgba(156, 247, 208, 0.25);
  border-radius: 999px;
  color: var(--hotel-green);
  font: 700 0.58rem/1 var(--font-mono);
  letter-spacing: 0.1em;
  padding: 0.48rem 0.58rem;
  text-transform: uppercase;
}

.hotel-lighting-saas__canvas-summary {
  background: rgba(126, 231, 223, 0.07);
  border: 1px solid rgba(126, 231, 223, 0.16);
  border-radius: 6px;
  max-width: 42rem;
  padding: 0.72rem 0.8rem;
}

.hotel-lighting-saas__result-board {
  display: grid;
  gap: 1rem;
  padding: 0;
  scroll-margin-top: 8rem;
}

.hotel-lighting-saas__result-hero {
  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: 1.2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(1.1rem, 2.2vw, 1.75rem);
}

.hotel-lighting-saas__result-copy {
  display: grid;
  gap: 0.35rem;
}

.hotel-lighting-saas__result-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;
}

.hotel-lighting-saas__result-copy p {
  color: #f8fbfc;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 820;
  line-height: 1.28;
  max-width: 38rem;
}

.hotel-lighting-saas__result-copy b {
  color: #9cf7d0;
}

.hotel-lighting-saas__saving-ring {
  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-content: center;
  position: relative;
  width: clamp(8.6rem, 13vw, 12rem);
}

.hotel-lighting-saas__saving-ring::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;
}

.hotel-lighting-saas__saving-ring::after {
  background: conic-gradient(#9cf7d0 0 var(--hotel-saving, 0%), rgba(255, 255, 255, 0.12) var(--hotel-saving, 0%) 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;
}

.hotel-lighting-saas__saving-ring > span {
  color: #f8fbfc;
  font-family: var(--font-mono);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 1;
}

.hotel-lighting-saas__saving-ring > small {
  color: rgba(232, 244, 248, 0.68);
  font: 700 0.5rem/1.2 var(--font-mono);
  letter-spacing: 0.08em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 68%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.hotel-lighting-saas__metrics {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hotel-lighting-saas__metric {
  background: rgba(230, 240, 249, 0.06);
  border: 1px solid rgba(230, 240, 249, 0.1);
  display: grid;
  gap: 0.4rem;
  min-height: 5.25rem;
  padding: 0.72rem;
}

.hotel-lighting-saas__metric strong {
  color: #f8fbfc;
  font-size: clamp(1.15rem, 2vw, 1.8rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.hotel-lighting-saas__analytics {
  display: grid;
  gap: 0.78rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hotel-lighting-saas__chart {
  background: rgba(230, 240, 249, 0.045);
  border: 1px solid rgba(230, 240, 249, 0.1);
  border-radius: 6px;
  min-width: 0;
  padding: 0.85rem;
}

.hotel-lighting-saas__chart header {
  align-items: center;
  display: grid;
  gap: 0.25rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 0.78rem;
}

.hotel-lighting-saas__chart header span {
  grid-column: 1 / -1;
}

.hotel-lighting-saas__chart header strong {
  color: #eefafa;
  font-size: 0.88rem;
}

.hotel-lighting-saas__chart-help {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(230, 240, 249, 0.22);
  border-radius: 50%;
  color: rgba(230, 240, 249, 0.72);
  display: inline-flex;
  font: 700 0.65rem/1 var(--font-mono);
  height: 1.2rem;
  justify-content: center;
  width: 1.2rem;
}

.hotel-lighting-saas__bar-row {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 6.6rem minmax(0, 1fr) auto;
  margin-top: 0.68rem;
}

.hotel-lighting-saas__bar-row > span {
  color: rgba(232, 244, 248, 0.72);
  font-size: 0.72rem;
}

.hotel-lighting-saas__bar-row > i {
  background: rgba(230, 240, 249, 0.09);
  border-radius: 999px;
  display: block;
  height: 0.55rem;
  overflow: hidden;
}

.hotel-lighting-saas__bar-row > i b {
  background: var(--hotel-amber);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 0.35s ease;
  width: 0;
}

.hotel-lighting-saas__bar-row--led > i b {
  background: var(--hotel-cyan);
}

.hotel-lighting-saas__bar-row strong {
  color: #eefafa;
  font-size: 0.72rem;
  min-width: 4.2rem;
  text-align: right;
}

.hotel-lighting-saas__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hotel-lighting-saas__conversion {
  background: rgba(6, 22, 36, 0.94);
  display: grid;
  gap: 1px;
  grid-area: conversion;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
}

.hotel-lighting-saas__product-panel,
.hotel-lighting-saas__enquiry-panel {
  min-width: 0;
  padding: clamp(1.05rem, 2vw, 1.55rem);
}

.hotel-lighting-saas__product-panel {
  background: rgba(10, 35, 55, 0.8);
}

.hotel-lighting-saas__enquiry-panel {
  background: linear-gradient(150deg, rgba(18, 57, 79, 0.86), rgba(7, 25, 40, 0.96));
}

.hotel-lighting-saas__product-head,
.hotel-lighting-saas__enquiry-head {
  display: grid;
  gap: 0.42rem;
  margin-bottom: 1rem;
}

.hotel-lighting-saas__product-head p,
.hotel-lighting-saas__enquiry-head p {
  max-width: 38rem;
}

.hotel-lighting-saas__product-grid {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hotel-lighting-saas__product-card {
  background: rgba(3, 18, 31, 0.62);
  border: 1px solid rgba(222, 246, 250, 0.13);
  border-radius: 6px;
  display: grid;
  gap: 0.68rem;
  min-width: 0;
  padding: 0.62rem;
}

.hotel-lighting-saas__product-card img {
  aspect-ratio: 1.2 / 0.82;
  background: rgba(230, 240, 249, 0.08);
  border-radius: 4px;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hotel-lighting-saas__product-card h3 {
  color: #f8fbfc;
  font-size: 1rem;
  line-height: 1.05;
}

.hotel-lighting-saas__product-card > span {
  color: var(--hotel-cyan);
  font: 700 0.55rem/1.3 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hotel-lighting-saas__product-card p {
  font-size: 0.75rem;
}

.hotel-lighting-saas__product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
}

.hotel-lighting-saas__product-actions a {
  font-size: 0.54rem;
  min-height: 2.15rem;
  padding: 0.55rem 0.6rem;
}

.hotel-lighting-saas__product-actions a:first-child {
  background: rgba(142, 232, 255, 0.12);
  border-color: rgba(142, 232, 255, 0.25);
  color: var(--hotel-cyan);
}

.hotel-lighting-saas__product-actions a:last-child {
  border-color: rgba(230, 240, 249, 0.18);
  color: rgba(238, 250, 250, 0.88);
}

.hotel-lighting-saas__enquiry-form {
  display: grid;
  gap: 0.7rem;
}

.hotel-lighting-saas__enquiry-form-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hotel-lighting-saas__enquiry-form label {
  color: rgba(237, 249, 251, 0.9);
  display: grid;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.32rem;
}

.hotel-lighting-saas__enquiry-form label:last-child,
.hotel-lighting-saas__enquiry-form .hotel-lighting-saas__form-wide {
  grid-column: 1 / -1;
}

.hotel-lighting-saas__enquiry-form textarea {
  min-height: 5.5rem;
  resize: vertical;
}

.hotel-lighting-saas__enquiry-form button {
  justify-self: start;
}

.hotel-lighting-saas__form-note {
  font-size: 0.7rem;
}

.hotel-lighting-saas__support {
  display: grid;
  gap: 1.2rem;
  margin: 0 auto;
  max-width: 74rem;
  padding-top: 3.6rem;
}

.hotel-lighting-saas__support-head {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.hotel-lighting-saas__support h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
  max-width: 16ch;
}

.hotel-lighting-saas__support-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hotel-lighting-saas__support article {
  background: rgba(230, 240, 249, 0.045);
  border: 1px solid rgba(230, 240, 249, 0.12);
  border-radius: 6px;
  display: grid;
  gap: 0.62rem;
  padding: 1rem;
}

.hotel-lighting-saas__support article h3 {
  color: #f8fbfc;
  font-size: 1rem;
}

.hotel-lighting-saas__support ul {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding-left: 1.1rem;
}

.hotel-lighting-saas__support a {
  color: var(--hotel-cyan);
}

.hotel-lighting-saas__empty {
  border: 1px dashed rgba(230, 240, 249, 0.22);
  color: rgba(232, 244, 248, 0.7);
  font-size: 0.78rem;
  grid-column: 1 / -1;
  padding: 1rem;
}

.hotel-lighting-saas__error {
  color: #ffd2aa;
  font-size: 0.75rem;
  min-height: 1rem;
}

.hotel-calculator-page .site-header .main-nav.is-open {
  display: flex;
}

@media (max-width: 1040px) {
  .hotel-lighting-saas__shell {
    grid-template-areas:
      "input input"
      "dashboard dashboard"
      "conversion conversion";
    grid-template-columns: 1fr;
  }

  .hotel-lighting-saas__input-rail {
    border-bottom: 1px solid rgba(222, 246, 250, 0.14);
  }

  .hotel-lighting-saas__input-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hotel-lighting-saas {
    padding-top: 7rem;
  }

  .hotel-lighting-saas__intro,
  .hotel-lighting-saas__support-head,
  .hotel-lighting-saas__conversion,
  .hotel-lighting-saas__analytics,
  .hotel-lighting-saas__support-grid {
    grid-template-columns: 1fr;
  }

  .hotel-lighting-saas__intro h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .hotel-lighting-saas__input-groups,
  .hotel-lighting-saas__product-grid {
    grid-template-columns: 1fr;
  }

  .hotel-lighting-saas__result-hero {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .hotel-lighting-saas__saving-ring {
    height: 6.5rem;
    width: 6.5rem;
  }

  .hotel-lighting-saas__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hotel-lighting-saas__canvas-head {
    grid-template-columns: 1fr;
  }

  .hotel-lighting-saas__canvas-actions {
    justify-content: start;
  }

  .hotel-lighting-saas__bar-row {
    grid-template-columns: 5.7rem minmax(0, 1fr);
  }

  .hotel-lighting-saas__bar-row strong {
    grid-column: 2;
    text-align: left;
  }

  .hotel-lighting-saas__enquiry-form-grid,
  .hotel-lighting-saas__field-pair {
    grid-template-columns: 1fr;
  }

  .hotel-lighting-saas__enquiry-form label:last-child,
  .hotel-lighting-saas__enquiry-form .hotel-lighting-saas__form-wide {
    grid-column: auto;
  }

  .hotel-lighting-saas__product-actions a {
    flex: 1 1 8rem;
  }
}

@media (max-width: 620px) {
  .hotel-calculator-page .site-header .main-nav.is-open {
    align-items: stretch;
    display: grid;
  }

  .hotel-lighting-saas__intro,
  .hotel-lighting-saas__shell,
  .hotel-lighting-saas__support {
    width: calc(100% - 1.2rem);
  }

  .hotel-lighting-saas__dashboard,
  .hotel-lighting-saas__input-rail,
  .hotel-lighting-saas__product-panel,
  .hotel-lighting-saas__enquiry-panel {
    padding: 0.9rem;
  }
}

@media print {
  .hotel-calculator-page .site-header,
  .hotel-calculator-page .site-footer,
  .hotel-lighting-saas__input-rail,
  .hotel-lighting-saas__support,
  .hotel-lighting-saas__enquiry-panel,
  .hotel-lighting-saas__canvas-actions,
  .hotel-lighting-saas__result-actions {
    display: none;
  }

  .hotel-lighting-saas,
  .hotel-lighting-saas__shell,
  .hotel-lighting-saas__conversion,
  .hotel-lighting-saas__dashboard,
  .hotel-lighting-saas__product-panel {
    background: #fff;
    color: #071827;
  }

  .hotel-lighting-saas__shell {
    border: 1px solid #b7c8d0;
    display: block;
  }

  .hotel-lighting-saas__dashboard,
  .hotel-lighting-saas__product-panel {
    color: #071827;
  }
}
