body {
  background: linear-gradient(180deg, #042937 0%, #063447 100%);
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.gas {
  margin-top: 30px;
  margin-bottom: 70px;
}

/* HERO */
.gas-hero {
  min-height: 72vh;
  background-image: url("../imagenes/selloverde.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}

.gas-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.68)
  );
}

.gas-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 850px;
}

.gas-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(214, 161, 6, 0.18);
  color: #f6d67a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
  font-weight: 600;
}

.gas-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.gas-hero p {
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.95);
}

.btn-primary {
  background: linear-gradient(135deg, #d6a106, #b98600);
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(214, 161, 6, 0.28);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #c99705, #a77700);
  transform: translateY(-2px);
}

/* INTRO */
.gas-intro {
  margin-bottom: 40px;
}

.gas-intro h2,
.gas-info h2,
.gas-cta h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.gas-intro p,
.gas-cta p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}

/* CARDS */
.gas-servicios .col-md-6,
.gas-servicios .col-lg-4 {
  display: flex;
}

.gas-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  height: 100%;
  width: 100%;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gas-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.icon-box {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d6a106, #b98600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 10px 20px rgba(214, 161, 6, 0.25);
}

.gas-card h3 {
  color: rgb(219, 161, 0);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.gas-card p {
  color: #475569;
  margin: 0;
  line-height: 1.8;
  font-size: 0.96rem;
}

/* DESTACADO */
.gas-destacado {
  margin-top: 55px;
  background: rgba(255, 255, 255, 0.04);
  padding: 30px;
  border-radius: 24px;
  backdrop-filter: blur(4px);
}

.gas-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.gas-info p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
  margin-bottom: 18px;
}

.gas-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gas-info ul li {
  color: #fff;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
}

.gas-info ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #d6a106;
  position: absolute;
  left: 0;
  top: 1px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .gas-hero {
    min-height: 62vh;
  }

  .gas-hero h1 {
    font-size: 2.5rem;
  }

  .gas-hero p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .gas {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .gas-hero {
    min-height: 55vh;
    padding: 35px 15px;
  }

  .gas-hero h1 {
    font-size: 2rem;
  }

  .gas-hero p {
    font-size: 0.97rem;
  }

  .gas-destacado {
    padding: 22px;
  }

  .gas-card:hover {
    transform: none;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 576px) {
  .gas-hero h1 {
    font-size: 1.7rem;
  }

  .btn-primary {
    width: 100%;
    max-width: 260px;
  }

  .gas-card h3 {
    font-size: 1.08rem;
  }

  .gas-card p,
  .gas-intro p{
    font-size: 0.93rem;
  }
}