body.ls-alt-home-page {
  overflow-x: hidden;
}

@media (max-width: 860px) {
  html,
  body.ls-alt-home-page.ls-home-page,
  body.ls-alt-home-page.ls-home-page .ls-home,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero > .ls-section-inner.ls-hero-grid,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-content,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .althome-address-search,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .hero-search-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero #homepage-title,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-copy,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-helper,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-reassurance {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .althome-search-mode-toggle,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row input,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row .ls-button,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-map-fallback {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.ls-alt-home,
.ls-alt-home * {
  box-sizing: border-box;
}

body.ls-alt-home-page .ls-alt-hero .ls-section-inner {
  width: min(1200px, calc(100% - 56px)) !important;
  max-width: 1200px;
}

body.ls-alt-home-page .ls-alt-hero .ls-hero-grid {
  display: block;
}

body.ls-alt-home-page .ls-home .ls-hero {
  padding: 36px 0 30px !important;
}

body.ls-alt-home-page .ls-alt-hero .ls-hero-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: left;
}

body.ls-alt-home-page .ls-home #homepage-title,
body.ls-alt-home-page .ls-alt-hero h1 {
  max-width: 1020px !important;
  margin-right: 0;
  margin-left: 0;
  font-size: clamp(46px, 4.2vw, 52px) !important;
  line-height: 1.05 !important;
  text-align: left;
  text-wrap: balance;
}

body.ls-alt-home-page .ls-alt-hero .ls-hero-copy {
  max-width: 900px;
  margin-top: 16px;
  margin-right: 0;
  margin-left: 0;
  font-size: 19px;
  line-height: 1.5;
  text-align: left;
}

