/* ==========================================================================
   Leadgen template — NewSouth-inspired contractor layout
   Navy + teal + orange accents, Spanish, restoration niche
   ========================================================================== */

:root {
  --navy: #0e2c4a;
  --navy-dark: #0a1f36;
  --navy-deeper: #071529;
  --teal: #14a3a3;
  --teal-dark: #0f8787;
  --orange: #ff7a18;
  --orange-dark: #e66a0b;
  --slate: #4a5568;
  --muted: #6b7280;
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --bg-warm: #fef3e8;
  --border: #e5e9f0;
  --success: #16a34a;
  --danger: #dc2626;
  --shadow-sm: 0 1px 2px rgba(13, 28, 49, .05);
  --shadow-md: 0 8px 24px rgba(13, 28, 49, .08);
  --shadow-lg: 0 20px 50px rgba(13, 28, 49, .14);
  --shadow-xl: 0 28px 70px rgba(13, 28, 49, .22);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;     /* kill iOS elastic horizontal bounce */
  touch-action: pan-y pinch-zoom;  /* disable horizontal swipe pan */
}
body {
  font-family: var(--font);
  color: #14202f;
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
/* Belt-and-suspenders: no single element should force a wider document */
section, .topnav, .utility-bar, .footer, .hero-grid, .services-inner,
.lifestyle-grid, .features-inner, .big-cta-inner, .secondary-cta-inner, .footer-inner {
  max-width: 100%;
}
/* Long unbroken URLs / tokens should wrap instead of forcing width */
.disclaimer, .disclaimer p, .field-label, .radio-label, .hero-sub,
.footer-about, .company-desc, .facebook-disclaimer, .consent-note {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
input, textarea, [contenteditable] { -webkit-user-select: text; user-select: text; }
img { -webkit-user-drag: none; user-drag: none; }
a { color: inherit; }

/* ============ Utility Bar ============ */
.utility-bar {
  background: var(--navy-deeper);
  color: #bcd4e6;
  font-size: 13px;
  padding: 7px 20px;
}
.utility-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px;
}
.utility-left { letter-spacing: .02em; }
.utility-right { display: flex; align-items: center; gap: 16px; }
.utility-phone {
  color: #fff; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
}
.utility-phone:hover { color: var(--teal); }
.utility-lang {
  color: #bcd4e6; text-decoration: none;
  font-weight: 700; font-size: 11px;
  padding: 3px 9px; border-radius: 4px;
  border: 1px solid rgba(188,212,230,.28);
  letter-spacing: .08em;
  transition: all .15s ease;
}
.utility-lang:hover { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); }

/* ============ Top Nav ============ */
.topnav {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--border);
}
.topnav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-weight: 800; font-size: 22px; color: var(--navy); letter-spacing: -0.01em; }
.brand-tagline { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }
.topnav-cta-group { display: flex; align-items: center; gap: 14px; }

.topnav-phone {
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none;
  padding: 6px 0;
}
.phone-icon { font-size: 22px; }
.phone-text { display: flex; flex-direction: column; line-height: 1.1; }
.phone-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.phone-number { font-size: 16px; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }

.topnav-cta {
  background: var(--teal); color: #fff;
  padding: 12px 22px; border-radius: 999px;
  font-weight: 700; font-size: 14px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(20,163,163,.3);
  transition: background .15s ease, transform .15s ease;
  display: inline-flex; align-items: center; gap: 8px;
}
.topnav-cta:hover { background: var(--teal-dark); transform: translateY(-1px); }
.topnav-cta .arrow { font-weight: 900; }

/* ============ Hero (full-bleed with BG image) ============ */
.hero {
  position: relative;
  padding: 80px 24px 100px;
  color: #fff;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: 50% 50%;
  filter: contrast(1.02) saturate(.95);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(7,21,41,.88) 0%, rgba(10,31,54,.70) 55%, rgba(10,31,54,.25) 100%),
    linear-gradient(180deg, rgba(7,21,41,.40) 0%, rgba(7,21,41,.15) 50%, rgba(7,21,41,.50) 100%);
}
.hero-grid {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 56px; align-items: center;
}
.hero-left .eyebrow {
  display: inline-block;
  background: rgba(20,163,163,.22); color: #7fefef;
  padding: 7px 16px; border-radius: 999px;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(20,163,163,.3);
}
.hero-left h1 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.00;
  color: #fff;
  letter-spacing: -0.025em;
  margin: 22px 0 18px;
  font-weight: 900;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero-left h1 .accent {
  color: var(--orange);
  display: inline-block;
}
.hero-sub {
  font-size: 18px;
  color: #d7e2ef;
  max-width: 500px;
  margin-bottom: 26px;
  line-height: 1.5;
}
.hero-benefits {
  list-style: none;
  display: grid; gap: 10px;
}
.hero-benefits li {
  display: flex; align-items: center; gap: 10px;
  font-size: 15.5px; color: #eef2f8; font-weight: 500;
}
.check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  background: var(--teal); color: #fff;
  border-radius: 50%;
  font-size: 13px; font-weight: 800;
  flex-shrink: 0;
}

