/* =========================================================================
   commercial.css — overrides for /commercial/index.html
   Loaded AFTER main.css. Scoped to .commercial-hero + a couple of nav tweaks.
   ========================================================================= */

/* ------- Hero wrapper: reuse .layout13_wrapper's 32px corners, swap bg for commercial ------- */
.commercial-hero__wrapper {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #0c1a2e;
  background-image: url('../commercial/office-solar-installation-system-mercia.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: clamp(3.5rem, 8vw, 6rem);
  padding-bottom: clamp(3.5rem, 8vw, 6rem);
}

/* ------- Background video ------- */
.commercial-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* ------- Navy gradient overlay for legibility (brand palette) ------- */
.commercial-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 23, 66, 0.88) 0%, rgba(1, 32, 92, 0.82) 100%);
}

/* ------- Content layer ------- */
.commercial-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  padding: 0;
  text-align: center;
  color: #fff;
}

/* ------- Headline ------- */
.commercial-hero__headline {
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 880px;
  margin: 0 auto;
}

/* ------- Subhead ------- */
.commercial-hero__subhead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}

/* ------- CTAs row (centered, wraps on small screens) ------- */
.commercial-hero__ctas {
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.commercial-hero__ctas .button.is-small {
  max-width: 325px;
  flex: 0 0 auto;
}
.commercial-hero__ctas .hero-call-btn {
  color: #fed844;
  border-color: #fed844;
}
.commercial-hero__ctas .hero-call-btn .phone-number {
  color: #fed844;
}

/* ------- Badges row (4 up desktop, 2x2 tablet, stacked mobile) ------- */
.commercial-hero__badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.hero-badge {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.hero-badge--laurel {
  background-image:
    url('../images/certification-symbol-left.svg'),
    url('../images/certification-symbol-right.svg');
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: auto 100%, auto 100%;
  box-sizing: content-box;
  width: 110px;
  height: 72px;
  padding: 0 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}

/* Google reviews badge: the provided rounded-rect SVG sized to sit alongside laurel badges */
.hero-badge--google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 150px;
  line-height: 0;
}
.hero-badge--google svg {
  display: block;
  width: 160px;
  height: auto;
}

/* ------- Certified & Accredited By: center the whole row ------- */
.section_logo2 .logo2_content {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-template-columns: none;
  grid-column-gap: 3rem;
  flex-wrap: wrap;
}
.section_logo2 .logo2_content-left {
  max-width: none;
  flex: 0 0 auto;
}
.section_logo2 .logo2_logo-list {
  grid-template-columns: repeat(5, auto);
  grid-column-gap: clamp(2rem, 4vw, 4rem);
  justify-content: center;
  align-items: center;
}
.section_logo2 .logo2_logo {
  max-height: 2.6rem;
}
.section_logo2 .logo2_logo--trustmark {
  max-width: 215px;
  max-height: 2.25rem;
}
.section_logo2 .logo2_logo--chas {
  max-height: 3.1rem;
}
.section_logo2 .logo2_logo--smart-ease {
  max-width: 184px;
  max-height: 4rem;
}

.guarantee-section-cert-logo.smart-ease {
  height: 72px;
}

.guarantee-section-cert-logo.smart-ease img {
  max-width: 168px;
  max-height: 72px;
}

.guarantee-section-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(230, 245, 255, 0.8) 100%);
  border: 1px solid rgba(12, 26, 46, 0.08);
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04), 0 8px 24px rgba(12, 26, 46, 0.05);
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.25rem, 2.8vw, 1.6rem);
}

.guarantee-section-card-title {
  color: #0c1a2e;
}

.guarantee-section-card-text {
  color: #4a5568;
}

.guarantee-section-card-footer {
  color: #6b7a8f;
}

.guarantee-section-cert-desc {
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section_logo2 .logo2_content {
    flex-direction: column;
    grid-column-gap: 1.5rem;
  }
  .section_logo2 .logo2_content-left {
    text-align: center;
  }
  .section_logo2 .logo2_logo-list {
    grid-template-columns: repeat(3, auto);
    row-gap: 1.25rem;
  }
}

@media (max-width: 580px) {
  .section_logo2 .logo2_logo-list {
    grid-template-columns: repeat(2, auto);
  }
}

/* =========================================================================
   §3 — Why More UK Businesses Are Looking at Commercial Solar
   ========================================================================= */
.commercial-why {
  background: linear-gradient(180deg, #ffffff 0%, #E6F5FF 100%);
  padding-block: clamp(3rem, 6vw, 5rem);
}

.commercial-why__header {
  text-align: center;
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.commercial-why__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0c1a2e;
  margin: 0;
}

.commercial-why__subtitle {
  margin: 0.9rem auto 0;
  max-width: 720px;
  color: #4a5568;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}

/* Grid: two card columns + a narrow arrow column between them */
.commercial-why__grid {
  display: grid;
  grid-template-columns: 1fr clamp(40px, 5vw, 64px) 1fr;
  column-gap: clamp(0.75rem, 1.5vw, 1.25rem);
  row-gap: clamp(1rem, 1.8vw, 1.5rem);
  align-items: stretch;
}

.commercial-why__column-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  font-family: 'Poppins', Arial;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.25rem;
}
/* Left pill — "Without" → red/pink tint (matches the X badge) */
.commercial-why__column-label:first-of-type {
  grid-column: 1;
  background: #fde7de;
  border: 1px solid rgba(163, 31, 22, 0.22);
  color: #6b2a20;
}
/* Right pill — "With Mercia" → green tint (matches the check badge) */
.commercial-why__column-label:last-of-type {
  grid-column: 3;
  background: #dcfce8;
  border: 1px solid rgba(22, 163, 74, 0.22);
  color: #164e2f;
}
.commercial-why__spacer { grid-column: 2; }

/* Individual card */
.commercial-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.15rem 1.35rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04), 0 6px 18px rgba(12, 26, 46, 0.04);
  min-height: 100%;
}

