.hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #fff;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 43vw;
  max-width: 620px;
  min-height: 540px;
  padding: 56px 24px 56px max(32px, calc((100vw - var(--container)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero h1 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(42px, 3.9vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.hero p {
  max-width: 520px;
  margin: 28px 0 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.hero-image {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 57vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: right top; }
.advantages-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: #fff;
}
.advantage-card {
  min-height: 240px;
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid var(--color-border);
}
.advantage-card:last-child { border-right: 0; }
.advantage-card h3, .solution-card h3 { margin: 18px 0 0; font-size: 16px; line-height: 1.25; }
.advantage-card p, .solution-card p { margin: 12px 0 0; color: var(--color-muted); font-size: 14px; line-height: 1.6; }
.directions-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.direction-card {
  display: block;
  color: inherit;
}
.direction-image-wrap {
  position: relative;
  min-height: 194px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}
.direction-image {
  display: block;
  width: 100%;
  height: 132px;
  object-fit: cover;
  background: #f1f5f9;
}
.direction-info-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 86px;
  padding: 14px 12px 14px 14px;
  background: #fff;
  border-top: 1px solid rgba(226, 232, 240, .95);
}
.direction-info-panel::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 28px;
  background: #fff;
  border-top-left-radius: 100% 28px;
  border-top-right-radius: 100% 28px;
  pointer-events: none;
}
.direction-icon-wrap {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-top: -28px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .10);
}
.direction-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.direction-title {
  position: relative;
  z-index: 3;
  display: block;
  min-width: 0;
  font-size: clamp(14px, .78vw, 18px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.02em;
  text-align: center;
  text-wrap: balance;
  color: var(--color-ink);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.direction-card:hover .direction-image-wrap {
  border-color: rgba(0, 120, 73, .35);
  box-shadow: 0 22px 48px rgba(0, 120, 73, .12);
}
.direction-card:hover .direction-title { color: var(--color-green-700); }
.infrastructure-card {
  display: grid;
  grid-template-columns: .32fr .68fr;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: #fff;
}
.infrastructure-info { padding: 32px; }
.infrastructure-info h2, .quality-content h2, .business-card h2, .app-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
.stats-grid { margin: 28px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.stat-item strong { display: block; font-size: 38px; color: var(--color-purple-700); line-height: 1; }
.stat-item span { display: block; margin-top: 8px; color: #334155; font-size: 14px; font-weight: 800; }
.map-block { position: relative; min-height: 472px; background: var(--color-green-50); }
.map-fallback, .map-block iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-fallback { object-fit: cover; z-index: 0; }
.map-block iframe { z-index: 1; }
.solutions-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: #fff;
}
.solution-card { padding: 30px; border-right: 1px solid var(--color-border); }
.solution-card:last-child { border-right: 0; }
.solution-card a { display: inline-flex; margin-top: 20px; color: var(--color-green-700); font-size: 14px; font-weight: 900; }
.safety-banner { padding: 24px 0; }
.safety-inner {
  display: grid;
  grid-template-columns: .22fr .78fr;
  gap: 24px;
  align-items: center;
  max-width: 1100px;
  padding: 28px;
  border: 1px solid var(--color-purple-100);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.safety-image { height: 112px; overflow: hidden; border-radius: 18px; background: #f1f5f9; }
.safety-image img { width: 100%; height: 100%; object-fit: cover; }
.safety-inner h2 { margin: 0; font-size: 28px; line-height: 1.2; }
.safety-inner p { margin: 12px 0 0; color: var(--color-muted); font-size: 18px; }
.quality-card {
  display: grid;
  grid-template-columns: .42fr .58fr;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: #fff;
}
.quality-content { padding: 36px; }
.quality-content p { color: var(--color-muted); }
.quality-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.quality-points strong { display: block; margin-top: 12px; font-size: 14px; line-height: 1.35; }
.quality-content a { display: inline-flex; margin-top: 28px; color: var(--color-purple-700); font-weight: 900; }
.quality-image { min-height: 320px; background: #f1f5f9; }
.quality-image img { width: 100%; height: 100%; object-fit: cover; }
.business-app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.business-card, .app-card { padding: 32px; }
.business-card { display: grid; grid-template-columns: .55fr .45fr; gap: 24px; }
.business-card p, .app-card p { color: var(--color-muted); }
.business-card ul, .app-card ul { margin: 20px 0 0; padding-left: 18px; color: #334155; font-weight: 700; }
.business-card li, .app-card li { margin-bottom: 10px; }
.business-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.business-card-image { display: flex; align-items: center; justify-content: center; min-height: 230px; background: #fff; }
.business-card-image img { max-width: 100%; max-height: 250px; object-fit: contain; }
.app-card { display: grid; grid-template-columns: minmax(220px, .45fr) minmax(300px, .55fr); gap: 24px; align-items: start; }
.app-content { min-width: 0; }
.app-badges { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.app-badges a {
  padding: 8px 10px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  color: var(--color-text);
  background: #fff;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.app-badges a:hover {
  color: var(--color-green-700);
  border-color: var(--color-green-700);
  transform: translateY(-1px);
}
.app-image { display: flex; justify-content: center; align-items: center; align-self: center; min-height: 390px; overflow: visible; }
.app-image img { width: min(100%, 520px); height: auto; object-fit: contain; }
.final-cta {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 36px 0;
  color: #fff;
  background: linear-gradient(90deg, var(--color-purple-800), var(--color-purple-700), var(--color-green-800));
}
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right; opacity: .65; }
.final-cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--color-purple-800), rgba(130,18,127,.95), rgba(0,82,53,.62)); }
.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.final-cta h2 { max-width: 460px; margin: 0; font-size: 34px; line-height: 1.1; }
.final-actions { display: flex; gap: 12px; flex-wrap: wrap; }



.economy-safety {
  background: transparent;
}
.economy-safety-panel {
  display: grid;
  grid-template-columns: 230px minmax(690px, 1fr) 360px;
  align-items: stretch;
  overflow: hidden;
  min-height: 224px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055);
}
.economy-safety-lead {
  display: flex;
  align-items: center;
  padding: 26px 22px 26px 26px;
}
.economy-safety-lead h2 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(24px, 1.55vw, 28px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.025em;
}
.economy-safety-lead .text-green { color: var(--color-green-700); }
.economy-safety-lead .text-purple { color: var(--color-purple-700); }
.economy-safety-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
}
.economy-safety-benefit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 24px 18px 22px;
  border-left: 1px solid rgba(15, 23, 42, .10);
}
.economy-safety-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
}
.economy-safety-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.economy-safety-benefit h3 {
  min-height: 42px;
  margin: 14px 0 0;
  color: var(--color-text);
  font-size: clamp(14px, .94vw, 16px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -.018em;
}
.economy-safety-benefit p {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: clamp(12.5px, .82vw, 13.5px);
  line-height: 1.52;
}
.economy-safety-media {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-width: 0;
  min-height: 224px;
  border-left: 1px solid rgba(15, 23, 42, .10);
  background: #fff;
}
.economy-safety-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center right;
}

/* v039: final desktop width tuning for economy/safety block */
.economy-safety-panel {
  max-width: 1160px;
  margin: 0 auto;
  grid-template-columns: 205px minmax(520px, 1fr) 290px;
  min-height: 214px;
}
.economy-safety-lead {
  padding: 24px 20px 24px 26px;
}
.economy-safety-lead h2 {
  font-size: clamp(22px, 1.35vw, 26px);
  line-height: 1.24;
}
.economy-safety-benefit {
  padding: 22px 15px 20px;
}
.economy-safety-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}
.economy-safety-icon img {
  width: 49px;
  height: 49px;
}
.economy-safety-benefit h3 {
  min-height: 38px;
  margin-top: 12px;
  font-size: clamp(13.5px, .86vw, 15px);
}
.economy-safety-benefit p {
  font-size: clamp(12px, .76vw, 13px);
  line-height: 1.5;
}
.economy-safety-media {
  min-height: 214px;
}
.economy-safety-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}

/* v040: full-width reference grid for economy/safety block */
.economy-safety-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: minmax(270px, 1.2fr) minmax(720px, 4fr) minmax(250px, 1.15fr);
  min-height: 220px;
}
.economy-safety-lead {
  padding: 26px 28px 26px 30px;
}
.economy-safety-lead h2 {
  font-size: clamp(24px, 1.65vw, 30px);
  line-height: 1.2;
}
.economy-safety-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.economy-safety-benefit {
  padding: 24px 18px 22px;
}
.economy-safety-benefit h3 {
  font-size: clamp(14px, .95vw, 16px);
  min-height: 40px;
}
.economy-safety-benefit p {
  font-size: clamp(12.5px, .8vw, 13.5px);
}
.economy-safety-media {
  min-height: 220px;
}
.economy-safety-media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center right;
}


/* v041: infrastructure stats spacing */
.infrastructure-info {
  padding: clamp(34px, 4vw, 58px);
}
.infrastructure-info h2 {
  margin-bottom: clamp(30px, 3vw, 44px);
}
.stats-grid {
  gap: clamp(34px, 4vw, 54px) clamp(42px, 4.5vw, 66px);
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.stat-item strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}
.stat-item span {
  display: block;
  max-width: 190px;
  line-height: 1.35;
}

/* v043: safety banner uses icon 39.png from icons archive */
.safety-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.safety-icon-box img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}


/* v044: quality points icons centered above text */
.quality-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.quality-points > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.quality-points .icon {
  margin: 0 auto 12px;
}
.quality-points strong {
  display: block;
  line-height: 1.25;
}

/* v051: business page hero background layout */
.business-page {
  background: #fff;
}
.business-hero {
  padding: clamp(24px, 3.4vw, 48px) 0 clamp(34px, 4.5vw, 60px);
}
.business-hero > .container {
  width: min(1660px, calc(100% - 40px));
  max-width: none;
}
.business-hero-panel {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 39vw, 650px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .12);
  padding: clamp(44px, 4.6vw, 68px) clamp(28px, 3vw, 56px);
}
.business-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.business-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.business-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(255,255,255,0.98) 0%,
    rgba(255,255,255,0.98) 18%,
    rgba(255,255,255,0.93) 28%,
    rgba(255,255,255,0.82) 38%,
    rgba(255,255,255,0.58) 46%,
    rgba(255,255,255,0.22) 56%,
    rgba(255,255,255,0) 66%);
}
.business-hero-content {
  position: relative;
  z-index: 2;
  width: min(40%, 640px);
  min-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.business-hero-content h1 {
  margin: 0;
  color: #050b1b;
  font-size: clamp(40px, 3.5vw, 64px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.045em;
}
.business-hero-content h1 span {
  color: var(--color-purple-700);
  font-size: .92em;
}
.business-hero-content p {
  max-width: 470px;
  margin: 22px 0 0;
  color: #334155;
  font-size: clamp(16px, 1.14vw, 20px);
  line-height: 1.44;
  font-weight: 700;
}
.business-hero-actions {
  display: flex;
  align-items: stretch;
  gap: 22px;
  margin-top: 28px;
}
.business-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  border-radius: 12px;
  font-weight: 900;
  line-height: 1.22;
}
.business-hero-button-label {
  display: inline-block;
}
.business-hero-button-primary {
  width: 272px;
  padding: 18px 20px 18px 24px;
  background: linear-gradient(135deg, var(--color-purple-800), var(--color-purple-600));
  color: #fff;
  box-shadow: 0 14px 34px rgba(130, 18, 127, .28);
}
.business-hero-button-arrow {
  font-size: 30px;
  line-height: 1;
  flex: 0 0 auto;
}
.business-hero-button-secondary {
  width: 278px;
  padding: 15px 18px 15px 24px;
  background: rgba(255,255,255,.94);
  color: #0f172a;
  border: 2px solid #00a878;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}
.business-hero-button-secondary img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}
.business-hero-stats {
  width: 100%;
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}
.business-hero-stat {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.business-hero-stat img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.business-hero-stat p {
  margin: 0;
  color: #0f172a;
  font-size: clamp(13px, .84vw, 15px);
  line-height: 1.32;
  font-weight: 700;
}
.business-hero-stat strong {
  font-weight: 900;
}



/* v053: business costs block layout fix */
.business-costs {
  padding: 0 0 clamp(42px, 5vw, 72px);
}
.business-costs > .container {
  width: min(1660px, calc(100% - 40px));
  max-width: none;
}
.business-costs-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 470px);
  align-items: stretch;
  gap: 28px;
}
.business-costs-main {
  min-width: 0;
  padding: 28px 28px 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfe 100%);
  box-shadow: 0 18px 60px rgba(15, 23, 42, .08);
}
.business-costs-main h2 {
  margin: 0 0 24px;
  color: #050b1b;
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.03em;
}
.business-costs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.business-cost-card {
  min-height: 184px;
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(136, 107, 177, .12);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.business-cost-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #eefaf4;
}
.business-cost-card-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.business-cost-card h3 {
  margin: 0;
  color: #050b1b;
  font-size: clamp(16px, 1.02vw, 20px);
  line-height: 1.35;
  font-weight: 900;
}
.business-cost-card p {
  margin: 14px 0 0;
  color: #475569;
  font-size: clamp(13px, .82vw, 15px);
  line-height: 1.55;
  font-weight: 650;
}
.business-manager-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  border: 3px solid rgba(186, 146, 214, .35);
  background: linear-gradient(180deg, #ffffff 0%, #faf7fe 100%);
  box-shadow: 0 20px 56px rgba(107, 33, 168, .12);
}
.business-manager-card-content {
  position: relative;
  z-index: 2;
  width: 62%;
  min-height: 100%;
  padding: 28px 18px 24px 30px;
}
.business-manager-card-name {
  margin: 0;
  color: var(--color-purple-700);
  font-size: clamp(23px, 1.55vw, 30px);
  line-height: 1.08;
  font-weight: 900;
}
.business-manager-card-role {
  margin: 16px 0 0;
  color: #334155;
  font-size: clamp(15px, .96vw, 18px);
  line-height: 1.35;
  font-weight: 800;
}
.business-manager-card-text {
  margin: 28px 0 0;
  color: #334155;
  font-size: clamp(15px, .96vw, 18px);
  line-height: 1.62;
  font-weight: 700;
}
.business-manager-card-button {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 340px;
  max-width: calc(100% + 120px);
  margin-top: 76px;
  padding: 14px 16px 14px 20px;
  border-radius: 12px;
  border: 2px solid rgba(164, 63, 184, .42);
  color: #6b21a8;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 24px rgba(107, 33, 168, .10);
  font-weight: 900;
  line-height: 1.2;
}
.business-manager-card-button img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  flex: 0 0 auto;
}
.business-manager-card-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 48%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
}
.business-manager-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