/* ============ Form Card ============ */
.form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  padding: 28px 26px 22px;
  border: 1px solid rgba(255,255,255,.05);
  color: #14202f;
}
.form-card-header { margin-bottom: 16px; }
.form-card-header h3 {
  font-size: 22px; color: var(--navy); font-weight: 800; margin-bottom: 3px;
  letter-spacing: -0.01em;
}
.form-card-header p { color: var(--muted); font-size: 13.5px; }
.progress-bar-container {
  height: 8px; background: var(--bg-soft); border-radius: 999px;
  overflow: hidden; margin-bottom: 6px;
}
.progress-bar-fill {
  height: 100%; background: linear-gradient(90deg, var(--teal), var(--teal-dark));
  border-radius: 999px;
  transition: width .35s ease;
}
.step-counter {
  font-size: 11.5px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 18px;
}
.form-step { display: none; }
.form-step.active { display: block; animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.field-label {
  font-size: 15px; color: var(--navy); font-weight: 600;
  margin-bottom: 12px; line-height: 1.35;
}
.address-label {
  font-size: 12px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 6px;
}
.required { color: var(--danger); }
.field-valid-check { color: var(--success); font-weight: 800; margin-left: 4px; }
.field-wrapper { margin-bottom: 10px; }
.form-input {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  font: 15px var(--font);
  color: #14202f;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(20,163,163,.15);
}
.form-input::placeholder { color: #a0aec0; }
.search-field-wrapper { position: relative; margin-bottom: 16px; }
.search-field-wrapper .search-icon {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  color: var(--muted); pointer-events: none;
}
.search-field-wrapper .form-input { padding-left: 38px; }
.address-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 8px; }
.radio-group { display: grid; gap: 10px; }
.radio-option {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all .15s ease;
  background: #fff;
}
.radio-option:hover { border-color: var(--teal); background: rgba(20,163,163,.04); }
.radio-option input[type="radio"] { width: 18px; height: 18px; accent-color: var(--teal); flex-shrink: 0; }
.radio-option input[type="radio"]:checked + .radio-label { color: var(--navy); font-weight: 700; }
.radio-option:has(input:checked) { border-color: var(--teal); background: rgba(20,163,163,.08); }
.radio-label { font-size: 15px; color: #1a2a3f; }
.error-message { font-size: 13px; color: var(--danger); margin-top: 6px; min-height: 16px; }
.disclaimer {
  margin-top: 16px; padding: 14px;
  background: var(--bg-soft); border-radius: var(--radius-sm);
  font-size: 11px; color: var(--muted); line-height: 1.5;
}
.disclaimer p { margin-bottom: 6px; }
.consent-note { font-weight: 600; }
.thankyou-content { text-align: center; padding: 30px 0; }
.thankyou-content h2 { font-size: 28px; color: var(--navy); margin-bottom: 12px; }
.thankyou-content p { color: var(--slate); font-size: 15px; }
.form-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; gap: 10px; }
.btn-back, .btn-continue {
  border: none; cursor: pointer;
  font: 700 15px var(--font);
  padding: 13px 22px;
  border-radius: var(--radius-sm);
  transition: all .15s ease;
}
.btn-back { background: transparent; color: var(--muted); padding-left: 4px; }
.btn-back:hover { color: var(--navy); }
.btn-continue {
  background: var(--orange); color: #fff; flex-grow: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  box-shadow: 0 8px 18px rgba(255,122,24,.35);
}
.btn-continue:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(255,122,24,.45); }
.btn-continue:active { transform: translateY(0); }
.trust-line { margin-top: 14px; text-align: center; font-size: 12.5px; color: var(--muted); }

/* ============ Google Places Autocomplete dropdown ============ */
.pac-container {
  z-index: 10001 !important;
  border-radius: var(--radius-md) !important;
  box-shadow: 0 16px 36px rgba(13,28,49,.18) !important;
  margin-top: 4px !important;
  border: 1px solid var(--border) !important;
  font-family: var(--font) !important;
  max-width: calc(100vw - 32px);
}
.pac-item {
  padding: 11px 14px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  border-top: 1px solid var(--border) !important;
  cursor: pointer;
}
.pac-item:first-child { border-top: 0 !important; }
.pac-item:hover, .pac-item-selected { background: rgba(20,163,163,.08) !important; }
.pac-icon { display: none !important; }
.pac-item-query { font-weight: 600; color: var(--navy); }

