.elementor-kit-5{--e-global-color-primary:#013A65;--e-global-color-secondary:#FFC72C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#001528;--e-global-color-18b1e43:#E6A800;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{color:var( --e-global-color-accent );font-size:30px;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-family:"Oswald", Barlow, sans-serif;font-size:17px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*
 * ICS — Indoor Comfort Systems
 * Design System — Global Stylesheet
 * Used by all pages in the redesign
 *
 * ELEMENTOR SETUP NOTES:
 * 1. Go to Elementor > Site Settings > Global Colors → add each color below
 * 2. Go to Elementor > Site Settings > Global Fonts → set Primary = Oswald, Secondary = Barlow
 * 3. Copy :root variables into Elementor > Site Settings > Custom CSS
 * 4. Each section below maps to an Elementor widget or section type
 */

/* ─────────────────────────────────────────────
   TOKENS
───────────────────────────────────────────── */
:root {
  /* Brand Colors */
  --navy-900: #000d1a;
  --navy-800: #001528;   /* Primary dark bg */
  --navy-700: #001a3a;
  --navy-600: #002C5F;   /* Primary brand navy */
  --navy-500: #00408a;

  --gold-400: #FFD95E;
  --gold-500: #FFC72C;   /* Primary accent */
  --gold-600: #e6a800;   /* Hover state */

  --white:    #ffffff;
  --gray-50:  #f8fafc;   /* Light section bg */
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-600: #475569;
  --gray-800: #1e293b;   /* Body text on light bg */

  /* Typography */
  --font-headline: 'Oswald', sans-serif;
  --font-body:     'Barlow', sans-serif;
  --font-tag:      'Barlow Condensed', sans-serif;

  /* Spacing Scale */
  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  24px;
  --space-lg:  40px;
  --space-xl:  64px;
  --space-2xl: 96px;

  /* Section vertical padding */
  --section-pad: clamp(56px, 8vw, 96px);
  --section-pad-sm: clamp(40px, 6vw, 64px);

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.12);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.15);
  --shadow-lg: 0 20px 48px rgba(0,0,0,0.22);
  --shadow-xl: 0 32px 80px rgba(0,0,0,0.35);

  /* Max width */
  --container: 1140px;
}

/* ─────────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--gray-800);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ─────────────────────────────────────────────
   CONTAINER
   ELEMENTOR: Use "Boxed" content width = 1140px
───────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ─────────────────────────────────────────────
   TYPOGRAPHY
   ELEMENTOR: Heading widgets — use Global Font "Primary" (Oswald)
───────────────────────────────────────────── */
.eyebrow {
  font-family: var(--font-tag);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-500);
  opacity: 0.85;
  display: block;
  margin-bottom: 12px;
}

h1, h2, h3, h4 {
  font-family: var(--font-headline);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.75rem); }
h4 { font-size: 1.1rem; letter-spacing: 0.02em; }

.section-title {
  font-family: var(--font-headline);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.section-subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  max-width: 600px;
  margin-top: 12px;
}

/* Text color helpers */
.text-white  { color: var(--white); }
.text-gold   { color: var(--gold-500); }
.text-navy   { color: var(--navy-600); }
.text-muted  { color: var(--gray-400); }
.text-body   { color: var(--gray-600); }

/* ─────────────────────────────────────────────
   BUTTONS
   ELEMENTOR: Button Widget — Global Style override
───────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  white-space: nowrap;
  text-decoration: none;
}

/* Primary — Gold */
.btn-primary {
  background: var(--gold-500);
  color: var(--navy-800);
  border-color: var(--gold-500);
}
.btn-primary:hover {
  background: var(--gold-600);
  border-color: var(--gold-600);
  transform: translateY(-1px);
}

/* Secondary — Outline White */
.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--white);
}

/* Outline Gold */
.btn-outline-gold {
  background: transparent;
  color: var(--gold-500);
  border-color: var(--gold-500);
}
.btn-outline-gold:hover {
  background: var(--gold-500);
  color: var(--navy-800);
}

/* Large modifier */
.btn-lg {
  font-size: 1.1rem;
  padding: 20px 40px;
}

