/* Generated from styles.css by tools/split-css.mjs. */
.gasprice-page{
  background: #f4f8f7;
}
.gasprice-page .site-header{
  color: var(--white);
  background: rgba(25, 67, 80, 0.96);
  box-shadow: 0 12px 32px rgba(25, 67, 80, 0.18);
}
.gasprice-page .site-header.is-scrolled{
  background: rgba(25, 67, 80, 0.98);
}
.gasprice-page .site-nav a,
.gasprice-page .header-phone{
  color: rgba(255, 255, 255, 0.92);
}
.gasprice-page .site-nav a:hover,
.gasprice-page .header-phone:hover{
  color: var(--mint);
}
.gasprice-page .nav-toggle{
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
}
.gasprice-hero{
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 140px clamp(24px, 6vw, 88px) 70px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(25, 67, 80, 0.96), rgba(25, 67, 80, 0.74) 48%, rgba(25, 67, 80, 0.34)),
    linear-gradient(135deg, rgba(0, 121, 145, 0.38), rgba(89, 201, 165, 0.18)),
    url("assets/home-hero-forest-road-1920.webp") center / cover no-repeat;
}
.gasprice-hero-inner{
  width: 100%;
  max-width: 1320px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.gasprice-hero-copy{
  min-width: 0;
}
.gasprice-hero h1{
  margin: 10px 0 18px;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.96;
  color: var(--white);
}
.gasprice-lead{
  max-width: 720px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}
.gasprice-clock{
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.gasprice-card{
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 67, 80, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 54px rgba(25, 67, 80, 0.1);
}
.gasprice-card-wide{
  width: 100%;
}
.gasprice-card-header{
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(25, 67, 80, 0.1);
}
.gasprice-card-header span{
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.gasprice-card-header h2{
  margin: 7px 0 0;
  color: var(--deep);
  font-size: 24px;
}
.gasprice-frame{
  width: 100%;
  overflow: auto;
  background: #eef5f3;
}
.gasprice-frame iframe{
  display: block;
  max-width: none;
  border: 0;
  background: var(--white);
}
.gasprice-frame-pttor iframe{
  width: 100%;
}
@media (max-width: 900px){
.gasprice-hero-inner{
    grid-template-columns: 1fr;
  }
.gasprice-hero{
    min-height: 100vh;
    padding: 132px 24px 48px;
  }
.gasprice-lead{
    font-size: 17px;
  }
}
@media (max-width: 520px){
.gasprice-card-header{
    padding: 18px;
  }
.gasprice-card-header h2{
    font-size: 20px;
  }
.gasprice-clock{
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
  }
}
