.ales-gas-preview-page .title_single_area,
.ales-gas-preview-page .post-title,
.ales-gas-preview-page .entry-title,
.ales-gas-preview-page h1.entry-title,
.ales-gas-preview-page .rh-post-wrapper > h1 {
  display: none !important;
}

.ales-gas-preview-page .rh-post-wrapper,
.ales-gas-preview-page .main-side,
.ales-gas-preview-page .content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ales-gas-preview-page .sidebar {
  display: none !important;
}

.ales-gas-preview-page {
  background: #f3f6f6;
  overflow-x: clip;
}

.ales-gas {
  --ales-orange: #ef6c01;
  --ales-orange-deep: #d95e00;
  --ales-ink: #15191d;
  --ales-muted: #5c6872;
  --ales-line: #d7dee2;
  --ales-soft: #f5f8f8;
  --ales-teal: #08796d;
  --ales-teal-soft: #e8f5f2;
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--ales-ink);
  background: #f3f6f6;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.45;
}

.ales-gas *,
.ales-gas *::before,
.ales-gas *::after {
  box-sizing: border-box;
}

.ales-gas a {
  color: inherit;
  text-decoration: none;
}

.ales-gas__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  align-items: center;
  gap: 28px;
  min-height: 540px;
  padding: 64px clamp(20px, 5vw, 82px) 54px;
  background: #ffffff;
  border-bottom: 1px solid var(--ales-line);
}

.ales-gas__hero-copy {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 32px;
  background: var(--ales-soft);
  border-left: 5px solid var(--ales-orange);
}

.ales-gas__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  padding: 4px 10px;
  color: var(--ales-orange-deep);
  background: #fff4ea;
  border: 1px solid #ffd8b8;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ales-gas h1,
.ales-gas h2,
.ales-gas p {
  margin: 0;
  letter-spacing: 0;
}

.ales-gas h1 {
  max-width: 900px;
  margin-top: 18px;
  color: var(--ales-ink);
  font-size: 46px;
  line-height: 1.05;
}

.ales-gas__lead {
  max-width: 780px;
  margin-top: 18px;
  color: var(--ales-muted);
  font-size: 17px;
}

.ales-gas__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ales-gas__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--ales-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ales-ink);
  font-size: 13px;
  font-weight: 850;
}

.ales-gas__actions a:first-child,
.ales-gas__cta .ales-gas__actions a:first-child {
  color: #ffffff;
  background: var(--ales-orange);
  border-color: var(--ales-orange);
}

.ales-gas__hero-panel {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(210px, 270px) auto;
  gap: 14px;
}

.ales-gas__slider {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #101316;
  border-radius: 8px;
  border: 1px solid #252b31;
  box-shadow: 0 18px 45px rgba(21, 25, 29, .14);
}

.ales-gas__slides,
.ales-gas__slide {
  width: 100%;
  height: 100%;
  min-height: 270px;
}

.ales-gas__slide {
  position: relative;
  display: block;
  color: #ffffff;
}

.ales-gas__slide[hidden] {
  display: none;
}

.ales-gas__slide img {
  width: 100%;
  height: 270px;
  display: block;
  object-fit: contain;
  padding: 16px;
  background: #f4f6f7;
}

.ales-gas__slide::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(180deg, rgba(16, 19, 22, 0), rgba(16, 19, 22, .9));
}

.ales-gas__slide span,
.ales-gas__slide strong {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
}

.ales-gas__slide span {
  bottom: 54px;
  color: #ffbe85;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.ales-gas__slide strong {
  bottom: 18px;
  font-size: 18px;
  line-height: 1.2;
}

.ales-gas__slider-controls {
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 14px;
  display: flex;
  gap: 6px;
}

.ales-gas__slider-controls button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.ales-gas__slider-controls button.is-active {
  width: 22px;
  background: #ffffff;
}

.ales-gas__hero-check {
  padding: 22px;
  background: var(--ales-ink);
  color: #ffffff;
  border-radius: 8px;
}

.ales-gas__hero-check strong {
  display: block;
  font-size: 18px;
}

.ales-gas__hero-check ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.ales-gas__hero-check li {
  position: relative;
  padding-left: 18px;
  color: #d6dde2;
  font-size: 13px;
}

.ales-gas__hero-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ales-orange);
}

.ales-gas__use,
.ales-gas__system,
.ales-gas__risks,
.ales-gas__families,
.ales-gas__showcase,
.ales-gas__team,
.ales-gas__cta {
  padding: 52px clamp(20px, 5vw, 82px);
}

.ales-gas__section-head {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin-bottom: 20px;
}

.ales-gas__section-head h2,
.ales-gas__team h2,
.ales-gas__cta h2 {
  color: var(--ales-ink);
  font-size: 30px;
  line-height: 1.12;
}