/* Full width on mobile — opt-in with .btn-block or contextual parent */
@media (max-width: 640px) {
  .btn-block,
  .hero-actions .btn,
  .cta-section .btn,
  .financing-hero-ctas .btn,
  .apply-steps .btn,
  .promo-banner .btn { width: 100%; text-align: center; justify-content: center; }
}

/* ─────────────────────────────────────────────
   NAVIGATION / HEADER
   ELEMENTOR: Header Template (Theme Builder) — Sticky Header
   Widget: Nav Menu + Button + Text (phone)
───────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--navy-800);
  border-bottom: 2px solid rgba(255,199,44,0.2);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}

.logo-wrap img {
  height: 48px;
  width: auto;
}

.header-nav {
  display: none;
  gap: 0;
  list-style: none;
}

.header-nav a {
  font-family: var(--font-tag);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.8);
  padding: 8px 14px;
  display: block;
  transition: color 0.2s;
  position: relative;
}

.header-nav a:hover,
.header-nav a.active {
  color: var(--gold-500);
}

.header-nav .has-dropdown { position: relative; }
.header-nav .has-dropdown:hover .dropdown { display: block; }

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--navy-700);
  border: 1px solid rgba(255,199,44,0.15);
  border-radius: var(--radius-md);
  min-width: 200px;
  padding: 8px 0;
  box-shadow: var(--shadow-lg);
  z-index: 100;
}

.dropdown a {
  padding: 10px 20px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  border-radius: 0;
}

.dropdown a:hover { color: var(--gold-500); background: rgba(255,255,255,0.04); }

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-phone {
  font-family: var(--font-headline);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-500);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
}

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

.header-cta {
  font-size: 0.82rem;
  padding: 10px 20px;
  display: none;
}

@media (min-width: 768px) {
  .header-cta { display: inline-flex; }
  .logo-wrap img { height: 52px; }
  .header-phone { font-size: 1.4rem; }
}

@media (min-width: 1024px) {
  .header-nav { display: flex; }
  .header-phone { font-size: 1.5rem; }
}

/* Mobile Menu Toggle — shown only on mobile */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .menu-toggle { display: none; }
}

/* Mobile nav overlay */
.mobile-nav {
  display: none;
  background: var(--navy-700);
  border-top: 1px solid rgba(255,199,44,0.1);
}
.mobile-nav.open { display: block; }
.mobile-nav ul { list-style: none; padding: 16px 0; }
.mobile-nav a {
  display: block;
  padding: 14px 24px;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mobile-nav a:hover { color: var(--gold-500); }
.mobile-nav .mobile-phone {
  display: block;
  padding: 16px 24px;
  background: var(--gold-500);
  color: var(--navy-800);
  font-family: var(--font-headline);
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin: 12px 16px;
  border-radius: var(--radius-md);
}

/* ─────────────────────────────────────────────
   HERO SECTION
   ELEMENTOR: Section — Full Width, min-height 560px
   Background: navy-800, overlay optional
   Inner Section: 2 columns (60/40) on desktop, stacked mobile
───────────────────────────────────────────── */
.hero {
  background: var(--navy-800);
  padding: clamp(56px, 8vw, 96px) 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(0,44,95,0.4) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(255,199,44,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content { max-width: 600px; }

.hero h1 { color: var(--white); margin-bottom: 16px; }
.hero h1 span { color: var(--gold-500); }

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-tel {
  font-family: var(--font-headline);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-500);
  letter-spacing: 0.02em;
}

.hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.hero-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr 420px;
    gap: 56px;
  }
  .hero-image img { height: 440px; }
}

/* ─────────────────────────────────────────────
   TRUST / FEATURE BAR
   ELEMENTOR: Section — Full Width, bg: navy-600
   Inner: Icon List Widget × 4 + Button Widget
───────────────────────────────────────────── */
.trust-bar {
  background: var(--navy-600);
  padding: 20px 0;
  border-bottom: 2px solid rgba(255,199,44,0.15);
}

.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.9);
  font-family: var(--font-tag);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-item svg,