/* v056: business fuel cards module */
.business-products {
  padding: 0 0 clamp(46px, 5vw, 78px);
}
.business-products > .container {
  width: min(1660px, calc(100% - 40px));
  max-width: none;
}
.business-products-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(380px, .95fr);
  gap: 18px;
  align-items: stretch;
}
.business-fuel-card,
.business-gas-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 18px 56px rgba(15, 23, 42, .08);
}
.business-fuel-card {
  min-height: 530px;
  color: #fff;
  background: #003f34;
}
.business-fuel-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.business-fuel-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.business-fuel-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(0, 59, 47, .98) 0%,
    rgba(0, 66, 52, .94) 22%,
    rgba(0, 78, 61, .78) 44%,
    rgba(0, 78, 61, .36) 63%,
    rgba(0, 78, 61, 0) 82%);
}
.business-fuel-card-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: clamp(28px, 3vw, 42px) clamp(28px, 3vw, 42px) clamp(28px, 3vw, 42px) clamp(20px, 2vw, 30px);
}
.business-fuel-card h2,
.business-gas-card h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.03em;
}
.business-fuel-card h2 {
  color: #fff;
  font-size: clamp(28px, 2.1vw, 42px);
  line-height: 1.12;
}
.business-fuel-card-lead {
  margin: 14px 0 34px;
  color: rgba(255,255,255,.88);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
  font-weight: 500;
}
.business-fuel-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 46px;
}
.business-fuel-feature {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.business-fuel-feature img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .92;
}
.business-fuel-feature h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(17px, 1.1vw, 21px);
  line-height: 1.25;
  font-weight: 800;
}
.business-fuel-feature ul,
.business-gas-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}
.business-fuel-feature li {
  position: relative;
  padding-left: 12px;
  color: rgba(255,255,255,.88);
  font-size: clamp(14px, .94vw, 17px);
  line-height: 1.5;
}
.business-fuel-feature li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.business-fuel-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(390px, 100%);
  margin-top: 34px;
  padding: 18px 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--color-purple-700), #9d0d91);
  color: #fff;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(130, 18, 127, .28);
}
.business-fuel-card-button span:last-child {
  font-size: 30px;
  line-height: 1;
}
.business-gas-card {
  background: #fff;
  min-height: 530px;
}
.business-gas-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 34px 24px;
}
.business-gas-card h2 {
  color: #050b1b;
  font-size: clamp(24px, 1.85vw, 34px);
  line-height: 1.25;
}
.business-gas-card-image {
  overflow: hidden;
  margin: 18px -34px 0;
  min-height: 250px;
  background: #eef6ff;
}
.business-gas-card-image img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center center;
}
.business-gas-benefits {
  margin-top: 18px;
}
.business-gas-benefits li {
  position: relative;
  padding-left: 34px;
  color: #1f2937;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.42;
  font-weight: 600;
}
.business-gas-benefits li + li {
  margin-top: 6px;
}
.business-gas-benefits li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  top: -2px;
  color: var(--color-purple-700);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}
.business-gas-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-top: 44px;
  padding: 16px 22px;
  border-radius: 8px;
  border: 2px solid #00a878;
  color: #0f172a;
  background: #fff;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.2;
  font-weight: 800;
}
.business-gas-card-button img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* v058: compact left text area in fuel cards module */
@media (min-width: 1081px) {
  .business-fuel-card-content {
    width: 50%;
    max-width: 50%;
    padding-left: 24px;
    padding-right: 12px;
  }
  .business-fuel-card-lead {
    margin-bottom: 22px;
  }
  .business-fuel-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
  }
  .business-fuel-feature {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  .business-fuel-feature img {
    width: 42px;
    height: 42px;
  }
  .business-fuel-feature h3 {
    margin-bottom: 6px;
    font-size: clamp(16px, .98vw, 19px);
  }
  .business-fuel-feature li {
    font-size: clamp(13px, .82vw, 15px);
    line-height: 1.34;
  }
  .business-fuel-card-button {
    margin-top: 24px;
  }
}


/* v060: business cylinders and extra services module */
.business-cylinders {
  padding: 0 0 clamp(42px, 5vw, 72px);
}
.business-cylinders > .container {
  width: min(1660px, calc(100% - 40px));
  max-width: none;
}
.business-cylinders-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 16px;
  align-items: stretch;
}
.business-cylinders-card,
.business-extra-services {
  min-height: 420px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 56px rgba(15, 23, 42, .07);
}
.business-cylinders-card {
  position: relative;
  overflow: hidden;
}
.business-cylinders-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.business-cylinders-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.business-cylinders-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(255,255,255,.38) 0%,
    rgba(255,255,255,.24) 38%,
    rgba(255,255,255,.08) 62%,
    rgba(255,255,255,0) 100%);
}
.business-cylinders-content {
  position: relative;
  z-index: 1;
  max-width: 50%;
  min-height: 420px;
  padding: clamp(26px, 2.4vw, 40px) clamp(16px, 1.6vw, 24px) clamp(26px, 2.4vw, 40px) clamp(14px, 1.2vw, 22px);
}
.business-cylinders-content h2,
.business-extra-services h2 {
  margin: 0;
  color: #050b1b;
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -.025em;
}
.business-cylinders-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 12px;
  margin-top: clamp(22px, 2.2vw, 32px);
}
.business-cylinders-option,
.business-extra-service {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}
.business-cylinders-option img,
.business-extra-service img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.business-cylinders-option img {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background: transparent;
}
.business-extra-service {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
}
.business-extra-service img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eefaf4;
}

.business-cylinders-option h3,
.business-extra-service h3 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(15px, .95vw, 18px);
  line-height: 1.28;
  font-weight: 900;
}
.business-cylinders-option p,
.business-extra-service p {
  margin: 6px 0 0;
  color: #334155;
  font-size: clamp(13px, .82vw, 15px);
  line-height: 1.48;
  font-weight: 600;
}

.business-cylinders-option h3 {
  font-size: clamp(13px, .78vw, 15px);
  line-height: 1.22;
}
.business-cylinders-option p {
  margin-top: 4px;
  font-size: clamp(12px, .72vw, 13px);
  line-height: 1.38;
}

.business-cylinders-button,
.business-extra-services-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  border: 2px solid #00a878;
  border-radius: 9px;
  background: rgba(255,255,255,.95);
  color: #0f172a;
  font-weight: 900;
  line-height: 1.2;
}
.business-cylinders-button {
  width: min(390px, 100%);
  margin-top: clamp(26px, 2.8vw, 42px);
  padding: 16px 24px 16px 26px;
}
.business-extra-services {
  padding: clamp(28px, 2.7vw, 44px) clamp(24px, 2.4vw, 38px);
  display: flex;
  flex-direction: column;
}
.business-extra-services-list {
  display: grid;
  gap: 30px;
  margin-top: clamp(34px, 3.8vw, 54px);
}
.business-extra-services-button {
  width: 100%;
  margin-top: auto;
  padding: 16px 28px;
}


/* v064: business payment and methane module */
.business-payment-methane {
  padding: 0 0 clamp(42px, 5vw, 72px);
}
.business-payment-methane > .container {
  width: min(1660px, calc(100% - 40px));
  max-width: none;
}
.business-payment-methane-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, .98fr);
  gap: 22px;
  align-items: stretch;
}
.business-payment-card,
.business-methane-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 18px 54px rgba(15, 23, 42, .06);
}
.business-payment-card {
  padding: clamp(34px, 3.1vw, 52px) clamp(32px, 3.4vw, 58px);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 168, 120, .10), rgba(255,255,255,0) 40%),
    linear-gradient(135deg, #f4fbf8 0%, #ffffff 64%);
}
.business-payment-card h2,
.business-methane-card h2 {
  margin: 0;
  color: #050b1b;
  font-size: clamp(30px, 2.35vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.035em;
}
.business-payment-card p {
  margin: 24px 0 0;
  max-width: 600px;
  color: #24344d;
  font-size: clamp(18px, 1.15vw, 21px);
  line-height: 1.55;
  font-weight: 500;
}
.business-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 740px;
  margin-top: 34px;
}
.business-payment-method {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 16px 18px;
  border-radius: 13px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  color: #0f172a;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.2;
  font-weight: 850;
  text-align: center;
}
.business-methane-card {
  background: #fff;
}
.business-methane-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.business-methane-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.business-methane-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.96) 24%,
    rgba(255,255,255,.82) 44%,
    rgba(255,255,255,.22) 66%,
    rgba(255,255,255,0) 100%);
}
.business-methane-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  padding: clamp(34px, 3vw, 50px) clamp(32px, 3.2vw, 56px);
}
.business-methane-icon {
  width: 58px;
  height: 66px;
  border-radius: 58% 42% 54% 46% / 64% 58% 42% 36%;
  background: linear-gradient(145deg, #00a878 0%, #2765b5 100%);
  transform: rotate(18deg);
  box-shadow: 0 14px 30px rgba(0, 168, 120, .20);
}
.business-methane-content p {
  margin: 24px 0 0;
  color: #24344d;
  font-size: clamp(18px, 1.12vw, 21px);
  line-height: 1.58;
  font-weight: 500;
}
.business-methane-content strong {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: clamp(18px, 1.05vw, 21px);
  line-height: 1.4;
  font-weight: 900;
}


/* v065: methane card text size fix */
.business-methane-card h2 {
  font-size: clamp(15px, 1.18vw, 21px);
  letter-spacing: -.02em;
}
.business-methane-content p {
  margin-top: 12px;
  font-size: clamp(9px, .56vw, 11px);
  line-height: 1.5;
}
.business-methane-content strong {
  margin-top: 3px;
  font-size: clamp(9px, .52vw, 11px);
  line-height: 1.35;
}

/* v066: methane card text balanced size */
.business-methane-card h2 {
  font-size: clamp(24px, 1.85vw, 34px);
  line-height: 1.14;
  letter-spacing: -.03em;
}
.business-methane-content p {
  margin-top: 18px;
  font-size: clamp(16px, .98vw, 19px);
  line-height: 1.55;
}
.business-methane-content strong {
  margin-top: 4px;
  font-size: clamp(16px, .98vw, 19px);
  line-height: 1.4;
}


/* v067: business CTA form module */
.business-cta {
  padding: 0 0 clamp(42px, 5vw, 76px);
}
.business-cta > .container {
  width: min(1660px, calc(100% - 40px));
  max-width: none;
}
.business-cta-panel {
  position: relative;
  overflow: hidden;
  min-height: 356px;
  border-radius: 24px;
  background: #17003e;
  box-shadow: 0 18px 54px rgba(15, 23, 42, .10);
}
.business-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.business-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.business-cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(155, 0, 255, .28), rgba(155, 0, 255, 0) 28%),
    linear-gradient(90deg, rgba(62, 0, 102, .94) 0%, rgba(45, 0, 99, .92) 33%, rgba(4, 34, 112, .86) 58%, rgba(4, 34, 112, .40) 70%, rgba(4, 34, 112, 0) 84%);
}
.business-cta-content {
  position: relative;
  z-index: 1;
  padding: clamp(30px, 3vw, 42px) clamp(28px, 3vw, 44px) clamp(28px, 3vw, 38px);
}
.business-cta-content h2 {
  margin: 0;
  max-width: 620px;
  color: #fff;
  font-size: clamp(36px, 2.45vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.04em;
}
.business-cta-content > p {
  margin: 12px 0 0;
  max-width: 780px;
  color: rgba(255,255,255,.92);
  font-size: clamp(18px, 1.18vw, 22px);
  line-height: 1.45;
  font-weight: 500;
}
.business-cta-form {
  margin-top: 34px;
}
.business-cta-fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.business-cta-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.business-cta-field span {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.business-cta-field input,
.business-cta-field select {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  outline: none;
}
.business-cta-field input::placeholder {
  color: rgba(255,255,255,.92);
}
.business-cta-field select {
  color: rgba(255,255,255,.92);
}
.business-cta-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
}
.business-cta-consent {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}
.business-cta-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #ffffff;
}
.business-cta-consent a {
  color: #20d3ff;
  text-decoration: underline;
}
.business-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 258px;
  min-height: 62px;
  padding: 0 26px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #099150 0%, #05a85a 100%);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(2, 132, 96, .30);
  cursor: pointer;
}


/* v068: CTA form fields width fix */
.business-cta-fields {
  width: 70%;
  max-width: 1118px;
}
.business-cta-actions {
  width: 70%;
  max-width: 1118px;
}

/* AGZS page */
.agzs-page {
  background: #fff;
}