.commercial-card__icon {
  flex: 0 0 40px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.1rem;
  line-height: 0;
}
.commercial-card__icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

.commercial-card__body  { flex: 1 1 auto; }
.commercial-card__title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.3;
  margin: 0;
}
.commercial-card__text {
  color: #4a5568;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0.35rem 0 0;
}

.commercial-why__arrow {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .commercial-why {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .commercial-why__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    row-gap: 24px;
    align-items: start;
  }
  .commercial-why__column-label,
  .commercial-why__spacer {
    display: none;
  }
  .commercial-card {
    min-height: auto;
    height: auto;
    align-self: start;
  }
  .commercial-why__arrow {
    grid-column: 1;
    display: inline-flex;
    justify-self: center;
    align-self: center;
    margin: 0;
    transform: rotate(90deg);
  }
  .commercial-card--con {
    margin-top: 0;
  }
  .commercial-card--pro {
    margin-bottom: 24px;
  }
}

/* =========================================================================
   §4 — Commercial Solar For your Sector
   ========================================================================= */
.commercial-sectors {
  background: linear-gradient(180deg, #E6F5FF 0%, #ffffff 100%);
  padding-block: clamp(3rem, 6vw, 5rem);
}

.commercial-sectors__header {
  text-align: center;
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.commercial-sectors__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0c1a2e;
  margin: 0;
}

.commercial-sectors__subtitle {
  margin: 0.9rem auto 0;
  max-width: 720px;
  color: #4a5568;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}

.commercial-sectors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.75rem);
}

.commercial-sectors__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.sector-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04), 0 6px 18px rgba(12, 26, 46, 0.04);
  display: flex;
  flex-direction: column;
}

.sector-card__media {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  background: linear-gradient(135deg, #cfe3f5 0%, #e8eef5 100%);
  overflow: hidden;
}

.sector-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-card__body {
  padding: 1.1rem 0.25rem 0.25rem;
}

.sector-card__title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #0c1a2e;
  margin: 0;
  line-height: 1.3;
}

.sector-card__text {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0.45rem 0 0;
}

@media (max-width: 991px) {
  .commercial-sectors__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .commercial-sectors {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .commercial-sectors__grid {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .commercial-sectors__grid { grid-template-columns: 1fr; }
}

/* =========================================================================
   §5 — What's Included in Your Commercial Solar Installation
   ========================================================================= */
.commercial-included {
  background: #ffffff;
  padding-block: clamp(3rem, 6vw, 5rem);
}

.commercial-included__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.commercial-included__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.commercial-included__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0c1a2e;
  margin: 0 0 1.1rem;
}

.commercial-included__intro {
  color: #4a5568;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.6;
  margin: 0;
}

.commercial-included__media {
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background-image: url('../commercial/commercial-included-video-poster.webp');
  background-position: center;
  background-size: cover;
  background-color: #0c1a2e;
}

.commercial-included__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.commercial-included__sub-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 400;
  margin: clamp(1.25rem, 2.5vw, 1.75rem) 0 1rem;
}
.commercial-included__top + .commercial-included__sub-label {
  margin-top: 0;
}
.commercial-included__grid--a + .commercial-included__sub-label {
  margin-top: 36px;
}

.commercial-included__grid {
  display: grid;
  gap: clamp(0.85rem, 1.5vw, 1.15rem);
}
.commercial-included__grid--a,
.commercial-included__grid--b {
  grid-template-columns: repeat(3, 1fr);
}

.included-card--full {
  grid-column: 1 / -1;
}

.included-card {
  background: #fff;
  border: 1px solid rgba(12, 26, 46, 0.08);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.03);
}

.included-card__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dcfce8;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.included-card__title {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  color: #0c1a2e;
  margin: 0;
}