.trust-item .trust-icon {
  width: 20px;
  height: 20px;
  color: var(--gold-500);
  flex-shrink: 0;
}

.trust-bar-cta {
  font-size: 0.85rem;
  padding: 10px 24px;
}

@media (min-width: 768px) {
  .trust-bar { padding: 24px 0; }
  .trust-item { font-size: 0.85rem; }
}

/* ─────────────────────────────────────────────
   SECTION WRAPPERS
   ELEMENTOR: Section bg color variants
───────────────────────────────────────────── */
.section-dark  { background: var(--navy-800); }
.section-navy  { background: var(--navy-600); }
.section-light { background: var(--gray-50); }
.section-white { background: var(--white); }
.section-gold  { background: var(--gold-500); }

.section-pad {
  padding: var(--section-pad) 0;
}

.section-pad-sm {
  padding: var(--section-pad-sm) 0;
}

/* Section header block */
.section-header {
  margin-bottom: clamp(32px, 5vw, 48px);
}
.section-header.center { text-align: center; }
.section-header.center .section-subtitle { margin-left: auto; margin-right: auto; }

/* ─────────────────────────────────────────────
   SERVICE CARDS (Category page — sub-service grid)
   ELEMENTOR: Posts Grid / Loop Grid or 3-col inner section + Icon Box widgets
───────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}

.service-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  text-decoration: none;
  color: var(--gray-800);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.service-card:hover {
  border-color: var(--gold-500);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.service-card-icon {
  width: 56px;
  height: 56px;
  background: rgba(0,44,95,0.07);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.service-card-icon svg { width: 28px; height: 28px; color: var(--navy-600); }

.service-card h3 {
  font-size: 1.2rem;
  color: var(--navy-800);
  margin-bottom: 4px;
}

.service-card p {
  font-size: 0.9rem;
  color: var(--gray-600);
  font-weight: 300;
  line-height: 1.6;
  flex-grow: 1;
}

.service-card-link {
  font-family: var(--font-tag);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-600);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  transition: color 0.2s;
}

.service-card:hover .service-card-link { color: var(--gold-600); }

/* Dark variant of service card (for dark section backgrounds) */
.service-card.dark {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
  color: var(--white);
}
.service-card.dark:hover {
  border-color: var(--gold-500);
  background: rgba(255,255,255,0.08);
}
.service-card.dark h3 { color: var(--white); }
.service-card.dark p  { color: rgba(255,255,255,0.6); }
.service-card.dark .service-card-icon {
  background: rgba(255,199,44,0.1);
  border: 1px solid rgba(255,199,44,0.2);
}
.service-card.dark .service-card-icon svg { color: var(--gold-500); }
.service-card.dark .service-card-link { color: var(--gold-500); }

/* ─────────────────────────────────────────────
   ICON + TEXT FEATURE BLOCKS
   ELEMENTOR: Icon Box Widget
───────────────────────────────────────────── */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1140px) {
  .feature-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(255,199,44,0.1);
  border: 1px solid rgba(255,199,44,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-icon svg { width: 24px; height: 24px; color: var(--gold-500); }

.feature-item h4 {
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.feature-item p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  line-height: 1.55;
}

/* Light bg variant */
.feature-item.light h4 { color: var(--navy-800); }
.feature-item.light p  { color: var(--gray-600); }
.feature-item.light .feature-icon {
  background: rgba(0,44,95,0.07);
  border-color: rgba(0,44,95,0.12);
}
.feature-item.light .feature-icon svg { color: var(--navy-600); }

/* ─────────────────────────────────────────────
   PROCESS STEPS
   ELEMENTOR: Inner Section — numbered icon boxes
───────────────────────────────────────────── */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  counter-reset: step-counter;
}

@media (min-width: 640px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
}
.steps-grid.steps-4 { }
@media (min-width: 1024px) {
  .steps-grid.steps-4 { grid-template-columns: repeat(4, 1fr); }
}

.step-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-increment: step-counter;
}

.step-number {
  font-family: var(--font-headline);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255,199,44,0.2);
  line-height: 1;
}

