.elementor-1281 .elementor-element.elementor-element-0970717{--display:flex;}.elementor-1281 .elementor-element.elementor-element-0970717.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1281 .elementor-element.elementor-element-62fb78e{--display:flex;}@media(min-width:768px){.elementor-1281 .elementor-element.elementor-element-0970717{--width:94.761%;}}/* Start custom CSS for html, class: .elementor-element-3a175af */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:      #0f77cb;
  --navy:      #1f3766;
  --red:       #cd1a1a;
  --orange:    #ff640f;
  --gray-bg:   #f4f4f4;
  --text:      #171717;
  --white:     #ffffff;
  --radius:    0px;
  --max-w:     1200px;
  --font:      'Outfit', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); font-size: 18px; color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* ============ ANNOUNCEMENT BAR ============ */
/* Matches site's elementor-1184: background-color: var(--e-global-color-primary) = #0f77cb */
.announcement-bar {
  background: var(--blue);
  color: var(--white);
  text-align: center;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: var(--font);
  line-height: 1.4;
  padding: 10px 24px;
}
.announcement-bar strong {
  font-family: 'Bitter', Georgia, serif;
  font-weight: 700;
}

/* ============ STICKY HEADER ============ */
/* Two-tone treatment matching site's elementor-272:
   Logo pill: white with border-radius 0 300px 300px 0
   Right section: #1c1c1c dark background */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #1c1c1c;
  box-shadow: 0 2px 16px rgba(0,0,0,.25);
}
.site-header .wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  gap: 0;
  padding: 0;
}
.header-logo-wrap {
  background: var(--white);
  border-radius: 0 300px 300px 0;
  display: flex;
  align-items: center;
  padding: 12px 40px 12px 24px;
}
.site-header .logo { height: 44px; width: auto; }
.header-phone {
  justify-self: center;
  font-size: 20px; font-weight: 800;
  color: var(--white);
  display: flex; align-items: center; gap: 8px;
  padding: 0 16px;
}
.header-phone svg { flex-shrink: 0; }
.btn-primary {
  display: inline-block;
  background: var(--red);
  color: var(--white) !important;
  font-family: var(--font);
  font-size: 17px;
  font-weight: 700;
  border-radius: 500px;
  padding: 13px 28px;
  border: none; cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
  text-decoration: none !important;
}
.btn-primary:hover { background: #a51414; color: var(--white) !important; }
.btn-primary:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
/* Header CTA matches site's "Customer Portal" button:
   background-color: var(--e-global-color-primary) = #0f77cb, border-radius: 30px */
.btn-header {
  display: inline-flex;
  align-items: center;
  background: var(--blue);
  color: var(--white) !important;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  padding: 12px 24px;
  border: none; cursor: pointer;
  white-space: nowrap;
  margin: 14px 24px 14px 8px;
  transition: background .2s;
  text-decoration: none !important;
}
.btn-header:hover { background: #0a5fa3; color: var(--white) !important; }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 90dvh;
  background-image: url("https://www.customaire.com/wp-content/uploads/2026/05/Two-technians-installing-a-residential-HVAC-unit.jpg");
  background-size: cover;
  background-position: center 30%;
  display: flex; align-items: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  /* Matches site: --overlay-opacity:.65, background-color:var(--e-global-color-primary) = #0f77cb */
  background: rgba(15,119,203,0.65);
}
.hero .wrap {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 48px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
.hero-left { display: flex; flex-direction: column; gap: 20px; }
.hero-eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
  background: transparent;
  border: 1.5px solid var(--orange);
  border-radius: var(--radius);
  display: inline-block;
  padding: 5px 12px;
  align-self: flex-start;
}
.hero h1 {
  font-family: 'Bitter', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: .05em;
}
/* Site CSS: h1 b { color: #2fb7ff } */
.hero h1 em { color: #2fb7ff; font-style: normal; }
.hero-sub {
  font-size: 19px; font-weight: 400;
  color: rgba(255,255,255,.88);
  line-height: 1.5;
  max-width: 480px;
}
.hero-call {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--red);
  color: var(--white) !important;
  font-size: 24px; font-weight: 800;
  border-radius: 500px;
  padding: 16px 36px;
  align-self: flex-start;
  transition: background .2s;
  text-decoration: none !important;
}
.hero-call:hover { background: #a51414; color: var(--white) !important; }
.hero-call svg { flex-shrink: 0; }

/* ============ HERO FORM ============ */
.hero-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: 0 8px 40px rgba(0,0,0,.35);
}
.hero-form h2 {
  font-size: 22px; font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
}
.hero-form .form-sub {
  font-size: 15px; color: #555;
  margin-bottom: 24px;
}
.form-field {
  display: flex; flex-direction: column;
  gap: 5px; margin-bottom: 14px;
}
.form-field label {
  font-size: 13px; font-weight: 700;
  color: var(--navy); letter-spacing: .04em;
  text-transform: uppercase;
}
.form-field input,
.form-field select {
  font-family: var(--font);
  font-size: 16px;
  color: var(--text);
  border: 1.5px solid #d0d5dd;
  border-radius: var(--radius);
  padding: 13px 14px;
  background: var(--white);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.form-field input:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(15,119,203,.15);
}
.form-submit {
  width: 100%;
  margin-top: 6px;
  font-size: 18px;
  padding: 16px;
}
.form-micro {
  font-size: 13px; color: #666;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

/* ============ TRUST STRIP ============ */
/* NKC inline style: thin dark bar, icon + all-caps text, one orange accent */
.trust-strip {
  background: #0d1d33;
  padding: 0;
}
.trust-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 36px;
  min-height: 44px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  white-space: nowrap;
}
.trust-item svg { flex-shrink: 0; opacity: .7; }
.trust-item.accent { color: var(--orange); }
.trust-item.accent svg { opacity: 1; }

/* ============ PROBLEM ============ */
.problem {
  background: var(--gray-bg);
  padding: 80px 0;
}
.problem .wrap {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 64px;
  align-items: start;
}
.problem-headline {
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
}
.problem-headline span { color: var(--red); }
.problem-body { display: flex; flex-direction: column; gap: 20px; }
.problem-body p { font-size: 17px; color: #444; line-height: 1.65; }
.problem-list {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 12px;
}
.problem-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 17px; color: #333; line-height: 1.5;
}
.problem-list li svg { flex-shrink: 0; margin-top: 3px; }

/* ============ SOLUTION ============ */
.solution {
  background: var(--navy);
  padding: 80px 0;
}
.solution .wrap { display: flex; flex-direction: column; gap: 56px; }
.solution-header { text-align: center; }
.solution-eyebrow {
  font-size: 15px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
  opacity: .7;
  margin-bottom: 14px;
}
.solution h2 {
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
}
/* Steps: top border only, no boxes -- !important to override Elementor */
.solution-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.step {
  padding: 32px 40px !important;
  border-top: 3px solid var(--orange) !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: none !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.step:not(:first-child) {
  border-left: 1px solid rgba(255,255,255,.1) !important;
}
.step-number {
  font-size: 13px !important; font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
  opacity: .6;
}
.step h3 {
  font-size: 20px; font-weight: 800;
  color: var(--white) !important;
  line-height: 1.2;
}
.step p { font-size: 16px; color: rgba(255,255,255,.72) !important; line-height: 1.6; }
.solution-eyebrow {
  font-size: 15px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white) !important;
  opacity: .6;
  margin-bottom: 14px;
}
.solution h2 {
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 800;
  color: var(--white) !important;
  line-height: 1.2;
}

/* ============ TESTIMONIAL 1 ============ */
.testimonial-1 {
  background: var(--white);
  padding: 96px 0;
}
.testimonial-1 .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 760px;
}
.quote-mark {
  color: var(--blue);
  font-size: 80px;
  line-height: .8;
  font-family: Georgia, serif;
  align-self: flex-start;
}
.testimonial-1 blockquote {
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
  font-style: normal;
}
.testimonial-meta {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.testimonial-name { font-size: 16px; font-weight: 800; color: var(--navy); }
.testimonial-source { font-size: 14px; color: #666; }
.review-stars {
  display: flex;
  gap: 3px;
}
.star {
  width: 18px; height: 18px;
  color: #f5a623;
  fill: #f5a623;
}

/* ============ BENEFITS ============ */
.benefits {
  background: var(--gray-bg);
  padding: 80px 0;
}
.benefits .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.benefits-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.benefits-eyebrow {
  font-size: 13px; font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
}
.benefits-intro h2 {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
}
.benefits-intro p {
  font-size: 17px; color: #444;
  line-height: 1.6;
}
.benefits-cta-block {
  display: flex; flex-direction: column; gap: 12px;
  margin-top: 12px;
}
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefit-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.benefit-icon-wrap {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: rgba(15,119,203,.1);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
}
.benefit-copy strong {
  display: block;
  font-size: 17px; font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}
.benefit-copy p {
  font-size: 15px; color: #555; line-height: 1.5;
}

/* ============ STATS ============ */
.stats {
  background: var(--navy);
  padding: 72px 0;
}
.stats .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.stat-item {
  padding: 32px 40px;
  text-align: center;
}
.stat-item + .stat-item {
  border-left: 1px solid rgba(255,255,255,.15);
}
.stat-number {
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-number em {
  color: var(--orange);
  font-style: normal;
}
.stat-label {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  line-height: 1.4;
}

/* ============ TESTIMONIALS 2 ============ */
.testimonials-2 {
  background: var(--white);
  padding: 80px 0;
}
.testimonials-2 .wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.t2-header {
  text-align: left;
}
.t2-header h2 {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 800;
  color: var(--navy);
}
.t2-header p {
  font-size: 17px; color: #555;
  margin-top: 8px;
}
.t2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.t2-card {
  background: var(--gray-bg);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.t2-card blockquote {
  font-size: 16px; color: #333;
  line-height: 1.55;
  font-style: normal;
}
.t2-meta strong { font-size: 15px; font-weight: 800; color: var(--navy); display: block; }
.t2-meta span { font-size: 13px; color: #666; }

/* ============ FAQ ============ */
.faq {
  background: var(--gray-bg);
  padding: 80px 0;
}
.faq .wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  align-items: start;
}
.faq-intro h2 {
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.faq-intro p {
  font-size: 17px; color: #444;
  line-height: 1.6;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-item {
  border-bottom: 1px solid #d8d8d8;
  padding: 24px 0;
}
.faq-item:first-child { border-top: 1px solid #d8d8d8; }
.faq-q {
  font-size: 17px; font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
  display: flex; align-items: flex-start;
  gap: 10px;
}
.faq-q svg { flex-shrink: 0; margin-top: 3px; }
.faq-a {
  font-size: 16px; color: #444;
  line-height: 1.6;
  padding-left: 26px;
}

/* ============ FINAL CTA ============ */
.final-cta {
  background: var(--blue);
  padding: 88px 0;
}
.final-cta .wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}
.final-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.final-left h2 {
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
}
.final-left p {
  font-size: 18px;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
}
.final-guarantees {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.guarantee-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(255,255,255,.9);
}
.guarantee-line svg { flex-shrink: 0; }
.final-call-big {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  color: var(--navy);
  font-size: 28px;
  font-weight: 800;
  border-radius: 500px;
  padding: 18px 40px;
  align-self: flex-start;
  transition: transform .15s;
}
.final-call-big:hover { transform: scale(1.02); }
.final-call-big svg { flex-shrink: 0; }
.final-form-wrap {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
}
.final-form-wrap h3 {
  font-size: 20px; font-weight: 800;
  color: var(--navy);
  margin-bottom: 20px;
}

/* ============ SITE FOOTER ============ */
.site-footer {
  background: var(--text);
  padding: 24px 0;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.site-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.site-footer p {
  font-size: 14px;
  color: rgba(255,255,255,.55);
}
.site-footer a {
  color: rgba(255,255,255,.7);
}

/* ============ GRAVITY FORMS OVERRIDES ============ */
/* Styles GF output to match LP design -- no default GF styling survives */
.hero-form .gform_wrapper,
.final-form-wrap .gform_wrapper { max-width: 100%; margin: 0; }

.hero-form .gform_fields,
.final-form-wrap .gform_fields { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }

.hero-form .gfield,
.final-form-wrap .gfield { padding: 0; margin: 0; }

.hero-form .gfield_label,
.final-form-wrap .gfield_label { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; display: block; font-family: var(--font); }

.final-form-wrap .gfield_label { color: var(--navy) !important; }

.hero-form input, .hero-form select, .hero-form textarea,
.final-form-wrap input, .final-form-wrap select, .final-form-wrap textarea {
  width: 100% !important; padding: 12px 14px !important;
  border: 1px solid #d0d0d0 !important; border-radius: 0 !important;
  font-size: 16px !important; font-family: var(--font) !important;
  background: var(--white) !important; color: var(--text) !important;
  box-shadow: none !important; -webkit-appearance: none !important;
  -moz-appearance: none !important; appearance: none !important;
  margin: 0 !important; display: block !important;
  opacity: 1 !important; visibility: visible !important;
}
.final-form-wrap input,
.final-form-wrap select,
.final-form-wrap textarea {
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.1);
  color: var(--white);
}
.hero-form input:focus, .hero-form select:focus,
.final-form-wrap input:focus, .final-form-wrap select:focus {
  outline: 2px solid var(--blue); border-color: var(--blue);
}
.hero-form .gform_footer,
.final-form-wrap .gform_footer { padding: 0; margin-top: 4px; }

.hero-form .gform_button,
.final-form-wrap .gform_button {
  width: 100%; background: var(--red) !important;
  color: var(--white) !important; font-family: var(--font) !important;
  font-size: 18px !important; font-weight: 800 !important;
  border-radius: 500px !important; padding: 16px 28px !important;
  border: none !important; cursor: pointer !important;
  text-decoration: none !important; transition: background .2s !important;
}
.hero-form .gform_button:hover,
.final-form-wrap .gform_button:hover { background: #a51414 !important; }

.hero-form .gform_confirmation_message,
.final-form-wrap .gform_confirmation_message {
  color: var(--navy); font-weight: 700;
  font-size: 18px; text-align: center; padding: 24px;
}
.final-form-wrap .gform_confirmation_message { color: var(--white); }

/* Suppress GF validation error styling conflicts */
.hero-form .gfield_error input,
.hero-form .gfield_error select,
.final-form-wrap .gfield_error input,
.final-form-wrap .gfield_error select { border-color: var(--red) !important; }

.hero-form .validation_message,
.final-form-wrap .validation_message { color: var(--red); font-size: 13px; margin-top: 4px; }


@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero { min-height: unset; }
  .hero-form { max-width: 520px; margin: 0 auto; width: 100%; }
  .hero h1 { font-size: 36px; }
  .hero-call { font-size: 20px; }
  .trust-strip .wrap { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: none; }
  .problem .wrap { grid-template-columns: 1fr; gap: 32px; }
  .problem-body { gap: 16px; }
  .solution-steps { grid-template-columns: 1fr; gap: 0; }
  .step { padding: 28px 0 28px 0; border-top: 3px solid var(--orange); border-left: none !important; }
  .step:not(:first-child) { padding-left: 0; }
  .benefits .wrap { grid-template-columns: 1fr; gap: 24px; }
  .stats .wrap { grid-template-columns: 1fr; }
  .stat-item + .stat-item { border-left: none; border-top: 1px solid rgba(255,255,255,.15); }
  .t2-grid { grid-template-columns: 1fr; }
  .faq .wrap { grid-template-columns: 1fr; gap: 24px; }
  .final-cta .wrap { grid-template-columns: 1fr; gap: 32px; }
  .final-form-wrap { max-width: 520px; }
  /* Tighten section padding at tablet */
  .problem, .solution, .benefits, .stats, .testimonials-2, .faq { padding: 60px 0; }
  .testimonial-1 { padding: 60px 0; }
}

@media (max-width: 480px) {
  /* Header: pill shrinks to a reasonable radius on 390px */
  .site-header .wrap { grid-template-columns: 1fr auto; }
  .header-logo-wrap { padding: 10px 20px 10px 16px; border-radius: 0 36px 36px 0; }
  .site-header .logo { height: 34px; }
  .header-phone { display: none; }
  .btn-header { margin: 8px 14px; padding: 10px 16px; font-size: 13px; white-space: nowrap; }

  /* Hero: tighten H1, reduce padding */
  .hero .wrap { padding-top: 28px; padding-bottom: 32px; }
  .hero h1 { font-size: 28px; letter-spacing: .03em; }
  .hero-sub { font-size: 16px; }
  .hero-call { font-size: 17px; padding: 13px 24px; }
  .hero-eyebrow { font-size: 11px; letter-spacing: .1em; }
  .hero-form { padding: 24px 18px; }

  /* Trust: tighter cells, keep 2x2 */
  .trust-strip .wrap { grid-template-columns: repeat(2, 1fr); }
  .trust-item { padding: 18px 16px; }
  .trust-item::before { width: 20px; height: 2px; margin-bottom: 8px; }
  .trust-item strong { font-size: 15px; }
  .trust-item span { font-size: 12px; }

  /* Section padding: 80px → 44px on mobile */
  .problem, .solution, .benefits, .stats,
  .testimonials-2, .faq, .final-cta { padding: 44px 0; }
  .testimonial-1 { padding: 52px 0; }

  /* Benefits: tighter gap */
  .benefits .wrap { gap: 16px; }
  .benefit-item { padding: 20px 20px; }

  /* Stats: compact on single column */
  .stat-number { font-size: clamp(44px, 14vw, 64px); }
  .stat-label { font-size: 14px; }
  .stat-item { padding: 28px 0; }

  /* Solution steps: tighter padding */
  .step { padding: 24px 20px; }

  /* Testimonials: tighter */
  .testimonial-1 .wrap { gap: 20px; padding: 0 16px; }
  .testimonial-1 blockquote { font-size: 18px; }

  /* FAQ items */
  .faq-item { padding: 20px; }

  /* Final CTA: tighten */
  .final-cta .wrap { gap: 24px; }
  .final-call-big { font-size: 20px; padding: 14px 24px; }
  .final-form-wrap { padding: 28px 20px; }
}

/* ============ HERO LP (NKC TEMPLATE) ============ */
/* Steps left + form right layout - with background image */
.hero {
  background-image: url("https://www.customaire.com/wp-content/uploads/2026/05/Two-technians-installing-a-residential-HVAC-unit.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  padding: 64px 0 72px;
  min-height: unset;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15,119,203,0.68);
  z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-lp-wrap {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start;
}
.hero-lp-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-lp-left .hero-eyebrow {
  color: rgba(255,255,255,.6) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 13px;
}
.hero-lp-left h1 {
  font-family: 'Bitter', Georgia, serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 900;
  color: var(--white) !important;
  line-height: 1.1;
  letter-spacing: .02em;
}
.hero-lp-left h1 em {
  font-style: normal;
  color: #2fb7ff !important;
}
.hero-lp-left .hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,.8) !important;
  line-height: 1.65;
}
.steps-intro {
  font-size: 14px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.55) !important;
  margin-bottom: -8px;
}
.hero-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
}
.hero-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 16px;
  color: rgba(255,255,255,.8) !important;
  line-height: 1.5;
}
.hero-steps li:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 15px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.hero-steps li strong { color: var(--white) !important; display: block; margin-bottom: 2px; }
.steps-call-link { color: #ffffff !important; font-weight: 700; text-decoration: underline; }
.hero-trust-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.5) !important;
  padding-top: 4px;
}
.form-lock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

/* ============ SYSTEMS WE INSTALL ============ */
.systems {
  background: var(--white);
  padding: 80px 0;
}
.systems-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 52px;
}
.systems-eyebrow {
  display: block;
  font-size: 13px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}
