.system-tier-label{display:inline-flex;align-items:center;justify-content:center;margin:0 0 12px;padding:7px 15px;border-radius:999px;background:#061f38;color:#fff;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.equipment-card-system[data-system-tier="good"]{order:1}.equipment-card-system[data-system-tier="better"]{order:2}.infinity-system[data-system-tier="best"]{order:3}
.city-reviews{background:#f4f9fc;border-radius:22px;margin:46px 0;padding:38px}.city-reviews-heading{text-align:center;margin:0 auto 25px;max-width:650px}.city-reviews-heading .eyebrow{color:#0d709f}.city-reviews-heading h2{color:#061f38;margin:7px 0 8px}.city-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.city-review{background:#fff;border:1px solid #d8e4ea;border-radius:16px;box-shadow:0 9px 26px #061f3814;padding:20px}.city-review strong{color:#061f38;display:block}.city-review small{color:#687785}.city-review-stars{color:#f9b800;font-size:1.15rem;letter-spacing:1px;margin:10px 0 8px}.city-review p{color:#334451;margin:0}.city-review-link{display:flex;justify-content:center;margin-top:22px}.city-review-link a{background:#061f38;border-radius:10px;color:#fff;font-weight:850;padding:12px 20px;text-decoration:none}
@media(max-width:760px){.equipment-grid{display:flex!important;flex-direction:column}.system-tier-label{margin-bottom:10px}.city-reviews{border-radius:16px;margin:34px 0;padding:30px 16px}.city-reviews-grid{grid-template-columns:1fr}.city-review-link a{width:100%;text-align:center}}
.city-reviews.reviews-enhanced{padding:32px 20px}.city-reviews .reviews-heading h2{font-size:clamp(1.6rem,4vw,2.4rem)}
/* Header navigation: aligned desktop labels and compact mobile dropdown. */
.mobile-site-menu{display:none}
@media(min-width:901px){
 .site-header>nav{display:flex;align-items:flex-start;gap:clamp(10px,1.6vw,23px)}
 .site-header>nav>a{display:flex;flex-direction:column;align-items:center;text-align:center;white-space:nowrap;line-height:1.35;min-height:2.7em}
}
@media(max-width:900px){
 .site-header{display:grid!important;grid-template-columns:minmax(0,190px) minmax(44px,1fr)!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;flex-wrap:nowrap!important;overflow:visible;height:auto!important;min-height:84px}
 .site-header>nav{display:none!important}
 .site-header .brand{min-width:0}
 .site-header .brand-logo{width:min(100%,190px)!important;height:auto!important}
 .site-header .header-actions{display:none!important}
 .site-header .header-phone{display:none!important}
 .site-header .header-cta{min-height:44px!important;padding-inline:10px!important;white-space:nowrap!important}
 .site-header .mobile-site-menu{display:block!important;width:44px!important;position:static!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
 .site-header .mobile-site-menu>.mobile-menu-toggle{list-style:none;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-height:44px;padding:0!important;margin:0;border:1px solid #c8d5df;border-radius:8px;background:#fff;color:#061f38;font-size:24px;line-height:1;cursor:pointer}
 .mobile-site-menu>.mobile-menu-toggle::-webkit-details-marker{display:none}
 .mobile-site-menu>.mobile-menu-toggle::marker{content:''}
 .mobile-site-menu>.mobile-menu-toggle:focus-visible{outline:3px solid #0d709f;outline-offset:2px}
 .site-header .mobile-site-menu>nav{display:flex!important;position:absolute!important;z-index:1000;right:12px;top:100%;width:min(280px,calc(100vw - 24px));flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1px solid #c8d5df;border-radius:12px;box-shadow:0 12px 30px #061f3833;padding:8px;margin:0;max-height:65vh;overflow:auto}
 .site-header .mobile-site-menu>nav[hidden]{display:none!important}
 .mobile-site-menu nav a{display:block;padding:12px;color:#061f38;text-decoration:none}
}
@media(max-width:540px){
 .site-header{padding-inline:8px!important;gap:5px!important}
 .site-header .header-cta{font-size:13px!important;padding-inline:8px!important}
}

@media(max-width:900px){.site-header .mobile-site-menu{justify-self:center}}

/* Compact primary menus and shareable product headings. */
.site-header>nav>a{min-height:44px;justify-content:center}
.equipment-menu{position:relative}
.equipment-menu-toggle{display:flex;align-items:center;justify-content:center;gap:5px;min-height:44px;padding:0;border:0;background:transparent;font:inherit;color:inherit;cursor:pointer;white-space:nowrap}
.equipment-menu-toggle:hover,.equipment-menu-toggle[aria-expanded="true"]{color:#0b6e9d}
.equipment-submenu{position:absolute;top:100%;left:0;z-index:1001;min-width:230px;padding:8px;background:white;border:1px solid #c8d5df;border-radius:12px;box-shadow:0 12px 30px #061f3833}
.equipment-submenu a{display:block;padding:12px;color:#061f38;white-space:nowrap;text-align:left}
.equipment-submenu[hidden]{display:none!important}
.equipment-menu-toggle:focus-visible,.product-heading-link:focus-visible{outline:3px solid #0d709f;outline-offset:3px}
.product-heading-link{color:inherit;text-decoration:none}
.product-heading-link:hover{text-decoration:underline;text-underline-offset:4px}
.equipment-card h3[id],.upgrade-card h3[id],#infinity-system,#home-comfort-upgrades{scroll-margin-top:105px}
.footer-navigation a{display:block;padding:6px 0}
.infinity-system ul.equipment-features{list-style:none;padding-left:0}
.infinity-system .equipment-features li{display:flex;align-items:flex-start;gap:9px}
.infinity-system .equipment-features svg{flex-shrink:0}
@media(max-width:900px){
 .mobile-site-menu .equipment-menu-toggle{width:100%;justify-content:space-between;padding:12px;color:#061f38;text-align:left}
 .mobile-site-menu .equipment-submenu{position:static;min-width:0;margin:0 0 4px 12px;padding:0;border:0;border-left:2px solid #dce8ee;border-radius:0;box-shadow:none}
 .mobile-site-menu .equipment-submenu a{white-space:normal}
}

/* Compact first-screen offer on phones; desktop offer stays in the hero. */
.mobile-top-offer{display:none}
@media(max-width:900px){
 .mobile-top-offer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin:10px 12px;padding:10px 8px;border:2px solid #43da8a;border-radius:12px;background:#061f38;color:#fff;text-align:center;text-decoration:none;line-height:1.35}
 .mobile-top-offer strong{color:#ffbb65;font-size:18px}
 .mobile-top-offer span{font-size:12px}
 .mobile-top-offer small{font-size:12px}
 .hero .repair-coupon{display:none!important}
 .hero-content{padding-top:30px}
}

/* Use the fixed bottom actions instead of duplicate hero buttons on mobile. */
@media(max-width:850px){.hero .hero-actions{display:none!important}}