.step-item h4 {
  font-size: 1rem;
  color: var(--white);
  letter-spacing: 0.04em;
}
.step-item p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  line-height: 1.55;
}

/* ─────────────────────────────────────────────
   REVIEWS / TESTIMONIALS
   ELEMENTOR: Testimonial Carousel or 3-col inner section
───────────────────────────────────────────── */
.reviews-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.reviews-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rating-score {
  font-family: var(--font-headline);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.rating-score.dark-text { color: var(--navy-800); }
.rating-score.light-text { color: var(--white); }

.rating-stars { color: var(--gold-500); font-size: 1.3rem; line-height: 1; }
.rating-count {
  font-size: 0.85rem;
  color: var(--gray-400);
  font-weight: 300;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
}

.review-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow-sm);
}

.review-stars { color: var(--gold-500); font-size: 1rem; letter-spacing: 2px; }

.review-text {
  font-size: 0.9rem;
  color: var(--gray-600);
  font-weight: 300;
  line-height: 1.65;
  font-style: italic;
  flex-grow: 1;
}

.review-author {
  font-family: var(--font-tag);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-600);
}

/* Dark bg review card */
.review-card.dark {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
}
.review-card.dark .review-text { color: rgba(255,255,255,0.65); }
.review-card.dark .review-author { color: var(--gold-500); }

/* ─────────────────────────────────────────────
   PROMO / OFFER BANNER
   ELEMENTOR: Section — bg: gold-500
   Inner: 2-col — text left, CTA right
───────────────────────────────────────────── */
.promo-banner {
  background: var(--gold-500);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.promo-offer {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--navy-800);
  line-height: 1;
  text-transform: uppercase;
}

.promo-details {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(0,21,40,0.7);
  font-weight: 400;
  margin-top: 4px;
}

.promo-banner .btn-promo {
  background: var(--navy-800);
  color: var(--white);
  border-color: var(--navy-800);
  font-size: 1rem;
  padding: 14px 32px;
  flex-shrink: 0;
}
.promo-banner .btn-promo:hover { background: var(--navy-700); }

/* ─────────────────────────────────────────────
   BOTTOM CTA / CONTACT FORM SECTION
   ELEMENTOR: Section — bg: navy-800
   Inner: 2-col — form left, contact info right (desktop)
───────────────────────────────────────────── */
.cta-section {
  background: var(--navy-800);
  padding: var(--section-pad) 0;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 768px) {
  .cta-grid { grid-template-columns: 1fr 360px; gap: 64px; }
}

.cta-form-wrap h2 { color: var(--white); margin-bottom: 8px; }
.cta-form-wrap .section-subtitle { color: rgba(255,255,255,0.6); }

/* ─────────────────────────────────────────────
   FORMS
   ELEMENTOR: Form Widget (Elementor Pro)
───────────────────────────────────────────── */
.form { display: flex; flex-direction: column; gap: 12px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 480px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label {
  font-family: var(--font-tag);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--white);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  width: 100%;
  -webkit-appearance: none;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255,255,255,0.3);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold-500);
  background: rgba(255,255,255,0.1);
}

.form-field textarea { resize: vertical; min-height: 100px; }

.form-field select option { background: var(--navy-700); color: var(--white); }

.form-submit {
  margin-top: 4px;
}

/* Light form (on white bg) */
.form.light .form-field label { color: var(--gray-600); }
.form.light .form-field input,
.form.light .form-field select,
.form.light .form-field textarea {
  background: var(--white);
  border-color: var(--gray-200);
  color: var(--gray-800);
}
.form.light .form-field input::placeholder,
.form.light .form-field textarea::placeholder { color: var(--gray-400); }
.form.light .form-field input:focus,
.form.light .form-field select:focus,
.form.light .form-field textarea:focus {
  border-color: var(--navy-600);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(0,44,95,0.1);
}

/* ─────────────────────────────────────────────
   CONTACT INFO BLOCK (beside form)
   ELEMENTOR: Icon List Widget
───────────────────────────────────────────── */
.contact-info { display: flex; flex-direction: column; gap: 32px; }

.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }

