/*
Theme Name: Ant Built Super Theme
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Ant Built
Author URI: https://antbuilt.com
Description: A plain-vanilla &amp; lightweight theme. Based on a clean master theme. Built by your friends at Ant Built!
Tags: flexible-header,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.6.1559056801
Updated: 2019-05-28 15:20:01

*/
/* HomeOps Custom RichReviews Rating Badge */

.homeops-custom-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 360px;
  padding: 20px 22px;
  border-radius: 20px;
  background: #ffffff;
  border-top: 5px solid #04ABB3;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

.homeops-custom-rating-badge::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(4, 171, 179, 0.08);
  pointer-events: none;
}

.homeops-custom-rating-badge__icon {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.homeops-custom-rating-badge__icon img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 16px !important;
  object-fit: cover !important;
}

.homeops-custom-rating-badge__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.homeops-custom-rating-badge__label {
  margin: 0 0 3px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.homeops-custom-rating-badge__name {
  margin: 0 0 6px;
  color: #1A2B34;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 950;
}

.homeops-custom-rating-badge__row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px;
}

.homeops-custom-rating-badge__score {
  color: #DC2838;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.homeops-custom-rating-badge__stars {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.homeops-custom-rating-badge__stars svg {
  fill: #ff8a1d !important;
  color: #ff8a1d !important;
  width: 18px !important;
  height: 18px !important;
}

.homeops-custom-rating-badge__link {
  display: inline-block;
  color: #475569 !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none !important;
}

.homeops-custom-rating-badge__link:hover {
  color: #04ABB3 !important;
}

@media (max-width: 640px) {
  .homeops-custom-rating-badge {
    max-width: 100%;
    padding: 18px;
  }

  .homeops-custom-rating-badge__name {
    font-size: 18px;
  }
}

/* HomeOps careers page - page ID 361 */
body.page-id-361 .elementor-361 {
  --careers-navy: #102a33;
  --careers-navy-deep: #0a2028;
  --careers-teal: #25bfc2;
  --careers-red: #e13d45;
  --careers-ink: #183039;
  --careers-muted: #60747b;
  --careers-line: #dbe5e8;
  --careers-paper: #f4f7f8;
  display: flex;
  flex-direction: column;
  background: var(--careers-paper);
  overflow: hidden;
}

body.page-id-361 .elementor-361 > .elementor-section-wrap {
  display: flex;
  flex-direction: column;
}

body.page-id-361 .elementor-361 .elementor-element-0779ca5 { order: 0; }
body.page-id-361 .elementor-361 .elementor-element-cd5d29d { order: 1; }

body.page-id-361 .elementor-element-0779ca5,
body.page-id-361 .elementor-element-0779ca5 > .e-con-inner,
body.page-id-361 .elementor-element-2cf810f,
body.page-id-361 .elementor-element-2cf810f > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-361 .elementor-element-8302b2c { display: none !important; }

.homeops-careers,
.homeops-careers * { box-sizing: border-box; }

.homeops-careers {
  color: var(--careers-ink);
  font-family: inherit;
  line-height: 1.65;
}

.homeops-careers h1,
.homeops-careers h2,
.homeops-careers h3,
.homeops-careers p { margin-top: 0; }

.homeops-careers h1,
.homeops-careers h2,
.homeops-careers h3 {
  color: inherit;
  font-family: inherit;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.homeops-careers__shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.homeops-careers__hero {
  position: relative;
  padding: 96px 0 86px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(37,191,194,.22), transparent 31%),
    linear-gradient(135deg, var(--careers-navy-deep), var(--careers-navy));
  overflow: hidden;
}

.homeops-careers__hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255,255,255,.03), 0 0 0 108px rgba(255,255,255,.025);
}

.homeops-careers__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 72px;
  align-items: center;
}