.systems-header h2 {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 16px;
}
.systems-header p {
  font-size: 17px; color: #555; line-height: 1.65;
}
.systems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.system-card {
  border: 1px solid #e8e8e8;
  border-top: 3px solid var(--blue);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.system-icon {
  width: 48px; height: 48px;
  background: rgba(15,119,203,.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.system-card h3 {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.system-card p {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Hero LP responsive */
@media (max-width: 960px) {
  .hero-lp-wrap { grid-template-columns: 1fr; gap: 40px; }
  .systems-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .hero-lp-left h1 { font-size: 28px; }
  .systems-grid { grid-template-columns: 1fr; }
  .hero { padding: 44px 0 52px; }
}

/* ============ REPLACEMENT SIGNALS SECTION ============ */
.replacement-signals {
  background: var(--gray-bg);
  padding: 80px 0;
}
.signals-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}
.signals-eyebrow {
  display: block;
  font-size: 13px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.signals-header h2 {
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.signals-header p { font-size: 17px; color: #555; line-height: 1.65; }
.signals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.signal-item {
  background: var(--white);
  border-top: 3px solid var(--red);
  padding: 24px;
}
.signal-item h3 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.signal-item p { font-size: 14px !important; color: #555 !important; line-height: 1.6 !important; margin: 0 !important; }
.signals-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.signals-cta p { font-size: 17px; color: #444; }

/* ============ AC INSTALLATION INCLUDES SECTION ============ */
.install-includes {
  background: var(--white);
  padding: 80px 0;
}
.includes-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 52px;
}
.includes-eyebrow {
  display: block;
  font-size: 13px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}
.includes-header h2 {
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.includes-header p { font-size: 17px; color: #555; line-height: 1.65; }
.includes-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  max-width: 860px;
  margin: 0 auto;
}
.includes-list li {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #e8e8e8;
}
.includes-list li:last-child { border-bottom: none; }
.include-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: rgba(15,119,203,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--blue);
  margin-top: 2px;
}
.include-content h3 {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.include-content p { font-size: 16px !important; color: #555 !important; line-height: 1.65 !important; margin: 0 !important; }

/* Responsive for new sections */
@media (max-width: 960px) {
  .signals-grid { grid-template-columns: repeat(2, 1fr); }
  .includes-list li { gap: 16px; }
  .include-num { width: 36px; font-size: 22px; }
}
@media (max-width: 480px) {
  .signals-grid { grid-template-columns: 1fr; }
  .replacement-signals, .install-includes { padding: 44px 0; }
}

/* ============ GRAVITY FORMS FORM CLEANUP ============ */
/* Hide "(Required)" labels */
.gfield_required { display: none !important; }

/* Hide GF form title */
.hero-form .gform_title,
.final-form-wrap .gform_title { display: none !important; }

/* Uppercase labels to match LP design */
.gfield_label {
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  font-weight: 700 !important;
}

/* Full-width submit button */
.hero-form .gform_button,
.final-form-wrap .gform_button { width: 100% !important; }

/* Hide phone sub-labels */
.ginput_container_phone .ginput_left span,
.ginput_container_phone .ginput_right span { display: none !important; }

/* ============ ELEMENTOR CONTAINER BREAKOUT ============ */
/* Clear white backgrounds + width constraints from ALL wrappers above the widget */
.elementor-section-wrap,
.e-con-inner,
.e-con,
.elementor-section,
.elementor-container,
.elementor-row,
.elementor-column,
.elementor-column-gap-default,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor,
#wrapper_all,
#wrapper,
.fusion-page-wrapper,
#main,
.post-content,
.site-main,
.page-content,
article.page {
  background-color: transparent !important;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  float: none !important;
}

/* Stretch the widget — use 100% not 100vw to avoid scrollbar gap */
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
  background: transparent !important;
}

body, .elementor { overflow-x: hidden !important; }

/* ============ HEADER + FOOTER FULL-WIDTH OVERRIDE ============ */
.announcement-bar,
.site-header,
.site-footer {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  left: 0 !important;
  right: 0 !important;
}

html, body {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}
 ============ */
.problem { background: var(--gray-bg) !important; }
.solution { background: var(--navy) !important; }
.trust-strip { background: var(--navy) !important; }
.testimonial-1 { background: var(--white) !important; }
.benefits { background: var(--gray-bg) !important; }
.stats { background: var(--navy) !important; }
.testimonials-2 { background: var(--white) !important; }
.faq { background: var(--gray-bg) !important; }
.final-cta { background: var(--blue) !important; }
.site-footer { background: var(--text) !important; }
.gform_title, .gform_heading { display: none !important; }
.final-form-wrap .gfield_label { color: var(--navy) !important; }
/* Ensure select fields are always visible */
select, .hero-form select, .final-form-wrap select,
.gfield select, .ginput_container select {
  opacity: 1 !important; visibility: visible !important;
  border: 1px solid #d0d0d0 !important;
  background: var(--white) !important;
  color: var(--text) !important;
  display: block !important;
}

/* ============ BENEFIT ITEM H3/P OVERRIDE ============ */
/* Installation LP uses h3+p directly (not .benefit-copy strong/p)
   Force block layout and override Avada's theme h3 styles */
.benefit-item {
  display: block !important;
  border-top: 3px solid var(--blue);
  padding-top: 20px !important;
}
.benefit-item h3 {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.benefit-item p {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* ============ FINAL CTA COLOR FORCE ============ */
/* CSS .elementor-1281 .elementor-element.elementor-element-3a175afs don't match installation LP HTML classes — explicit overrides */
.final-cta-headline,
.final-cta-text h2,
.final-left h2 {
  color: var(--white) !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}
.final-cta-sub,
.final-cta-text p,
.final-left p {
  color: rgba(255,255,255,.85) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}
/* Button: white pill with navy text — override Avada red link color */
.final-call-big {
  background: var(--white) !important;
  color: var(--navy) !important;
  text-decoration: none !important;
  border: none !important;
}
.final-call-big:hover { color: var(--navy) !important; }
.final-call-big svg { color: var(--navy) !important; stroke: var(--navy) !important; }
/* Spacing: the section wraps with cta-text on left, form on right */
.final-cta-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Final CTA: 2-col on desktop, single col on mobile */
@media (min-width: 961px) {
  .final-cta .wrap {
    grid-template-columns: 1fr 420px !important;
    align-items: center !important;
  }
}
@media (max-width: 960px) {
  .final-cta .wrap {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .final-cta-text { align-items: flex-start; }
  .final-call-big {
    font-size: 20px !important;
    padding: 14px 28px !important;
    align-self: flex-start !important;
    white-space: nowrap !important;
  }
}

.replacement-signals { background: var(--gray-bg) !important; }
.install-includes { background: var(--white) !important; }
.benefits .wrap { display: flex !important; flex-direction: column !important; gap: 48px !important; grid-template-columns: unset !important; }
.benefits-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 0 56px !important; }
.benefit-item { display: block !important; border-top: 3px solid var(--blue) !important; padding-top: 28px !important; padding-bottom: 28px !important; }/* End custom CSS */