.contact-info-icon {
  width: 44px;
  height: 44px;
  background: rgba(255,199,44,0.1);
  border: 1px solid rgba(255,199,44,0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg { width: 20px; height: 20px; color: var(--gold-500); }

.contact-info-label {
  font-family: var(--font-tag);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}

.contact-info-value {
  font-family: var(--font-headline);
  font-size: 1.1rem;
  color: var(--white);
  letter-spacing: 0.02em;
}

.contact-info-sub {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  margin-top: 2px;
}

/* ─────────────────────────────────────────────
   FINANCING STRIP
   ELEMENTOR: Section — bg navy-600
   Inner: 3-col — icon, text, CTA
───────────────────────────────────────────── */
.financing-strip {
  background: var(--navy-600);
  padding: 32px 0;
  border-top: 1px solid rgba(255,199,44,0.15);
  border-bottom: 1px solid rgba(255,199,44,0.15);
}

.financing-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.financing-strip-text h3 {
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 4px;
}
.financing-strip-text p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
}

/* ─────────────────────────────────────────────
   ACCOMPLISHMENTS / TRUST BADGES
   ELEMENTOR: Counter Widget or Icon Box (4-col)
───────────────────────────────────────────── */
.accomplishments {
  background: var(--navy-700);
  padding: 40px 0;
}

.accomplishments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  text-align: center;
}

@media (min-width: 768px) {
  .accomplishments-grid { grid-template-columns: repeat(4, 1fr); }
}

.accomplishment-item {}

.accomplishment-number {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--gold-500);
  line-height: 1;
  margin-bottom: 4px;
}

.accomplishment-label {
  font-family: var(--font-tag);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

/* ─────────────────────────────────────────────
   FOOTER
   ELEMENTOR: Footer Template (Theme Builder)
───────────────────────────────────────────── */
.site-footer {
  background: var(--navy-900);
  padding: 56px 0 24px;
  border-top: 2px solid rgba(255,199,44,0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

@media (min-width: 640px) {
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; }
}

.footer-brand .logo-wrap img { height: 44px; margin-bottom: 16px; }

.footer-tagline {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.45);
  font-weight: 300;
  line-height: 1.6;
  max-width: 280px;
}

.footer-phone-big {
  font-family: var(--font-headline);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-500);
  letter-spacing: 0.02em;
  margin-top: 20px;
  display: block;
}

.footer-heading {
  font-family: var(--font-tag);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold-500); }

.footer-address {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  line-height: 1.7;
}

.footer-address strong {
  font-family: var(--font-tag);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  display: block;
  margin-bottom: 6px;
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-copy {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.25);
  font-weight: 300;
}

.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.25);
  font-weight: 300;
  transition: color 0.2s;
}
.footer-legal a:hover { color: rgba(255,255,255,0.5); }

/* ─────────────────────────────────────────────
   PAGE INTRO SECTION (after hero, white/light bg)
   ELEMENTOR: Section — bg white, 2-col inner
───────────────────────────────────────────── */
.intro-section {
  background: var(--white);
  padding: var(--section-pad) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 768px) {
  .intro-grid { grid-template-columns: 1fr 1fr; }
}

.intro-content h2 { color: var(--navy-800); margin-bottom: 16px; }
.intro-content p {
  font-size: 1rem;
  color: var(--gray-600);
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 16px;
}
.intro-content p:last-of-type { margin-bottom: 24px; }

.intro-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.intro-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* ─────────────────────────────────────────────
   CHECKLIST / SIGNS YOU NEED SERVICE
   ELEMENTOR: Icon List Widget
───────────────────────────────────────────── */
.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--gray-600);
  font-weight: 300;
  line-height: 1.5;
}

.check-list li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23002C5F'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Gold check variant */
.check-list.gold li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23FFC72C'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.check-list.light li { color: rgba(255,255,255,0.7); }

/* Check grid (2-col) */
.check-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 640px) {
  .check-grid { grid-template-columns: repeat(2, 1fr); gap: 0 32px; }
}

