/* MyHVAC.GURU — American pride overlay on Integro (Canvas). Public pages never name the kit. */

:root {
  --cnvs-themecolor: #c9a227;
  --cnvs-themecolor-rgb: 201, 162, 39;
  --cnvs-secondary-color: #070d18;
  --hvac-navy: #0a3161;
  --hvac-crimson: #b31942;
  --hvac-gold: #c9a227;
  --hvac-paper: #f4f1ea;
}

.dark,
body.dark {
  --cnvs-body-bg: #070d18;
  --cnvs-footer-bg: #070d18;
}

.hvac-flagbar {
  height: 8px;
  background: repeating-linear-gradient(
    to right,
    var(--hvac-crimson) 0 28px,
    #fff 28px 40px,
    var(--hvac-navy) 40px 68px
  );
}

#header {
  --cnvs-header-height: 80px;
  --cnvs-primary-menu-padding-x: 10px;
  --cnvs-primary-menu-ls: 0.4px;
}

#logo {
  margin-right: auto;
  flex: 0 0 auto;
}

#logo a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: auto;
  text-decoration: none;
}

#header-wrap #logo img,
#logo img {
  height: 48px;
  width: auto;
  max-height: 48px;
  display: block;
}

.brand-word {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.1;
}

.brand-word span {
  color: var(--hvac-gold);
}

.button.bg-color,
.bg-color {
  background-color: var(--hvac-crimson) !important;
}

.button.bg-color,
.button.bg-color * {
  color: #fff !important;
}

.color,
.menu-link:hover,
#header .menu-container > .menu-item.current > .menu-link {
  color: var(--hvac-gold) !important;
}

.fbox-icon i {
  color: var(--hvac-gold);
}

.hvac-ribbon {
  font-family: Manrope, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--hvac-gold);
  font-weight: 700;
}

.ops-soon {
  display: none;
}

body.ops-hidden .ops-only {
  display: none !important;
}

body.ops-hidden .ops-soon {
  display: block;
}

.launch-plaque {
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(10, 49, 97, 0.35);
  border-radius: 1.25rem;
  padding: 1.5rem 1.6rem;
}

.page-title {
  padding: 6rem 0 4rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 24, 0.55), rgba(7, 13, 24, 0.82));
}

.page-title .container {
  position: relative;
  z-index: 1;
}

#copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hvac-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
}

.hvac-book-form .form-control,
.hvac-book-form .form-select {
  border-color: rgba(255, 255, 255, 0.18);
}

.hvac-header-phone {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.92rem;
}

.hvac-header-phone:hover {
  color: var(--hvac-gold);
}

@media (min-width: 992px) {
  .is-expanded-menu .header-row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
  }

  .is-expanded-menu .header-misc {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-left: 1rem;
    flex: 0 0 auto;
    order: 6;
  }

  .header-misc .button {
    padding: 0.45rem 1.15rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .header-misc {
    display: none;
  }
}

.hvac-sticky-book {
  display: none;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 4.5rem;
  }
  .hvac-sticky-book {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #0a3161;
    border-top: 3px solid #b31942;
    padding: 0.65rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  .hvac-sticky-book .button {
    margin: 0;
  }
}

.hvac-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.hvac-card:hover {
  color: #fff;
}

.hvac-card-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  background: #0a1628;
}

.hvac-card-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hvac-card h2,
.hvac-card h3 {
  margin-bottom: 0.4rem;
}

.hvac-cta-band {
  background: rgba(10, 49, 97, 0.35);
  border: 1px solid rgba(201, 162, 39, 0.28);
  border-left: 6px solid var(--hvac-crimson);
  border-radius: 1.25rem;
  padding: 2.25rem 2rem;
}

@media (min-width: 992px) {
  .hvac-cta-band {
    padding: 2.75rem 3rem;
  }
}

.hvac-cta-band h2 {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.hvac-towns a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hvac-tb-card {
  background: rgba(10, 49, 97, 0.35);
  border: 1px solid rgba(201, 162, 39, 0.28);
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
}

@media (min-width: 768px) {
  .hvac-tb-card {
    padding: 2.25rem 2rem;
  }
}

.hvac-tb-meter {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  overflow: hidden;
}

.hvac-tb-meter span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--hvac-gold);
  border-radius: 99px;
  transition: width 0.25s ease;
}

.hvac-tb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hvac-tb-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hvac-tb-back,
.hvac-tb-skip {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  cursor: pointer;
  background: transparent;
  line-height: 1.2;
}

.hvac-tb-back {
  border: 0;
  color: #fff;
  padding: 0.5rem 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hvac-tb-back:hover {
  color: var(--hvac-gold);
}

.hvac-tb-skip {
  border: 1px solid var(--hvac-gold);
  color: var(--hvac-gold);
  border-radius: 99px;
  padding: 0.5rem 1.15rem;
  white-space: nowrap;
}

.hvac-tb-skip:hover {
  background: var(--hvac-gold);
  color: #070d18;
}

.hvac-tb-card input[type="checkbox"] {
  margin-top: 0.35rem;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .hvac-tb-card {
    margin-bottom: 1.5rem;
  }
}
