/* =============================================
   AIR CONDITIONING TEXAS — Complete Stylesheet
   ============================================= */

:root {
  --blue:  #0a4ea3;
  --red:   #d62828;
  --dark:  #07111d;
  --dark2: #0a1628;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; color: #222; overflow-x: hidden; }
.container { width: min(1200px, 92%); margin: auto; }

/* ─── HEADER ─── */
.header { background: #050a13; position: sticky; top: 0; z-index: 999; border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.logo { height: 130px !important; width: auto !important; display: block; }

.nav-desktop { display: flex; gap: 28px; }
.nav-desktop a { text-decoration: none; color: #c0cfe4; font-weight: 600; font-size: .82rem; letter-spacing: 1px; text-transform: uppercase; padding-bottom: 3px; border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.nav-desktop a:hover { color: #fff; }
.nav-desktop a.active { color: #fff; border-bottom-color: var(--red); }

/* ─── MOBILE HEADER CONTROLS (FB icon + hamburger) ─── */
.mobile-header-controls { display: none; align-items: center; gap: 14px; }

.fb-icon-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(10,78,163,.22);
  border: 1.5px solid rgba(10,78,163,.45);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background .2s, border-color .2s;
}
.fb-icon-btn:hover { background: rgba(10,78,163,.4); border-color: #7fb0ff; }

.hamburger-btn {
  width: 38px; height: 38px;
  background: transparent; border: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  flex-shrink: 0; padding: 0;
}
.hamburger-btn span {
  display: block; width: 24px; height: 2.5px; background: #fff; border-radius: 2px;
  transition: transform .25s, opacity .2s;
}
.hamburger-btn.open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.hamburger-btn.open span:nth-child(2) { opacity: 0; }
.hamburger-btn.open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

/* Mobile dropdown nav — hidden by default, toggled via JS .open class */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #050a13;
  border-top: 1px solid rgba(255,255,255,.06);
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.mobile-nav.open { display: flex; max-height: 400px; }
.mobile-nav a {
  text-decoration: none; color: #c0cfe4; font-weight: 700; font-size: .85rem;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.06);
  transition: color .2s, background .2s;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover, .mobile-nav a.active { color: #fff; background: rgba(10,78,163,.15); }

/* ─── BUTTONS ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 8px; font-weight: 700; text-decoration: none; font-size: .85rem; letter-spacing: .5px; border: none; cursor: pointer; transition: filter .2s, transform .15s; }
.btn:hover { filter: brightness(1.1); transform: translateY(-1px); }
.btn-red  { background: var(--red);  color: #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-label { display: flex; flex-direction: column; line-height: 1.2; }
.btn-main  { font-size: .88rem; font-weight: 800; letter-spacing: .5px; }
.btn-sub   { font-size: .66rem; font-weight: 600; opacity: .75; margin-top: 1px; }
.btn-outline-hero { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 8px; border: 2px solid rgba(255,255,255,.5); color: #fff; text-decoration: none; font-weight: 700; font-size: .85rem; transition: border-color .2s, background .2s; }
.btn-outline-hero:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ─── HERO ─── */
.hero { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-bg-image { position: absolute; inset: 0; background-size: cover; background-position: center right; background-repeat: no-repeat; z-index: 0; background-color: #07111d; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,29,.97) 0%, rgba(7,17,29,.88) 38%, rgba(7,17,29,.45) 62%, rgba(7,17,29,.08) 100%); z-index: 1; }
.hero-grid { position: relative; z-index: 2; padding: 64px 0 56px; }
.hero-copy { max-width: 620px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #7fb0ff; font-size: .75rem; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 20px; }

h1 { line-height: 1; }
.h1-line1 { display: block; font-family: 'Oswald', sans-serif; font-size: 2.6rem; font-weight: 500; text-transform: uppercase; letter-spacing: 6px; color: #9bbedd; }
.h1-line2 { display: block; font-family: 'Oswald', sans-serif; font-size: clamp(5rem, 9vw, 9.5rem); font-weight: 700; text-transform: uppercase; letter-spacing: -4px; color: #fff; line-height: .88; text-shadow: 0 0 80px rgba(255,255,255,.12), 0 4px 50px rgba(0,0,0,.6); }
.h1-line3 { display: block; font-family: 'Oswald', sans-serif; font-size: clamp(3.4rem, 5.8vw, 6rem); font-weight: 700; font-style: italic; text-transform: uppercase; color: var(--red); letter-spacing: -2px; line-height: 1.0; text-shadow: 0 0 60px rgba(214,40,40,.65), 0 0 20px rgba(214,40,40,.4), 0 2px 30px rgba(0,0,0,.5); }

.hero-sub { margin-top: 22px; font-size: .95rem; font-weight: 600; color: #9eb5d4; line-height: 1.75; border-left: 3px solid var(--blue); padding-left: 14px; }
.hero-buttons { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-buttons .btn, .hero-buttons .btn-outline-hero { padding: 14px 22px; min-width: 185px; }

/* ─── ICON BAR ─── */
.icon-bar { background: #0c1829; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); padding: 18px 0; }
.icon-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.icon-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-right: 1px solid rgba(255,255,255,.07); }
.icon-item:last-child { border-right: none; }
.icon-circle { width: 44px; height: 44px; border-radius: 50%; background: rgba(10,78,163,.22); border: 1.5px solid rgba(10,78,163,.45); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #7fb0ff; }
.icon-circle--red { background: rgba(214,40,40,.18); border-color: rgba(214,40,40,.35); }
.icon-text { display: flex; flex-direction: column; }
.icon-label { font-size: .68rem; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: #fff; line-height: 1.2; }
.icon-sub   { font-size: .62rem; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: #6a88ab; line-height: 1.2; }

/* ─── SECTION SHARED ─── */
.section-eyebrow { text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.section-title { font-family: 'Oswald', sans-serif; font-size: 2.8rem; font-weight: 700; text-transform: uppercase; text-align: center; line-height: 1.08; margin-bottom: 14px; letter-spacing: -.5px; }
.txt-blue { color: var(--blue); }
.txt-red  { color: var(--red); }
.title-rule { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 34px; }
.rule-line { display: block; width: 70px; height: 2px; background: linear-gradient(90deg, transparent, rgba(10,78,163,.5)); }
.title-rule .rule-line:last-child { background: linear-gradient(90deg, rgba(10,78,163,.5), transparent); }
.title-rule--light .rule-line { background: linear-gradient(90deg, transparent, rgba(255,255,255,.2)) !important; }
.title-rule--light .rule-line:last-child { background: linear-gradient(90deg, rgba(255,255,255,.2), transparent) !important; }

/* ─── SERVICES ─── */
.services { background: linear-gradient(170deg, #070f1c 0%, #0a1628 60%, #050d18 100%); position: relative; overflow: hidden; }
.services::before { content: ''; position: absolute; top: -120px; left: -80px; width: 550px; height: 550px; background: radial-gradient(circle, rgba(10,78,163,0.12) 0%, transparent 70%); pointer-events: none; }
.services::after { content: ''; position: absolute; bottom: -80px; right: -80px; width: 450px; height: 450px; background: radial-gradient(circle, rgba(214,40,40,0.08) 0%, transparent 70%); pointer-events: none; }
.services-inner { padding: 56px 0; position: relative; z-index: 2; }
.svc-eyebrow { color: #7fb0ff !important; }
.svc-title { color: #fff !important; }
.svc-title .txt-blue { color: #5ba3ff !important; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc-card { background: #0c1828; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.07); border-top: 3px solid var(--red); transition: transform .25s, box-shadow .25s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(214,40,40,.3); }

/* Card image zones — photo badge, centered */
.svc-img { height: 240px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.svc-img--photo {
  background: #000;
  padding: 0;
}
.svc-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.svc-body { padding: 22px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
  text-shadow: 0 0 20px rgba(100,160,255,0.3);
}
.svc-body p { font-size: .85rem; color: #7a95b8; line-height: 1.65; flex: 1; font-weight: 500; }
.svc-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: #4a90e2;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: gap .2s, color .2s;
}
.svc-link:hover { gap: 11px; color: #7fb0ff; }

/* ─── WHY ─── */
.why { padding: 56px 0 64px; background: linear-gradient(160deg, #07111d 0%, #0a1a30 50%, #071118 100%); position: relative; overflow: hidden; }
.why::before { content: ''; position: absolute; inset: 0; opacity: .03; background-image: repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255,255,255,.3) 30px, rgba(255,255,255,.3) 31px), repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(255,255,255,.3) 30px, rgba(255,255,255,.3) 31px); }
.why-eyebrow { color: #7fb0ff; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 1; margin-top: 34px; }

.why-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 28px 20px 24px; border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); transition: background .25s, transform .25s, border-color .25s, box-shadow .25s; }
.why-item:hover { background: rgba(10,78,163,.1); border-color: rgba(10,78,163,.45); box-shadow: 0 0 30px rgba(10,78,163,.15); transform: translateY(-4px); }

/* Icons directly in why cards — no containing circle */
.why-icon-wrap { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin-bottom: 14px; }

.why-text h3 { font-family: 'Oswald', sans-serif; font-size: 1.1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #fff; margin-bottom: 10px; }
.why-text p { font-size: .82rem; color: #6a88ab; line-height: 1.65; }

/* ─── FINAL CTA ─── */
.final-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #050a13 0%, #07111d 50%, #0a1628 100%); padding: 64px 0 56px; color: #fff; }
.cta-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 15% 50%, rgba(214,40,40,.12) 0%, transparent 55%), radial-gradient(ellipse at 80% 30%, rgba(10,78,163,.14) 0%, transparent 55%); pointer-events: none; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.cta-left { display: flex; flex-direction: column; gap: 0; }
.cta-headline { font-family: 'Oswald', sans-serif; font-size: 3.4rem; font-weight: 700; text-transform: uppercase; line-height: 1.0; letter-spacing: -.5px; }
.cta-headline-sub { display: block; font-style: italic; color: var(--red); font-size: 2.4rem; margin-top: 4px; text-shadow: 0 0 30px rgba(214,40,40,.4); }
.cta-right { display: flex; flex-direction: column; gap: 14px; }
.cta-trust-row { display: flex; gap: 22px; padding-top: 10px; flex-wrap: wrap; }

/* ─── LEAD FORM (Final CTA) ─── */
.cta-form { display: flex; flex-direction: column; gap: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 26px; }
.form-row { display: flex; gap: 12px; }
.cta-form input,
.cta-form textarea {
  width: 100%; background: rgba(5,10,19,.6); border: 1.5px solid rgba(255,255,255,.12);
  border-radius: 8px; padding: 13px 14px; color: #fff; font-family: 'Montserrat', sans-serif;
  font-size: .88rem; font-weight: 600; transition: border-color .2s, background .2s;
}
.cta-form input::placeholder,
.cta-form textarea::placeholder { color: #5a7898; font-weight: 500; }
.cta-form input:focus,
.cta-form textarea:focus { outline: none; border-color: var(--blue); background: rgba(5,10,19,.85); }
.cta-form textarea { resize: vertical; min-height: 70px; }

.form-consent {
  display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
  font-size: .74rem; line-height: 1.5; color: #6a88ab; font-weight: 500;
}
.form-consent input[type="checkbox"] {
  width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px;
  accent-color: var(--blue); cursor: pointer;
}

.cta-form-submit {
  background: var(--red); color: #fff; border: none; border-radius: 8px; padding: 16px 24px;
  font-family: 'Oswald', sans-serif; font-size: 1.05rem; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; cursor: pointer; transition: filter .2s, transform .15s;
}
.cta-form-submit:hover { filter: brightness(1.1); transform: translateY(-1px); }
.cta-form-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

.cta-form-status { font-size: .82rem; font-weight: 600; text-align: center; min-height: 1.2em; }
.cta-form-status.success { color: #6fd18a; }
.cta-form-status.error { color: #ff7a7a; }
.cta-trust-item { display: flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700; color: #6a88ab; text-transform: uppercase; letter-spacing: .8px; }

/* ─── FOOTER ─── */
.footer { background: #050a13; color: #ccd6e8; padding: 50px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 50px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 20px; }
.footer-logo { max-width: 240px; width: 100%; height: auto; display: block; margin-bottom: 14px; object-fit: contain; }
.footer-tagline { font-size: .82rem; color: #4a607a; line-height: 1.6; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(10,78,163,.15); border: 1.5px solid rgba(10,78,163,.35);
  display: flex; align-items: center; justify-content: center;
  color: #7fb0ff; transition: background .2s, border-color .2s, color .2s;
}
.footer-social a:hover { background: rgba(10,78,163,.35); border-color: #7fb0ff; color: #fff; }
.footer-heading { font-size: .72rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #4a607a; text-decoration: none; font-size: .82rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-contact p { display: flex; align-items: center; gap: 8px; color: #4a607a; font-size: .82rem; margin-bottom: 10px; }
.footer-bottom { display: flex; justify-content: space-between; font-size: .72rem; color: #2a3a50; }
.footer-legal-links a { color: #4a607a; text-decoration: none; transition: color .2s; }
.footer-legal-links a:hover { color: #fff; }
.footer-credit { text-align: center; margin-top: 10px; font-size: .68rem; color: #2a3a50; }
.footer-credit a { color: #4a607a; text-decoration: none; transition: color .2s; }
.footer-credit a:hover { color: #fff; }
.footer-regulatory { text-align: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-regulatory p { font-size: .68rem; color: #4a607a; line-height: 1.7; margin: 0; }
.footer-regulatory a { color: #4a607a; text-decoration: underline; }
.footer-regulatory a:hover { color: #fff; }

/* ─── CITY / SERVICE AREA PAGES ─── */
.city-hero { background: linear-gradient(135deg, #050a13 0%, #07111d 50%, #0a1628 100%); padding: 70px 0 60px; position: relative; overflow: hidden; }
.city-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(10,78,163,0.14) 0%, transparent 70%); pointer-events: none; }
.city-hero-inner { position: relative; z-index: 1; max-width: 780px; }
.city-eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.city-headline { font-family: 'Oswald', sans-serif; font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.1; letter-spacing: -.5px; margin-bottom: 20px; }
.city-lede { font-size: .95rem; line-height: 1.8; color: #9eb5d4; max-width: 680px; margin-bottom: 26px; }

.city-services { background: linear-gradient(170deg, #070f1c 0%, #0a1628 60%, #050d18 100%); padding: 60px 0 70px; }
.city-services-title { color: #fff; }
.city-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.city-service-card {
  display: block; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px; padding: 26px 22px; text-decoration: none;
  transition: background .25s, transform .25s, border-color .25s;
}
.city-service-card:hover { background: rgba(10,78,163,.1); border-color: rgba(10,78,163,.45); transform: translateY(-4px); }
.city-service-card h3 { font-family: 'Oswald', sans-serif; font-size: 1.05rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #fff; margin-bottom: 10px; }
.city-service-card p { font-size: .82rem; line-height: 1.6; color: #7a95b8; }

/* ─── SERVICE DETAIL PAGES ─── */
.svc-detail-hero { background: linear-gradient(135deg, #050a13 0%, #07111d 50%, #0a1628 100%); padding: 60px 0; position: relative; overflow: hidden; }
.svc-detail-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(10,78,163,0.14) 0%, transparent 70%); pointer-events: none; }
.svc-detail-hero-grid { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: center; position: relative; z-index: 1; }
.svc-detail-badge-wrap { background: #000; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); aspect-ratio: 4/3; }
.svc-detail-badge { width: 100%; height: 100%; object-fit: contain; display: block; }
.svc-detail-eyebrow { justify-content: flex-start; margin-bottom: 16px; }
.svc-detail-headline { font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.1; letter-spacing: -.5px; margin-bottom: 18px; }
.svc-detail-intro { font-size: .95rem; line-height: 1.8; color: #9eb5d4; max-width: 640px; margin-bottom: 26px; }

.svc-detail-body { background: linear-gradient(170deg, #070f1c 0%, #0a1628 60%, #050d18 100%); padding: 60px 0; }
.svc-detail-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.svc-detail-col-title { font-family: 'Oswald', sans-serif; font-size: 1.3rem; font-weight: 700; text-transform: uppercase; color: #7fb0ff; margin-bottom: 20px; }
.svc-detail-list { list-style: none; }
.svc-detail-list li {
  position: relative; padding-left: 24px; margin-bottom: 14px;
  font-size: .9rem; line-height: 1.6; color: #c0d0e4;
}
.svc-detail-list li::before {
  content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--red);
}

.svc-detail-cta { background: linear-gradient(160deg, #07111d 0%, #0a1a30 50%, #071118 100%); padding: 60px 0; text-align: center; }
.svc-detail-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.svc-detail-cta-title { font-family: 'Oswald', sans-serif; font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; text-transform: uppercase; color: #fff; }

/* ─── ABOUT PAGE ─── */
.about-hero { background: linear-gradient(135deg, #050a13 0%, #07111d 50%, #0a1628 100%); padding: 70px 0 60px; position: relative; overflow: hidden; }
.about-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(10,78,163,0.14) 0%, transparent 70%); pointer-events: none; }
.about-hero-inner { position: relative; z-index: 1; max-width: 780px; }
.about-eyebrow { justify-content: flex-start; margin-bottom: 18px; }
.about-headline { font-family: 'Oswald', sans-serif; font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 700; text-transform: uppercase; color: #fff; line-height: 1.08; letter-spacing: -.5px; margin-bottom: 22px; }
.txt-red-italic { color: var(--red); font-style: italic; text-shadow: 0 0 40px rgba(214,40,40,.4); }
.about-lede { font-size: 1rem; line-height: 1.8; color: #9eb5d4; max-width: 700px; }

.about-values { background: linear-gradient(170deg, #070f1c 0%, #0a1628 60%, #050d18 100%); padding: 60px 0 70px; }
.about-values-title { color: #fff; }
.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.about-value-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; padding: 30px 24px; text-align: center; transition: background .25s, transform .25s, border-color .25s; }
.about-value-card:hover { background: rgba(10,78,163,.1); border-color: rgba(10,78,163,.45); transform: translateY(-4px); }
.about-value-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.about-value-card h3 { font-family: 'Oswald', sans-serif; font-size: 1.15rem; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #fff; margin-bottom: 10px; }
.about-value-card p { font-size: .85rem; line-height: 1.65; color: #7a95b8; }

.about-serve { background: linear-gradient(160deg, #07111d 0%, #0a1a30 50%, #071118 100%); padding: 70px 0; }
.about-serve-inner { max-width: 700px; }
.about-serve-eyebrow { justify-content: flex-start; }
.about-serve-title { font-family: 'Oswald', sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; text-transform: uppercase; color: #fff; margin-bottom: 18px; line-height: 1.15; }
.about-serve-text p { font-size: .95rem; line-height: 1.8; color: #c0d0e4; margin-bottom: 28px; }
.about-serve-cta { display: inline-flex; }

/* ─── LEGAL PAGES (Privacy Policy / Terms) ─── */
.legal-page { background: linear-gradient(170deg, #070f1c 0%, #0a1628 60%, #050d18 100%); padding: 64px 0 90px; min-height: 60vh; }
.legal-content { max-width: 760px; }
.legal-content h1 {
  font-family: 'Oswald', sans-serif; font-size: 2.6rem; font-weight: 800; text-transform: uppercase;
  color: #fff; letter-spacing: -.5px; margin-bottom: 22px;
}
.legal-content h2 {
  font-family: 'Oswald', sans-serif; font-size: 1.3rem; font-weight: 700;
  color: #7fb0ff; margin: 34px 0 12px;
}
.legal-content p { font-size: .92rem; line-height: 1.75; color: #c0d0e4; margin-bottom: 14px; }
.legal-content .legal-intro { font-size: 1rem; color: #9eb5d4; }
.legal-content ul { margin: 6px 0 14px 22px; }
.legal-content li { font-size: .92rem; line-height: 1.8; color: #c0d0e4; }
.legal-content a { color: #4a90e2; }
.legal-content a:hover { color: #7fb0ff; }
.legal-contact { color: #c0d0e4; line-height: 1.9; }
.legal-back {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 30px;
  color: #f5a623; font-weight: 700; text-decoration: none; font-size: .9rem;
  transition: color .2s;
}
.legal-back:hover { color: #ffb84d; }

/* ─── MOBILE STICKY ─── */
.mobile-cta { display: none; }

/* ═══════════════════════════════════════
   RESPONSIVE — TABLET (≤960px)
   ═══════════════════════════════════════ */
@media (max-width: 960px) {
  /* Header */
  .nav-desktop { display: none; }
  .call-btn-desktop { display: none; }
  .mobile-header-controls { display: flex; }
  .logo { height: 82px !important; }
  .nav-wrap { padding: 8px 0; }

  /* Hero */
  .hero { min-height: auto; }
  .hero-grid { padding: 60px 0 50px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,17,29,.97) 0%, rgba(7,17,29,.92) 55%, rgba(7,17,29,.7) 100%); }
  /* Recenter the hero art on narrow screens — desktop uses "center right" which
     crops the subject off-frame on mobile widths. Re-checking the actual crop
     on a real phone and nudging this % is on you, I can't preview your hero.png. */
  .hero-bg-image { background-position: center center; }
  .h1-line1 { font-size: 1.9rem; letter-spacing: 4px; }
  .h1-line2 { font-size: clamp(3.5rem, 10vw, 6rem); letter-spacing: -2px; }
  .h1-line3 { font-size: clamp(2.4rem, 7vw, 4rem); letter-spacing: -1px; }
  .hero-copy { max-width: 100%; }

  /* Icon bar */
  .icon-grid { grid-template-columns: repeat(3, 1fr); }
  .icon-item { border-bottom: 1px solid rgba(255,255,255,.07); }
  .icon-item:nth-child(3) { border-right: none; }

  /* Services */
  .service-grid { grid-template-columns: repeat(2, 1fr); }

  /* Why */
  .why-grid { grid-template-columns: repeat(2, 1fr); }

  /* About page */
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }

  /* City pages */
  .city-services-grid { grid-template-columns: repeat(2, 1fr); }

  /* Service detail pages */
  .svc-detail-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .svc-detail-badge-wrap { max-width: 220px; margin: 0 auto; }
  .svc-detail-eyebrow { justify-content: center; }
  .svc-detail-intro { margin-left: auto; margin-right: auto; }
  .svc-detail-cols { grid-template-columns: 1fr; gap: 30px; }

  /* CTA */
  .cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .cta-left { align-items: center; text-align: center; }
  .cta-headline { font-size: 2.6rem; text-align: center; }
  .cta-headline-sub { font-size: 2rem; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }

  /* Mobile sticky CTA */
  .mobile-cta { display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; box-shadow: 0 -4px 20px rgba(0,0,0,.4); }
  .mobile-cta a { padding: 18px; text-align: center; text-decoration: none; color: #fff; font-weight: 800; font-size: .9rem; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .mcta-call     { background: var(--red); }
  .mcta-schedule { background: var(--blue); }
  body { padding-bottom: 66px; }
}

/* ═══════════════════════════════════════
   RESPONSIVE — MOBILE (≤580px)
   ═══════════════════════════════════════ */
@media (max-width: 580px) {
  /* Hero */
  .h1-line1 { font-size: 1.5rem; letter-spacing: 3px; }
  .h1-line2 { font-size: 3rem; letter-spacing: -1.5px; }
  .h1-line3 { font-size: 2rem; letter-spacing: -1px; }
  .hero-sub { font-size: .85rem; }
  .hero-buttons { flex-direction: column; gap: 10px; }
  .hero-buttons .btn, .hero-buttons .btn-outline-hero { min-width: 100%; justify-content: center; }

  /* Icon bar — 2 per row */
  .icon-grid { grid-template-columns: repeat(2, 1fr); }
  .icon-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,.07); }
  .icon-item:nth-child(2n) { border-right: none; }

  /* Services — single column */
  .service-grid { grid-template-columns: 1fr; }
  .svc-img { height: 180px; }

  /* Why — single column */
  .why-grid { grid-template-columns: 1fr; }

  /* About page */
  .about-values-grid { grid-template-columns: 1fr; }

  /* City pages */
  .city-services-grid { grid-template-columns: 1fr; }

  /* CTA — form */
  .cta-form { padding: 20px; }
  .form-row { flex-direction: column; }
  .cta-trust-row { justify-content: center; gap: 14px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-logo { max-width: 180px; }

  /* Section titles */
  .section-title { font-size: 2rem; }
  .legal-content h1 { font-size: 1.9rem; }
  .cta-headline { font-size: 2rem; }
  .cta-headline-sub { font-size: 1.6rem; }
}
