/*
Theme Name: GridZero Block
Theme URI: https://gridzeroenergy.com
Author: GridZero Energy Systems
Description: Custom block theme foundation for GridZero Energy Systems.
Version: 0.1.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: gridzero-block
*/

:root {
  --gridzero-header-offset: 156px;
  --gridzero-content-width: 1245px;
  --gridzero-blue: #065884;
  --gridzero-blue-dark: #045076;
  --gridzero-charcoal: #252525;
  --gridzero-body: #676767;
  --gridzero-heading: #444444;
  --gridzero-muted: #777777;
  --gridzero-utility: #bcbcbc;
  --gridzero-surface: #f2f2f2;
  --gridzero-header-bg: rgba(242, 242, 242, 0.96);
  --gridzero-header-bg-scrolled: rgba(248, 248, 248, 0.94);
  --gridzero-header-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--gridzero-body);
  background: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

body.gridzero-mobile-menu-open {
  overflow: hidden;
}

body.gridzero-search-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--gridzero-heading);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body:not(.home) .wp-site-blocks {
  padding-top: var(--gridzero-header-offset);
}

body.home .wp-site-blocks {
  padding-top: 0;
}

/* Collapse the header template-part wrapper and remove WP block gap above the hero */
body.home .wp-site-blocks > header:first-child {
  display: contents;
}

body.home .wp-site-blocks > .gridzero-homepage-hero,
body.home .wp-site-blocks > header + .gridzero-homepage-hero,
body.home .wp-site-blocks > header + .wp-block-cover {
  margin-top: 0 !important;
}

.gridzero-site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  margin: 0 !important;
  color: var(--gridzero-body);
  background: transparent;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease,
    color 0.25s ease;
}

.gridzero-site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), transparent 40%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gridzero-site-header.is-scrolled,
body:not(.home) .gridzero-site-header {
  color: var(--gridzero-body);
}

.gridzero-site-header.is-scrolled::before,
body:not(.home) .gridzero-site-header::before {
  opacity: 1;
}

.gridzero-header__utility,
.gridzero-header__main {
  position: relative;
  width: 100%;
}

.gridzero-header__utility {
  color: #ffffff;
  background: rgba(188, 188, 188, 0.82);
  font-size: 13px;
  line-height: 1.4;
  backdrop-filter: blur(12px);
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.gridzero-header__utility-inner,
.gridzero-header__main-inner,
.gridzero-footer__copyright-inner,
.gridzero-footer__before-footer .container {
  width: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 3vw, 2rem)));
  margin-inline: auto;
}

.gridzero-header__utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  min-height: 30px;
}

.gridzero-header__utility-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  flex: 0 0 auto;
}

.gridzero-header__social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
}