.ales-gas__section-head span,
.ales-gas__team p {
  color: var(--ales-muted);
  font-size: 15px;
}

.ales-gas__card-grid,
.ales-gas__risk-grid,
.ales-gas__family-grid,
.ales-gas__system-grid {
  display: grid;
  gap: 14px;
}

.ales-gas__card-grid,
.ales-gas__risk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ales-gas__family-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ales-gas__system-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ales-gas__card,
.ales-gas__risk,
.ales-gas__family,
.ales-gas__showcase-card,
.ales-gas__system-step {
  display: block;
  min-width: 0;
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--ales-line);
  border-radius: 8px;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ales-gas__card:hover,
.ales-gas__card:focus-visible,
.ales-gas__risk:hover,
.ales-gas__risk:focus-visible,
.ales-gas__family:hover,
.ales-gas__family:focus-visible,
.ales-gas__showcase-card:hover,
.ales-gas__showcase-card:focus-visible {
  border-color: #f0b37a;
  box-shadow: 0 16px 35px rgba(21, 25, 29, .09);
  transform: translateY(-2px);
  outline: 0;
}

.ales-gas__card > div,
.ales-gas__risk > div,
.ales-gas__family > div,
.ales-gas__system-step {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.ales-gas__card small,
.ales-gas__risk small {
  color: var(--ales-orange);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.ales-gas__card strong,
.ales-gas__risk strong,
.ales-gas__family strong,
.ales-gas__showcase-card strong,
.ales-gas__system-step strong {
  color: var(--ales-ink);
  font-size: 16px;
  line-height: 1.2;
}

.ales-gas__card span,
.ales-gas__risk span,
.ales-gas__family span,
.ales-gas__showcase-card span,
.ales-gas__showcase-card em,
.ales-gas__system-step span {
  color: var(--ales-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ales-gas__card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.ales-gas__card li {
  padding: 5px 8px;
  color: #33404a;
  background: var(--ales-soft);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.ales-gas__system {
  background: #ffffff;
}

.ales-gas__system-step {
  border-top: 4px solid var(--ales-teal);
}

.ales-gas__risks {
  background: var(--ales-teal-soft);
}

.ales-gas__showcase {
  background: #fbfcfd;
}

.ales-gas__showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ales-gas__showcase-card {
  display: grid;
  grid-template-rows: 160px auto auto auto;
  gap: 8px;
  padding: 12px;
}

.ales-gas__showcase-card img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: contain;
  background: var(--ales-soft);
  border-radius: 6px;
}

.ales-gas__showcase-card em {
  color: var(--ales-orange-deep);
  font-style: normal;
  font-weight: 850;
}

.ales-gas__team {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  background: var(--ales-ink);
  color: #ffffff;
}

.ales-gas__team h2,
.ales-gas__team p,
.ales-gas__cta h2 {
  color: inherit;
}

.ales-gas__team ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: gasStep;
}

.ales-gas__team li {
  position: relative;
  min-height: 56px;
  padding: 0 0 12px 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #d6dde2;
  counter-increment: gasStep;
}

.ales-gas__team li::before {
  content: counter(gasStep);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: var(--ales-orange);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 850;
}

.ales-gas__team strong {
  color: #ffffff;
}

.ales-gas__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background: #101316;
  color: #ffffff;
}

.ales-gas__cta .ales-gas__actions {
  margin-top: 0;
  justify-content: flex-end;
}

.ales-gas__cta .ales-gas__actions a {
  border-color: rgba(255, 255, 255, .18);
}

@media (max-width: 1180px) {
  .ales-gas__system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ales-gas__hero,
  .ales-gas__team,
  .ales-gas__cta {
    grid-template-columns: 1fr;
  }

  .ales-gas__card-grid,
  .ales-gas__risk-grid,
  .ales-gas__showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ales-gas__cta .ales-gas__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ales-gas__hero {
    min-height: 0;
    padding: 34px 14px 30px;
  }

  .ales-gas__hero-copy {
    min-height: 0;
    padding: 26px 18px;
  }

  .ales-gas h1 {
    font-size: 32px;
  }

  .ales-gas__lead {
    font-size: 15px;
  }

  .ales-gas__use,
  .ales-gas__system,
  .ales-gas__risks,
  .ales-gas__families,
  .ales-gas__showcase,
  .ales-gas__team,
  .ales-gas__cta {
    padding: 36px 14px;
  }

  .ales-gas__card-grid,
  .ales-gas__risk-grid,
  .ales-gas__family-grid,
  .ales-gas__system-grid,
  .ales-gas__showcase-grid {
    grid-template-columns: 1fr;
  }

  .ales-gas__section-head h2,
  .ales-gas__team h2,
  .ales-gas__cta h2 {
    font-size: 25px;
  }

  .ales-gas__actions a {
    width: 100%;
  }
}