body.ls-alt-home-page .ls-alt-hero .ls-hero-reassurance {
  width: min(1080px, 100%);
  max-width: 1080px !important;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.althome-address-search {
  position: relative;
  width: min(1080px, 100%) !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.ls-alt-home-page .ls-alt-hero .althome-address-search {
  margin-right: auto !important;
  margin-left: auto !important;
}

.althome-address-search.is-attention {
  box-shadow: none;
}

.hero-search-panel {
  width: min(980px, 100%);
  max-width: 980px;
  margin: 28px auto 0;
  padding: 24px;
  border: 1px solid #d4e3ef;
  border-radius: 16px;
  background: #f3f8fc;
  box-shadow: 0 12px 30px rgba(0, 45, 95, 0.08);
}

.althome-address-search.is-attention .hero-search-panel {
  border-color: rgba(47, 125, 90, 0.72);
  box-shadow: 0 0 0 4px rgba(47, 125, 90, 0.14), 0 16px 36px rgba(5, 48, 105, 0.1);
}

.althome-search-mode-toggle {
  display: inline-flex;
  gap: 4px;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 4px;
  border: 1px solid #d8e4ef;
  border-radius: 999px;
  background: #f7fbfd;
}

.althome-search-mode {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 8px 14px;
  color: var(--ls-navy);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.althome-search-mode.is-selected {
  background: #eaf6f1;
  color: var(--ls-navy);
  box-shadow: inset 0 0 0 1px rgba(47, 125, 90, 0.34);
}

.althome-search-mode:not(.is-selected):hover,
.althome-search-mode:focus-visible {
  background: var(--ls-soft-accent);
  outline: none;
}

.althome-search-mode:focus-visible {
  box-shadow: 0 0 0 3px rgba(47, 125, 90, 0.2);
}

.ls-alt-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ls-alt-search-helper {
  max-width: 700px;
  margin: -2px 0 10px;
  color: var(--ls-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.ls-alt-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 15px;
  align-items: stretch;
}

.ls-alt-search-row input {
  width: 100%;
  min-width: 0;
  min-height: 62px;
  border: 1px solid var(--ls-border);
  border-radius: 6px;
  background: var(--ls-white);
  padding: 10px 14px;
  color: var(--ls-navy);
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  outline: none;
}

.ls-alt-search-row input::placeholder {
  color: #9aa6b2;
  opacity: 1;
}

.ls-alt-search-row input:focus {
  border-color: rgba(47, 125, 90, 0.72);
  box-shadow: 0 0 0 3px rgba(47, 125, 90, 0.13);
}

.ls-alt-search-row .ls-button {
  width: 100%;
  min-width: 0;
  min-height: 62px;
  border: 0;
  cursor: pointer;
}

.ls-alt-suggestions-shell {
  position: relative;
  z-index: 20;
}

.ls-alt-suggestions {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  border: 1px solid var(--ls-border);
  border-radius: 8px;
  background: var(--ls-white);
  box-shadow: 0 16px 30px rgba(2, 43, 98, 0.14);
}

.ls-alt-suggestions.is-visible {
  display: grid;
}

.ls-alt-suggestion {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ls-border-soft);
  background: var(--ls-white);
  padding: 13px 15px;
  color: var(--ls-navy);
  font: inherit;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.ls-alt-suggestion:last-child {
  border-bottom: 0;
}

.ls-alt-suggestion:hover,
.ls-alt-suggestion.is-active,
.ls-alt-suggestion:focus-visible {
  background: var(--ls-soft-accent);
  outline: none;
}

.ls-alt-suggestion span {
  color: var(--ls-muted);
  font-size: 13px;
  font-weight: 700;
}

.ls-alt-search-status {
  display: none;
  margin: 10px 0 0;
  color: var(--ls-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.ls-alt-search-status:not(:empty) {
  display: block;
}

.ls-alt-search-status.is-error {
  color: #8a2d18;
}

.ls-alt-change-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 16px;
  border: 1px solid rgba(47, 125, 90, 0.32);
  border-radius: 999px;
  background: var(--ls-soft-accent);
  padding: 8px 14px;
  color: var(--ls-navy);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}

.ls-alt-map-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: max-content;
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid rgba(47, 125, 90, 0.32);
  border-radius: 999px;
  background: var(--ls-soft-accent);
  padding: 7px 14px;
  color: var(--ls-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.ls-alt-search-status:not(:empty) + .ls-alt-map-fallback {
  margin-top: 10px;
}

.ls-alt-change-location {
  margin-top: 0;
}

.ls-alt-map-fallback:hover,
.ls-alt-map-fallback:focus-visible {
  border-color: rgba(47, 125, 90, 0.62);
  background: #e7f5ee;
  color: var(--ls-navy);
  outline: none;
}

.ls-alt-map-fallback:focus-visible {
  box-shadow: 0 0 0 3px rgba(47, 125, 90, 0.22);
}

.ls-alt-service-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--ls-border-soft);
  background: var(--ls-white);
}

body.ls-alt-home-page .ls-service-group .ls-alt-service-heading-row h3 {
  margin: 0;
  padding: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
}

.ls-alt-all-services-link {
  flex: 0 0 auto;
  color: var(--ls-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: rgba(47, 125, 90, 0.46);
  text-underline-offset: 4px;
}

.ls-alt-all-services-link:hover,
.ls-alt-all-services-link:focus-visible {
  color: var(--ls-green);
  outline: none;
}

.ls-alt-all-services-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(47, 125, 90, 0.22);
}

.ls-alt-change-location:hover,
.ls-alt-change-location:focus-visible {
  color: var(--ls-green);
  border-color: rgba(47, 125, 90, 0.6);
  background: #e7f5ee;
  outline: none;
}

.althome-selected-property {
  width: min(960px, 100%);
  margin: 14px auto 0;
  text-align: left;
}

.althome-selected-property[hidden] {
  display: none;
}

.ls-alt-selected-card {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid rgba(47, 125, 90, 0.26);
  border-radius: 8px;
  background: var(--ls-soft-accent);
}

.ls-alt-selected-kicker {
  display: inline-flex;
  margin-bottom: 3px;
  color: var(--ls-accent-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ls-alt-selected-card h2 {
  margin: 0;
  color: var(--ls-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.ls-alt-selected-card p {
  margin: 4px 0 0;
  color: var(--ls-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.ls-alt-selected-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.ls-alt-selected-meta[hidden] {
  display: none;
}

.ls-alt-selected-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(47, 125, 90, 0.24);
  border-radius: 999px;
  background: var(--ls-white);
  padding: 5px 10px;
  color: var(--ls-navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.ls-alt-product-card {
  margin: 0;
}

.ls-alt-products[hidden] {
  display: none !important;
}

.ls-alt-presearch {
  padding: 22px 0 24px;
  background: var(--ls-bg);
}

.ls-alt-presearch[hidden] {
  display: none !important;
}

.ls-alt-presearch-card {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 26px;
  border: 1px solid var(--ls-border-soft);
  border-radius: 8px;
  background: var(--ls-white);
  box-shadow: 0 10px 24px rgba(2, 43, 98, 0.05);
  text-align: center;
}

.ls-alt-presearch-card h2 {
  margin: 0;
  color: var(--ls-navy);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
}

.ls-alt-presearch-card p {
  max-width: 720px;
  margin: 8px auto 0;
  color: var(--ls-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.ls-alt-preview-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ls-alt-preview-grid button {
  min-height: 44px;
  border: 1px solid rgba(47, 125, 90, 0.24);
  border-radius: 999px;
  background: #f7fbfd;
  padding: 8px 12px;
  color: var(--ls-navy);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.18;
  cursor: pointer;
}

.ls-alt-preview-grid button:hover,
.ls-alt-preview-grid button:focus-visible {
  border-color: rgba(47, 125, 90, 0.56);
  background: #eaf6f1;
  outline: none;
}

.ls-alt-results-heading {
  margin: 0 0 20px;
}

.ls-alt-results-heading h2 {
  margin: 0;
  color: var(--ls-navy);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
  text-wrap: balance;
}

.ls-alt-results-heading p {
  max-width: 720px;
  margin: 8px 0 0;
  color: var(--ls-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.ls-alt-product-submit {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ls-alt-product-submit:focus-visible {
  outline: 3px solid rgba(47, 143, 70, 0.45);
  outline-offset: -3px;
}

.ls-alt-result-product-card {
  margin: 0;
}

.ls-alt-result-product-card .ls-service-card-link {
  height: 100%;
}

.ls-alt-result-product-card.is-submitting {
  opacity: .72;
}

.ls-alt-price-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 12px;
  border: 1px solid rgba(47, 125, 90, 0.26);
  border-radius: 999px;
  background: var(--ls-soft-accent);
  padding: 5px 11px;
  color: var(--ls-navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.ls-alt-card-price-line {
  display: block;
  width: 100%;
  margin: 12px 0;
  color: var(--ls-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: right;
}

.ls-alt-card-note {
  display: block;
  margin: 8px 0 0;
  color: var(--ls-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.ls-alt-flow-page {
  min-height: calc(100vh - 90px);
  padding: 72px 0;
  background: var(--ls-bg);
}

.ls-alt-flow-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--ls-border);
  border-radius: 10px;
  background: var(--ls-white);
  box-shadow: var(--ls-shadow-soft);
}

.ls-alt-flow-card h1 {
  margin: 0 0 12px;
  color: var(--ls-navy);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.06;
}

.ls-alt-flow-card p {
  margin: 0 0 18px;
  color: var(--ls-muted);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.ls-alt-loading-card {
  display: grid;
  gap: 10px;
}

.ls-alt-loader {
  width: 46px;
  height: 46px;
  border: 5px solid rgba(47, 125, 90, 0.16);
  border-top-color: var(--ls-accent);
  border-radius: 999px;
  animation: ls-alt-spin 900ms linear infinite;
}

@keyframes ls-alt-spin {
  to {
    transform: rotate(360deg);
  }
}

.ls-alt-flow-summary {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding: 16px;
  border: 1px solid rgba(47, 125, 90, 0.24);
  border-radius: 8px;
  background: var(--ls-soft-accent);
  color: var(--ls-navy);
}

.ls-alt-flow-summary strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.ls-alt-flow-summary span {
  color: var(--ls-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.ls-alt-results-hero {
  padding: 42px 0 8px;
  background: var(--ls-bg);
}

.ls-alt-results-page .ls-alt-products {
  padding-top: 8px;
}

.ls-alt-results-page .ls-alt-results-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 18px;
}

.ls-alt-results-page .ls-alt-results-heading h1 {
  max-width: none;
  margin: 0;
  color: var(--ls-navy);
  font-size: clamp(38px, 4.2vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  text-wrap: balance;
}

.ls-alt-results-page .ls-alt-results-heading p:not(.ls-alt-selected-kicker) {
  max-width: none;
  margin: 12px 0 0;
  color: var(--ls-muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.ls-alt-results-page .ls-alt-results-heading.ls-alt-results-heading-instruction p {
  margin-top: 0;
  color: var(--ls-navy);
  text-align: center;
}

.ls-alt-results-page .ls-alt-results-heading-instruction {
  margin-bottom: 6px;
}

.ls-alt-results-selection {
  width: 100%;
  max-width: none;
  margin-bottom: 22px;
}

.ls-alt-results-selection-copy {
  min-width: 0;
}

.ls-alt-results-selection-has-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) auto;
  gap: 18px;
  align-items: center;
}

.ls-alt-map-preview {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(47, 125, 90, 0.24);
  border-radius: 8px;
  background: #dbe8ef;
  box-shadow: 0 10px 22px rgba(0, 43, 91, 0.08);
}

.ls-alt-map-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ls-alt-results-selection .ls-alt-change-location {
  text-decoration: none;
}

.ls-alt-bridge-page {
  min-height: 100vh;
  padding: 72px 0;
  background: var(--ls-bg);
}

.ls-alt-bridge-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--ls-border);
  border-radius: 10px;
  background: var(--ls-white);
  box-shadow: var(--ls-shadow-soft);
}

.ls-alt-bridge-card h1 {
  margin: 0 0 14px;
  color: var(--ls-navy);
  font-size: 42px;
  line-height: 1.05;
}

.ls-alt-bridge-card p {
  margin: 0 0 22px;
  color: var(--ls-muted);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

  @media (max-width: 860px) {
  body.ls-alt-home-page,
  body.ls-alt-home-page .ls-alt-hero {
    max-width: 100vw;
    overflow-x: hidden;
  }

  body.ls-alt-home-page .ls-alt-hero .ls-section-inner {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page .ls-alt-hero .ls-hero-content,
  body.ls-alt-home-page .ls-alt-hero .ls-hero-copy,
  body.ls-alt-home-page .ls-alt-hero .ls-hero-reassurance {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page .ls-home #homepage-title,
  body.ls-alt-home-page .ls-alt-hero h1 {
    max-width: 100% !important;
    font-size: 32px !important;
    white-space: normal !important;
    overflow-wrap: break-word;
  }

  body.ls-alt-home-page .ls-alt-hero .ls-hero-copy {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-wrap: pretty !important;
  }

  .althome-address-search {
    width: 100% !important;
    margin-top: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .hero-search-panel {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 18px;
    border-radius: 14px;
  }

  .althome-search-mode-toggle,
  .ls-alt-search-row,
  .ls-alt-search-row input,
  .ls-alt-search-row .ls-button {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .althome-search-mode-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: 100%;
    border-radius: 16px;
  }

  .althome-search-mode {
    min-width: 0 !important;
    min-height: 44px;
    padding: 9px 10px;
    font-size: 13px;
    text-align: center;
    white-space: normal;
  }

  .ls-alt-search-row {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .ls-alt-search-helper {
    margin-bottom: 10px;
  }

  .ls-alt-search-row input,
  .ls-alt-search-row .ls-button {
    width: 100%;
    min-width: 0 !important;
    min-height: 56px;
  }

  .ls-alt-map-fallback {
    max-width: 100%;
    white-space: normal;
  }

  .ls-alt-service-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px;
  }

  .ls-alt-all-services-link {
    align-self: flex-start;
  }

  .ls-alt-suggestions {
    position: static;
    margin-top: 8px;
  }

  .althome-selected-property {
    width: 100%;
  }

  .ls-alt-selected-card {
    display: grid;
  }

  .ls-alt-change-location {
    width: 100%;
  }

  .ls-alt-product-submit {
    min-height: 100%;
  }

  .ls-alt-results-heading h2 {
    font-size: 24px;
  }

  .ls-alt-results-heading p {
    font-size: 15px;
  }

  .ls-alt-presearch {
    padding: 18px 0 20px;
  }

  .ls-alt-presearch-card {
    padding: 18px;
  }

  .ls-alt-presearch-card h2 {
    font-size: 21px;
  }

  .ls-alt-presearch-card p {
    font-size: 14px;
  }

  .ls-alt-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .ls-alt-preview-grid button {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 12.5px;
  }

  .ls-alt-bridge-card {
    padding: 24px;
  }

  .ls-alt-bridge-card h1 {
    font-size: 34px;
  }

  .ls-alt-flow-page {
    padding: 42px 0;
  }

  .ls-alt-flow-card {
    padding: 24px;
  }

  .ls-alt-flow-card h1 {
    font-size: 34px;
  }

  .ls-alt-results-hero {
    padding: 32px 0 8px;
  }

  .ls-alt-results-page .ls-alt-results-heading h1 {
    font-size: clamp(32px, 8.6vw, 42px);
  }

  .ls-alt-results-selection {
    display: grid;
  }

  .ls-alt-results-selection-has-map {
    grid-template-columns: 1fr;
  }

  .ls-alt-map-preview {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  body.ls-alt-home-page .ls-home #homepage-title,
  body.ls-alt-home-page .ls-alt-hero h1 {
    font-size: 31px !important;
  }

  .ls-alt-search-row input {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media (max-width: 340px) {
  .ls-alt-search-row input {
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  body.ls-alt-home-page .ls-home .ls-section-inner {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  body.ls-alt-home-page .ls-home .ls-trust-bar .ls-section-inner {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.ls-alt-home-page .ls-home .ls-alt-hero {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body.ls-alt-home-page .ls-home .ls-alt-hero > .ls-section-inner.ls-hero-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.ls-alt-home-page .ls-home .ls-alt-hero .ls-hero-content,
  body.ls-alt-home-page .ls-home .ls-alt-hero #homepage-title,
  body.ls-alt-home-page .ls-home .ls-alt-hero .ls-hero-copy,
  body.ls-alt-home-page .ls-home .ls-alt-hero .althome-address-search,
  body.ls-alt-home-page .ls-home .ls-alt-hero .ls-hero-reassurance {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page .ls-home .ls-alt-hero .hero-search-panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.ls-alt-home-page .ls-home .ls-alt-hero .ls-hero-reassurance {
    text-align: left;
  }

  body.ls-alt-home-page .ls-home .ls-alt-hero #homepage-title {
    font-size: 30px !important;
    line-height: 1.08 !important;
    text-wrap: wrap !important;
    overflow-wrap: break-word !important;
  }

  body.ls-alt-home-page .ls-home .ls-alt-hero #homepage-title .ls-alt-h1-part {
    display: block;
  }
}

@media (max-width: 420px) {
  body.ls-alt-home-page .ls-home .ls-alt-hero #homepage-title {
    font-size: 29px !important;
  }
}

@media (max-width: 860px) {
  body.ls-alt-home-page.ls-home-page .ls-home .ls-section-inner,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-hero-grid,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-hero-content,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-service-groups,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-service-group,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-service-grid,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-service-card,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-service-card-link {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero > .ls-section-inner.ls-hero-grid {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-content,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero #homepage-title,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-copy,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .althome-address-search,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .hero-search-panel,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-reassurance {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-copy,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-helper {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-trust-bar .ls-section-inner,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-trust-grid {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 860px) {
  html,
  body.ls-alt-home-page.ls-home-page,
  body.ls-alt-home-page.ls-home-page .ls-home,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero > .ls-section-inner.ls-hero-grid,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-content,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .althome-address-search,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .hero-search-panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero #homepage-title,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-copy,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-helper,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-hero-reassurance {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .althome-search-mode-toggle,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row input,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row .ls-button,
  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-map-fallback {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.ls-alt-home-page.ls-home-page .ls-home .ls-alt-hero .ls-alt-search-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