/* ============ intl-tel-input containment (phone input dropdown) ============ */
.iti { width: 100%; max-width: 100%; }
.iti__tel-input { width: 100%; }
.iti__country-list {
  max-width: calc(100vw - 32px) !important;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 12px 28px rgba(13,28,49,.18);
}
.iti__country { padding: 8px 10px; }

/* ============ Urgency Strip ============ */
.urgency-strip {
  background: linear-gradient(90deg, var(--orange) 0%, #ff9540 100%);
  color: #fff;
  padding: 16px 24px;
}
.urgency-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 14px;
  font-size: 15px; font-weight: 500;
  text-align: center;
}
.urgency-flame { font-size: 22px; filter: drop-shadow(0 1px 2px rgba(0,0,0,.2)); }

/* ============ Services ============ */
.services { background: var(--bg-soft); padding: 80px 24px; }
.services-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.section-eyebrow {
  display: inline-block;
  color: var(--teal-dark); font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 8px;
}
h2 { font-size: clamp(28px, 3.6vw, 44px); color: var(--navy); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; line-height: 1.15; }
.section-sub { color: var(--muted); font-size: 17px; max-width: 620px; margin: 0 auto 42px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: left; }
.service-card {
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-img { aspect-ratio: 1/1; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.service-card:hover .service-img img { transform: scale(1.04); }
.service-card h3 { font-size: 17px; color: var(--navy); font-weight: 700; padding: 18px 20px 6px; }
.service-card p { font-size: 14px; color: var(--slate); padding: 0 20px 22px; line-height: 1.55; }

/* ============ Lifestyle ============ */
.lifestyle {
  background: #fff;
  padding: 84px 24px;
}
.lifestyle-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 56px; align-items: center;
}
.lifestyle-media {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-xl);
  aspect-ratio: 16/10;
}
.lifestyle-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stat-big {
  font-size: clamp(72px, 10vw, 128px);
  color: var(--navy); font-weight: 900;
  letter-spacing: -0.04em; line-height: 1; margin: 4px 0;
}
.stat-plus { color: var(--teal); }
.lifestyle-text h3 {
  font-size: clamp(20px, 2.4vw, 28px);
  color: var(--navy); font-weight: 700;
  margin-bottom: 14px;
}
.lifestyle-text p {
  font-size: 16px; color: var(--slate);
  margin-bottom: 28px;
  max-width: 460px;
}

.cta-big {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: #fff;
  padding: 16px 30px; border-radius: 999px;
  font-weight: 800; font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(255,122,24,.35);
  transition: transform .2s ease, background .15s ease;
}
.cta-big:hover { background: var(--orange-dark); transform: translateY(-2px); }
.cta-big .arrow { font-weight: 900; }

/* ============ Features Compare ============ */
.features { background: var(--bg-soft); padding: 80px 24px; }
.features-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.features-compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  text-align: left; margin-top: 20px;
}
.feature-col {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-md);
}
.feature-bad { border-top: 5px solid var(--danger); }
.feature-good { border-top: 5px solid var(--success); }
.feature-col-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.feature-col-header .feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  font-size: 18px; font-weight: 900;
}
.feature-bad .feature-icon { background: rgba(220,38,38,.12); color: var(--danger); }
.feature-good .feature-icon { background: rgba(22,163,74,.12); color: var(--success); }
.feature-col h3 { font-size: 18px; color: var(--navy); font-weight: 700; }
.feature-col ul { list-style: none; }
.feature-col li {
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  color: #2d3a4d;
  line-height: 1.45;
}
.feature-col li:last-child { border-bottom: 0; padding-bottom: 0; }
.feature-col li:first-child { padding-top: 0; }

