/* ============================================
   Vapor Precision Page Styles
   Scoped under .vapor-precision
   ============================================ */

/* Override theme's section padding */
.vapor-precision section {
  padding-bottom: 0 !important;
}

/* Container */
.vapor-precision .vp-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0;
}

.vapor-precision .vp-container--wide {
  max-width: 1165px;
}

/* ============================================
   1. Hero Section
   ============================================ */
.vapor-precision .vp-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.vapor-precision .vp-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(17, 28, 36, 0.95) 0%,
    rgba(17, 28, 36, 0.85) 50%,
    rgba(17, 28, 36, 0.3) 100%
  );
  z-index: 1;
}

.vapor-precision .vp-hero__content {
  position: relative;
  z-index: 2;
  padding: 70px 32px 98px 32px;
  width: 100%;
  text-align: center;
}

.vapor-precision .vp-hero__logo {
  display: inline-block;
  width: 465px;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.vapor-precision .vp-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 1100px;
  margin: 0 auto;
}

/* ============================================
   2. Innovating Section
   ============================================ */
.vapor-precision .vp-innovating {
  background: #ffffff;
  padding-top: 96px;
  padding-bottom: 96px !important;
}

.vapor-precision .vp-innovating h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #da291c;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px 0;
}

.vapor-precision .vp-innovating p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #111c24;
  text-align: center;
  max-width: 866px;
  margin: 0 auto 16px auto;
}

.vapor-precision .vp-innovating__links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.vapor-precision .vp-text-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #da291c;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  align-self: start;
  gap: 8px;
  transition: text-decoration 0.2s ease;
}

.vapor-precision .vp-text-link:hover {
  text-decoration: underline;
  color: #da291c;
}

.vapor-precision .vp-text-link svg {
  flex-shrink: 0;
}

/* ============================================
   3. Red Band Section
   ============================================ */
.vapor-precision .vp-redband {
  background: #da291c;
  padding-top: 96px;
  padding-bottom: 96px !important;
}

.vapor-precision .vp-redband h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px 0;
}

.vapor-precision .vp-redband p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #ffffff;
  text-align: center;
  max-width: 866px;
  margin: 0 auto 16px auto;
}

.vapor-precision .vp-redband p:last-child {
  margin-bottom: 0;
}

/* ============================================
   4. Feature Boxes Section
   ============================================ */
.vapor-precision .vp-features {
  background: #f1f3f4;
  padding-top: 96px;
  padding-bottom: 96px !important;
}

.vapor-precision .vp-card-group {
  margin-bottom: 64px;
}

.vapor-precision .vp-card-group:last-child {
  margin-bottom: 0;
}

.vapor-precision .vp-card-group__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: #7c2629;
  text-align: left;
  margin: 0 0 24px 0;
}

.vapor-precision .vp-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vapor-precision .vp-card {
  background: #ffffff;
  border: 1px solid #b4babc;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.vapor-precision .vp-card:hover {
  transform: scale(1.03);
}

.vapor-precision .vp-card__image {
  height: 203px;
  background: #35373e;
  overflow: hidden;
}

.vapor-precision .vp-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vapor-precision .vp-card__content {
  padding: 24px;
}

.vapor-precision .vp-card__content h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #111c24;
  margin: 0 0 12px 0;
}

.vapor-precision .vp-card__content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #656971;
  margin: 0;
}

/* ============================================
   5. Engineered Section
   ============================================ */
.vapor-precision .vp-engineered {
  background: #ffffff;
  padding-top: 96px;
  padding-bottom: 96px !important;
}

.vapor-precision .vp-engineered h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #111c24;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 32px 0;
}

.vapor-precision .vp-engineered p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #111c24;
  text-align: center;
  max-width: 866px;
  margin: 0 auto 16px auto;
}

.vapor-precision .vp-engineered p:last-child {
  margin-bottom: 0;
}

/* ============================================
   6. Bottom CTA Section
   ============================================ */
.vapor-precision .vp-bottomcta {
  background: #f1f3f4;
  padding-top: 96px;
  padding-bottom: 96px !important;
}

.vapor-precision .vp-bottomcta h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #111c24;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 16px 0;
}

.vapor-precision .vp-bottomcta > .vp-container > p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #656971;
  text-align: center;
  margin: 0 0 32px 0;
}

.vapor-precision .vp-bottomcta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vapor-precision .vp-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 0 32px;
  background: #da291c;
  color: #ffffff;
  border: 2px solid #da291c;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.vapor-precision .vp-button:hover {
  background: #ffffff;
  color: #da291c;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}

.vapor-precision .vp-button svg {
  flex-shrink: 0;
}

/* ============================================
   Responsive Breakpoints
   ============================================ */

/* Tablet - 992px */
@media (max-width: 992px) {
  .vapor-precision .vp-container,
  .vapor-precision .vp-container--wide {
    padding: 0 40px;
  }

  .vapor-precision .vp-hero__content {
    padding: 48px 40px;
  }

  .vapor-precision .vp-hero h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .vapor-precision .vp-hero__logo {
    width: 350px;
  }

  .vapor-precision .vp-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile - 768px */
@media (max-width: 768px) {
  .vapor-precision .vp-container,
  .vapor-precision .vp-container--wide {
    padding: 0 20px;
  }

  .vapor-precision .vp-hero {
    min-height: 388px;
  }

  .vapor-precision .vp-hero__content {
    padding: 32px 20px;
  }

  .vapor-precision .vp-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .vapor-precision .vp-hero__logo {
    width: 280px;
  }

  .vapor-precision .vp-innovating h2,
  .vapor-precision .vp-redband h2,
  .vapor-precision .vp-engineered h2,
  .vapor-precision .vp-bottomcta h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .vapor-precision .vp-innovating p,
  .vapor-precision .vp-redband p,
  .vapor-precision .vp-engineered p {
    font-size: 16px;
    line-height: 26px;
  }

  .vapor-precision .vp-card-grid {
    grid-template-columns: 1fr;
  }

  .vapor-precision .vp-innovating__links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .vapor-precision .vp-bottomcta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .vapor-precision .vp-button {
    width: 100%;
    justify-content: center;
  }

  .vapor-precision .vp-innovating,
  .vapor-precision .vp-redband,
  .vapor-precision .vp-features,
  .vapor-precision .vp-engineered,
  .vapor-precision .vp-bottomcta {
    padding-top: 64px;
  }

  .vapor-precision .vp-redband,
  .vapor-precision .vp-features,
  .vapor-precision .vp-bottomcta {
    padding-bottom: 64px !important;
  }
}