/* ─────────────────────────────────────────────
   BREADCRUMB
   ELEMENTOR: Breadcrumbs Widget
───────────────────────────────────────────── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.breadcrumb a {
  font-family: var(--font-tag);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--gold-500); }

.breadcrumb span {
  font-family: var(--font-tag);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

.breadcrumb-sep { color: rgba(255,255,255,0.2); font-size: 0.6rem; }

/* ─────────────────────────────────────────────
   UTILITIES
───────────────────────────────────────────── */
.divider {
  height: 1px;
  background: var(--gray-200);
  border: none;
}
.divider.dark { background: rgba(255,255,255,0.08); }

.highlight { color: var(--gold-500); }
.highlight-navy { color: var(--navy-600); }

/* Responsive helpers */
.hide-mobile { display: none; }
@media (min-width: 768px) {
  .hide-mobile { display: block; }
  .hide-desktop { display: none; }
}

/* ─────────────────────────────────────────────
   CERT / CREDENTIAL BADGES BAR
   ELEMENTOR: Icon List or Text widgets in a row
───────────────────────────────────────────── */
.cert-badges-bar {
  background: var(--navy-700);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,199,44,0.08);
}
.cert-badges-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 28px;
}
.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-tag);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}
.cert-badge-box {
  min-width: 38px;
  height: 26px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  font-family: var(--font-headline);
  font-size: 0.6rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
}
.cert-badge svg {
  width: 16px;
  height: 16px;
  color: var(--gold-500);
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────
   IMAGE + TEXT SPLIT SECTION
   ELEMENTOR: 2-col inner section — image col + text col
───────────────────────────────────────────── */
.split-section {
  padding: var(--section-pad) 0;
}
.split-section.bg-white  { background: var(--white); }
.split-section.bg-light  { background: var(--gray-50); }
.split-section.bg-navy   { background: var(--navy-800); }
.split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .split-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
  .split-grid.reverse > *:first-child { order: 2; }
  .split-grid.reverse > *:last-child  { order: 1; }
}
.split-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.split-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .split-img img { height: 420px; }
}
.split-copy h2 { margin-bottom: 14px; }
.split-copy h2.dark  { color: var(--navy-800); }
.split-copy h2.light { color: var(--white); }
.split-copy p {
  font-size: 1rem;
  line-height: 1.72;
  font-weight: 300;
  margin-bottom: 16px;
}
.split-copy p.dark  { color: var(--gray-600); }
.split-copy p.light { color: rgba(255,255,255,0.65); }
.split-eyebrow {
  font-family: var(--font-tag);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 10px;
  display: block;
}

/* ─────────────────────────────────────────────
   PRICING TRANSPARENCY SECTION
   ELEMENTOR: Price Table or Icon Box widgets
───────────────────────────────────────────── */
.pricing-section {
  padding: var(--section-pad) 0;
}
.pricing-section.bg-light { background: var(--gray-50); }
.pricing-section.bg-white { background: var(--white); }
.pricing-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 640px) {
  .pricing-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .pricing-cards-grid { grid-template-columns: repeat(3, 1fr); }
}
.price-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.price-card:hover {
  border-color: rgba(255,199,44,0.4);
  box-shadow: var(--shadow-md);
}
.price-card-range {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy-600);
  line-height: 1;
  margin-bottom: 4px;
}
.price-card-label {
  font-family: var(--font-tag);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 12px;
}
.price-card p {
  font-size: 0.88rem;
  color: var(--gray-600);
  line-height: 1.6;
  font-weight: 300;
}
.pricing-disclaimer {
  margin-top: 28px;
  font-size: 0.8rem;
  color: var(--gray-400);
  line-height: 1.6;
  font-style: italic;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ─────────────────────────────────────────────
   BENEFIT BLOCKS (2-col image+text cards)
   ELEMENTOR: Inner Section 2-col, Image + Text
───────────────────────────────────────────── */
.benefit-blocks-section {
  padding: var(--section-pad) 0;
}
.benefit-blocks-section.bg-light { background: var(--gray-50); }
.benefit-blocks-section.bg-white { background: var(--white); }
.benefit-blocks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .benefit-blocks-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
.benefit-block {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.25s, transform 0.25s;
}
.benefit-block:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.benefit-block-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  background: var(--gray-100);
}
@media (min-width: 768px) {
  .benefit-block-img { height: 240px; }
}
.benefit-block-body {
  padding: 28px 24px;
}
.benefit-block-body h3 {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--navy-800);
  margin-bottom: 10px;
}
.benefit-block-body p {
  font-size: 0.92rem;
  color: var(--gray-600);
  line-height: 1.68;
  font-weight: 300;
}