/* ============ Big CTA Band ============ */
.big-cta-band {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%);
  color: #fff;
  padding: 56px 24px;
}
.big-cta-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px;
  align-items: center;
}
.big-cta-band h2 { color: #fff; font-size: clamp(22px, 2.6vw, 32px); margin-bottom: 6px; }
.big-cta-band p { font-size: 15px; color: #d6f4f4; }
.big-cta-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.cta-phone {
  display: inline-flex; align-items: center; gap: 14px;
  background: #fff; color: var(--navy);
  padding: 14px 24px; border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: var(--shadow-lg);
  transition: transform .15s ease;
}
.cta-phone:hover { transform: translateY(-2px); }
.cta-phone > span:first-child { font-size: 26px; }
.cta-phone-label { display: block; font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.cta-phone strong { font-size: 20px; color: var(--navy); letter-spacing: -0.01em; font-weight: 800; }
.cta-secondary {
  display: inline-flex; align-items: center;
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.5);
  padding: 14px 26px; border-radius: var(--radius-md);
  font-weight: 700; text-decoration: none;
  transition: all .15s ease;
}
.cta-secondary:hover { background: rgba(255,255,255,.15); border-color: #fff; }

/* ============ Secondary CTA (form-style section) ============ */
.secondary-cta { background: #fff; padding: 80px 24px; }
.secondary-cta-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px; align-items: center;
}
.secondary-cta h2 { margin-bottom: 14px; }
.secondary-cta-left > p {
  font-size: 16px; color: var(--slate);
  margin-bottom: 24px;
  max-width: 500px;
}
.secondary-cta-left .hero-benefits li { color: #2d3a4d; }
.secondary-cta-right {
  text-align: center;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 28px;
}
.cta-big-centered {
  display: inline-flex; align-items: center; gap: 12px; width: 100%;
  justify-content: center;
  background: var(--orange); color: #fff;
  padding: 20px 28px; border-radius: var(--radius-md);
  font-weight: 800; font-size: 18px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(255,122,24,.35);
  transition: transform .2s ease, background .15s ease;
}
.cta-big-centered:hover { background: var(--orange-dark); transform: translateY(-2px); }
.cta-big-centered strong { font-weight: 800; }
.cta-big-centered .arrow { font-weight: 900; }
.cta-phone-inline {
  display: block; margin-top: 16px;
  color: var(--navy); text-decoration: none;
  font-size: 14px;
}
.cta-phone-inline strong { color: var(--orange-dark); font-weight: 800; }

/* ============ Footer ============ */
.footer {
  background: var(--navy-dark);
  color: #8fa3c0;
  padding: 56px 24px 24px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 28px;
}
.footer-brand { font-size: 22px; color: #fff; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.01em; }
.footer-about { font-size: 14px; line-height: 1.6; margin-bottom: 18px; color: #a9bbd2; max-width: 320px; }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-badge {
  background: rgba(20,163,163,.18); color: #7fefef;
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
}
.footer-col h4 {
  color: #fff; font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  margin-bottom: 12px;
}
.footer-col ul { list-style: none; }
.footer-col li {
  font-size: 14px;
  color: #a9bbd2;
  padding: 4px 0;
}
.footer-col a { color: inherit; text-decoration: none; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-legal { font-size: 11.5px; line-height: 1.65; color: #7283a0; }
.footer-legal .copyright { color: #a9bbd2; font-weight: 700; margin-bottom: 10px; font-size: 13px; }
.footer-legal p { margin-bottom: 8px; }

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .hero { padding: 44px 20px 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  /* Shift image right so the technician (right side of original photo) is in frame */
  .hero-bg img { object-position: 72% 30%; }
  /* Mobile overlay: vertical gradient so the BG image shows through behind the form */
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7,21,41,.68) 0%, rgba(7,21,41,.35) 45%, rgba(7,21,41,.75) 100%);
  }
  .topnav-phone { display: none; }
  .utility-inner { font-size: 12px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .lifestyle-grid { grid-template-columns: 1fr; gap: 32px; }
  .features-compare { grid-template-columns: 1fr; }
  .big-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .big-cta-actions { justify-content: center; }
  .secondary-cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .utility-left { display: none; }
  .utility-inner { justify-content: center; }
  .topnav-inner { padding: 10px 16px; gap: 10px; }
  /* Smaller brand so long business names don't wrap awkwardly next to CTA */
  .brand-name {
    font-size: 15px;
    line-height: 1.15;
    max-width: 54vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand-tagline { display: none; }
  .topnav-cta { padding: 9px 14px; font-size: 12px; flex-shrink: 0; }
  .topnav-cta .arrow { display: none; }
  /* Tighter hero */
  .hero { padding: 36px 18px 44px; }
  .hero-left .eyebrow { font-size: 11px; padding: 5px 12px; }
  .hero-left h1 {
    font-size: 36px;
    line-height: 1.05;
    margin: 16px 0 12px;
  }
  .hero-sub { font-size: 15.5px; margin-bottom: 18px; }
  .hero-benefits li { font-size: 14.5px; }
  .form-card { padding: 22px 20px 18px; }
  .form-card-header h3 { font-size: 19px; }
  /* Other sections */
  .services, .lifestyle, .features, .secondary-cta { padding: 48px 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .footer { padding: 40px 18px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 24px; }
  .address-row { grid-template-columns: 1fr; }
  .urgency-strip { padding: 14px 16px; font-size: 13.5px; }
  .urgency-inner { gap: 10px; font-size: 14px; }
  .big-cta-band { padding: 40px 18px; }
  .big-cta-actions { flex-direction: column; width: 100%; }
  .big-cta-actions > a { width: 100%; justify-content: center; }
  .stat-big { font-size: 80px; }
}

/* ============ Print suppression ============ */
@media print {
  body * { visibility: hidden !important; }
  body::after {
    content: "Impresión desactivada.";
    visibility: visible !important;
    display: block;
    position: fixed; inset: 0;
    font: 700 18px var(--font); color: var(--navy);
    text-align: center; padding-top: 40vh;
  }
}