@media (max-width: 991px) {
  .commercial-included__top {
    grid-template-columns: 1fr;
  }
  .commercial-included__grid--a,
  .commercial-included__grid--b {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .commercial-included {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 600px) {
  .commercial-included__grid--a,
  .commercial-included__grid--b {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   §6 — Funding Options for Commercial Solar (dashboard-style)
   ========================================================================= */
.commercial-funding {
  background: linear-gradient(180deg, #ffffff 0%, #E6F5FF 100%);
  padding-block: clamp(3rem, 6vw, 5rem);
}

@media (max-width: 767px) {
  .commercial-funding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .funding-card__partner-logo {
    display: none;
  }
}

.commercial-funding__header {
  max-width: 960px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.commercial-funding__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.commercial-funding__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0c1a2e;
  margin: 0 0 1.1rem;
}

.commercial-funding__intro {
  color: #4a5568;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 680px;
}

.commercial-funding__partner {
  max-width: 820px;
  margin: 0 auto clamp(1.6rem, 3vw, 2.25rem);
  padding: clamp(1rem, 2vw, 1.3rem) clamp(1.1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(12, 26, 46, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(230, 245, 255, 0.8) 100%);
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04), 0 8px 24px rgba(12, 26, 46, 0.05);
  text-align: center;
}

.commercial-funding__partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #0c1a2e;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-funding__partner-text {
  margin: 0.85rem auto 0;
  max-width: 640px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
}

.commercial-funding__partner-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  color: #0c1a2e;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(12, 26, 46, 0.18);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.commercial-funding__partner-link:hover,
.commercial-funding__partner-link:focus-visible {
  color: #eab308;
  border-color: #eab308;
}

.commercial-funding__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  align-items: stretch;
  max-width: 820px;
  margin-inline: auto;
}

/* Stat card */
.funding-card {
  background: #ffffff;
  border: 1px solid rgba(12, 26, 46, 0.08);
  border-radius: 16px;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 1px 3px rgba(12, 26, 46, 0.06);
}

.funding-card__header {
  display: block;
}

.funding-card__header--with-logo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.funding-card__partner-logo {
  width: clamp(116px, 12vw, 138px);
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
  margin-top: -0.2rem;
}

.funding-card__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 500;
  margin: 0 0 0.4rem;
}

.funding-card__title {
  font-size: clamp(1.25rem, 1.9vw, 1.5rem);
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.2;
  margin: 0;
}

/* Hero metric */
.funding-card__metric {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.funding-card__metric-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.funding-card__metric-number {
  font-size: clamp(2.2rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: #0c1a2e;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.funding-card__metric-trend {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #dcfce8;
  color: #16a34a;
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
}

.funding-card__metric-trend--neutral {
  background: #eef2ff;
  color: #4338ca;
}

.funding-card__metric-caption {
  font-size: 0.85rem;
  color: #4a5568;
  line-height: 1.5;
  margin: 0;
}

/* Area chart */
.funding-card__chart {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 1.8rem;
}

.funding-card__chart-svg {
  width: 100%;
  height: clamp(110px, 18vw, 160px);
  display: block;
}

.funding-card__chart-markers {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: calc(100% - 1.8rem);
  pointer-events: none;
}

.funding-card__chart-marker {
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  background: #ffffff;
  padding: 0.3rem 0.55rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(12, 26, 46, 0.08), 0 0 0 1px rgba(12, 26, 46, 0.04);
  white-space: nowrap;
}

.funding-card__chart-marker-value {
  font-size: 0.78rem;
  font-weight: 600;
  color: #0c1a2e;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.funding-card__chart-marker-year {
  font-size: 0.68rem;
  color: #6b7a8f;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.funding-card__chart-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.72rem;
  color: #8b95a5;
  font-style: italic;
}

/* Positioning line + bullets */
.funding-card__positioning {
  font-size: 0.95rem;
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.45;
  margin: 0;
}

.funding-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.funding-card__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a5568;
}

.funding-card__list-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #dcfce8;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.funding-card__cta {
  margin-top: auto;
  padding-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0c1a2e;
  text-decoration: none;
  cursor: pointer;
  transition: gap 0.2s ease, color 0.2s ease;
}

.funding-card__cta:hover,
.funding-card__cta:focus-visible {
  color: #eab308;
  gap: 0.75rem;
}

.funding-card__cta svg {
  flex-shrink: 0;
}

/* Grants & Support — stat-tile panel */
.funding-grants {
  position: relative;
  max-width: 820px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(12, 26, 46, 0.08);
  box-shadow: 0 1px 3px rgba(12, 26, 46, 0.06);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "text"
    "stats"
    "cta";
  gap: clamp(1.1rem, 2.4vw, 1.65rem);
  align-items: stretch;
  overflow: hidden;
}

.funding-grants__text {
  grid-area: text;
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}
.funding-grants__stats { grid-area: stats; }
.funding-grants__cta {
  grid-area: cta;
  justify-self: center;
  margin-top: 0;
}

.funding-grants__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 500;
  margin: 0 0 0.35rem;
}

.funding-grants__title {
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  font-weight: 500;
  color: #0c1a2e;
  margin: 0 0 0.45rem;
}

.funding-grants__positioning {
  font-size: 0.88rem;
  color: #4a5568;
  line-height: 1.5;
  margin: 0 auto;
}

.funding-grants__stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.funding-grants__stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-height: 7.5rem;
  padding: 0.85rem 0.95rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(230, 245, 255, 0.8) 100%);
  border-radius: 10px;
  border-left: 3px solid;
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04);
}