.homeops-careers__eyebrow {
  margin-bottom: 18px;
  color: var(--careers-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.homeops-careers__eyebrow--dark { color: #168b91; }

.homeops-careers__hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(48px, 6vw, 78px);
}

.homeops-careers__lede {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.82);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.55;
}

.homeops-careers__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.homeops-careers__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.homeops-careers__button:hover { transform: translateY(-2px); }
.homeops-careers__button--primary { color: #fff !important; background: var(--careers-red); }
.homeops-careers__button--primary:hover { background: #c92f38; }
.homeops-careers__button--secondary { color: #fff !important; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.homeops-careers__button--secondary:hover { border-color: #fff; background: rgba(255,255,255,.12); }

.homeops-careers__hero-card {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 26px 70px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
}

.homeops-careers__spark {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 16px;
  color: var(--careers-navy-deep);
  background: var(--careers-teal);
  font-size: 25px;
}

.homeops-careers__card-label { margin-bottom: 8px; color: var(--careers-teal); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.homeops-careers__hero-card h2 { margin-bottom: 22px; color: #fff; font-size: 31px; }
.homeops-careers__hero-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.homeops-careers__hero-card li { position: relative; padding-left: 24px; color: rgba(255,255,255,.82); }
.homeops-careers__hero-card li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--careers-teal); }

.homeops-careers__proof { color: #fff; background: var(--careers-teal); }
.homeops-careers__proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.homeops-careers__proof-grid > div { padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.28); }
.homeops-careers__proof-grid > div:last-child { border-right: 0; }
.homeops-careers__proof strong,
.homeops-careers__proof span { display: block; }
.homeops-careers__proof strong { margin-bottom: 4px; color: var(--careers-navy-deep); font-size: 17px; }
.homeops-careers__proof span { color: rgba(10,32,40,.74); font-size: 13px; line-height: 1.35; }

.homeops-careers__main { background: var(--careers-paper); }
.homeops-careers__section { padding-block: 92px; }
.homeops-careers__intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.homeops-careers__intro h2,
.homeops-careers__section-heading h2,
.homeops-careers__fit h2,
.homeops-careers__expectations h2,
.homeops-careers__apply-intro h2 { margin-bottom: 24px; font-size: clamp(36px, 4vw, 54px); }
.homeops-careers__intro p,
.homeops-careers__section-heading > p:last-child,
.homeops-careers__fit-copy > p:last-child { color: var(--careers-muted); font-size: 18px; }

.homeops-careers__section-heading { max-width: 760px; margin-bottom: 44px; }
.homeops-careers__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.homeops-careers__cards article { padding: 34px; border: 1px solid var(--careers-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 36px rgba(16,42,51,.06); }
.homeops-careers__cards article > span { display: inline-block; margin-bottom: 30px; color: var(--careers-red); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.homeops-careers__cards h3 { margin-bottom: 14px; font-size: 26px; }
.homeops-careers__cards p { margin-bottom: 0; color: var(--careers-muted); }

.homeops-careers__band { width: 100%; color: #fff; background: var(--careers-navy); }
.homeops-careers__band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.homeops-careers__band h2 { margin-bottom: 0; color: #fff; font-size: clamp(36px, 4vw, 54px); }
.homeops-careers__quote { padding: 32px; border-left: 4px solid var(--careers-teal); background: rgba(255,255,255,.06); }
.homeops-careers__quote p { margin-bottom: 16px; color: rgba(255,255,255,.82); font-size: 18px; }
.homeops-careers__quote p:last-child { margin-bottom: 0; }

.homeops-careers__fit { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.homeops-careers__checklist { padding: 38px; border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(16,42,51,.08); }
.homeops-careers__checklist ul { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.homeops-careers__checklist li { position: relative; padding-left: 34px; color: #344b53; }
.homeops-careers__checklist li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--careers-teal); font-weight: 900; }

.homeops-careers__expectations { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; padding-top: 20px; }
.homeops-careers__expectations-card { padding: 44px; border: 1px solid var(--careers-line); border-radius: 24px; background: #fff; }
.homeops-careers__expectations-card p { color: var(--careers-muted); }
.homeops-careers__expectations-note { display: flex; min-height: 100%; padding: 42px; flex-direction: column; justify-content: flex-end; border-radius: 24px; color: #fff; background: linear-gradient(145deg, var(--careers-red), #b92831); }
.homeops-careers__expectations-note span { display: grid; width: 48px; height: 48px; margin-bottom: 28px; place-items: center; border-radius: 50%; color: var(--careers-red); background: #fff; font-size: 24px; font-weight: 900; }
.homeops-careers__expectations-note p { margin-bottom: 0; font-size: 22px; font-weight: 750; line-height: 1.4; }

.homeops-careers__apply-intro { padding: 96px 0 38px; text-align: center; }
.homeops-careers__apply-intro .homeops-careers__shell { max-width: 820px; }
.homeops-careers__apply-intro p:last-child { color: var(--careers-muted); font-size: 18px; }
.homeops-careers__apply-intro a { color: #168b91; font-weight: 800; }

body.page-id-361 .elementor-element-cd5d29d {
  width: min(860px, calc(100% - 40px)) !important;
  margin: 0 auto 100px !important;
  padding: 0 52px 52px !important;
  border-radius: 0 0 26px 26px !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(16,42,51,.08) !important;
}

body.page-id-361 .elementor-element-3221645 { width: 100% !important; padding: 0 !important; }
body.page-id-361 .elementor-element-73d0a34 .elementor-field-label { margin-bottom: 8px; color: var(--careers-ink) !important; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
body.page-id-361 .elementor-element-73d0a34 .elementor-field { min-height: 50px; padding: 13px 15px; border: 1px solid #cbd9dd; border-radius: 10px; color: var(--careers-ink) !important; background: #f9fbfb; }
body.page-id-361 .elementor-element-73d0a34 .elementor-field-type-html {
  margin: 4px 0 10px;
  padding: 14px 16px !important;
  border-left: 4px solid var(--careers-teal);
  border-radius: 10px;
  color: #183039 !important;
  background: #edf7f7;
  font-size: 14px;
  font-weight: 750;
}
body.page-id-361 .elementor-element-73d0a34 .elementor-field-type-html * { color: inherit !important; }
body.page-id-361 .elementor-element-73d0a34 textarea.elementor-field { min-height: 140px; }
body.page-id-361 .elementor-element-73d0a34 .elementor-button { min-height: 52px; border-radius: 999px; color: #fff; background: var(--careers-red); font-weight: 800; }
body.page-id-361 .elementor-element-73d0a34 .elementor-button:hover { background: #c92f38; }

@media (max-width: 900px) {
  .homeops-careers__hero-grid,
  .homeops-careers__intro,
  .homeops-careers__band-grid,
  .homeops-careers__fit,
  .homeops-careers__expectations { grid-template-columns: 1fr; gap: 44px; }
  .homeops-careers__proof-grid { grid-template-columns: repeat(2, 1fr); }
  .homeops-careers__proof-grid > div:nth-child(2) { border-right: 0; }
  .homeops-careers__hero-card { max-width: 620px; }
}

@media (max-width: 620px) {
  .homeops-careers__shell { width: min(100% - 28px, 1180px); }
  .homeops-careers__hero { padding: 70px 0 64px; }
  .homeops-careers__hero h1 { font-size: 43px; }
  .homeops-careers__hero-card,
  .homeops-careers__cards article,
  .homeops-careers__checklist,
  .homeops-careers__expectations-card,
  .homeops-careers__expectations-note { padding: 26px; }
  .homeops-careers__proof-grid,
  .homeops-careers__cards { grid-template-columns: 1fr; }
  .homeops-careers__proof-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .homeops-careers__proof-grid > div:last-child { border-bottom: 0; }
  .homeops-careers__section { padding-block: 70px; }
  .homeops-careers__actions { align-items: stretch; flex-direction: column; }
  body.page-id-361 .elementor-element-cd5d29d { width: calc(100% - 28px) !important; padding: 0 22px 34px !important; }
}

/* HomeOps global compact footer */
.homeops-footer-compact {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 12% 18%, rgba(4, 171, 179, 0.16), transparent 32%),
        linear-gradient(135deg, #1A2B34 0%, #10232d 100%);
      color: #ffffff;
      font-family: inherit;
    }

    .homeops-footer-compact::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
      background-size: 42px 42px;
      pointer-events: none;
    }

    .homeops-footer-compact__wrap {
      position: relative;
      z-index: 2;
      max-width: 1280px;
      margin: 0 auto;
      padding: 38px 22px 20px;
    }

    .homeops-footer-compact__top {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
      gap: 22px;
      align-items: stretch;
      margin-bottom: 22px;
    }

    .homeops-footer-compact__brand,
    .homeops-footer-compact__timer {
      padding: 22px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.13);
      backdrop-filter: blur(8px);
    }

    .homeops-footer-compact__brand {
      position: relative;
      overflow: hidden;
    }

    .homeops-footer-compact__brand::after {
      content: "";
      position: absolute;
      right: -74px;
      bottom: -54px;
      width: 275px;
      height: 160px;
      background-image: url("https://callhomeops.com/wp-content/uploads/homeops-van-nobg.avif");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right bottom;
      opacity: 0.10;
      pointer-events: none;
    }

    .homeops-footer-compact__brand-inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 160px minmax(0, 1fr);
      gap: 22px;
      align-items: center;
    }

    .homeops-footer-compact__logo img {
      display: block;
      width: 160px;
      max-width: 100%;
      height: auto;
    }

    .homeops-footer-compact__brand h2 {
      margin: 0 0 8px;
      color: #ffffff !important;
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1;
      font-weight: 950;
      letter-spacing: -0.8px;
    }

    .homeops-footer-compact__brand p {
      max-width: 650px;
      margin: 0;
      color: #dbe7f0 !important;
      font-size: 15px;
      line-height: 1.55;
      font-weight: 700;
    }

    .homeops-footer-compact__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }

    .homeops-footer-compact__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 12px 17px;
      border-radius: 12px;
      background: #04ABB3;
      color: #ffffff !important;
      text-decoration: none !important;
      font-size: 14px;
      line-height: 1;
      font-weight: 950;
      transition: background 0.22s ease, transform 0.22s ease;
    }

    .homeops-footer-compact__btn:hover {
      background: #DC2838;
      color: #ffffff !important;
      transform: translateY(-2px);
      text-decoration: none !important;
    }

    .homeops-footer-compact__btn--light {
      background: #ffffff;
      color: #1A2B34 !important;
    }

    .homeops-footer-compact__btn--light:hover {
      background: #04ABB3;
      color: #ffffff !important;
    }

    .homeops-footer-compact__timer {
      background: #ffffff;
      color: #1A2B34;
      border-color: rgba(226, 232, 240, 0.95);
    }

    .homeops-footer-compact__timer h3 {
      margin: 0 0 6px;
      color: #1A2B34 !important;
      font-size: 24px;
      line-height: 1.1;
      font-weight: 950;
      letter-spacing: -0.4px;
    }

    .homeops-footer-compact__timer p {
      margin: 0 0 14px;
      color: #64748b !important;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 700;
    }

    .homeops-footer-compact__timer-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
    }

    .homeops-footer-compact__unit {
      padding: 12px 8px;
      border-radius: 15px;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      text-align: center;
    }

    .homeops-footer-compact__unit strong {
      display: block;
      margin-bottom: 4px;
      color: #1A2B34 !important;
      font-size: 25px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: -0.5px;
    }

    .homeops-footer-compact__unit span {
      display: block;
      color: #64748b !important;
      font-size: 11px;
      line-height: 1;
      font-weight: 950;
      text-transform: uppercase;
    }

    .homeops-footer-compact__main {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1.2fr;
      gap: 14px;
      margin-bottom: 18px;
    }

    .homeops-footer-compact__col {
      padding: 18px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .homeops-footer-compact__col h3 {
      margin: 0 0 12px;
      color: #ffffff !important;
      font-size: 17px;
      line-height: 1.15;
      font-weight: 950;
    }

    .homeops-footer-compact__links {
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .homeops-footer-compact__links li {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .homeops-footer-compact__links a,
    .homeops-footer-compact__contact a {
      color: #dbe7f0 !important;
      text-decoration: none !important;
      font-size: 14px;
      line-height: 1.3;
      font-weight: 750;
    }

    .homeops-footer-compact__links a:hover,
    .homeops-footer-compact__contact a:hover {
      color: #74f7ff !important;
      text-decoration: none !important;
    }

    .homeops-footer-compact__contact {
      display: grid;
      gap: 10px;
      color: #dbe7f0 !important;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 700;
    }

    .homeops-footer-compact__contact strong {
      display: block;
      color: #74f7ff !important;
      font-size: 11px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: 0.25px;
      text-transform: uppercase;
      margin-bottom: 4px;
    }

    .homeops-footer-compact__contact span {
      color: #dbe7f0 !important;
    }

    .homeops-footer-compact__license {
      margin-top: 2px;
      padding: 10px 12px;
      border-radius: 14px;
      background: rgba(4, 171, 179, 0.12);
      border: 1px solid rgba(4, 171, 179, 0.22);
    }

    .homeops-footer-compact__license span {
      display: block;
      color: #ffffff !important;
      font-size: 15px;
      line-height: 1.3;
      font-weight: 900;
    }

    .homeops-footer-compact__area {
      margin: 0;
      color: #dbe7f0 !important;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 700;
    }

    .homeops-footer-compact__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding-top: 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.13);
      color: rgba(255, 255, 255, 0.72);
      font-size: 13px;
      line-height: 1.5;
      font-weight: 700;
    }

    .homeops-footer-compact__legal {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .homeops-footer-compact__legal a {
      color: rgba(255, 255, 255, 0.78) !important;
      text-decoration: none !important;
      font-size: 13px;
      font-weight: 800;
    }

    .homeops-footer-compact__legal a:hover {
      color: #74f7ff !important;
    }

    @media (max-width: 1020px) {
      .homeops-footer-compact__top,
      .homeops-footer-compact__main {
        grid-template-columns: 1fr 1fr;
      }

      .homeops-footer-compact__brand-inner {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 680px) {
      .homeops-footer-compact__wrap {
        padding: 34px 16px 18px;
      }

      .homeops-footer-compact__top,
      .homeops-footer-compact__main {
        grid-template-columns: 1fr;
      }

      .homeops-footer-compact__brand,
      .homeops-footer-compact__timer,
      .homeops-footer-compact__col {
        border-radius: 18px;
        padding: 18px;
      }

      .homeops-footer-compact__timer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .homeops-footer-compact__actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .homeops-footer-compact__btn {
        width: 100%;
      }

      .homeops-footer-compact__bottom {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
      }

      .homeops-footer-compact__legal {
        justify-content: center;
      }
    }

/* HOMEOPS COMPONENT CSS MOVED FROM INLINE HTML */

    /* =========================================================
       HOMEOPS — HOMEPAGE HERO
       SIMPLE / AUTHORITY-DRIVEN
       ========================================================= */

    .homeops-hero {
      --ho-navy: #1A2B34;
      --ho-navy-dark: #0d1c24;
      --ho-teal: #04ABB3;
      --ho-red: #DC2838;
      --ho-white: #ffffff;

      position: relative;
      isolation: isolate;
      width: 100%;
      min-height: 680px;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding: 82px 20px 128px;

      background-image:
        linear-gradient(
          90deg,
          rgba(8, 22, 32, 0.96) 0%,
          rgba(8, 22, 32, 0.90) 30%,
          rgba(8, 22, 32, 0.64) 56%,
          rgba(8, 22, 32, 0.22) 82%,
          rgba(8, 22, 32, 0.12) 100%
        ),
        url("https://callhomeops.com/wp-content/uploads/home-ops-header.avif");

      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      font-family: inherit;
    }

    .homeops-hero,
    .homeops-hero *,
    .homeops-hero *::before,
    .homeops-hero *::after {
      box-sizing: border-box;
    }

    .homeops-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        radial-gradient(
          circle at 18% 25%,
          rgba(4, 171, 179, 0.09),
          transparent 30%
        ),
        linear-gradient(
          180deg,
          rgba(0,0,0,0.02) 0%,
          rgba(0,0,0,0.18) 100%
        );
    }

    .homeops-hero__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
    }

    .homeops-hero__content {
      max-width: 760px;
    }


    /* =========================================================
       EYEBROW
       ========================================================= */

    .homeops-hero__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 20px;
      color: #67d9df;
      font-size: 13px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

    .homeops-hero__eyebrow::before {
      content: "";
      width: 26px;
      height: 3px;
      border-radius: 999px;
      background: var(--ho-red);
    }


    /* =========================================================
       HEADLINE
       ========================================================= */

    .homeops-hero h1 {
      margin: 0 0 24px;
      max-width: 760px;
      color: var(--ho-white);
      font-size: clamp(48px, 5.8vw, 78px);
      line-height: 0.98;
      font-weight: 950;
      letter-spacing: -2.4px;
      text-shadow: 0 5px 24px rgba(0, 0, 0, 0.24);
    }

    .homeops-hero__accent {
      display: block;
      margin-top: 7px;
      color: var(--ho-teal);
    }


    /* =========================================================
       COPY
       ========================================================= */

    .homeops-hero__copy {
      max-width: 610px;
      margin: 0 0 30px;
      color: rgba(255, 255, 255, 0.88);
      font-size: clamp(17px, 1.55vw, 20px);
      line-height: 1.65;
      font-weight: 600;
    }

    .homeops-hero__copy strong {
      color: #ffffff;
      font-weight: 900;
    }


    /* =========================================================
       BUTTONS
       ========================================================= */

    .homeops-hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin: 0 0 28px;
    }

    .homeops-hero__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      padding: 15px 25px;
      border-radius: 10px;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 900;
      text-decoration: none !important;
      transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
    }

    .homeops-hero__btn--primary {
      background: var(--ho-red);
      color: #ffffff !important;
      border: 2px solid var(--ho-red);
      box-shadow: 0 14px 30px rgba(220, 40, 56, 0.25);
    }

    .homeops-hero__btn--primary:hover {
      background: var(--ho-teal);
      border-color: var(--ho-teal);
      color: #ffffff !important;
      transform: translateY(-2px);
      box-shadow: 0 16px 32px rgba(4, 171, 179, 0.25);
    }

    .homeops-hero__btn--secondary {
      background: rgba(255, 255, 255, 0.06);
      color: #ffffff !important;
      border: 2px solid rgba(255, 255, 255, 0.50);
      backdrop-filter: blur(6px);
    }

    .homeops-hero__btn--secondary:hover {
      background: #ffffff;
      border-color: #ffffff;
      color: var(--ho-navy) !important;
      transform: translateY(-2px);
    }


    /* =========================================================
       QUICK PROOF
       ========================================================= */

    .homeops-hero__proof {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 24px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .homeops-hero__proof li {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 0;
      color: rgba(255, 255, 255, 0.88);
      font-size: 14px;
      line-height: 1.35;
      font-weight: 800;
    }

    .homeops-hero__proof-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--ho-teal);
      color: #ffffff;
      font-size: 12px;
      font-weight: 950;
    }


    /* =========================================================
       BOTTOM TRUST BAR
       ========================================================= */

    .homeops-hero__trustbar {
      position: absolute;
      z-index: 4;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background: var(--ho-navy);
      border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .homeops-hero__trustbar-inner {
      max-width: 1440px;
      min-height: 66px;
      margin: 0 auto;
      padding: 0 24px;

      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }

    .homeops-hero__trust-item {
      position: relative;
      padding: 11px 28px;
      color: #ffffff;
      font-size: 13px;
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: 0.55px;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .homeops-hero__trust-item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--ho-teal);
      transform: translate(50%, -50%);
    }

    .homeops-hero__trust-item strong {
      color: #67d9df;
      font-weight: 950;
    }

    .homeops-hero__stars {
      color: #ffbf00;
      letter-spacing: 1px;
    }


    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 980px) {

      .homeops-hero {
        min-height: 650px;
        padding: 72px 20px 150px;

        background-image:
          linear-gradient(
            90deg,
            rgba(8, 22, 32, 0.97) 0%,
            rgba(8, 22, 32, 0.88) 48%,
            rgba(8, 22, 32, 0.42) 100%
          ),
          url("https://callhomeops.com/wp-content/uploads/home-ops-header.avif");

        background-position: center center;
      }

      .homeops-hero__trust-item {
        padding: 10px 19px;
      }
    }


    @media (max-width: 700px) {

      .homeops-hero {
        min-height: auto;
        padding: 58px 18px 0;
        display: block;

        background-image:
          linear-gradient(
            180deg,
            rgba(8, 22, 32, 0.97) 0%,
            rgba(8, 22, 32, 0.92) 58%,
            rgba(8, 22, 32, 0.70) 100%
          ),
          url("https://callhomeops.com/wp-content/uploads/home-ops-header.avif");

        background-position: 63% center;
      }

      .homeops-hero__inner {
        padding-bottom: 48px;
      }

      .homeops-hero h1 {
        font-size: clamp(43px, 12vw, 62px);
        letter-spacing: -1.6px;
      }

      .homeops-hero__copy {
        max-width: 560px;
        font-size: 16px;
        line-height: 1.65;
      }

      .homeops-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .homeops-hero__btn {
        width: 100%;
      }

      .homeops-hero__proof {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 11px 16px;
      }

      .homeops-hero__trustbar {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 -18px;
        width: calc(100% + 36px);
      }

      .homeops-hero__trustbar-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 8px 12px;
      }

      .homeops-hero__trust-item {
        padding: 12px 8px;
        white-space: normal;
        font-size: 11.5px;
      }

      .homeops-hero__trust-item:not(:last-child)::after {
        display: none;
      }
    }


    @media (max-width: 430px) {

      .homeops-hero__proof {
        grid-template-columns: 1fr;
      }

      .homeops-hero__trustbar-inner {
        grid-template-columns: 1fr;
      }

      .homeops-hero__trust-item {
        border-bottom: 1px solid rgba(255,255,255,0.09);
      }

      .homeops-hero__trust-item:last-child {
        border-bottom: 0;
      }
    }
  


    /* =========================================================
       HOMEOPS — GOOGLE REVIEWS
       ========================================================= */

    .homeops-reviews {
      --ho-navy: #1A2B34;
      --ho-teal: #04ABB3;
      --ho-red: #DC2838;
      --ho-text: #475569;
      --ho-border: #e2e8f0;
      --ho-light: #f8fafc;

      position: relative;
      overflow: hidden;
      width: 100%;
      padding: 88px 20px 92px;
      background:
        radial-gradient(
          circle at top right,
          rgba(4,171,179,.09) 0,
          transparent 31%
        ),
        #ffffff;
      font-family: inherit;
    }

    .homeops-reviews,
    .homeops-reviews *,
    .homeops-reviews *::before,
    .homeops-reviews *::after {
      box-sizing: border-box;
    }

    .homeops-reviews__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
    }


    /* HEADER */

    .homeops-reviews__header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 32px;
      align-items: end;
      margin-bottom: 38px;
    }

    .homeops-reviews__heading {
      max-width: 760px;
    }

    .homeops-reviews__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 14px;
      color: #047d83;
      font-size: 13px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .homeops-reviews__eyebrow::before {
      content: "";
      width: 24px;
      height: 3px;
      border-radius: 999px;
      background: var(--ho-red);
    }

    .homeops-reviews h2 {
      margin: 0 0 14px;
      color: var(--ho-navy);
      font-size: clamp(34px, 4vw, 54px);
      line-height: 1.04;
      font-weight: 950;
      letter-spacing: -1.3px;
    }

    .homeops-reviews__intro {
      max-width: 700px;
      margin: 0;
      color: var(--ho-text);
      font-size: 17px;
      line-height: 1.7;
    }


    /* ARROWS */

    .homeops-reviews__nav {
      display: flex;
      gap: 10px;
      padding-bottom: 4px;
    }

    .homeops-reviews__arrow {
      width: 50px;
      height: 50px;
      border: 1px solid var(--ho-border);
      border-radius: 50%;
      background: #ffffff;
      color: var(--ho-navy);
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      line-height: 1;
      font-family: inherit;
      font-weight: 900;
      box-shadow: 0 8px 22px rgba(15,23,42,.06);
      transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
    }

    .homeops-reviews__arrow:hover {
      background: var(--ho-teal);
      border-color: var(--ho-teal);
      color: #ffffff;
      transform: translateY(-2px);
    }


    /* =========================================================
       PLUGIN RATING
       ========================================================= */

    .homeops-reviews-rating {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 9px 14px;
      margin: 0 0 28px;
    }

    .homeops-reviews-rating__stars {
      color: #f4b400;
      font-size: 20px;
      line-height: 1;
    }

    .homeops-reviews-rating__score {
      color: var(--ho-navy);
      font-size: 16px;
      line-height: 1.3;
      font-weight: 950;
    }

    .homeops-reviews-rating__count {
      color: #64748b;
      font-size: 14px;
      line-height: 1.3;
      font-weight: 750;
    }


    /* =========================================================
       CUSTOM MANUAL SLIDER
       ========================================================= */

    .homeops-reviews-manual-track {
      display: flex;
      gap: 18px;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      padding: 4px 3px 24px;
      margin: 0 -3px;

      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .homeops-reviews-manual-track::-webkit-scrollbar {
      display: none;
    }

    .homeops-reviews-manual-item {
      flex: 0 0 calc((100% - 36px) / 3);
      min-width: 0;
      scroll-snap-align: start;
    }


    /* =========================================================
       REVIEW CARD
       ========================================================= */

    .homeops-review-slide {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      padding: 28px;
      border: 1px solid var(--ho-border);
      border-radius: 22px;
      background: #ffffff;
      box-shadow: 0 12px 32px rgba(15,23,42,.06);
      transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
    }

    .homeops-review-slide:hover {
      transform: translateY(-4px);
      border-color: rgba(4,171,179,.32);
      box-shadow: 0 20px 42px rgba(15,23,42,.09);
    }

    .homeops-review-slide::before {
      content: "“";
      position: absolute;
      top: 14px;
      right: 22px;
      color: rgba(4,171,179,.10);
      font-family: Georgia, serif;
      font-size: 82px;
      line-height: 1;
      font-weight: 900;
      pointer-events: none;
    }

    .homeops-review-slide__stars {
      position: relative;
      z-index: 2;
      min-height: 24px;
      margin: 0 0 17px;
      color: #f4b400;
      font-size: 19px;
      line-height: 1;
    }


    /* REVIEW TEXT */

    .homeops-review-slide__text {
      position: relative;
      z-index: 2;
      margin: 0 0 10px;
      color: var(--ho-text);
      font-size: 16px;
      line-height: 1.7;

      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden;
    }

    .homeops-review-slide__text.is-expanded {
      display: block;
      overflow: visible;
    }

    .homeops-review-slide__text p {
      margin: 0;
      color: inherit;
      font: inherit;
    }


    /* READ MORE */

    .homeops-review-slide__more {
      display: none;
      width: fit-content;
      margin: 2px 0 22px;
      padding: 0;
      border: 0;
      background: transparent;
      color: var(--ho-teal);
      cursor: pointer;
      font-family: inherit;
      font-size: 14px;
      line-height: 1.3;
      font-weight: 900;
    }

    .homeops-review-slide__more:hover {
      color: var(--ho-red);
    }

    .homeops-review-slide__more.is-visible {
      display: inline-block;
    }


    /* AUTHOR */

    .homeops-review-slide__author {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: auto;
      padding-top: 20px;
      border-top: 1px solid #edf1f5;
    }

    .homeops-review-slide__photo {
      width: 46px;
      height: 46px;
      flex: 0 0 46px;
      overflow: hidden;
      border-radius: 50%;
      background: #eef2f7;
    }

    .homeops-review-slide__photo img {
      display: block;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      border-radius: 50% !important;
      margin: 0 !important;
    }

    .homeops-review-slide__person {
      min-width: 0;
      flex: 1;
    }

    .homeops-review-slide__name {
      color: var(--ho-navy);
      font-size: 15px;
      line-height: 1.3;
      font-weight: 950;
    }

    .homeops-review-slide__name a {
      color: inherit !important;
      text-decoration: none !important;
    }

    .homeops-review-slide__time {
      margin-top: 3px;
      color: #94a3b8;
      font-size: 12.5px;
      line-height: 1.3;
      font-weight: 700;
    }


    /* GOOGLE MARK */

    .homeops-review-slide__google {
      width: 35px;
      height: 35px;
      flex: 0 0 35px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      color: #4285f4;
      font-family: Arial, sans-serif;
      font-size: 18px;
      font-weight: 900;
    }


    /* =========================================================
       PLUGIN CLEANUP
       ========================================================= */

    .homeops-reviews__plugin .rplg-slider-prev,
    .homeops-reviews__plugin .rplg-slider-next,
    .homeops-reviews__plugin .rpi-slider-prev,
    .homeops-reviews__plugin .rpi-slider-next,
    .homeops-reviews__plugin .rplg-pagination,
    .homeops-reviews__plugin .rplg-load-more,
    .homeops-reviews__plugin .rpi-slider-btn,
    .homeops-reviews__plugin .rpi-review_us {
      display: none !important;
    }

    .homeops-reviews-original-hidden {
      display: none !important;
    }


    /* remove plugin spacing around our custom output */

    .homeops-reviews__plugin .rplg,
    .homeops-reviews__plugin .rpi,
    .homeops-reviews__plugin .rplg-grid,
    .homeops-reviews__plugin .rplg-slider,
    .homeops-reviews__plugin .rpi-slider {
      max-width: none !important;
      width: 100% !important;
      margin: 0 !important;
    }


    /* =========================================================
       BOTTOM CTA
       ========================================================= */

    .homeops-reviews__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-top: 8px;
      padding-top: 26px;
      border-top: 1px solid #e8edf2;
    }

    .homeops-reviews__bottom-copy {
      margin: 0;
      color: #64748b;
      font-size: 15px;
      line-height: 1.6;
    }

    .homeops-reviews__cta {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 13px 21px;
      border-radius: 11px;
      background: var(--ho-navy);
      color: #ffffff !important;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 900;
      text-decoration: none !important;
      transition:
        background-color .25s ease,
        transform .25s ease;
    }

    .homeops-reviews__cta:hover {
      background: var(--ho-teal);
      color: #ffffff !important;
      transform: translateY(-2px);
    }


    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 980px) {

      .homeops-reviews {
        padding: 72px 18px 76px;
      }

      .homeops-reviews-manual-item {
        flex-basis: calc((100% - 18px) / 2);
      }

    }


    @media (max-width: 700px) {

      .homeops-reviews {
        padding: 60px 17px 64px;
      }

      .homeops-reviews__header {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 28px;
      }

      .homeops-reviews__nav {
        justify-content: flex-start;
      }

      .homeops-reviews__arrow {
        width: 46px;
        height: 46px;
      }

      .homeops-reviews-manual-track {
        gap: 14px;
        margin-right: -17px;
        padding-right: 28px;
      }

      .homeops-reviews-manual-item {
        flex: 0 0 88%;
      }

      .homeops-review-slide {
        padding: 24px 20px;
      }

      .homeops-reviews__bottom {
        align-items: flex-start;
        flex-direction: column;
      }

      .homeops-reviews__cta {
        width: 100%;
      }

    }
  


    /* =========================================================
       HOMEOPS — CORE SERVICES
       ========================================================= */

    .homeops-core-services {
      --ho-navy: #1A2B34;
      --ho-teal: #04ABB3;
      --ho-red: #DC2838;
      --ho-text: #475569;
      --ho-border: #e2e8f0;
      --ho-light: #f6f9fa;

      position: relative;
      overflow: hidden;
      width: 100%;
      padding: 92px 20px;
      background: var(--ho-light);
      font-family: inherit;
    }

    .homeops-core-services,
    .homeops-core-services *,
    .homeops-core-services *::before,
    .homeops-core-services *::after {
      box-sizing: border-box;
    }

    .homeops-core-services__inner {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
    }

    /* HEADER */

    .homeops-core-services__header {
      display: grid;
      grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
      gap: 60px;
      align-items: end;
      margin-bottom: 42px;
    }

    .homeops-core-services__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 14px;
      color: #047d83;
      font-size: 13px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .homeops-core-services__eyebrow::before {
      content: "";
      width: 24px;
      height: 3px;
      border-radius: 999px;
      background: var(--ho-red);
    }

    .homeops-core-services h2 {
      margin: 0;
      max-width: 560px;
      color: var(--ho-navy);
      font-size: clamp(36px, 4vw, 54px);
      line-height: 1.04;
      font-weight: 950;
      letter-spacing: -1.3px;
    }

    .homeops-core-services__intro {
      margin: 0;
      max-width: 680px;
      color: var(--ho-text);
      font-size: 17px;
      line-height: 1.75;
    }

    /* GRID */

    .homeops-core-services__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .homeops-core-services__card {
      position: relative;
      overflow: hidden;
      min-height: 305px;
      display: flex;
      flex-direction: column;
      padding: 32px;
      border: 1px solid var(--ho-border);
      border-radius: 20px;
      background: #ffffff;
      text-decoration: none !important;
      transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
    }

    .homeops-core-services__card:hover {
      transform: translateY(-4px);
      border-color: rgba(4,171,179,.38);
      box-shadow: 0 20px 42px rgba(15,23,42,.08);
    }

    .homeops-core-services__number {
      display: block;
      margin-bottom: 38px;
      color: var(--ho-teal);
      font-size: 13px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: 1px;
    }

    .homeops-core-services__card h3 {
      margin: 0 0 13px;
      color: var(--ho-navy);
      font-size: clamp(25px, 2.4vw, 33px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: -.6px;
    }

    .homeops-core-services__card p {
      margin: 0 0 24px;
      color: var(--ho-text);
      font-size: 16px;
      line-height: 1.7;
    }

    .homeops-core-services__link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: auto;
      color: var(--ho-navy);
      font-size: 14px;
      line-height: 1.2;
      font-weight: 950;
    }

    .homeops-core-services__link span {
      color: var(--ho-red);
      font-size: 18px;
      transition: transform .25s ease;
    }

    .homeops-core-services__card:hover .homeops-core-services__link span {
      transform: translateX(4px);
    }

    /* DARK FEATURE CARD */

    .homeops-core-services__card--dark {
      background: var(--ho-navy);
      border-color: var(--ho-navy);
    }

    .homeops-core-services__card--dark h3,
    .homeops-core-services__card--dark .homeops-core-services__link {
      color: #ffffff;
    }

    .homeops-core-services__card--dark p {
      color: #d6e1e7;
    }

    .homeops-core-services__card--dark .homeops-core-services__number {
      color: #65d8dd;
    }

    .homeops-core-services__card--dark:hover {
      border-color: var(--ho-teal);
      box-shadow: 0 22px 46px rgba(26,43,52,.18);
    }

    /* BOTTOM */

    .homeops-core-services__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      margin-top: 30px;
      padding-top: 28px;
      border-top: 1px solid #dbe3e8;
    }

    .homeops-core-services__bottom p {
      margin: 0;
      color: #64748b;
      font-size: 15px;
      line-height: 1.6;
    }

    .homeops-core-services__all {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--ho-navy) !important;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 950;
      text-decoration: none !important;
    }

    .homeops-core-services__all span {
      color: var(--ho-red);
      font-size: 20px;
      transition: transform .25s ease;
    }

    .homeops-core-services__all:hover span {
      transform: translateX(4px);
    }

    @media (max-width: 900px) {
      .homeops-core-services {
        padding: 74px 18px;
      }

      .homeops-core-services__header {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    @media (max-width: 680px) {
      .homeops-core-services {
        padding: 62px 17px;
      }

      .homeops-core-services__grid {
        grid-template-columns: 1fr;
      }

      .homeops-core-services__card {
        min-height: 0;
        padding: 27px 22px;
      }

      .homeops-core-services__number {
        margin-bottom: 28px;
      }

      .homeops-core-services__bottom {
        align-items: flex-start;
        flex-direction: column;
      }
    }
  


    /* =========================================================
       HOMEOPS — MEET CRAIG
       ========================================================= */

    .homeops-owner {
      --ho-navy: #1A2B34;
      --ho-navy-dark: #10232d;
      --ho-teal: #04ABB3;
      --ho-red: #DC2838;
      --ho-text: #475569;
      --ho-light: #f7fafb;
      --ho-white: #ffffff;

      position: relative;
      overflow: hidden;
      width: 100%;
      padding: 96px 20px;
      background:
        radial-gradient(
          circle at 92% 12%,
          rgba(4,171,179,.10) 0,
          transparent 30%
        ),
        linear-gradient(
          135deg,
          #ffffff 0%,
          #f8fafc 100%
        );
      font-family: inherit;
    }

    .homeops-owner,
    .homeops-owner *,
    .homeops-owner *::before,
    .homeops-owner *::after {
      box-sizing: border-box;
    }

    .homeops-owner__inner {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;

      display: grid;
      grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
      gap: 72px;
      align-items: center;
    }


    /* =========================================================
       IMAGE
       ========================================================= */

    .homeops-owner__media {
      position: relative;
    }

    .homeops-owner__image-wrap {
      position: relative;
      overflow: hidden;
      min-height: 590px;
      border-radius: 28px;
      background: #e9eef1;
      box-shadow: 0 26px 58px rgba(15,23,42,.12);
    }

    .homeops-owner__image-wrap::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(
          180deg,
          transparent 54%,
          rgba(13,28,36,.28) 100%
        );
      pointer-events: none;
    }

    .homeops-owner__image {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 590px;
      object-fit: cover;
      object-position: center;
    }


    /* FLOATING LICENSE CARD */

    .homeops-owner__license {
      position: absolute;
      z-index: 3;
      right: -24px;
      bottom: 34px;
      width: min(300px, 76%);
      padding: 21px 22px;
      border-radius: 18px;
      background: var(--ho-navy);
      box-shadow: 0 18px 38px rgba(15,23,42,.22);
    }

    .homeops-owner__license-label {
      margin: 0 0 5px;
      color: #67d9df;
      font-size: 11px;
      line-height: 1.2;
      font-weight: 950;
      letter-spacing: 1.2px;
      text-transform: uppercase;
    }

    .homeops-owner__license-value {
      margin: 0;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.35;
      font-weight: 950;
    }


    /* =========================================================
       CONTENT
       ========================================================= */

    .homeops-owner__content {
      max-width: 660px;
    }

    .homeops-owner__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 15px;
      color: #047d83;
      font-size: 13px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .homeops-owner__eyebrow::before {
      content: "";
      width: 24px;
      height: 3px;
      border-radius: 999px;
      background: var(--ho-red);
    }

    .homeops-owner h2 {
      margin: 0 0 18px;
      color: var(--ho-navy);
      font-size: clamp(38px, 4.4vw, 58px);
      line-height: 1.02;
      font-weight: 950;
      letter-spacing: -1.4px;
    }

    .homeops-owner__accent {
      color: var(--ho-teal);
    }

    .homeops-owner__lead {
      margin: 0 0 22px;
      color: var(--ho-navy);
      font-size: clamp(19px, 1.8vw, 23px);
      line-height: 1.52;
      font-weight: 850;
    }

    .homeops-owner__copy {
      margin: 0 0 22px;
      color: var(--ho-text);
      font-size: 17px;
      line-height: 1.75;
    }


    /* PRINCIPLES */

    .homeops-owner__principles {
      display: grid;
      gap: 12px;
      margin: 30px 0;
    }

    .homeops-owner__principle {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 13px;
      align-items: start;
    }

    .homeops-owner__check {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(4,171,179,.12);
      color: var(--ho-teal);
      font-size: 15px;
      line-height: 1;
      font-weight: 950;
    }

    .homeops-owner__principle strong {
      display: block;
      margin-bottom: 3px;
      color: var(--ho-navy);
      font-size: 16px;
      line-height: 1.35;
      font-weight: 950;
    }

    .homeops-owner__principle p {
      margin: 0;
      color: var(--ho-text);
      font-size: 15px;
      line-height: 1.6;
    }


    /* QUOTE */

    .homeops-owner__quote {
      position: relative;
      margin: 32px 0;
      padding: 25px 27px;
      border-left: 4px solid var(--ho-teal);
      border-radius: 0 18px 18px 0;
      background: #eef8f8;
    }

    .homeops-owner__quote p {
      margin: 0 0 8px;
      color: var(--ho-navy);
      font-size: 18px;
      line-height: 1.6;
      font-weight: 850;
    }

    .homeops-owner__quote span {
      color: #64748b;
      font-size: 13px;
      line-height: 1.3;
      font-weight: 800;
    }


    /* BUTTON */

    .homeops-owner__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
      align-items: center;
      margin-top: 28px;
    }

    .homeops-owner__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 14px 22px;
      border-radius: 11px;
      background: var(--ho-navy);
      color: #ffffff !important;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 900;
      text-decoration: none !important;
      transition:
        background-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
    }

    .homeops-owner__btn:hover {
      background: var(--ho-teal);
      color: #ffffff !important;
      transform: translateY(-2px);
      box-shadow: 0 12px 26px rgba(4,171,179,.18);
    }

    .homeops-owner__text-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--ho-navy) !important;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 900;
      text-decoration: none !important;
    }

    .homeops-owner__text-link span {
      color: var(--ho-red);
      font-size: 19px;
      transition: transform .25s ease;
    }

    .homeops-owner__text-link:hover span {
      transform: translateX(4px);
    }


    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 980px) {
      .homeops-owner {
        padding: 76px 18px;
      }

      .homeops-owner__inner {
        grid-template-columns: 1fr;
        gap: 48px;
      }

      .homeops-owner__media {
        max-width: 720px;
      }

      .homeops-owner__image-wrap,
      .homeops-owner__image {
        min-height: 520px;
      }

      .homeops-owner__license {
        right: 24px;
      }
    }


    @media (max-width: 650px) {
      .homeops-owner {
        padding: 62px 17px;
      }

      .homeops-owner__image-wrap,
      .homeops-owner__image {
        min-height: 430px;
      }

      .homeops-owner__image-wrap {
        border-radius: 22px;
      }

      .homeops-owner__license {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 28px);
        margin: -44px auto 0;
        border-radius: 16px;
      }

      .homeops-owner h2 {
        font-size: clamp(38px, 11vw, 50px);
      }

      .homeops-owner__lead {
        font-size: 19px;
      }

      .homeops-owner__copy {
        font-size: 16px;
      }

      .homeops-owner__actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .homeops-owner__btn,
      .homeops-owner__text-link {
        width: 100%;
        justify-content: center;
      }
    }
  


    /* =========================================================
       HOMEOPS — SUFFOLK COUNTY SERVICE AREA MAP
       ========================================================= */

    .homeops-area-map {
      --ho-navy: #1A2B34;
      --ho-navy-dark: #10232d;
      --ho-teal: #04ABB3;
      --ho-red: #DC2838;
      --ho-text: #475569;
      --ho-muted: #64748b;
      --ho-border: #e2e8f0;
      --ho-bg: #f6f9fa;

      position: relative;
      width: 100%;
      overflow: hidden;
      padding: 92px 20px;
      background: #ffffff;
      font-family: inherit;
    }

    .homeops-area-map,
    .homeops-area-map *,
    .homeops-area-map *::before,
    .homeops-area-map *::after {
      box-sizing: border-box;
    }

    .homeops-area-map__inner {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
    }


    /* =========================================================
       HEADER
       ========================================================= */

    .homeops-area-map__header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
      gap: 56px;
      align-items: end;
      margin-bottom: 38px;
    }

    .homeops-area-map__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 14px;
      color: #047d83;
      font-size: 13px;
      line-height: 1;
      font-weight: 950;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .homeops-area-map__eyebrow::before {
      content: "";
      width: 24px;
      height: 3px;
      border-radius: 999px;
      background: var(--ho-red);
    }

    .homeops-area-map h2 {
      max-width: 680px;
      margin: 0 0 14px;
      color: var(--ho-navy);
      font-size: clamp(38px, 4.4vw, 58px);
      line-height: 1.03;
      font-weight: 950;
      letter-spacing: -1.4px;
    }

    .homeops-area-map__intro {
      max-width: 700px;
      margin: 0;
      color: var(--ho-text);
      font-size: 17px;
      line-height: 1.72;
    }


    /* =========================================================
       SEARCH
       ========================================================= */

    .homeops-area-map__search-wrap {
      padding: 22px;
      border: 1px solid var(--ho-border);
      border-radius: 18px;
      background: var(--ho-bg);
    }

    .homeops-area-map__search-label {
      display: block;
      margin: 0 0 9px;
      color: var(--ho-navy);
      font-size: 13px;
      line-height: 1.3;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .7px;
    }

    .homeops-area-map__search-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 8px;
    }

    .homeops-area-map__search {
      width: 100%;
      min-width: 0;
      min-height: 50px;
      padding: 12px 15px;
      border: 1px solid #cbd5e1;
      border-radius: 10px;
      outline: none;
      background: #ffffff;
      color: var(--ho-navy);
      font-family: inherit;
      font-size: 15px;
      font-weight: 700;
    }

    .homeops-area-map__search:focus {
      border-color: var(--ho-teal);
      box-shadow: 0 0 0 3px rgba(4,171,179,.11);
    }

    .homeops-area-map__search-btn {
      min-height: 50px;
      padding: 12px 18px;
      border: 0;
      border-radius: 10px;
      background: var(--ho-navy);
      color: #ffffff;
      cursor: pointer;
      font-family: inherit;
      font-size: 14px;
      font-weight: 900;
      transition:
        background-color .25s ease,
        transform .25s ease;
    }

    .homeops-area-map__search-btn:hover {
      background: var(--ho-teal);
      transform: translateY(-1px);
    }

    .homeops-area-map__search-note {
      margin: 9px 0 0;
      color: var(--ho-muted);
      font-size: 12.5px;
      line-height: 1.45;
    }


    /* =========================================================
       MAP SHELL
       ========================================================= */

    .homeops-area-map__shell {
      position: relative;
      overflow: hidden;
      min-height: 540px;
      border: 1px solid var(--ho-border);
      border-radius: 24px;
      background: #e9eff2;
      box-shadow: 0 18px 46px rgba(15,23,42,.08);
    }

    #homeops-suffolk-map {
      width: 100%;
      height: 540px;
      z-index: 1;
      background: #e9eff2;
    }


    /* MAP LEGEND */

    .homeops-area-map__legend {
      position: absolute;
      z-index: 500;
      left: 18px;
      bottom: 18px;

      display: flex;
      flex-wrap: wrap;
      gap: 9px 16px;

      max-width: calc(100% - 36px);
      padding: 11px 14px;
      border-radius: 12px;
      background: rgba(26,43,52,.94);
      color: #ffffff;
      box-shadow: 0 10px 24px rgba(15,23,42,.16);
      backdrop-filter: blur(8px);
    }

    .homeops-area-map__legend-item {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 12px;
      line-height: 1.3;
      font-weight: 800;
    }

    .homeops-area-map__legend-dot {
      width: 10px;
      height: 10px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--ho-teal);
    }

    .homeops-area-map__legend-dot--hq {
      background: var(--ho-red);
    }


    /* =========================================================
       CUSTOM LEAFLET MARKERS
       ========================================================= */

    .homeops-map-marker {
      width: 17px;
      height: 17px;
      border: 3px solid #ffffff;
      border-radius: 50%;
      background: var(--ho-teal);
      box-shadow:
        0 3px 9px rgba(15,23,42,.28),
        0 0 0 3px rgba(4,171,179,.14);
      transition: transform .2s ease;
    }

    .homeops-map-marker:hover {
      transform: scale(1.2);
    }

    .homeops-map-marker--hq {
      width: 22px;
      height: 22px;
      background: var(--ho-red);
      box-shadow:
        0 4px 12px rgba(15,23,42,.30),
        0 0 0 5px rgba(220,40,56,.15);
    }


    /* =========================================================
       LEAFLET OVERRIDES
       ========================================================= */

    .homeops-area-map .leaflet-container {
      font-family: inherit;
    }

    .homeops-area-map .leaflet-control-zoom {
      border: 0 !important;
      box-shadow: 0 8px 22px rgba(15,23,42,.12) !important;
    }

    .homeops-area-map .leaflet-control-zoom a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px !important;
      height: 38px !important;
      background: #ffffff !important;
      color: var(--ho-navy) !important;
      border-color: #e2e8f0 !important;
      font-weight: 900;
    }

    .homeops-area-map .leaflet-popup-content-wrapper {
      border-radius: 14px;
      box-shadow: 0 16px 36px rgba(15,23,42,.17);
    }

    .homeops-area-map .leaflet-popup-content {
      margin: 17px 18px;
      min-width: 190px;
    }

    .homeops-map-popup__eyebrow {
      margin: 0 0 5px;
      color: var(--ho-teal);
      font-size: 10px;
      line-height: 1.2;
      font-weight: 950;
      letter-spacing: .9px;
      text-transform: uppercase;
    }

    .homeops-map-popup__title {
      margin: 0 0 7px;
      color: var(--ho-navy);
      font-size: 18px;
      line-height: 1.2;
      font-weight: 950;
    }

    .homeops-map-popup__copy {
      margin: 0 0 11px;
      color: var(--ho-text);
      font-size: 12.5px;
      line-height: 1.5;
    }

    .homeops-map-popup__link {
      display: inline-flex;
      align-items: center;
      color: var(--ho-red) !important;
      font-size: 12.5px;
      line-height: 1.3;
      font-weight: 950;
      text-decoration: none !important;
    }


    /* =========================================================
       FEATURED TOWNS
       ========================================================= */

    .homeops-area-map__towns {
      margin-top: 30px;
    }

    .homeops-area-map__towns-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 15px;
    }

    .homeops-area-map__towns-title {
      margin: 0;
      color: var(--ho-navy);
      font-size: 17px;
      line-height: 1.3;
      font-weight: 950;
    }

    .homeops-area-map__all-link {
      color: var(--ho-navy) !important;
      font-size: 14px;
      line-height: 1.3;
      font-weight: 900;
      text-decoration: none !important;
    }

    .homeops-area-map__all-link span {
      color: var(--ho-red);
    }

    .homeops-area-map__all-link:hover {
      color: var(--ho-teal) !important;
    }

    .homeops-area-map__town-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 9px;
    }

    .homeops-area-map__town {
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 44px;
      padding: 10px 12px;
      border: 1px solid var(--ho-border);
      border-radius: 10px;
      background: #ffffff;
      color: var(--ho-navy) !important;
      font-size: 13px;
      line-height: 1.25;
      font-weight: 850;
      text-decoration: none !important;
      transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
    }

    .homeops-area-map__town::before {
      content: "";
      width: 7px;
      height: 7px;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--ho-teal);
    }

    .homeops-area-map__town:hover {
      transform: translateY(-2px);
      background: #eefafa;
      border-color: rgba(4,171,179,.35);
    }


    /* =========================================================
       BOTTOM CTA
       ========================================================= */

    .homeops-area-map__bottom {
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      gap: 30px;
      align-items: center;
      margin-top: 28px;
      padding: 28px 30px;
      border-radius: 18px;
      background: var(--ho-navy);
    }

    .homeops-area-map__bottom h3 {
      margin: 0 0 5px;
      color: #ffffff;
      font-size: 21px;
      line-height: 1.25;
      font-weight: 950;
    }

    .homeops-area-map__bottom p {
      max-width: 720px;
      margin: 0;
      color: #d6e1e7;
      font-size: 14.5px;
      line-height: 1.6;
    }

    .homeops-area-map__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 13px 20px;
      border-radius: 10px;
      background: var(--ho-red);
      color: #ffffff !important;
      font-size: 14px;
      font-weight: 900;
      white-space: nowrap;
      text-decoration: none !important;
      transition:
        background-color .25s ease,
        transform .25s ease;
    }

    .homeops-area-map__btn:hover {
      background: var(--ho-teal);
      color: #ffffff !important;
      transform: translateY(-2px);
    }


    /* =========================================================
       FALLBACK
       ========================================================= */

    .homeops-area-map__fallback {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 540px;
      padding: 40px;
      color: var(--ho-muted);
      text-align: center;
      font-size: 15px;
      line-height: 1.6;
    }


    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 980px) {
      .homeops-area-map {
        padding: 76px 18px;
      }

      .homeops-area-map__header {
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .homeops-area-map__search-wrap {
        max-width: 620px;
      }

      .homeops-area-map__town-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
      }
    }

    @media (max-width: 680px) {
      .homeops-area-map {
        padding: 62px 17px;
      }

      .homeops-area-map__shell {
        min-height: 470px;
        border-radius: 18px;
      }

      #homeops-suffolk-map,
      .homeops-area-map__fallback {
        height: 470px;
        min-height: 470px;
      }

      .homeops-area-map__search-row {
        grid-template-columns: 1fr;
      }

      .homeops-area-map__town-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
      }

      .homeops-area-map__towns-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
      }

      .homeops-area-map__bottom {
        grid-template-columns: 1fr;
        padding: 24px 21px;
      }

      .homeops-area-map__btn {
        width: 100%;
      }

      .homeops-area-map__legend {
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-width: none;
      }
    }

    @media (max-width: 430px) {
      .homeops-area-map__town-grid {
        grid-template-columns: 1fr;
      }
    }
  


    .homeops-home-final-cta {
      background: linear-gradient(135deg, #1A2B34 0%, #10232d 100%);
      padding: 78px 20px;
      font-family: inherit;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    .homeops-home-final-cta::before {
      content: "";
      position: absolute;
      top: -190px;
      right: -160px;
      width: 540px;
      height: 540px;
      border-radius: 50%;
      background: rgba(4, 171, 179, 0.16);
      pointer-events: none;
      z-index: 0;
    }

    .homeops-home-final-cta::after {
      content: "";
      position: absolute;
      right: -70px;
      bottom: -42px;
      width: min(620px, 46vw);
      height: 340px;
      background-image: url("https://callhomeops.com/wp-content/uploads/homeops-van-nobg.avif");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right bottom;
      opacity: 0.11;
      pointer-events: none;
      z-index: 0;
      filter: saturate(1.08);
    }

    .homeops-home-final-cta__inner {
      max-width: 1180px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 380px;
      gap: 42px;
      align-items: center;
    }

    .homeops-home-final-cta__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 16px;
      padding: 9px 15px;
      border-radius: 999px;
      background: rgba(4, 171, 179, 0.18);
      color: #ffffff;
      font-size: 14px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.3px;
    }

    .homeops-home-final-cta h2 {
      margin: 0 0 18px;
      color: #ffffff;
      font-size: clamp(34px, 4vw, 56px);
      line-height: 1.05;
      font-weight: 950;
      letter-spacing: -1px;
      max-width: 850px;
    }

    .homeops-home-final-cta__copy {
      margin: 0;
      color: #dbe7f0;
      font-size: 18px;
      line-height: 1.75;
      max-width: 880px;
    }

    .homeops-home-final-cta__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }

    .homeops-home-final-cta__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 15px 22px;
      border-radius: 12px;
      font-size: 17px;
      font-weight: 900;
      text-decoration: none !important;
      transition: all 0.25s ease;
    }

    .homeops-home-final-cta__btn--primary {
      background: #04ABB3;
      color: #ffffff !important;
      box-shadow: 0 12px 24px rgba(4, 171, 179, 0.24);
    }

    .homeops-home-final-cta__btn--primary:hover {
      background: #DC2838;
      color: #ffffff !important;
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(220, 40, 56, 0.24);
    }

    .homeops-home-final-cta__btn--secondary {
      background: rgba(255, 255, 255, 0.10);
      color: #ffffff !important;
      border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .homeops-home-final-cta__btn--secondary:hover {
      background: #ffffff;
      color: #1A2B34 !important;
      transform: translateY(-2px);
    }

    .homeops-home-final-cta__card {
      background: rgba(255, 255, 255, 0.96);
      border-radius: 24px;
      padding: 28px;
      border-top: 6px solid #04ABB3;
      box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
      position: relative;
      overflow: hidden;
      backdrop-filter: blur(6px);
    }

    .homeops-home-final-cta__card::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      right: -80px;
      top: -80px;
      border-radius: 50%;
      background: rgba(4, 171, 179, 0.10);
      pointer-events: none;
      z-index: 0;
    }

    .homeops-home-final-cta__card-content {
      position: relative;
      z-index: 2;
    }

    .homeops-home-final-cta__card h3 {
      margin: 0 0 12px;
      color: #1A2B34;
      font-size: 26px;
      line-height: 1.15;
      font-weight: 950;
    }

    .homeops-home-final-cta__card p {
      margin: 0 0 20px;
      color: #475569;
      font-size: 16px;
      line-height: 1.65;
    }

    .homeops-home-final-cta__phone-label {
      margin: 0 0 6px !important;
      color: #64748b !important;
      font-size: 13px !important;
      line-height: 1.2 !important;
      font-weight: 900 !important;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .homeops-home-final-cta__phone {
      display: inline-block;
      color: #1A2B34 !important;
      font-size: 32px;
      line-height: 1;
      font-weight: 950;
      text-decoration: none !important;
      letter-spacing: -0.6px;
    }

    .homeops-home-final-cta__phone:hover {
      color: #04ABB3 !important;
    }

    .homeops-home-final-cta__note {
      margin: 16px 0 0 !important;
      padding-top: 16px;
      border-top: 1px solid #e2e8f0;
      color: #475569 !important;
      font-size: 15px !important;
      line-height: 1.65 !important;
      font-weight: 700;
    }

    @media (max-width: 900px) {
      .homeops-home-final-cta {
        padding: 62px 18px;
      }

      .homeops-home-final-cta::after {
        width: 440px;
        height: 250px;
        opacity: 0.07;
      }

      .homeops-home-final-cta__inner {
        grid-template-columns: 1fr;
      }

      .homeops-home-final-cta__card {
        max-width: 440px;
      }
    }

    @media (max-width: 640px) {
      .homeops-home-final-cta::after {
        display: none;
      }

      .homeops-home-final-cta__copy {
        font-size: 16px;
      }

      .homeops-home-final-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .homeops-home-final-cta__btn {
        width: 100%;
      }

      .homeops-home-final-cta__card {
        padding: 24px 20px;
      }

      .homeops-home-final-cta__phone {
        font-size: 28px;
      }
    }
  


    .homeops-home-faq {
      background: #f8fafc;
      padding: 78px 20px;
      font-family: inherit;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    .homeops-home-faq::before {
      content: "";
      position: absolute;
      top: -140px;
      right: -140px;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      background: rgba(4, 171, 179, 0.08);
      pointer-events: none;
      z-index: 0;
    }

    .homeops-home-faq::after {
      content: "";
      position: absolute;
      left: -150px;
      bottom: -160px;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: rgba(220, 40, 56, 0.06);
      pointer-events: none;
      z-index: 0;
    }

    .homeops-home-faq__inner {
      max-width: 980px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    .homeops-home-faq__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 14px;
      padding: 9px 15px;
      border-radius: 999px;
      background: rgba(4, 171, 179, 0.12);
      color: #047d83;
      font-size: 14px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.3px;
    }

    .homeops-home-faq h2 {
      margin: 0 0 16px;
      color: #1A2B34;
      font-size: clamp(32px, 3.5vw, 48px);
      line-height: 1.08;
      font-weight: 950;
      letter-spacing: -0.8px;
    }

    .homeops-home-faq__intro {
      margin: 0 0 34px;
      color: #475569;
      font-size: 18px;
      line-height: 1.75;
      max-width: 860px;
    }

    .homeops-home-faq__list {
      display: grid;
      gap: 14px;
    }

    .homeops-home-faq details {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 18px;
      overflow: hidden;
      transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    }

    .homeops-home-faq details[open] {
      border-color: rgba(4, 171, 179, 0.45);
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    }

    .homeops-home-faq summary {
      cursor: pointer;
      list-style: none;
      padding: 22px 24px;
      color: #1A2B34;
      font-size: 18px;
      line-height: 1.35;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .homeops-home-faq summary::-webkit-details-marker {
      display: none;
    }

    .homeops-home-faq summary::after {
      content: "+";
      width: 34px;
      height: 34px;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(4, 171, 179, 0.12);
      color: #04ABB3;
      font-size: 24px;
      line-height: 1;
      font-weight: 900;
      transition: transform 0.25s ease, background 0.25s ease;
    }

    .homeops-home-faq details[open] summary::after {
      content: "–";
      background: #04ABB3;
      color: #ffffff;
      transform: rotate(180deg);
    }

    .homeops-home-faq__answer {
      padding: 0 24px 24px;
      color: #475569;
      font-size: 16px;
      line-height: 1.75;
    }

    .homeops-home-faq__answer p {
      margin: 0;
    }

    .homeops-home-faq__cta {
      margin-top: 32px;
      padding: 26px 28px;
      border-radius: 22px;
      background: #1A2B34;
      color: #ffffff;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
      box-shadow: 0 18px 38px rgba(26, 43, 52, 0.16);
      position: relative;
      overflow: hidden;
    }

    .homeops-home-faq__cta::after {
      content: "";
      position: absolute;
      right: -46px;
      bottom: -34px;
      width: 290px;
      height: 160px;
      background-image: url("https://callhomeops.com/wp-content/uploads/homeops-van-nobg.avif");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right bottom;
      opacity: 0.10;
      pointer-events: none;
      z-index: 0;
    }

    .homeops-home-faq__cta p,
    .homeops-home-faq__cta a {
      position: relative;
      z-index: 2;
    }

    .homeops-home-faq__cta p {
      margin: 0;
      color: #e2e8f0;
      font-size: 17px;
      line-height: 1.7;
    }

    .homeops-home-faq__cta strong {
      color: #ffffff;
      font-weight: 950;
    }

    .homeops-home-faq__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 14px 22px;
      border-radius: 12px;
      background: #04ABB3;
      color: #ffffff !important;
      text-decoration: none !important;
      font-size: 16px;
      font-weight: 900;
      white-space: nowrap;
      transition: all 0.25s ease;
    }

    .homeops-home-faq__btn:hover {
      background: #DC2838;
      color: #ffffff !important;
      transform: translateY(-2px);
      box-shadow: 0 12px 24px rgba(220, 40, 56, 0.22);
    }

    @media (max-width: 700px) {
      .homeops-home-faq {
        padding: 62px 18px;
      }

      .homeops-home-faq__intro {
        font-size: 16px;
      }

      .homeops-home-faq summary {
        padding: 20px 18px;
        font-size: 17px;
      }

      .homeops-home-faq__answer {
        padding: 0 18px 22px;
      }

      .homeops-home-faq__cta {
        grid-template-columns: 1fr;
        padding: 24px 20px;
      }

      .homeops-home-faq__cta::after {
        display: none;
      }

      .homeops-home-faq__btn {
        width: 100%;
      }
    }
  


    .homeops-hidden-ally-trigger {
      position: fixed !important;
      width: 1px !important;
      height: 1px !important;
      opacity: 0 !important;
      pointer-events: none !important;
      left: -9999px !important;
      top: auto !important;
    }

    .homeops-mobile-contact-bar {
      display: none;
    }

    @media (max-width: 767px) {
      body {
        padding-bottom: 82px;
      }

      .homeops-mobile-contact-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 999999;
        display: grid;
        grid-template-columns: 1fr 1fr 52px;
        gap: 8px;
        padding: 8px;
        border-radius: 22px;
        background: rgba(26, 43, 52, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
      }

      .homeops-mobile-contact-bar a,
      .homeops-mobile-contact-bar button {
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 16px;
        color: #ffffff !important;
        text-decoration: none !important;
        font-size: 14px;
        line-height: 1;
        font-weight: 950;
        border: 0;
        cursor: pointer;
        font-family: inherit;
      }

      .homeops-mobile-contact-bar__call {
        background: #DC2838;
        box-shadow: 0 10px 22px rgba(220, 40, 56, 0.28);
      }

      .homeops-mobile-contact-bar__contact {
        background: #04ABB3;
        box-shadow: 0 10px 22px rgba(4, 171, 179, 0.24);
      }

      .homeops-mobile-contact-bar__accessibility {
        background: rgba(255, 255, 255, 0.13);
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        padding: 0;
      }

      .homeops-mobile-contact-bar a:hover,
      .homeops-mobile-contact-bar button:hover {
        color: #ffffff !important;
        text-decoration: none !important;
      }

      .homeops-mobile-contact-bar svg {
        width: 19px;
        height: 19px;
        fill: currentColor;
        flex: 0 0 auto;
      }

      .homeops-mobile-contact-bar__accessibility svg {
        width: 22px;
        height: 22px;
      }

      .homeops-mobile-contact-bar__small {
        display: block;
        font-size: 10px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: 0.25px;
        text-transform: uppercase;
        opacity: 0.78;
        margin-bottom: 3px;
      }

      .homeops-mobile-contact-bar__text {
        display: grid;
        gap: 0;
        text-align: left;
      }

      .homeops-mobile-contact-bar__main {
        display: block;
        font-size: 14px;
        line-height: 1;
        font-weight: 950;
      }

      .homeops-mobile-contact-bar__sr {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }
    }

    @media (max-width: 380px) {
      .homeops-mobile-contact-bar {
        left: 9px;
        right: 9px;
        bottom: 9px;
        gap: 7px;
        padding: 7px;
        border-radius: 19px;
        grid-template-columns: 1fr 1fr 48px;
      }

      .homeops-mobile-contact-bar a,
      .homeops-mobile-contact-bar button {
        min-height: 48px;
        border-radius: 14px;
        gap: 6px;
      }

      .homeops-mobile-contact-bar svg {
        width: 17px;
        height: 17px;
      }

      .homeops-mobile-contact-bar__accessibility svg {
        width: 20px;
        height: 20px;
      }

      .homeops-mobile-contact-bar__main {
        font-size: 13px;
      }

      .homeops-mobile-contact-bar__small {
        font-size: 9px;
      }
    }
  

/* =========================================================
   HOMEOPS PHASE 2 — COMPANY PAGE
   ========================================================= */

body.page-id-354 .elementor-element-3248ba4,
body.page-id-354 .elementor-element-9e49a83,
body.page-id-354 .elementor-element-f378831,
body.page-id-354 .elementor-element-a87ba90 {
  display: none !important;
}

.homeops-company {
  --hop-navy: #1a2b34;
  --hop-navy-deep: #10232d;
  --hop-teal: #04abb3;
  --hop-yellow: #f4f334;
  --hop-red: #dc2838;
  --hop-ink: #26363e;
  --hop-muted: #5e6b72;
  --hop-soft: #f6f8f9;
  color: var(--hop-ink);
  font-family: Roboto, sans-serif;
  overflow: hidden;
}

.homeops-company h1,
.homeops-company h2,
.homeops-company h3 {
  color: var(--hop-navy);
  font-family: Kanit, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 0;
}

.homeops-company p { line-height: 1.72; }
.homeops-company-shell { margin: 0 auto; max-width: 1180px; width: 100%; }
.homeops-company-eyebrow {
  color: var(--hop-teal);
  display: block;
  font-family: Kanit, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .13em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.homeops-company-section-head { margin-bottom: 38px; max-width: 760px; }
.homeops-company-section-head h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.homeops-company-section-head p { color: var(--hop-muted); font-size: 1.08rem; margin: 18px 0 0; }

.homeops-company-values,
.homeops-company-area { background: #fff; padding: 92px 24px; }

.homeops-company-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homeops-company-card {
  background: var(--hop-soft);
  border: 1px solid #dfe7ea;
  border-radius: 20px;
  min-height: 250px;
  padding: 30px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.homeops-company-card:hover { box-shadow: 0 18px 40px rgba(26,43,52,.12); transform: translateY(-4px); }
.homeops-company-card > span { color: var(--hop-teal); font-family: Kanit, sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .12em; }
.homeops-company-card h3 { font-size: 1.45rem; margin-top: 36px; }
.homeops-company-card p { color: var(--hop-muted); margin: 14px 0 0; }

.homeops-company-services {
  background: linear-gradient(135deg, var(--hop-navy) 0%, var(--hop-navy-deep) 100%);
  padding: 92px 24px;
}

.homeops-company-section-head--light h2,
.homeops-company-section-head--light p { color: #fff; }
.homeops-company-section-head--light p { opacity: .82; }

.homeops-company-service-links {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homeops-company-service-links a {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 154px;
  padding: 25px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}

.homeops-company-service-links a:hover { background: rgba(4,171,179,.15); border-color: var(--hop-teal); }
.homeops-company-service-links strong { font-family: Kanit, sans-serif; font-size: 1.28rem; }
.homeops-company-service-links span { color: rgba(255,255,255,.76); line-height: 1.5; }

.homeops-company-area { background: var(--hop-soft); }
.homeops-company-area__grid { align-items: center; display: grid; gap: 72px; grid-template-columns: 1.05fr .95fr; }
.homeops-company-area h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.homeops-company-area p { color: var(--hop-muted); font-size: 1.06rem; }
.homeops-company-link { color: var(--hop-navy); display: inline-block; font-weight: 700; margin-top: 10px; text-decoration: none; }
.homeops-company-link:hover { color: var(--hop-teal); }

.homeops-company-town-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.homeops-company-town-grid a {
  background: #fff;
  border: 1px solid #dce5e8;
  border-radius: 12px;
  color: var(--hop-navy);
  font-family: Kanit, sans-serif;
  font-weight: 600;
  padding: 19px 18px;
  text-decoration: none;
}
.homeops-company-town-grid a:hover { border-color: var(--hop-teal); color: var(--hop-teal); }

.homeops-company-cta { background: var(--hop-yellow); padding: 66px 24px; }
.homeops-company-cta__inner { align-items: center; display: flex; gap: 52px; justify-content: space-between; }
.homeops-company-cta__inner > div:first-child { max-width: 720px; }
.homeops-company-cta h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.homeops-company-cta p { margin-bottom: 0; }
.homeops-company-cta__actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; min-width: 245px; }
.homeops-company-cta__actions a {
  background: var(--hop-navy);
  border: 2px solid var(--hop-navy);
  border-radius: 11px;
  color: #fff;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
}
.homeops-company-cta__actions a:last-child { background: transparent; color: var(--hop-navy); }

@media (max-width: 960px) {
  .homeops-company-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homeops-company-service-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homeops-company-area__grid { gap: 44px; grid-template-columns: 1fr; }
  .homeops-company-cta__inner { align-items: flex-start; flex-direction: column; }
  .homeops-company-cta__actions { flex-direction: row; width: 100%; }
  .homeops-company-cta__actions a { flex: 1; }
}

@media (max-width: 680px) {
  .homeops-company-values,
  .homeops-company-services,
  .homeops-company-area { padding: 66px 20px; }
  .homeops-company-card-grid,
  .homeops-company-service-links,
  .homeops-company-town-grid { grid-template-columns: 1fr; }
  .homeops-company-card { min-height: 0; }
  .homeops-company-card h3 { margin-top: 22px; }
  .homeops-company-cta { padding: 52px 20px; }
  .homeops-company-cta__actions { flex-direction: column; }
}

/* =========================================================
   HOMEOPS PHASE 2 — EMERGENCY ELECTRICIAN PAGE
   ========================================================= */
.homeops-emergency { --he-navy:#1a2b34;--he-deep:#10232d;--he-teal:#04abb3;--he-yellow:#f4f334;--he-red:#dc2838;--he-ink:#2a3941;--he-muted:#5f6d74;color:var(--he-ink);font-family:Roboto,sans-serif;overflow:hidden; }
.homeops-emergency-page .page-header{display:none}.homeops-emergency-page .site-main{max-width:none!important;padding:0!important}.homeops-emergency-page .page-content{margin:0!important}
.homeops-emergency *,.homeops-emergency *::before,.homeops-emergency *::after{box-sizing:border-box}.homeops-emergency h1,.homeops-emergency h2,.homeops-emergency h3{font-family:Kanit,sans-serif;letter-spacing:-.025em;line-height:1.04;margin:0}.homeops-emergency p{line-height:1.72}.homeops-emergency-shell{margin:0 auto;max-width:1180px;width:100%}.homeops-emergency-eyebrow{color:var(--he-teal);display:block;font-family:Kanit,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.13em;margin-bottom:14px;text-transform:uppercase}
.homeops-emergency-hero{background:radial-gradient(circle at 88% 15%,rgba(4,171,179,.20),transparent 28%),linear-gradient(135deg,var(--he-navy),var(--he-deep));color:#fff;padding:104px 24px 84px}.homeops-emergency-hero__grid{align-items:center;display:grid;gap:64px;grid-template-columns:1.35fr .65fr}.homeops-emergency-hero h1{color:#fff;font-size:clamp(3rem,6vw,5.8rem);max-width:900px}.homeops-emergency-hero__lead{color:rgba(255,255,255,.83);font-size:1.16rem;max-width:760px}.homeops-emergency-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.homeops-emergency-btn{border:2px solid rgba(255,255,255,.35);border-radius:11px;color:#fff;font-weight:700;padding:15px 21px;text-decoration:none}.homeops-emergency-btn--call{background:var(--he-red);border-color:var(--he-red)}.homeops-emergency-btn:hover{color:#fff;transform:translateY(-1px)}.homeops-emergency-proof{display:flex;flex-wrap:wrap;gap:10px 24px;list-style:none;margin:28px 0 0;padding:0}.homeops-emergency-proof li{color:rgba(255,255,255,.78);font-size:.92rem}.homeops-emergency-proof li::before{color:var(--he-teal);content:'✓';font-weight:800;margin-right:8px}.homeops-emergency-alert{background:#fff;border-left:6px solid var(--he-yellow);border-radius:18px;color:var(--he-ink);padding:30px}.homeops-emergency-alert strong{color:var(--he-red);display:block;font-family:Kanit,sans-serif;font-size:1.5rem}.homeops-emergency-alert p{margin-bottom:0}
.homeops-emergency-section{background:#fff;padding:90px 24px}.homeops-emergency-section--soft{background:#f6f8f9}.homeops-emergency-heading{margin-bottom:38px;max-width:820px}.homeops-emergency-heading h2,.homeops-emergency-split h2{color:var(--he-navy);font-size:clamp(2.1rem,4vw,3.5rem)}.homeops-emergency-heading>p,.homeops-emergency-split>div>p{color:var(--he-muted);font-size:1.06rem}.homeops-emergency-card-grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.homeops-emergency-card-grid article{background:#f6f8f9;border:1px solid #dde6e9;border-radius:18px;padding:28px}.homeops-emergency-card-grid article>span{color:var(--he-red);font-family:Kanit,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.12em}.homeops-emergency-card-grid h3{color:var(--he-navy);font-size:1.4rem;margin-top:26px}.homeops-emergency-card-grid p{color:var(--he-muted);margin-bottom:0}
.homeops-emergency-section--dark{background:linear-gradient(135deg,var(--he-navy),var(--he-deep));color:#fff}.homeops-emergency-section--dark h2{color:#fff}.homeops-emergency-section--dark .homeops-emergency-split>div>p{color:rgba(255,255,255,.78)}.homeops-emergency-split{align-items:start;display:grid;gap:68px;grid-template-columns:1.1fr .9fr}.homeops-emergency-split--reverse{grid-template-columns:1fr 1fr}.homeops-emergency-steps{display:grid;gap:14px;list-style:none;margin:34px 0 0;padding:0}.homeops-emergency-steps li{align-items:start;border-top:1px solid rgba(255,255,255,.13);display:grid;gap:5px 18px;grid-template-columns:210px 1fr;padding-top:14px}.homeops-emergency-steps span{color:rgba(255,255,255,.7)}.homeops-emergency-panel-note{background:#fff;border-radius:18px;color:var(--he-ink);padding:32px}.homeops-emergency-panel-note h3{color:var(--he-navy);font-size:1.65rem}.homeops-emergency-timeline{display:grid;gap:14px}.homeops-emergency-timeline>div{align-items:center;background:#f6f8f9;border-radius:14px;display:grid;gap:16px;grid-template-columns:48px 1fr;padding:18px}.homeops-emergency-timeline strong{align-items:center;background:var(--he-teal);border-radius:50%;color:#fff;display:flex;height:42px;justify-content:center;width:42px}.homeops-emergency-timeline span{color:var(--he-muted);display:grid;gap:4px}.homeops-emergency-timeline b{color:var(--he-navy);font-family:Kanit,sans-serif;font-size:1.08rem}
.homeops-emergency-copy-columns{display:grid;gap:26px;grid-template-columns:repeat(2,minmax(0,1fr))}.homeops-emergency-copy-columns>div{background:#fff;border:1px solid #dde6e9;border-radius:18px;padding:30px}.homeops-emergency-copy-columns h3{color:var(--he-navy);font-size:1.5rem}.homeops-emergency-town-links{display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))}.homeops-emergency-town-links a{border:1px solid #dce5e8;border-radius:11px;color:var(--he-navy);font-family:Kanit,sans-serif;font-weight:600;padding:17px 12px;text-align:center;text-decoration:none}.homeops-emergency-town-links a:hover{border-color:var(--he-teal);color:var(--he-teal)}.homeops-emergency-section--faq{background:#f6f8f9}.homeops-emergency-faq{max-width:940px}.homeops-emergency-faq details{background:#fff;border:1px solid #dce5e8;border-radius:13px;margin-top:12px;padding:0 22px}.homeops-emergency-faq summary{color:var(--he-navy);cursor:pointer;font-family:Kanit,sans-serif;font-size:1.12rem;font-weight:600;padding:19px 32px 19px 0;position:relative}.homeops-emergency-faq summary::after{color:var(--he-teal);content:'+';font-size:1.7rem;position:absolute;right:0;top:12px}.homeops-emergency-faq details[open] summary::after{content:'–'}.homeops-emergency-faq details p{color:var(--he-muted);margin:0 0 20px}
.homeops-emergency-final{background:var(--he-yellow);padding:64px 24px}.homeops-emergency-final__inner{align-items:center;display:flex;gap:40px;justify-content:space-between}.homeops-emergency-final h2{color:var(--he-navy);font-size:clamp(2.1rem,4vw,3.4rem)}.homeops-emergency-final p{margin-bottom:0}.homeops-emergency-final__inner>a{background:var(--he-navy);border-radius:12px;color:#fff;flex:0 0 auto;font-family:Kanit,sans-serif;font-size:1.35rem;font-weight:700;padding:17px 24px;text-decoration:none}
@media(max-width:960px){.homeops-emergency-hero__grid,.homeops-emergency-split,.homeops-emergency-split--reverse{grid-template-columns:1fr}.homeops-emergency-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homeops-emergency-town-links{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.homeops-emergency-hero{padding:76px 20px 62px}.homeops-emergency-hero h1{font-size:clamp(2.7rem,14vw,4rem)}.homeops-emergency-section{padding:66px 20px}.homeops-emergency-card-grid,.homeops-emergency-copy-columns,.homeops-emergency-town-links{grid-template-columns:1fr}.homeops-emergency-steps li{grid-template-columns:1fr}.homeops-emergency-final__inner{align-items:flex-start;flex-direction:column}}

/* REVIEWS PAGE INTRO */
body.page-id-366 .elementor-element-f574fe5{display:none!important}.homeops-reviews-intro{background:radial-gradient(circle at 88% 12%,rgba(4,171,179,.18),transparent 30%),linear-gradient(135deg,#1a2b34,#10232d);color:#fff;padding:96px 24px}.homeops-reviews-intro__inner{margin:0 auto;max-width:1120px}.homeops-reviews-intro__inner>span{color:#04abb3;font-family:Kanit,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.homeops-reviews-intro h1{color:#fff;font-family:Kanit,sans-serif;font-size:clamp(2.8rem,6vw,5.5rem);letter-spacing:-.035em;line-height:1.02;margin:15px 0 20px;max-width:980px}.homeops-reviews-intro p{color:rgba(255,255,255,.8);font-size:1.14rem;line-height:1.7;max-width:760px}.homeops-reviews-intro__inner>div{display:flex;flex-wrap:wrap;gap:10px 26px;margin:28px 0}.homeops-reviews-intro__inner>div>*{font-style:normal}.homeops-reviews-intro__inner>a{background:#dc2838;border-radius:11px;color:#fff;display:inline-block;font-weight:700;padding:15px 22px;text-decoration:none}

/* CONSOLIDATED PANEL INSTALLATION / REPAIR CONTENT */
.homeops-panel-merge{background:#f6f8f9;color:#2a3941;font-family:Roboto,sans-serif;padding:92px 24px}.homeops-panel-merge *{box-sizing:border-box}.homeops-panel-merge__inner{margin:0 auto;max-width:1140px}.homeops-panel-merge h2{color:#1a2b34;font-family:Kanit,sans-serif;letter-spacing:-.025em;line-height:1.05;margin:0}.homeops-panel-merge p,.homeops-panel-merge li{line-height:1.72}.homeops-panel-merge__inner>header{max-width:850px}.homeops-panel-merge__inner>header>span,.homeops-panel-merge__section>div:first-child>span,.homeops-panel-merge footer span{color:#04abb3;font-family:Kanit,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.homeops-panel-merge__inner>header h2{font-size:clamp(2.2rem,4vw,3.6rem);margin:14px 0 18px}.homeops-panel-merge__section{background:#fff;border:1px solid #dce5e8;border-radius:20px;display:grid;gap:52px;grid-template-columns:.75fr 1.25fr;margin-top:28px;padding:38px}.homeops-panel-merge__section h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-top:12px}.homeops-panel-merge__section p:first-child{margin-top:0}.homeops-panel-merge__decision{margin-top:64px}.homeops-panel-merge__decision>h2{font-size:clamp(2rem,3.5vw,3rem);margin-bottom:24px}.homeops-panel-merge__decision>div{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.homeops-panel-merge__decision section{background:#1a2b34;border-radius:16px;color:#fff;padding:26px}.homeops-panel-merge__decision strong{color:#f4f334;font-family:Kanit,sans-serif;font-size:1.15rem}.homeops-panel-merge__decision ul{margin:15px 0 0;padding-left:20px}.homeops-panel-merge footer{align-items:center;background:#fff;border-left:6px solid #04abb3;border-radius:16px;display:flex;gap:42px;justify-content:space-between;margin-top:54px;padding:30px}.homeops-panel-merge footer h2{font-size:clamp(1.8rem,3vw,2.7rem);margin-top:8px}.homeops-panel-merge footer p{margin-bottom:0}.homeops-panel-merge footer>a{background:#dc2838;border-radius:11px;color:#fff;flex:0 0 auto;font-weight:700;padding:15px 21px;text-decoration:none}
@media(max-width:800px){.homeops-panel-merge__section,.homeops-panel-merge__decision>div{grid-template-columns:1fr}.homeops-panel-merge footer{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.homeops-panel-merge{padding:66px 20px}.homeops-panel-merge__section{padding:26px}}


.homeops-company .homeops-hero h1{color:#fff!important}

/* ARTICLE REVIEWER ATTRIBUTION */
.homeops-reviewer-card{align-items:center;background:#f6f8f9;border:1px solid #dce5e8;border-left:5px solid #04abb3;border-radius:15px;display:flex;gap:18px;margin:0 0 34px;padding:20px 22px}.homeops-reviewer-card img{border-radius:50%;height:76px;object-fit:cover;width:76px}.homeops-reviewer-card>div{display:grid;gap:3px}.homeops-reviewer-card span{color:#5f6d74;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.homeops-reviewer-card a{color:#1a2b34;font-family:Kanit,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.1;text-decoration:none}.homeops-reviewer-card a:hover{color:#04abb3}.homeops-reviewer-card p{color:#5f6d74;font-size:.92rem;line-height:1.45;margin:0}@media(max-width:560px){.homeops-reviewer-card{align-items:flex-start}.homeops-reviewer-card img{height:62px;width:62px}.homeops-reviewer-card a{font-size:1.2rem}}


/* MODERN SINGLE POST SIDEBAR */
.elementor-10930 .elementor-element-333f8cf>.e-con-inner{gap:36px}
.elementor-10930 .elementor-element-2231e42{flex:1 1 0!important;min-width:0}
.elementor-10930 .elementor-element-27c1b0a{align-self:flex-start;background:transparent!important;display:flex;flex:0 0 310px!important;flex-direction:column;gap:18px!important;padding:0!important;position:sticky;top:96px;width:310px!important}
.elementor-10930 .elementor-element-723ce32{margin:0!important;width:100%}
.elementor-10930 .elementor-element-5e400e6,.elementor-10930 .elementor-element-133e0ce{display:none!important}
.homeops-post-sidebar{display:grid;gap:18px;font-family:Roboto,sans-serif;width:100%}
.homeops-post-sidebar *{box-sizing:border-box}
.homeops-post-sidebar__help{background:radial-gradient(circle at 90% 0,rgba(4,171,179,.26),transparent 36%),#1a2b34;border:1px solid rgba(255,255,255,.09);border-radius:22px;box-shadow:0 20px 45px rgba(17,35,45,.18);color:#fff;overflow:hidden;padding:26px}
.homeops-post-sidebar__eyebrow{color:#51d1d7!important;font-family:Kanit,sans-serif;font-size:.74rem!important;font-weight:700;letter-spacing:.11em;line-height:1.4;margin:0 0 11px!important;text-transform:uppercase}
.homeops-post-sidebar h2{color:#fff!important;font-family:Kanit,sans-serif;font-size:1.8rem!important;letter-spacing:-.025em;line-height:1.06;margin:0 0 14px!important}
.homeops-post-sidebar__help>p:not(.homeops-post-sidebar__eyebrow){color:rgba(255,255,255,.78)!important;font-size:.96rem;line-height:1.62;margin:0!important}
.homeops-post-sidebar__proof{display:grid;gap:9px;list-style:none;margin:21px 0 24px!important;padding:0!important}
.homeops-post-sidebar__proof li{color:#fff;font-size:.9rem;font-weight:600;line-height:1.35;padding-left:24px;position:relative}
.homeops-post-sidebar__proof li::before{background:#04abb3;border-radius:50%;box-shadow:0 0 0 4px rgba(4,171,179,.16);content:"";height:8px;left:3px;position:absolute;top:.38em;width:8px}
.homeops-post-sidebar__actions{display:grid;gap:10px}
.homeops-post-sidebar__call,.homeops-post-sidebar__request{border-radius:12px;display:flex;font-family:Kanit,sans-serif;font-weight:700;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.homeops-post-sidebar__call{align-items:flex-start;background:#04abb3;color:#10232d!important;flex-direction:column;gap:2px;padding:13px 16px}
.homeops-post-sidebar__call span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.homeops-post-sidebar__call strong{font-size:1.14rem;line-height:1.2}
.homeops-post-sidebar__request{align-items:center;background:#fff;color:#1a2b34!important;justify-content:space-between;padding:13px 16px}
.homeops-post-sidebar__request span{color:#04abb3;font-size:1.25rem}
.homeops-post-sidebar__call:hover,.homeops-post-sidebar__request:hover{box-shadow:0 10px 24px rgba(0,0,0,.2);transform:translateY(-2px)}
.homeops-post-sidebar__services{background:#fff;border:1px solid #dce5e8;border-radius:18px;box-shadow:0 14px 34px rgba(26,43,52,.08);display:grid;overflow:hidden;padding:22px}
.homeops-post-sidebar__services .homeops-post-sidebar__eyebrow{color:#078b92!important;margin-bottom:9px!important}
.homeops-post-sidebar__services>a{align-items:center;border-top:1px solid #e6ecee;color:#1a2b34!important;display:flex;font-family:Kanit,sans-serif;font-size:1rem;font-weight:650;justify-content:space-between;padding:13px 2px;text-decoration:none!important}
.homeops-post-sidebar__services>a span{color:#04abb3;transition:transform .2s ease}
.homeops-post-sidebar__services>a:hover{color:#078b92!important}
.homeops-post-sidebar__services>a:hover span{transform:translateX(3px)}
.elementor-10930 .elementor-element-01ab689{background:#fff;border:1px solid #dce5e8;border-radius:18px;box-shadow:0 14px 34px rgba(26,43,52,.08);margin:0!important;overflow:hidden;padding:22px;width:100%}
.elementor-10930 .elementor-element-01ab689::before{color:#078b92;content:"More helpful reads";display:block;font-family:Kanit,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.1em;margin-bottom:14px;text-transform:uppercase}
.elementor-10930 .elementor-element-01ab689 .elementor-posts-container{display:block!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post{align-items:center;border-top:1px solid #e6ecee!important;display:grid!important;gap:13px;grid-template-columns:68px minmax(0,1fr);padding:14px 0!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post:first-child{border-top:0!important;padding-top:0!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post__thumbnail__link{margin:0!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post__thumbnail{border-radius:10px;height:68px!important;overflow:hidden;padding:0!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post__thumbnail img{height:100%!important;object-fit:cover;position:static!important;transform:none!important;width:100%!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post__title{font-family:Kanit,sans-serif;font-size:.94rem!important;line-height:1.24;margin:0!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post__title a{color:#1a2b34!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post__title a:hover{color:#078b92!important}
.elementor-10930 .elementor-element-01ab689 .elementor-post__read-more{color:#078b92!important;font-size:.75rem;font-weight:700;margin-top:6px}
.elementor-10930 .elementor-element-01ab689 .elementor-pagination{display:none!important}
@media(max-width:1024px){.elementor-10930 .elementor-element-333f8cf>.e-con-inner{flex-direction:column!important}.elementor-10930 .elementor-element-27c1b0a{align-self:stretch;flex:1 1 auto!important;position:static;width:100%!important}.homeops-post-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-10930 .elementor-element-01ab689 .elementor-posts-container{display:grid!important;gap:0 22px;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.elementor-10930 .elementor-element-333f8cf>.e-con-inner{gap:26px}.homeops-post-sidebar{grid-template-columns:1fr}.homeops-post-sidebar__help{padding:24px}.homeops-post-sidebar h2{font-size:1.7rem!important}.elementor-10930 .elementor-element-01ab689 .elementor-posts-container{display:block!important}}
@media(prefers-reduced-motion:reduce){.homeops-post-sidebar__call,.homeops-post-sidebar__request,.homeops-post-sidebar__services>a span{transition:none}}


/* MODERN SINGLE POST HEADER */
.elementor-10930 .elementor-element-a1ad635{background:radial-gradient(circle at 78% 18%,rgba(4,171,179,.22),transparent 31%),linear-gradient(135deg,#1a2b34 0%,#10232d 100%)!important;min-height:0!important;overflow:hidden;padding:64px 24px!important}
.elementor-10930 .elementor-element-a1ad635>.elementor-container{align-items:center!important;display:flex;gap:58px;max-width:1180px!important;min-height:0!important;width:100%}
.elementor-10930 .elementor-element-28e16fe{width:57%!important}
.elementor-10930 .elementor-element-28e16fe>.elementor-widget-wrap{align-content:center;background:transparent!important;padding:0!important}
.elementor-10930 .elementor-element-ef425d4{position:relative;width:43%!important}
.elementor-10930 .elementor-element-ef425d4::before{border:1px solid rgba(81,209,215,.34);border-radius:28px;content:"";inset:18px -18px -18px 18px;pointer-events:none;position:absolute}
.elementor-10930 .elementor-element-ef425d4>.elementor-widget-wrap{align-content:center;padding:0!important}
.elementor-10930 .elementor-element-9d6e12a{margin:0!important;position:relative;width:100%;z-index:1}
.elementor-10930 .elementor-element-9d6e12a img{border-radius:24px;box-shadow:0 28px 65px rgba(0,0,0,.34);display:block;height:400px!important;object-fit:cover;width:100%!important}
.elementor-10930 .elementor-element-e6966ad{margin:0 0 24px!important}
.elementor-10930 .elementor-element-e6966ad .elementor-button{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#51d1d7!important;font-family:Kanit,sans-serif;font-size:0!important;font-weight:700;letter-spacing:.09em;padding:10px 14px!important;text-transform:uppercase;transition:background .2s ease,border-color .2s ease,transform .2s ease}
.elementor-10930 .elementor-element-e6966ad .elementor-button-text::before{content:"←  All resources";font-size:.76rem}
.elementor-10930 .elementor-element-e6966ad .elementor-button:hover{background:rgba(4,171,179,.16)!important;border-color:rgba(81,209,215,.58);transform:translateY(-2px)}
.elementor-10930 .elementor-element-35311bf{margin:0 0 22px!important}
.elementor-10930 .elementor-element-35311bf h1{color:#fff!important;font-family:Kanit,sans-serif;font-size:clamp(2.75rem,4vw,3.55rem)!important;letter-spacing:-.035em;line-height:1.02!important;margin:0;max-width:690px;text-wrap:balance}
.elementor-10930 .elementor-element-6c0c5d7{display:none!important}
.elementor-10930 .elementor-element-23d49ef{margin:0!important;width:auto}
.elementor-10930 .elementor-element-23d49ef .elementor-widget-container{display:flex}
.elementor-10930 .elementor-element-23d49ef .elementor-post-info{margin:0!important;padding:0!important}
.elementor-10930 .elementor-element-23d49ef .elementor-icon-list-item{align-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:999px;display:inline-flex;gap:9px;margin:0!important;padding:8px 13px!important}
.elementor-10930 .elementor-element-23d49ef .elementor-icon-list-item::before{background:#04abb3;border-radius:50%;box-shadow:0 0 0 4px rgba(4,171,179,.14);content:"";height:7px;width:7px}
.elementor-10930 .elementor-element-23d49ef time{color:rgba(255,255,255,.78)!important;font-family:Roboto,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.02em}
@media(max-width:900px){.elementor-10930 .elementor-element-a1ad635{padding:54px 24px 62px!important}.elementor-10930 .elementor-element-a1ad635>.elementor-container{align-items:stretch!important;flex-direction:column;gap:38px}.elementor-10930 .elementor-element-28e16fe,.elementor-10930 .elementor-element-ef425d4{width:100%!important}.elementor-10930 .elementor-element-35311bf h1{max-width:820px}.elementor-10930 .elementor-element-9d6e12a img{height:min(56vw,420px)!important}.elementor-10930 .elementor-element-ef425d4::before{inset:14px -12px -14px 14px}}
@media(max-width:767px){.elementor-10930 .elementor-element-a1ad635{padding:44px 20px 54px!important}.elementor-10930 .elementor-element-a1ad635>.elementor-container{gap:30px}.elementor-10930 .elementor-element-e6966ad{margin-bottom:19px!important}.elementor-10930 .elementor-element-35311bf{margin-bottom:18px!important}.elementor-10930 .elementor-element-35311bf h1{font-size:clamp(2.3rem,10.5vw,3rem)!important;line-height:1.04!important}.elementor-10930 .elementor-element-9d6e12a img{border-radius:18px;height:270px!important}.elementor-10930 .elementor-element-ef425d4::before{border-radius:21px;inset:10px -8px -10px 10px}}
@media(prefers-reduced-motion:reduce){.elementor-10930 .elementor-element-e6966ad .elementor-button{transition:none}}

/* SINGLE POST HEADER IMAGE WIDTH FIX */
.elementor-10930 .elementor-element-ef425d4>.elementor-widget-wrap{margin:0!important;width:100%!important}
.elementor-10930 .elementor-element-9d6e12a{align-self:stretch!important;max-width:100%!important;width:100%!important}
.elementor-10930 .elementor-element-9d6e12a .elementor-widget-container{margin:0!important;max-width:100%!important;width:100%!important}

/* HomeOps saved-HTML location pages — 2026-09-14. Page styles live here, not in page bodies. */
.homeops-location.ho26{--ho26-ink:#1a2b34;--ho26-teal:#04777e;--ho26-accent:#04abb3;--ho26-red:#c51f33;--ho26-soft:#f1f7f7;color:var(--ho26-ink);background:#fff;font-family:inherit;line-height:1.65;width:100%;max-width:1200px;margin:0 auto;padding:24px 28px 64px;box-sizing:border-box}
.ho26 *{box-sizing:border-box}.ho26 h1,.ho26 h2,.ho26 h3{color:var(--ho26-ink);font-family:inherit;font-weight:750;line-height:1.18;margin:0 0 20px;letter-spacing:-.025em}.ho26 h1{font-size:clamp(34px,4.4vw,57px)}.ho26 h2{font-size:clamp(27px,3vw,36px)}.ho26 h3{font-size:22px}.ho26 p{margin:0 0 18px;font-size:17px}.ho26 a{color:var(--ho26-teal);text-decoration:underline;text-underline-offset:3px}.ho26 a:hover{color:#015258}.ho26 a:focus-visible,.ho26 button:focus-visible,.ho26 summary:focus-visible,.ho26 [tabindex]:focus-visible{outline:3px solid #04777e;outline-offset:5px}.ho26 .ho26-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;font-size:14px;margin-bottom:28px}.ho26 .ho26-hero{display:grid;grid-template-columns:1.5fr 1fr;gap:38px;padding:42px;background:linear-gradient(120deg,#f1f7f7,#fff);border:1px solid #d9e7e8;border-radius:22px}.ho26 .ho26-eyebrow{font-size:13px;line-height:1.5;letter-spacing:.1em;text-transform:uppercase;font-weight:750;color:var(--ho26-teal);margin-bottom:14px}.ho26 .ho26-lead{font-size:19px;line-height:1.65}.ho26 .ho26-plan{padding:27px;background:#fff;border-top:5px solid var(--ho26-accent);border-radius:14px;box-shadow:0 8px 28px #1a2b3410;align-self:start}.ho26 .ho26-plan h2{font-size:24px}.ho26 .ho26-plan ul{padding-left:20px;margin:0 0 18px}.ho26 .ho26-plan p{font-size:14px;margin:0}.ho26 .ho26-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.ho26 .ho26-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:2px solid var(--ho26-red);border-radius:9px;background:var(--ho26-red);color:#fff;font-weight:700;font-size:16px;line-height:1.4;text-decoration:none;text-align:center}.ho26 .ho26-button:hover{background:#9e1627;border-color:#9e1627;color:#fff}.ho26 .ho26-button-secondary{background:#fff;color:var(--ho26-ink);border-color:#b7ccce}.ho26 .ho26-button-secondary:hover{background:#e4f3f3;color:var(--ho26-ink);border-color:#04777e}.ho26 .ho26-section{padding:42px 0;border-bottom:1px solid #dbe6e7}.ho26 .ho26-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:26px 0}.ho26 .ho26-card{background:var(--ho26-soft);border:1px solid #dbe6e7;border-radius:14px;padding:24px}.ho26 .ho26-card h3 a{text-decoration:none}.ho26 .ho26-card h3 a:hover{text-decoration:underline}.ho26 .ho26-card p{font-size:16px;margin-bottom:0}.ho26 .ho26-related{font-size:15px;line-height:1.9;margin:20px 0}.ho26 .ho26-faq details{border:1px solid #dbe6e7;border-radius:9px;padding:18px 20px;margin:12px 0}.ho26 .ho26-faq summary{cursor:pointer;font-weight:700;line-height:1.5}.ho26 .ho26-faq details p{padding-top:18px;margin:0}.ho26 .ho26-nearby ul{list-style:none;padding:0;display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.ho26 .ho26-nearby li a{display:block;padding:10px 16px;background:var(--ho26-soft);border:1px solid #c5dcdc;border-radius:8px}.ho26 .ho26-cta{padding:34px;background:var(--ho26-soft);border-radius:16px;margin-top:36px}.ho26 .ho26-cta h2{font-size:30px}.ho26 .ho26-cta p{margin-bottom:0}
@media(max-width:900px){.ho26 .ho26-hero{grid-template-columns:1fr;padding:30px;gap:26px}.ho26 .ho26-grid{grid-template-columns:1fr}.ho26 .ho26-plan ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 25px}.ho26 .ho26-review-heading{flex-direction:column}.ho26 .ho26-rating{flex-basis:auto;width:100%;max-width:300px}.ho26 .ho26-review-card{flex-basis:85%}}
@media(max-width:600px){.homeops-location.ho26{padding:18px 16px 36px}.ho26 .ho26-hero{padding:25px 20px;border-radius:15px}.ho26 .ho26-plan{padding:20px}.ho26 .ho26-plan ul{display:block}.ho26 .ho26-actions{flex-direction:column}.ho26 .ho26-button{width:100%}.ho26 .ho26-section{padding:32px 0}.ho26 .ho26-reviews{padding:25px 18px;border-radius:14px;margin:30px 0}.ho26 .ho26-review-card{flex-basis:94%;padding:20px}.ho26 .ho26-cta{padding:25px 20px}.ho26 .ho26-nearby ul{gap:8px}.ho26 .ho26-review-controls{justify-content:space-between}}
@media(prefers-reduced-motion:reduce){.ho26 *{scroll-behavior:auto!important}}

/* Restore the existing location review header while pages migrate to saved HTML. */

    .homeops-reviews-topper {
      padding: 44px 24px 22px;
      font-family: inherit;
      position: relative;
      z-index: 2;
    }
    .homeops-reviews-topper__inner {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 300px;
      gap: 32px;
      align-items: center;
    }
    .homeops-reviews-topper__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 12px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(4, 171, 179, 0.16);
      color: #ffffff;
      font-size: 14px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: 0.2px;
    }
    .homeops-reviews-topper__eyebrow-star {
      color: #FDBA3B;
      font-size: 15px;
      line-height: 1;
    }
    .homeops-reviews-topper h2 {
      margin: 0 0 12px;
      color: #ffffff;
      font-size: clamp(34px, 4vw, 52px);
      line-height: 1.02;
      font-weight: 900;
      letter-spacing: -1.2px;
      max-width: 850px;
    }
    .homeops-reviews-topper__copy {
      margin: 0;
      max-width: 860px;
      color: #dbe7f0;
      font-size: 17px;
      line-height: 1.65;
    }
    .homeops-reviews-topper__trust-row {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .homeops-reviews-topper__trust-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 13px;
      border-radius: 999px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      backdrop-filter: blur(4px);
    }
    .homeops-reviews-topper__check {
      color: #04ABB3;
      font-weight: 900;
      font-size: 15px;
      line-height: 1;
    }
    .homeops-reviews-topper__badge-wrap {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      background: transparent !important;
      padding: 0;
      border: 0;
      box-shadow: none;
    }
    .homeops-reviews-topper__badge-wrap * {
      max-width: 100%;
    }
    @media (max-width: 980px) {
      .homeops-reviews-topper {
        padding: 42px 20px 20px;
      }
      .homeops-reviews-topper__inner {
        grid-template-columns: 1fr;
        gap: 22px;
      }
      .homeops-reviews-topper__badge-wrap {
        justify-content: flex-start;
      }
    }
    @media (max-width: 640px) {
      .homeops-reviews-topper h2 {
        font-size: 36px;
        line-height: 1.04;
      }
      .homeops-reviews-topper__copy {
        font-size: 16px;
        line-height: 1.65;
      }
      .homeops-reviews-topper__trust-row {
        display: grid;
        grid-template-columns: 1fr;
      }
      .homeops-reviews-topper__trust-item {
        border-radius: 14px;
      }
    }
  

/* Location pages use the existing Rich Plugins slider and Google badge. */
.ho26 .ho26-native-reviews{background:#1a2b34;color:#fff;padding:36px;border-radius:20px;margin:40px 0;overflow:hidden}
.ho26 .ho26-native-review-heading{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:28px;align-items:center;margin-bottom:24px}
.ho26 .ho26-native-review-heading h2{color:#fff}.ho26 .ho26-native-review-heading p{color:#e0eef0}.ho26 .ho26-native-review-heading .ho26-eyebrow{color:#6ce1e5}
.ho26 .ho26-native-badge>p{font-size:13px;margin:0 0 8px;text-align:center}.ho26 .ho26-native-badge .homeops-custom-rating-badge{max-width:100%;min-width:0}
.ho26 .ho26-native-source{margin:20px 0 0;font-size:15px}.ho26 .ho26-native-source a{color:#fff}.ho26 .ho26-native-source a:hover{color:#6ce1e5}
.ho26 .ho26-native-reviews .rpi-review,.ho26 .ho26-native-reviews .rpi-card{color:#1a2b34}.ho26 .ho26-native-reviews .rpi-text{font-size:16px;line-height:1.6}.ho26 .ho26-native-reviews .rpi-reply{display:none}
@media(max-width:760px){.ho26 .ho26-native-reviews{padding:26px 18px}.ho26 .ho26-native-review-heading{grid-template-columns:1fr;gap:20px}.ho26 .ho26-native-badge{max-width:290px}.ho26 .ho26-native-badge>p{text-align:left}}

.ho26 .ho26-native-badge .homeops-custom-rating-badge a{color:#1a2b34!important}

@media(max-width:480px){.ho26 .ho26-native-badge .homeops-custom-rating-badge{padding:14px;gap:10px}.ho26 .ho26-native-badge .homeops-custom-rating-badge__icon img{width:40px!important;height:40px!important}.ho26 .ho26-native-badge .homeops-custom-rating-badge__row{gap:5px}}

/* Existing generator service-area block; moved from its HTML widget. */
.homeops-generator-service-area {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 10% 18%, rgba(4, 171, 179, 0.22), transparent 34%),
        radial-gradient(circle at 92% 82%, rgba(220, 40, 56, 0.12), transparent 34%),
        linear-gradient(135deg, #1A2B34 0%, #10232d 100%);
      color: #ffffff;
    }

    .homeops-generator-service-area::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 42px 42px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,0.8), transparent 82%);
      pointer-events: none;
    }

    .homeops-generator-service-area .homeops-service-wrap {
      position: relative;
      z-index: 2;
    }

    .homeops-generator-service-area__top {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
      gap: 34px;
      align-items: stretch;
      margin-bottom: 34px;
    }

    .homeops-generator-service-area__intro {
      max-width: 780px;
    }

    .homeops-generator-service-area .homeops-service-eyebrow {
      background: rgba(255, 255, 255, 0.13);
      color: #ffffff;
    }

    .homeops-generator-service-area h2,
    .homeops-generator-service-area h3 {
      color: #ffffff !important;
    }

    .homeops-generator-service-area .homeops-service-lead {
      color: #eef7fb !important;
    }

    .homeops-generator-service-area__intro p {
      color: #dbe7f0 !important;
    }

    .homeops-generator-service-area__intro p:last-child {
      margin-bottom: 0;
    }

    .homeops-generator-service-area__intro-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .homeops-generator-service-area__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 14px 22px;
      border-radius: 13px;
      background: #04ABB3;
      color: #ffffff !important;
      text-decoration: none !important;
      font-size: 16px;
      font-weight: 950;
      line-height: 1;
      transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
    }

    .homeops-generator-service-area__cta:hover {
      background: #DC2838;
      color: #ffffff !important;
      text-decoration: none !important;
      transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(220, 40, 56, 0.22);
    }

    .homeops-generator-service-area__cta--light {
      background: #ffffff;
      color: #1A2B34 !important;
    }

    .homeops-generator-service-area__cta--light:hover {
      background: #04ABB3;
      color: #ffffff !important;
      box-shadow: 0 14px 28px rgba(4, 171, 179, 0.22);
    }

    .homeops-generator-service-area__feature {
      position: relative;
      overflow: hidden;
      padding: 30px;
      border-radius: 28px;
      background:
        radial-gradient(circle at 86% 14%, rgba(4, 171, 179, 0.34), transparent 34%),
        rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
      color: #ffffff;
      backdrop-filter: blur(8px);
    }

    .homeops-generator-service-area__feature::after {
      content: "";
      position: absolute;
      right: -76px;
      bottom: -46px;
      width: 300px;
      height: 170px;
      background-image: url("https://callhomeops.com/wp-content/uploads/homeops-van-nobg.avif");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right bottom;
      opacity: 0.12;
      pointer-events: none;
    }

    .homeops-generator-service-area__feature-icon {
      position: relative;
      z-index: 2;
      width: 58px;
      height: 58px;
      margin-bottom: 18px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.13);
      color: #ffffff;
      font-size: 28px;
      font-weight: 950;
    }

    .homeops-generator-service-area__feature h3 {
      position: relative;
      z-index: 2;
      margin: 0 0 12px;
      font-size: clamp(24px, 2.4vw, 32px);
      line-height: 1.1;
      font-weight: 950;
      letter-spacing: -0.6px;
    }

    .homeops-generator-service-area__feature p {
      position: relative;
      z-index: 2;
      margin: 0;
      color: #dbe7f0 !important;
      font-size: 16px;
      line-height: 1.65;
      font-weight: 650;
    }

    .homeops-generator-service-area__directory {
      padding: 30px;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
      backdrop-filter: blur(8px);
    }

    .homeops-generator-service-area__directory-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: end;
      margin-bottom: 22px;
    }

    .homeops-generator-service-area__directory-head h3 {
      margin: 0 0 8px;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.05;
      font-weight: 950;
      letter-spacing: -0.8px;
    }

    .homeops-generator-service-area__directory-head p {
      max-width: 800px;
      margin: 0;
      color: #dbe7f0 !important;
      font-size: 16px;
      line-height: 1.65;
      font-weight: 650;
    }

    .homeops-generator-service-area__county-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 15px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.14);
      color: #ffffff;
      font-size: 14px;
      line-height: 1;
      font-weight: 950;
      white-space: nowrap;
    }

    .homeops-generator-service-area__county-pill span {
      color: #74f7ff;
      font-weight: 950;
    }

    .homeops-generator-service-area__featured {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-bottom: 20px;
    }

    .homeops-generator-service-area__featured-card {
      position: relative;
      overflow: hidden;
      min-height: 145px;
      padding: 20px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.14);
      color: #ffffff !important;
      text-decoration: none !important;
      transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
    }

    

    .homeops-generator-service-area__featured-card:hover {
      transform: translateY(-4px);
      background: rgba(255, 255, 255, 0.13);
      border-color: rgba(4, 171, 179, 0.48);
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
      text-decoration: none !important;
    }

    .homeops-generator-service-area__featured-card strong {
      position: relative;
      z-index: 2;
      display: block;
      margin-bottom: 8px;
      color: #ffffff;
      font-size: 20px;
      line-height: 1.15;
      font-weight: 950;
      letter-spacing: -0.25px;
    }

    .homeops-generator-service-area__featured-card span {
      position: relative;
      z-index: 2;
      display: block;
      color: #dbe7f0;
      font-size: 14px;
      line-height: 1.45;
      font-weight: 700;
    }

    .homeops-generator-service-area__featured-icon {
      position: relative;
      z-index: 2;
      width: 42px;
      height: 42px;
      margin-bottom: 14px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(4, 171, 179, 0.20);
      color: #74f7ff;
      font-size: 20px;
      font-weight: 950;
    }

    .homeops-generator-service-area__towns {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 10px;
    }

    .homeops-generator-service-area__town {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 46px;
      padding: 11px 13px;
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.14);
      color: #ffffff !important;
      text-decoration: none !important;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 850;
      transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
    }

    .homeops-generator-service-area__town::before {
      content: "✓";
      width: 20px;
      height: 20px;
      flex: 0 0 auto;
      border-radius: 999px;
      background: rgba(4, 171, 179, 0.20);
      color: #74f7ff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 950;
    }

    .homeops-generator-service-area__town:hover {
      background: rgba(255, 255, 255, 0.14);
      border-color: rgba(4, 171, 179, 0.48);
      transform: translateY(-2px);
      text-decoration: none !important;
    }

    .homeops-generator-service-area__bottom {
      margin-top: 24px;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 16px;
      align-items: center;
      padding: 24px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.11);
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: #ffffff;
      overflow: hidden;
    }

    .homeops-generator-service-area__bottom-icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.13);
      color: #ffffff;
      font-size: 23px;
      font-weight: 950;
    }

    .homeops-generator-service-area__bottom p {
      margin: 0;
      color: #dbe7f0 !important;
      font-size: 16px;
      line-height: 1.6;
      font-weight: 700;
    }

    .homeops-generator-service-area__bottom strong {
      color: #ffffff;
      font-weight: 950;
    }

    .homeops-generator-service-area__bottom-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 14px 22px;
      border-radius: 13px;
      background: #04ABB3;
      color: #ffffff !important;
      text-decoration: none !important;
      font-size: 16px;
      font-weight: 950;
      line-height: 1;
      white-space: nowrap;
      transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
    }

    .homeops-generator-service-area__bottom-btn:hover {
      background: #DC2838;
      color: #ffffff !important;
      text-decoration: none !important;
      transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(220, 40, 56, 0.22);
    }

    @media (max-width: 1180px) {
      .homeops-generator-service-area__towns {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    @media (max-width: 1080px) {
      .homeops-generator-service-area__top,
      .homeops-generator-service-area__directory-head,
      .homeops-generator-service-area__bottom {
        grid-template-columns: 1fr;
      }

      .homeops-generator-service-area__featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .homeops-generator-service-area__intro-actions {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 420px;
      }

      .homeops-generator-service-area__cta,
      .homeops-generator-service-area__bottom-btn {
        width: fit-content;
      }
    }

    @media (max-width: 760px) {
      .homeops-generator-service-area__towns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .homeops-generator-service-area__feature,
      .homeops-generator-service-area__directory,
      .homeops-generator-service-area__bottom {
        border-radius: 22px;
      }

      .homeops-generator-service-area__feature,
      .homeops-generator-service-area__directory {
        padding: 24px 20px;
      }

      .homeops-generator-service-area__featured {
        grid-template-columns: 1fr;
      }

      .homeops-generator-service-area__bottom {
        padding: 22px 18px;
      }

      .homeops-generator-service-area__cta,
      .homeops-generator-service-area__bottom-btn {
        width: 100%;
      }
    }

    @media (max-width: 460px) {
      .homeops-generator-service-area__towns {
        grid-template-columns: 1fr;
      }
    }

/* HomeOps customer-facing location pages — full-width redesign, September 14, 2026. */
main.site-main:has(.homeops-location.ho27){width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.page-content:has(>.homeops-location.ho27){width:100%;max-width:none;margin:0;padding:0}
.homeops-location.ho26.ho27{width:100%;max-width:none;margin:0;padding:0;background:#fff;color:#1a2b34;line-height:1.7}
.ho27 .ho27-inner{width:calc(100% - 96px);max-width:1400px;margin:0 auto}
.ho27 .ho27-section{padding:88px 0}
.ho27 h2{font-size:clamp(30px,3.1vw,46px);line-height:1.13;letter-spacing:-.035em;font-weight:800;margin:0 0 25px}
.ho27 h3{font-size:22px;line-height:1.22;font-weight:750;letter-spacing:-.015em;margin:0 0 15px}
.ho27 p{font-size:17px;line-height:1.75;margin:0 0 22px}
.ho27 .ho27-eyebrow{font-size:13px;font-weight:800;letter-spacing:.095em;text-transform:uppercase;color:#04666d;margin:0 0 18px;line-height:1.5}
.ho27 .ho27-hero{background:linear-gradient(112deg,#e6f0f1 0%,#edf5f4 65%,#dfedef 100%)}
.ho27 .ho27-hero-grid{display:grid;grid-template-columns:1.07fr 1fr;gap:60px;align-items:center;padding:54px 0 80px;min-height:590px}
.ho27 .ho27-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;margin:0 0 42px;color:#435a62}
.ho27 .ho27-breadcrumb a{color:inherit}
.ho27 h1.ho27-location-title{font-size:14px;line-height:1.5;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#1a2b34;margin:0 0 21px}
.ho27 h2.ho27-hero-title{font-size:clamp(38px,4.1vw,62px);line-height:1.08;letter-spacing:-.04em;max-width:760px;margin-bottom:25px}
.ho27 .ho27-lead{font-size:19px;line-height:1.7;max-width:720px}
.ho27 .ho27-hero-image{margin:0;padding:0;position:relative}
.ho27 .ho27-hero-image img{display:block;width:100%;height:auto;max-height:480px;object-fit:contain;filter:drop-shadow(0 20px 18px #1028301c)}
.ho27[data-page-kind=generator] .ho27-hero-image img{border-radius:12px;object-fit:cover;aspect-ratio:1.5}
.ho27 .ho27-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px}
.ho27 a.ho27-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 24px;background:#c51f33;border:2px solid #c51f33;border-radius:7px;font-size:16px;font-weight:750;line-height:1.4;color:#fff;text-decoration:none;text-align:center;transition:background .15s}
.ho27 a.ho27-button:hover{background:#a61728;border-color:#a61728;color:#fff}
.ho27 a.ho27-button-outline{background:transparent;border-color:#1a2b34;color:#1a2b34}
.ho27 a.ho27-button-outline:hover{background:#fff;border-color:#1a2b34;color:#1a2b34}
.ho27 .ho27-trust{border-bottom:1px solid #dbe7e9;background:#fff}
.ho27 .ho27-trust .ho27-inner{display:flex;justify-content:space-between;gap:24px;padding:24px 0;font-size:14px;font-weight:700;color:#314b54}
.ho27 .ho27-trust span{padding-left:15px;border-left:3px solid #04abb3}
.ho27 .ho27-story{display:grid;grid-template-columns:.85fr 1.25fr;gap:90px;align-items:center}
.ho27 .ho27-owner{margin:0;max-width:460px}
.ho27 .ho27-owner img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:10px}
.ho27 .ho27-owner figcaption{margin-top:15px;font-size:14px;color:#4f636b;line-height:1.5}
.ho27 .ho27-body-lead{font-size:19px;line-height:1.75}
.ho27 a.ho27-text-link{font-weight:750;font-size:16px;color:#04666d;text-decoration:underline;text-underline-offset:5px}
.ho27 .ho27-soft{background:#f2f6f6}
.ho27 .ho27-section-heading{max-width:840px;margin-bottom:36px}
.ho27 .ho27-services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.ho27 .ho27-service{padding:28px;background:#fff;border:1px solid #dce7e8;border-top:3px solid #04abb3;border-radius:6px;display:flex;flex-direction:column;align-items:flex-start}
.ho27 .ho27-service h3 a{color:#1a2b34;text-decoration:none}
.ho27 .ho27-service h3 a:hover{color:#04666d;text-decoration:underline}
.ho27 .ho27-service p{font-size:16px;line-height:1.7;margin-bottom:23px}
.ho27 .ho27-service>.ho27-text-link{margin-top:auto;font-size:14px}
.ho27 .ho27-related{margin:30px 0 0;font-size:16px}
.ho27[data-page-kind=generator] .ho27-services{grid-template-columns:repeat(3,minmax(0,1fr))}
.ho27 .ho27-process{background:#fff}
.ho27 .ho27-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;padding:0;margin:42px 0 0;list-style:none;counter-reset:none}
.ho27 .ho27-steps li{padding:0 0 0 24px;border-left:2px solid #0bafb6}
.ho27 .ho27-steps span{display:block;color:#08777d;font-size:15px;font-weight:800;letter-spacing:.05em;margin-bottom:16px}
.ho27 .ho27-steps p{font-size:17px;margin-bottom:0}
.ho27 .ho27-reviews-band{background:#1a2b34;padding:76px 0;color:#fff}
.ho27 .ho26-native-reviews{padding:0;margin:0;border-radius:0;background:transparent;overflow:visible}
.ho27 .ho26-native-review-heading{grid-template-columns:minmax(0,1fr) 310px;gap:60px;margin-bottom:38px}
.ho27 .ho26-native-review-heading h2{font-size:clamp(30px,3.1vw,44px);color:#fff;max-width:800px}
.ho27 .ho26-native-review-heading p{max-width:760px;color:#dbe9ec}
.ho27 .ho26-native-review-heading .ho26-eyebrow{color:#71dfe1}
.ho27 .ho26-native-source a{color:#fff}
.ho27 .ho26-native-badge>p{color:#dbe9ec;font-size:13px;margin-bottom:8px}
.ho27 .ho27-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.ho27 .ho27-faq details{border:0;border-top:1px solid #bccfd1;padding:22px 0;margin:0;border-radius:0}
.ho27 .ho27-faq details:last-child{border-bottom:1px solid #bccfd1}
.ho27 .ho27-faq summary{font-size:18px;font-weight:750;line-height:1.5;cursor:pointer;padding-right:10px}
.ho27 .ho27-faq details p{padding-top:18px;font-size:17px;margin:0}
.ho27 .ho27-nearby{padding:54px 0}
.ho27 .ho27-nearby h2{font-size:28px;margin-bottom:20px}
.ho27 .ho27-nearby ul{display:flex;flex-wrap:wrap;gap:12px 26px;list-style:none;padding:0;margin:0 0 24px}
.ho27 .ho27-nearby li a{display:block;padding:6px 0;font-size:18px;font-weight:700}
.ho27 .ho27-final{background:#15323b;color:#fff}
.ho27 .ho27-final>.ho27-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:70px;align-items:center}
.ho27 .ho27-final h2{color:#fff;font-size:clamp(32px,3.1vw,46px)}
.ho27 .ho27-final p{color:#e0ecee;margin-bottom:0}
.ho27 .ho27-final .ho27-eyebrow{color:#71dfe1;margin-bottom:18px}
.ho27 .ho27-final .ho27-actions{margin-top:0;justify-content:flex-end}
.ho27 .ho27-final .ho27-button-outline{border-color:#fff;color:#fff}
.ho27 .ho27-final .ho27-button-outline:hover{background:#fff;color:#15323b}
@media(min-width:1800px){.ho27 .ho27-inner{max-width:1560px}}
@media(max-width:1100px){.ho27 .ho27-inner{width:calc(100% - 64px)}.ho27 .ho27-hero-grid{gap:36px;min-height:0}.ho27 .ho27-story,.ho27 .ho27-faq-grid{gap:48px}.ho27 .ho27-services{grid-template-columns:repeat(2,minmax(0,1fr))}.ho27 .ho27-steps{gap:28px}.ho27 .ho27-final>.ho27-inner{grid-template-columns:1fr;gap:20px}.ho27 .ho27-final .ho27-actions{justify-content:flex-start}}
@media(max-width:780px){.ho27 .ho27-inner{width:calc(100% - 40px)}.ho27 .ho27-section{padding:56px 0}.ho27 .ho27-hero-grid{grid-template-columns:1fr;padding:30px 0 50px;gap:35px}.ho27 .ho27-breadcrumb{margin-bottom:30px}.ho27 h2.ho27-hero-title{font-size:clamp(36px,7vw,49px)}.ho27 .ho27-hero-image{max-width:560px;margin:0 auto;width:100%}.ho27 .ho27-trust .ho27-inner{flex-wrap:wrap;justify-content:flex-start;gap:16px 26px;padding:22px 0}.ho27 .ho27-story,.ho27 .ho27-faq-grid{grid-template-columns:1fr;gap:34px}.ho27 .ho27-story>div{order:-1}.ho27 .ho27-owner{max-width:400px}.ho27 .ho27-steps{grid-template-columns:1fr;gap:30px}.ho27 .ho26-native-review-heading{grid-template-columns:1fr;gap:25px}.ho27 .ho26-native-badge{max-width:310px}.ho27 .ho26-native-badge>p{text-align:left}.ho27 .ho27-reviews-band{padding:55px 0}.ho27[data-page-kind=generator] .ho27-services{grid-template-columns:1fr}}
@media(max-width:520px){.ho27 .ho27-services{grid-template-columns:1fr;gap:18px}.ho27 .ho27-service{padding:25px}.ho27 .ho27-actions{flex-direction:column;align-items:stretch}.ho27 a.ho27-button{width:100%}.ho27 .ho27-lead,.ho27 .ho27-body-lead{font-size:18px}.ho27 .ho27-trust .ho27-inner{flex-direction:column;gap:14px}.ho27 .ho27-nearby{padding:40px 0}.ho27 .ho27-nearby ul{gap:8px 22px}.ho27 .ho26-native-review-heading{gap:28px}.ho27 .ho27-faq summary{font-size:17px}}
@media(prefers-reduced-motion:reduce){.ho27 *{transition:none!important;scroll-behavior:auto!important}}