/* ─────────────────────────────────────────────
   FAQ SECTION
   ELEMENTOR: Accordion Widget or Text Editor
───────────────────────────────────────────── */
.faq-section {
  padding: var(--section-pad) 0;
}
.faq-section.bg-light { background: var(--gray-50); }
.faq-section.bg-white { background: var(--white); }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .faq-list.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  transition: border-color 0.2s;
}
.faq-item:hover { border-color: rgba(255,199,44,0.35); }
.faq-item h4 {
  font-family: var(--font-headline);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--navy-800);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.faq-q-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  background: var(--gold-500);
  color: var(--navy-800);
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-item p {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.68;
  font-weight: 300;
  padding-left: 34px;
}

/* ─────────────────────────────────────────────
   STATS STRIP (gold background)
   ELEMENTOR: Counter Widgets in 4-col inner section
───────────────────────────────────────────── */
.stats-strip {
  background: var(--gold-500);
  padding: 28px 0;
}
.stats-strip-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}
@media (min-width: 640px) {
  .stats-strip-inner { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}
.stat-num {
  font-family: var(--font-headline);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: var(--navy-800);
  line-height: 1;
}
.stat-label {
  font-family: var(--font-tag);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,21,40,0.6);
  margin-top: 5px;
}

/* ─────────────────────────────────────────────
   FINANCING TEASER SECTION (image + text, navy bg)
   ELEMENTOR: 2-col section, Image widget + text
───────────────────────────────────────────── */
.financing-teaser {
  background: var(--navy-600);
  padding: var(--section-pad) 0;
}
.financing-teaser-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .financing-teaser-grid { grid-template-columns: 1fr 1fr; gap: 64px; }
}
.financing-teaser-copy h2 { color: var(--white); margin-bottom: 14px; }
.financing-teaser-copy p {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 24px;
}
.financing-teaser-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.financing-teaser-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .financing-teaser-img img { height: 360px; }
}

/* ─────────────────────────────────────────────
   SERVICE AREA SECTION (expanded)
   ELEMENTOR: Text + Map widget section
───────────────────────────────────────────── */
.service-area-section {
  padding: var(--section-pad) 0;
  background: var(--white);
}
.service-area-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.service-area-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: 100px;
  padding: 8px 16px;
  font-family: var(--font-tag);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--navy-600);
}
.service-area-chip svg {
  width: 14px;
  height: 14px;
  color: var(--gold-500);
}

/* ─────────────────────────────────────────────
   SECTION EYEBROW (global)
───────────────────────────────────────────── */
.section-eyebrow {
  font-family: var(--font-tag);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-500);
  display: block;
  margin-bottom: 12px;
}

/* ─────────────────────────────────────────────
   MOBILE IMPROVEMENTS (< 480px)
───────────────────────────────────────────── */
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  h1 { font-size: clamp(1.7rem, 8vw, 2.2rem); }
  h2 { font-size: clamp(1.35rem, 6vw, 1.75rem); }
  h3 { font-size: clamp(1.05rem, 5vw, 1.35rem); }
  .hero { padding: 40px 0 36px; }
  .promo-banner { padding: 24px 20px; }
  .split-img img { height: 240px; }
  .benefit-block-img { height: 180px; }
  .hero-actions { flex-direction: column; }
  .financing-teaser-img img { height: 220px; }
}

/* CTA form placeholder (shared) */
.elementor-form-placeholder {
  min-height: 360px;
  border: 2px dashed rgba(255,199,44,0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 32px 24px;
  color: rgba(255,255,255,0.3);
  font-family: var(--font-tag);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}/* End custom CSS */