.funding-grants__stat--amber { border-left-color: #eab308; }
.funding-grants__stat--green { border-left-color: #16a34a; }
.funding-grants__stat--indigo { border-left-color: #6366f1; }

.funding-grants__stat-value {
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.funding-grants__stat-label {
  font-size: 0.82rem;
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.3;
}

.funding-grants__stat-label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(12, 26, 46, 0.25);
  text-underline-offset: 0.14em;
}

.funding-grants__stat-label a:hover,
.funding-grants__stat-label a:focus-visible {
  color: #eab308;
  text-decoration-color: #eab308;
}

.funding-grants__stat-note {
  font-size: 0.72rem;
  color: #6b7a8f;
  line-height: 1.3;
}

.funding-grants__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0c1a2e;
  text-decoration: none;
  cursor: pointer;
  transition: gap 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.funding-grants__cta:hover,
.funding-grants__cta:focus-visible {
  color: #eab308;
  gap: 0.75rem;
}

.funding-grants__cta svg {
  flex-shrink: 0;
}

.commercial-funding__disclaimer {
  margin: clamp(1.25rem, 2.5vw, 1.75rem) auto 0;
  max-width: 640px;
  font-size: 0.8rem;
  line-height: 1.55;
  color: #6b7a8f;
  text-align: center;
}

.commercial-funding__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.commercial-battery__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* Modal Step 2 — force 2x2 grid on the 4-option questions so card heights
   stay even instead of wrapping one orphan card to a new row. */
.form-step[data-step="2"] .options-grid {
  grid-template-columns: 1fr 1fr;
}

.options-grid--timing {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
  .commercial-funding__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .funding-grants {
    row-gap: 1.25rem;
  }
  .funding-grants__cta {
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .commercial-funding__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .funding-card__cta,
  .funding-grants__cta {
    min-height: 44px;
    padding-block: 0.65rem;
  }

  .funding-card__header--with-logo {
    flex-direction: column;
    align-items: flex-start;
  }

  .funding-card__partner-logo {
    width: 124px;
    margin-top: 0;
  }

  .funding-grants__stats {
    grid-template-columns: 1fr;
  }

  .funding-grants__stat {
    min-height: auto;
  }
}

/* =========================================================================
   §7 — Battery Storage for Business
   ========================================================================= */
.commercial-battery {
  background: #ffffff;
  padding-block: clamp(3rem, 6vw, 5rem);
}

.commercial-battery__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.commercial-battery__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.commercial-battery__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0c1a2e;
  margin: 0 0 1.1rem;
}

.commercial-battery__body {
  color: #4a5568;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.commercial-battery__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.commercial-battery__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #0c1a2e;
}

.commercial-battery__list-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dcfce8;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.commercial-battery__media {
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
}

.commercial-battery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.commercial-battery__media-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eef3fa 0%, #f6f9fc 100%);
  border: 1px solid rgba(12, 26, 46, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  gap: 0.5rem;
}

.commercial-battery__media-icon {
  color: rgba(12, 26, 46, 0.28);
}

.commercial-battery__media-placeholder span {
  font-size: 1rem;
  font-weight: 500;
  color: #4a5568;
}

.commercial-battery__media-placeholder small {
  font-size: 0.8rem;
  color: #8b95a5;
  font-style: italic;
}

@media (max-width: 991px) {
  .commercial-battery__layout {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   §8 — Commercial EV Charging (mirrors §7 Battery; media left, text right)
   ========================================================================= */
.commercial-ev {
  background: linear-gradient(180deg, #E6F5FF 0%, #ffffff 100%);
  padding-block: clamp(3rem, 6vw, 5rem);
}

@media (max-width: 767px) {
  .commercial-ev {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.commercial-ev__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.commercial-ev__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.commercial-ev__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0c1a2e;
  margin: 0 0 1.1rem;
}

.commercial-ev__body {
  color: #4a5568;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.commercial-ev__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.commercial-ev__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #0c1a2e;
}

.commercial-ev__list-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dcfce8;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.commercial-ev__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #0c1a2e;
  text-decoration: none;
  cursor: pointer;
  transition: gap 0.2s ease, color 0.2s ease;
}

.commercial-ev__link:hover,
.commercial-ev__link:focus-visible {
  color: #eab308;
  gap: 0.75rem;
}

.commercial-ev__link svg {
  flex-shrink: 0;
}

.commercial-ev__media {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.commercial-ev__image-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(12, 26, 46, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: #eef3fa;
}

.commercial-ev__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commercial-ev__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(0.8rem, 1.6vw, 1rem);
  padding: 0.25rem 0.5rem 0;
}

.commercial-ev__logos-title {
  margin: 0;
  color: #4a5568;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.commercial-ev__logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}

.commercial-ev__logo--project {
  max-width: 130px;
}

.commercial-ev__logo-row {
  width: min(100%, 460px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(0.9rem, 2vw, 1.6rem);
}

.commercial-ev__logo--tesla {
  max-width: 82px;
}

.commercial-ev__logo--ohme {
  max-width: 90px;
}

.commercial-ev__logo--pod-point {
  max-width: 104px;
}

@media (max-width: 991px) {
  .commercial-ev__layout {
    grid-template-columns: 1fr;
  }
  .commercial-ev__media {
    order: -1;
  }
}

@media (max-width: 767px) {
  .commercial-ev__text {
    order: 1;
  }

  .commercial-ev__media {
    order: 2;
  }

  .commercial-ev__logo-row {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .commercial-ev__logo {
    min-width: 0;
    max-width: 100%;
    justify-self: center;
  }

  .commercial-ev__logo--project {
    width: min(130px, 100%);
  }

  .commercial-ev__logo--tesla {
    width: min(82px, 100%);
  }

  .commercial-ev__logo--ohme {
    width: min(90px, 100%);
  }
}

@media (max-width: 600px) {
  .commercial-ev__logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =========================================================================
   §9 — Nationwide Commercial Coverage
   ========================================================================= */
.commercial-coverage {
  background: linear-gradient(180deg, #ffffff 0%, #E6F5FF 45%, #ffffff 100%);
  padding-block: clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}

.commercial-coverage__header {
  max-width: 760px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.commercial-coverage__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 500;
  margin: 0 0 0.75rem;
}

.commercial-coverage__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0c1a2e;
  margin: 0 0 1.1rem;
}

.commercial-coverage__intro {
  color: #4a5568;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 620px;
}

/* UK Map hero */
.commercial-coverage__hero {
  position: relative;
  max-width: 900px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
}

.uk-map {
  position: relative;
  aspect-ratio: 740 / 920;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.uk-map__svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(-50px);
}

/* Base state of each region path */
.uk-map__path {
  fill: #dfe6ee;
  stroke: #ffffff;
  stroke-width: 0.5;
  transition: fill 0.4s ease;
}

/* Animation keyframe: fill to brand yellow, final state references SVG gradient */
@keyframes region-fill {
  0%   { fill: #dfe6ee; }
  60%  { fill: #ffe780; }
  99%  { fill: #fed844; }
  100% { fill: url(#uk-map-gradient); }
}

/* Fire animation when the section is in-view (class toggled by IO) */
.uk-map.is-animating .uk-map__path {
  animation: region-fill 0.75s ease forwards;
}

/* Staggered delays — South to North wave, 12 buckets, ~2.4s total spread */
.uk-map.is-animating .uk-map__path[data-region="south-west"]       { animation-delay: 0.00s; }
.uk-map.is-animating .uk-map__path[data-region="south-east"]       { animation-delay: 0.15s; }
.uk-map.is-animating .uk-map__path[data-region="london"]           { animation-delay: 0.30s; }
.uk-map.is-animating .uk-map__path[data-region="east-england"]     { animation-delay: 0.45s; }
.uk-map.is-animating .uk-map__path[data-region="west-midlands"]    { animation-delay: 0.60s; }
.uk-map.is-animating .uk-map__path[data-region="east-midlands"]    { animation-delay: 0.75s; }
.uk-map.is-animating .uk-map__path[data-region="wales"]            { animation-delay: 0.90s; }
.uk-map.is-animating .uk-map__path[data-region="yorkshire"]        { animation-delay: 1.05s; }
.uk-map.is-animating .uk-map__path[data-region="north-west"]       { animation-delay: 1.20s; }
.uk-map.is-animating .uk-map__path[data-region="north-east"]       { animation-delay: 1.35s; }
.uk-map.is-animating .uk-map__path[data-region="scotland"]         { animation-delay: 1.50s; }
.uk-map.is-animating .uk-map__path[data-region="northern-ireland"] { animation-delay: 1.65s; }

.uk-map__path[data-region="northern-ireland"] {
  fill: #e5e7eb;
}

.uk-map.is-animating .uk-map__path[data-region="northern-ireland"],
.uk-map.is-reduced .uk-map__path[data-region="northern-ireland"],
.uk-map.is-reduced.is-animating .uk-map__path[data-region="northern-ireland"] {
  animation: none;
  fill: #e5e7eb;
}

/* Reduced motion: jump to final state */
.uk-map.is-reduced .uk-map__path,
.uk-map.is-reduced.is-animating .uk-map__path {
  animation: none;
  fill: url(#uk-map-gradient);
}

/* Floating stat tiles over map */
.uk-map__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.uk-map__stat {
  position: absolute;
  background: #ffffff;
  padding: 0.65rem 0.95rem;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(12, 26, 46, 0.10), 0 0 0 1px rgba(12, 26, 46, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  opacity: 0;
  transform: translateY(8px);
}

.uk-map.is-animating .uk-map__stat {
  animation-name: stat-pop;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.2, 0.9, 0.3, 1.2);
  animation-fill-mode: forwards;
}

@keyframes stat-pop {
  to { opacity: 1; transform: translateY(0); }
}

/* Stat positions: use the empty quadrants around the UK silhouette */
.uk-map__stat--1 { top: 20%; right: 30%; animation-delay: 1.8s; }
.uk-map__stat--2 { top: 55%; right: 15%; animation-delay: 1.2s; }
.uk-map__stat--3 { bottom: 12%; right: 0%; animation-delay: 0.6s; }

.uk-map__stat-value {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 600;
  color: #0c1a2e;
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.uk-map__stat-label {
  font-size: 0.72rem;
  color: #6b7a8f;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.uk-map.is-reduced .uk-map__stat {
  opacity: 1;
  transform: none;
  animation: none;
}

/* Marquee */
.coverage-marquee {
  position: relative;
  margin: clamp(2rem, 4vw, 3rem) 0;
  padding: 0.9rem 0;
  background: #0c1a2e;
  color: #eab308;
  overflow: hidden;
}

.coverage-marquee::before,
.coverage-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(40px, 8vw, 90px);
  z-index: 2;
  pointer-events: none;
}

.coverage-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #01153f 0%, rgba(1, 21, 63, 0) 100%);
}

.coverage-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, #01153f 0%, rgba(1, 21, 63, 0) 100%);
}

.coverage-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 34s linear infinite;
}

.coverage-marquee__group {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  padding-right: 2.25rem;
}

.coverage-marquee__item {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.coverage-marquee__star {
  color: #eab308;
  font-size: 0.9rem;
}

@keyframes marquee-scroll {
  to { transform: translateX(-50%); }
}

/* Region cards */
.commercial-coverage__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.coverage-card {
  background: #ffffff;
  border: 1px solid rgba(12, 26, 46, 0.06);
  border-radius: 14px;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 100%;
}

.coverage-card__title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #0c1a2e;
  margin: 0;
  line-height: 1.3;
}

.coverage-card__text {
  font-size: 0.88rem;
  color: #4a5568;
  line-height: 1.55;
  margin: 0;
}

/* Commercial project portfolio — featured case study + recent installs */
.installations {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.commercial-project-portfolio__header {
  max-width: 1180px;
  margin-inline: auto;
}

.installations__header {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.installations__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 500;
  margin: 0 0 0.4rem;
}

.installations__title {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.2;
  margin: 0;
}

.installations__subheader {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.installations__subheading {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.25;
  margin: 0;
}

.installations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.installation-card {
  background: #ffffff;
  border: 1px solid rgba(12, 26, 46, 0.06);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(12, 26, 46, 0.05);
  display: flex;
  flex-direction: column;
}

.installation-card__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #eef3fa 0%, #f6f9fc 100%);
  border-bottom: 1px solid rgba(12, 26, 46, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.installation-card__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.installation-card__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(12, 26, 46, 0.28);
}

.installation-card__placeholder span {
  font-size: 0.8rem;
  color: #8b95a5;
  font-style: italic;
}

.installation-card__body {
  padding: 1.15rem 1.25rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

.installation-card__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 500;
  margin: 0;
}

.installation-card__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.25;
  margin: 0;
}

.installation-card__specs {
  list-style: none;
  padding: 0;
  margin: 0.15rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: #4a5568;
  line-height: 1.45;
}

.installation-card__specs li {
  position: relative;
  padding-left: 0.85rem;
}

.installation-card__specs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #eab308;
}

.installation-card__specs--grouped li {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.installation-card__specs--grouped li::before {
  display: none;
}

.installation-card__spec-group {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7a8f;
  font-weight: 500;
}

.installation-card__spec-value {
  color: #0c1a2e;
  font-weight: 600;
}

.installation-card__credit {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: #6b7a8f;
  font-style: italic;
}

@media (max-width: 900px) {
  .installations__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .installations__grid { grid-template-columns: 1fr; }
}

/* Reduced motion overrides */
@media (prefers-reduced-motion: reduce) {
  .coverage-marquee__track { animation: none; transform: translateX(0); }
  .uk-map.is-animating .uk-map__path { animation: none; fill: #fed844; }
  .uk-map.is-animating .uk-map__stat,
  .uk-map.is-animating .uk-map__badge {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .commercial-coverage__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .commercial-coverage__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .uk-map__stat--1 { top: 5%;  right: 45%; padding: 0.5rem 0.7rem; }
  .uk-map__stat--2 { top: 55%; right: 20%; padding: 0.5rem 0.7rem; }
  .uk-map__stat--3 { bottom: 10%; right: 3%; padding: 0.5rem 0.7rem; }
  .uk-map__stat-value { font-size: 1rem; }
}
@media (max-width: 600px) {
  .commercial-coverage__grid { grid-template-columns: 1fr; }
}

/* ========================= Responsive ========================= */

@media (max-width: 991px) {
  .commercial-hero__wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .commercial-hero__badges {
    gap: 1rem 1.75rem;
  }
  .hero-badge--laurel {
    width: 120px;
    height: 64px;
    padding: 0 1.8rem;
  }
}

@media (max-width: 767px) {
  .commercial-hero {
    border-radius: 0;
    margin-top: 62px;
    margin-bottom: 24px;
  }
  .commercial-hero .padding-global.padding-medium.custom-header {
    padding: 0;
  }
  .commercial-hero__wrapper {
    border-radius: 0;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
  }

  .commercial-hero__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .commercial-hero__headline {
    font-size: 2rem;
  }
  .commercial-hero__cta-wrap {
    margin-top: 1rem;
  }
  .commercial-hero__ctas .button.is-small {
    width: 100%;
    max-width: 100%;
  }
  .commercial-hero__ctas .button.is-small.is-icon {
    font-size: 1rem;
  }
  .button.is-small.is-icon .icon-embed-xsmall svg {
    width: 20px;
    height: auto;
  }
  .commercial-hero__badges {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1rem 1.75rem;
    justify-content: center;
    justify-items: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .commercial-hero__badges {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    column-gap: 0;
    justify-items: center;
  }

  .commercial-hero__badges > .hero-badge {
    grid-column: 1;
  }
}

/* Respect users who don't want motion — let the static bg image show through */
@media (prefers-reduced-motion: reduce) {
  .commercial-hero__video {
    display: none;
  }
}

/* =========================================================================
   §10 — Why 250+ UK Businesses Trust Mercia (proof grid)
   Outer <section class="review-section"> reuses main.css vertical padding.
   Container + inner content are purpose-built and scoped to this page so
   nothing collides with the domestic .review-section-container.
   ========================================================================= */
.commercial-trust__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 16px;
}

.commercial-trust__intro {
  max-width: 720px;
  margin: 0 auto;
  color: #4a5568;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}

.commercial-trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

@media (min-width: 768px) {
  .commercial-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .commercial-trust__grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .commercial-trust__card {
    grid-column: span 2;
  }

  .commercial-trust__card--optional {
    grid-column: span 3;
  }
}

.commercial-trust__card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: clamp(1.1rem, 1.5vw, 1.5rem);
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04), 0 6px 18px rgba(12, 26, 46, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.commercial-trust__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(12, 26, 46, 0.06), 0 12px 28px rgba(12, 26, 46, 0.08);
}

.commercial-trust__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fed844;
  color: #0c1a2e;
  font-size: 0.85rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
  margin-bottom: 0.9rem;
}

.commercial-trust__title {
  font-size: clamp(1.05rem, 1.3vw, 1.15rem);
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.3;
  margin: 0;
}

.commercial-trust__body {
  color: #4a5568;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0.4rem 0 0;
}

/* Optional cards — final-row variant of the primary proof card */
.commercial-trust__card--optional {
  padding: clamp(1rem, 1.4vw, 1.35rem) clamp(1.1rem, 1.5vw, 1.5rem);
}

/* CTA row: button + phone, centered, wraps on small screens */
.commercial-trust__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.25rem;
  margin-top: clamp(1.25rem, 2vw, 1.75rem);
}

.commercial-trust__phone {
  color: #0c1a2e;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.commercial-trust__phone:hover {
  border-bottom-color: #0c1a2e;
}

/* =========================================================================
   §11 — Featured Case Study (editorial split)
   Replaces the old 3-case-study success-stories layout with one flagship
   project. LEFT column: one hero image + 3 thumbs. RIGHT column: eyebrow,
   heading, body, spec line, 2×2 metric tiles, disclaimer.
   ========================================================================= */
.commercial-case-study__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
  align-items: start;
}

@media (min-width: 900px) {
  .commercial-case-study__layout {
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(2rem, 3vw, 3rem);
  }
}

.commercial-case-study__media {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1vw, 0.9rem);
}

.commercial-case-study__hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #0c1a2e;
  box-shadow: 0 10px 28px rgba(12, 26, 46, 0.12);
}

.commercial-case-study__hero-video,
.commercial-case-study__hero-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  background: #0c1a2e;
}

.commercial-case-study__hero-reset {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(12, 26, 46, 0.82);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(12, 26, 46, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.commercial-case-study__hero-reset:hover,
.commercial-case-study__hero-reset:focus-visible {
  background: rgba(12, 26, 46, 0.94);
  transform: translateY(-1px);
  outline: none;
}

.commercial-case-study__hero-video[hidden],
.commercial-case-study__hero-image[hidden],
.commercial-case-study__hero-reset[hidden] {
  display: none;
}

.commercial-case-study__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.6rem, 1vw, 0.9rem);
}

.commercial-case-study__thumb {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-align: left;
  cursor: pointer;
}

.commercial-case-study__thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(12, 26, 46, 0.08);
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.commercial-case-study__thumb:hover img,
.commercial-case-study__thumb:focus-visible img,
.commercial-case-study__thumb.is-active img {
  transform: translateY(-1px);
  border-color: rgba(234, 179, 8, 0.78);
  box-shadow: 0 10px 24px rgba(12, 26, 46, 0.12);
}

.commercial-case-study__thumb:focus-visible {
  outline: none;
}

.commercial-case-study__thumb-caption {
  font-size: 0.78rem;
  line-height: 1.35;
  color: #64748b;
  text-align: center;
  transition: color 0.2s ease;
}

.commercial-case-study__thumb.is-active .commercial-case-study__thumb-caption {
  color: #0c1a2e;
}

/* Hatched placeholder tiles — match the wireframe's diagonal-stripe fill */
.commercial-case-study__placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(12, 26, 46, 0.18);
  border-radius: 12px;
  background-color: #fafafa;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(12, 26, 46, 0.05) 0 10px,
    transparent 10px 20px
  );
  padding: 1rem;
  aspect-ratio: 4 / 3;
}

.commercial-case-study__placeholder--hero {
  aspect-ratio: 4 / 3;
}

.commercial-case-study__placeholder--thumb {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.commercial-case-study__placeholder--thumb:hover,
.commercial-case-study__placeholder--thumb:focus-visible {
  border-color: rgba(12, 26, 46, 0.4);
  background-color: #f5f5f5;
  transform: translateY(-1px);
  outline: none;
}

.commercial-case-study__placeholder--thumb:focus-visible {
  box-shadow: 0 0 0 3px rgba(254, 216, 68, 0.5);
}

.commercial-case-study__placeholder-label {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.commercial-case-study__placeholder--thumb .commercial-case-study__placeholder-label {
  font-size: 0.8rem;
}

/* Right column: content + metrics */
.commercial-case-study__content {
  display: flex;
  flex-direction: column;
}

.commercial-case-study__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748b;
  margin: 0 0 0.6rem;
}

.commercial-case-study__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
  color: #0c1a2e;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.commercial-case-study__body {
  color: #4a5568;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.6;
  margin: 0 0 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px dashed rgba(12, 26, 46, 0.16);
}

.commercial-case-study__specs {
  color: #0c1a2e;
  font-size: clamp(0.95rem, 1.1vw, 1rem);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed rgba(12, 26, 46, 0.16);
}

.commercial-case-study__spec-sep {
  color: rgba(12, 26, 46, 0.35);
  margin: 0 0.45rem;
}

.commercial-case-study__metrics {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.6rem, 1vw, 0.9rem);
}

.commercial-case-study__metric {
  background: #fff;
  border: 1px solid rgba(12, 26, 46, 0.1);
  border-radius: 10px;
  padding: clamp(0.75rem, 1.2vw, 1rem);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  box-shadow: 0 1px 2px rgba(12, 26, 46, 0.04);
}

.commercial-case-study__metric-value {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 600;
  color: #0c1a2e;
  line-height: 1.15;
}

.commercial-case-study__metric-label {
  font-size: 0.82rem;
  color: #4a5568;
  line-height: 1.35;
}

.commercial-case-study__disclaimer {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
  font-style: italic;
  margin: 0.75rem 0 0;
}

@media (max-width: 600px) {
  .commercial-case-study__thumbs {
    grid-template-columns: 1fr;
  }

  .commercial-case-study__thumb img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767px) {
  .success-stories-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .success-stories-section .commercial-case-study__layout {
    gap: 2.5rem;
  }

  .success-stories-section .commercial-case-study__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .success-stories-section .commercial-case-study__thumb img {
    aspect-ratio: 1 / 1;
  }
}

/* =========================================================================
   §12 — Technology Partners
   Reuses the shared .inverters-* rules from main.css (2-column grid, card
   chrome). Adds: blue background on the section, and per-brand max-widths
   so the four logos sit at comparable visual weight.
   ========================================================================= */
.section_partners,
.comparison-section {
  background: #e6f4ff;
}

.comparison-table {
  table-layout: fixed;
}

.comparison-table .features-header,
.comparison-table .feature-name {
  width: 28%;
}

.comparison-table .mercia-header,
.comparison-table .mercia-cell,
.comparison-table .national-header,
.comparison-table .national-cell {
  width: 36%;
}

.comparison-table thead .mercia-header,
.comparison-table .mercia-dark,
.comparison-table .mercia-darker {
  transform: none;
}

.inverter-logo.solaredge { max-width: 150px; }
.inverter-logo.solax     { max-width: 120px; }
.inverter-logo.solis     { max-width: 95px; }

@media (max-width: 767px) {
  .padding-global,
  .padding-global.padding-medium {
    padding-left: 0;
    padding-right: 0;
  }

  .commercial-why__title,
  .commercial-sectors__title,
  .commercial-included__title,
  .commercial-funding__title,
  .commercial-ev__title,
  .commercial-battery__title,
  .commercial-coverage__title,
  .installations__title,
  .commercial-case-study__title,
  .comparison-header h2,
  .commercial-trust .heading,
  .section_partners .heading,
  .section_faq4 .heading,
  .guarantee-section .heading,
  .cta-section-title {
    font-size: 24px;
  }

  .commercial-why__subtitle,
  .commercial-sectors__subtitle,
  .commercial-included__intro,
  .commercial-funding__intro,
  .commercial-ev__body,
  .commercial-battery__body,
  .commercial-coverage__intro,
  .comparison-header p,
  .commercial-trust__intro,
  .guarantee-section-header .text-size-medium,
  .cta-section-subtitle {
    font-size: 14px;
  }

  .commercial-battery,
  .commercial-coverage,
  .section_faq4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .commercial-coverage .coverage-marquee {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + 2rem);
  }

  .section_partners {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .comparison-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq4_list {
    grid-row-gap: 1rem;
  }

  .comparison-container .check-icon,
  .comparison-container .x-icon {
    display: none;
  }

  .comparison-container .mercia-cell span:not(.check-icon),
  .comparison-container .national-cell span:not(.x-icon) {
    margin-left: 0;
    margin-top: 0;
  }

  .inverter-logo.solaredge { max-width: 120px; }
  .inverter-logo.solax     { max-width: 100px; }
}

.section_partners .inverters-column {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.section_partners .inverters-card {
  min-height: 100%;
}

@media (max-width: 900px) {
  .section_partners .inverters-column {
    grid-template-rows: auto;
  }
}

/* =========================================================================
   Subtle scroll reveals
   ========================================================================= */
.commercial-reveal-enabled .commercial-reveal {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 480ms ease,
    transform 520ms cubic-bezier(0.2, 0.85, 0.25, 1);
  transition-delay: 0ms;
}

.commercial-reveal-enabled .commercial-reveal--delay-1 { transition-delay: 60ms; }
.commercial-reveal-enabled .commercial-reveal--delay-2 { transition-delay: 120ms; }
.commercial-reveal-enabled .commercial-reveal--delay-3 { transition-delay: 180ms; }

.commercial-reveal-enabled .commercial-reveal.commercial-reveal--visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.commercial-reveal-enabled .commercial-trust__card.commercial-reveal--visible:hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .commercial-reveal-enabled .commercial-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