.agzs-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: #fff;
}

.agzs-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.agzs-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 22%, rgba(255,255,255,.58) 38%, rgba(255,255,255,0) 58%);
}

.agzs-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.agzs-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.agzs-hero-content {
  width: min(42%, 540px);
  padding: 56px 0 72px;
}

.agzs-hero h1 {
  margin: 0;
  color: #060b20;
  font-size: clamp(44px, 4.35vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.agzs-hero h1 span {
  display: block;
  color: var(--color-purple-600);
}

.agzs-hero p {
  max-width: 500px;
  margin: 24px 0 0;
  color: #253044;
  font-size: 18px;
  line-height: 1.65;
}

.agzs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.agzs-button-primary {
  min-width: 168px;
  border-radius: 10px;
  background: var(--color-purple-600);
  color: #fff;
}

.agzs-button-primary:hover {
  background: var(--color-purple-700);
}

.agzs-button-secondary {
  min-width: 168px;
  border: 1px solid var(--color-green-600);
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  color: var(--color-green-800);
}

.agzs-button-secondary:hover {
  background: #fff;
}

.agzs-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
}

.agzs-hero-points li {
  position: relative;
  padding-left: 22px;
}

.agzs-hero-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-green-600);
  font-weight: 900;
}

.agzs-placeholder-note {
  max-width: 640px;
  margin: 16px auto 0;
  color: var(--color-muted);
  text-align: center;
}

