/* Gas-service identity: emergency red, solid cards and purposeful motion. */
.gas-alert,
.gas-hero aside,
.gas-emergency {
  background: linear-gradient(135deg, #d52032 0%, #a90e20 100%);
}

.gas-alert {
  box-shadow: 0 5px 22px rgba(169, 14, 32, 0.28);
}

.gas-alert a {
  transition: opacity 180ms ease, transform 180ms ease;
}

.gas-alert a:hover {
  opacity: 0.78;
  transform: translateY(-1px);
}

.gas-hero {
  isolation: isolate;
}

.gas-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: 15%;
  top: -300px;
  border-radius: 50%;
  background: rgba(213, 32, 50, 0.2);
  filter: blur(90px);
  pointer-events: none;
}

.gas-hero h1 em,
.gas-badges span:first-child,
.gas-grid article > b,
.gas-trust-grid span,
.gas-reviews blockquote b,
.gas-trust > div:first-child > p a {
  color: #ff7583;
}

.gas-heading .kicker.dark,
.gas-areas .kicker.dark,
.gas-reviews .kicker.dark {
  color: #d52032;
}

.gas-trust .kicker {
  color: #ff9aa4;
}

.gas-hero .btn.orange {
  background: #d52032;
  box-shadow: 0 12px 28px rgba(213, 32, 50, 0.3);
}

.gas-hero .btn,
.gas-emergency .btn {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.gas-hero .btn:hover,
.gas-emergency .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
}

.gas-hero aside {
  border-radius: 14px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.32);
  transition: transform 220ms ease;
}

.gas-hero aside:hover {
  transform: translateY(-6px) rotate(-0.4deg);
}

.gas-stats {
  gap: 14px;
  background: #f5f2ef;
}

.gas-stats div {
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(18, 22, 20, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gas-stats div:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(18, 22, 20, 0.12);
}

.gas-stats strong {
  color: #d52032;
}

.gas-grid {
  gap: 22px;
  border: 0;
}

.gas-grid article {
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(20, 24, 22, 0.09);
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gas-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 4px;
  background: #d52032;
  transition: right 260ms ease;
}

.gas-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(20, 24, 22, 0.15);
}

.gas-grid article:hover::after {
  right: 0;
}

.gas-grid a {
  color: #b51525;
}

.gas-trust-grid {
  gap: 14px;
}

.gas-trust-grid article {
  border: 0;
  border-radius: 12px;
  background: #232a26;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  transition: background 180ms ease, transform 180ms ease;
}

.gas-trust-grid article:hover {
  background: #2c3430;
  transform: translateY(-4px);
}

.gas-areas > div {
  gap: 10px;
}

.gas-areas > div span {
  border: 0;
  margin: 0;
  border-radius: 8px;
  background: #f0ece8;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.gas-areas > div span:hover {
  color: #fff;
  background: #d52032;
  transform: translateY(-3px);
}

.gas-reviews > div {
  gap: 22px;
}

.gas-reviews blockquote {
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(20, 24, 22, 0.09);
  transition: transform 200ms ease;
}

.gas-reviews blockquote:hover {
  transform: translateY(-6px);
}

.gas-emergency {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}

.gas-emergency .kicker {
  color: #ffd8dc;
}

@media (prefers-reduced-motion: reduce) {
  .gas-alert a,
  .gas-hero .btn,
  .gas-hero aside,
  .gas-stats div,
  .gas-grid article,
  .gas-grid article::after,
  .gas-trust-grid article,
  .gas-areas > div span,
  .gas-reviews blockquote {
    transition: none;
  }
}
