

/* SOURCE: styles.css */
/* Ace Air Homepage V6 With Photo Assets */
:root {
  --blue: #0b4f8a;
  --blue-dark: #07345c;
  --blue-soft: #eaf4ff;
  --orange: #ff8a00;
  --text: #172033;
  --muted: #5d687c;
  --light: #f7fafc;
  --white: #ffffff;
  --border: #dce6ef;
  --shadow: 0 22px 60px rgba(7, 52, 92, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link {
  position: absolute; top: -40px; left: 12px;
  background: var(--blue); color: white; padding: 8px 12px; z-index: 1000;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 86px; gap: 24px;
}
.brand img { height: 56px; }
.nav { display: flex; gap: 24px; font-size: 15px; color: var(--muted); font-weight: 700; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--blue); }
.header-call {
  background: var(--orange); color: white; text-decoration: none;
  padding: 14px 21px; border-radius: 999px; font-weight: 900; white-space: nowrap;
  box-shadow: 0 10px 26px rgba(255,138,0,.25);
}

.hero {
  background: radial-gradient(circle at 84% 15%, #fff0dc 0, transparent 35%),
              linear-gradient(135deg, #f2f8ff 0%, #ffffff 58%, #fff9f0 100%);
  padding: 86px 0 70px;
}
.hero-grid, .two-column, .promise-grid, .repair-layout {
  display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 56px; align-items: center;
}
.eyebrow, .kicker {
  display: inline-block; color: var(--blue); font-weight: 900; letter-spacing: 0.05em;
  text-transform: uppercase; font-size: 13px; margin-bottom: 14px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(44px, 6vw, 76px); line-height: 0.95; letter-spacing: -0.045em;
  margin-bottom: 24px; color: var(--blue-dark);
}
h2 {
  font-size: clamp(31px, 4vw, 50px); line-height: 1.05; letter-spacing: -0.032em;
  color: var(--blue-dark); margin-bottom: 20px;
}
h3 { font-size: 20px; line-height: 1.25; margin-bottom: 8px; color: var(--blue-dark); }
.lead { font-size: 20px; color: #334052; max-width: 740px; margin-bottom: 28px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border-radius: 999px; padding: 16px 24px;
  font-weight: 900; font-size: 16px; transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 12px 30px rgba(255, 138, 0, 0.28); }
.btn-secondary { background: white; color: var(--blue); border: 1px solid var(--border); }
.btn-light { background: white; color: var(--blue-dark); }
.hero-note { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 14px; }
.hero-note span { background: white; border: 1px solid var(--border); padding: 9px 13px; border-radius: 999px; }

.photo-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo { min-height: 430px; }
.hero-photo img { min-height: 430px; }
.inline-photo { margin-top: 24px; max-height: 360px; }
.promise-photo { margin-bottom: 20px; max-height: 330px; }

.trust-bar { background: var(--blue-dark); color: white; padding: 24px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.trust-grid div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 15px; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 15px; }
.trust-grid span { color: #bdd7f1; font-size: 13px; }

.section { padding: 84px 0; }
.section-heading { max-width: 860px; margin: 0 auto 38px; text-align: center; }
.section-heading p, .two-column p, .promise-grid p, .repair-copy p {
  color: var(--muted); font-size: 18px;
}
.repair-section, .install-section, .areas-section { background: var(--light); }
.repair-layout { margin-bottom: 34px; }

.problem-grid, .steps-grid, .reviews-grid { display: grid; gap: 18px; }
.problem-grid { grid-template-columns: repeat(4, 1fr); }
.problem-grid article, .steps-grid article, .review-card, .promise-lists > div {
  background: white; border: 1px solid var(--border); border-radius: 20px;
  padding: 24px; box-shadow: 0 12px 32px rgba(23, 32, 51, 0.045);
}
.card-icon {
  display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center;
  background: var(--blue-soft); border-radius: 14px; font-size: 22px; margin-bottom: 12px;
}
.problem-grid p, .steps-grid p, .review-card p { color: var(--muted); margin-bottom: 0; }

.image-band {
  padding: 34px 0;
  background: #061f38;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.image-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 170px;
  background: #123;
}
.image-grid img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: transform .2s ease;
}
.image-grid figure:hover img { transform: scale(1.03); }
.image-grid figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(7,52,92,.94));
  color: white;
  padding: 42px 14px 13px;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.callout {
  margin-top: 30px; background: var(--blue); color: white; border-radius: 24px;
  padding: 28px; display: flex; flex-direction: column; gap: 7px; text-align: center;
  box-shadow: var(--shadow);
}
.callout strong { font-size: 25px; }
.callout span { color: #dcefff; }

.process-section { background: white; }
.steps-grid { grid-template-columns: repeat(5, 1fr); }
.steps-grid article span {
  width: 36px; height: 36px; background: var(--orange); color: white; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 900; margin-bottom: 14px;
}

.promise-section { background: linear-gradient(135deg, #072f55, #0b4f8a); color: white; }
.promise-section h2, .promise-section h3 { color: white; }
.promise-section p { color: #dcefff; }
.promise-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.promise-lists > div { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.18); box-shadow: none; }
.promise-lists ul { margin: 0; padding-left: 20px; color: #eaf4ff; }

.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 22px 0; }
.feature-list span {
  background: white; border: 1px solid var(--border); padding: 13px 15px;
  border-radius: 15px; font-weight: 800; color: var(--blue-dark);
}

.review-summary {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--blue-soft); border: 1px solid #cfe5fb; border-radius: 20px;
  padding: 20px 24px; margin-bottom: 24px;
}
.review-summary strong { color: #f5a000; font-size: 25px; margin-right: 12px; }
.review-summary a { color: var(--blue); font-weight: 900; }
.reviews-grid { grid-template-columns: repeat(3, 1fr); }
.stars { color: #f5a000; font-size: 20px; margin-bottom: 12px; }

.city-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.city-grid span {
  background: white; border: 1px solid var(--border); padding: 10px 12px;
  border-radius: 999px; text-align: center; font-size: 14px; font-weight: 700;
}

.final-cta {
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.25), transparent 42%), var(--orange);
  color: white; padding: 78px 0; text-align: center;
}
.final-cta h2 { color: white; }
.final-cta p { max-width: 780px; margin-left: auto; margin-right: auto; font-size: 20px; }
.promise-line { font-weight: 900; }

.site-footer { background: #061f38; color: white; padding: 30px 0 92px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-inner span { display: block; color: #b9d1e8; }

.mobile-sticky-call {
  position: fixed; left: 16px; right: 16px; bottom: 16px; background: var(--orange);
  color: white; text-align: center; padding: 16px 20px; border-radius: 999px;
  text-decoration: none; font-weight: 900; box-shadow: 0 14px 35px rgba(0,0,0,.24);
  z-index: 100; display: none;
}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid, .two-column, .promise-grid, .repair-layout { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .promise-lists { grid-template-columns: 1fr; }
  .image-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .header-inner { min-height: 72px; }
  .brand img { height: 44px; }
  .header-call { display: none; }
  .hero { padding: 54px 0 46px; }
  .lead { font-size: 18px; }
  .cta-row, .btn { width: 100%; }
  .trust-grid, .problem-grid, .steps-grid, .reviews-grid, .feature-list, .city-grid, .image-grid {
    grid-template-columns: 1fr;
  }
  .section { padding: 58px 0; }
  .review-summary, .footer-inner { flex-direction: column; align-items: flex-start; }
  .mobile-sticky-call { display: block; }
}


/* V7 unique image layout */
.areas-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 24px;
  align-items: stretch;
}
.area-photo img {
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .areas-layout {
    grid-template-columns: 1fr;
  }
}

.image-band { display: none; }


/* V8 polish fixes */
.trust-grid strong {
  display: block !important;
  margin-bottom: 6px;
  line-height: 1.25;
}
.trust-grid span {
  display: block !important;
  line-height: 1.35;
}
.problem-grid article,
.steps-grid article,
.review-card,
.promise-lists > div,
.city-grid span,
.feature-list span {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.problem-grid article:hover,
.steps-grid article:hover,
.review-card:hover,
.promise-lists > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
  border-color: #c7d9e8;
}
.btn {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.photo-card img {
  transition: transform .25s ease;
}
.photo-card:hover img {
  transform: scale(1.025);
}
.section-heading h2 {
  text-wrap: balance;
}
.lead {
  text-wrap: pretty;
}


/* V9 final fixes: trust spacing and image quality */
.trust-grid .trust-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0;
}
.trust-grid .trust-item strong {
  display: block !important;
  margin: 0 !important;
  line-height: 1.22 !important;
  white-space: normal !important;
}
.trust-grid .trust-item span {
  display: block !important;
  line-height: 1.38 !important;
  white-space: normal !important;
}
.photo-card img[src$=".svg"],
.inline-photo img[src$=".svg"] {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f7fafc;
}

.image-band { display:none !important; }


/* V11 final cache-busted fixes */
.trust-grid .trust-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}
.trust-grid .trust-item strong {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.22 !important;
  white-space: normal !important;
}
.trust-grid .trust-item span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.38 !important;
  white-space: normal !important;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-card img[src$=".png"],
.photo-card img[src$=".jpg"],
.photo-card img[src$=".jpeg"] {
  object-fit: cover;
}


/* SOURCE: styles-v11.css */
/* Ace Air Homepage V6 With Photo Assets */
:root {
  --blue: #0b4f8a;
  --blue-dark: #07345c;
  --blue-soft: #eaf4ff;
  --orange: #ff8a00;
  --text: #172033;
  --muted: #5d687c;
  --light: #f7fafc;
  --white: #ffffff;
  --border: #dce6ef;
  --shadow: 0 22px 60px rgba(7, 52, 92, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link {
  position: absolute; top: -40px; left: 12px;
  background: var(--blue); color: white; padding: 8px 12px; z-index: 1000;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 86px; gap: 24px;
}
.brand img { height: 56px; }
.nav { display: flex; gap: 24px; font-size: 15px; color: var(--muted); font-weight: 700; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--blue); }
.header-call {
  background: var(--orange); color: white; text-decoration: none;
  padding: 14px 21px; border-radius: 999px; font-weight: 900; white-space: nowrap;
  box-shadow: 0 10px 26px rgba(255,138,0,.25);
}

.hero {
  background: radial-gradient(circle at 84% 15%, #fff0dc 0, transparent 35%),
              linear-gradient(135deg, #f2f8ff 0%, #ffffff 58%, #fff9f0 100%);
  padding: 86px 0 70px;
}
.hero-grid, .two-column, .promise-grid, .repair-layout {
  display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 56px; align-items: center;
}
.eyebrow, .kicker {
  display: inline-block; color: var(--blue); font-weight: 900; letter-spacing: 0.05em;
  text-transform: uppercase; font-size: 13px; margin-bottom: 14px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(44px, 6vw, 76px); line-height: 0.95; letter-spacing: -0.045em;
  margin-bottom: 24px; color: var(--blue-dark);
}
h2 {
  font-size: clamp(31px, 4vw, 50px); line-height: 1.05; letter-spacing: -0.032em;
  color: var(--blue-dark); margin-bottom: 20px;
}
h3 { font-size: 20px; line-height: 1.25; margin-bottom: 8px; color: var(--blue-dark); }
.lead { font-size: 20px; color: #334052; max-width: 740px; margin-bottom: 28px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border-radius: 999px; padding: 16px 24px;
  font-weight: 900; font-size: 16px; transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange); color: white; box-shadow: 0 12px 30px rgba(255, 138, 0, 0.28); }
.btn-secondary { background: white; color: var(--blue); border: 1px solid var(--border); }
.btn-light { background: white; color: var(--blue-dark); }
.hero-note { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 14px; }
.hero-note span { background: white; border: 1px solid var(--border); padding: 9px 13px; border-radius: 999px; }

.photo-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo { min-height: 430px; }
.hero-photo img { min-height: 430px; }
.inline-photo { margin-top: 24px; max-height: 360px; }
.promise-photo { margin-bottom: 20px; max-height: 330px; }

.trust-bar { background: var(--blue-dark); color: white; padding: 24px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.trust-grid div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 15px; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 15px; }
.trust-grid span { color: #bdd7f1; font-size: 13px; }

.section { padding: 84px 0; }
.section-heading { max-width: 860px; margin: 0 auto 38px; text-align: center; }
.section-heading p, .two-column p, .promise-grid p, .repair-copy p {
  color: var(--muted); font-size: 18px;
}
.repair-section, .install-section, .areas-section { background: var(--light); }
.repair-layout { margin-bottom: 34px; }

.problem-grid, .steps-grid, .reviews-grid { display: grid; gap: 18px; }
.problem-grid { grid-template-columns: repeat(4, 1fr); }
.problem-grid article, .steps-grid article, .review-card, .promise-lists > div {
  background: white; border: 1px solid var(--border); border-radius: 20px;
  padding: 24px; box-shadow: 0 12px 32px rgba(23, 32, 51, 0.045);
}
.card-icon {
  display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center;
  background: var(--blue-soft); border-radius: 14px; font-size: 22px; margin-bottom: 12px;
}
.problem-grid p, .steps-grid p, .review-card p { color: var(--muted); margin-bottom: 0; }

.image-band {
  padding: 34px 0;
  background: #061f38;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.image-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 170px;
  background: #123;
}
.image-grid img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: transform .2s ease;
}
.image-grid figure:hover img { transform: scale(1.03); }
.image-grid figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(7,52,92,.94));
  color: white;
  padding: 42px 14px 13px;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.callout {
  margin-top: 30px; background: var(--blue); color: white; border-radius: 24px;
  padding: 28px; display: flex; flex-direction: column; gap: 7px; text-align: center;
  box-shadow: var(--shadow);
}
.callout strong { font-size: 25px; }
.callout span { color: #dcefff; }

.process-section { background: white; }
.steps-grid { grid-template-columns: repeat(5, 1fr); }
.steps-grid article span {
  width: 36px; height: 36px; background: var(--orange); color: white; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 900; margin-bottom: 14px;
}

.promise-section { background: linear-gradient(135deg, #072f55, #0b4f8a); color: white; }
.promise-section h2, .promise-section h3 { color: white; }
.promise-section p { color: #dcefff; }
.promise-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.promise-lists > div { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.18); box-shadow: none; }
.promise-lists ul { margin: 0; padding-left: 20px; color: #eaf4ff; }

.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 22px 0; }
.feature-list span {
  background: white; border: 1px solid var(--border); padding: 13px 15px;
  border-radius: 15px; font-weight: 800; color: var(--blue-dark);
}

.review-summary {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--blue-soft); border: 1px solid #cfe5fb; border-radius: 20px;
  padding: 20px 24px; margin-bottom: 24px;
}
.review-summary strong { color: #f5a000; font-size: 25px; margin-right: 12px; }
.review-summary a { color: var(--blue); font-weight: 900; }
.reviews-grid { grid-template-columns: repeat(3, 1fr); }
.stars { color: #f5a000; font-size: 20px; margin-bottom: 12px; }

.city-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.city-grid span {
  background: white; border: 1px solid var(--border); padding: 10px 12px;
  border-radius: 999px; text-align: center; font-size: 14px; font-weight: 700;
}

.final-cta {
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.25), transparent 42%), var(--orange);
  color: white; padding: 78px 0; text-align: center;
}
.final-cta h2 { color: white; }
.final-cta p { max-width: 780px; margin-left: auto; margin-right: auto; font-size: 20px; }
.promise-line { font-weight: 900; }

.site-footer { background: #061f38; color: white; padding: 30px 0 92px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-inner span { display: block; color: #b9d1e8; }

.mobile-sticky-call {
  position: fixed; left: 16px; right: 16px; bottom: 16px; background: var(--orange);
  color: white; text-align: center; padding: 16px 20px; border-radius: 999px;
  text-decoration: none; font-weight: 900; box-shadow: 0 14px 35px rgba(0,0,0,.24);
  z-index: 100; display: none;
}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid, .two-column, .promise-grid, .repair-layout { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .promise-lists { grid-template-columns: 1fr; }
  .image-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .header-inner { min-height: 72px; }
  .brand img { height: 44px; }
  .header-call { display: none; }
  .hero { padding: 54px 0 46px; }
  .lead { font-size: 18px; }
  .cta-row, .btn { width: 100%; }
  .trust-grid, .problem-grid, .steps-grid, .reviews-grid, .feature-list, .city-grid, .image-grid {
    grid-template-columns: 1fr;
  }
  .section { padding: 58px 0; }
  .review-summary, .footer-inner { flex-direction: column; align-items: flex-start; }
  .mobile-sticky-call { display: block; }
}


/* V7 unique image layout */
.areas-layout {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 24px;
  align-items: stretch;
}
.area-photo img {
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .areas-layout {
    grid-template-columns: 1fr;
  }
}

.image-band { display: none; }


/* V8 polish fixes */
.trust-grid strong {
  display: block !important;
  margin-bottom: 6px;
  line-height: 1.25;
}
.trust-grid span {
  display: block !important;
  line-height: 1.35;
}
.problem-grid article,
.steps-grid article,
.review-card,
.promise-lists > div,
.city-grid span,
.feature-list span {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.problem-grid article:hover,
.steps-grid article:hover,
.review-card:hover,
.promise-lists > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
  border-color: #c7d9e8;
}
.btn {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.photo-card img {
  transition: transform .25s ease;
}
.photo-card:hover img {
  transform: scale(1.025);
}
.section-heading h2 {
  text-wrap: balance;
}
.lead {
  text-wrap: pretty;
}


/* V9 final fixes: trust spacing and image quality */
.trust-grid .trust-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0;
}
.trust-grid .trust-item strong {
  display: block !important;
  margin: 0 !important;
  line-height: 1.22 !important;
  white-space: normal !important;
}
.trust-grid .trust-item span {
  display: block !important;
  line-height: 1.38 !important;
  white-space: normal !important;
}
.photo-card img[src$=".svg"],
.inline-photo img[src$=".svg"] {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f7fafc;
}

.image-band { display:none !important; }


/* V11 final cache-busted fixes */
.trust-grid .trust-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}
.trust-grid .trust-item strong {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.22 !important;
  white-space: normal !important;
}
.trust-grid .trust-item span {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.38 !important;
  white-space: normal !important;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-card img[src$=".png"],
.photo-card img[src$=".jpg"],
.photo-card img[src$=".jpeg"] {
  object-fit: cover;
}


/* =========================================================
   FINAL V12 OVERRIDES
   ========================================================= */

/* Remove tiny blue line / Safari artifact from skip link while preserving accessibility */
.skip-link {
  position: absolute !important;
  left: 12px !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: transparent !important;
  z-index: 1000 !important;
}
.skip-link:focus {
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  white-space: normal !important;
  top: 12px !important;
  left: 12px !important;
  padding: 10px 14px !important;
  margin: 0 !important;
  background: #0b4f8a !important;
  color: #fff !important;
  border-radius: 10px !important;
}

/* Trust bar: force line breaks on all browsers, including iPhone Safari */
.trust-grid {
  align-items: start !important;
}
.trust-grid .trust-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}
.trust-grid .trust-item strong,
.trust-grid .trust-item span {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  white-space: normal !important;
}
.trust-grid .trust-item strong {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
}
.trust-grid .trust-item span {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.38 !important;
}

/* Improve image presentation */
.photo-card {
  background: #f7fafc;
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo {
  min-height: 455px;
}
.hero-photo img {
  min-height: 455px;
}

/* Slightly more premium breathing room */
.section {
  padding-top: 92px;
  padding-bottom: 92px;
}
.trust-bar {
  padding-top: 26px;
  padding-bottom: 26px;
}

/* Subtle polish */
.problem-grid article,
.steps-grid article,
.review-card,
.promise-lists > div {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.problem-grid article:hover,
.steps-grid article:hover,
.review-card:hover,
.promise-lists > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
  border-color: #c7d9e8;
}

@media (max-width: 980px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .trust-grid {
    grid-template-columns: 1fr !important;
  }
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .hero-photo,
  .hero-photo img {
    min-height: 310px;
  }
}