.agzs-card-shell {
  margin-top: -34px;
  padding: 28px 22px 30px;
  border: 1px solid rgba(11, 20, 41, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 80px rgba(12, 24, 44, .08);
  position: relative;
  z-index: 3;
}

.agzs-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.agzs-benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.agzs-benefit-card > img:first-child {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 10px;
  background: #eef3f2;
}

.agzs-benefit-num {
  width: 54px;
  height: 54px;
  margin: -28px 0 12px 12px;
  padding: 8px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

.agzs-benefit-card h3 {
  margin: 0 12px 10px;
  color: #071027;
  font-size: 18px;
  line-height: 1.25;
}

.agzs-benefit-card p {
  margin: 0 12px;
  color: #344156;
  font-size: 14px;
  line-height: 1.55;
}

.agzs-fleet-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  min-height: 560px;
  border-radius: 24px;
  background: #030218;
  color: #fff;
  box-shadow: 0 24px 80px rgba(12, 24, 44, .12);
}

.agzs-fleet-content {
  position: relative;
  z-index: 2;
  padding: 58px 0 46px 42px;
}

.agzs-fleet-content h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.agzs-fleet-content h2 span { color: #00e56d; }
.agzs-fleet-content > p { max-width: 410px; margin: 18px 0 0; color: rgba(255,255,255,.78); line-height: 1.65; }

.agzs-fleet-list {
  display: grid;
  gap: 12px;
  max-width: 350px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.agzs-fleet-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.agzs-fleet-list img { width: 40px; height: 40px; object-fit: contain; }
.agzs-fleet-list b { display: block; font-size: 14px; }
.agzs-fleet-list small { display: block; margin-top: 3px; color: rgba(255,255,255,.62); }
.agzs-fleet-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.agzs-dark-button { min-width: 210px; border: 1px solid #00d56d; border-radius: 10px; background: transparent; color: #fff; }
.agzs-dark-button:hover { background: rgba(0, 213, 109, .12); }

.agzs-fleet-image { position: relative; min-height: 560px; }
.agzs-fleet-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.agzs-map-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: .52fr 1fr;
  min-height: 510px;
  border: 1px solid rgba(11, 20, 41, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(12, 24, 44, .07);
}

.agzs-map-content { padding: 62px 44px; }
.agzs-map-content h2,
.agzs-promo h2,
.agzs-section-heading h2 { margin: 0; color: #071027; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.04em; }
.agzs-map-content p { margin: 18px 0 0; max-width: 340px; color: #344156; line-height: 1.65; }
.agzs-check-list { display: grid; gap: 12px; margin: 30px 0 36px; padding: 0; list-style: none; color: #152033; font-weight: 700; }
.agzs-check-list li { position: relative; padding-left: 28px; }
.agzs-check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--color-green-600); color: #fff; font-size: 11px; }
.agzs-check-list.compact { margin: 20px 0 28px; gap: 10px; font-size: 14px; }
.agzs-map-image img { display: block; width: 100%; height: 100%; min-height: 510px; object-fit: cover; }

.agzs-promo-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; }
.agzs-app-card,
.agzs-corporate-card { position: relative; overflow: hidden; min-height: 360px; border-radius: 22px; background-repeat: no-repeat; background-size: cover; box-shadow: 0 22px 70px rgba(12, 24, 44, .08); }
.agzs-app-card { display: block; padding: 34px; background-color: #07021d; background-image: url('../images/services/agzs/app-promo-bg.webp'); background-position: center; color: #fff; }
.agzs-app-card > div { position: relative; z-index: 1; max-width: 360px; }
.agzs-app-card h2 { color: #fff; }
.agzs-app-card p { max-width: 360px; color: rgba(255,255,255,.78); line-height: 1.55; }
.agzs-bonus-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; max-width: 340px; }
.agzs-bonus-levels span { padding: 14px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(8, 2, 29, .52); color: rgba(255,255,255,.86); font-size: 13px; backdrop-filter: blur(8px); }
.agzs-bonus-levels b { display: block; margin-top: 6px; color: #00e56d; font-size: 19px; }
.agzs-small-note { font-size: 13px; }

.agzs-corporate-card { display: block; padding: 34px; background-color: #f5f9fb; background-image: url('../images/services/agzs/corporate-promo-bg.webp'); background-position: center right; }
.agzs-corporate-card > div { position: relative; z-index: 1; max-width: 310px; }
.agzs-corporate-card h2 { max-width: 300px; }
.agzs-corporate-card p { max-width: 285px; color: #344156; line-height: 1.55; }
.agzs-corporate-card .agzs-check-list { max-width: 275px; }

.agzs-section-heading { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.agzs-section-heading h2 span { color: var(--color-purple-600); }
.agzs-section-heading p { margin: 14px 0 0; color: #637084; font-size: 17px; line-height: 1.55; }
.agzs-reviews-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.agzs-review { min-height: 300px; padding: 26px 20px; border: 1px solid rgba(11, 20, 41, .08); border-radius: 14px; background: #fff; box-shadow: 0 20px 52px rgba(12,24,44,.055); }
.agzs-review span { color: rgba(156, 24, 151, .35); font-size: 42px; line-height: .7; font-weight: 900; }
.agzs-review h3 { margin: 18px 0 10px; color: #071027; font-size: 16px; }
.agzs-review div { color: #ffca18; letter-spacing: 1px; }
.agzs-review small { display: block; margin: 8px 0 18px; color: #778297; }
.agzs-review p { margin: 0; color: #263249; font-size: 13px; line-height: 1.55; }

.agzs-map-widget-wrap {
  position: relative;
  height: 520px;
  min-height: 0;
  overflow: hidden;
  background: #eaf2ee;
}

.agzs-map-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.agzs-map-counter {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 2px;
  padding: 13px 16px;
  border: 1px solid rgba(0, 151, 89, .22);
  border-radius: 14px;
  background: rgba(0, 213, 109, .08);
  color: #142033;
}

.agzs-map-counter b {
  color: var(--color-green-600);
  font-size: 28px;
  line-height: 1;
}

.agzs-map-counter span {
  font-weight: 800;
}



/* v078: AGZS map with exact 27 stations */
.agzs-map-ymap {
  width: 100%;
  min-height: 520px;
  height: 100%;
  border: 0;
  border-radius: inherit;
  overflow: hidden;
  background: #eef3f2;
}
.agzs-map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  margin: 0;
  padding: 24px;
  color: #344156;
  font-weight: 700;
  text-align: center;
}
.agzs-map-balloon {
  max-width: 260px;
  color: #071027;
}
.agzs-map-balloon strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
}
.agzs-map-balloon p {
  margin: 0 0 10px;
  color: #344156;
  line-height: 1.45;
}
.agzs-map-balloon a {
  color: #008a5b;
  font-weight: 800;
}


/* v079: AGZS map loader fallback */
.agzs-map-fallback strong {
  display: block;
  margin-bottom: 10px;
  color: #071027;
  font-size: 18px;
}
.agzs-map-fallback p {
  margin: 0 0 14px;
  color: #344156;
  font-weight: 600;
}
.agzs-map-fallback-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  max-width: 760px;
  max-height: 360px;
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  list-style: none;
  text-align: left;
}
.agzs-map-fallback-list a {
  color: #008a5b;
  font-weight: 800;
  text-decoration: none;
}
.agzs-map-fallback-list a:hover {
  text-decoration: underline;
}


/* v080: AGZS map text and app download buttons */
.agzs-app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.agzs-app-badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 10px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  backdrop-filter: blur(8px);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.agzs-app-badges a:hover {
  background: rgba(255,255,255,.20);
  border-color: rgba(255,255,255,.62);
  transform: translateY(-1px);
}

/* v082: gasholders service page */
.gasholders-page { background:#fff; color:#160828; }
.gasholder-hero { padding:24px 0 0; }
.gasholder-hero__card { min-height:610px; border-radius:22px; overflow:hidden; background-size:cover; background-position:center right; position:relative; border:1px solid var(--color-border); }
.gasholder-hero__content { width:min(470px, 48%); padding:58px 0 42px 46px; position:relative; z-index:1; }
.gasholder-hero__content h1 { margin:0 0 18px; font-size:clamp(32px, 4vw, 52px); line-height:1.12; font-weight:900; color:#101836; }
.gasholder-hero__content h1 span, .gasholder-install__text h2 span, .gasholder-cta h2 span { color:#6b0f70; }
.gasholder-hero__content p { margin:0 0 28px; max-width:390px; color:#34405c; font-size:16px; }
.gasholder-button { border-radius:8px; background:linear-gradient(90deg,#7a0f86,#a6008f); min-width:260px; }
.gasholder-quick { margin-top:28px; max-width:430px; padding:22px; box-shadow:none; border-radius:14px; }
.gasholder-quick strong { display:block; color:#6b0f70; margin-bottom:16px; }
.gasholder-quick div { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.gasholder-quick a { display:grid; gap:8px; color:#102033; font-weight:700; font-size:14px; }
.gasholder-quick span { color:#00a878; font-size:28px; line-height:1; }
.gasholder-section { padding:28px 0; }
.gasholder-section--tight { padding-top:8px; }
.gasholder-title, .gasholder-compare h2, .gasholder-projects h2 { margin:0 0 22px; font-size:clamp(24px, 2.4vw, 34px); line-height:1.2; font-weight:900; color:#160828; }
.gasholder-audience { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.gasholder-audience article { position:relative; min-height:230px; border-radius:14px; overflow:hidden; }
.gasholder-audience img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.gasholder-audience h3 { position:absolute; left:18px; bottom:16px; margin:0; color:#fff; text-shadow:0 2px 10px rgba(0,0,0,.45); font-size:20px; }
.gasholder-picker { min-height:265px; display:grid; grid-template-columns:.9fr 1.1fr; gap:28px; padding:36px; border-radius:18px; overflow:hidden; background-size:cover; background-position:center right; color:#fff; }
.gasholder-picker__text h2 { margin:0 0 14px; font-size:28px; line-height:1.2; }
.gasholder-picker__text ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.gasholder-picker__text li::before { content:'✓'; color:#00d17f; margin-right:8px; }
.gasholder-picker__form { display:grid; grid-template-columns:1fr 1fr; gap:14px; align-content:end; }
.gasholder-picker__form label { display:grid; gap:7px; font-size:13px; font-weight:700; }
.gasholder-picker__form input, .gasholder-picker__form select { width:100%; min-height:42px; border-radius:6px; border:1px solid rgba(255,255,255,.55); background:rgba(0,23,31,.32); color:#fff; padding:0 12px; }
.gasholder-picker__form button { grid-column:1 / -1; border-radius:7px; background:linear-gradient(90deg,#7a0f86,#b7009f); }
.gasholder-use { display:grid; grid-template-columns:repeat(6,1fr); gap:16px; }
.gasholder-use article { display:grid; gap:10px; text-align:center; font-weight:800; }
.gasholder-use img { width:100%; aspect-ratio:1.32; object-fit:cover; border-radius:12px; }
.gasholder-install { display:grid; grid-template-columns:.55fr 1fr; gap:28px; padding:28px; box-shadow:none; border-radius:20px; }
.gasholder-install__text h2 { margin:0 0 12px; font-size:30px; line-height:1.15; }
.gasholder-install__text p { color:#475569; margin:0 0 20px; }
.gasholder-install__text ol { margin:0; padding-left:22px; display:grid; gap:14px; }
.gasholder-install__text li { color:#334155; }
.gasholder-install__grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.gasholder-install__grid img { width:100%; height:170px; object-fit:cover; border-radius:12px; }
.gasholder-compare, .gasholder-projects { padding:28px; box-shadow:none; border-radius:20px; }
.gasholder-compare__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.gasholder-compare__grid article { border:1px solid var(--color-border); border-radius:16px; padding:24px; min-height:250px; }
.gasholder-compare__grid article.is-best { border-color:#00a878; box-shadow:inset 0 0 0 1px #00a878; }
.gasholder-compare__grid h3 { margin:0 0 18px; color:#6b0f70; }
.gasholder-compare__grid .is-best h3 { color:#00805a; }
.gasholder-compare__grid p { margin:0 0 12px; color:#1f2937; }
.gasholder-projects__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.gasholder-projects article { overflow:hidden; border:1px solid var(--color-border); border-radius:14px; background:#fff; }
.gasholder-projects img { width:100%; height:210px; object-fit:cover; }
.gasholder-projects article div { padding:18px; }
.gasholder-projects h3 { margin:0 0 8px; font-size:18px; }
.gasholder-projects p { color:#475569; margin:0 0 16px; }
.gasholder-projects b { color:#8a1384; }
.gasholder-cta { min-height:320px; display:flex; align-items:center; padding:45px 36px; border-radius:18px; background-size:cover; background-position:center right; box-shadow:none; overflow:hidden; }
.gasholder-cta > div { max-width:470px; }
.gasholder-cta h2 { margin:0 0 12px; font-size:36px; line-height:1.1; }
.gasholder-cta p { margin:0 0 24px; color:#475569; }
.gasholder-cta__buttons { display:flex; flex-wrap:wrap; gap:14px; }
.gasholder-cta .button { border-radius:7px; }

/* v084: gasholders page module refinements */
.gasholders-page .container { width:min(1400px, calc(100% - 32px)); }
.gasholder-line-icon { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(0,168,120,.25); border-radius:12px; background:#f4fffb; color:#00a878; font-size:22px; }
.gashholder-hero__content {}
.gasholder-picker { grid-template-columns:minmax(260px, .75fr) minmax(360px, 1.25fr) minmax(420px, 1.35fr); background-position:center right; padding:34px 36px; }
.gasholder-picker__text, .gasholder-picker__form { position:relative; z-index:1; }
.gasholder-picker__form { max-width:100%; }
.gasholder-picker::after { content:''; display:block; }
.gasholder-step-list { display:grid; gap:18px; position:relative; }
.gasholder-step-list::before { content:''; position:absolute; left:25px; top:42px; bottom:42px; width:1px; background:#d7e1ea; }
.gasholder-step-list article { display:grid; grid-template-columns:52px 1fr; gap:18px; position:relative; }
.gasholder-step-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(0,168,120,.25); background:#f7fffc; color:#00a878; font-weight:900; font-size:24px; position:relative; z-index:1; box-shadow:0 10px 24px rgba(0,168,120,.08); }
.gasholder-step-list b { display:block; color:#1b2642; margin:0 0 7px; }
.gasholder-step-list ul { margin:0; padding-left:18px; color:#31405d; font-size:14px; line-height:1.45; }
.gasholder-compare__grid article { position:relative; }
.gasholder-compare-icon { width:44px; height:44px; display:grid; place-items:center; margin:0 0 14px; border-radius:12px; border:1px solid rgba(107,15,112,.22); color:#8a1384; background:#fff; font-size:24px; font-weight:900; }
.gasholder-compare__grid .is-best .gasholder-compare-icon { color:#00a878; border-color:rgba(0,168,120,.32); background:#f6fffb; }
.gasholder-projects small { display:block; color:#64748b; margin:0 0 10px; font-weight:700; }
.gasholder-project-more { margin-top:16px; min-height:38px; padding:0 18px; border:1px solid #00a878; border-radius:8px; background:#fff; color:#00805a; font-weight:900; cursor:pointer; }
.gasholder-project-more:hover { background:#f4fffb; }
.gasholder-project-modal { width:min(620px, calc(100% - 32px)); border:0; border-radius:18px; padding:0 0 26px; box-shadow:0 24px 90px rgba(16,24,54,.25); overflow:hidden; color:#102033; }
.gasholder-project-modal::backdrop { background:rgba(10,16,32,.55); }
.gasholder-project-modal img { width:100%; height:260px; object-fit:cover; display:block; }
.gasholder-project-modal h3, .gasholder-project-modal p, .gasholder-project-modal a { margin-left:26px; margin-right:26px; }
.gasholder-project-modal h3 { margin-top:22px; margin-bottom:8px; font-size:26px; }
.gasholder-project-modal p { color:#475569; line-height:1.55; }
.gasholder-project-modal__meta { color:#8a1384!important; font-weight:800; }
.gasholder-project-modal__close { position:absolute; right:14px; top:14px; width:38px; height:38px; border:0; border-radius:50%; background:#fff; color:#111827; font-size:26px; cursor:pointer; box-shadow:0 8px 24px rgba(0,0,0,.18); }
.gasholder-cta { min-height:360px; padding:48px 40px; background-position:center right; }
.gasholder-cta > div { max-width:600px; }
.gasholder-cta__features { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:18px; margin-top:34px; max-width:760px; }
.gasholder-cta__features span { display:flex; align-items:center; gap:8px; color:#19304a; font-size:13px; font-weight:800; }

/* v085: numbered icon replacements for gasholders modules */
.gasholder-line-icon img,
.gasholder-step-icon img,
.gasholder-compare-icon img,
.gasholder-cta__features img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.gasholder-line-icon { padding:8px; font-size:0; }
.gasholder-step-icon { padding:10px; font-size:0; }
.gasholder-compare-icon { padding:8px; font-size:0; }
.gasholder-cta__features img { width:42px; height:42px; flex:0 0 42px; }

/* GBO page */
.gbo-page{background:#fff;color:#151827}.gbo-page .container{max-width:1180px}.gbo-hero{padding:46px 0 20px}.gbo-hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:44px;align-items:center}.gbo-hero h1{margin:0 0 18px;font-size:52px;line-height:1.08;font-weight:800;letter-spacing:-.04em}.gbo-hero h1 span,.gbo-why h2 span,.gbo-center h2 span,.gbo-bonus h2 span{color:#00a878}.gbo-why h2 em,.gbo-reviews h2 span{color:#6b138c;font-style:normal}.gbo-hero p{max-width:560px;margin:0 0 28px;color:#5a6376;font-size:18px;line-height:1.55}.gbo-hero-media{height:520px;border-radius:0 0 0 110px;overflow:hidden}.gbo-hero-media img{width:100%;height:100%;object-fit:cover}.gbo-actions{display:flex;flex-wrap:wrap;gap:18px}.gbo-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:0 28px;border-radius:8px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.2s}.gbo-btn-primary{background:#6b138c;color:#fff}.gbo-btn-secondary{background:#fff;color:#151827;border-color:#00a878}.gbo-btn-green{background:#00a878;color:#fff}.gbo-btn-dark{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.35)}.gbo-hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}.gbo-hero-features div{display:flex;align-items:center;gap:13px;color:#1d2638;font-size:14px;line-height:1.35}.gbo-hero-features span,.gbo-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border:2px solid #00a878;border-radius:50%;color:#00a878;font-weight:800}.gbo-card{border:1px solid #e4d8eb;border-radius:14px;background:#fff;box-shadow:0 16px 38px rgba(41,22,58,.06);overflow:hidden}.gbo-economy{padding:28px 0 24px}.gbo-economy-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:0}.gbo-why{border-radius:14px 0 0 14px;padding:34px 30px}.gbo-calc{border-left:0;border-radius:0 14px 14px 0;padding:34px 30px}.gbo-why h2,.gbo-calc h2,.gbo-modules h2{margin:0 0 32px;font-size:28px;line-height:1.18}.gbo-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gbo-benefits article{padding:0 14px;text-align:center;border-right:1px solid #e8edf4}.gbo-benefits article:last-child{border-right:0}.gbo-benefits .gbo-icon{margin:0 auto 18px}.gbo-benefits h3{margin:0 0 10px;font-size:15px;line-height:1.3}.gbo-benefits p{margin:0;color:#5d6677;font-size:13px;line-height:1.45}.gbo-calc-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #edf0f4;color:#5d6677}.gbo-calc-row strong{min-width:126px;padding:12px 14px;border:1px solid #cfe9df;border-radius:6px;color:#151827;text-align:center;background:#fff}.gbo-calc-total{margin-top:20px;padding:20px;border-radius:10px;background:linear-gradient(105deg,#eefaf6,#fff);color:#40495d}.gbo-calc-total strong{display:inline-block;margin-top:6px;color:#00a878;font-size:34px}.gbo-calc p{font-size:12px;color:#818a9b}.gbo-fleet,.gbo-modules,.gbo-center,.gbo-reviews,.gbo-bonus{padding:24px 0}.gbo-fleet-card{display:grid;grid-template-columns:.82fr 1.18fr;gap:28px;align-items:stretch;padding:28px 28px 28px 44px;border:1px solid #8e24aa;border-radius:14px;overflow:hidden}.gbo-fleet-card h2{font-size:30px;color:#6b138c;margin:0 0 18px}.gbo-fleet-card ul,.gbo-center ul,.gbo-bonus ul,.gbo-equipment ul{list-style:none;margin:0 0 24px;padding:0}.gbo-fleet-card li,.gbo-center li,.gbo-bonus li,.gbo-equipment li{position:relative;margin:0 0 11px;padding-left:26px}.gbo-fleet-card li:before,.gbo-center li:before,.gbo-bonus li:before,.gbo-equipment li:before{content:'✓';position:absolute;left:0;top:0;color:#00a878;font-weight:900}.gbo-fleet-card>img{display:block;width:100%;height:100%;min-height:340px;object-fit:cover;border-radius:10px}.gbo-fleet-content{display:flex;flex-direction:column;justify-content:center}.gbo-modules-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:14px}.gbo-modules .gbo-card{padding:28px 24px;min-height:330px}.gbo-payback{display:grid;grid-template-columns:44px 1fr;gap:6px 14px;margin-bottom:14px;padding:16px;border-radius:10px;background:#f3fbf8}.gbo-payback span{grid-row:span 2;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:#6b138c}.gbo-payback strong{font-size:14px}.gbo-payback em{color:#00a878;font-style:normal;font-size:22px;font-weight:800}.gbo-equipment img{display:block;width:76%;margin:14px auto 0}.gbo-map-card p{color:#5d6677}.gbo-map-card img{width:100%;margin-top:12px;border-radius:12px}.gbo-center-card{display:grid;grid-template-columns:1.02fr 1fr;align-items:stretch;overflow:hidden;border-radius:14px;background:#2a003b;color:#fff}.gbo-center-content{padding:34px 34px 30px}.gbo-center h2{margin:0 0 24px;font-size:38px;line-height:1.12}.gbo-center-lists{display:grid;grid-template-columns:1fr 1.2fr;gap:28px}.gbo-center h3{margin:0 0 14px;color:#fff}.gbo-center li{font-size:14px;color:#f1e8f6}.gbo-center-card>img{width:100%;height:100%;object-fit:cover}.gbo-reviews{text-align:center}.gbo-reviews h2{margin:0 0 12px;font-size:40px}.gbo-reviews>div>p{margin:0 auto 28px;max-width:720px;color:#687186}.gbo-reviews-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;text-align:left}.gbo-review-card{padding:24px 20px;border-radius:12px;background:#fff;box-shadow:0 16px 36px rgba(31,21,46,.08)}.gbo-quote{color:#a51eb6;font-size:34px;font-weight:900}.gbo-review-card h3{margin:0 0 6px}.gbo-stars{color:#ffc400;letter-spacing:2px;margin-bottom:14px}.gbo-review-card p{font-size:13px;line-height:1.55;color:#30384b}.gbo-bonus-card{position:relative;display:grid;grid-template-columns:1fr .86fr;align-items:center;overflow:hidden;padding:34px;border-radius:14px;background:#260035;color:#fff}.gbo-bonus h2{margin:0 0 18px;font-size:32px;line-height:1.18}.gbo-bonus li{color:#fff}.gbo-bonus-card img{width:100%;height:260px;object-fit:cover;border-radius:10px}

/* v089: GBO page width alignment with gasholders layout */
.gbo-page .container { width:min(1400px, calc(100% - 32px)); max-width:none; }
.gbo-hero > .container { width:100%; max-width:none; }
.gbo-hero-grid { grid-template-columns:minmax(0, calc((1400px - 44px) * .49)) minmax(0, 1fr); }
.gbo-hero-content { padding-left:max(16px, calc((100vw - 1400px) / 2 + 16px)); }
.gbo-hero-media { border-radius:0 0 0 110px; }
@media (max-width: 1024px) {
  .gbo-hero > .container { width:min(1400px, calc(100% - 32px)); }
  .gbo-hero-grid { grid-template-columns:1fr; }
  .gbo-hero-content { padding-left:0; }
}

/* v090: GBO page actual icon set */
.gbo-hero-features img,
.gbo-icon img,
.gbo-payback img {
  display:block;
  width:28px;
  height:28px;
  object-fit:contain;
}
.gbo-hero-features span img { width:30px; height:30px; }
.gbo-icon img { width:32px; height:32px; }
.gbo-payback span img { width:30px; height:30px; }
.gbo-fleet-card li,
.gbo-center li,
.gbo-equipment li {
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding-left:0;
}
.gbo-fleet-card li:before,
.gbo-center li:before,
.gbo-equipment li:before { content:none; }
.gbo-fleet-card li img,
.gbo-center li img,
.gbo-equipment li img {
  flex:0 0 20px;
  width:20px;
  height:20px;
  object-fit:contain;
  margin-top:1px;
}
.gbo-center li img { filter:none; }

/* GBO economy calculator refinement */
.gbo-economy-grid{align-items:stretch}.gbo-why{display:flex;flex-direction:column;justify-content:center;padding:42px 30px 42px 34px}.gbo-why h2{max-width:410px;margin-bottom:46px}.gbo-benefits{align-items:start}.gbo-benefits article{display:flex;min-height:230px;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 18px}.gbo-benefits .gbo-icon{width:66px;height:66px;margin-bottom:22px}.gbo-benefits .gbo-icon img{width:38px;height:38px;object-fit:contain}.gbo-benefits h3{min-height:42px;margin-bottom:16px;font-size:16px}.gbo-benefits p{max-width:170px;font-size:14px;line-height:1.6}.gbo-calc{padding:42px 50px}.gbo-calc h2{margin-bottom:28px}.gbo-calc-field{margin-bottom:22px}.gbo-calc-field label,.gbo-calc-prices label{display:block;margin-bottom:10px;color:#151827;font-size:14px;font-weight:800}.gbo-calc-control{display:grid;grid-template-columns:1fr 120px 56px;gap:12px;align-items:center}.gbo-calc-control input[type="range"]{width:100%;accent-color:#6b138c}.gbo-calc-number{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:0 14px;border:1px solid #bfe8dc;border-radius:8px;background:#fff;color:#151827;font:inherit;font-weight:800;text-align:center}.gbo-calc-control span{color:#151827;font-size:13px}.gbo-calc-prices{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:28px 0 24px}.gbo-calc-price-input{display:block;width:100%;min-height:52px;margin-top:10px;padding:0 18px;border:1px solid #d4dce8;border-radius:8px;background:#fff;color:#151827;font:inherit;font-weight:700}.gbo-calc-total{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.gbo-calc-total strong{margin-right:6px}.gbo-calc-total img{width:74px;height:74px;object-fit:contain;opacity:.95}.gbo-calc p{margin-top:18px}

/* v095: compact GBO economy calculator and balance left/right density */
.gbo-economy-grid{
  grid-template-columns:1.42fr .95fr;
}
.gbo-why{
  padding:34px 30px 34px 34px;
}
.gbo-why h2{
  margin-bottom:30px;
}
.gbo-benefits article{
  min-height:188px;
  padding:0 14px;
}
.gbo-benefits .gbo-icon{
  width:58px;
  height:58px;
  margin-bottom:16px;
}
.gbo-benefits .gbo-icon img{
  width:34px;
  height:34px;
}
.gbo-benefits h3{
  min-height:38px;
  margin-bottom:10px;
  font-size:15px;
}
.gbo-benefits p{
  font-size:13px;
  line-height:1.45;
}
.gbo-calc{
  padding:30px 32px;
}
.gbo-calc h2{
  margin-bottom:20px;
  font-size:24px;
}
.gbo-calc-field{
  margin-bottom:16px;
}
.gbo-calc-field label,
.gbo-calc-prices label{
  margin-bottom:8px;
  font-size:13px;
}
.gbo-calc-control{
  grid-template-columns:1fr 104px 48px;
  gap:10px;
}
.gbo-calc-number,
.gbo-calc-price-input{
  min-height:44px;
  padding:0 12px;
}
.gbo-calc-prices{
  gap:16px;
  margin:18px 0 16px;
}
.gbo-calc-price-input{
  margin-top:8px;
}
.gbo-calc-total{
  gap:14px;
  margin-top:14px;
  padding:16px;
}
.gbo-calc-total strong{
  font-size:30px;
}
.gbo-calc-total img{
  width:56px;
  height:56px;
}
.gbo-calc p{
  margin-top:12px;
  font-size:11px;
  line-height:1.45;
}

/* v096: GBO section headings and tighter vertical rhythm */
.gbo-economy,
.gbo-fleet{
  padding:18px 0;
}
.gbo-section-head{
  margin:0 0 20px;
}
.gbo-section-head h2{
  margin:0;
  color:#151827;
  font-size:42px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.035em;
}
.gbo-section-head h2 span{
  color:#00a878;
}
.gbo-section-head h2 em{
  color:#6b138c;
  font-style:normal;
}
.gbo-economy-grid{
  grid-template-columns:1.32fr .98fr;
  gap:0;
}
.gbo-why{
  justify-content:center;
  padding:36px 34px;
}
.gbo-benefits{
  gap:14px;
}
.gbo-benefits article{
  min-height:210px;
  padding:0 18px;
}
.gbo-benefits .gbo-icon{
  width:64px;
  height:64px;
  margin-bottom:18px;
}
.gbo-benefits .gbo-icon img{
  width:38px;
  height:38px;
}
.gbo-benefits h3{
  min-height:42px;
  margin-bottom:12px;
  font-size:16px;
}
.gbo-benefits p{
  max-width:178px;
  font-size:14px;
  line-height:1.52;
}
.gbo-calc{
  padding:28px 30px;
}
.gbo-calc h2{
  margin-bottom:18px;
  font-size:24px;
}
.gbo-calc-field{
  margin-bottom:14px;
}
.gbo-calc-field label,
.gbo-calc-prices label{
  margin-bottom:7px;
  font-size:13px;
}
.gbo-calc-control{
  grid-template-columns:1fr 104px 48px;
  gap:9px;
}
.gbo-calc-number,
.gbo-calc-price-input{
  min-height:42px;
}
.gbo-calc-prices{
  gap:14px;
  margin:16px 0 14px;
}
.gbo-calc-total{
  margin-top:12px;
  padding:15px 16px;
}
.gbo-calc-total strong{
  font-size:30px;
}
.gbo-calc p{
  margin-top:10px;
}
.gbo-fleet-card{
  padding:32px 30px 32px 44px;
}
.gbo-fleet-card h2{
  display:none;
}
.gbo-fleet-content{
  justify-content:center;
}

/* v097: GBO headings returned inside section cards and calculator total alignment fixed */
.gbo-economy .container,
.gbo-fleet .container{
  display:block;
}
.gbo-economy .gbo-section-head,
.gbo-fleet .gbo-section-head{
  margin:0 0 22px;
}
.gbo-why{
  justify-content:flex-start;
  padding-top:34px;
}
.gbo-why .gbo-section-head h2,
.gbo-fleet-content h2{
  margin:0;
  color:#151827;
  font-size:40px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.035em;
}
.gbo-why .gbo-section-head h2 span{color:#00a878}
.gbo-why .gbo-section-head h2 em{color:#6b138c;font-style:normal}
.gbo-fleet-content h2{
  display:block;
  max-width:440px;
  margin:0 0 24px;
  color:#6b138c;
}
.gbo-fleet-card{
  align-items:stretch;
}
.gbo-fleet-content{
  justify-content:flex-start;
  padding-top:2px;
}
.gbo-calc-total{
  align-items:center;
}
.gbo-calc-total > div{
  min-width:0;
}
.gbo-calc-total strong{
  display:block;
  margin:6px 0 0;
  line-height:1;
  white-space:nowrap;
}
.gbo-calc-total small{
  display:block;
  margin-top:4px;
}
@media (max-width: 760px){
  .gbo-why .gbo-section-head h2,
  .gbo-fleet-content h2{font-size:30px}
  .gbo-calc-total{align-items:flex-start}
  .gbo-calc-total img{display:none}
}

/* v098: GBO modules image/text overlay alignment */
.gbo-modules .gbo-equipment,
.gbo-modules .gbo-map-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  overflow:hidden;
  min-height:360px;
}
.gbo-equipment h2,
.gbo-equipment ul{
  position:relative;
  z-index:2;
  max-width:56%;
}
.gbo-equipment h2{
  margin-bottom:28px;
}
.gbo-equipment ul{
  margin-bottom:0;
}
.gbo-equipment li{
  align-items:center;
  margin-bottom:15px;
  font-size:16px;
  line-height:1.35;
}
.gbo-equipment li img{
  flex:0 0 22px;
  width:22px;
  height:22px;
}
.gbo-equipment > img{
  position:absolute;
  z-index:1;
  right:-4%;
  bottom:8%;
  width:58%;
  max-width:none;
  margin:0;
  pointer-events:none;
}
.gbo-equipment:after{
  content:'';
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(90deg,#fff 0%,#fff 42%,rgba(255,255,255,.82) 57%,rgba(255,255,255,.2) 76%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.gbo-map-card{
  padding:28px 24px;
}
.gbo-map-card h2,
.gbo-map-card p,
.gbo-map-card .gbo-btn{
  position:relative;
  z-index:2;
  max-width:75%;
}
.gbo-map-card h2{
  margin-bottom:18px;
}
.gbo-map-card p{
  margin-bottom:22px;
  color:#151827;
  font-size:16px;
  line-height:1.45;
}
.gbo-map-card .gbo-btn{
  width:max-content;
  max-width:100%;
  background:rgba(255,255,255,.9);
}
.gbo-map-card > img{
  position:absolute;
  z-index:1;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  border-radius:0;
  object-fit:cover;
  opacity:.9;
}
.gbo-map-card:before{
  content:'';
  position:absolute;
  z-index:2;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 31%,rgba(255,255,255,.45) 58%,rgba(255,255,255,.08) 100%);
  pointer-events:none;
}
.gbo-map-card h2,
.gbo-map-card p,
.gbo-map-card .gbo-btn{
  z-index:3;
}
@media (max-width: 900px){
  .gbo-equipment h2,
  .gbo-equipment ul,
  .gbo-map-card h2,
  .gbo-map-card p{
    max-width:100%;
  }
  .gbo-equipment > img{
    position:relative;
    right:auto;
    bottom:auto;
    width:82%;
    margin:18px auto 0;
  }
  .gbo-equipment:after{
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.9) 68%,rgba(255,255,255,0) 100%);
  }
  .gbo-map-card{
    min-height:360px;
  }
}

/* v099: GBO modules text alignment and map button correction */
.gbo-modules .gbo-equipment,
.gbo-modules .gbo-map-card{
  min-height:330px;
  padding:24px 22px;
}
.gbo-equipment h2,
.gbo-equipment ul{
  max-width:58%;
}
.gbo-equipment h2{
  margin:0 0 24px;
}
.gbo-equipment ul{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.gbo-equipment li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin:0;
  padding-left:0;
  text-align:left;
  font-size:16px;
  line-height:1.35;
}
.gbo-equipment li:before{
  display:none;
}
.gbo-equipment li img{
  flex:0 0 22px;
  width:22px;
  height:22px;
  margin:1px 0 0;
  object-fit:contain;
}
.gbo-equipment > img{
  right:-2%;
  bottom:9%;
  width:56%;
}
.gbo-equipment:after{
  background:linear-gradient(90deg,#fff 0%,#fff 43%,rgba(255,255,255,.88) 57%,rgba(255,255,255,.28) 75%,rgba(255,255,255,0) 100%);
}
.gbo-map-card{
  justify-content:flex-start;
}
.gbo-map-card h2,
.gbo-map-card p,
.gbo-map-card .gbo-btn{
  max-width:78%;
}
.gbo-map-card h2{
  margin:0 0 14px;
}
.gbo-map-card p{
  margin:0 0 16px;
}
.gbo-map-card .gbo-btn{
  min-height:44px;
  padding:0 20px;
  border-color:#6b138c;
  background:rgba(255,255,255,.92);
  color:#6b138c;
  font-size:14px;
  font-weight:800;
}
.gbo-map-card .gbo-btn:hover{
  background:#6b138c;
  color:#fff;
}
.gbo-map-card:before{
  background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.82) 30%,rgba(255,255,255,.4) 58%,rgba(255,255,255,.06) 100%);
}
@media (max-width: 900px){
  .gbo-equipment h2,
  .gbo-equipment ul,
  .gbo-map-card h2,
  .gbo-map-card p,
  .gbo-map-card .gbo-btn{
    max-width:100%;
  }
  .gbo-equipment li{
    font-size:15px;
  }
}

/* v100: GBO center services list — unified green checks instead of image icons */
.gbo-center li{
  display:block;
  position:relative;
  margin:0 0 11px;
  padding-left:28px;
  color:#f1e8f6;
  line-height:1.45;
}
.gbo-center li:before{
  content:'✓';
  position:absolute;
  left:0;
  top:.05em;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border:1.5px solid #00d08a;
  border-radius:50%;
  color:#00d08a;
  font-size:12px;
  font-weight:900;
  line-height:1;
}
.gbo-center li img{
  display:none;
}

/* v102: carwash page from approved visual reference */
.carwash-page {
  background: #fff;
  color: #0b1220;
}
.carwash-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #fff;
}
.carwash-hero-inner {
  position: relative;
  display: block;
  min-height: 540px;
}
.carwash-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 540px;
  max-width: 560px;
  flex-direction: column;
  justify-content: center;
  padding: 58px 0 34px;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 72%, rgba(255,255,255,.82) 88%, rgba(255,255,255,0) 100%);
}
.carwash-hero-content h1 {
  max-width: 520px;
  margin: 0;
  color: #05070d;
  font-size: clamp(30px, 3.35vw, 48px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.carwash-hero-content h1 span {
  display: block;
  color: var(--color-purple-700);
  text-transform: none;
}
.carwash-hero-content p {
  max-width: 390px;
  margin: 18px 0 0;
  color: #344156;
  font-size: 15px;
  line-height: 1.55;
}
.carwash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.carwash-button-primary,
.carwash-button-secondary {
  min-width: 190px;
  min-height: 52px;
  border-radius: 8px;
  gap: 14px;
  font-weight: 900;
}
.carwash-button-primary {
  background: linear-gradient(135deg, #8c1388, #6e0f78);
  color: #fff;
  box-shadow: 0 16px 34px rgba(126, 17, 127, .22);
}
.carwash-button-primary:hover { background: linear-gradient(135deg, #9a168f, #82127f); }
.carwash-button-secondary {
  background: #fff;
  color: #141a2a;
  border: 1px solid #00a65a;
}
.carwash-button-secondary span { color: #00a65a; }
.carwash-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(145px, 1fr));
  gap: 18px;
  width: min(720px, calc(100vw - 40px));
  margin-top: 46px;
}
.carwash-stat {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  min-width: 0;
  padding-right: 8px;
  color: #1c2638;
}
.carwash-stat span {
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid #00a747;
  border-radius: 50%;
  color: #00a747;
  font-size: 20px;
  font-weight: 900;
}
.carwash-stat b { font-size: 14px; line-height: 1.2; }
.carwash-stat small { color: #4b5567; font-size: 13px; line-height: 1.25; }
.carwash-hero-media {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  left: 34%;
  z-index: 1;
  min-height: 540px;
  overflow: hidden;
}
.carwash-hero-media::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 42%;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 24%, rgba(255,255,255,.70) 52%, rgba(255,255,255,.18) 78%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}
.carwash-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  pointer-events: none;
}
.carwash-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 52% center;
}
.carwash-features {
  padding-top: 0;
}
.carwash-features-panel {
  margin-top: -12px;
  padding: 28px 34px 34px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 60px rgba(12, 24, 44, .055);
}
.carwash-features-panel h2,
.carwash-locations h2 {
  margin: 0 0 28px;
  color: #111827;
  text-align: center;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.15;
  font-weight: 900;
}
.carwash-features-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.carwash-feature {
  min-height: 170px;
  padding: 8px 24px 0;
  text-align: center;
  border-left: 1px solid rgba(15,23,42,.10);
}
.carwash-feature:first-child { border-left: 0; }
.carwash-feature-icon {
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 3px solid #08a846;
  border-radius: 50%;
  color: #08a846;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.carwash-feature h3 {
  margin: 0 0 8px;
  color: #151a27;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}
.carwash-feature p {
  margin: 0;
  color: #4b5567;
  font-size: 14px;
  line-height: 1.55;
}
.carwash-locations { padding-top: 4px; }
.carwash-locations h2 {
  margin-bottom: 20px;
  text-align: left;
}
.carwash-locations-grid {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}
.carwash-location-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.carwash-location-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(12,24,44,.05);
}
.carwash-location-address {
  min-height: 64px;
  margin: 0 0 14px;
  color: #101828;
  font-size: 14px;
  line-height: 1.45;
}
.carwash-location-address span { color: var(--color-purple-700); font-weight: 900; }
.carwash-location-address b { font-weight: 900; }
.carwash-location-card img {
  flex: 1;
  width: 100%;
  min-height: 190px;
  border-radius: 9px;
  object-fit: cover;
}
.carwash-map-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 14px;
  background: #edf5ef url('../images/services/carwash/carwash-map-fallback.webp') center/cover no-repeat;
}
.carwash-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 310px;
  border: 0;
}
.carwash-map-card > iframe {
  width: 100% !important;
  max-width: 100%;
  min-height: 400px;
  border: 0;
  display: block;
}
.carwash-map-label {
  position: absolute;
  top: 62px;
  left: 50%;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  min-width: 250px;
  max-width: 330px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 50px rgba(42,16,63,.16);
  transform: translateX(-50%);
}
.carwash-map-label span {
  grid-row: 1 / span 2;
  color: var(--color-purple-700);
  font-size: 34px;
  line-height: 1;
}
.carwash-map-label b { color: #111827; font-size: 18px; line-height: 1.22; }
.carwash-map-label small { color: #4b5567; font-size: 14px; }
.carwash-cta { padding-top: 0; }
.carwash-cta-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(150px, .55fr) minmax(260px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px 32px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(12,24,44,.05);
}
.carwash-cta-panel h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.15;
  font-weight: 900;
}
.carwash-cta-panel h2 span { display: block; color: #00a747; }
.carwash-cta-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
}
.carwash-cta-item span {
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 3px solid #08a846;
  border-radius: 50%;
  color: #08a846;
  font-size: 25px;
  font-weight: 900;
}
.carwash-cta-item b { color: #111827; font-size: 16px; line-height: 1.25; }
.carwash-cta-item small { color: #4b5567; }

@media (max-width: 1180px) {
  .carwash-hero-inner { min-height: auto; }
  .carwash-hero-content { min-height: auto; max-width: none; padding: 44px 0 26px; }
  .carwash-hero-media { position: relative; left: auto; right: auto; min-height: 380px; margin: 0 calc(50% - 50vw); }
  .carwash-hero-media img { min-height: 380px; object-position: center; }
  .carwash-stats { width: 100%; margin-top: 32px; }
  .carwash-features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
  .carwash-feature:nth-child(3n + 1) { border-left: 0; }
  .carwash-locations-grid { grid-template-columns: 1fr; }
  .carwash-cta-panel { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .carwash-hero-content h1 { font-size: 32px; }
  .carwash-actions { gap: 12px; }
  .carwash-button-primary, .carwash-button-secondary { width: 100%; min-width: 0; }
  .carwash-stats { grid-template-columns: 1fr; gap: 16px; }
  .carwash-features-panel { padding: 24px 20px; }
  .carwash-features-grid { grid-template-columns: 1fr; }
  .carwash-feature { min-height: auto; padding: 22px 8px; border-left: 0; border-top: 1px solid rgba(15,23,42,.10); }
  .carwash-feature:first-child { border-top: 0; }
  .carwash-location-cards { grid-template-columns: 1fr; }
  .carwash-map-card, .carwash-map-iframe { min-height: 360px; }
  .carwash-map-label { top: 22px; width: calc(100% - 36px); min-width: 0; }
  .carwash-cta-panel { grid-template-columns: 1fr; padding: 24px 22px; }
}

/* v103: carwash page uses approved icon assets from project icon archive */
.carwash-stat span img,
.carwash-feature-icon img,
.carwash-cta-item span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carwash-stat span,
.carwash-feature-icon,
.carwash-cta-item span {
  border: 0;
}

/* v105: carwash page width alignment with gasholders layout */
.carwash-page .container {
  width: min(1400px, calc(100% - 32px));
}

@media (max-width: 640px) {
  .carwash-page .container {
    width: min(100% - 24px, 1400px);
  }
}

/* v120: carwash map label removal and nearest-location CTA */
.carwash-cta-panel {
  position: relative;
}
.carwash-cta-location span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 980px) {
}

/* Services overview page */
.services-page{background:#fff;color:#08131b}.services-page .container{width:min(1400px, calc(100% - 32px));max-width:none}.services-hero{padding:24px 0 38px}.services-breadcrumb{font-size:14px;color:#63717a;margin:0 0 48px}.services-breadcrumb a{color:inherit}.services-hero-grid{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(620px,1.45fr);gap:48px;align-items:center}.services-hero-copy h1{font-size:52px;line-height:1.03;letter-spacing:-1.5px;margin:0 0 26px;max-width:620px}.services-hero-copy h1 span{color:#a0008f}.services-hero-copy>p:not(.services-breadcrumb){font-size:19px;line-height:1.55;max-width:580px;color:#3f5059}.services-primary-button,.services-outline-button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:54px;padding:0 30px;border-radius:6px;background:#980087;color:#fff;font-weight:700;margin-top:24px}.services-hero-collage{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative;padding:78px 4px 38px;isolation:isolate}.services-hero-tile{position:relative;margin:0;z-index:2}.services-hero-tile>img{display:block;width:100%;height:330px;object-fit:cover;border-radius:20px}.services-hero-icon{position:absolute;left:50%;top:-42px;transform:translateX(-50%);width:78px;height:78px;border-radius:50%;background:#fff;display:grid;place-items:center;z-index:4;box-shadow:0 7px 18px rgba(5,30,34,.09)}.services-hero-icon img{width:58px;height:58px;object-fit:contain}.services-hero-icon--green{border:3px solid #07956d}.services-hero-icon--purple{border:3px solid #a40091}.services-hero-circuit{position:absolute;left:0;right:0;z-index:1;pointer-events:none}.services-hero-circuit:before,.services-hero-circuit:after{content:"";position:absolute;height:2px;background:currentColor}.services-hero-circuit--top{top:12px;height:105px;color:#07956d;background:linear-gradient(currentColor,currentColor) 0 36px/11% 2px no-repeat,linear-gradient(135deg,transparent 48%,currentColor 49% 53%,transparent 54%) 11% 18px/7% 38px no-repeat,linear-gradient(currentColor,currentColor) 18% 18px/15% 2px no-repeat,linear-gradient(45deg,transparent 48%,currentColor 49% 53%,transparent 54%) 33% 18px/7% 42px no-repeat,linear-gradient(#a40091,#a40091) 40% 58px/17% 2px no-repeat,linear-gradient(135deg,transparent 48%,#a40091 49% 53%,transparent 54%) 57% 38px/8% 42px no-repeat,linear-gradient(currentColor,currentColor) 65% 38px/17% 2px no-repeat,linear-gradient(135deg,transparent 48%,currentColor 49% 53%,transparent 54%) 82% 20px/7% 38px no-repeat,linear-gradient(currentColor,currentColor) 89% 20px/11% 2px no-repeat}.services-hero-circuit--top:before{left:0;top:32px;width:7px;border-radius:4px;box-shadow:88px -1px 0 -0.5px currentColor,336px -19px 0 -0.5px currentColor,534px 39px 0 -0.5px #a40091,795px -1px 0 -0.5px currentColor}.services-hero-circuit--top:after{right:0;top:16px;width:7px;border-radius:4px;background:#a40091;box-shadow:-118px 20px 0 -0.5px #a40091,-286px 42px 0 -0.5px #a40091}.services-hero-circuit--bottom{bottom:0;height:70px;color:#07956d;background:linear-gradient(currentColor,currentColor) 0 28px/15% 2px no-repeat,linear-gradient(45deg,transparent 48%,currentColor 49% 53%,transparent 54%) 15% 28px/7% 25px no-repeat,linear-gradient(currentColor,currentColor) 22% 51px/17% 2px no-repeat,linear-gradient(135deg,transparent 48%,#a40091 49% 53%,transparent 54%) 39% 27px/7% 26px no-repeat,linear-gradient(#a40091,#a40091) 46% 27px/16% 2px no-repeat,linear-gradient(45deg,transparent 48%,#a40091 49% 53%,transparent 54%) 62% 27px/8% 26px no-repeat,linear-gradient(currentColor,currentColor) 70% 51px/18% 2px no-repeat,linear-gradient(135deg,transparent 48%,currentColor 49% 53%,transparent 54%) 88% 28px/6% 25px no-repeat,linear-gradient(currentColor,currentColor) 94% 28px/6% 2px no-repeat}.services-hero-circuit--bottom:before{left:0;top:24px;width:7px;border-radius:4px;box-shadow:164px 23px 0 -0.5px currentColor,520px 0 0 -0.5px #a40091,858px 23px 0 -0.5px currentColor}.services-hero-circuit--bottom:after{right:0;top:24px;width:7px;border-radius:4px;background:#a40091;box-shadow:-160px 23px 0 -0.5px currentColor,-470px 0 0 -0.5px #a40091}
.services-directions{padding:10px 0 32px}.services-directions h2,.services-selector h2,.services-quick h2{text-align:center;font-size:40px;margin:0 0 24px}.services-direction-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.services-direction-card{border:1px solid #d9e1e4;border-radius:18px;padding:20px;position:relative;overflow:hidden;box-shadow:0 3px 12px rgba(12,35,46,.04)}.services-direction-number{display:inline-flex;color:#fff;font-weight:800;border-radius:7px;padding:7px 9px;margin-bottom:12px}.services-direction-card--green .services-direction-number{background:#078b61}.services-direction-card--purple .services-direction-number{background:#9a0087}.services-direction-top{display:grid;grid-template-columns:1fr 52%;min-height:205px;align-items:center;gap:12px}.services-direction-top h3{font-size:25px;line-height:1.16;margin:0 0 14px}.services-direction-top p{font-size:15px;line-height:1.45;max-width:310px}.services-direction-top>img{width:100%;height:210px;object-fit:cover;border-radius:12px}.services-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dce3e6;border-bottom:1px solid #dce3e6}.services-mini-grid--two{grid-template-columns:repeat(2,1fr)}.services-mini-grid--four{grid-template-columns:repeat(4,1fr)}.services-mini-grid a{display:flex;gap:10px;align-items:flex-start;padding:18px 12px;color:#102028;border-right:1px solid #e4e8ea}.services-mini-grid a:last-child{border-right:0}.services-mini-grid img{width:42px;height:42px;object-fit:contain;flex:0 0 auto}.services-mini-grid b,.services-mini-grid small{display:block}.services-mini-grid b{font-size:14px}.services-mini-grid small{font-size:11px;line-height:1.35;margin-top:5px;color:#53626a}.services-card-link{display:inline-flex;gap:20px;font-weight:800;margin-top:16px}.services-direction-card--green .services-card-link{color:#008d68}.services-direction-card--purple .services-card-link{color:#a0008f}
.services-system{padding:16px 0 28px}.services-system-panel{background:#061118;border-radius:18px;color:#fff;padding:28px 34px;display:grid;grid-template-columns:340px 1fr;gap:40px;align-items:center}.services-system-panel h2{font-size:30px;margin:0 0 15px}.services-system-panel p{font-size:14px;line-height:1.55;color:#d6e0e4}.services-system-features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.services-system-features div{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.services-system-features img{display:block;width:76px;height:76px;object-fit:contain;margin:0 auto;filter:drop-shadow(0 0 8px rgba(0,255,158,.25))}.services-system-features span{display:block;width:100%;font-size:13px;line-height:1.35;margin-top:8px;text-align:center}
.services-selector{padding:0 0 28px}.services-selector-panel{border:1px solid #dce3e6;border-radius:18px;padding:16px 48px 24px}.services-selector-panel h2{font-size:28px}.services-table-wrap{overflow:auto}.services-selector table{width:100%;border-collapse:collapse;min-width:760px}.services-selector th,.services-selector td{border:1px solid #dce3e6;padding:12px 16px;text-align:center}.services-selector th:first-child,.services-selector td:first-child{text-align:left}.services-selector th:nth-child(2){color:#078b61}.services-selector th:nth-child(3){color:#a0008f}.services-selector th:nth-child(4){color:#078b61}.services-selector td:not(:first-child){font-size:22px;font-weight:800;color:#078b61}.services-outline-button{background:#fff;border:2px solid #b30098;color:#b30098;max-width:470px;margin:22px auto 0;display:flex}
.services-quick{padding:0 0 28px}.services-quick h2{font-size:28px}.services-quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.services-quick-grid a{border:1.5px solid #0a9c72;border-radius:9px;padding:18px 16px;color:#183039;font-weight:700;display:flex;justify-content:space-between}.services-quick-grid a:nth-child(n+3){border-color:#c436b5}
.services-request{padding:0 0 38px}.services-request-panel{border-radius:18px;overflow:hidden;background:linear-gradient(100deg,#870070 0%,#6e0067 42%,#10151a 100%);padding:34px;color:#fff;display:grid;grid-template-columns:36% 48%;justify-content:space-between;position:relative}.services-request-panel:after{content:"";position:absolute;right:0;top:0;bottom:0;width:24%;background:url('../images/services-overview/gasholder.png') center/cover no-repeat;opacity:.42}.services-request-copy,.services-request-form{position:relative;z-index:1}.services-request-copy h2{font-size:34px;line-height:1.14;margin:0 0 14px}.services-request-copy>p{color:#00d79a;font-size:20px;font-weight:700}.services-request-copy ul{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:20px 0 0;list-style:none;font-size:12px}.services-request-copy li{display:flex;flex-direction:column;align-items:flex-start;gap:8px;line-height:1.35}.services-request-copy li img{display:block;width:42px;height:42px;object-fit:contain;filter:brightness(0) invert(1)}.services-request-copy li span{display:block}.services-request-form{background:#fff;color:#26353d;border-radius:14px;padding:18px}.services-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.services-request-form label{display:block;font-size:12px;margin-bottom:10px}.services-request-form input,.services-request-form select,.services-request-form textarea{width:100%;border:1px solid #dfe5e8;border-radius:6px;padding:11px;margin-top:5px;font:inherit}.services-form-footer{display:flex;gap:14px;justify-content:space-between;align-items:center}.services-consent{display:flex!important;align-items:flex-start;gap:7px;max-width:55%}.services-consent input{width:auto;margin-top:2px}.services-request-form button{border:0;border-radius:6px;background:#980087;color:#fff;font-weight:700;padding:14px 22px}

/* v128: cross-page layout restoration */
:is(.business-page, .agzs-page, .carwash-page, .gasholders-page, .gbo-page, .services-page) > section:not(:first-child) {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
:is(.business-page, .agzs-page, .carwash-page, .gasholders-page, .gbo-page, .services-page) > section:first-child {
  margin-top: 0;
}
:is(.business-page, .agzs-page, .carwash-page, .gasholders-page, .gbo-page, .services-page) > section:last-child {
  padding-bottom: var(--section-space);
}
.gbo-page .container,
.gasholders-page .container,
.carwash-page .container,
.services-page .container {
  width: min(var(--container), calc(100% - 32px));
  max-width: none;
}

/* v130: infrastructure page */
.infra-page{background:#fff;color:#08131b}.infra-page .container{width:min(1400px,calc(100% - 32px));max-width:none}.infra-section{padding:24px 0}.infra-panel{border:1px solid #dce5e8;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(13,41,52,.035)}.infra-hero{padding:20px 0 28px}.infra-hero__grid{display:grid;grid-template-columns:minmax(400px,.78fr) minmax(620px,1.22fr);align-items:center;gap:36px}.infra-hero__copy h1{font-size:54px;line-height:1.06;letter-spacing:-1.8px;margin:0 0 22px}.infra-hero__copy h1 span,.infra-station__content h2 span{color:#9b078d}.infra-hero__copy p{max-width:560px;font-size:18px;line-height:1.55;color:#42515a}.infra-hero__actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px}.infra-hero__media{min-height:410px;display:flex;align-items:center;position:relative}.infra-hero__media img{width:100%;height:410px;object-fit:contain}.infra-circuit:before,.infra-circuit:after{content:"";position:absolute;height:2px;background:linear-gradient(90deg,#078b68 0 55%,#aa0b91 55%);width:42%;opacity:.9}.infra-circuit:before{top:10px;right:2%}.infra-circuit:after{bottom:10px;right:0;transform:scaleX(-1)}.infra-system{padding:24px 28px 28px}.infra-system h2,.infra-process h2,.infra-trust h2{text-align:center;margin:0 0 24px;font-size:30px}.infra-system__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;align-items:start}.infra-system__item{text-align:left;padding:12px 14px;position:relative}/* v138: approved arrow position for the “Что входит в инфраструктуру” block.
   Keep these values unless icon size, card width or grid spacing changes. */
.infra-system__item:not(:last-child):after{content:"→";position:absolute;right:50px;top:42px;transform:translate(50%,-50%);color:#078b68;font-size:24px;line-height:1;pointer-events:none}.infra-icon{width:78px;height:78px;border:1px solid #d8e6e3;border-radius:50%;display:grid;place-items:center;background:#fff}.infra-icon img{width:58px;height:58px;object-fit:contain}.infra-system__item h3{font-size:16px;line-height:1.25;margin:14px 0 8px}.infra-system__item p,.infra-trust p{font-size:13px;line-height:1.5;color:#52616a;margin:0}.infra-duo{display:grid;grid-template-columns:1fr 1fr;gap:20px}.infra-quality,.infra-digital{min-height:340px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;padding:26px}.infra-quality h2,.infra-digital h2{font-size:25px;margin:0 0 20px}.infra-quality ul,.infra-digital ul{list-style:none;padding:0;margin:0}.infra-quality li{padding:0 0 15px 42px;position:relative}.infra-quality li:before{content:"✓";position:absolute;left:0;top:0;width:30px;height:30px;border:2px solid #a00b8f;border-radius:50%;display:grid;place-items:center;color:#078b68;font-weight:800}.infra-quality li strong,.infra-quality li span{display:block}.infra-quality li span,.infra-digital li{font-size:13px;color:#53636b;line-height:1.45}.infra-quality>img{width:100%;height:100%;object-fit:cover;border-radius:12px}.infra-digital>img{width:100%;height:300px;object-fit:contain;align-self:center}.infra-digital li{padding:7px 0 7px 24px;position:relative}.infra-digital li:before{content:"";position:absolute;left:0;top:13px;width:8px;height:8px;border-radius:50%;background:#07956d}.infra-process{padding:22px 28px;position:relative}.infra-process ol{display:grid;grid-template-columns:repeat(6,1fr);list-style:none;padding:0;margin:0;counter-reset:steps}.infra-process li{text-align:center;padding:0 10px;position:relative}.infra-process li:not(:last-child):after{content:"→";position:absolute;right:-8px;top:17px;color:#078b68}.infra-process li>span{width:40px;height:40px;border-radius:50%;background:#8f0a82;color:#fff;display:grid;place-items:center;margin:0 auto 10px;font-weight:800}.infra-process strong,.infra-process small{display:block}.infra-process strong{font-size:14px}.infra-process small{font-size:11px;line-height:1.35;color:#59676f;margin-top:8px}.infra-station{display:grid;grid-template-columns:1.02fr .98fr;gap:20px}.infra-station__image{margin:0;min-height:610px;border-radius:18px;overflow:hidden;position:relative;background:#eef7fb}.infra-station__image img{width:100%;height:100%;object-fit:cover}.infra-station__content{padding:38px}.infra-station__content h2{font-size:39px;line-height:1.1;margin:0 0 22px}.infra-station__content>p{color:#4c5c65;line-height:1.55;max-width:580px}.infra-station__benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}.infra-station__benefits div{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.infra-station__benefits img{display:block;width:58px;height:58px;object-fit:contain;margin:0 auto}.infra-station__benefits strong,.infra-station__benefits span{display:block}.infra-station__benefits strong{font-size:13px;margin:8px 0}.infra-station__benefits span{font-size:11px;color:#5d6b72;line-height:1.35}.infra-note{margin-top:36px;border:1px solid #dfe7ea;border-radius:12px;padding:18px 20px;font-size:14px}.infra-note:before{content:"★";color:#9d078d;font-size:24px;margin-right:12px}.infra-numbers{min-height:220px;border-radius:20px;overflow:hidden;background:linear-gradient(105deg,#3b0058,#091d43 62%,#087a72);color:#fff;display:grid;grid-template-columns:1.1fr repeat(4,.9fr) 1.2fr;align-items:center;padding:26px 34px;position:relative}.infra-numbers h2{font-size:24px}.infra-numbers div{border-left:1px solid rgba(255,255,255,.3);padding-left:24px}.infra-numbers strong,.infra-numbers span{display:block}.infra-numbers strong{font-size:42px;color:#05b858}.infra-numbers span{font-size:15px}.infra-numbers img{width:100%;height:190px;object-fit:contain}.infra-trust{padding-top:8px}.infra-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.infra-trust article{display:flex;gap:14px;align-items:center}.infra-trust .infra-icon{width:66px;height:66px;flex:0 0 66px}.infra-trust .infra-icon img{width:48px;height:48px}.infra-trust h3{font-size:15px;margin:0 0 6px}.infra-request{min-height:420px;border-radius:20px;overflow:hidden;background:linear-gradient(120deg,#37004f 0,#64006b 30%,#f7f8fa 30%,#fff 78%,#063a45 78%);display:grid;grid-template-columns:.85fr 1.25fr .65fr;position:relative}.infra-request__copy{padding:45px 36px;color:#fff;position:relative;z-index:2}.infra-request__copy h2{font-size:36px;line-height:1.18;margin:0 0 18px}.infra-request__copy p{font-size:14px;line-height:1.5}.infra-request__form{margin:28px 0;padding:26px;background:#fff;border-radius:14px;position:relative;z-index:3;box-shadow:0 12px 30px rgba(10,20,30,.15)}.infra-request__form label{font-size:12px;color:#4e5b64;display:block}.infra-request__form input,.infra-request__form select,.infra-request__form textarea{width:100%;margin-top:7px;border:1px solid #dbe2e6;border-radius:6px;padding:12px;font:inherit}.infra-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.infra-request__form>label{margin-top:14px}.infra-form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.infra-consent{display:flex!important;align-items:flex-start;gap:8px;max-width:260px}.infra-consent input{width:auto;margin:2px 0 0!important}.infra-request__image{width:100%;height:100%;object-fit:cover}

/* Infrastructure v131: exact supplied visuals and icon set */
.infra-hero__media img{height:auto;max-height:430px;object-fit:contain}
.infra-system__item .infra-icon img{width:64px;height:64px}
.infra-quality>img{object-position:center}
.infra-digital>img{height:300px;object-fit:contain}
.infra-station__image{background:#fff}
.infra-station__image img{object-fit:cover;object-position:center}
.infra-numbers--image{display:block;min-height:0;padding:0;background:none;border-radius:20px}
.infra-numbers--image img{display:block;width:100%;height:auto;object-fit:contain}
.infra-request__image{object-position:center}
.infra-quality li{padding-left:54px;min-height:42px}
.infra-quality li:before{display:none}
.infra-quality li>img{position:absolute;left:0;top:0;width:38px;height:38px;object-fit:contain}

/* v133: infrastructure hero image left fade */
@media (min-width: 1101px) {
  .infra-hero__media img {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.16) 7%,
      rgba(0, 0, 0, 0.55) 17%,
      #000 32%,
      #000 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.16) 7%,
      rgba(0, 0, 0, 0.55) 17%,
      #000 32%,
      #000 100%
    );
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

/* v141: AGZS constructor map actions and information dialogs */
.agzs-map-actions {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.agzs-map-action {
  width: 100%;
  min-height: 50px;
  justify-content: flex-start;
  border: 1px solid rgba(80, 43, 157, .18);
  border-radius: 12px;
  background: #fff;
  color: #422281;
  font-weight: 900;
  text-align: left;
  box-shadow: 0 10px 24px rgba(31, 19, 62, .08);
}

.agzs-map-action:hover {
  border-color: #5b2ca0;
  background: #5b2ca0;
  color: #fff;
  transform: translateY(-1px);
}

.site-modal {
  width: min(680px, calc(100% - 32px));
  max-height: min(86vh, 820px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 28px 80px rgba(13, 18, 35, .28);
}

.site-modal::backdrop {
  background: rgba(7, 12, 25, .66);
  backdrop-filter: blur(5px);
}

.site-modal-card {
  display: flex;
  flex-direction: column;
  max-height: min(86vh, 820px);
  background: #fff;
}

.site-modal-card-wide { width: 100%; }

.site-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px 20px;
  border-bottom: 1px solid #e8ebf1;
}

.site-modal-kicker {
  display: block;
  margin-bottom: 6px;
  color: #009759;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-modal-header h2 {
  margin: 0;
  color: #111b2e;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.1;
}

.site-modal-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f3f7;
  color: #202a3d;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.site-modal-close:hover { background: #e4e8ef; }

.site-modal-body {
  padding: 24px 28px 30px;
  overflow-y: auto;
}

.agzs-modal-placeholder {
  margin: 0;
  padding: 20px;
  border: 1px dashed rgba(91, 44, 160, .32);
  border-radius: 16px;
  background: rgba(91, 44, 160, .05);
  color: #354057;
  line-height: 1.65;
}

.agzs-address-list {
  display: grid;
  gap: 10px;
}

.agzs-address-list-title {
  margin: 26px 0 14px;
  color: #111b2e;
  font-size: 20px;
}

.agzs-address-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  background: #fafbfc;
}

.agzs-address-item h3 {
  margin: 0;
  color: #172238;
  font-size: 15px;
  line-height: 1.4;
}

.agzs-address-item p {
  margin: 5px 0 0;
  color: #647087;
  font-size: 13px;
}

.agzs-address-item a {
  flex: 0 0 auto;
  color: #008f57;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.agzs-address-item a:hover { text-decoration: underline; }

.agzs-cylinder-warning {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(221, 147, 0, .30);
  border-radius: 16px;
  background: #fff8e8;
  color: #443615;
}

.agzs-cylinder-warning p {
  margin: 0;
  line-height: 1.55;
}

.agzs-cylinder-warning strong {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  border-radius: 50%;
  background: #f1a400;
  color: #fff;
}

.agzs-cylinder-warning-final {
  padding-top: 12px;
  border-top: 1px solid rgba(129, 88, 0, .18);
  color: #a13d19;
  font-weight: 900;
}

body.has-open-modal { overflow: hidden; }

.agzs-price-list{display:grid;gap:10px}.agzs-price-list--compact{margin-bottom:22px}.agzs-price-item{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;border:1px solid rgba(81,49,157,.15);border-radius:12px;background:#f8f6fd}.agzs-price-item span{font-weight:700}.agzs-price-item strong{white-space:nowrap;color:#5c37aa;font-size:1.08rem}


/* AGZS station-specific prices */
.agzs-station-price-list{display:grid;gap:12px}.agzs-station-price-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,auto);gap:18px;align-items:center;padding:16px 18px;border:1px solid rgba(81,49,157,.15);border-radius:14px;background:#fff}.agzs-station-price-item__main h3{margin:0 0 5px;font-size:1rem;line-height:1.35}.agzs-station-price-item__main p{margin:0;color:#6f6a7a;font-size:.92rem}.agzs-station-price-item dl{display:grid;gap:8px;margin:0}.agzs-station-price-item dl>div{display:flex;justify-content:space-between;gap:18px}.agzs-station-price-item dt{color:#6f6a7a}.agzs-station-price-item dd{margin:0;color:#5c37aa;font-weight:800;white-space:nowrap}

/* Vacancies page */
.vacancies-page{padding:18px 0 72px;color:#0e1b3d;background:#fff}
.vacancies-page h1,.vacancies-page h2,.vacancies-page h3,.vacancies-page h4,.vacancies-page p{margin-top:0}
.vacancies-hero{display:grid;grid-template-columns:1.03fr 1fr;min-height:500px;border-radius:0;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 54%,rgba(255,255,255,.24) 66%,rgba(255,255,255,0) 100%)}
.vacancies-hero__content{position:relative;z-index:2;padding:42px 34px 30px 12px;display:flex;flex-direction:column;justify-content:center}
.vacancies-hero h1{max-width:690px;font-size:clamp(42px,4.4vw,72px);line-height:1.04;letter-spacing:-.035em;color:#111b36}
.vacancies-hero h1 span{display:block;color:#8b069d}
.vacancies-hero__content>p{max-width:620px;font-size:20px;line-height:1.55;color:#42506f;margin-bottom:30px}
.vacancies-hero__actions{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:26px}
.vacancy-button{min-height:56px;padding:0 28px;border:1px solid transparent;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font:700 17px/1 inherit;text-decoration:none;cursor:pointer;transition:.2s ease}
.vacancy-button span{font-size:28px;font-weight:400;line-height:1}
.vacancy-button:hover{transform:translateY(-1px)}
.vacancy-button--primary{background:linear-gradient(90deg,#7b058f,#9900a8);color:#fff}
.vacancy-button--outline{background:#fff;color:#132344;border-color:#00a96d}
.vacancy-button--outline span{color:#00a96d}
.vacancy-button--green{background:#00a96d;color:#fff}
.vacancies-hero__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:720px}
.vacancies-hero__facts span{display:grid;grid-template-columns:34px 1fr;gap:8px;align-items:center;font-size:12px;font-weight:700;line-height:1.25;color:#263453}
.vacancies-hero__facts img{width:34px;height:34px;object-fit:contain}
.vacancies-hero__media{position:relative;min-width:0}
.vacancies-hero__media:before{content:"";position:absolute;inset:0 auto 0 0;width:32%;z-index:1;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.vacancies-hero__media img{width:100%;height:100%;min-height:500px;object-fit:cover;display:block}
.vacancies-section{padding-top:58px}
.vacancies-section>h2{font-size:clamp(31px,3.1vw,48px);line-height:1.1;letter-spacing:-.025em;margin-bottom:30px}
.vacancies-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.vacancies-benefits article{min-height:320px;padding:32px 28px;border:1px solid #dce2ee;border-radius:18px;box-shadow:0 12px 30px rgba(23,35,65,.04)}
.vacancies-benefits img{width:82px;height:82px;object-fit:contain;margin-bottom:28px}
.vacancies-benefits h3{font-size:24px;margin-bottom:14px}
.vacancies-benefits p{font-size:17px;line-height:1.55;color:#42506f;margin-bottom:0}
.vacancies-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.vacancy-card{display:flex;flex-direction:column;min-height:560px;padding:26px 24px 22px;border:1px solid #dce2ee;border-radius:16px;box-shadow:0 12px 26px rgba(23,35,65,.035)}
.vacancy-card__head{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:center;margin-bottom:24px}
.vacancy-card__icon{width:72px;height:72px;border-radius:50%;background:#ecfbf4;display:grid;place-items:center}
.vacancy-card__icon img{width:58px;height:58px;object-fit:contain}
.vacancy-card__head h3{font-size:24px;line-height:1.25;margin:0}
.vacancy-card__group{margin-bottom:20px}
.vacancy-card__group h4{font-size:16px;margin-bottom:10px}
.vacancy-card__group ul{list-style:none;margin:0;padding:0}
.vacancy-card__group li{position:relative;padding-left:20px;margin:7px 0;color:#354466;line-height:1.4}
.vacancy-card__group li:before{content:"•";position:absolute;left:0;color:#00a96d;font-weight:900}
.vacancy-card__button{margin-top:auto;width:100%}
.vacancies-empty{padding:46px;border:1px solid #dce2ee;border-radius:16px;text-align:center;background:#fafbfd}
.vacancies-process__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;align-items:start}
.vacancies-process__grid article{position:relative;display:grid;grid-template-rows:42px 124px minmax(48px,auto) auto;text-align:center;min-width:0}
.vacancies-process__grid article:not(:last-child):before{content:"";position:absolute;z-index:0;top:20px;left:calc(50% + 28px);width:calc(100% + 34px - 56px);height:1px;background:#d8deea}
.vacancies-process__step{position:relative;z-index:1;height:42px;display:flex;justify-content:center;align-items:flex-start}
.vacancies-process__number{width:42px;height:42px;border:1px solid #d8deea;border-radius:50%;display:grid;place-items:center;background:#fff;font-weight:800;box-sizing:border-box}
.vacancies-process__icon{height:124px;display:flex;align-items:center;justify-content:center;padding-top:18px;box-sizing:border-box}
.vacancies-process__icon img{display:block;width:104px;height:104px;object-fit:contain;margin:0}
.vacancies-process__grid h3{font-size:19px;line-height:1.25;min-height:48px;margin:0 0 12px;display:flex;align-items:flex-start;justify-content:center}
.vacancies-process__grid p{font-size:15px;line-height:1.5;color:#5b6680;margin:0 auto;max-width:260px}
.vacancies-cta{margin-top:58px;min-height:340px;border-radius:16px;overflow:hidden;background-image:linear-gradient(90deg,rgba(91,0,115,.95) 0%,rgba(91,0,115,.85) 38%,rgba(91,0,115,.15) 67%,rgba(91,0,115,0) 100%),url('../images/vacancies/cta.jpg');background-size:cover;background-position:center}
.vacancies-cta__content{max-width:690px;padding:58px 48px;color:#fff}
.vacancies-cta h2{font-size:42px;margin-bottom:16px}
.vacancies-cta p{font-size:20px;line-height:1.5;margin-bottom:28px}
.vacancy-modal[hidden]{display:none}
.vacancy-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px}
.vacancy-modal__backdrop{position:absolute;inset:0;background:rgba(7,15,34,.72)}
.vacancy-modal__dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:18px;padding:34px;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.vacancy-modal__close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:34px;cursor:pointer;color:#1c2947}
.vacancy-modal__kicker{color:#8b069d;font-weight:800;margin-bottom:6px}
.vacancy-modal__dialog h2{font-size:34px;margin-bottom:10px}
.vacancy-modal__dialog>p{color:#5b6680}
.vacancy-form{display:grid;gap:16px;margin-top:24px}
.vacancy-form label{display:grid;gap:7px;font-weight:700}
.vacancy-form input,.vacancy-form select,.vacancy-form textarea{width:100%;border:1px solid #cfd7e6;border-radius:8px;padding:13px 14px;font:inherit;color:#132344;background:#fff}
.vacancy-form__privacy{grid-template-columns:auto 1fr!important;align-items:center;font-weight:400!important}
.vacancy-form__privacy input{width:auto}
.vacancy-form__honeypot{position:absolute!important;left:-9999px!important}
.vacancy-modal-open{overflow:hidden}

/* Legal documents */
.legal-page > .container {
  width: min(1400px, calc(100% - 32px));
  max-width: none;
}

.legal-page .standard-page__hero {
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  box-sizing: border-box;
}

.legal-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 40px 44px;
  border: 1px solid rgba(39, 28, 83, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(42, 31, 89, 0.08);
  color: #342f42;
}

.legal-content__toc {
  margin-bottom: 44px;
  padding: 24px 28px;
  border-radius: 20px;
  background: #f6f3fb;
}

.legal-content__toc strong {
  display: block;
  margin-bottom: 12px;
  color: #271c53;
  font-size: 18px;
}

.legal-content__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 0;
  padding-left: 22px;
}

.legal-content__toc a {
  color: #5b438c;
  text-decoration: none;
}

.legal-content__toc a:hover {
  text-decoration: underline;
}

.legal-content section {
  scroll-margin-top: 120px;
}

.legal-content section + section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid rgba(39, 28, 83, 0.1);
}

.legal-content h2 {
  margin: 0 0 18px;
  color: #271c53;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
}

.legal-content h3 {
  margin: 24px 0 8px;
  color: #44336f;
  font-size: 18px;
}

.legal-content p,
.legal-content li {
  font-size: 16px;
  line-height: 1.75;
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 24px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: #6746a5;
  text-underline-offset: 3px;
}

/* Managed contacts and news */
.managed-page{padding:40px 0 88px}.managed-page__intro{margin-bottom:34px}.managed-page__intro h2{margin:0 0 12px;font-size:clamp(28px,3vw,46px)}.managed-page__intro p{max-width:820px;margin:0;color:var(--color-text-muted,#657087);font-size:18px;line-height:1.65}
.contacts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.contact-card{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:280px;overflow:hidden;border:1px solid rgba(20,27,45,.08);border-radius:26px;background:#fff;box-shadow:0 16px 42px rgba(28,35,55,.07)}.contact-card__photo{width:100%;height:100%;object-fit:cover;background:#edf0f5}.contact-card__photo--empty{display:grid;place-items:center;color:#7c8494;font-weight:800}.contact-card__body{display:flex;flex-direction:column;padding:26px}.contact-card__body h3{margin:0 0 4px;font-size:24px}.contact-card__position{margin:0 0 16px;color:#6c3cff;font-weight:800}.contact-card__description{margin:0 0 18px;line-height:1.6;color:#5d6677}.contact-card__meta{display:grid;gap:7px;margin-top:auto}.contact-card__meta a{color:#172033;font-weight:750;text-decoration:none}.contact-card__hours{color:#687186;font-size:14px}
.news-feed{display:grid;gap:28px}.news-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);overflow:hidden;border:1px solid rgba(20,27,45,.08);border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(28,35,55,.07)}.news-card--left{grid-template-columns:minmax(320px,.78fr) minmax(0,1fr)}.news-card--top,.news-card--bottom{grid-template-columns:1fr}.news-card__media{min-height:340px}.news-card__media img{width:100%;height:100%;object-fit:cover}.news-card__body{padding:34px;display:flex;flex-direction:column;justify-content:center}.news-card__date{margin-bottom:10px;color:#6c3cff;font-weight:800}.news-card h2{margin:0 0 12px;font-size:clamp(27px,3vw,42px)}.news-card__summary{margin:0 0 18px;color:#586173;font-size:18px;line-height:1.55}.news-card__content{line-height:1.7;color:#2f384b}.news-card__content h3{margin:22px 0 8px}.news-card--left .news-card__media{order:-1}.news-card--bottom .news-card__media{order:2}.managed-empty{padding:34px;border:1px dashed rgba(23,32,51,.18);border-radius:22px;text-align:center;color:#687186;background:#fafbfe}
@media(max-width:900px){.contacts-grid{grid-template-columns:1fr}.news-card,.news-card--left{grid-template-columns:1fr}.news-card__media{min-height:260px}.news-card--left .news-card__media{order:0}}
@media(max-width:560px){.managed-page{padding:24px 0 60px}.contact-card{grid-template-columns:1fr}.contact-card__photo{height:260px}.contact-card__body,.news-card__body{padding:22px}.news-card__media{min-height:220px}}
