:root {
  --primary: #fdbf00;
  --primary-hover: #ffd042;
  --dark: #071f1f;
  --dark-alt: #062b2b;
  --light: #f5f7f8;
  --soft-green: #eef6ef;
  --muted: #6b7280;
  --line: rgba(0, 0, 0, 0.08);
  --font-primary: "Manrope", sans-serif;
}

body {
  font-family: var(--font-primary);
  font-weight: 500;
  color: #111111;
  background: #ffffff;
}

html,
body {
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
}

.benefits-section {
  order: 2;
}

.about-section {
  order: 1;
}

.solutions-strip {
  order: 3;
}

.solar-rental-section {
  order: 3;
}

.services-list-section {
  order: 4;
}

.reviews-section {
  order: 5;
}

.faq-section {
  order: 6;
}

.final-cta-section {
  order: 7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.container-xl {
  max-width: 1180px;
}

.py-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.btn {
  font-family: var(--font-primary);
  font-weight: 700;
}

.btn-primary-brand {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0 26px;
  color: #111111;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(253, 191, 0, 0.25);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.btn-primary-brand:hover {
  color: #111111;
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(253, 191, 0, 0.34);
}

.btn-ghost {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  padding: 0 26px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

.btn-soft,
.btn-soft-dark {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 24px;
  color: #111111;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-soft:hover,
.btn-soft-dark:hover {
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.section-label {
  color: #c99600;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title {
  max-width: 620px;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 1.02;
}

.section-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero {
  position: relative;
  min-height: calc(85vh + 100px);
  overflow: visible;
  overflow-x: clip;
  color: #fff;
  padding-bottom: 80px;
  background:
    radial-gradient(circle at 50% 48%, rgba(253, 191, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #063b36, #042f2e);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 140%;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-38deg);
  pointer-events: none;
}

.hero::before {
  top: -20%;
  left: 12%;
}

.hero::after {
  top: -22%;
  right: 14%;
}

.hero-nav {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 52px;
}

.navbar-brand {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
}

.navbar-brand:hover {
  color: #fff;
}

.logo-brand {
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  padding: 4px 0;
}

.logo-brand img {
  width: 210px;
  height: auto;
  max-height: 66px;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.hero-nav .nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-nav .nav-link.active,
.hero-nav .nav-link:hover {
  color: var(--primary);
}

.savebuddy-dropdown {
  min-width: 270px;
  padding: 12px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.15);
}

.savebuddy-dropdown .dropdown-item {
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.savebuddy-dropdown .dropdown-item:hover,
.savebuddy-dropdown .dropdown-item.active {
  color: #003F3D;
  background: rgba(253, 191, 0, 0.12);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.nav-cta {
  min-height: 48px;
  padding: 0 24px;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 0;
}

.hero-title {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: clamp(4rem, 5vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.hero-subtitle {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.7;
}

.text-accent {
  color: var(--primary);
}

.btn-hero {
  height: 68px;
  padding: 0 42px;
  font-size: 1.05rem;
  font-weight: 800;
}

.hero-visuals {
  position: relative;
  overflow: visible;
  margin: 42px auto 42px;
  display: flex;
  align-items: center;
  gap: 56px;
  justify-content: center;
  transform: none;
  transform-origin: center top;
}

.hero-visuals::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 620px;
  height: 440px;
  background: radial-gradient(circle, rgba(253, 191, 0, 0.18) 0%, rgba(253, 191, 0, 0) 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

.hero-photo-card {
  position: relative;
  width: 400px;
  height: 460px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.28);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}

.hero-advice-card {
  position: relative;
  width: 360px;
  min-height: 500px;
  height: auto;
  display: flex;
  margin-left: 0;
  padding: 28px;
  border-radius: 32px;
  overflow: visible;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transform: none;
  z-index: 3;
}

.hero-analysis-card {
  width: 360px;
  min-height: 500px;
  display: flex;
  overflow: visible;
}

.analysis-card-inner,
.hero-analysis-card-inner,
.dashboard-card-inner {
  position: relative;
  flex: 1;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 34px;
  color: #111;
  background: #fff;
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.analysis-title,
.dashboard-card-inner h3 {
  width: 100%;
  margin: 0 0 26px;
  color: #071f1f;
  text-align: left;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  z-index: 2;
}

.analysis-eyebrow {
  margin-bottom: 12px;
  color: #c99400;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.analysis-status-list {
  width: 100%;
  display: grid;
}

.analysis-row {
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.analysis-row-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 10px;
}

.analysis-row-title {
  font-weight: 800;
  color: #071f1f;
}

.analysis-status {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
}

.analysis-line {
  height: 7px;
  overflow: hidden;
  background: #eef1f2;
  border-radius: 999px;
}

.analysis-line span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.energy-line {
  width: 92%;
  background: #24a46b;
}

.solar-line {
  width: 78%;
  background: #fdbf00;
}

.airco-line {
  width: 62%;
  background: #53bde8;
}

.charge-line {
  width: 48%;
  background: #cbd5e1;
}

.hero-side-trust {
  position: absolute;
  display: grid;
  gap: 10px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.hero-side-left {
  top: 48%;
  left: -64px;
}

.hero-side-right {
  top: 53%;
  right: -64px;
}

.hero-trust-avatars {
  display: flex;
  justify-content: center;
}

.hero-trust-avatars img {
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.hero-trust-avatars img + img {
  margin-left: -10px;
}

.hero-trust-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(253, 191, 0, 0.24);
}

.hero-cta-zone,
.hero-bottom-cta {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 0;
}

.hero-cta-zone p,
.hero-bottom-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.btn-primary-hero {
  position: relative;
  z-index: 6;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(253, 191, 0, 0.16), transparent 28%),
    linear-gradient(135deg, #063b36, #042f2e);
}

.subpage-hero::before,
.subpage-hero::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 140%;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-38deg);
  pointer-events: none;
}

.subpage-hero::before {
  top: -26%;
  left: 18%;
}

.subpage-hero::after {
  top: -24%;
  right: 18%;
}

.subpage-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 80px;
  align-items: center;
  padding: 32px 0 96px;
}

.subpage-title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.6rem, 6vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.subpage-subtitle {
  max-width: 620px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.15rem;
  line-height: 1.75;
}

.energy-analysis-card {
  padding: 34px;
  color: #071f1f;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.22);
}

.energy-analysis-card h2 {
  margin: 0 0 26px;
  color: #071f1f;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.hero-analysis-image {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  margin: -8px 0 24px;
  object-fit: cover;
  border-radius: 22px;
}

.charging-hero-card h2 {
  margin-bottom: 20px;
}

.charging-hero-card .hero-analysis-image {
  height: 200px;
  margin: 0 0 18px;
  object-position: center;
}

.charging-hero-card .energy-report-list {
  gap: 8px;
}

.charging-hero-card .energy-report-list div {
  min-height: 48px;
  gap: 8px;
  padding: 8px 12px;
}

@media (max-width: 991.98px) {
  .charging-hero-card .hero-analysis-image {
    height: 180px;
  }
}

@media (max-width: 575.98px) {
  .charging-hero-card .hero-analysis-image {
    height: 190px;
  }

  .charging-hero-card .energy-report-list div {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

.energy-meter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 18px;
  background: rgba(253, 191, 0, 0.18);
  border-radius: 20px;
}

.energy-meter span,
.energy-meter strong {
  font-weight: 900;
}

.energy-meter strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #111;
  background: var(--primary);
  border-radius: 999px;
  font-size: 0.86rem;
}

.energy-analysis-list {
  display: grid;
  gap: 10px;
}

.energy-analysis-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.energy-analysis-list span {
  color: #071f1f;
  font-weight: 900;
}

.energy-analysis-list strong {
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 800;
}

.energy-report-list {
  display: grid;
  gap: 12px;
}

.energy-report-list div {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 16px;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.energy-report-list span {
  color: #071f1f;
  font-weight: 900;
}

.energy-report-list strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #111;
  background: rgba(253, 191, 0, 0.22);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
}

.energy-impact-section {
  background: #fff;
}

.impact-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.impact-card {
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.impact-card-featured {
  border-color: rgba(253, 191, 0, 0.42);
  box-shadow: 0 18px 44px rgba(253, 191, 0, 0.12);
}

.impact-card span,
.impact-card strong {
  display: block;
}

.impact-label {
  margin-bottom: 14px;
  color: #c99400;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.impact-value {
  color: #071f1f;
  font-size: clamp(2.8rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.impact-text {
  margin-top: 12px;
  color: #64748b;
  font-weight: 600;
  line-height: 1.5;
}

.steps-section {
  background: #f7faf8;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.process-card {
  min-height: 240px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}

.process-card strong {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #111;
  background: var(--primary);
  border-radius: 999px;
  font-weight: 900;
}

.process-card h3 {
  margin-bottom: 12px;
  color: #071f1f;
  font-size: 1.5rem;
}

.process-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.65;
}

.formula-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.formula-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.formula-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}

.formula-number {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fdbf00;
  border-radius: 50%;
  font-weight: 800;
}

.formula-card h3,
.formula-highlight,
.formula-card p {
  max-width: 100%;
  word-break: normal;
  overflow-wrap: normal;
}

.formula-card h3 {
  margin: 0;
  color: #071f1f;
  font-size: 1.55rem;
  line-height: 1.1;
}

.formula-highlight {
  margin: 0;
  color: #071f1f;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5;
}

.formula-card p:not(.formula-highlight) {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.analysis-check-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 80px;
  align-items: center;
}

.checklist-card {
  display: grid;
  gap: 12px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.checklist-card span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 16px;
  color: #071f1f;
  background: #f8f9fa;
  border-radius: 14px;
  font-weight: 900;
}

.checklist-card span::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--primary);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
}

.energy-detail-card {
  display: grid;
  gap: 16px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.detail-row {
  display: grid;
  gap: 10px;
}

.detail-row div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.detail-row span {
  color: #071f1f;
  font-weight: 900;
}

.detail-row strong {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--primary);
  border-radius: 999px;
  font-size: 0.82rem;
}

.detail-row i {
  height: 8px;
  overflow: hidden;
  background: #eef1f2;
  border-radius: 999px;
}

.detail-row b {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.detail-line-strong {
  width: 92%;
  background: #24a46b;
}

.detail-line-medium {
  width: 76%;
  background: #24a46b;
}

.detail-line-yellow {
  width: 84%;
  background: #fdbf00;
}

.detail-line-blue {
  width: 68%;
  background: #53bde8;
}

.savings-example-section {
  background: #f7faf8;
}

.savings-example-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 80px;
  align-items: center;
}

.savings-example-card {
  display: grid;
  gap: 14px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.savings-example-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.savings-example-card div:last-child {
  border-bottom: 0;
}

.savings-example-card span {
  color: #6b7280;
  font-weight: 800;
}

.savings-example-card strong {
  color: #071f1f;
  font-size: 1.15rem;
  font-weight: 900;
}

.savings-example-card .savings-result {
  margin-top: 8px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(253, 191, 0, 0.3), transparent 34%),
    #042f2e;
  border-radius: 22px;
  border-bottom: 0;
}

.savings-example-card .savings-result span {
  color: rgba(255, 255, 255, 0.68);
}

.savings-example-card .savings-result strong {
  color: #fff;
  font-size: 1.65rem;
}

.solar-savings-card {
  gap: 8px;
}

.savings-card-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: #c99400;
  background: rgba(253, 191, 0, 0.14);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.solar-savings-card div {
  min-height: 86px;
  padding: 20px 0;
}

.solar-savings-card strong {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.solar-savings-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #111;
  background: rgba(253, 191, 0, 0.22);
  border-radius: 999px;
  font-style: normal;
  font-weight: 900;
}

.solar-savings-card .savings-result {
  align-items: center;
  min-height: 110px;
}

.charging-overview-card div {
  min-height: 92px;
}

.charging-overview-card strong {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.charging-overview-card .savings-result {
  align-items: center;
  min-height: 110px;
}

.solutions-strip {
  background: #fff;
}

.solutions-title {
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.solution-card {
  min-height: 180px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-6px);
  border-color: rgba(253, 191, 0, 0.65);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.08);
}

.solution-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fdbf00;
  background: rgba(253, 191, 0, 0.18);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 800;
}

.solution-title,
.solution-card h3 {
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.solution-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.benefits-section {
  background: #eef6ef;
  border-radius: 36px;
}

.benefits-section .container-xl {
  max-width: 1320px;
}

.benefits-panel {
  padding: 0 64px;
  background: var(--soft-green);
  border-radius: 36px;
}

.why-title,
.benefits-title {
  max-width: 860px;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.benefit-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card-featured {
  background: #ffffff;
  border: 2px solid rgba(253, 191, 0, 0.35);
  box-shadow: 0 18px 40px rgba(253, 191, 0, 0.12);
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}

.benefit-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #111;
  background: rgba(253, 191, 0, 0.22);
  border-radius: 50%;
  font-size: 1.18rem;
}

.benefit-card p {
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.65;
}

.benefit-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 14px;
  padding: 8px 12px;
  color: #071f1f;
  background: rgba(253, 191, 0, 0.12);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.benefit-link {
  margin-top: auto;
  color: #071f1f;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.benefit-card:hover .benefit-link {
  opacity: 1;
  transform: translateY(0);
}

.benefit-link:hover {
  color: #c99600;
}

.services-heading {
  margin-bottom: 50px;
}

.services-header {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 96px;
  align-items: center;
  margin-bottom: 60px;
}

.services-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.services-intro {
  max-width: 620px;
  margin: 26px 0 0;
  color: #5f6b7a;
  font-size: 1.12rem;
  line-height: 1.75;
}

.services-cta {
  margin-top: 28px;
}

.solutions-info-card {
  max-width: 420px;
  margin-left: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

.solutions-analysis-card {
  width: 100%;
  max-width: 480px;
  align-self: center;
  margin-left: auto;
  padding: 36px;
  border-radius: 32px;
}

.solutions-report-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.solutions-report-header span {
  color: #071f1f;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.solutions-report-header strong {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: #111;
  background: rgba(253, 191, 0, 0.22);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.solutions-report-list {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.solutions-report-list div {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 14px;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 14px;
}

.solutions-report-list span {
  color: #071f1f;
  font-weight: 800;
}

.solutions-report-list i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--primary);
  border-radius: 999px;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 800;
}

.solutions-info-card p {
  margin: 0;
  color: #5f6b7a;
  font-size: 1rem;
  line-height: 1.8;
}

.service-list {
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.service-list-heading {
  max-width: 640px;
  margin: 3.5rem 0 1.75rem;
}

.service-list-heading h3 {
  margin: 0;
  color: #071f1f;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.services-solutions-grid {
  margin-bottom: 56px;
}

.service-row {
  display: grid;
  grid-template-columns: 240px 1fr 1.4fr 56px;
  gap: 40px;
  align-items: center;
  padding: 34px 0;
  color: #111;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.service-row:hover {
  color: #111;
  background: #fafafa;
}

.service-image-wrap {
  width: 240px;
  height: 140px;
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.service-image,
.service-row img {
  width: 240px;
  height: 140px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.25s ease;
}

.service-title,
.service-row h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
  transition: color 0.25s ease;
}

.service-description,
.service-row p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.service-arrow,
.row-arrow {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.service-row:hover .service-title {
  color: #fdbf00;
}

.service-row:hover .service-arrow,
.service-row:hover .row-arrow {
  background: #fdbf00;
  border-color: #fdbf00;
  transform: translateX(4px);
}

.service-row:hover img {
  transform: scale(1.05);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.solar-rental-section {
  background: #fff;
}

.solar-offer {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 56px;
  align-items: center;
  padding: 56px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(253, 191, 0, 0.2), transparent 34%),
    linear-gradient(135deg, #063b36, #042f2e);
  border-radius: 34px;
  overflow: hidden;
}

.solar-offer-content {
  max-width: 620px;
}

.solar-offer-title {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.solar-offer-copy {
  max-width: 460px;
  margin: 24px 0 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.15rem;
  line-height: 1.7;
}

.rental-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.rental-trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.rental-card {
  position: relative;
  max-width: 360px;
  padding: 36px;
  color: #071f1f;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.rental-card-badge {
  position: absolute;
  top: -16px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #111;
  background: var(--primary);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(253, 191, 0, 0.28);
}

.rental-price {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.rental-price strong,
.rental-price span,
.rental-price small {
  display: block;
}

.rental-price strong {
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.rental-price strong:not(:only-child) {
  word-break: break-word;
}

.airco-solution-card .rental-price strong {
  max-width: 280px;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 0.9;
}

.rental-price span {
  margin-top: 10px;
  color: #071f1f;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.rental-price small {
  margin-top: 8px;
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 800;
}

.rental-benefits {
  display: grid;
  gap: 14px;
}

.sparki-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  border-radius: 22px;
}

.rental-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071f1f;
  font-weight: 800;
}

.rental-process-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 24px;
  margin-top: 4px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.rental-process-row div {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.rental-process-row strong {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--primary);
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.process-combo-icon {
  width: 64px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  background: #0d4b45;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 900;
}

.process-step-title {
  margin-top: 14px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.process-step-description {
  display: block;
  max-width: 220px;
  color: #c6d2d0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-content .section-title {
  font-size: clamp(3.25rem, 5vw, 5.5rem);
}

.about-title {
  max-width: 520px;
}

.about-subtitle {
  max-width: 560px;
  color: #071f1f;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.55;
}

.about-content .btn-primary-brand {
  min-height: 62px;
  padding: 0 36px;
  font-size: 1.02rem;
}

.about-content > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.about-image-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
}

.about-image {
  width: 100%;
  max-width: 600px;
  height: 792px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 32px;
}

.about-photo-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.about-photo-badge strong,
.about-photo-badge span {
  display: block;
}

.about-photo-badge strong {
  color: #071f1f;
  font-size: 1rem;
  font-weight: 800;
}

.about-photo-badge span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.about-points {
  display: grid;
}

.about-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.about-point-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdbf00;
  background: rgba(253, 191, 0, 0.18);
  border-radius: 999px;
  font-weight: 800;
}

.about-point h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.about-point p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.faq-section {
  background: #fff;
}

.reviews-section {
  background: #fff;
}

.services-list-section {
  padding-bottom: 2.25rem;
}

.reviews-section {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}

.faq-section {
  padding-top: 2.25rem;
  padding-bottom: 4.5rem;
}

.final-cta-section {
  padding-top: 0;
}

.energy-cta-section {
  padding-top: 3.5rem;
}

.energy-cta-card {
  margin-top: 40px;
}

.reviews-header {
  max-width: 760px;
  margin-bottom: 36px;
}

.reviews-title {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 36px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.review-card p {
  color: #071f1f;
  font-size: 1.08rem;
  line-height: 1.7;
  letter-spacing: -0.02em;
}

.testimonials-grid {
  display: block;
}

.reviews-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.review-meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-person img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.review-meta strong,
.review-meta span {
  display: block;
}

.review-meta strong {
  color: #071f1f;
  font-size: 1rem;
  font-weight: 800;
}

.review-meta span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.review-stars {
  color: #fdbf00;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.faq-trust-card {
  display: grid;
  gap: 10px;
  max-width: 360px;
  padding: 26px;
  background: #f7faf8;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

.faq-support-card {
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.faq-contact-card {
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 16px;
}

.faq-contact-card img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
}

.faq-contact-card p {
  margin: 0;
  color: #5f6b7a;
  line-height: 1.55;
}

.faq-trust-card h3 {
  margin-bottom: 6px;
  font-size: 1.4rem;
}

.faq-trust-card span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5f6b7a;
  font-weight: 700;
}

.faq-trust-card span::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: rgba(253, 191, 0, 0.26);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.faq-accordion .accordion-item {
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  padding: 20px 22px;
  background: #fff;
  box-shadow: none;
  font-weight: 800;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #111;
  background: #f9fbfb;
}

.faq-accordion .accordion-body {
  color: var(--muted);
  line-height: 1.7;
}

.final-cta,
.cta-card {
  max-width: 1180px;
  min-height: 320px;
  margin: 0 auto;
  padding: 72px 48px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 65% 20%, rgba(253, 191, 0, 0.18), transparent 34%),
    #042f2e;
  border-radius: 34px;
}

.cta-title,
.final-cta h2 {
  max-width: 720px;
  margin: 0 auto 16px;
  font-size: clamp(2.55rem, 4.25vw, 4.1rem);
  line-height: 1;
}

.final-cta p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.cta-label {
  color: var(--primary);
}

.cta-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer {
  padding: 70px 0 36px;
  color: #fff;
  background: #042f2e;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 56px;
}

.site-footer h2,
.site-footer h3,
.site-footer .footer-brand {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.site-footer .footer-brand {
  line-height: 1.2;
}

.site-footer p {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.footer-tagline {
  margin-bottom: 12px;
  color: #fdbf00 !important;
  font-weight: 600;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fdbf00;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.footer-bottom a {
  margin: 0;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.18s ease;
    pointer-events: auto;
  }
}

.jobs-form-card {
  padding: 48px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06);
}

.jobs-form-card .form-label {
  color: #071f1f;
  font-weight: 700;
}

.jobs-form-card .form-control,
.jobs-form-card .form-check-input {
  border-color: #dde5e3;
}

.jobs-form-card .form-control {
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 14px;
}

.jobs-form-card textarea.form-control {
  min-height: 160px;
}

.jobs-form-card .form-control:focus,
.jobs-form-card .form-check-input:focus {
  border-color: rgba(253, 191, 0, 0.75);
  box-shadow: 0 0 0 0.25rem rgba(253, 191, 0, 0.18);
}

.jobs-submit {
  min-width: 240px;
  height: 56px;
  border-radius: 999px;
}

.jobs-next-card {
  position: sticky;
  top: 24px;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
}

.jobs-next-card h3 {
  margin-bottom: 24px;
  color: #071f1f;
  font-size: 1.55rem;
}

.jobs-next-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.jobs-next-step strong {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fdbf00;
  border-radius: 999px;
  font-weight: 900;
}

.jobs-next-step span {
  color: #071f1f;
  font-weight: 800;
  line-height: 1.45;
}

.contact-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.contact-help-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  color: #111;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-help-card:hover {
  color: #111;
  transform: translateY(-6px);
  border-color: rgba(253, 191, 0, 0.6);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}

.contact-help-card span {
  color: #071f1f;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.contact-help-card p {
  flex: 1;
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.contact-help-card strong {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: #fdbf00;
  border-radius: 999px;
}

.contact-form-card {
  padding: 48px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06);
}

.contact-form-card .form-label {
  color: #071f1f;
  font-weight: 700;
}

.contact-form-card .form-control,
.contact-form-card .form-check-input {
  border-color: #dde5e3;
}

.contact-form-card .form-control {
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 14px;
}

.contact-form-card textarea.form-control {
  min-height: 160px;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-check-input:focus {
  border-color: rgba(253, 191, 0, 0.75);
  box-shadow: 0 0 0 0.25rem rgba(253, 191, 0, 0.18);
}

.contact-info-card {
  position: sticky;
  top: 24px;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
}

.contact-info-card h3 {
  margin-bottom: 22px;
  color: #071f1f;
  font-size: 1.6rem;
}

.contact-profile {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-profile img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
}

.contact-profile span,
.contact-profile strong {
  display: block;
}

.contact-profile span {
  color: #c99400;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-profile strong {
  color: #071f1f;
  font-weight: 800;
  line-height: 1.35;
}

.contact-info-card a {
  display: block;
  margin-bottom: 12px;
  color: #071f1f;
  font-weight: 800;
  text-decoration: none;
}

.contact-info-card a:hover {
  color: #c99400;
}

.contact-info-card p {
  margin: 20px 0;
  color: #64748b;
  line-height: 1.65;
}

.contact-trust-list {
  display: grid;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-trust-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #071f1f;
  font-weight: 800;
}

.contact-trust-list span::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: rgba(253, 191, 0, 0.24);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .services-list-section {
    padding-bottom: 1.5rem;
  }

  .reviews-section {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }

  .faq-section {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .final-cta-section {
    padding-top: 0;
  }

  .energy-cta-section {
    padding-top: 2.5rem;
  }

  .hero {
    min-height: auto;
    padding-bottom: 72px;
  }

  .hero-nav .navbar-collapse {
    margin-top: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
  }

  .logo-brand {
    min-height: 58px;
    padding: 3px 0;
  }

  .logo-brand img {
    width: 175px;
    max-height: 54px;
  }

  .hero-content {
    padding: 32px 0 0;
  }

  .hero-visuals {
    width: min(100%, 760px);
    transform: none;
  }

  .hero-side-trust {
    display: none;
  }

  .subpage-hero-grid,
  .analysis-check-grid,
  .savings-example-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .energy-analysis-card {
    max-width: 520px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .impact-grid {
    grid-template-columns: 1fr;
  }

  .formula-grid {
    grid-template-columns: 1fr;
  }

  .contact-help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .reviews-cards {
    grid-template-columns: 1fr;
  }

  .benefits-panel {
    padding: 0 24px;
    border-radius: 28px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .solar-offer {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px;
  }

  .rental-card {
    max-width: 520px;
  }

  .rental-process-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-image {
    max-width: none;
    height: auto;
    min-height: 520px;
  }

  .service-row {
    grid-template-columns: 150px 1fr 48px;
    gap: 24px;
  }

  .services-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .services-title {
    font-size: clamp(2.8rem, 10vw, 4.5rem);
  }

  .solutions-info-card {
    max-width: none;
    margin-left: 0;
  }

  .solutions-analysis-card {
    max-width: 520px;
  }

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

  .service-image-wrap,
  .service-image,
  .service-row img {
    width: 150px;
    height: 96px;
  }

  .service-row p {
    grid-column: 2 / 4;
  }

}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: clamp(2.8rem, 12vw, 4.8rem);
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .subpage-hero-grid {
    padding: 24px 0 72px;
  }

  .subpage-title {
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }

  .subpage-subtitle {
    font-size: 1.05rem;
  }

  .energy-analysis-card,
  .process-card,
  .checklist-card,
  .energy-detail-card,
  .savings-example-card,
  .impact-card {
    padding: 28px;
    border-radius: 24px;
  }

  .energy-analysis-list div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .energy-report-list div,
  .savings-example-card div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero-content {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .hero-visuals {
    flex-direction: column;
    gap: 18px;
    transform: none;
  }

  .hero-photo-card,
  .hero-advice-card {
    width: 100%;
    max-width: 380px;
  }

  .hero-advice-card {
    height: auto;
    margin-left: 0;
    padding: 28px;
    transform: none;
  }

  .hero-analysis-card-inner {
    min-height: 390px;
  }

  .hero-cta-zone,
  .hero-bottom-cta {
    margin-top: 20px;
  }

  .btn-hero {
    width: 100%;
    max-width: 380px;
  }

  .solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-right: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .solution-card {
    min-width: 0;
    min-height: 170px;
  }

  .contact-help-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-card,
  .jobs-form-card {
    padding: 28px;
    border-radius: 24px;
  }

  .solutions-title {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .benefits-section {
    border-radius: 24px;
  }

  .benefits-panel {
    padding: 0 20px;
    border-radius: 24px;
  }

  .benefits-header {
    text-align: left !important;
  }

  .why-title,
  .benefits-title {
    font-size: clamp(2.6rem, 11vw, 3.8rem);
  }

  .benefit-link {
    opacity: 1;
    transform: none;
  }

  .review-card {
    min-height: auto;
  }

  .review-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-image {
    min-height: 420px;
  }

  .solar-offer {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .solar-offer-title {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }

  .rental-card {
    padding: 28px;
    border-radius: 24px;
  }

  .rental-card-badge {
    position: static;
    width: fit-content;
    margin-bottom: 18px;
  }

  .rental-price strong {
    font-size: 4rem;
  }

  .rental-process-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rental-process-row div {
    min-height: auto;
  }

  .service-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 22px;
  }

  .service-image-wrap,
  .service-image,
  .service-row img,
  .service-row h3,
  .service-row p {
    grid-column: auto;
  }

  .service-image-wrap,
  .service-image,
  .service-row img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .service-arrow,
  .row-arrow {
    grid-column: auto;
  }

  .final-cta,
  .cta-card {
    min-height: auto;
    padding: 52px 24px;
    border-radius: 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }

}

@media (max-width: 420px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage: whole-home advice and visual reports. */
.home-main > .about-section { order: 1; }
.home-main > .benefits-section { order: 2; }
.home-main > .home-epc-section { order: 3; }
.home-main > .home-savings-section { order: 4; }
.home-main > .solar-rental-section { order: 5; }
.home-main > .home-airco-section { order: 6; }
.home-main > .services-list-section { order: 7; }
.home-main > .reviews-section { order: 8; }
.home-main > .faq-section { order: 9; }
.home-main > .final-cta-section { order: 10; }

.home-hero .hero-subtitle {
  max-width: 780px;
}

.home-epc-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f2f8f4;
}

.home-epc-title,
.home-savings-copy h2,
.home-airco-content h2 {
  margin: 0;
  color: var(--dark);
  font-size: clamp(2.8rem, 4.4vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-epc-intro,
.home-savings-copy p,
.home-airco-content > p {
  color: #5f6b7a;
  font-size: 1.1rem;
  line-height: 1.7;
}

.home-epc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 24px;
  align-items: stretch;
}

.home-epc-photo {
  min-height: 540px;
  overflow: hidden;
  border-radius: 30px;
}

.home-epc-photo img,
.home-airco-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-epc-report {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  color: #fff;
  background: #063b36;
  border-radius: 30px;
}

.home-epc-report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.home-report-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  background: var(--primary);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 800;
}

.home-epc-report h3 {
  max-width: 400px;
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  line-height: 1.08;
}

.home-epc-report > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.home-epc-scale {
  margin: 30px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.home-epc-scale-labels,
.home-epc-scale-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.home-epc-scale-labels {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
}

.home-epc-scale-bar span {
  flex: 1;
  padding: 7px 0;
  color: #071f1f;
  border-radius: 6px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 800;
}

.home-epc-scale-bar span:nth-child(1) { background: #f5a761; }
.home-epc-scale-bar span:nth-child(2) { background: #f2c45d; }
.home-epc-scale-bar span:nth-child(3) { background: #e7d865; }
.home-epc-scale-bar span:nth-child(4) { background: #a9d88e; }
.home-epc-scale-bar span:nth-child(5) { background: #60c499; }

.home-epc-scale small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
}

.home-epc-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.home-epc-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.87rem;
  font-weight: 700;
}

.home-epc-benefits b,
.home-airco-points b {
  flex: none;
  color: #111;
  background: var(--primary);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  line-height: 1;
}

.home-savings-section {
  background: #f5f8f6;
}

.home-savings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
  max-width: 1030px;
  margin-inline: auto;
}

.home-savings-copy h2 {
  max-width: 480px;
}

.home-savings-copy p {
  max-width: 460px;
  margin: 22px 0 0;
}

.home-savings-report {
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(7, 31, 31, 0.08);
}

.home-savings-report-top,
.home-savings-line > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-savings-report-top {
  padding-bottom: 24px;
  color: var(--dark);
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.home-savings-example {
  padding: 7px 10px;
  color: #664d00;
  background: rgba(253, 191, 0, 0.2);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-savings-amount-label {
  margin-top: 25px;
  color: #5f6b7a;
  font-size: 0.85rem;
  font-weight: 800;
}

.home-savings-amount {
  margin: 7px 0 26px;
  color: var(--dark);
  font-size: clamp(3.3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.home-savings-amount span {
  color: #5f6b7a;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.home-savings-breakdown {
  display: grid;
  gap: 23px;
}

.home-savings-line > div:first-child {
  margin-bottom: 9px;
  color: var(--dark);
  font-size: 0.9rem;
}

.home-savings-line > div:first-child span {
  color: #5f6b7a;
  white-space: nowrap;
}

.home-savings-track {
  height: 9px;
  overflow: hidden;
  background: #eaf0ed;
  border-radius: 999px;
}

.home-savings-track span {
  height: 100%;
  display: block;
  background: #168762;
  border-radius: inherit;
}

.home-savings-line:nth-child(2) .home-savings-track span {
  background: var(--primary);
}

.home-savings-disclaimer {
  margin: 26px 0 0;
  padding-top: 18px;
  color: #6b7280;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  line-height: 1.5;
}

.home-main .solar-offer {
  gap: 34px 48px;
  padding: 44px;
}

.home-main .solar-offer-title {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
}

.home-main .rental-card {
  padding: 30px;
}

.home-main .rental-price strong {
  font-size: 4.7rem;
}

.home-airco-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

.home-airco-content h2 {
  max-width: 490px;
  font-size: clamp(2.4rem, 3vw, 3rem);
}

.home-airco-content > p {
  max-width: 450px;
  margin: 22px 0 26px;
}

.home-airco-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
  margin-bottom: 32px;
}

.home-airco-points span {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-airco-image {
  height: 490px;
  overflow: hidden;
  border-radius: 30px;
}

.home-airco-image img {
  object-position: 58% center;
}

.home-main .solutions-analysis-card {
  padding: 28px;
}

.home-main .solutions-report-header {
  flex-wrap: wrap;
}

.home-main .solutions-report-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-main .solutions-report-list div {
  min-width: 0;
  gap: 8px;
  padding: 0 10px;
}

.home-main .solutions-report-list span {
  font-size: 0.77rem;
  line-height: 1.2;
}

.home-main .solutions-report-list i {
  flex: none;
}

.home-main .service-row {
  padding: 16px 0;
}

@media (min-width: 992px) {
  .home-main .service-row {
    grid-template-columns: 280px 1fr 1.4fr 56px;
  }

  .home-main .service-image-wrap,
  .home-main .service-row img {
    width: 280px;
    height: 164px;
  }
}

@media (max-width: 991.98px) {
  .home-epc-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .home-epc-grid,
  .home-savings-grid,
  .home-airco-grid {
    grid-template-columns: 1fr;
  }

  .home-epc-photo {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-epc-report {
    min-height: 0;
  }

  .home-airco-image {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .home-main .solar-offer {
    padding: 36px;
  }

  .home-main .service-row {
    grid-template-columns: 176px 1fr 48px;
    padding: 18px 0;
  }

  .home-main .service-image-wrap,
  .home-main .service-row img {
    width: 176px;
    height: 112px;
  }
}

@media (max-width: 767.98px) {
  .home-savings-report-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-epc-title,
  .home-savings-copy h2,
  .home-airco-content h2 {
    font-size: clamp(2.5rem, 10vw, 3.8rem);
  }

  .home-epc-photo {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  .home-epc-report,
  .home-savings-report {
    padding: 26px;
    border-radius: 24px;
  }

  .home-epc-benefits,
  .home-airco-points {
    grid-template-columns: 1fr;
  }

  .home-airco-image {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  .home-main .solar-offer {
    padding: 30px 24px;
  }

  .home-main .service-row {
    grid-template-columns: 1fr;
  }

  .home-main .service-image-wrap,
  .home-main .service-row img {
    width: 100%;
    height: auto;
  }

  .home-main .solutions-report-list {
    grid-template-columns: 1fr;
  }

  .home-main .service-row {
    padding: 24px;
  }
}

@media (max-width: 360px) {
  .home-savings-amount span {
    display: block;
    margin-top: 8px;
  }
}

/* Energy page: contract advice, without changing shared page components. */
.energy-page .subpage-title {
  font-size: clamp(3.3rem, 5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.energy-impact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.energy-impact-copy .section-title {
  max-width: 510px;
  margin: 0;
  font-size: clamp(2.8rem, 4.3vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.energy-impact-copy p {
  max-width: 500px;
  margin: 24px 0 0;
  color: #5f6b7a;
  font-size: 1.08rem;
  line-height: 1.7;
}

.energy-impact-photo {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 28px;
}

.energy-impact-photo::after {
  content: "";
  position: absolute;
  inset: 62% 0 0;
  background: linear-gradient(0deg, rgba(3, 47, 46, 0.58), transparent);
  pointer-events: none;
}

.energy-impact-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.energy-impact-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.energy-advantages-section {
  background: #f7faf8;
}

.energy-advantages-intro {
  max-width: 650px;
  margin: 0 0 32px;
  color: #5f6b7a;
  font-size: 1.05rem;
  line-height: 1.7;
}

.energy-advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(36px, 6vw, 88px);
}

.energy-advantage {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.energy-advantage > span {
  color: #a77e00;
  font-size: 0.85rem;
  font-weight: 800;
}

.energy-advantage h3 {
  margin: 0 0 6px;
  color: var(--dark);
  font-size: 1.22rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.energy-advantage p {
  margin: 0;
  color: #5f6b7a;
  font-size: 0.94rem;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .energy-page .savings-example-grid {
    grid-template-columns: 460px minmax(0, 1fr);
  }

  .energy-page .savings-example-card {
    order: -1;
  }
}

.energy-page .energy-review-initial {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  background: #eef6ef;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .energy-page .subpage-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .energy-page .subpage-hero-grid > div,
  .energy-page .energy-analysis-card {
    min-width: 0;
  }

  .energy-impact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .energy-impact-copy .section-title {
    max-width: 700px;
  }

  .energy-impact-photo {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767.98px) {
  .energy-page .subpage-title {
    font-size: clamp(2.5rem, 10vw, 3.8rem);
  }

  .energy-impact-copy .section-title {
    font-size: clamp(2.5rem, 10vw, 3.8rem);
  }

  .energy-impact-photo {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

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

  .energy-advantage {
    padding: 20px 0;
  }
}

@media (max-width: 420px) {
  .energy-page .subpage-title {
    font-size: clamp(2.15rem, 9vw, 2.5rem);
  }

  .energy-page .subpage-hero .btn-hero {
    max-width: 100%;
    height: auto;
    min-height: 56px;
    padding: 14px 20px;
    white-space: normal;
    text-align: center;
  }

  .energy-page .energy-analysis-card h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
}

@media (max-width: 340px) {
  .energy-page .subpage-title {
    font-size: 2rem;
  }
}

/* Solar page: image-led introduction within the existing section rhythm. */
.solar-page .solar-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.solar-page .solar-intro-photo {
  aspect-ratio: 6 / 5;
  overflow: hidden;
  border-radius: 28px;
}

.solar-page .solar-intro-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.solar-page .solar-intro-copy .section-title {
  max-width: 520px;
  margin: 0;
  font-size: clamp(2.5rem, 3.3vw, 3.5rem);
  line-height: 1.02;
}

.solar-page .solar-intro-copy > p {
  max-width: 480px;
  margin: 22px 0 28px;
  color: #5f6b7a;
  font-size: 1.04rem;
  line-height: 1.7;
}

.solar-page .solar-intro-benefits > div {
  display: grid;
  gap: 5px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.solar-page .solar-intro-benefits strong {
  color: var(--dark);
  font-size: 1rem;
}

.solar-page .solar-intro-benefits span {
  color: #5f6b7a;
  font-size: 0.92rem;
  line-height: 1.5;
}

.solar-page .solar-dossier-cost {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.solar-page .solar-savings-note {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .solar-page .solar-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .solar-page .solar-intro-photo {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 767.98px) {
  .solar-page .solar-intro-photo {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  .solar-page .solar-intro-copy .section-title {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }
}

/* Airco page: seasonal comfort and product photography. */
.airco-page .subpage-title {
  font-size: clamp(3.1rem, 4.4vw, 4.6rem);
  line-height: 0.98;
}

.airco-page .airco-comfort-grid,
.airco-page .airco-without-outdoor-grid {
  display: grid;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.airco-page .airco-comfort-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.airco-page .airco-without-outdoor-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 3vw, 44px);
}

.airco-page .airco-content-photo,
.airco-page .airco-analysis-photo {
  overflow: hidden;
  border-radius: 28px;
}

.airco-page .airco-content-photo {
  aspect-ratio: 4 / 3;
}

.airco-page .airco-analysis-photo {
  aspect-ratio: 16 / 9;
  margin-top: 28px;
}

.airco-page .airco-content-photo img,
.airco-page .airco-analysis-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.airco-page .airco-comfort-copy > p {
  max-width: 470px;
  margin: 22px 0 26px;
  color: #5f6b7a;
  font-size: 1.08rem;
  line-height: 1.7;
}

.airco-page .airco-comfort-points {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.airco-page .airco-comfort-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 0;
  color: var(--dark);
  border-top: 1px solid var(--line);
  font-size: 0.93rem;
  font-weight: 800;
}

.airco-page .airco-comfort-points li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #168762;
  font-size: 0.95rem;
}

.airco-page .airco-comfort-points li:nth-child(even)::before {
  color: #c99400;
}

.airco-page .airco-savings-note {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .airco-page .airco-without-outdoor-grid .airco-content-photo {
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 991.98px) {
  .airco-page .airco-comfort-grid,
  .airco-page .airco-without-outdoor-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .airco-page .airco-content-photo {
    aspect-ratio: 16 / 9;
  }

  .airco-page .airco-analysis-photo {
    aspect-ratio: 5 / 2;
  }
}

@media (max-width: 767.98px) {
  .airco-page .subpage-title {
    font-size: clamp(2.5rem, 10vw, 3.8rem);
  }

  .airco-page .airco-content-photo,
  .airco-page .airco-analysis-photo {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  .airco-page .airco-comfort-points {
    grid-template-columns: 1fr;
  }
}

/* Warm-water advice page. */
.warmwater-page .subpage-title {
  font-size: clamp(3.4rem, 5.2vw, 5.6rem);
}

.warmwater-page .warmwater-hero-report {
  position: relative;
  min-width: 0;
  padding: 34px;
  color: var(--dark);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.18);
}

.warmwater-report-thumb {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 36px;
  height: 36px;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
}

.warmwater-hero-report h2 {
  max-width: 320px;
  margin: 10px 0 24px;
  font-size: 2rem;
  line-height: 1.08;
}

.warmwater-hero-report ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.warmwater-hero-report li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.warmwater-hero-report li span,
.warmwater-analysis-list span {
  color: #a77e00;
  font-size: 0.8rem;
  font-weight: 800;
}

.warmwater-hero-report li strong {
  font-size: 0.95rem;
}

.warmwater-hero-report li:last-child strong {
  color: #087554;
}

.warmwater-page .warmwater-intro-grid,
.warmwater-page .warmwater-analysis-grid,
.warmwater-page .warmwater-epc-grid,
.warmwater-page .warmwater-solar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.warmwater-page .warmwater-photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 28px;
}

.warmwater-page .warmwater-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.warmwater-page .warmwater-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.warmwater-feature-list li {
  padding: 15px 0;
  color: var(--dark);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 800;
}

.warmwater-page .warmwater-benefits {
  background: #f7faf8;
}

.warmwater-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.warmwater-benefit-grid article {
  position: relative;
  padding-top: 26px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.warmwater-benefit-icon {
  position: absolute;
  top: 24px;
  right: 0;
  width: 27px;
  height: 27px;
  border-radius: 8px;
}

.warmwater-benefit-grid article > span {
  display: inline-block;
  margin-bottom: 22px;
  color: #a77e00;
  font-size: 0.9rem;
  font-weight: 800;
}

.warmwater-benefit-grid h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.warmwater-benefit-grid p {
  max-width: 320px;
  margin: 0;
  color: #5f6b7a;
  font-size: 0.95rem;
  line-height: 1.7;
}

.warmwater-page .warmwater-analysis-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.warmwater-analysis-panel {
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.warmwater-analysis-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin-top: 18px;
}

.warmwater-analysis-list div {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.warmwater-analysis-list strong {
  color: var(--dark);
  font-size: 0.88rem;
  line-height: 1.4;
}

.warmwater-page .warmwater-epc {
  background: #eef6ef;
}

.warmwater-epc-flow {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 24px 30px;
  color: var(--dark);
  border-top: 1px solid rgba(0, 63, 61, 0.18);
  border-bottom: 1px solid rgba(0, 63, 61, 0.18);
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.warmwater-epc-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

.warmwater-epc-house {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #003f3d;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 63, 61, 0.14);
  border-radius: 14px;
}

.warmwater-epc-house svg {
  width: 29px;
  height: 29px;
}

.warmwater-epc-bars {
  display: grid;
  gap: 6px;
}

.warmwater-epc-flow .warmwater-epc-bars i {
  display: block;
  width: 50px;
  height: 6px;
  background: #168762;
  border-radius: 999px;
}

.warmwater-epc-flow .warmwater-epc-bars i:nth-child(2) {
  width: 38px;
  background: var(--primary);
}

.warmwater-epc-flow .warmwater-epc-bars i:nth-child(3) {
  width: 27px;
  background: #9bbdb3;
}

.warmwater-epc-flow i {
  color: #a77e00;
  font-style: normal;
  font-size: 1.5rem;
}

.warmwater-epc-flow strong {
  color: #087554;
}

.warmwater-page .warmwater-solar-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.warmwater-page .warmwater-solar .warmwater-photo {
  aspect-ratio: 16 / 10;
}

.warmwater-page .warmwater-highlight {
  color: #fff;
  background: #042f2e;
}

.warmwater-highlight-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
}

.warmwater-highlight-top > div {
  min-width: 0;
}

.warmwater-highlight h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(3rem, 3.8vw, 4.2rem);
  line-height: 0.95;
}

.warmwater-highlight-top p {
  max-width: 480px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.warmwater-highlight-top ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.warmwater-highlight-top li {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  font-weight: 700;
}

.warmwater-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.warmwater-process div {
  display: grid;
  gap: 7px;
}

.warmwater-process span {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 800;
}

.warmwater-process strong {
  font-size: 1.3rem;
}

.warmwater-process small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

@media (max-width: 991.98px) {
  .warmwater-page .warmwater-intro-grid,
  .warmwater-page .warmwater-analysis-grid,
  .warmwater-page .warmwater-epc-grid,
  .warmwater-page .warmwater-solar-grid,
  .warmwater-highlight-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .warmwater-page .warmwater-photo {
    aspect-ratio: 16 / 9;
  }

  .warmwater-epc-flow {
    justify-items: start;
  }
}

@media (max-width: 767.98px) {
  .warmwater-page .subpage-title {
    font-size: clamp(2.7rem, 11vw, 4rem);
  }

  .warmwater-page .warmwater-photo,
  .warmwater-page .warmwater-solar .warmwater-photo {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }

  .warmwater-feature-list,
  .warmwater-analysis-list,
  .warmwater-highlight-top ul,
  .warmwater-process {
    grid-template-columns: 1fr;
  }

  .warmwater-benefit-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .warmwater-analysis-panel {
    padding: 26px;
  }

  .warmwater-epc-flow {
    gap: 8px;
    padding: 24px 0;
  }

  .warmwater-highlight h2 {
    font-size: clamp(2.3rem, 10vw, 4rem);
  }

  .warmwater-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }
}

@media (max-width: 340px) {
  .warmwater-page .final-cta h2 {
    font-size: 2rem;
  }
}

/* Gevelrenovatie: architectural imagery and restrained energy-advice graphics. */
.facade-page .subpage-title {
  font-size: clamp(3.3rem, 5.2vw, 5.7rem);
}

.facade-page .subpage-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
  gap: clamp(40px, 6vw, 84px);
}

.facade-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 490px;
  border-radius: 30px;
  overflow: hidden;
  background: #31534f;
}

.facade-hero-visual > img {
  display: block;
  width: 100%;
  height: 490px;
  object-fit: cover;
  object-position: 64% center;
}

.facade-hero-visual::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(4, 47, 46, 0.88));
  pointer-events: none;
}

.facade-hero-report {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 22px 24px;
  color: var(--dark);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.facade-hero-report h2 {
  margin: 8px 0 12px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.facade-hero-report ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.facade-hero-report li {
  display: flex;
  gap: 9px;
  min-width: 0;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
}

.facade-hero-report li span {
  color: #a77e00;
  font-weight: 800;
}

.facade-intro-heading,
.facade-analysis-grid,
.facade-epc-grid,
.facade-advice-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.facade-intro-heading {
  margin-bottom: 32px;
}

.facade-intro-heading .section-title {
  margin-bottom: 0;
}

.facade-intro-heading .section-copy {
  max-width: 420px;
  margin: 0 0 4px;
}

.facade-wide-photo,
.facade-analysis-photo,
.facade-epc-image,
.facade-before-after-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.facade-wide-photo {
  aspect-ratio: 16 / 7;
}

.facade-wide-photo img,
.facade-analysis-photo img,
.facade-epc-image img,
.facade-before-after-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facade-intro-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.facade-intro-points li {
  padding-top: 14px;
  color: var(--dark);
  border-top: 1px solid var(--line);
  font-size: 0.94rem;
  font-weight: 800;
}

.facade-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.facade-benefit-grid article {
  position: relative;
  padding: 24px 30px 4px 0;
  border-top: 1px solid rgba(0, 63, 61, 0.2);
}

.facade-benefit-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -16px;
  bottom: 0;
  width: 1px;
  background: var(--line);
}

.facade-benefit-number {
  display: block;
  margin-bottom: 22px;
  color: #a77e00;
  font-size: 0.85rem;
  font-weight: 800;
}

.facade-benefit-icon {
  position: absolute;
  top: 23px;
  right: 30px;
  color: #00645b;
  font-size: 1.2rem;
}

.facade-benefit-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

.facade-benefit-grid h3 {
  margin: 0 0 11px;
  color: var(--dark);
  font-size: 1.4rem;
}

.facade-benefit-grid p {
  max-width: 330px;
  margin: 0;
  color: #5f6b7a;
  line-height: 1.7;
}

.facade-analysis-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.facade-analysis-grid .section-copy {
  max-width: 470px;
}

.facade-analysis-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 26px;
}

.facade-analysis-points span {
  padding: 13px 0;
  color: var(--dark);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 800;
}

.facade-analysis-photo {
  aspect-ratio: 5 / 4;
}

.facade-analysis-photo img {
  object-position: 79% center;
}

.facade-analysis-photo figcaption,
.facade-epc-image figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: fit-content;
  max-width: calc(100% - 40px);
  padding: 12px 16px;
  color: var(--dark);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 800;
}

.facade-epc {
  background: #eef6ef;
}

.facade-epc-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.facade-epc-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.facade-epc-points li {
  padding: 14px 0;
  border-top: 1px solid rgba(0, 63, 61, 0.16);
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.facade-epc-image {
  aspect-ratio: 5 / 4;
}

.facade-epc-image figcaption {
  display: grid;
  gap: 2px;
}

.facade-epc-image figcaption small {
  color: #5f6b7a;
  font-size: 0.73rem;
  font-weight: 600;
}

.facade-before-after .section-title {
  max-width: 740px;
}

.facade-before-after-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 16 / 7;
}

.facade-before-after-image img:first-child {
  object-position: 72% center;
}

.facade-before-after-image figcaption {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 7px 10px;
  color: var(--dark);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 700;
}

.facade-before-after-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 26px;
}

.facade-before-after-copy > div {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 63, 61, 0.2);
}

.facade-before-after-copy span {
  display: block;
  margin-bottom: 12px;
  color: #a77e00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.facade-before-after-copy strong {
  display: block;
  color: var(--dark);
  font-size: 1.25rem;
}

.facade-before-after-copy p {
  margin: 5px 0 0;
  color: #5f6b7a;
}

.facade-advice {
  color: #fff;
  background: #042f2e;
}

.facade-advice-top h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: 0.97;
}

.facade-advice-top p {
  max-width: 510px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  line-height: 1.7;
}

.facade-advice-top ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.facade-advice-top li {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
  font-weight: 700;
}

.facade-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.facade-process div {
  display: grid;
  gap: 7px;
}

.facade-process span {
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 800;
}

.facade-process strong {
  font-size: 1.25rem;
}

.facade-process small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.facade-page .facade-final-cta {
  padding-top: 4.5rem;
}

@media (max-width: 991.98px) {
  .facade-page .subpage-hero-grid,
  .facade-intro-heading,
  .facade-analysis-grid,
  .facade-epc-grid,
  .facade-advice-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .facade-hero-visual,
  .facade-hero-visual > img {
    height: 460px;
    min-height: 0;
  }

  .facade-intro-heading .section-copy {
    max-width: 680px;
  }

  .facade-benefit-grid {
    gap: 22px;
  }
}

@media (max-width: 767.98px) {
  .facade-page .subpage-title {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }

  .facade-hero-visual,
  .facade-hero-visual > img {
    height: 470px;
  }

  .facade-hero-report {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 18px;
  }

  .facade-wide-photo,
  .facade-before-after-image {
    aspect-ratio: 4 / 3;
  }

  .facade-intro-points,
  .facade-epc-points,
  .facade-advice-top ul,
  .facade-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facade-benefit-grid {
    grid-template-columns: 1fr;
  }

  .facade-benefit-grid article:not(:last-child)::after {
    display: none;
  }

  .facade-analysis-photo,
  .facade-epc-image {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 420px) {
  .facade-hero-report li {
    font-size: 0.72rem;
  }

  .facade-analysis-points,
  .facade-before-after-copy {
    gap: 0 16px;
  }

  .facade-advice-top ul {
    grid-template-columns: 1fr;
  }
}