.gridzero-header__social-link,
.gridzero-footer__social-link,
.gridzero-header__menu-toggle a,
.gridzero-header__mobile-search {
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gridzero-header__social-link {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.gridzero-header__social-link:hover,
.gridzero-footer__social-link:hover {
  transform: translateY(-1px);
}

.gridzero-header__notice {
  flex: 1 1 auto;
  text-align: left;
}

.gridzero-header__notice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: #93551a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.gridzero-header__notice-link .gridzero-header__icon {
  width: 1.1rem;
  height: 1.1rem;
}

.gridzero-header__notice-link .gridzero-header__icon--phone::before {
  font-size: 1rem;
}

.gridzero-header__notice-link strong {
  font-weight: 700;
}

.gridzero-header__utility-spacer {
  flex: 0 0 3rem;
}

/* Search icon in utility bar */
.gridzero-header__utility-search {
  margin-left: 0;
}

.gridzero-header__utility-search-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  width: 2.4rem;
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  transition: width 0.22s ease, padding 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.gridzero-header__utility-search.is-open .gridzero-header__utility-search-form,
.gridzero-header__utility-search:focus-within .gridzero-header__utility-search-form {
  width: min(16rem, 42vw);
  padding-left: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(6, 88, 132, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.gridzero-header__utility-search-input {
  flex: 1 1 auto;
  width: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gridzero-charcoal);
  font-size: 0.95rem;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease;
}

.gridzero-header__utility-search-input:focus {
  outline: none;
}

.gridzero-header__utility-search-input::placeholder {
  color: rgba(52, 59, 67, 0.6);
}

.gridzero-header__utility-search.is-open .gridzero-header__utility-search-input,
.gridzero-header__utility-search:focus-within .gridzero-header__utility-search-input {
  opacity: 1;
  pointer-events: auto;
}

.gridzero-header__utility-search-link {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  border: 1px solid rgba(6, 88, 132, 0.14);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.95;
  transition: background 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

.gridzero-header__utility-search-link:focus-visible {
  outline: 2px solid rgba(6, 88, 132, 0.35);
  outline-offset: 2px;
}

.gridzero-header__utility-search-link:hover {
  opacity: 1;
  background: rgba(6, 88, 132, 0.14);
  transform: translateY(-1px);
}

.gridzero-header__utility-search-link .gridzero-header__icon {
  width: 1.3rem;
  height: 1.3rem;
}

.gridzero-header__utility-search-link .gridzero-header__icon--search::before {
  font-size: 1.2rem;
}

/* Hide old search button from desktop nav actions */
.gridzero-header__search-btn {
  display: none !important;
}

.gridzero-header__main {
  color: #ffffff;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease,
    backdrop-filter 0.25s ease;
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__utility {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: none;
  backdrop-filter: none;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__main {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: #ffffff;
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__utility .gridzero-header__social-link {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__notice-link {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__utility-search-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__utility-search.is-open .gridzero-header__utility-search-form,
body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__utility-search:focus-within .gridzero-header__utility-search-form {
  background: rgba(20, 28, 36, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__utility-search-input {
  color: #ffffff;
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__utility-search-input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__menu > li > a,
body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__menu-toggle a,
body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__search-btn a,
body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__mobile-search {
  color: #ffffff;
}

body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__menu-toggle a,
body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__search-btn a,
body.home .gridzero-site-header:not(.is-scrolled) .gridzero-header__mobile-search {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

body.home .gridzero-site-header.is-scrolled .gridzero-header__utility,
body.home .gridzero-site-header.is-scrolled .gridzero-header__main {
  background: var(--gridzero-header-bg-scrolled);
  color: var(--gridzero-body);
}

body.home .gridzero-site-header.is-scrolled .gridzero-header__utility {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

body.home .gridzero-site-header.is-scrolled .gridzero-header__main {
  border-bottom-color: rgba(0, 0, 0, 0.04);
  box-shadow: var(--gridzero-header-shadow);
  backdrop-filter: blur(12px);
}

body.home .gridzero-site-header.is-scrolled .gridzero-header__social-link,
body:not(.home) .gridzero-site-header .gridzero-header__social-link {
  color: var(--gridzero-body);
  background: rgba(6, 88, 132, 0.08);
  border-color: rgba(6, 88, 132, 0.14);
}

body.home .gridzero-site-header.is-scrolled .gridzero-header__notice-link,
body:not(.home) .gridzero-site-header .gridzero-header__notice-link {
  color: #93551a;
}

.gridzero-header__main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 86px;
  flex-wrap: nowrap;
}

.gridzero-header__brand {
  flex: 0 0 auto;
}

.gridzero-header__logo {
  display: block;
  width: min(318px, 100%);
}

.gridzero-header__logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.gridzero-header__nav-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  flex: 1 1 auto;
  min-width: 0;
}

.gridzero-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  width: 100%;
  min-width: 0;
}

.gridzero-header__menu-buttons,
.gridzero-header__menu,
.gridzero-header__mobile-menu,
.gridzero-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gridzero-header__menu-buttons {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.gridzero-header__menu {
  display: flex;
  align-items: center;
  gap: 0.5rem 0.7rem;
  flex-wrap: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.gridzero-header__menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.gridzero-header__menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25rem;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  opacity: 0.85;
}

.gridzero-header__menu > li > a:hover::after,
.gridzero-header__menu > li.current-menu-item > a::after,
.gridzero-header__menu > li.current_page_item > a::after,
.gridzero-header__menu > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}

.gridzero-header__menu > li {
  position: relative;
  flex: 0 0 auto;
}

.gridzero-header__menu .sub-menu {
  list-style: none;
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  min-width: 15rem;
  margin: 0;
  padding: 0.5rem 0;
  background: rgba(40, 40, 40, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.35rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}

.gridzero-header__menu > li:hover .sub-menu,
.gridzero-header__menu > li:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gridzero-header__menu .sub-menu a {
  display: block;
  padding: 0.6rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
}

.gridzero-header__menu .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.gridzero-header__menu-toggle a,
.gridzero-header__search-btn a,
.gridzero-header__mobile-search {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  border: 1px solid rgba(6, 88, 132, 0.14);
  color: inherit;
}

.gridzero-header__mobile-search {
  display: none;
}

.gridzero-header__menu-toggle a:hover,
.gridzero-header__search-btn a:hover,
.gridzero-header__mobile-search:hover {
  background: rgba(6, 88, 132, 0.14);
}

.gridzero-header__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  color: currentColor;
}

.gridzero-header__icon::before {
  display: block;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.gridzero-header__icon--facebook::before {
  content: "f";
  font-size: 0.95rem;
  font-weight: 700;
}

.gridzero-header__icon--google::before {
  content: "g";
  font-size: 0.95rem;
  font-weight: 700;
}

.gridzero-header__icon--phone::before {
  content: "☎";
  font-size: 0.95rem;
}

.gridzero-header__icon--search::before {
  content: "⌕";
  font-size: 1rem;
}

.gridzero-header__icon--caret::before {
  content: "⌄";
  font-size: 1rem;
}

.gridzero-header__menu-lines {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1rem;
}

.gridzero-header__menu-lines .lines {
  position: relative;
  display: block;
  width: 1.2rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.gridzero-header__menu-lines .lines::before,
.gridzero-header__menu-lines .lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: inherit;
  background: currentColor;
}

.gridzero-header__menu-lines .lines::before {
  top: -0.36rem;
}

.gridzero-header__menu-lines .lines::after {
  bottom: -0.36rem;
}

.gridzero-header__mobile-panel {
  position: fixed;
  inset: var(--gridzero-header-offset) 0 auto 0;
  z-index: 999;
  max-height: calc(100vh - var(--gridzero-header-offset));
  overflow: auto;
  background: rgba(248, 248, 248, 0.98);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--gridzero-header-shadow);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.35rem);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.gridzero-search--overlay {
  position: fixed;
  inset: var(--gridzero-header-offset) 0 0 0;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(28, 28, 28, 0.48);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.gridzero-search--overlay[hidden] {
  display: none;
}

.gridzero-search--overlay.is-open,
.gridzero-search--overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gridzero-search__panel {
  width: min(760px, 100%);
  margin-top: clamp(0.75rem, 8vh, 4rem);
}

.gridzero-search__box {
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(248, 248, 248, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.gridzero-search__form {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}

.gridzero-search__input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  color: var(--gridzero-charcoal);
}

.gridzero-search__submit {
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: var(--gridzero-blue);
  color: #ffffff;
}

.gridzero-search__submit:hover {
  background: var(--gridzero-blue-dark);
}

.gridzero-search__submit-icon {
  font-style: normal;
  font-size: 1rem;
}

.gridzero-search__hint {
  margin: 0.85rem 0 0;
  color: var(--gridzero-muted);
  font-size: 0.95rem;
}

.gridzero-search__close {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.85rem;
}

.gridzero-search__close-link {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(248, 248, 248, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--gridzero-charcoal);
  text-decoration: none;
}

.gridzero-search__close-link:hover {
  background: #ffffff;
}

.gridzero-search-results {
  background: #f5f7fa;
}

.gridzero-search-results__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0f172a 0%, #16263b 100%);
  color: #ffffff;
}

.gridzero-search-results__hero .wp-block-query-title,
.gridzero-search-results__hero p {
  position: relative;
  z-index: 1;
}

.gridzero-search-results__hero .wp-block-query-title {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  margin-bottom: 0.9rem;
}

.gridzero-search-results__hero > p:first-of-type {
  color: rgba(255, 255, 255, 0.76);
}

.gridzero-search-results__hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% auto;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.22) 0%, rgba(0, 210, 255, 0) 72%);
  pointer-events: none;
}

.gridzero-search-results__intro {
  max-width: 42rem;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82);
}

.gridzero-search-results__form {
  max-width: 34rem;
  margin: 1.25rem auto 0;
  position: relative;
  z-index: 1;
}

.gridzero-search-results__form .wp-block-search__inside-wrapper {
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 16px 34px rgba(7, 12, 20, 0.24);
}

.gridzero-search-results__form .wp-block-search__input {
  min-height: 3rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding-inline: 1rem;
}

.gridzero-search-results__form .wp-block-search__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.gridzero-search-results__form .wp-block-search__button {
  margin-left: 0;
  border: 0;
  border-radius: 999px;
  background: var(--gridzero-blue);
  color: #ffffff;
  min-width: 3rem;
  min-height: 3rem;
}

.gridzero-search-results__list {
  display: grid;
  gap: 0.85rem;
}

.gridzero-search-results__card,
.gridzero-search-results__empty {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .gridzero-search-results__card:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09), 0 0 0 1px rgba(0, 214, 196, 0.28);
    border-color: rgba(0, 214, 196, 0.92) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7fffd 100%);
  }
}

.gridzero-search-results__card .wp-block-post-title {
  margin: 0 0 0.45rem;
  font-size: 0.94rem !important;
  line-height: 1.14;
  font-weight: 700;
}

.gridzero-search-results__card .wp-block-post-title a {
  color: var(--gridzero-charcoal);
  text-decoration: none;
}

.gridzero-search-results__card h1,
.gridzero-search-results__card h2,
.gridzero-search-results__card h3 {
  font-size: 0.94rem !important;
  line-height: 1.14 !important;
}

.gridzero-search-results__card .wp-block-post-title a:hover {
  color: var(--gridzero-blue-dark);
}

.gridzero-search-results__card .wp-block-post-excerpt {
  margin: 0.2rem 0 0.75rem;
  color: var(--gridzero-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.gridzero-search-results__read-more {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.38rem;
  color: var(--gridzero-blue-dark);
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.gridzero-search-results__read-more::after {
  content: "\2197";
  font-size: 0.78em;
  line-height: 1;
  transition: transform 0.16s ease;
}

@media (hover: hover) and (pointer: fine) {
  .gridzero-search-results__read-more:hover::after {
    transform: translate(1px, -1px);
  }
}

.gridzero-search-results .wp-block-query-pagination {
  margin-top: 2rem;
  gap: 0.75rem;
}

.gridzero-search-results .wp-block-query-pagination a,
.gridzero-search-results .wp-block-query-pagination span {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(6, 88, 132, 0.12);
  background: #ffffff;
  color: var(--gridzero-charcoal);
  text-decoration: none;
}

.gridzero-search-results .wp-block-query-pagination .current {
  background: var(--gridzero-blue);
  border-color: var(--gridzero-blue);
  color: #ffffff;
}

@media (max-width: 767px) {
  .gridzero-search-results__card .wp-block-post-title,
  .gridzero-search-results__card h1,
  .gridzero-search-results__card h2,
  .gridzero-search-results__card h3 {
    font-size: 0.88rem !important;
    line-height: 1.14 !important;
  }

  .gridzero-search-results__card .wp-block-post-excerpt {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .gridzero-search-results__read-more {
    font-size: 0.78rem;
  }
}

.gridzero-header__mobile-panel[hidden] {
  display: none;
}

.gridzero-header__mobile-panel.is-open,
.gridzero-header__mobile-panel[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.gridzero-header__mobile-panel-inner {
  width: min(var(--gridzero-content-width), calc(100% - 1.5rem));
  margin-inline: auto;
  padding: 1.25rem 0 2rem;
}

.gridzero-header__mobile-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.gridzero-header__logo--mobile {
  width: min(220px, 70vw);
}

.gridzero-header__mobile-panel-close {
  display: inline-grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  border: 1px solid rgba(6, 88, 132, 0.14);
  color: inherit;
  text-decoration: none;
}

.gridzero-header__mobile-nav {
  padding: 0.35rem 0 1.25rem;
}

.gridzero-header__mobile-menu {
  display: grid;
  gap: 0.3rem;
}

.gridzero-header__mobile-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  color: var(--gridzero-charcoal);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.gridzero-header__mobile-menu .sub-menu {
  padding: 0 0 0.25rem 1rem;
}

.gridzero-header__mobile-menu .sub-menu a {
  display: block;
  padding: 0.65rem 0;
  color: var(--gridzero-body);
  text-decoration: none;
}

.gridzero-header__mobile-utility {
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.gridzero-header__mobile-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gridzero-header__mobile-notice {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: var(--gridzero-charcoal);
  font-size: 1rem;
  line-height: 1.45;
  text-decoration: none;
}

.gridzero-header__mobile-notice .gridzero-header__icon {
  width: 1.1rem;
  height: 1.1rem;
}

.gridzero-homepage-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(42rem, 82vh, 58rem) !important;
  padding-top: 0 !important;
  padding-bottom: clamp(6rem, 9vw, 8rem) !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}

.gridzero-homepage-hero .wp-block-cover__background {
  opacity: 0 !important;
}

/* Dark gradient fading to black at the bottom of the hero — matches live site */
.gridzero-homepage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.35) 60%,
    rgba(0, 0, 0, 0.75) 85%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

.gridzero-homepage-hero .wp-block-cover__image-background {
  object-position: center top;
  transform: translateY(28px) scale(1.08);
  transform-origin: center center;
  filter: brightness(1.0) saturate(1.0);
}

.gridzero-homepage-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: min(var(--gridzero-content-width), calc(100% - 2rem));
  max-width: var(--gridzero-content-width);
  margin-inline: auto;
}

.gridzero-homepage-hero .wp-block-buttons,
.gridzero-homepage-hero .wp-block-button,
.gridzero-homepage-hero .wp-block-button__link {
  position: relative;
  z-index: 3;
}

/* Hero primary CTA — cyan pill */
.gridzero-homepage-hero .wp-block-button.is-style-fill .wp-block-button__link {
  background: #00D2FF;
  color: #0d131f;
  border-radius: 6px;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
}
.gridzero-homepage-hero .wp-block-button.is-style-fill .wp-block-button__link:hover {
  background: #fff;
  color: #0d131f;
  box-shadow: 0 4px 20px rgba(0, 210, 255, 0.3);
}

/* Hero ghost button — outlined phone */
.gridzero-homepage-hero .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  padding: 0.85rem 2rem;
  font-size: 0.95rem;
}
.gridzero-homepage-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.gridzero-hero-content {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

/* Subtitle — no glass panel, text-shadow only */
.gridzero-hero-content p {
  position: relative;
  background: none;
  backdrop-filter: none;
  padding: 0;
  border-radius: 0;
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.gridzero-hero-content p strong {
  color: #fff;
  font-weight: 600;
}

.gridzero-homepage-hero h1,
.gridzero-homepage-hero p {
  color: #ffffff;
}

.gridzero-homepage-hero h1 {
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
}
/* Accent gradient line below heading */
.gridzero-homepage-hero h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #00D2FF, #065884);
  border-radius: 2px;
  margin: 0.8rem auto 0;
}

.gridzero-homepage-hero p {
  text-wrap: balance;
}

.wp-block-button__link,
.wp-element-button {
  border-radius: 0;
  border: 0;
  background: var(--gridzero-blue);
  color: #ffffff;
  padding: 22px 54px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  box-shadow: none;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
  background: var(--gridzero-blue-dark);
  transform: translateY(-1px);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  background: transparent;
  border: 2px solid currentColor;
  padding: 20px 34px;
}

.gridzero-homepage-services,
.gridzero-homepage-trust,
.gridzero-homepage-cta {
  width: 100%;
}

.gridzero-homepage-services {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem !important;
}

.gridzero-homepage-trust {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  background: #f7f9fa;
}

/* Accent line under trust section heading */
.gridzero-homepage-trust > .wp-block-heading {
  position: relative;
  padding-bottom: 0.8rem;
}
.gridzero-homepage-trust > .wp-block-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #00D2FF, #065884);
  border-radius: 2px;
  margin: 0.8rem auto 0;
}

.gridzero-service-grid,
.gridzero-trust-grid {
  width: min(var(--gridzero-content-width), calc(100% - 2rem));
  margin-inline: auto;
}

.gridzero-service-card,
.gridzero-trust-card {
  min-height: 100%;
  overflow: hidden;
}

.gridzero-service-card {
  position: relative;
  padding: 1.15rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.028);
  border-radius: 0.5rem;
  backdrop-filter: blur(5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.gridzero-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.gridzero-card-shell--dark .gridzero-card-icon,
.gridzero-trust-card .gridzero-trust-icon {
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 0 1rem;
  border-radius: 999px;
}

.gridzero-card-shell--dark .gridzero-card-icon {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.gridzero-card-shell--dark .gridzero-card-icon svg,
.gridzero-card-shell--dark .gridzero-card-icon img,
.gridzero-trust-card .gridzero-trust-icon svg,
.gridzero-trust-card .gridzero-trust-icon img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}

.gridzero-service-card h4,
.gridzero-trust-card h4 {
  margin-bottom: 0.5rem;
}

.gridzero-service-card a {
  color: #ffffff;
  text-decoration: none;
}

.gridzero-service-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.gridzero-service-card a:hover {
  color: #ffffff;
}

.gridzero-trust-card {
  padding: 2rem 1.5rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gridzero-trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.gridzero-trust-card .gridzero-trust-icon {
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(6, 88, 132, 0.08);
  border: 1px solid rgba(6, 88, 132, 0.12);
  color: var(--gridzero-blue);
  margin-bottom: 1.2rem;
}

.gridzero-trust-card h4 {
  color: var(--gridzero-heading);
}

.gridzero-homepage-cta {
  background: #0a0a0a;
}

.gridzero-homepage-cta .gridzero-cta-inner {
  width: min(900px, calc(100% - 2rem));
  margin-inline: auto;
}

.gridzero-homepage-cta .wp-block-button__link {
  background: var(--gridzero-blue);
}

.gridzero-homepage-cta .wp-block-button__link:hover {
  background: #044764;
}

.page-slug-off-grid .wp-block-post-content,
.page-slug-mobile-power .wp-block-post-content,
.page-slug-well-backup .wp-block-post-content {
  padding-bottom: 0;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) {
  --gridzero-service-page-section-gap: clamp(3rem, 5vw, 4.5rem);
  --gridzero-service-page-inner-width: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 3vw, 2rem)));
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover:first-child {
  min-height: clamp(30rem, 68vh, 48rem);
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
  padding-top: calc(var(--gridzero-header-offset) * 0.82) !important;
  padding-bottom: clamp(3rem, 6vw, 5rem) !important;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover:first-child .wp-block-cover__inner-container {
  width: var(--gridzero-service-page-inner-width);
  margin-inline: auto;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover:first-child .wp-block-group {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  background: rgba(10, 10, 10, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: var(--gridzero-service-page-section-gap) !important;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull + .wp-block-group.alignfull {
  padding-top: var(--gridzero-service-page-section-gap) !important;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull > h2,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull > p,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-columns,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-buttons,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-table,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-list {
  width: var(--gridzero-service-page-inner-width);
  margin-inline: auto;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content h1 {
  margin-bottom: 0.55rem;
  font-size: clamp(2.45rem, 4.5vw, 4.25rem);
  line-height: 1.08;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.95rem, 2.8vw, 3.1rem);
  line-height: 1.14;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.18;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content h4 {
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content p {
  line-height: 1.72;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns {
  gap: clamp(1rem, 2vw, 1.5rem);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns .wp-block-group.has-background {
  border-radius: 0.75rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns .wp-block-group.has-background p,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns .wp-block-group.has-background li {
  line-height: 1.62;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns .wp-block-group.has-background > :last-child {
  margin-bottom: 0;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content table {
  width: 100%;
  border-collapse: collapse;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content th,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content figure.wp-block-table {
  margin: 0;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content figure.wp-block-table table {
  min-width: 640px;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content figure.wp-block-table thead th {
  background: rgba(6, 88, 132, 0.07);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content figure.wp-block-table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content figure.wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content thead th {
  color: var(--gridzero-heading);
  background: rgba(6, 88, 132, 0.05);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content details {
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.7rem;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content details + details {
  margin-top: 0.85rem;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content summary {
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content summary::-webkit-details-marker {
  display: none;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content details > :not(summary) {
  margin-top: 0.75rem;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-list {
  padding-left: 1.1em;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-list li {
  margin-bottom: 0.65rem;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-list li:last-child {
  margin-bottom: 0;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-group.has-background > p:first-of-type {
  margin-top: 0;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull:last-child,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover.alignfull:last-child {
  text-align: center;
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull:last-child .wp-block-buttons,
body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover.alignfull:last-child .wp-block-buttons {
  justify-content: center;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) {
  --gridzero-well-page-accent: #c87533;
  --gridzero-well-page-accent-soft: rgba(200, 117, 51, 0.14);
  --gridzero-well-page-blue-soft: rgba(6, 88, 132, 0.12);
  --gridzero-well-page-panel: #ffffff;
  --gridzero-well-page-surface: #f6fafc;
  --gridzero-well-page-ink: #27333c;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover .wp-block-cover__image-background {
  object-position: center center;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover .wp-block-cover__background {
  background:
    linear-gradient(110deg, rgba(4, 18, 26, 0.78) 0%, rgba(4, 18, 26, 0.48) 52%, rgba(4, 18, 26, 0.16) 100%),
    linear-gradient(180deg, rgba(4, 20, 31, 0.22) 0%, rgba(4, 20, 31, 0.62) 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover .wp-block-cover__inner-container {
  align-items: center;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card {
  position: relative;
  width: min(760px, 100%);
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: clamp(1.4rem, 2.7vw, 2.25rem) !important;
  text-align: left !important;
  background:
    linear-gradient(180deg, rgba(10, 19, 27, 0.88) 0%, rgba(10, 19, 27, 0.72) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(10px);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 1.25rem 0 0 1.25rem;
  background: linear-gradient(180deg, var(--gridzero-orange), #f4c274);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card > * {
  position: relative;
  z-index: 1;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .has-text-align-center {
  text-align: left !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card p:first-of-type {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.9rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.11em !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card h1 {
  max-width: 16ch;
  margin-bottom: 0.7rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card p:nth-of-type(2) {
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.88);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card p:last-of-type {
  max-width: 32rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .wp-block-buttons {
  justify-content: flex-start;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .wp-block-button__link {
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e68c3f 0%, #cf6f2e 100%);
  box-shadow: 0 16px 28px rgba(200, 117, 51, 0.26);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-bridge {
  position: relative;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-bridge::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(6, 88, 132, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(6, 88, 132, 0.04), transparent 56%);
  pointer-events: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-bridge p {
  max-width: 78ch;
  margin-inline: auto;
  padding: clamp(1.2rem, 2vw, 1.7rem) clamp(1.15rem, 2vw, 1.85rem);
  color: #4d5a63;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  border-left: 4px solid rgba(200, 117, 51, 0.7);
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0 14px 30px rgba(15, 31, 38, 0.07);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-loads-card,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note {
  padding: 1.5rem 1.35rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(6, 88, 132, 0.09);
  border-top: 4px solid rgba(200, 117, 51, 0.78);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fb 100%) !important;
  box-shadow: 0 16px 30px rgba(17, 27, 36, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(17, 27, 36, 0.1);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit::after {
  content: "";
  position: absolute;
  inset: auto 1.35rem 0 1.35rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(200, 117, 51, 0.34), rgba(6, 88, 132, 0.12), transparent);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-icon,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.95rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(200, 117, 51, 0.16), rgba(6, 88, 132, 0.08) 68%, rgba(255, 255, 255, 0.9) 100%);
  color: var(--gridzero-blue);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    0 12px 22px rgba(6, 88, 132, 0.09);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-icon i,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon i {
  font-size: 1.6rem;
  line-height: 1;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit h3 {
  margin-bottom: 0.55rem;
  font-size: 1.28rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit p {
  margin-bottom: 0;
  color: #55636d;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(6, 88, 132, 0.08), transparent 36%),
    linear-gradient(180deg, #f3f8fb 0%, #ffffff 100%) !important;
  border-top: 1px solid rgba(6, 88, 132, 0.08);
  border-bottom: 1px solid rgba(6, 88, 132, 0.08);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 88, 132, 0.03) 1px, transparent 1px) 0 0 / 4rem 4rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 84%);
  pointer-events: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem auto 1.65rem;
  width: 100%;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-step {
  position: relative;
  display: flex !important;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
  padding: 1.45rem 1.2rem 1.3rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid rgba(6, 88, 132, 0.1);
  box-shadow: 0 16px 30px rgba(15, 31, 38, 0.07);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-step::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 1.15rem 1.15rem 0 0;
  background: linear-gradient(90deg, var(--gridzero-blue), rgba(200, 117, 51, 0.92));
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-step:not(:last-child)::after {
  content: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 0;
  border-radius: 999px;
  background: rgba(200, 117, 51, 0.14);
  color: var(--gridzero-orange);
  font-size: 1rem;
  font-weight: 700;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-step h3 {
  margin-bottom: 0.15rem;
  font-size: 1.16rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-step p {
  margin-bottom: 0;
  color: #55636d;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band .wp-block-columns {
  align-items: stretch;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-card-label {
  margin-bottom: 0.7rem;
  color: var(--gridzero-orange);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(6, 88, 132, 0.09);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
  box-shadow: 0 16px 28px rgba(17, 27, 36, 0.06);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(6, 88, 132, 0.88), rgba(6, 88, 132, 0.22));
  border-radius: 1.15rem 1.15rem 0 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended {
  border-color: rgba(6, 88, 132, 0.2);
  background: linear-gradient(180deg, #eef8fc 0%, #ffffff 100%) !important;
  box-shadow: 0 22px 42px rgba(6, 88, 132, 0.11) !important;
  transform: translateY(-6px);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended::before {
  background: linear-gradient(90deg, rgba(200, 117, 51, 0.96), rgba(6, 88, 132, 0.28));
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.3rem;
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  background: rgba(200, 117, 51, 0.15);
  color: var(--gridzero-orange);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare .wp-block-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.25rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare .wp-block-list li {
  position: relative;
  margin-bottom: 0.7rem;
  padding-left: 1.3rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--gridzero-orange);
  box-shadow: 0 0 0 4px rgba(200, 117, 51, 0.13);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-actions {
  margin-top: auto;
  padding-top: 0.25rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-actions .wp-block-button__link {
  padding: 0.82rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(6, 88, 132, 0.18);
  color: var(--gridzero-blue);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background:
    linear-gradient(135deg, rgba(8, 24, 34, 0.98), rgba(12, 47, 61, 0.96) 58%, rgba(11, 88, 80, 0.96)) !important;
  box-shadow: 0 22px 44px rgba(6, 15, 22, 0.22) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at 86% 22%, rgba(200, 117, 51, 0.18), transparent 26%);
  pointer-events: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note > * {
  position: relative;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note .wp-block-list li,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note p {
  color: rgba(255, 255, 255, 0.9);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq {
  width: min(920px, 100%);
  margin-inline: auto;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq details,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item {
  overflow: hidden;
  border: 1px solid rgba(6, 88, 132, 0.09);
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 12px 24px rgba(17, 27, 36, 0.05);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq details {
  padding: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  font-weight: 700;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--gridzero-orange);
  font-size: 1.35rem;
  line-height: 1;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq details[open] summary::after {
  content: "−";
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq details > :not(summary) {
  padding: 0 1.2rem 1.1rem;
  margin-top: 0;
  color: #55636d;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq details + details {
  margin-top: 0.9rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band {
  position: relative;
  overflow: hidden;
  width: min(var(--gridzero-service-page-inner-width), calc(100% - clamp(1rem, 3vw, 2rem)));
  margin-inline: auto;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.09), transparent 30%),
    radial-gradient(circle at 86% 22%, rgba(200, 117, 51, 0.18), transparent 28%),
    linear-gradient(120deg, #0f2a38 0%, #123d52 54%, #0d574f 100%) !important;
  box-shadow: 0 24px 50px rgba(7, 19, 27, 0.18);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 48%);
  pointer-events: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band > * {
  position: relative;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) #gridzero-footer .gridzero-footer__cta {
  display: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band .wp-block-buttons {
  gap: 0.75rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band .wp-block-button__link {
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f2a058 0%, #d97d2d 100%);
  box-shadow: 0 14px 26px rgba(200, 117, 51, 0.26);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell {
  width: var(--gridzero-service-page-inner-width);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .gridzero-well-hero-card {
  width: min(760px, 100%);
  margin-left: 0;
  margin-right: auto;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns {
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child {
  max-width: 40rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child > p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.95rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.11em;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child h1 {
  max-width: 14.5ch;
  text-wrap: balance;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child .wp-block-buttons {
  gap: 0.75rem;
  flex-wrap: wrap;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link {
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  box-shadow: 0 14px 26px rgba(200, 117, 51, 0.22);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child .is-style-outline .wp-block-button__link {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-panel {
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 12%, rgba(6, 88, 132, 0.06), transparent 28%),
    radial-gradient(circle at 85% 22%, rgba(200, 117, 51, 0.08), transparent 24%);
  pointer-events: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro > * {
  position: relative;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%) !important;
  box-shadow: 0 16px 30px rgba(17, 27, 36, 0.07);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card > p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  color: var(--gridzero-blue);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card p:last-child {
  margin-bottom: 0;
  color: #52626d;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child > p:first-of-type {
  max-width: 62ch;
  color: #44525c;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-columns .wp-block-group.has-background {
  height: 100%;
  box-shadow: 0 10px 22px rgba(17, 27, 36, 0.05);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-group.has-background p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  color: var(--gridzero-blue);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-group.has-background p:last-child {
  margin-bottom: 0;
  color: #52626d;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefits-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafb 0%, #eef4f7 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefits-section > h2,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefits-section > p {
  width: min(760px, 100%);
  margin-inline: auto;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefits-section > p {
  color: #4c5962;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefits-section .wp-block-columns {
  align-items: stretch;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band {
  background: linear-gradient(180deg, #ffffff 0%, #f5fafc 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band > .wp-block-columns {
  width: var(--gridzero-service-page-inner-width);
  margin-inline: auto;
  align-items: stretch;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-copy,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-points {
  height: 100%;
  box-shadow: 0 16px 30px rgba(17, 27, 36, 0.06);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-copy {
  margin-top: 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-points {
  background: linear-gradient(180deg, #eef6fb 0%, #ffffff 100%) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-points > p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  color: var(--gridzero-blue);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-points .wp-block-list {
  margin-bottom: 1rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit--water {
  border-top-color: rgba(6, 88, 132, 0.5);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit--quiet {
  background: linear-gradient(180deg, #eef7fb 0%, #e7f2f8 100%) !important;
  border-top-color: rgba(6, 88, 132, 0.82);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit--fit {
  background: linear-gradient(180deg, #ffffff 0%, #faf7f1 100%) !important;
  border-top-color: rgba(200, 117, 51, 0.82);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > .wp-block-columns {
  width: var(--gridzero-service-page-inner-width);
  margin-inline: auto;
  align-items: start;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > .wp-block-columns > .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-process-copy {
  height: 100%;
  box-shadow: 0 14px 28px rgba(17, 27, 36, 0.06);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-process-copy p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  color: var(--gridzero-blue);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-process-copy ul {
  margin-bottom: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-process-note {
  height: 100%;
  box-shadow: 0 14px 28px rgba(17, 27, 36, 0.06);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-process-note p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(200, 117, 51, 0.12);
  color: var(--gridzero-orange);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-process-note ul {
  margin-bottom: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > h2,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > p {
  width: min(780px, 100%);
  margin-inline: auto;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-design-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0e1b24 0%, #0f2a38 45%, #0c4a4b 100%) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-design-band h2 {
  color: #ffffff;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-design-band > .wp-block-columns > .wp-block-column:first-child > p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.95rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.11em;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-design-band > .wp-block-columns > .wp-block-column:first-child p:last-child {
  color: rgba(255, 255, 255, 0.9);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-design-band > .wp-block-columns {
  width: var(--gridzero-service-page-inner-width);
  margin-inline: auto;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note {
  height: 100%;
  box-shadow: 0 20px 36px rgba(6, 15, 22, 0.22) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note ul {
  margin-bottom: 0.9rem;
  padding-left: 1.15em;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note li {
  margin-bottom: 0.65rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns {
  width: var(--gridzero-service-page-inner-width);
  margin-inline: auto;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(200, 117, 51, 0.12);
  color: var(--gridzero-orange);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group h2 {
  margin-bottom: 0.8rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > p:nth-of-type(2) {
  color: #4d5a63;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-note {
  height: 100%;
  box-shadow: 0 14px 28px rgba(17, 27, 36, 0.06);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-note p:first-of-type {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.08);
  color: var(--gridzero-blue);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-note ul {
  margin-bottom: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item {
  height: 100%;
  box-shadow: 0 12px 24px rgba(17, 27, 36, 0.05);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item h3 {
  margin-bottom: 0.55rem;
  font-size: 1.18rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item p:last-child {
  margin-bottom: 0;
  color: #55636d;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-next {
  height: 100%;
  box-shadow: 0 18px 34px rgba(255, 255, 255, 0.08);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-next ul {
  margin-bottom: 0;
  padding-left: 1.15em;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-next li {
  margin-bottom: 0.65rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band h2 {
  color: #ffffff;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band p {
  color: rgba(255, 255, 255, 0.92);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-phone-line {
  margin-top: 0.95rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-phone-line a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band .gridzero-well-next {
  color: #ffffff;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band .gridzero-well-next .wp-block-list {
  color: #ffffff;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band .gridzero-well-next li {
  color: rgba(255, 255, 255, 0.94);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin-top: 2.1rem;
  margin-bottom: 1.6rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.45rem 1.35rem 1.3rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid rgba(6, 88, 132, 0.1);
  box-shadow: 0 16px 30px rgba(15, 31, 38, 0.07);
  overflow: hidden;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  border-radius: 1.15rem 1.15rem 0 0;
  background: linear-gradient(90deg, var(--gridzero-blue), rgba(200, 117, 51, 0.92));
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-number {
  margin-bottom: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-icon {
  margin-bottom: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step h3 {
  margin-bottom: 0.2rem;
  font-size: 1.15rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step p {
  margin-bottom: 0;
  color: #55636d;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step:not(:last-child)::after {
  display: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-footer__cta,
body.page-slug-well-backup .gridzero-footer__cta {
  display: none;
}

.page-id-26 .wp-block-post-content {
  padding-bottom: 0;
}

body.page-id-26 {
  --gridzero-peak-section-gap: clamp(3rem, 5vw, 4.5rem);
  --gridzero-peak-inner-width: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 3vw, 2rem)));
  --gridzero-peak-copy-width: min(760px, 100%);
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: var(--gridzero-peak-section-gap) !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull + .wp-block-group.alignfull {
  padding-top: var(--gridzero-peak-section-gap) !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull > h2,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull > p,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull > .wp-block-columns,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull > .wp-block-buttons,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull > .wp-block-table,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull > .wp-block-group,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull > .wp-block-list {
  width: var(--gridzero-peak-inner-width);
  margin-inline: auto;
}

body.page-id-26 .wp-block-post-content h1 {
  margin-bottom: 0.65rem;
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  line-height: 1.08;
}

body.page-id-26 .wp-block-post-content h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.14;
}

body.page-id-26 .wp-block-post-content h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.2rem, 1.75vw, 1.6rem);
  line-height: 1.2;
}

body.page-id-26 .wp-block-post-content p {
  line-height: 1.72;
}

body.page-id-26 .wp-block-post-content .wp-block-columns {
  gap: clamp(1rem, 2vw, 1.5rem);
}

body.page-id-26 .wp-block-post-content .wp-block-columns .wp-block-group.has-background {
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

body.page-id-26 .wp-block-post-content .wp-block-columns .wp-block-group.has-background > :last-child {
  margin-bottom: 0;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child {
  padding-top: calc(var(--gridzero-header-offset) * 0.72) !important;
  padding-bottom: clamp(2.75rem, 5vw, 4rem) !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child > .wp-block-columns {
  background: linear-gradient(135deg, #0c1823 0%, #102536 52%, #143445 100%);
  border-radius: 24px;
  padding: clamp(2rem, 4vw, 3.4rem);
  align-items: center;
  box-shadow: 0 28px 80px rgba(5, 14, 22, 0.28);
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-column:first-child {
  max-width: 560px;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-column:first-child > p:first-child {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(120, 231, 196, 0.12);
  border: 1px solid rgba(120, 231, 196, 0.28);
  color: #cdeee3 !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child h1,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child p {
  color: #ffffff;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child h1 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-column:first-child > p:nth-of-type(2) {
  max-width: 520px;
  margin: 0;
  color: #dcebed !important;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem) !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-buttons {
  margin-top: 30px !important;
  gap: 0.85rem;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button .wp-block-button__link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  box-shadow: 0 10px 24px rgba(55, 154, 129, 0.24);
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button.is-style-outline .wp-block-button__link {
  color: #ffffff;
  background: transparent;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 36px rgba(3, 11, 18, 0.24);
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(2) > h2,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(2) > p,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(3) > h2,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(3) > p,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(5) > h2,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(5) > p,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(8) > h2 {
  text-align: center;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(2) > p,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(3) > p,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(5) > p,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(8) > p {
  max-width: var(--gridzero-peak-copy-width);
  color: #666666;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(2) .wp-block-columns .wp-block-group.has-background {
  text-align: center;
  padding-top: 1.6rem !important;
  padding-bottom: 1.35rem !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(2) .wp-block-columns .wp-block-group.has-background h3 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.1;
}

body.page-id-26 .wp-block-post-content figure.wp-block-table {
  margin: 0;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}

body.page-id-26 .wp-block-post-content table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

body.page-id-26 .wp-block-post-content th,
body.page-id-26 .wp-block-post-content td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}

body.page-id-26 .wp-block-post-content thead th {
  color: var(--gridzero-heading);
  background: rgba(6, 88, 132, 0.06);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.page-id-26 .wp-block-post-content tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.018);
}

body.page-id-26 .wp-block-post-content tbody tr:last-child td {
  border-bottom: 0;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(3) > p:last-child {
  max-width: 820px;
  margin-inline: auto;
  color: #555555;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(4) {
  margin-top: 0;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(4) > p {
  max-width: 700px;
  color: #666666;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(5) .wp-block-columns .wp-block-group.has-background {
  text-align: center;
  padding-top: 1.6rem !important;
  padding-bottom: 1.35rem !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(5) .wp-block-columns .wp-block-group.has-background h3 {
  font-size: 1.08rem;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(6) .wp-block-columns .wp-block-group.has-background,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(7) .wp-block-columns .wp-block-group.has-background {
  border: 1px solid #e8e8e8;
}

/* Financial & Who Benefits: 2-per-row layout to match live design */
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(6) .wp-block-columns,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(7) .wp-block-columns {
  flex-wrap: wrap !important;
  gap: 16px !important;
}
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(6) .wp-block-columns > .wp-block-column,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(7) .wp-block-columns > .wp-block-column {
  flex-basis: calc(50% - 8px) !important;
  flex-grow: 0 !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(8) .wp-block-group.has-background {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:last-child {
  text-align: center;
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:last-child > p {
  max-width: 680px;
  margin-inline: auto;
  color: #dcebed;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:last-child .wp-block-buttons {
  justify-content: center;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:last-child .wp-block-button__link {
  box-shadow: 0 10px 24px rgba(55, 154, 129, 0.24);
}

body.page-id-26 .gridzero-peak-card-kicker {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #7a7a7a;
}

body.page-id-26 .gridzero-peak-compare-grid {
  align-items: stretch;
}

body.page-id-26 .gridzero-peak-load-card {
  height: 100%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

body.page-id-26 .gridzero-peak-load-card p {
  margin-bottom: 0.9rem;
}

body.page-id-26 .gridzero-peak-load-chip {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

body.page-id-26 .gridzero-peak-load-chip p,
body.page-id-26 .gridzero-peak-scenario-row p {
  margin: 0;
  line-height: 1.45;
}

body.page-id-26 .gridzero-peak-load-chip strong,
body.page-id-26 .gridzero-peak-scenario-row strong {
  color: var(--gridzero-heading);
}

body.page-id-26 .gridzero-peak-load-chip--highlight strong {
  color: #2e7d32;
}

body.page-id-26 .gridzero-peak-load-chip--alert strong {
  color: #c62828;
}

body.page-id-26 .gridzero-peak-calculator-story {
  margin-top: 1.35rem;
}

body.page-id-26 .gridzero-peak-scenario {
  height: 100%;
}

body.page-id-26 .gridzero-peak-scenario .gridzero-peak-checklist {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

body.page-id-26 .gridzero-peak-scenario .gridzero-peak-checklist li {
  margin-bottom: 0.7rem;
  line-height: 1.5;
}

body.page-id-26 .gridzero-peak-scenario .gridzero-peak-checklist li:last-child {
  margin-bottom: 0;
}

body.page-id-26 .gridzero-peak-solution > p,
body.page-id-26 .gridzero-peak-financial > p,
body.page-id-26 .gridzero-peak-who > p,
body.page-id-26 .gridzero-peak-faq > p {
  max-width: 780px;
  margin-inline: auto;
}

/* Card inner padding — required to override WP's :root :where(.wp-block-group){padding:0}
   Specificity of card class selectors beats the 0-specificity :where() rule */
.gridzero-peak-solution {
  padding: 22px 18px;
}

.gridzero-peak-financial,
.gridzero-peak-who {
  padding: 20px;
}

/* Override WP's is-layout-flow block gap (1.5rem = 24px) inside peak cards.
   Without this, Gutenberg inserts a 24px margin-top between every child block
   (icon → heading → paragraph) making cards far too tall.
   !important is required because WP sets this via margin-block-start in a
   generated stylesheet that can't be matched by normal specificity. */
.gridzero-peak-solution > * + *,
.gridzero-peak-financial > * + *,
.gridzero-peak-who > * + * {
  margin-block-start: 8px !important;
}

body.page-id-26 .gridzero-peak-cta .gridzero-peak-cta-note {
  margin-top: 0.9rem;
}

/* Stat card icon circles */
.gz-stat-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.gz-stat-icon i { font-size: 38px; line-height: 1; }
.gz-stat-icon--peak { background: #e8f5e9; color: #2e7d32; }
.gz-stat-icon--demand { background: #fff3e0; color: #ef6c00; }
.gz-stat-icon--who { background: #e3f2fd; color: #1565c0; }

/* Callout boxes */
.gridzero-peak-callout {
  border-radius: 12px;
  padding: 18px 20px !important;
  margin-top: 18px;
}
.gridzero-peak-callout .gridzero-peak-card-kicker {
  opacity: 0.7;
  margin-bottom: 6px;
}
.gridzero-peak-callout-light {
  margin-top: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%) !important;
  border: 1px solid #d8e8ff !important;
  border-radius: 12px;
  padding: 18px 20px !important;
}
.gridzero-peak-callout-light .gridzero-peak-card-kicker {
  color: #5a6b7d;
  margin-bottom: 6px;
}

/* Who Benefits card header row */
.gridzero-peak-who-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.gridzero-peak-who-card-header .gz-feat-icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

/* Card group description paragraphs */
body.page-id-26 .wp-block-columns .wp-block-group.has-background > .wp-block-paragraph {
  color: #555555;
  margin-bottom: 0;
}
body.page-id-26 .wp-block-columns .wp-block-group.has-background > .wp-block-heading {
  margin-bottom: 8px;
}

/* Reduce gap between Financial and Who Benefits sections (same bg) */
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(7) {
  padding-top: 0 !important;
}

@media (max-width: 900px) {
  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child > .wp-block-columns {
    padding: 1.5rem;
    border-radius: 20px;
  }

  body.page-id-26 .wp-block-post-content table {
    min-width: 560px;
  }
}

@media (max-width: 781px) {
  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child {
    padding-top: calc(var(--gridzero-header-offset) * 0.62) !important;
  }

  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-column:first-child {
    max-width: none;
  }

  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-buttons {
    width: 100%;
  }

  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button,
  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button__link {
    width: 100%;
  }

  body.page-id-26 .gridzero-peak-load-card,
  body.page-id-26 .gridzero-peak-scenario {
    padding: 1.25rem !important;
  }

  /* Financial & Who Benefits: single column on mobile */
  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(6) .wp-block-columns > .wp-block-column,
  body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(7) .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
}

.gridzero-dark-band {
  margin-bottom: 0 !important;
}

.gridzero-dark-band p {
  max-width: 600px;
  margin-inline: auto;
}

.gridzero-site-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  color: #ffffff;
  background: var(--gridzero-charcoal);
}

/* Footer Variables */
.gridzero-footer {
  --footer-bg: #0d131f;
  --footer-text: #a0aec0;
  --footer-heading: #ffffff;
  --footer-accent: #00D2FF;
  --footer-link-hover: #ffffff;
  --footer-border: rgba(255, 255, 255, 0.08);

  background-color: var(--footer-bg);
  color: var(--footer-text);
  font-family: inherit;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}

/* ── Footer CTA Band ── */
.gridzero-footer__cta {
  position: relative;
  padding: 3.5rem 0;
  background: linear-gradient(135deg, #0c1a24 0%, #0a2540 40%, #0B473A 100%);
  text-align: center;
  overflow: hidden;
}
.gridzero-footer__cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(0, 210, 255, 0.08) 0%, transparent 70%),
              radial-gradient(ellipse at 70% 60%, rgba(11, 71, 58, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.gridzero-footer__cta-inner {
  position: relative;
}
.gridzero-footer__cta-title {
  color: #ffffff;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.gridzero-footer__cta-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  margin: 0 auto 1.75rem;
  max-width: 520px;
}
.gridzero-footer__cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.gridzero-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}
.gridzero-footer__cta-btn--primary {
  background: var(--footer-accent, #00D2FF);
  color: #0d131f;
}
.gridzero-footer__cta-btn--primary:hover {
  background: #ffffff;
  color: #0d131f;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0, 210, 255, 0.3);
}
.gridzero-footer__cta-btn--outline {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}
.gridzero-footer__cta-btn--outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

/* Subtle Top glow effect */
.gridzero-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.3), transparent);
}

.gridzero-footer__container {
  width: min(var(--gridzero-content-width), calc(100% - clamp(2rem, 5vw, 4rem)));
  margin-inline: auto;
}

.gridzero-footer__main {
  padding-block: 5rem 4rem;
}

.gridzero-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
}

.gridzero-footer__col--brand {
  padding-right: 2rem;
}

.gridzero-footer__brand-logo {
  margin-bottom: 1.5rem;
  max-width: 280px;
}

.gridzero-footer__brand-home {
  display: inline-block;
  text-decoration: none;
}

.gridzero-footer__logo-image {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(1.3)
          drop-shadow(0 0 4px rgba(255, 255, 255, 0.9))
          drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))
          drop-shadow(0 0 28px rgba(255, 255, 255, 0.3))
          drop-shadow(0 0 48px rgba(255, 255, 255, 0.15));
}

.gridzero-footer__brand-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.gridzero-footer__heading {
  color: var(--footer-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.gridzero-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.gridzero-footer__menu a {
  color: var(--footer-text);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.gridzero-footer__menu a:hover {
  color: var(--footer-link-hover);
}

.gridzero-footer__col--contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.gridzero-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.gridzero-footer__contact-icon {
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  color: var(--footer-accent);
  background: rgba(0, 210, 255, 0.08);
  border: 1px solid rgba(0, 210, 255, 0.18);
  flex: 0 0 auto;
}

.gridzero-footer__phone {
  display: inline-flex;
  align-items: center;
  color: var(--footer-accent);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  text-shadow: 0 0 15px rgba(0, 210, 255, 0.4);
  transition: text-shadow 0.2s ease, color 0.2s ease;
}

.gridzero-footer__phone:hover {
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 210, 255, 0.8);
}

.gridzero-footer__contact-link,
.gridzero-footer__address {
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}

.gridzero-footer__address {
  margin-top: 0.35rem;
}

.gridzero-footer__contact-link a {
  color: var(--footer-accent);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0, 210, 255, 0.3);
  transition: color 0.2s ease;
}

.gridzero-footer__contact-link a:hover {
  color: var(--footer-link-hover);
}

.gridzero-footer__contact-item--message {
  display: inline-flex;
  align-items: center;
}

.gridzero-footer__social-list {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.gridzero-footer__social-list a {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--footer-border);
  color: var(--footer-text);
  text-decoration: none;
  transition: all 0.2s ease;
}

.gridzero-footer__social-list a:hover {
  background: rgba(0, 210, 255, 0.1);
  border-color: rgba(0, 210, 255, 0.3);
  color: var(--footer-accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 210, 255, 0.15);
}

.gridzero-footer__social-icon {
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.gridzero-footer__bottom {
  border-top: 1px solid var(--footer-border);
  padding-block: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
}

.gridzero-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gridzero-footer__copyright p {
  margin: 0;
  font-size: 0.85rem;
  color: #718096;
}

.gridzero-footer__legal {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
}

.gridzero-footer__legal a {
  color: #718096;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gridzero-footer__legal a:hover {
  color: var(--footer-link-hover);
}

.gridzero-footer__separator {
  color: #4a5568;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-page {
  padding-top: calc(var(--gridzero-header-offset) + 3rem) !important;
  padding-right: 0 !important;
  padding-bottom: clamp(3rem, 7vw, 5rem) !important;
  padding-left: 0 !important;
  background: #ffffff;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-main,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-privacy {
  width: min(var(--gridzero-content-width), calc(100% - 1rem));
  margin-inline: auto;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-main {
  gap: clamp(2rem, 4vw, 4rem);
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-copy {
  max-width: 48rem;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-title {
  margin: 0 0 1rem;
  color: #252525;
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  line-height: 1.08;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-lead,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-copy p,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-privacy {
  color: #444444;
  line-height: 1.75;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-copy p {
  margin: 0 0 1rem;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-page a {
  color: #065884;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap {
  margin-top: 2rem;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-ui.forminator-custom-form {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-row {
  margin-bottom: 0.7rem;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-input,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-textarea {
  min-height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  color: rgba(0, 0, 0, 0.7) !important;
  box-shadow: none !important;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-input:focus,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-textarea:focus {
  border-color: #066aab !important;
  box-shadow: 0 0 0 1px #066aab !important;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-description,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-consent__label {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.65;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-checkbox,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-consent {
  align-items: flex-start;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-checkbox-inline {
  margin-right: 1.5rem;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-button-submit {
  min-height: 41px;
  padding: 0.65rem 1.2rem !important;
  border-radius: 3px !important;
  border: 1px solid #066aab !important;
  background: #066aab !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  text-transform: none;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-button-submit:hover,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-button-submit:focus {
  background: #055b92 !important;
  border-color: #055b92 !important;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-response-message {
  border-radius: 3px;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-photo {
  margin: 0;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-photo img {
  display: block;
  width: min(100%, 400px);
  margin-left: auto;
  border-radius: 4px;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-privacy {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.gridzero-404 {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3.5rem, 6vw, 5.5rem);
}

.gridzero-404__shell {
  position: relative;
}

.gridzero-404__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4.5vw, 4rem);
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(91, 191, 212, 0.18), transparent 28%),
    radial-gradient(circle at left bottom, rgba(6, 88, 132, 0.12), transparent 30%),
    linear-gradient(145deg, #f5fbff 0%, #ffffff 52%, #f4f5f6 100%);
  box-shadow: 0 28px 70px rgba(6, 88, 132, 0.12);
}

.gridzero-404__hero::after {
  content: "";
  position: absolute;
  inset: auto -3rem -3rem auto;
  width: clamp(9rem, 22vw, 15rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(91, 191, 212, 0.25) 45%, rgba(6, 88, 132, 0.1) 65%, transparent 66%),
    radial-gradient(circle, transparent 58%, rgba(6, 88, 132, 0.08) 60%, transparent 64%);
  opacity: 0.95;
  pointer-events: none;
}

.gridzero-404__eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gridzero-blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gridzero-404__title {
  max-width: 12ch;
  margin: 0;
  color: #173243;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.gridzero-404__intro {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: #48616f;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.8;
}

.gridzero-404__actions {
  margin-top: 1.75rem;
}

.gridzero-404__details {
  gap: 1.2rem;
  margin-top: 1.4rem;
}

.gridzero-404__card {
  height: 100%;
  padding: 1.4rem 1.4rem 1.3rem;
  border: 1px solid rgba(6, 88, 132, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(20, 42, 56, 0.08);
}

.gridzero-404__card h3 {
  margin-top: 0;
  margin-bottom: 0.65rem;
  color: #173243;
  font-size: 1.1rem;
}

.gridzero-404__card p,
.gridzero-404__list {
  margin: 0;
  color: #556a76;
  line-height: 1.75;
}

.gridzero-404__list {
  padding-left: 1.1rem;
}

.gridzero-404__search {
  margin-top: 1.4rem;
  padding: 1.5rem;
  border-radius: 24px;
  background: #eef5f8;
  border: 1px solid rgba(6, 88, 132, 0.08);
}

.gridzero-404__search h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  color: #173243;
  font-size: 1.05rem;
}

.gridzero-404__search .wp-block-search {
  max-width: 44rem;
  margin: 0;
}

.gridzero-404__search .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 10px 24px rgba(15, 38, 52, 0.06);
}

.gridzero-404__search .wp-block-search__input {
  min-height: 3rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--gridzero-charcoal);
}

.gridzero-404__search .wp-block-search__input::placeholder {
  color: rgba(37, 37, 37, 0.5);
}

.gridzero-404__search .wp-block-search__input:focus {
  outline: none;
}

.gridzero-404__search .wp-block-search__button {
  margin: 0;
  min-height: 3rem;
  padding: 0.95rem 1.35rem;
  border: 0;
  border-radius: 16px;
  white-space: nowrap;
  box-shadow: none;
  flex: 0 0 auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 1000px) {
  .gridzero-header__search-btn {
    display: inline-flex;
  }

  .gridzero-header__menu-toggle {
    display: none;
  }

  body.home .gridzero-site-header.is-scrolled .gridzero-header__utility,
  body:not(.home) .gridzero-site-header .gridzero-header__utility {
    background: var(--gridzero-header-bg-scrolled);
    color: var(--gridzero-body);
  }

  body.home .gridzero-site-header.is-scrolled .gridzero-header__main,
  body:not(.home) .gridzero-site-header .gridzero-header__main {
    background: var(--gridzero-header-bg-scrolled);
    border-bottom-color: rgba(0, 0, 0, 0.04);
    box-shadow: var(--gridzero-header-shadow);
    backdrop-filter: blur(12px);
    color: var(--gridzero-body);
  }

  .gridzero-header__mobile-search {
    display: none;
  }

  .gridzero-header__mobile-panel {
    display: none !important;
  }

  body.home .gridzero-homepage-hero {
    padding-top: calc(var(--gridzero-header-offset) * 0.64) !important;
  }

  body.home .gridzero-homepage-services {
    margin-top: -92px;
  }

}

@media (max-width: 999px) {
  .gridzero-header__utility-inner,
  .gridzero-header__main-inner {
    width: min(var(--gridzero-content-width), calc(100% - 1rem));
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-page {
    padding-top: calc(var(--gridzero-header-offset) + 2.25rem) !important;
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-photo img {
    margin-inline: auto;
  }

  .gridzero-header__utility-inner {
    min-height: 38px;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 0.35rem;
  }

  .gridzero-header__social {
    order: 2;
  }

  .gridzero-header__notice {
    order: 1;
    flex: 1 1 100%;
    text-align: center;
  }

  .gridzero-header__utility-spacer {
    display: none;
  }

  .gridzero-header__utility-search {
    margin-left: auto;
  }

  .gridzero-header__utility-search.is-open .gridzero-header__utility-search-form,
  .gridzero-header__utility-search:focus-within .gridzero-header__utility-search-form {
    width: min(13rem, calc(100vw - 2rem));
  }

  .gridzero-header__main-inner {
    min-height: 98px;
    flex-wrap: wrap;
    padding-block: 0.6rem;
  }

  .gridzero-header__brand {
    flex: 0 0 auto;
  }

  .gridzero-header__nav-area {
    width: 100%;
    justify-content: space-between;
  }

  .gridzero-header__nav {
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .gridzero-header__menu {
    display: none;
  }

  .gridzero-header__menu-buttons {
    margin-left: auto;
  }

  .gridzero-header__menu-toggle {
    display: inline-flex;
  }

  .gridzero-header__search-btn {
    display: none;
  }

  .gridzero-header__mobile-search {
    display: inline-grid;
  }

  .gridzero-header__mobile-panel {
    display: block;
  }

  .gridzero-homepage-hero {
    min-height: clamp(34rem, 74vh, 48rem) !important;
    padding-top: calc(var(--gridzero-header-offset) * 0.78) !important;
    padding-bottom: clamp(3.5rem, 8vw, 5rem) !important;
  }

  .gridzero-hero-content {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  }

  .gridzero-service-card,
  .gridzero-trust-card {
    padding: 1rem;
  }

  .gridzero-service-grid,
  .gridzero-trust-grid {
    width: min(var(--gridzero-content-width), calc(100% - 1rem));
  }

  .gridzero-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  
  .gridzero-footer__col--brand {
    padding-right: 0;
  }
  .gridzero-search--overlay {
    padding-inline: 0.5rem;
  }

  .gridzero-search__form {
    flex-direction: column;
  }

  .gridzero-search__submit {
    width: 100%;
    flex-basis: auto;
  }

  body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover:first-child {
    min-height: clamp(26rem, 64vh, 40rem);
    padding-bottom: clamp(2.5rem, 7vw, 4rem) !important;
  }

  body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-group.alignfull {
    padding-bottom: clamp(2.75rem, 6vw, 4rem) !important;
  }

  body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns .wp-block-group.has-background {
    padding: 1rem;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram {
    width: min(var(--gridzero-service-page-inner-width), calc(100% - 1rem));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-step:not(:last-child)::after {
    display: none;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band {
    width: calc(100% - 1rem);
  }

  .gridzero-404__hero {
    padding: 1.6rem;
    border-radius: 24px;
  }

  .gridzero-404__hero::after {
    right: -2rem;
    bottom: -2rem;
  }

  .gridzero-404__search {
    padding: 1.1rem;
  }

  .gridzero-404__search .wp-block-search__inside-wrapper {
    border-radius: 20px;
  }
}

@media (max-width: 690px) {
  .gridzero-header__utility-inner,
  .gridzero-header__main-inner,
  .gridzero-header__mobile-panel-inner,
  .gridzero-footer__copyright-inner {
    width: min(var(--gridzero-content-width), calc(100% - 0.75rem));
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-page {
    padding-top: calc(var(--gridzero-header-offset) + 1.75rem) !important;
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-main,
  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-privacy {
    width: min(var(--gridzero-content-width), calc(100% - 0.75rem));
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap {
    margin-top: 1.5rem;
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-checkbox-inline {
    margin-right: 1rem;
    margin-bottom: 0.75rem;
  }

  .gridzero-header__utility {
    font-size: 12px;
  }

  .gridzero-header__notice-link {
    font-size: 14px;
  }

  .gridzero-header__logo {
    width: min(180px, 60vw);
  }

  .gridzero-header__menu-toggle a,
  .gridzero-header__search-btn a,
  .gridzero-header__mobile-search,
  .gridzero-header__mobile-panel-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .gridzero-homepage-hero {
    min-height: 36rem !important;
    padding-top: calc(var(--gridzero-header-offset) * 0.95) !important;
    padding-bottom: 4rem !important;
  }

  .gridzero-hero-content {
    padding-top: 0.75rem;
  }

  .gridzero-homepage-services,
  .gridzero-homepage-trust,
  .gridzero-homepage-cta {
    padding-inline: 0;
  }

  .gridzero-homepage-services {
    margin-top: -48px;
  }

  .gridzero-homepage-cta {
    padding-block: 4rem !important;
  }

  .gridzero-footer__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .gridzero-footer__bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
  }

  body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover:first-child {
    min-height: 30rem;
    padding-top: calc(var(--gridzero-header-offset) * 0.74) !important;
  }

  body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover:first-child .wp-block-group {
    padding: 1rem;
  }

  body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content h1 {
    font-size: clamp(2.05rem, 8vw, 2.75rem);
  }

  body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content h2 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card {
    width: 100%;
    padding: 1.15rem !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .gridzero-well-hero-card h1 {
    max-width: none;
    font-size: clamp(2.35rem, 9vw, 3.2rem);
    line-height: 1.05;
    text-wrap: balance;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .gridzero-well-hero-card > p:nth-of-type(2) {
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .gridzero-well-hero-card > p:last-of-type {
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child {
    max-width: none;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child .wp-block-buttons {
    width: 100%;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child .wp-block-button,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child .wp-block-button__link {
    width: 100%;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child h1 {
    max-width: none;
    font-size: clamp(2.35rem, 9vw, 3.2rem);
    line-height: 1.05;
    text-wrap: balance;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child > p:nth-of-type(2) {
    font-size: 1.05rem !important;
    line-height: 1.55 !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .wp-block-columns > .wp-block-column:first-child > p:last-of-type {
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .wp-block-buttons,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .wp-block-button {
    width: 100%;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .wp-block-button__link {
    width: 100%;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-bridge p {
    border-radius: 0.9rem;
    border-left-width: 3px;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    width: 100%;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > .wp-block-columns > .wp-block-column:first-child,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns > .wp-block-column:first-child {
    gap: 0.85rem;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-step:not(:last-child)::after {
    display: none;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended {
    transform: none;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band {
    width: calc(100% - 0.75rem);
    border-radius: 1.1rem;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq summary {
    padding: 1rem 1.05rem;
  }

  .gridzero-404 {
    padding-top: 1.4rem;
  }

  .gridzero-404__title {
    max-width: none;
  }

  .gridzero-404__actions {
    gap: 0.75rem;
  }

  .gridzero-404__actions .wp-block-button,
  .gridzero-404__actions .wp-block-button__link {
    width: 100%;
  }

  .gridzero-404__search .wp-block-search__inside-wrapper {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
  }

  .gridzero-404__search .wp-block-search__input,
  .gridzero-404__search .wp-block-search__button {
    border-radius: 14px;
  }

  .gridzero-404__search .wp-block-search__button {
    width: 100%;
  }
}

/* --- Peak Shaving Icons --- */
/* gz-feat-icon: matches gz-stat-icon size (72px) for visual consistency across page.
   font-size must be set on i directly — inherited font-size is overridden by FA stylesheet. */
.gz-feat-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.gz-feat-icon i { font-size: 28px; line-height: 1; }

.gz-icon-moon { width: 72px; height: 72px; background: #eef7f1; color: #2e7d32; }
.gz-icon-shield { width: 72px; height: 72px; background: #eef5fb; color: #1565c0; }
.gz-icon-battery { width: 72px; height: 72px; background: #eef3ff; color: #486bd6; }
.gz-icon-plug { width: 72px; height: 72px; background: #fff4e7; color: #ef6c00; }

.gz-icon-sun { width: 72px; height: 72px; background: #e8f5e9; color: #2e7d32; }
.gz-icon-chart { width: 72px; height: 72px; background: #fff3e0; color: #ef6c00; }
.gz-icon-bolt { width: 72px; height: 72px; background: #e3f2fd; color: #1565c0; }
.gz-icon-life { width: 72px; height: 72px; background: #ede7f6; color: #5e35b1; }

.gz-icon-home { width: 72px; height: 72px; background: #e3f2fd; color: #1565c0; }
.gz-icon-car { width: 72px; height: 72px; background: #fff3e0; color: #ef6c00; }
.gz-icon-benef-plug { width: 72px; height: 72px; background: #e8f5e9; color: #2e7d32; }
.gz-icon-industry { width: 72px; height: 72px; background: #fce4ec; color: #c2185b; }


/* --- Peak Shaving Calculator Styles --- */
.gz-calc-wrap {
  max-width: 700px;
  margin: 30px auto 0;
  font-family: inherit;
}
.gz-calc-wrap h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #333;
}
.gz-appliance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .gz-appliance-grid { grid-template-columns: 1fr; }
}
.gz-appliance {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.gz-appliance-static {
  cursor: default;
}
.gz-appliance.active {
  border-color: #4caf50;
  background: #e8f5e9;
}
.gz-appliance input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
  accent-color: #4caf50;
}
.gz-appliance-label {
  flex: 1;
  font-size: 0.95rem;
}
.gz-appliance-kw {
  font-weight: bold;
  color: #666;
  font-size: 0.9rem;
  margin-left: 10px;
  white-space: nowrap;
}
.gz-results {
  background: #1a1a2e;
  color: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
}
.gz-result-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.gz-result-item {
  flex: 1;
  min-width: 150px;
}
.gz-result-item .label {
  font-size: 0.85rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gz-result-item .value {
  font-size: 2.2rem;
  font-weight: bold;
}
.gz-savings {
  background: #2e7d32;
  color: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  margin-top: 15px;
}
.gz-savings .value {
  font-size: 2rem;
  font-weight: bold;
}
.gz-disclaimer {
  font-size: 0.8rem;
  color: #999;
  margin-top: 15px;
  text-align: center;
}
.gz-custom-row {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 12px;
}
.gz-custom-row label {
  flex: 1;
  font-size: 0.95rem;
}
.gz-custom-row input[type="number"] {
  width: 80px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
}

/* Resource Page Utilities */
.gz-card-glass {
    border: 1px solid rgba(255,255,255,0.1) !important;
    box-shadow: 0 14px 34px rgba(0,0,0,0.18);
    backdrop-filter: blur(6px);
}
.gz-card-feature {
    border: 1px solid rgba(18,54,70,0.12) !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.05);
}
.gz-card-standard {
    border: 1px solid rgba(0,0,0,0.06) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,0.04);
}
.gz-card-alt {
    border: 1px solid rgba(18,54,70,0.08) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,0.04);
}

/* ── Interior page: header / body separation ── */

/* Bottom border on Salient header for non-home pages */
body:not(.home) #header-outer {
  border-bottom: 1px solid #ddd;
}

/* Breadcrumb zone — gradient background, bottom border */
body:not(.home) #breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
  padding: 14px 0 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e6e6e6;
}

/* Page context label (injected via JS) */
.gridzero-page-context {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--gridzero-blue);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.gridzero-page-context__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gridzero-orange, #c87533);
  display: inline-block;
}

/* ================================================
   OFF-GRID PAGE REDESIGN — Component Styles
   ================================================ */

/* Hero Section */
.gridzero-offgrid-hero {
  min-height: clamp(34rem, 72vh, 48rem);
  text-align: left;
}

.gridzero-offgrid-hero .wp-block-cover__image-background {
  object-position: center center;
}

.gridzero-offgrid-hero .wp-block-cover__inner-container {
  width: 100%;
}

.gridzero-offgrid-hero .wp-block-group {
  max-width: 680px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left;
}

.gridzero-offgrid-hero .wp-block-buttons {
  justify-content: flex-start;
}
.gridzero-offgrid-hero h1,
.gridzero-offgrid-hero .wp-block-heading {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff !important;
}
.gridzero-offgrid-hero p {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  color: #cfd8dc !important;
}
.gridzero-offgrid-hero .wp-block-button__link {
  font-size: 1.05rem;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
}

/* Benefit Cards (Why Go Off-Grid) */
.gridzero-offgrid-benefit {
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  padding: 28px 22px;
  text-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.gridzero-offgrid-benefit:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.gridzero-offgrid-benefit > * + * {
  margin-block-start: 8px !important;
}
.gridzero-offgrid-benefit h3,
.gridzero-offgrid-benefit h4 {
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  font-weight: 700;
  color: #1a1a2e;
}
.gridzero-offgrid-benefit p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #555;
}

/* Component Cards (System Overview) */
.gridzero-offgrid-component {
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  padding: 24px 18px;
  text-align: center;
}
.gridzero-offgrid-component > * + * {
  margin-block-start: 8px !important;
}
.gridzero-offgrid-component h3,
.gridzero-offgrid-component h4 {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  font-weight: 700;
  color: #1a1a2e;
}
.gridzero-offgrid-component p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #555;
}

.gridzero-offgrid-system-grid .wp-block-column {
  display: flex;
}

.gridzero-offgrid-system-grid .gridzero-offgrid-component {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

/* Service Cards (What We Provide) */
.gridzero-offgrid-service {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #2e7d32;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
  padding: 24px 20px;
}
.gridzero-offgrid-service > * + * {
  margin-block-start: 8px !important;
}
.gridzero-offgrid-service h3,
.gridzero-offgrid-service h4 {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  font-weight: 700;
  color: #1a1a2e;
}
.gridzero-offgrid-service p {
  font-size: 0.93rem;
  line-height: 1.65;
  color: #555;
}

.gridzero-offgrid-provide-points {
  width: min(980px, calc(100% - 2rem));
  margin: 30px auto 0;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-top: 1px solid rgba(6, 88, 132, 0.16);
  border-bottom: 1px solid rgba(6, 88, 132, 0.16);
}

.gridzero-offgrid-provide-intro {
  max-width: 720px;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.gridzero-offgrid-provide-intro p {
  margin: 0;
  color: #4f5f68;
  font-size: 1.05rem;
  line-height: 1.65;
}

.gridzero-offgrid-provide-points ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gridzero-offgrid-provide-points li {
  position: relative;
  padding-left: 1.6rem;
  color: #4f5f68;
  line-height: 1.62;
}

.gridzero-offgrid-provide-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--gridzero-green, #2e7d32);
}

.gridzero-offgrid-provide-points strong {
  color: #1a1a2e;
}

/* FAQ Accordion */
.gridzero-offgrid-faq {
  max-width: 900px;
  margin-inline: auto;
}
.gridzero-offgrid-faq details {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 14px;
  background: #fff;
  transition: box-shadow 0.2s ease;
}
.gridzero-offgrid-faq details[open] {
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.gridzero-offgrid-faq summary {
  font-weight: 700;
  cursor: pointer;
  color: #222;
  font-size: 1.05rem;
  line-height: 1.4;
  list-style: none;
}
.gridzero-offgrid-faq summary::-webkit-details-marker {
  display: none;
}
.gridzero-offgrid-faq summary::before {
  content: "+";
  display: inline-block;
  width: 1.4em;
  font-weight: 700;
  color: #2e7d32;
  font-size: 1.2rem;
}
.gridzero-offgrid-faq details[open] summary::before {
  content: "\2212";
}
.gridzero-offgrid-faq details p {
  margin: 14px 0 0;
  color: #555;
  line-height: 1.65;
  padding-left: 1.4em;
}

/* Table Wrapper */
.gridzero-offgrid-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* CTA Section — dark background text fix */
body.page-id-10 .wp-block-group.alignfull[style*="background-color:#0a0a0a"] h2,
body.page-id-10 .wp-block-group.alignfull[style*="background-color:#0a0a0a"] .wp-block-heading,
body.page-slug-off-grid .wp-block-group.alignfull[style*="background-color:#0a0a0a"] h2,
body.page-slug-off-grid .wp-block-group.alignfull[style*="background-color:#0a0a0a"] .wp-block-heading {
  color: #ffffff !important;
}
body.page-id-10 .wp-block-group.alignfull[style*="background-color:#0a0a0a"] p,
body.page-slug-off-grid .wp-block-group.alignfull[style*="background-color:#0a0a0a"] p {
  color: #e0e0e0 !important;
}
/* Fallback: any off-grid dark section with has-text-color */
body.page-id-10 .has-text-color.has-background[style*="#0a0a0a"] h2,
body.page-id-10 .has-text-color.has-background[style*="#0a0a0a"] .wp-block-heading {
  color: #ffffff !important;
}
body.page-id-10 .has-text-color.has-background[style*="#0a0a0a"] p {
  color: #e0e0e0 !important;
}

/* ================================================
   OFF-GRID PAGE — Icon Variants (72x72 circles)
   ================================================ */
.gz-icon-dollar,
.gz-icon-shield,
.gz-icon-solar,
.gz-icon-panel,
.gz-icon-controller,
.gz-icon-battery,
.gz-icon-inverter,
.gz-icon-search,
.gz-icon-design,
.gz-icon-quality,
.gz-icon-install,
.gz-icon-support {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
}
.gz-icon-dollar i,
.gz-icon-shield i,
.gz-icon-solar i,
.gz-icon-panel i,
.gz-icon-controller i,
.gz-icon-battery i,
.gz-icon-inverter i,
.gz-icon-search i,
.gz-icon-design i,
.gz-icon-quality i,
.gz-icon-install i,
.gz-icon-support i {
  font-size: 28px;
  line-height: 1;
}
.gz-icon-dollar   { background: #e8f5e9; color: #2e7d32; }
.gz-icon-panel    { background: #e8f5e9; color: #2e7d32; }
.gz-icon-search   { background: #e8f5e9; color: #2e7d32; }
.gz-icon-support  { background: #e8f5e9; color: #2e7d32; }
.gz-icon-shield     { background: #e3f2fd; color: #1565c0; }
.gz-icon-controller { background: #e3f2fd; color: #1565c0; }
.gz-icon-design     { background: #e3f2fd; color: #1565c0; }
.gz-icon-solar    { background: #fff3e0; color: #ef6c00; }
.gz-icon-battery  { background: #fff3e0; color: #ef6c00; }
.gz-icon-quality  { background: #fff3e0; color: #ef6c00; }
.gz-icon-inverter { background: #e0f2f1; color: #00695c; }
.gz-icon-install  { background: #e0f2f1; color: #00695c; }

/* ================================================
   OFF-GRID PAGE — Responsive (Mobile)
   ================================================ */
@media (max-width: 782px) {
  .gridzero-offgrid-hero {
    min-height: 380px;
    padding: 2rem 1rem;
  }
  .gridzero-offgrid-hero h1 {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
    color: #ffffff !important;
  }
  .gridzero-offgrid-benefit,
  .gridzero-offgrid-component,
  .gridzero-offgrid-service {
    padding: 20px 16px;
  }
  .gridzero-offgrid-faq {
    max-width: 100%;
  }
  .gridzero-offgrid-provide-points {
    width: min(100%, calc(100% - 1rem));
    padding-inline: 0.5rem;
  }
  .gridzero-offgrid-provide-points ul {
    grid-template-columns: 1fr;
  }
  .gridzero-offgrid-table {
    margin-inline: -0.5rem;
  }
}
/* ================================================
   MOBILE POWER PAGE REDESIGN — Component Styles
   ================================================ */

.gridzero-mobile-hero {
  position: relative;
  min-height: clamp(500px, 75vh, 750px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 1.5rem 80px;
  overflow: hidden;
}

.gridzero-mobile-hero .wp-block-cover__inner-container {
  max-width: 960px;
  margin-inline: auto;
  z-index: 2;
}

.gridzero-mobile-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff !important;
  text-shadow: 0 4px 12px rgba(0,0,0,0.3);
  margin-bottom: 1.5rem;
}

.gridzero-mobile-hero p {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  line-height: 1.5;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  max-width: 720px;
  margin-inline: auto;
}

.gridzero-mobile-hero-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  margin-top: 3rem;
}

.gridzero-mobile-hero-labels p {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Feature Cards */
.gridzero-mobile-card {
  height: auto;
  min-height: 0;
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.gridzero-mobile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--gridzero-blue, #065884);
}

.gridzero-mobile-card h3 {
  font-size: 1.5rem;
  margin: 1rem 0 0.75rem;
  color: #1a1a2e;
}

.gridzero-mobile-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Icons for cards */
.gz-mobile-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

.gz-mobile-icon-circle.blue { background: #e3f2fd; color: #1565c0; }
.gz-mobile-icon-circle.orange { background: #fff3e0; color: #ef6c00; }
.gz-mobile-icon-circle.green { background: #e8f5e9; color: #2e7d32; }
.gz-mobile-icon-circle.teal { background: #e0f2f1; color: #00695c; }

/* Tier Cards (Right-Sized Section) */
.gridzero-mobile-tier {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.gridzero-mobile-tier:hover {
  transform: scale(1.02);
}

.gridzero-mobile-tier-content {
  padding: 24px;
}

.gridzero-mobile-tier h3 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}

.gridzero-mobile-tier .tier-power {
  display: inline-block;
  padding: 4px 12px;
  background: var(--gridzero-blue, #065884);
  color: #ffffff;
  border-radius: 99px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Comparison Table */
.gridzero-mobile-table figure {
  margin: 0;
}

.gridzero-mobile-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  overflow: hidden;
}

.gridzero-mobile-table th {
  background: #f8fafc;
  color: #1a1a2e;
  font-weight: 700;
  text-align: left;
  padding: 16px 20px;
  border-bottom: 2px solid #eef2f6;
}

.gridzero-mobile-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.95rem;
}

.gridzero-mobile-table tr:last-child td {
  border-bottom: 0;
}

.gridzero-mobile-table tr:nth-child(even) td {
  background: #fdfdfe;
}

/* FAQ redesign */
.gridzero-mobile-faq-item {
  margin-bottom: 1rem;
}

.gridzero-mobile-faq-item details {
  border: 1px solid #eef2f6;
  border-radius: 12px;
  background: #ffffff;
}

.gridzero-mobile-faq-item summary {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a202c;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gridzero-mobile-faq-item summary::-webkit-details-marker {
  display: none;
}

.gridzero-mobile-faq-item summary::after {
  content: '⌄';
  font-size: 1.5rem;
  transition: transform 0.2s ease;
}

.gridzero-mobile-faq-item details[open] summary::after {
  transform: rotate(180deg);
}

.gridzero-mobile-faq-item .faq-content {
  padding: 0 24px 24px;
  color: #4a5568;
  line-height: 1.6;
}

/* Mobile Power child service pages */
body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) {
  --gridzero-mobile-subpage-inner: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 4vw, 2.5rem)));
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-hero {
  padding-top: calc(var(--gridzero-header-offset) * 0.9) !important;
  padding-bottom: clamp(3rem, 6vw, 5rem) !important;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-hero .wp-block-cover__inner-container,
body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-section > *,
body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-cta > * {
  width: var(--gridzero-mobile-subpage-inner);
  margin-inline: auto;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-hero .wp-block-group {
  max-width: 840px;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  background: rgba(10, 10, 10, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-section {
  padding-top: clamp(3.25rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.25rem, 6vw, 5rem) !important;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-section--muted {
  background: #f8fafc;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-card {
  min-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.85rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-table {
  margin-top: 1.25rem;
  overflow-x: auto;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-table table {
  min-width: 660px;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-table th,
body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-table thead th {
  background: rgba(6, 88, 132, 0.08);
  text-align: left;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-section details {
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.7rem;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-section details + details {
  margin-top: 0.85rem;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-section summary {
  font-weight: 700;
  cursor: pointer;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-cta {
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
  text-align: center;
  color: #ffffff;
  background: #111827;
}

body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-cta h2,
body:is(.page-id-329, .page-id-332, .page-slug-mobile-contractor-power, .page-slug-mobile-food-service, .page-slug-rv-power-freedom) .gridzero-mobile-subpage-cta p {
  color: #ffffff;
}

body.page-id-329 .gridzero-mobile-subpage-hero {
  min-height: clamp(660px, 72vh, 760px) !important;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: clamp(1.5rem, 4vw, 3rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.5rem) !important;
}

body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-cover__image-background {
  object-position: center 58%;
}

body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-group {
  width: min(620px, 100%) !important;
  max-width: 620px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: clamp(1rem, 2vw, 1.35rem);
  background: rgba(7, 18, 24, 0.74);
  border-radius: 0.5rem;
  backdrop-filter: blur(4px);
}

body.page-id-329 .gridzero-mobile-subpage-hero h1 {
  max-width: 13em;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.07;
}

body.page-id-329 .gridzero-mobile-subpage-hero h1 + p {
  max-width: 56ch;
  font-size: clamp(1rem, 1.5vw, 1.15rem) !important;
  line-height: 1.55 !important;
}

body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-button,
body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-button__link {
  width: auto;
}

body.page-id-329 .gridzero-mobile-subpage-card,
body.page-id-329 .gridzero-mobile-subpage-section details {
  border-radius: 0.5rem;
}

body.page-id-329 .gridzero-mobile-contractor-visual {
  margin: 0 0 1rem;
}

body.page-id-329 .gridzero-mobile-contractor-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 64%;
  border-radius: 0.5rem;
  box-shadow: 0 18px 36px rgba(6, 24, 34, 0.14);
}

body.page-id-329 .gridzero-mobile-contractor-load-card {
  box-shadow: 0 14px 30px rgba(6, 88, 132, 0.08);
}

body.page-id-329 .gridzero-mobile-subpage-table {
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(6, 24, 34, 0.05);
}

body.page-id-329 .gridzero-mobile-subpage-table table {
  border-collapse: collapse;
}

body.page-id-329 .gridzero-mobile-subpage-table tbody tr:last-child td {
  border-bottom: 0;
}

body.page-id-332 .gridzero-mobile-subpage-hero {
  min-height: clamp(660px, 72vh, 760px) !important;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: clamp(1.25rem, 3vw, 2.5rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.5rem) !important;
}

body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-cover__image-background {
  object-position: center 58%;
}

body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-cover__background {
  opacity: 0.4 !important;
}

body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-group {
  width: min(500px, 100%) !important;
  max-width: 500px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding: clamp(0.95rem, 1.7vw, 1.2rem);
  background: rgba(7, 18, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
}

body.page-id-332 .gridzero-mobile-subpage-hero h1 {
  max-width: 12em;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1.05;
}

body.page-id-332 .gridzero-mobile-subpage-hero h1 + p {
  max-width: 44ch;
  font-size: clamp(0.98rem, 1.25vw, 1.06rem) !important;
  line-height: 1.45 !important;
}

body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-button,
body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-button__link {
  width: auto;
}

body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-button__link {
  padding: 0.78rem 1rem;
  font-size: 0.95rem;
}

body.page-id-332 .gridzero-mobile-subpage-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.12;
}

body.page-id-332 .gridzero-mobile-subpage-card,
body.page-id-332 .gridzero-mobile-subpage-section details {
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 12px 28px rgba(6, 24, 34, 0.05);
}

body.page-id-332 .gridzero-mobile-subpage-card h3 {
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.2;
}

body.page-id-332 .gridzero-mobile-subpage-card p,
body.page-id-332 .gridzero-mobile-subpage-card li {
  line-height: 1.55;
}

body.page-id-332 .gridzero-mobile-food-visual {
  margin: 0 0 1rem;
}

body.page-id-332 .gridzero-mobile-food-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.5rem;
  box-shadow: 0 18px 36px rgba(6, 24, 34, 0.14);
}

body.page-id-332 .gridzero-mobile-food-load-card {
  box-shadow: 0 14px 30px rgba(6, 88, 132, 0.08);
}

body.page-id-332 .gridzero-mobile-subpage-table {
  margin-top: 1.25rem;
  overflow-x: auto;
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(6, 24, 34, 0.05);
}

body.page-id-332 .gridzero-mobile-subpage-table table {
  min-width: 720px;
  border-collapse: collapse;
}

body.page-id-332 .gridzero-mobile-subpage-table th,
body.page-id-332 .gridzero-mobile-subpage-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}

body.page-id-332 .gridzero-mobile-subpage-table thead th {
  background: rgba(6, 88, 132, 0.08);
  text-align: left;
}

body.page-id-332 .gridzero-mobile-subpage-table tbody tr:last-child td {
  border-bottom: 0;
}

body.page-id-335 {
  --gridzero-mobile-subpage-inner: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 4vw, 2.5rem)));
}

body.page-id-335 .gridzero-mobile-subpage-hero {
  min-height: clamp(680px, 74vh, 780px) !important;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: clamp(1.25rem, 3vw, 2.5rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.5rem) !important;
}

body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-cover__image-background {
  object-position: center 58%;
}

body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-cover__inner-container,
body.page-id-335 .gridzero-mobile-subpage-section > *,
body.page-id-335 .gridzero-mobile-subpage-cta > * {
  width: var(--gridzero-mobile-subpage-inner);
  margin-inline: auto;
}

body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-group {
  width: min(520px, 100%) !important;
  max-width: 520px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: clamp(0.95rem, 1.7vw, 1.2rem);
  background: rgba(7, 18, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.5rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

body.page-id-335 .gridzero-mobile-subpage-hero h1 {
  max-width: 12em;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1.04;
}

body.page-id-335 .gridzero-mobile-subpage-hero h1 + p {
  max-width: 44ch;
  font-size: clamp(0.98rem, 1.25vw, 1.06rem) !important;
  line-height: 1.45 !important;
}

body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-button,
body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-button__link {
  width: auto;
}

body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-button__link {
  padding: 0.78rem 1rem;
  font-size: 0.95rem;
}

body.page-id-335 .gridzero-mobile-subpage-section {
  padding-top: clamp(3.25rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.25rem, 6vw, 5rem) !important;
}

body.page-id-335 .gridzero-mobile-subpage-section--muted {
  background: #f8fafc;
}

body.page-id-335 .gridzero-mobile-subpage-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.12;
}

body.page-id-335 .gridzero-mobile-subpage-card,
body.page-id-335 .gridzero-mobile-subpage-section details {
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 12px 28px rgba(6, 24, 34, 0.05);
}

body.page-id-335 .gridzero-mobile-subpage-card h3 {
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.2;
}

body.page-id-335 .gridzero-mobile-subpage-card p,
body.page-id-335 .gridzero-mobile-subpage-card li {
  line-height: 1.55;
}

body.page-id-335 .gridzero-rv-system-visual {
  margin: 0 0 1rem;
}

body.page-id-335 .gridzero-rv-system-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 18px 36px rgba(6, 24, 34, 0.14);
}

body.page-id-335 .gridzero-rv-plan-card {
  box-shadow: 0 14px 30px rgba(6, 88, 132, 0.08);
}

body.page-id-335 .gridzero-mobile-subpage-table {
  margin-top: 1.25rem;
  overflow-x: auto;
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(6, 24, 34, 0.05);
}

body.page-id-335 .gridzero-mobile-subpage-table table {
  min-width: 660px;
  border-collapse: collapse;
}

body.page-id-335 .gridzero-mobile-subpage-table th,
body.page-id-335 .gridzero-mobile-subpage-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}

body.page-id-335 .gridzero-mobile-subpage-table thead th {
  background: rgba(6, 88, 132, 0.08);
  text-align: left;
}

body.page-id-335 .gridzero-mobile-subpage-table tbody tr:last-child td {
  border-bottom: 0;
}

body.page-id-335 .gridzero-mobile-subpage-section details {
  padding: 1rem 1.1rem;
  background: #ffffff;
}

body.page-id-335 .gridzero-mobile-subpage-section details + details {
  margin-top: 0.85rem;
}

body.page-id-335 .gridzero-mobile-subpage-section summary {
  font-weight: 700;
  cursor: pointer;
}

body.page-id-335 .gridzero-mobile-subpage-cta {
  padding-top: clamp(3.5rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
  text-align: center;
  color: #ffffff;
  background: #111827;
}

body.page-id-335 .gridzero-mobile-subpage-cta h2,
body.page-id-335 .gridzero-mobile-subpage-cta p {
  color: #ffffff;
}

/* Responsive fixes */
@media (max-width: 782px) {
  .gridzero-mobile-hero {
    min-height: 420px;
    padding-top: 100px;
  }
  .gridzero-mobile-hero h1 {
    font-size: 2.2rem;
  }
  .gridzero-mobile-hero-labels {
    gap: 1rem;
    margin-top: 2rem;
  }

  body.page-id-329 .gridzero-mobile-subpage-hero {
    min-height: 640px !important;
    padding-top: 1.25rem !important;
  }

  body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-group {
    width: 100% !important;
    padding: 1rem;
  }

  body.page-id-329 .gridzero-mobile-subpage-hero h1 {
    max-width: none;
    font-size: 1.85rem;
    line-height: 1.08;
  }

  body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-group > p:first-child {
    font-size: 12px !important;
  }

  body.page-id-329 .gridzero-mobile-subpage-hero h1 + p {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
  }

  body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-buttons,
  body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-button,
  body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-button__link {
    width: 100%;
  }

  body.page-id-329 .gridzero-mobile-subpage-hero .wp-block-button__link {
    padding: 0.78rem 1rem;
    font-size: 0.95rem;
  }

  body.page-id-329 .gridzero-mobile-contractor-visual img {
    aspect-ratio: 4 / 3;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero {
    min-height: 660px !important;
    padding-top: 1.25rem !important;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-group {
    width: 100% !important;
    padding: 1rem;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero h1 {
    max-width: none;
    font-size: 1.58rem;
    line-height: 1.06;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-group > p:first-child {
    font-size: 12px !important;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero h1 + p {
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-buttons {
    gap: 0.55rem;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-button,
  body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-button__link {
    width: auto;
  }

  body.page-id-332 .gridzero-mobile-subpage-hero .wp-block-button__link {
    padding: 0.64rem 0.82rem;
    font-size: 0.87rem;
  }

  body.page-id-332 .gridzero-mobile-food-visual img {
    aspect-ratio: 4 / 3;
  }

  body.page-id-332 .gridzero-mobile-subpage-section h2 {
    font-size: 1.55rem;
  }

  body.page-id-332 .gridzero-mobile-subpage-card h3 {
    font-size: 1.18rem;
  }

  body.page-id-332 .gridzero-mobile-subpage-card p,
  body.page-id-332 .gridzero-mobile-subpage-card li {
    font-size: 1rem;
  }

  body.page-id-332 .gridzero-mobile-subpage-table table,
  body.page-id-332 .gridzero-mobile-subpage-table thead,
  body.page-id-332 .gridzero-mobile-subpage-table tbody,
  body.page-id-332 .gridzero-mobile-subpage-table tr,
  body.page-id-332 .gridzero-mobile-subpage-table th,
  body.page-id-332 .gridzero-mobile-subpage-table td {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    border: 0 !important;
  }

  body.page-id-332 .gridzero-mobile-subpage-table {
    overflow: visible;
  }

  body.page-id-332 .gridzero-mobile-subpage-table table {
    border-collapse: separate;
    border-spacing: 0;
  }

  body.page-id-332 .gridzero-mobile-subpage-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  body.page-id-332 .gridzero-mobile-subpage-table tr {
    padding: 0.85rem 1rem;
    background: #ffffff;
    border: 1px solid rgba(6, 88, 132, 0.14) !important;
    border-radius: 0.5rem;
  }

  body.page-id-332 .gridzero-mobile-subpage-table td {
    padding: 0.25rem 0;
    color: #4f5f68;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  body.page-id-332 .gridzero-mobile-subpage-table tr + tr {
    margin-top: 0.75rem;
  }

  body.page-id-332 .gridzero-mobile-subpage-table td:first-child {
    padding-bottom: 0.45rem;
    color: #24343c;
    font-size: 1.04rem;
    font-weight: 800;
  }

  body.page-id-332 .gridzero-mobile-subpage-table td:nth-child(2)::before,
  body.page-id-332 .gridzero-mobile-subpage-table td:nth-child(3)::before {
    display: block;
    margin-bottom: 0.1rem;
    color: #065884;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.page-id-332 .gridzero-mobile-subpage-table td:nth-child(2)::before {
    content: "Generator";
  }

  body.page-id-332 .gridzero-mobile-subpage-table td:nth-child(3)::before {
    content: "Solar + lithium";
  }

  body.page-id-335 .gridzero-mobile-subpage-hero {
    min-height: 660px !important;
    padding-top: 1.25rem !important;
  }

  body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-group {
    width: 100% !important;
    padding: 1rem;
  }

  body.page-id-335 .gridzero-mobile-subpage-hero h1 {
    max-width: none;
    font-size: 1.55rem;
    line-height: 1.06;
  }

  body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-group > p:first-child {
    font-size: 12px !important;
  }

  body.page-id-335 .gridzero-mobile-subpage-hero h1 + p {
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
  }

  body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-buttons {
    gap: 0.55rem;
  }

  body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-button,
  body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-button__link {
    width: auto;
  }

  body.page-id-335 .gridzero-mobile-subpage-hero .wp-block-button__link {
    padding: 0.64rem 0.82rem;
    font-size: 0.87rem;
  }

  body.page-id-335 .gridzero-rv-system-visual img {
    aspect-ratio: 4 / 3;
  }

  body.page-id-335 .gridzero-mobile-subpage-section h2 {
    font-size: 1.55rem;
  }

  body.page-id-335 .gridzero-mobile-subpage-card h3 {
    font-size: 1.18rem;
  }

  body.page-id-335 .gridzero-mobile-subpage-card p,
  body.page-id-335 .gridzero-mobile-subpage-card li {
    font-size: 1rem;
  }

  body.page-id-335 .gridzero-mobile-subpage-table table,
  body.page-id-335 .gridzero-mobile-subpage-table thead,
  body.page-id-335 .gridzero-mobile-subpage-table tbody,
  body.page-id-335 .gridzero-mobile-subpage-table tr,
  body.page-id-335 .gridzero-mobile-subpage-table th,
  body.page-id-335 .gridzero-mobile-subpage-table td {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    border: 0 !important;
  }

  body.page-id-335 .gridzero-mobile-subpage-table {
    overflow: visible;
  }

  body.page-id-335 .gridzero-mobile-subpage-table table {
    border-collapse: separate;
    border-spacing: 0;
  }

  body.page-id-335 .gridzero-mobile-subpage-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  body.page-id-335 .gridzero-mobile-subpage-table tr {
    padding: 0.85rem 1rem;
    background: #ffffff;
    border: 1px solid rgba(6, 88, 132, 0.14) !important;
    border-radius: 0.5rem;
  }

  body.page-id-335 .gridzero-mobile-subpage-table td {
    padding: 0.25rem 0;
    color: #4f5f68;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  body.page-id-335 .gridzero-mobile-subpage-table tr + tr {
    margin-top: 0.75rem;
  }

  body.page-id-335 .gridzero-mobile-subpage-table td:first-child {
    padding-bottom: 0.45rem;
    color: #24343c;
    font-size: 1.04rem;
    font-weight: 800;
  }

  body.page-id-335 .gridzero-mobile-subpage-table td:nth-child(2)::before,
  body.page-id-335 .gridzero-mobile-subpage-table td:nth-child(3)::before {
    display: block;
    margin-bottom: 0.1rem;
    color: #065884;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.page-id-335 .gridzero-mobile-subpage-table td:nth-child(2)::before {
    content: "Generator";
  }

  body.page-id-335 .gridzero-mobile-subpage-table td:nth-child(3)::before {
    content: "Solar + lithium";
  }
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) {
  --gridzero-about-accent: #c87533;
  --gridzero-about-accent-soft: rgba(200, 117, 51, 0.14);
  --gridzero-about-blue-soft: rgba(6, 88, 132, 0.12);
  --gridzero-about-ink: #22323b;
  --gridzero-about-copy: #55636d;
  --gridzero-about-inner: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 3vw, 2rem)));
  --gridzero-about-gap: clamp(3.25rem, 5.5vw, 5rem);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content {
  padding-bottom: 0;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-cover.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: var(--gridzero-about-gap) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-cover.alignfull {
  padding-bottom: 0 !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull + .wp-block-group.alignfull,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-cover.alignfull + .wp-block-group.alignfull {
  padding-top: var(--gridzero-about-gap) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull > h2,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull > p,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-columns,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-group,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-list,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-buttons {
  width: var(--gridzero-about-inner);
  margin-inline: auto;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content h1 {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: 1.02;
  margin-bottom: 0.85rem;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 0.85rem;
  color: var(--gridzero-about-ink);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content h3 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.18;
  margin-bottom: 0.55rem;
  color: var(--gridzero-about-ink);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content h4 {
  font-size: 1.08rem;
  line-height: 1.25;
  margin-bottom: 0.45rem;
  color: var(--gridzero-about-ink);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content p,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content li {
  color: var(--gridzero-about-copy);
  line-height: 1.72;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content .wp-block-columns {
  gap: clamp(1rem, 2vw, 1.5rem);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content .wp-block-list {
  padding-left: 1.15em;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content .wp-block-list li {
  margin-bottom: 0.7rem;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .wp-block-post-content .wp-block-list li:last-child {
  margin-bottom: 0;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) #gridzero-footer .gridzero-footer__cta,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-footer__cta {
  display: none;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding-top: clamp(7rem, 12vw, 9rem) !important;
  padding-bottom: clamp(4.2rem, 7vw, 6.5rem) !important;
  background-color: #081118 !important;
  isolation: isolate;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-cover__image-background {
  z-index: 0;
  object-position: 64% 50%;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-cover__background {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 12, 17, 0.95) 0%, rgba(5, 12, 17, 0.88) 34%, rgba(5, 12, 17, 0.58) 56%, rgba(5, 12, 17, 0.22) 78%, rgba(5, 12, 17, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 12, 17, 0.12), rgba(5, 12, 17, 0.56)) !important;
  opacity: 1 !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 4rem 4rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 82%);
  pointer-events: none;
  z-index: 2;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero > .wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-shell {
  width: var(--gridzero-about-inner);
  margin-inline: auto;
  text-align: left;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-shell > * {
  margin-left: 0 !important;
  margin-right: auto !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-shell > .wp-block-columns {
  align-items: center;
  margin-bottom: 1.35rem;
  gap: clamp(1.5rem, 3vw, 2.5rem) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child > p:first-of-type {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero h1,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero h2,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero h3,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero p,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero li {
  color: #ffffff;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero h1 {
  max-width: min(12ch, 100%);
  margin-top: 1.1rem;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 5vw, 4.35rem);
  text-wrap: balance;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .gridzero-about-lede,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child > p:nth-of-type(2) {
  max-width: min(34rem, 100%);
  color: rgba(255, 255, 255, 0.88);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child > p:last-child {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.76);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-buttons {
  justify-content: flex-start;
  margin-top: 1.1rem;
  margin-bottom: 1rem;
  max-width: min(34rem, 100%);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-button__link,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band .wp-block-button__link {
  padding: 0.98rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b6ea6 0%, #065884 100%);
  box-shadow: 0 18px 30px rgba(6, 88, 132, 0.24);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-panel,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-mission-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-value-card {
  height: 100%;
  box-shadow: 0 18px 34px rgba(17, 27, 36, 0.07);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-panel {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.3);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-panel::before,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-card::before,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card::before,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--gridzero-about-accent), #f2c07b);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-panel > *,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-card > *,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card > *,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band > * {
  position: relative;
  z-index: 1;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-checklist,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-list,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-list {
  padding-left: 0;
  list-style: none;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-checklist li,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-list li,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-list li {
  position: relative;
  padding-left: 1.35rem;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-checklist li::before,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-list li::before,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--gridzero-about-accent);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-stat-grid {
  gap: 1rem;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-stat {
  height: 100%;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 16px 32px rgba(0, 0, 0, 0.08);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story {
  position: relative;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 15%, rgba(6, 88, 132, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(6, 88, 132, 0.03), transparent 62%);
  pointer-events: none;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story > * {
  position: relative;
  z-index: 1;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story-card {
  margin-bottom: 1rem;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story-card:last-child {
  margin-bottom: 0;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story-card--quote {
  background: linear-gradient(180deg, #f3f8fb 0%, #ffffff 100%) !important;
  border-left: 4px solid rgba(200, 117, 51, 0.72);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-principles {
  background:
    radial-gradient(circle at top right, rgba(6, 88, 132, 0.08), transparent 34%),
    linear-gradient(180deg, #f7f8f8 0%, #ffffff 100%) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-mission-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-mission-card h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(12, 24, 32, 0.18);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-card p,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-card li,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card p,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card li {
  color: rgba(255, 255, 255, 0.84);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-band > p {
  max-width: 50rem;
  margin-inline: auto;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-grid,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-values-grid {
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-grid > .wp-block-column,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-values-grid > .wp-block-column {
  flex-basis: calc(50% - 0.625rem) !important;
  flex-grow: 0 !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-value-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-card::before,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-value-card::before,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(200, 117, 51, 0.95), rgba(6, 88, 132, 0.4));
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-card:hover,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-value-card:hover,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(17, 27, 36, 0.1);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-footprint {
  background:
    radial-gradient(circle at 88% 12%, rgba(6, 88, 132, 0.08), transparent 28%),
    linear-gradient(180deg, #f6fafc 0%, #eef5f8 100%) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-list strong {
  color: var(--gridzero-about-ink);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 84% 14%, rgba(6, 88, 132, 0.24), transparent 24%),
    linear-gradient(135deg, #09131a 0%, #10222d 52%, #0d1a22 100%) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band h2,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band p {
  color: #ffffff;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band > h2,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band > p {
  max-width: 48rem;
  margin-inline: auto;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band a {
  color: inherit;
}

@media (max-width: 1000px) {
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-shell > .wp-block-columns {
    align-items: stretch;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-grid > .wp-block-column,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-values-grid > .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (max-width: 782px) {
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero {
    padding-top: clamp(6.2rem, 22vw, 7.5rem) !important;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-cover__image-background {
    object-position: 72% 50%;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story .wp-block-column:first-child,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story .wp-block-column:last-child,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-principles .wp-block-column,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-footprint .wp-block-column {
    flex-basis: 100% !important;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child {
    text-align: left;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child > p:first-of-type {
    margin-inline: 0 auto;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero h1,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child > p:nth-of-type(2),
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-column:first-child > p:last-child {
    max-width: none;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band .wp-block-buttons {
    justify-content: center;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-panel,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-mission-card,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-card,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-card,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-card,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-value-card,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story-card,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-stat {
    padding: 1.15rem !important;
  }
}

/* ── Resources page (page-id-157, staging page-id-17) ── */

/* Section headings — green left accent bar + bottom rule */
body.page-id-157 .wp-block-post-content h2.wp-block-heading,
body.page-id-17  .wp-block-post-content h2.wp-block-heading {
  border-left: 4px solid #2e7d32;
  padding-left: 0.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 1.25rem;
  color: #123646;
  font-size: 1.6rem;
}

/* Resource list — stack of spaced card-style rows */
/* Override WP constrained layout so list and items stretch full width */
.gz-resource-list,
.gz-resource-list.is-layout-constrained,
.gz-resource-list.is-layout-flow {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.6rem !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gz-resource-list-item,
.gz-resource-list-item.is-layout-constrained,
.gz-resource-list-item.is-layout-flow {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #d8e4ec;
  border-left: 4px solid #2e7d32;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  position: relative;
}

.gz-resource-list-item:hover {
  background-color: #f2f8f3;
  border-color: #2e7d32;
  box-shadow: 0 2px 8px rgba(46,125,50,0.10);
}

/* Chevron arrow on right to signal clickability */
.gz-resource-list-item::after {
  content: "\203A";
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #2e7d32;
  opacity: 0.5;
  transition: opacity 0.15s ease, right 0.15s ease;
}

.gz-resource-list-item:hover::after {
  opacity: 1;
  right: 0.85rem;
}

.gz-resource-list-item h3.wp-block-heading {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #123646;
  padding-right: 2rem;
}

.gz-resource-list-item p {
  color: #5a6a74;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 0;
  padding-right: 2rem;
}

.gz-resource-list-item a {
  color: #2e7d32;
  font-weight: 600;
  text-decoration: none;
}

.gz-resource-list-item a:hover {
  text-decoration: underline;
}

/* Compact block gap inside list items */
.gz-resource-list-item > * + * {
  margin-block-start: 3px !important;
}

/* Cover block hero adjustments for resources page */
body.page-id-157 .wp-block-cover,
body.page-id-17 .wp-block-cover {
  min-height: 380px;
}

body.page-id-157 .wp-block-cover img.wp-block-cover__image-background,
body.page-id-17 .wp-block-cover img.wp-block-cover__image-background {
  filter: grayscale(40%) brightness(0.85);
}

/* =========================================================
   FORMATTING-ONLY BRAND ALIGNMENT PASS
   Scope: buttons, cards, icons, tables, spacing, mobile polish
   Copy, header, and footer intentionally unchanged.
   ========================================================= */

:root {
  --gridzero-format-radius-sm: 10px;
  --gridzero-format-radius-md: 16px;
  --gridzero-format-radius-lg: 24px;
  --gridzero-format-shadow-soft: 0 12px 30px rgba(15, 31, 38, 0.08);
  --gridzero-format-shadow-hover: 0 20px 42px rgba(15, 31, 38, 0.14);
  --gridzero-format-border: rgba(6, 88, 132, 0.12);
  --gridzero-format-surface: #ffffff;
  --gridzero-format-surface-alt: #f5f8fb;
}

.wp-block-button__link,
.wp-element-button {
  min-height: 54px;
  border-radius: 6px;
  padding: 0.95rem 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  letter-spacing: 0.01em;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
  box-shadow: 0 10px 24px rgba(6, 88, 132, 0.18);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
  border-width: 1.5px;
  border-radius: 6px;
  padding: 0.9rem 1.5rem;
}

.gridzero-homepage-hero .wp-block-button.is-style-fill .wp-block-button__link {
  background: var(--gridzero-blue);
  color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(6, 88, 132, 0.22);
}

.gridzero-homepage-hero .wp-block-button.is-style-fill .wp-block-button__link:hover {
  background: var(--gridzero-blue-dark);
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(6, 88, 132, 0.28);
}

.gridzero-homepage-hero .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10px);
}

.gridzero-homepage-hero .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.12);
}

.gridzero-service-card,
.gridzero-trust-card {
  border-radius: var(--gridzero-format-radius-md);
}

.gridzero-service-card {
  padding: 1.45rem;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.gridzero-service-card:hover,
.gridzero-trust-card:hover {
  transform: translateY(-6px);
}

.gridzero-card-shell--dark .gridzero-card-icon,
.gridzero-trust-card .gridzero-trust-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.1rem;
}

.gridzero-card-shell--dark .gridzero-card-icon svg,
.gridzero-card-shell--dark .gridzero-card-icon img,
.gridzero-trust-card .gridzero-trust-icon svg,
.gridzero-trust-card .gridzero-trust-icon img {
  width: 2rem;
  height: 2rem;
}

.gridzero-service-card h4,
.gridzero-trust-card h4 {
  margin-bottom: 0.6rem;
}

.gridzero-service-card p,
.gridzero-trust-card p {
  line-height: 1.65;
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content > .wp-block-cover:first-child .wp-block-group,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child > .wp-block-columns,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-panel {
  border-radius: var(--gridzero-format-radius-lg);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns .wp-block-group.has-background,
body.page-id-26 .wp-block-post-content .wp-block-columns .wp-block-group.has-background,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-mission-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-value-card,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap,
.gz-resource-list-item {
  border-radius: var(--gridzero-format-radius-md);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content .wp-block-columns .wp-block-group.has-background,
body.page-id-26 .wp-block-post-content .wp-block-columns .wp-block-group.has-background,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap,
.gz-resource-list-item {
  box-shadow: var(--gridzero-format-shadow-soft);
}

body:is(.page-slug-off-grid, .page-slug-mobile-power, .page-slug-well-backup) .wp-block-post-content figure.wp-block-table,
body.page-id-26 .wp-block-post-content figure.wp-block-table,
.gridzero-mobile-table table {
  border-radius: var(--gridzero-format-radius-md);
  box-shadow: var(--gridzero-format-shadow-soft);
}

.gridzero-offgrid-hero .wp-block-button__link,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button .wp-block-button__link,
.gridzero-mobile-hero .wp-block-button__link,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .wp-block-button__link,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band .wp-block-button__link,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-button-submit,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-button__link,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band .wp-block-button__link {
  border-radius: 6px !important;
  background: var(--gridzero-blue) !important;
  border-color: var(--gridzero-blue) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(6, 88, 132, 0.22);
}

.gridzero-offgrid-hero .wp-block-button__link:hover,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button .wp-block-button__link:hover,
.gridzero-mobile-hero .wp-block-button__link:hover,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .wp-block-button__link:hover,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-cta-band .wp-block-button__link:hover,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-button-submit:hover,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-button-submit:focus,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-button__link:hover,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band .wp-block-button__link:hover {
  background: var(--gridzero-blue-dark) !important;
  border-color: var(--gridzero-blue-dark) !important;
}

.gridzero-mobile-hero .wp-block-button__link,
.gridzero-offgrid-hero .wp-block-button__link {
  min-width: 15rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card .is-style-outline .wp-block-button__link,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-actions .is-style-outline .wp-block-button__link,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-button.is-style-outline .wp-block-button__link,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: inherit !important;
  border: 1.5px solid currentColor !important;
  box-shadow: none !important;
}

.gz-mobile-icon-circle,
.gz-stat-icon,
.gz-feat-icon,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-icon,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon {
  width: 72px;
  height: 72px;
}

.gz-mobile-icon-circle {
  border-radius: 18px;
  margin-bottom: 0.85rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.gz-mobile-icon-circle i,
.gz-feat-icon i,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-icon i,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon i {
  font-size: 30px;
}

.gridzero-offgrid-benefit,
.gridzero-offgrid-component,
.gridzero-offgrid-service,
.gridzero-mobile-card,
.gridzero-mobile-tier,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-loads-card,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note,
body.page-id-26 .gridzero-peak-load-card,
body.page-id-26 .gridzero-peak-scenario,
body.page-id-26 .gridzero-peak-solution,
body.page-id-26 .gridzero-peak-financial,
body.page-id-26 .gridzero-peak-who,
.gz-resource-list-item {
  border-radius: var(--gridzero-format-radius-md);
}

.gridzero-offgrid-benefit,
.gridzero-offgrid-component,
.gridzero-offgrid-service,
.gridzero-mobile-card,
.gridzero-mobile-tier,
body.page-id-26 .gridzero-peak-load-card,
body.page-id-26 .gridzero-peak-scenario,
body.page-id-26 .gridzero-peak-solution,
body.page-id-26 .gridzero-peak-financial,
body.page-id-26 .gridzero-peak-who,
.gz-resource-list-item {
  border-color: var(--gridzero-format-border);
  box-shadow: var(--gridzero-format-shadow-soft);
}

.gridzero-offgrid-benefit:hover,
.gridzero-mobile-card:hover,
.gridzero-mobile-tier:hover,
body.page-id-26 .gridzero-peak-load-card:hover,
body.page-id-26 .gridzero-peak-scenario:hover,
.gz-resource-list-item:hover {
  box-shadow: var(--gridzero-format-shadow-hover);
}

.gridzero-mobile-card,
.gridzero-offgrid-benefit,
.gridzero-offgrid-component,
.gridzero-offgrid-service {
  padding: 1.65rem 1.4rem;
}

.gridzero-mobile-card h3,
.gridzero-mobile-tier h3,
.gridzero-offgrid-benefit h3,
.gridzero-offgrid-component h3,
.gridzero-offgrid-service h3 {
  line-height: 1.2;
}

.gridzero-mobile-tier {
  transform: none;
}

.gridzero-mobile-tier:hover {
  transform: translateY(-4px);
}

.gridzero-mobile-tier-content {
  padding: 1.5rem;
}

.gridzero-mobile-tier .tier-power {
  line-height: 1.35;
}

.gridzero-mobile-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gridzero-mobile-table table,
.gridzero-offgrid-table table,
body.page-id-26 .wp-block-post-content table {
  min-width: 680px;
}

.gridzero-mobile-table th,
.gridzero-mobile-table td {
  padding: 1rem 1.1rem;
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:first-child .wp-block-column:first-child > p:first-child {
  background: rgba(6, 88, 132, 0.14);
  border-color: rgba(6, 88, 132, 0.26);
}

body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(2) .wp-block-columns .wp-block-group.has-background,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(5) .wp-block-columns .wp-block-group.has-background,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(6) .wp-block-columns .wp-block-group.has-background,
body.page-id-26 .wp-block-post-content > .wp-block-group.alignfull:nth-of-type(7) .wp-block-columns .wp-block-group.has-background {
  border-color: var(--gridzero-format-border);
  box-shadow: var(--gridzero-format-shadow-soft);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card {
  width: min(780px, 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-loads-card,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-note,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-next {
  border-radius: var(--gridzero-format-radius-md);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended {
  transform: translateY(-6px);
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-main {
  align-items: stretch;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-copy {
  display: flex;
  flex-direction: column;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap {
  margin-top: 2.1rem;
  padding: 1.4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid var(--gridzero-format-border);
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-photo img {
  border-radius: var(--gridzero-format-radius-md);
  box-shadow: var(--gridzero-format-shadow-soft);
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-input,
body:is(.page-id-18, .page-slug-contact) .gridzero-contact-form-wrap .forminator-textarea {
  border-radius: 8px !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-stat,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-story-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-mission-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-work-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-area-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-audience-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-difference-card,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-value-card {
  box-shadow: var(--gridzero-format-shadow-soft);
}

/* About page energy-freedom polish */
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) {
  --gridzero-about-gap: clamp(3rem, 5vw, 4.5rem);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero::before {
  display: none;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-cover__background {
  background:
    linear-gradient(90deg, rgba(5, 12, 17, 0.9) 0%, rgba(5, 12, 17, 0.74) 38%, rgba(5, 12, 17, 0.12) 70%, rgba(5, 12, 17, 0) 100%),
    linear-gradient(180deg, rgba(5, 12, 17, 0.03), rgba(5, 12, 17, 0.18)) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-cover__image-background {
  object-position: 70% 50%;
  filter: brightness(1.12) saturate(1.06);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-shell {
  max-width: 47rem;
  margin-left: clamp(1.25rem, 5vw, 4rem) !important;
  margin-right: auto;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-kicker,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-section-label {
  color: var(--gridzero-about-accent) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.38rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(6, 88, 132, 0.2);
  color: #ffffff !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero h1 {
  max-width: 12ch;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-lede {
  max-width: 43rem;
  color: rgba(255, 255, 255, 0.9) !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-personal-note {
  height: 100%;
  border-left-width: 4px !important;
  border-left-color: var(--gridzero-about-accent) !important;
  box-shadow: none !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-owner-space {
  color: #61707a;
  font-style: italic;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-why-section,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-service-section {
  background-image: none !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-why-list,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-method-list,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-simple-list {
  padding-left: 0 !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-why-list,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-simple-list {
  list-style: none;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-why-list li,
body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-simple-list li {
  padding: 1rem 0 1rem 1rem;
  border-left: 3px solid rgba(200, 117, 51, 0.55);
  border-bottom: 1px solid rgba(6, 88, 132, 0.12);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-method-list {
  list-style: none;
  counter-reset: gridzero-about-method;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-method-list li {
  counter-increment: gridzero-about-method;
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 1.1rem 0 1.1rem 3.35rem;
  border-top: 1px solid rgba(6, 88, 132, 0.13);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-method-list li:last-child {
  border-bottom: 1px solid rgba(6, 88, 132, 0.13);
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-method-list li::before {
  content: counter(gridzero-about-method);
  position: absolute;
  top: 1.1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 6px;
  background: #ffffff;
  color: var(--gridzero-about-ink);
  border: 1px solid rgba(6, 88, 132, 0.14);
  font-weight: 700;
  line-height: 1;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band {
  background: #0c171e !important;
}

body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-cta-band::before {
  display: none;
}

@media (max-width: 782px) {
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero-shell {
    max-width: none;
    margin-inline: auto;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-mission-section .wp-block-column,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-method-section .wp-block-column,
  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-service-section .wp-block-column {
    flex-basis: 100% !important;
  }

  body:is(.page-id-16, .page-slug-about, .page-slug-about-gridzero-energy-systems) .gridzero-about-hero .wp-block-buttons {
    justify-content: flex-start;
  }
}

body.page-id-17 .wp-block-cover,
body.page-id-157 .wp-block-cover {
  min-height: 420px;
}

.gz-resource-list-item {
  padding: 1.15rem 1.35rem;
  border-left-color: var(--gridzero-blue);
}

.gz-resource-list-item:hover {
  background-color: #f4f8fb;
  border-color: rgba(6, 88, 132, 0.26);
}

.gz-resource-list-item::after {
  color: var(--gridzero-blue);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content {
  padding-bottom: 0;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content > .wp-block-group.alignwide,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-columns,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-group {
  width: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 3vw, 2rem)));
  margin-inline: auto;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content h2 {
  margin-bottom: 0.85rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero {
  background: linear-gradient(110deg, #102f3b 0%, #123646 48%, #174a5e 100%);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .gz-card-glass {
  overflow: hidden;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-hero-battery-image {
  margin: 0;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-hero-battery-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .gz-card-glass > p {
  margin: 0;
  padding-inline: 1.35rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .gz-card-glass > p:last-child {
  padding-bottom: 1.35rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .gz-card-glass > p:not(:last-child) {
  padding-top: 1.2rem;
  padding-bottom: 0.35rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gz-card-glass,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gz-card-alt,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gz-card-standard,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gz-card-feature {
  border: 1px solid var(--gridzero-format-border);
  border-radius: var(--gridzero-format-radius-md);
  box-shadow: none;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content > .wp-block-group.alignwide .gz-card-alt,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content > .wp-block-group.alignwide .gz-card-standard,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .wp-block-post-content > .wp-block-group.alignwide .gz-card-feature {
  background-color: #ffffff !important;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel {
  --gridzero-chemistry-accent: #0B473A;
  --gridzero-chemistry-accent-soft: rgba(11, 71, 58, 0.1);
  --gridzero-chemistry-accent-mid: rgba(11, 71, 58, 0.32);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.1rem, 3vw, 2rem);
  margin: 1.6rem 0 1.85rem;
  padding: clamp(1.2rem, 2.6vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(6, 88, 132, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fafb 100%);
  box-shadow: 0 18px 36px rgba(18, 54, 70, 0.08);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--gridzero-chemistry-accent);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-lfp {
  --gridzero-chemistry-accent: #2f6f49;
  --gridzero-chemistry-accent-soft: rgba(47, 111, 73, 0.12);
  --gridzero-chemistry-accent-mid: rgba(47, 111, 73, 0.32);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-nmc {
  --gridzero-chemistry-accent: #b96a2f;
  --gridzero-chemistry-accent-soft: rgba(185, 106, 47, 0.12);
  --gridzero-chemistry-accent-mid: rgba(185, 106, 47, 0.34);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-leadacid {
  --gridzero-chemistry-accent: #8a6240;
  --gridzero-chemistry-accent-soft: rgba(138, 98, 64, 0.13);
  --gridzero-chemistry-accent-mid: rgba(138, 98, 64, 0.34);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__summary,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__metrics {
  position: relative;
  z-index: 1;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gridzero-chemistry-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__formula {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-visual-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 11rem);
  gap: clamp(0.75rem, 2vw, 1rem);
  align-items: stretch;
}

body:is(.page-id-25, .page-id-161, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-nmc .gridzero-chemistry-visual-row {
  grid-template-columns: minmax(0, 1.28fr) minmax(7rem, 9rem);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-formula-chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-element {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 5rem;
  min-height: 4.65rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--gridzero-chemistry-accent-mid);
  border-radius: 8px;
  background: var(--gridzero-chemistry-accent-soft);
  color: #102434;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-element sup {
  top: -0.58em;
  font-size: 0.34em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-element b {
  display: block;
  color: #102434;
  font-size: clamp(1.72rem, 3vw, 2.45rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.98;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-element small {
  display: block;
  margin-top: 0.35rem;
  color: #53636d;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

body:is(.page-id-25, .page-id-161, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-nmc .gridzero-chemistry-element {
  min-width: 4.65rem;
}

body:is(.page-id-25, .page-id-161, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-nmc .gridzero-chemistry-element b {
  font-size: clamp(1.55rem, 2.45vw, 2.1rem);
}

body:is(.page-id-25, .page-id-161, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-nmc .gridzero-chemistry-element small {
  max-width: 9.2rem;
  font-size: 0.58rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__formula sub {
  bottom: -0.05em;
  font-size: 0.48em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-formula-chain em {
  display: block;
  flex: 0 0 clamp(0.75rem, 1.6vw, 1.2rem);
  height: 2px;
  margin-inline: -0.1rem;
  position: relative;
  background: var(--gridzero-chemistry-accent-mid);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-formula-chain em::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.18rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 999px;
  background: var(--gridzero-chemistry-accent);
  transform: translateY(-50%);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-ball-stick {
  align-self: center;
  display: block;
  width: 100%;
  min-height: 5.5rem;
  overflow: visible;
  border: 0;
  background: transparent;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-ball-stick__bond {
  stroke-linecap: round;
  stroke-width: 7;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-ball-stick circle {
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.2;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-ball-stick__floor {
  fill: rgba(16, 36, 52, 0.12);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel h3 {
  margin: 0 0 0.55rem;
  color: #102434;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.18;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__summary p:last-child {
  max-width: 46rem;
  margin: 0;
  color: #53636d;
  font-size: 1rem;
  line-height: 1.58;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__metrics {
  display: grid;
  align-content: center;
  gap: 0.85rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem 0.9rem;
  align-items: center;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter span {
  color: #47545d;
  font-size: 0.95rem;
  font-weight: 650;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter strong {
  color: #102434;
  font-size: 0.95rem;
  text-align: right;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter b {
  grid-column: 1 / -1;
  display: block;
  height: 0.5rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(6, 88, 132, 0.1);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--gridzero-chemistry-accent);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter.is-strong i {
  width: 92%;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter.is-balanced i {
  width: 64%;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter.is-watch i {
  width: 74%;
  background: #b96a2f;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__note {
  padding: 0.9rem 0.95rem;
  border-left: 4px solid var(--gridzero-chemistry-accent);
  border-radius: 8px;
  background: var(--gridzero-chemistry-accent-soft);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__note span,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__note strong {
  display: block;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__note span {
  margin-bottom: 0.2rem;
  color: #53636d;
  font-size: 0.86rem;
  font-weight: 700;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel__note strong {
  color: #102434;
  font-size: 1rem;
  line-height: 1.35;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool {
  --gridzero-lfp-dod: 50%;
  --gridzero-lfp-reserve: 50%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(1.1rem, 3vw, 2rem);
  margin-top: 1.6rem;
  padding: clamp(1.2rem, 2.7vw, 2rem);
  border: 1px solid rgba(6, 88, 132, 0.14);
  border-radius: 8px;
  background: #f7faf8;
  box-shadow: 0 18px 36px rgba(18, 54, 70, 0.07);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__graphic {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 1.5rem);
  align-items: stretch;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__battery {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.45rem;
  min-height: 320px;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__cap {
  width: 42%;
  height: 0.9rem;
  margin-inline: auto;
  border-radius: 8px 8px 0 0;
  background: #123646;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__shell {
  display: grid;
  grid-template-rows: minmax(2.9rem, var(--gridzero-lfp-dod)) minmax(2.9rem, var(--gridzero-lfp-reserve));
  overflow: hidden;
  border: 3px solid #123646;
  border-radius: 8px;
  background: #ffffff;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__usable,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #102434;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__usable {
  background: #2f6f49;
  color: #ffffff;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__reserve {
  background: repeating-linear-gradient(135deg, #edf4f1 0, #edf4f1 10px, #f8fbfc 10px, #f8fbfc 20px);
  color: #47545d;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__stats {
  display: grid;
  gap: 0.85rem;
  align-content: center;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__stats div,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__calculator {
  padding: 1rem;
  border: 1px solid rgba(6, 88, 132, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__stats span,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__results span {
  display: block;
  color: #53636d;
  font-size: 0.85rem;
  font-weight: 750;
  line-height: 1.25;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__stats strong {
  display: block;
  margin-top: 0.18rem;
  color: #102434;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.05;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__stats small {
  display: block;
  margin-top: 0.25rem;
  color: #687882;
  font-size: 0.82rem;
  line-height: 1.35;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__eyebrow {
  margin: 0 0 0.7rem;
  color: #2f6f49;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__calculator label {
  display: block;
  margin-bottom: 0.45rem;
  color: #102434;
  font-weight: 750;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__input-row input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(6, 88, 132, 0.2);
  border-radius: 8px;
  color: #102434;
  font: inherit;
  font-weight: 750;
  appearance: textfield;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__input-row input::-webkit-outer-spin-button,
body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__input-row input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__input-row span {
  color: #53636d;
  font-weight: 750;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__slider-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(4.25rem, auto);
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.25rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__slider-row input[type="range"] {
  width: 100%;
  min-width: 0;
  accent-color: #2f6f49;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__slider-row output {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(47, 111, 73, 0.24);
  border-radius: 8px;
  background: rgba(47, 111, 73, 0.1);
  color: #102434;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__range-labels {
  display: flex;
  justify-content: space-between;
  margin: 0 5rem 1rem 0;
  color: #687882;
  font-size: 0.78rem;
  font-weight: 700;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__results {
  display: grid;
  gap: 0.75rem;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__results div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding-bottom: 0.72rem;
  border-bottom: 1px solid rgba(6, 88, 132, 0.1);
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__results div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__results strong {
  color: #102434;
  font-size: 1rem;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__note {
  margin: 1rem 0 0;
  color: #687882;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 781px) {
  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero {
    padding-top: 74px !important;
    padding-bottom: 56px !important;
    overflow-x: hidden;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .wp-block-columns {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero h1 {
    font-size: 2.2rem;
    line-height: 1.22;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .wp-block-buttons {
    align-items: stretch;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .wp-block-button {
    flex: 1 1 160px;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-lfp-hero .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-hero-battery-image img {
    border-radius: 8px;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel {
    grid-template-columns: 1fr;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-visual-row {
    grid-template-columns: 1fr;
  }

  body:is(.page-id-25, .page-id-161, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-nmc .gridzero-chemistry-visual-row {
    grid-template-columns: 1fr;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-ball-stick {
    max-width: 15rem;
    min-height: 5.2rem;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-element {
    flex: 1 1 4.8rem;
    min-width: 0;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-formula-chain em {
    display: none;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-element small {
    font-size: 0.62rem;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-nmc .gridzero-chemistry-element {
    flex: 0 1 calc(50% - 0.5rem);
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-panel-leadacid .gridzero-chemistry-element {
    flex: 1 1 calc(33.333% - 0.5rem);
    font-size: clamp(1.45rem, 5.8vw, 2.15rem);
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter {
    grid-template-columns: 1fr;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs) .gridzero-chemistry-meter strong {
    text-align: left;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool,
  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__graphic {
    grid-template-columns: 1fr;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__battery {
    min-height: 250px;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__results div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__slider-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__slider-row output {
    justify-self: start;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__range-labels {
    margin-right: 0;
  }

  body:is(.page-id-25, .page-id-161, .page-id-396, .page-slug-lfp_vs_nmc, .page-slug-lfp-vs-nmc-choosing-the-best-lithium-battery-for-your-energy-storage-needs, .page-slug-lfp_vs_leadacid, .page-slug-lfp-vs-leadacid) .gridzero-lfp-cycle-tool__results strong {
    text-align: left;
    white-space: normal;
  }
}

body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content {
  width: min(860px, calc(100% - 1rem));
  margin-inline: auto;
  padding-top: calc(var(--gridzero-header-offset) + 2.5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content h2,
body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content h3 {
  color: var(--gridzero-heading);
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}

body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content p,
body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content li {
  line-height: 1.75;
  color: #505c63;
}

/* Browser QA polish pass: fix section spacing and page-specific layout defects */

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-page {
  padding-top: calc(var(--gridzero-header-offset) + 1rem) !important;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-title {
  margin-bottom: 0.75rem;
}

body:is(.page-id-18, .page-slug-contact) .gridzero-contact-main {
  margin-top: 0;
}

body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content {
  padding-top: calc(var(--gridzero-header-offset) + 0.85rem);
}

body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content > :first-child {
  margin-top: 0;
}

body.home .gridzero-homepage-hero {
  padding-top: calc(var(--gridzero-header-offset) * 0.74) !important;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns {
  flex-wrap: wrap !important;
  align-items: flex-start;
  gap: 1.5rem !important;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:first-child,
body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 100% !important;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:first-child {
  max-width: none;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table {
  margin-top: 1.35rem !important;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column {
  flex-basis: calc(50% - 0.625rem) !important;
  flex-grow: 0 !important;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-card {
  min-height: 100%;
}

body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-card[style] {
  margin-top: 0 !important;
}

body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content {
  padding-bottom: 0;
}

body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignwide,
body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-columns,
body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-group,
body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-image {
  width: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 3vw, 2rem)));
  margin-inline: auto;
}

body.page-slug-blog .wp-block-post-content > .wp-block-group.alignfull:last-child,
body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignfull:last-child {
  margin-bottom: 0;
}

.gridzero-blog-index-hero,
.gridzero-blog-article-hero {
  overflow: hidden;
}

.gridzero-blog-index-strip {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 84% 24%, rgba(231, 181, 74, 0.2), transparent 20rem),
    linear-gradient(135deg, #0b1d24 0%, #102630 58%, #1d3b3f 100%);
}

.gridzero-blog-index-strip h1 {
  max-width: 22ch;
  margin-bottom: 0.65rem;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.06;
}

.gridzero-blog-index-strip p:last-child {
  max-width: 68ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9) !important;
}

.gridzero-blog-index-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(21rem, 44vh, 28rem);
  background: #102630;
}

.gridzero-blog-index-hero .wp-block-cover__image-background {
  object-position: center center;
}

.gridzero-blog-index-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(5, 22, 31, 0.84), rgba(5, 22, 31, 0.56) 48%, rgba(5, 22, 31, 0.22)) !important;
  opacity: 1 !important;
}

.gridzero-blog-index-hero .wp-block-cover__inner-container {
  width: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 4vw, 3rem)));
  margin-inline: auto;
}

.gridzero-blog-index-hero > * {
  position: relative;
  z-index: 1;
}

.gridzero-blog-hero-copy {
  max-width: 48rem !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.gridzero-blog-kicker {
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.88) !important;
}

.gridzero-blog-hero-lede {
  max-width: 48ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9) !important;
}

.gridzero-blog-index-hero-grid {
  align-items: center;
}

.gridzero-blog-hero-visual {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.gridzero-blog-hero-visual .gridzero-blog-hero-image {
  margin-bottom: 1rem;
}

.gridzero-blog-hero-visual h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.gridzero-blog-hero-visual p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84) !important;
}

.gridzero-blog-index-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.gridzero-blog-topic-list {
  gap: 0.95rem;
}

.gridzero-blog-topic {
  padding: 0.95rem 1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gridzero-blog-topic h4 {
  margin-bottom: 0.35rem;
}

.gridzero-blog-topic p {
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.gridzero-blog-index-section {
  position: relative;
}

.gridzero-blog-section-intro {
  max-width: none;
  margin-bottom: 0.9rem;
}

.gridzero-blog-section-intro p {
  margin-bottom: 0.25rem;
}

.gridzero-blog-section-intro h2 {
  margin-bottom: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}

.gridzero-blog-card,
.gridzero-blog-stat,
.gridzero-blog-quote {
  height: 100%;
}

.gridzero-blog-card {
  border: 1px solid rgba(10, 34, 47, 0.08);
  box-shadow: 0 18px 42px rgba(15, 31, 38, 0.08);
}

.gridzero-blog-card-featured {
  background:
    linear-gradient(180deg, rgba(11, 122, 117, 0.05), rgba(11, 122, 117, 0) 38%),
    #ffffff;
}

.gridzero-blog-card-featured h3 {
  max-width: 22ch;
}

.gridzero-blog-card-sidekick {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gridzero-blog-article-list {
  border-top: 1px solid rgba(10, 34, 47, 0.12);
}

.gridzero-blog-query .wp-block-post-template {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gridzero-blog-query .wp-block-post-template > li {
  margin: 0;
  padding: 0;
}

.gridzero-blog-list-item {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 0.15rem 1.25rem;
  align-items: center;
  padding: clamp(0.75rem, 1.25vw, 0.95rem) clamp(0.75rem, 1.6vw, 1rem);
  border-bottom: 1px solid rgba(10, 34, 47, 0.12);
}

.gridzero-blog-list-item > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gridzero-blog-list-row {
  align-items: center;
  margin-bottom: 0;
}

.gridzero-blog-list-meta {
  color: #0b7a75;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;
}

.gridzero-blog-list-item h3 {
  max-width: none;
  margin-bottom: 0.18rem;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.2;
  text-align: left;
}

.gridzero-blog-list-item p:not(.gridzero-blog-list-meta) {
  max-width: none;
  margin-bottom: 0;
  color: #46535b;
  line-height: 1.45;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-title {
  max-width: none;
  margin: 0;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.2;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-title a {
  color: #102630;
  text-decoration: none;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-title a:hover,
.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-title a:focus-visible {
  color: #0b7a75;
  text-decoration: underline;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  margin: 0;
  min-width: 0;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: #46535b;
  font-size: 0.95rem;
  line-height: 1.45;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt__more-text {
  margin: 0;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt__more-link {
  color: #0b7a75;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt__more-link:hover,
.gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt__more-link:focus-visible {
  text-decoration: underline;
}

.gridzero-blog-list-item .wp-block-buttons {
  justify-content: flex-end;
}

.gridzero-blog-bullet-list {
  padding-left: 1.1rem;
  margin: 0 0 1.4rem;
  color: #46535b;
}

.gridzero-blog-bullet-list li {
  margin-bottom: 0.65rem;
}

.gridzero-blog-bullet-list li:last-child {
  margin-bottom: 0;
}

.gridzero-blog-card .wp-block-image,
.gridzero-blog-hero-image {
  margin-bottom: 1rem;
}

.gridzero-blog-card .wp-block-image img,
.gridzero-blog-hero-image img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.gridzero-blog-index-hero h1 {
  max-width: 14ch;
  line-height: 1.02;
  margin-bottom: 0.85rem;
}

.gridzero-blog-article-hero h1 {
  max-width: 12ch;
  line-height: 1.02;
  margin-bottom: 0.75rem;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero {
  background:
    linear-gradient(135deg, #0d222d 0%, #123343 58%, #17423d 100%) !important;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero h1 {
  max-width: 16.5ch;
  font-size: clamp(2.75rem, 5vw, 5.1rem);
  line-height: 1.01;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero .wp-block-column:first-child > p:last-of-type {
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.88) !important;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero-board {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(6, 22, 29, 0.62);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-board-label,
body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-graphic-label,
body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-year-label,
body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-kicker {
  margin: 0 0 0.45rem;
  color: #e7b54a;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-board-number {
  margin: 0;
  font-size: clamp(4.2rem, 8vw, 6.5rem);
  line-height: 0.92;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-board-note {
  max-width: 32rem;
  margin: 0.8rem 0 1.35rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1rem;
  line-height: 1.55;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero-years {
  display: grid;
  gap: 0.85rem;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-year {
  position: relative;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-year::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  border-radius: 999px;
  background: #0eb195;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-year-2027::after {
  width: 100%;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-year-2028::after {
  width: 28%;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-year-2029::after {
  width: 57%;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-year p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.45;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-graphic,
body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-strip {
  margin: clamp(1.4rem, 3vw, 2rem) 0;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-row {
  align-items: stretch;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-row > .wp-block-column {
  display: flex;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-point {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid rgba(10, 34, 47, 0.1);
  border-top: 4px solid #0b7a75;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 31, 38, 0.08);
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-point-2027 {
  border-top-color: #0b7a75;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-point-2028 {
  border-top-color: #7aa7a1;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-point-2029 {
  border-top-color: #e7b54a;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-point h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.08;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-timeline-point p:last-child {
  margin-bottom: 0;
  color: #46535b;
  line-height: 1.6;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-strip {
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border-radius: 8px;
  background: #102b36;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-strip .wp-block-columns {
  margin-bottom: 0;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-item {
  height: 100%;
  padding: 0.35rem 0.75rem;
  border-left: 2px solid rgba(231, 181, 74, 0.72);
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-item p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-item strong {
  color: #ffffff;
}

.gridzero-blog-index-hero .wp-block-column:first-child > p:last-of-type,
.gridzero-blog-article-hero p:last-of-type {
  max-width: 62ch;
}

.gridzero-blog-source-list {
  padding-left: 1.1rem;
}

.gridzero-blog-source-list li {
  margin-bottom: 0.8rem;
  color: #46535b;
}

.gridzero-blog-source-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 781px) {
  body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignwide,
  body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-columns,
  body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-group,
  body:is(.page-slug-blog, .page-id-227, .page-slug-pse-rates-washington-electricity-costs) .wp-block-post-content > .wp-block-group.alignfull > .wp-block-image {
    width: min(var(--gridzero-content-width), calc(100% - 1rem));
  }

  .gridzero-blog-index-hero {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .gridzero-blog-index-strip {
    padding-top: 2.9rem !important;
    padding-bottom: 2.6rem !important;
  }

  .gridzero-blog-article-hero {
    padding-top: calc(var(--gridzero-header-offset) * 0.72) !important;
  }

  .gridzero-blog-index-panel {
    margin-top: 1rem;
  }

  .gridzero-blog-hero-visual {
    margin-top: 1rem;
  }

  .gridzero-blog-index-hero h1,
  .gridzero-blog-article-hero h1 {
    max-width: none;
    font-size: clamp(2.15rem, 8vw, 3rem);
  }

  .gridzero-blog-index-strip h1 {
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.65rem);
  }

  body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero {
    padding-top: 3.6rem !important;
    padding-bottom: 3.8rem !important;
  }

  body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero h1 {
    max-width: none;
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-hero-board {
    margin-top: 0.5rem;
  }

  body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-board-number {
    font-size: clamp(3.25rem, 16vw, 4.8rem);
  }

  body:is(.page-id-227, .page-slug-pse-rates-washington-electricity-costs) .gridzero-pse-context-item {
    padding: 0.8rem 0.75rem;
  }

  .gridzero-blog-card .wp-block-buttons,
  .gridzero-blog-list-item .wp-block-buttons,
  .gridzero-blog-article-hero .wp-block-buttons {
    justify-content: flex-start;
    width: 100%;
  }

  .gridzero-blog-card .wp-block-button,
  .gridzero-blog-card .wp-block-button__link,
  .gridzero-blog-list-item .wp-block-button,
  .gridzero-blog-list-item .wp-block-button__link,
  .gridzero-blog-article-hero .wp-block-button,
  .gridzero-blog-article-hero .wp-block-button__link {
    width: 100%;
  }

  .gridzero-blog-topic {
    padding: 0.9rem;
  }

  .gridzero-blog-card-featured h3 {
    max-width: none;
  }

  .gridzero-blog-list-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 0.85rem 0.75rem;
  }

  .gridzero-blog-list-meta {
    grid-row: auto;
    margin: 0;
    white-space: normal;
  }

  .gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .gridzero-blog-query .gridzero-blog-list-item .wp-block-post-excerpt__excerpt {
    -webkit-line-clamp: 2;
  }

  .gridzero-blog-list-item h3,
  .gridzero-blog-list-item p:not(.gridzero-blog-list-meta) {
    max-width: none;
  }
}

body.page-slug-mobile-power .gridzero-mobile-table table {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
}

body.page-slug-mobile-power .gridzero-mobile-table th,
body.page-slug-mobile-power .gridzero-mobile-table td {
  white-space: normal;
  word-break: break-word;
}

body.page-slug-off-grid .wp-block-post-content table,
body.page-id-26 .wp-block-post-content table {
  table-layout: fixed;
}

body.page-slug-off-grid .wp-block-post-content div[style*="overflow-x:auto"],
body.page-id-26 .wp-block-post-content div[style*="overflow-x:auto"] {
  max-width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

body.page-slug-off-grid .wp-block-post-content div[style*="overflow-x:auto"] > table,
body.page-id-26 .wp-block-post-content div[style*="overflow-x:auto"] > table {
  width: 100% !important;
  min-width: 680px !important;
  margin: 0;
}

body.page-slug-off-grid .wp-block-post-content table th,
body.page-slug-off-grid .wp-block-post-content table td,
body.page-id-26 .wp-block-post-content table th,
body.page-id-26 .wp-block-post-content table td {
  white-space: normal;
  word-break: break-word;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step:nth-child(3) .gridzero-well-flow-icon i::before {
  content: "\25CE";
  font-family: inherit;
  font-weight: 700;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended {
  transform: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-benefit,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-loads-card {
  height: 100%;
  overflow: hidden;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover {
  isolation: isolate;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover .wp-block-cover__image-background {
  object-position: 64% 50%;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 14, 20, 0.8) 0%, rgba(5, 14, 20, 0.58) 38%, rgba(5, 14, 20, 0.18) 72%, rgba(5, 14, 20, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 14, 20, 0.22) 0%, rgba(5, 14, 20, 0.04) 45%, rgba(5, 14, 20, 0.34) 100%);
  pointer-events: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell {
  width: min(var(--gridzero-content-width), calc(100% - clamp(1rem, 4vw, 3rem)));
  margin-inline: auto;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card {
  max-width: 760px;
  margin-left: 0;
  border-radius: 14px !important;
  background: rgba(8, 19, 27, 0.72) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card h1 {
  max-width: 680px;
  font-size: 3.4rem;
  line-height: 1.06;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card > :where(p, h1, .wp-block-buttons) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card p {
  max-width: 58ch;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band {
  background:
    linear-gradient(180deg, #f7fafb 0%, #ffffff 100%);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-heading {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid {
  align-items: stretch;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid > .wp-block-column {
  display: flex;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card {
  width: 100%;
  min-height: 100%;
  border-radius: 12px !important;
  box-shadow: var(--gridzero-format-shadow-soft);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card--primary {
  box-shadow: 0 18px 42px rgba(6, 88, 132, 0.12);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card h3 {
  margin-top: 0.45rem;
  margin-bottom: 0.65rem;
  line-height: 1.2;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-step {
  color: var(--gridzero-blue);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-note {
  max-width: 860px;
  margin-top: 1.25rem;
  border-radius: 12px !important;
  box-shadow: var(--gridzero-format-shadow-soft);
}

@media (max-width: 999px) {
  .gridzero-service-card,
  .gridzero-trust-card {
    padding: 1.15rem;
  }

  .gridzero-homepage-hero .wp-block-button,
  .gridzero-homepage-hero .wp-block-button__link,
  .gridzero-mobile-hero .wp-block-button,
  .gridzero-mobile-hero .wp-block-button__link {
    width: 100%;
  }

  .gridzero-mobile-tier-content,
  .gridzero-contact-form-wrap {
    padding: 1.15rem;
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-main {
    gap: 1.5rem;
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-page {
    padding-top: calc(var(--gridzero-header-offset) + 0.75rem) !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card {
    max-width: 620px;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card h1 {
    font-size: 3rem;
  }
}

@media (max-width: 782px) {
  .gridzero-homepage-hero .wp-block-buttons,
  .gridzero-mobile-hero .wp-block-buttons,
  .gridzero-offgrid-hero .wp-block-buttons {
    width: 100%;
    gap: 0.75rem;
  }

  .gridzero-homepage-hero .wp-block-button,
  .gridzero-homepage-hero .wp-block-button__link,
  .gridzero-mobile-hero .wp-block-button,
  .gridzero-mobile-hero .wp-block-button__link,
  .gridzero-offgrid-hero .wp-block-button,
  .gridzero-offgrid-hero .wp-block-button__link {
    width: 100%;
  }

  .gridzero-card-shell--dark .gridzero-card-icon,
  .gridzero-trust-card .gridzero-trust-icon,
  .gz-mobile-icon-circle,
  .gz-stat-icon,
  .gz-feat-icon,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-icon,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon {
    width: 64px;
    height: 64px;
  }

  .gridzero-card-shell--dark .gridzero-card-icon svg,
  .gridzero-card-shell--dark .gridzero-card-icon img,
  .gridzero-trust-card .gridzero-trust-icon svg,
  .gridzero-trust-card .gridzero-trust-icon img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .gz-mobile-icon-circle i,
  .gz-feat-icon i,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-icon i,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon i {
    font-size: 26px;
  }

  .gridzero-mobile-table table,
  .gridzero-offgrid-table table,
  body.page-id-26 .wp-block-post-content table {
    min-width: 560px;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended {
    transform: none;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover .wp-block-cover__image-background {
    object-position: 68% 50%;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-cover::after {
    background: linear-gradient(180deg, rgba(5, 14, 20, 0.7) 0%, rgba(5, 14, 20, 0.48) 48%, rgba(5, 14, 20, 0.58) 100%);
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card {
    padding: 1.25rem !important;
    border-radius: 12px !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-shell > .gridzero-well-hero-card h1,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-hero-card h1 {
    max-width: none;
    font-size: 2.25rem;
    line-height: 1.12;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid {
    gap: 1rem !important;
  }

  body.home .gridzero-homepage-hero {
    padding-top: calc(var(--gridzero-header-offset) * 1.06) !important;
    min-height: 37rem !important;
  }

  body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }

  body.page-slug-mobile-power .gridzero-mobile-table table,
  body.page-slug-off-grid .wp-block-post-content table,
  body.page-id-26 .wp-block-post-content table {
    min-width: 0 !important;
    width: 100% !important;
    font-size: 0.78rem;
  }

  body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  body.page-slug-mobile-power .gridzero-mobile-table th,
  body.page-slug-mobile-power .gridzero-mobile-table td,
  body.page-slug-off-grid .wp-block-post-content table th,
  body.page-slug-off-grid .wp-block-post-content table td,
  body.page-id-26 .wp-block-post-content table th,
  body.page-id-26 .wp-block-post-content table td {
    padding: 0.6rem 0.45rem !important;
    line-height: 1.35;
  }

  body.page-slug-off-grid .wp-block-post-content table strong,
  body.page-id-26 .wp-block-post-content table strong {
    font-size: inherit !important;
  }

  body.page-slug-off-grid .wp-block-post-content div[style*="overflow-x:auto"] > table,
  body.page-id-26 .wp-block-post-content div[style*="overflow-x:auto"] > table {
    min-width: 520px !important;
  }

  body:is(.page-id-18, .page-slug-contact) .gridzero-contact-page,
  body:is(.page-id-56, .page-id-84, .page-slug-privacy, .page-slug-privacy-statement) .wp-block-post-content {
    padding-top: calc(var(--gridzero-header-offset) + 0.4rem) !important;
  }
}

@media (min-width: 783px) {
  body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column {
    min-width: 0;
  }

  body.page-slug-mobile-power .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

/* Mobile Power comparison polish. Hero intentionally unchanged. */
body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table {
  margin-top: 1.35rem !important;
  overflow-x: visible;
}

body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table figure.wp-block-table {
  max-width: 100%;
  overflow-x: visible;
}

body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table table {
  min-width: 0 !important;
  width: 100% !important;
  table-layout: fixed;
}

body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table th,
body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table td {
  padding: 0.78rem 0.62rem;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}

body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table th {
  font-size: 0.82rem;
  line-height: 1.25;
}

body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table td {
  font-size: 0.86rem;
  line-height: 1.35;
}

@media (min-width: 783px) {
  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns {
    align-items: stretch;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:first-child {
    flex-basis: 44% !important;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 56% !important;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.25rem !important;
    height: 100%;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column {
    display: contents;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-card {
    height: 100%;
    min-height: 21rem;
    margin-top: 0 !important;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:first-child > .gridzero-mobile-card:first-child {
    order: 1;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:nth-child(2) > .gridzero-mobile-card:first-child {
    order: 2;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:first-child > .gridzero-mobile-card:nth-of-type(2) {
    order: 3;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:nth-child(2) > .gridzero-mobile-card:nth-of-type(2) {
    order: 4;
  }
}

@media (min-width: 783px) and (max-width: 1040px) {
  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns {
    flex-wrap: wrap !important;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:first-child,
  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type > .wp-block-columns > .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
}

@media (max-width: 782px) {
  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table th,
  body:is(.page-id-12, .page-slug-mobile-power) .wp-block-post-content > .wp-block-group.alignfull:first-of-type .gridzero-mobile-table td {
    padding: 0.58rem 0.42rem !important;
    font-size: 0.78rem;
    line-height: 1.28;
  }
}

@media (max-width: 600px) {
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table table,
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table thead,
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody,
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tr,
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table th,
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table td {
    display: block;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody {
    display: grid;
    gap: 0.75rem;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody tr {
    border: 1px solid rgba(6, 88, 132, 0.12);
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td {
    border-bottom: 1px solid rgba(6, 88, 132, 0.08) !important;
    background: #ffffff !important;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td:first-child {
    font-weight: 800;
    color: #17172b;
    background: #f8fafc !important;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td:last-child {
    border-bottom: 0 !important;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td:nth-child(n + 2) {
    display: grid;
    grid-template-columns: minmax(0, 7rem) minmax(0, 1fr);
    gap: 0.75rem;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td:nth-child(2)::before,
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td:nth-child(3)::before {
    font-weight: 700;
    color: #17172b;
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td:nth-child(2)::before {
    content: "Generator";
  }

  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table tbody td:nth-child(3)::before {
    content: "GridZero Solar";
  }
}

body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table,
body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table figure.wp-block-table {
  overflow-x: visible !important;
}

body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table table {
  min-width: 0 !important;
  width: 100% !important;
  table-layout: fixed !important;
}

body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table th,
body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-table td {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

@media (min-width: 783px) {
  body:is(.page-id-12, .page-slug-mobile-power) .gridzero-mobile-card {
    min-height: 21rem !important;
  }
}

/* Well Backup visual simplification pass. Hero intentionally unchanged. */
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band {
  padding-top: clamp(3.25rem, 6vw, 4.75rem) !important;
  padding-bottom: clamp(3.25rem, 6vw, 4.75rem) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band {
  background: #ffffff !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band {
  background: #f7fafb !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro > .wp-block-columns,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band > .wp-block-group,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > h2,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > p,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > .wp-block-columns,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns {
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-group.has-background,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-note,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card {
  padding: 0 !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child > .wp-block-columns,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > .wp-block-columns,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns {
  display: block !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-column,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid > .wp-block-column,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > .wp-block-columns > .wp-block-column,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns > .wp-block-column {
  width: 100% !important;
  max-width: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-group.has-background,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item {
  padding: 1.05rem 0 !important;
  border-top: 1px solid rgba(6, 88, 132, 0.13) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card--primary,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended {
  background: transparent !important;
  transform: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-note {
  max-width: 980px;
  margin-top: 1.25rem;
  padding: 1rem 0 0 !important;
  border-top: 1px solid rgba(6, 88, 132, 0.13) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  column-gap: 1rem;
  min-height: 0;
  padding: 1.1rem 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(6, 88, 132, 0.13) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step::before,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step::after,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon {
  display: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step-head {
  display: block;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-number {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step h3 {
  grid-column: 2;
  margin-top: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step p {
  grid-column: 2;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-tag,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-card-label,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-step,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro p:first-of-type,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > p:first-of-type {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-graphic-break {
  padding: clamp(2.25rem, 5vw, 3.75rem) 1.5rem !important;
  background: #ffffff;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-graphic-break--home {
  padding-top: 0 !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-graphic-break--system-path {
  padding-top: clamp(1.75rem, 4vw, 3rem) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-graphic {
  max-width: 980px;
  margin: 0 auto !important;
  width: 100%;
  box-sizing: border-box;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-graphic img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(6, 88, 132, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
}

@media (max-width: 782px) {
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    column-gap: 0.8rem;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-graphic-break {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Well Backup page polish pass. Hero intentionally unchanged. */
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) {
  --gz-well-ink: #10232d;
  --gz-well-muted: #52636d;
  --gz-well-blue: #065884;
  --gz-well-blue-soft: #e9f4f8;
  --gz-well-green: #6f7d46;
  --gz-well-copper: #c87533;
  --gz-well-line: rgba(16, 35, 45, 0.12);
  --gz-well-card-shadow: 0 18px 42px rgba(16, 35, 45, 0.08);
  overflow-x: clip;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band {
  padding-top: clamp(4rem, 7vw, 6.25rem) !important;
  padding-bottom: clamp(4rem, 7vw, 6.25rem) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fafb 100%) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band {
  background:
    radial-gradient(circle at 15% 12%, rgba(200, 117, 51, 0.11), transparent 30rem),
    linear-gradient(180deg, #f6fafb 0%, #eef5f6 100%) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band {
  background:
    linear-gradient(135deg, #0f2734 0%, #153a47 58%, #233f42 100%) !important;
  color: #ffffff;
  scroll-margin-top: calc(var(--gridzero-header-offset, 9rem) + 1rem);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band {
  background: #ffffff !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band {
  background: #f7fafb !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-graphic-break {
  display: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro > .wp-block-columns,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-band > .wp-block-group,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-note,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > p,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > h2,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > h2,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > p,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > .wp-block-columns,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns {
  max-width: 1080px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-heading,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > h2,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > p,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group {
  max-width: 760px;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro > .wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.75rem, 4vw, 3.25rem) !important;
  align-items: center;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro > .wp-block-columns > .wp-block-column {
  width: auto !important;
  max-width: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.15rem) !important;
  background: #ffffff !important;
  border: 1px solid var(--gz-well-line) !important;
  border-radius: 8px !important;
  box-shadow: var(--gz-well-card-shadow) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro-card::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.25rem;
  margin-bottom: 1.1rem;
  background: var(--gz-well-copper);
  border-radius: 999px;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child > .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem !important;
  margin-top: 1.4rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-column {
  width: auto !important;
  max-width: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child .wp-block-group.has-background {
  height: 100%;
  padding: 1.2rem !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid var(--gz-well-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid > .wp-block-column,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > .wp-block-columns > .wp-block-column {
  display: flex;
  width: auto !important;
  max-width: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item {
  width: 100%;
  height: auto;
  padding: clamp(1.2rem, 2vw, 1.55rem) !important;
  background: #ffffff !important;
  border: 1px solid var(--gz-well-line) !important;
  border-radius: 8px !important;
  box-shadow: var(--gz-well-card-shadow) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card {
  position: relative;
  overflow: hidden;
  min-height: 15.5rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.35rem;
  background: var(--gz-well-green);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card--primary {
  background: #f2f8fb !important;
  border-color: rgba(6, 88, 132, 0.22) !important;
  box-shadow: 0 18px 46px rgba(6, 88, 132, 0.13) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card--primary::before {
  background: var(--gz-well-blue);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-step,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-card-label,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-tag,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro p:first-of-type,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > p:first-of-type,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > p:first-child {
  color: var(--gz-well-blue) !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > p:first-child {
  color: #a8d8e5 !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card h3,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare h3,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item h3 {
  color: var(--gz-well-ink);
  line-height: 1.18;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card p,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare p,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item p,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare li {
  color: var(--gz-well-muted);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-note {
  padding: 1.25rem 1.4rem !important;
  background: #ffffff !important;
  border: 1px solid var(--gz-well-line) !important;
  border-left: 0.35rem solid var(--gz-well-copper) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band h2,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band p {
  color: #ffffff;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-band > p:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.78);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  margin-top: 2rem !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 13.5rem;
  padding: 1.25rem !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step::before,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step::after {
  display: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.05rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-number {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  background: var(--gz-well-blue);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 800;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon {
  display: grid !important;
  place-items: center;
  width: 2.4rem !important;
  height: 2.4rem !important;
  background: #f1f7f8;
  color: var(--gz-well-copper);
  border-radius: 8px;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-icon i {
  font-size: 1.2rem !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step h3 {
  grid-column: auto;
  margin: 0 0 0.55rem;
  color: var(--gz-well-ink);
  font-size: 1.05rem;
  line-height: 1.22;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step p {
  grid-column: auto;
  margin: 0;
  color: var(--gz-well-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  overflow: visible;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended {
  background: #f2f8fb !important;
  border-color: rgba(6, 88, 132, 0.22) !important;
  transform: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended::before {
  content: "Most Common";
  position: absolute;
  top: 0;
  left: clamp(1.2rem, 2vw, 1.55rem);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  width: max-content;
  max-width: calc(100% - 2rem);
  min-height: 1.72rem;
  padding: 0.32rem 0.72rem;
  transform: translateY(-50%);
  color: #ffffff;
  background: linear-gradient(135deg, var(--gz-well-copper), var(--gz-well-green));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(16, 35, 45, 0.18);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-tag {
  display: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare .gridzero-well-card-label {
  min-height: 1.35rem;
  margin-bottom: 0.62rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare--recommended .gridzero-well-card-label {
  margin-top: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare h3 {
  display: flex;
  align-items: flex-start;
  min-height: 3.25rem;
  margin: 0 0 0.95rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-actions {
  margin-top: auto !important;
  padding-top: 0.75rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare-actions .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > p:last-child {
  max-width: 820px;
  margin-top: 1.5rem;
  padding: 1rem 0 0;
  border-top: 1px solid var(--gz-well-line);
  color: var(--gz-well-ink);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem !important;
  margin-top: 1.1rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns > .wp-block-column {
  width: auto !important;
  max-width: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  padding: clamp(1.35rem, 2.4vw, 1.85rem) clamp(1.25rem, 3vw, 2rem) !important;
  background: #ffffff;
  border: 1px solid var(--gz-well-line);
  border-left: 0.38rem solid var(--gz-well-copper);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 35, 45, 0.06);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > p:first-of-type {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  margin: 0 0 0.85rem;
  padding: 0.32rem 0.74rem !important;
  color: var(--gz-well-blue) !important;
  background: #edf7fa !important;
  border: 1px solid rgba(6, 88, 132, 0.16);
  border-radius: 999px !important;
  line-height: 1;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > h2 {
  max-width: 760px;
  margin: 0;
  color: var(--gz-well-ink);
  font-size: 2.35rem;
  line-height: 1.12;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > p:not(:first-of-type) {
  max-width: 780px;
  margin-top: 0.9rem;
  color: var(--gz-well-muted);
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item {
  position: relative;
  min-height: 100%;
  box-shadow: 0 12px 26px rgba(16, 35, 45, 0.055) !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item h3 {
  margin: 0 0 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(6, 88, 132, 0.14);
  font-size: 1.14rem;
  line-height: 1.25;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item h3::before {
  content: "Q";
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-right: 0.5rem;
  background: #edf7fa;
  color: var(--gz-well-blue);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
  vertical-align: 0.08rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-item p {
  margin-bottom: 0;
}

@media (max-width: 999px) {
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro > .wp-block-columns,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-grid,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-decision-band > .wp-block-columns,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready {
    grid-template-columns: 1fr !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-system-card,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready .gridzero-well-flow-step {
    min-height: 0;
  }
}

@media (max-width: 782px) {
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-intro .wp-block-column:last-child > .wp-block-columns,
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-columns {
    grid-template-columns: 1fr !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--publish-ready {
    padding: 0.75rem;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-compare h3 {
    min-height: 0;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-faq-band > .wp-block-group > h2 {
    font-size: 1.88rem;
  }
}

/* Well Backup flow simplification. */
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  padding: clamp(1.4rem, 3vw, 2rem) 0 0;
  margin-top: clamp(2rem, 4vw, 3rem) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-rail {
  display: none;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-step {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-step::before,
body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-step::after {
  display: none !important;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-step:not(:last-child)::after {
  content: "";
  display: block !important;
  position: absolute;
  top: 1.18rem;
  left: 1.18rem;
  width: calc(100% + clamp(1rem, 2.5vw, 2rem));
  height: 2px;
  background: linear-gradient(90deg, rgba(168, 216, 229, 0.45), rgba(200, 117, 51, 0.85), rgba(168, 216, 229, 0.45));
  z-index: 0;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-number {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1.35rem;
  background: #ffffff;
  color: var(--gz-well-blue);
  border: 2px solid rgba(168, 216, 229, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 0.5rem rgba(15, 39, 52, 0.95);
  font-size: 0.9rem;
  font-weight: 800;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-copy {
  max-width: 15.5rem;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-copy h3 {
  margin: 0 0 0.5rem;
  color: #ffffff;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.22;
}

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
}

@media (max-width: 999px) {
  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line {
    grid-template-columns: 1fr !important;
    gap: 0;
    padding-left: 0.35rem;
    padding-top: 1.2rem;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-rail {
    display: none;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-step {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    padding-bottom: 1.35rem !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-step:last-child {
    padding-bottom: 0 !important;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-step:not(:last-child)::after {
    top: 1.18rem;
    left: 1.18rem;
    width: 2px;
    height: calc(100% + 1.35rem);
    background: linear-gradient(180deg, rgba(168, 216, 229, 0.45), rgba(200, 117, 51, 0.85), rgba(168, 216, 229, 0.45));
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-number {
    margin-bottom: 0;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-copy {
    max-width: 34rem;
  }

  body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-copy h3 {
    margin-bottom: 0.35rem;
  }

body:is(.page-id-9, .page-id-44, .page-slug-well-backup) .gridzero-well-flow-diagram--line .gridzero-well-flow-copy p {
  line-height: 1.5;
  }
}

/* On-Grid / grid-tied solar page polish */
body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .wp-block-post-content > .wp-block-group.alignwide,
body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .wp-block-post-content > .wp-block-columns.alignwide {
  width: min(var(--gridzero-content-width), calc(100% - 2rem));
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero {
  margin-top: 0;
  padding: 52px 0;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(5, 36, 49, 0.98), rgba(8, 67, 91, 0.94) 62%, rgba(180, 98, 39, 0.3)),
    #062432;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__columns {
  width: min(1400px, calc(100% - 2rem));
  align-items: center !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy {
  max-width: 37rem;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy > * {
  margin-left: 0;
  margin-right: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy h1 {
  max-width: 12.5em;
  margin-top: 0.45rem;
  margin-bottom: 1.1rem;
  color: #ffffff;
  font-size: 2.35rem;
  line-height: 1.12;
  letter-spacing: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy p {
  color: rgba(255, 255, 255, 0.86);
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy .wp-block-buttons {
  gap: 0.85rem;
  margin-top: 1.55rem;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy .wp-block-button__link {
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy .is-style-outline .wp-block-button__link {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dfe9ec;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  cursor: zoom-in;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__figure::after {
  content: "Expand";
  position: absolute;
  right: 0.8rem;
  bottom: 0.75rem;
  padding: 0.38rem 0.65rem;
  color: #ffffff;
  background: rgba(6, 35, 47, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.92;
  pointer-events: none;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__figure:focus {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

body.gridzero-lightbox-open {
  overflow: hidden;
}

.gridzero-image-lightbox[hidden] {
  display: none;
}

.gridzero-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(3, 18, 26, 0.84);
  opacity: 0;
  transition: opacity 0.16s ease;
}

.gridzero-image-lightbox.is-open {
  opacity: 1;
}

.gridzero-image-lightbox__panel {
  position: relative;
  width: min(1480px, 96vw);
  max-height: 92vh;
  box-sizing: border-box;
  padding: clamp(0.5rem, 1.2vw, 0.9rem);
  background: #f1f7f9;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.gridzero-image-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(92vh - 2rem);
  object-fit: contain;
  border-radius: 6px;
}

.gridzero-image-lightbox__close {
  position: absolute;
  top: -0.85rem;
  right: -0.85rem;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #ffffff;
  background: #06232f;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.gridzero-image-lightbox__close:focus {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-season-card-grid {
  align-items: stretch !important;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-season-card-grid > .wp-block-column {
  display: flex;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-season-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 18rem;
  border: 1px solid #d8e4e8;
  box-shadow: 0 10px 24px rgba(20, 49, 60, 0.07);
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-season-card h3 {
  margin-top: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-section {
  border-top: 1px solid rgba(6, 88, 132, 0.16);
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-section h2 {
  margin-bottom: 0.75rem;
  letter-spacing: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-section p {
  max-width: 54rem;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-grid {
  align-items: stretch !important;
  margin-top: 0.35rem;
  margin-bottom: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-grid > .wp-block-column {
  display: flex;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid #d8e4e8;
  border-top: 4px solid #065884;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20, 49, 60, 0.08);
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card--kec {
  border-top-color: #b46227;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card--inland {
  border-top-color: #2b7567;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card h3 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #123845;
  font-size: 1.18rem;
  line-height: 1.28;
  letter-spacing: 0;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card li {
  margin: 0;
  color: #53636b;
  font-size: 0.95rem;
  line-height: 1.55;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card strong {
  display: block;
  margin-bottom: 0.12rem;
  color: #243c46;
}

body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-utility-card a {
  color: #065884;
  font-weight: 700;
}

@media (max-width: 899px) {
  body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero {
    padding: 34px 0;
  }

  body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__columns {
    gap: 1.5rem !important;
  }

  body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy h1 {
    font-size: 2.15rem;
    line-height: 1.15;
  }

  body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy p[style*="font-size:20px"] {
    font-size: 1.08rem !important;
    line-height: 1.58 !important;
  }

  body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy .wp-block-button {
    width: 100%;
  }

  body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__copy .wp-block-button__link {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  body:is(.page-id-313, .page-id-283, .page-slug-on-grid) .gridzero-on-grid-hero__figure::after {
    right: 0.55rem;
    bottom: 0.5rem;
    font-size: 0.76rem;
  }

  .gridzero-image-lightbox__panel {
    width: calc(100vw - 2rem);
    padding: 0.45rem;
  }

  .gridzero-image-lightbox__close {
    top: 0.5rem;
    right: 0.5rem;
  }
}
