.asg-lsp {
  --asg-orange: #ff654f;
  --asg-orange-dark: #ed563f;
  --asg-teal: #3f8f8a;
  --asg-teal-dark: #2f7470;
  --asg-black: #151515;
  --asg-text: #2d2d2d;
  --asg-muted: #686868;
  --asg-line: #e9e9e9;
  --asg-soft: #f7f8f7;
  --asg-white: #ffffff;
  --asg-page-max: 1380px;
  --asg-content-max: 1240px;

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: 0;
  overflow-x: hidden;
  font-family: inherit;
  color: var(--asg-black);
  background: #ffffff;
}

.asg-lsp * { box-sizing: border-box; }
.asg-lsp a { text-decoration: none; }

.asg-lsp-wrap {
  width: min(var(--asg-content-max), calc(100% - 40px));
  margin: 0 auto;
}

.asg-lsp-hero,
.asg-lsp-section,
.asg-lsp-cta {
  width: 100%;
}

.asg-lsp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(6.5rem, 9vw, 9rem) 0 clamp(4rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 78% 24%, rgba(255,101,79,.25), transparent 34%),
    linear-gradient(135deg, #101a25 0%, #0f1724 45%, #2f7470 100%);
}

.asg-lsp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.04));
  pointer-events: none;
}

.asg-lsp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.asg-lsp-hero__copy { max-width: 720px; }

.asg-lsp-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .9rem;
  color: var(--asg-teal-dark);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
  line-height: 1;
}

.asg-lsp-kicker::before {
  content: "";
  width: 2.4rem;
  height: 3px;
  border-radius: 999px;
  background: var(--asg-orange);
  flex-shrink: 0;
}

.asg-lsp-hero .asg-lsp-kicker {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

.asg-lsp h1 {
  margin: 0 0 1.15rem;
  color: #ffffff !important;
  font-size: clamp(2.45rem, 5.25vw, 5rem);
  line-height: .96;
  letter-spacing: -.058em;
  font-weight: 950;
  max-width: 12ch;
  text-shadow: 0 3px 22px rgba(0,0,0,.38);
}

.asg-lsp-lead {
  margin: 0 0 1.7rem;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.04rem, 1.28vw, 1.2rem);
  line-height: 1.72;
  font-weight: 650;
  max-width: 66ch;
  text-shadow: 0 2px 12px rgba(0,0,0,.22);
}

.asg-lsp-hero__media {
  margin: 0;
  border-radius: 1.45rem;
  overflow: hidden;
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.25);
  position: relative;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
}

.asg-lsp-hero__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--asg-orange), var(--asg-teal));
}

.asg-lsp-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  object-position: center;
  background: #f7f8f7;
}

.asg-lsp-btns {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.asg-lsp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: .82rem 1.25rem;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.asg-lsp-btn:hover { transform: translateY(-2px); }
.asg-lsp-btn--orange { background: var(--asg-orange); color: #fff !important; box-shadow: 0 10px 22px rgba(255,101,79,.3); }
.asg-lsp-btn--orange:hover { background: var(--asg-orange-dark); box-shadow: 0 14px 28px rgba(255,101,79,.38); color: #fff !important; }
.asg-lsp-btn--dark { background: var(--asg-black); color: #fff !important; }
.asg-lsp-btn--dark:hover { background: #2a2a2a; color: #fff !important; }
.asg-lsp-btn--ghost { background: rgba(255,255,255,.1); color: #fff !important; border: 1.5px solid rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.asg-lsp-btn--ghost:hover { background: #fff; color: #111827 !important; }

.asg-lsp-section { padding: clamp(4rem, 7vw, 6rem) 0; background: #fff; }
.asg-lsp-section--soft { background: var(--asg-soft); }

.asg-lsp-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.asg-lsp-two-col h2,
.asg-lsp-section-head h2,
.asg-lsp-cta h2 {
  margin: 0 0 1rem;
  color: var(--asg-black);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950;
}

.asg-lsp-two-col p,
.asg-lsp-section-head p,
.asg-lsp-cta p {
  margin: 0;
  color: var(--asg-text);
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 520;
}

.asg-lsp-section-head { max-width: 860px; margin: 0 auto 2rem; text-align: center; }
.asg-lsp-section-head .asg-lsp-kicker { justify-content: center; }

.asg-lsp-card-grid { display: grid; grid-template-columns: 1fr; gap: .95rem; }

.asg-lsp-feature-card,
.asg-lsp-process__item,
.asg-lsp-service-card {
  border: 1px solid var(--asg-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  padding: 1.15rem 1.2rem;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.asg-lsp-feature-card:hover,
.asg-lsp-service-card:hover {
  border-color: rgba(63,143,138,.35);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

.asg-lsp-feature-card h3,
.asg-lsp-process__item h3,
.asg-lsp-service-card h3 {
  margin: 0 0 .35rem;
  color: var(--asg-black);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.asg-lsp-feature-card p,
.asg-lsp-process__item p,
.asg-lsp-service-card p {
  margin: 0;
  color: var(--asg-muted);
  font-size: .92rem;
  line-height: 1.58;
  font-weight: 500;
}

.asg-lsp-process { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.asg-lsp-process__item span { display: inline-grid; place-items: center; width: 2.3rem; height: 2.3rem; margin-bottom: .8rem; border-radius: 999px; background: rgba(63,143,138,.1); color: var(--asg-teal-dark); font-size: .8rem; font-weight: 950; }

.asg-lsp-cta { padding: clamp(3.5rem, 6vw, 5rem) 0; background: #111827; color: #fff; }
.asg-lsp-cta__inner { display: grid; grid-template-columns: 1fr; gap: 1.4rem; align-items: center; }
.asg-lsp-cta span { display: block; color: var(--asg-orange); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; margin-bottom: .65rem; }
.asg-lsp-cta h2 { color: #fff !important; margin-bottom: .75rem; }
.asg-lsp-cta p { color: rgba(255,255,255,.72); max-width: 64ch; }
.asg-lsp-cta .asg-lsp-btn--ghost { color: #fff !important; border-color: rgba(255,255,255,.45); }
.asg-lsp-cta .asg-lsp-btn--ghost:hover { background: #fff; color: #111827 !important; }

.asg-lsp-section--links { padding: clamp(2.5rem, 5vw, 4rem) 0; background: #fff; }
.asg-lsp-link-band {
  border: 1px solid var(--asg-line);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #fff 0%, #f9fafb 70%, rgba(63,143,138,.07) 100%);
  box-shadow: 0 6px 24px rgba(0,0,0,.055);
  padding: clamp(1.25rem, 3vw, 2rem);
  display: grid;
  gap: 1.25rem;
}
.asg-lsp-link-band__copy h2 { margin-bottom: .65rem; }
.asg-lsp-link-band__copy p { max-width: 76ch; }
.asg-lsp-links-card { min-width: 0; }
.asg-lsp-links-card h3 {
  margin: 0 0 .75rem;
  color: var(--asg-teal-dark);
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.asg-lsp-link-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
}
.asg-lsp-link-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: .65rem .9rem;
  border: 1px solid rgba(255,101,79,.28);
  border-radius: 999px;
  color: var(--asg-orange-dark);
  font-weight: 900;
  font-size: .9rem;
  line-height: 1.15;
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 1px 6px rgba(0,0,0,.035);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, color 180ms ease;
}
.asg-lsp-link-chips a:hover {
  background: var(--asg-orange);
  border-color: var(--asg-orange);
  color: #fff !important;
  transform: translateY(-1px);
}

.asg-lsp-faqs { max-width: 960px; margin: 0 auto; display: grid; gap: .75rem; }
.asg-lsp-faq-item { background: #fff; border: 1px solid var(--asg-line); border-radius: 1rem; padding: 1rem 1.1rem; box-shadow: 0 2px 10px rgba(0,0,0,.035); }
.asg-lsp-faq-item h3 { margin: 0; color: var(--asg-black); font-weight: 950; font-size: 1.04rem; line-height: 1.25; letter-spacing: -.015em; }
.asg-lsp-faq-item p { margin: .75rem 0 0; color: var(--asg-muted); line-height: 1.65; }

.asg-lsp-trust { background: linear-gradient(135deg, #fff 0%, #f7f8f7 58%, rgba(255,101,79,.06) 100%); }
.asg-lsp-service-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.asg-lsp-service-card { display: block; color: inherit; }
.asg-lsp-service-card span { display: inline-flex; margin-bottom: .6rem; color: var(--asg-teal-dark); font-size: .72rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }

.asg-lsp-editor-content { padding-top: 0; }
.asg-lsp-editor-content .asg-lsp-wrap { max-width: 960px; }
.asg-lsp-editor-content h2,
.asg-lsp-editor-content h3 { font-weight: 900; letter-spacing: -.03em; }
.asg-lsp-editor-content p { line-height: 1.75; color: var(--asg-text); }

@media (min-width: 900px) {
  .asg-lsp-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); }
  .asg-lsp-two-col { grid-template-columns: .95fr 1.05fr; }
  .asg-lsp-two-col--reverse { grid-template-columns: 1fr .9fr; }

  .asg-lsp-link-band { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; }
  .asg-lsp-card-grid { grid-template-columns: 1fr; }
  .asg-lsp-process { grid-template-columns: repeat(3, 1fr); }
  .asg-lsp-service-cards { grid-template-columns: repeat(5, 1fr); }
  .asg-lsp-cta__inner { grid-template-columns: 1.1fr auto; }
  .asg-lsp-cta__inner .asg-lsp-btns { justify-content: flex-end; }
}

@media (min-width: 1200px) {
  .asg-lsp-wrap { width: min(var(--asg-page-max), calc(100% - 56px)); }
  .asg-lsp-card-grid { grid-template-columns: repeat(3, 1fr); }
  .asg-lsp-two-col .asg-lsp-card-grid { grid-template-columns: 1fr; }
}

@media (max-width: 899px) {
  .asg-lsp-service-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .asg-lsp-wrap { width: min(100% - 28px, var(--asg-content-max)); }
  .asg-lsp-hero { padding: clamp(4.5rem, 16vw, 6rem) 0 clamp(3.2rem, 12vw, 4.5rem); }
  .asg-lsp h1 { font-size: clamp(2.05rem, 11vw, 3rem); max-width: 12ch; }
  .asg-lsp-btn { width: 100%; }
  .asg-lsp-section-head { text-align: left; }
  .asg-lsp-section-head .asg-lsp-kicker { justify-content: flex-start; }
  .asg-lsp-two-col h2,
  .asg-lsp-section-head h2,
  .asg-lsp-cta h2 { font-size: clamp(1.8rem, 9vw, 2.65rem); }
  .asg-lsp-service-cards { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .asg-lsp * { transition: none !important; }
}

/* v1.5.5: ASG local-page header and mobile polish */
body.single-asg_local_service,
body.single-asg_city_hub {
  background: #ffffff;
  overflow-x: hidden;
}

/* Keep the global menu row dark on ASG local pages so white nav links stay readable. */
body.single-asg_local_service .bde-header-builder,
body.single-asg_city_hub .bde-header-builder,
body.single-asg_local_service .bde-header-builder .bde-section,
body.single-asg_city_hub .bde-header-builder .bde-section,
body.single-asg_local_service header.site-header,
body.single-asg_city_hub header.site-header,
body.single-asg_local_service .site-header,
body.single-asg_city_hub .site-header {
  background-color: #25272c !important;
}

body.single-asg_local_service .bde-header-builder a,
body.single-asg_city_hub .bde-header-builder a,
body.single-asg_local_service .site-header a,
body.single-asg_city_hub .site-header a {
  color: #ffffff !important;
}

body.single-asg_local_service .bde-header-builder .breakdance-menu-link,
body.single-asg_city_hub .bde-header-builder .breakdance-menu-link,
body.single-asg_local_service .breakdance-menu-link,
body.single-asg_city_hub .breakdance-menu-link {
  color: #ffffff !important;
}

/* The ASG top contact strip can stay teal if the theme outputs one above the menu. */
body.single-asg_local_service .top-bar,
body.single-asg_city_hub .top-bar,
body.single-asg_local_service .asg-top-bar,
body.single-asg_city_hub .asg-top-bar {
  background-color: var(--asg-teal, #3f8f8a) !important;
}

.asg-lsp-hero {
  padding-top: clamp(5.25rem, 7vw, 7.5rem);
}

.asg-lsp-hero__media {
  align-self: center;
}

.asg-lsp-hero__media img {
  max-height: min(620px, 58vh);
}

@media (max-width: 1100px) {
  .asg-lsp-wrap {
    width: min(100% - 32px, var(--asg-content-max));
  }

  .asg-lsp-hero__grid {
    grid-template-columns: 1fr;
  }

  .asg-lsp-hero__copy {
    max-width: 760px;
  }

  .asg-lsp h1 {
    max-width: 14ch;
  }

  .asg-lsp-hero__media {
    width: min(780px, 100%);
  }
}

@media (max-width: 767px) {
  body.single-asg_local_service .bde-header-builder,
  body.single-asg_city_hub .bde-header-builder,
  body.single-asg_local_service .bde-header-builder .bde-section,
  body.single-asg_city_hub .bde-header-builder .bde-section,
  body.single-asg_local_service header.site-header,
  body.single-asg_city_hub header.site-header,
  body.single-asg_local_service .site-header,
  body.single-asg_city_hub .site-header {
    background-color: #25272c !important;
  }

  .asg-lsp {
    width: 100%;
    max-width: 100%;
    left: auto;
    margin-left: 0;
  }

  .asg-lsp-wrap {
    width: min(100% - 24px, var(--asg-content-max));
  }

  .asg-lsp-hero {
    padding: 3.2rem 0 3.4rem;
  }

  .asg-lsp-hero__grid {
    gap: 1.7rem;
  }

  .asg-lsp-kicker {
    font-size: .68rem;
    line-height: 1.25;
    letter-spacing: .1em;
  }

  .asg-lsp h1 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
    line-height: .98;
    letter-spacing: -.045em;
    max-width: 12ch;
  }

  .asg-lsp-lead {
    font-size: 1rem;
    line-height: 1.62;
    margin-bottom: 1.25rem;
  }

  .asg-lsp-btns {
    gap: .65rem;
  }

  .asg-lsp-btn {
    width: 100%;
    min-height: 3rem;
    padding: .82rem 1rem;
    white-space: normal;
    text-align: center;
  }

  .asg-lsp-hero__media {
    border-radius: 1rem;
    width: 100%;
  }

  .asg-lsp-hero__media img {
    max-height: 390px;
    width: 100%;
    object-fit: contain;
  }

  .asg-lsp-section {
    padding: 3rem 0;
  }

  .asg-lsp-card-grid,
  .asg-lsp-process,
  .asg-lsp-service-cards {
    grid-template-columns: 1fr !important;
  }

  .asg-lsp-feature-card,
  .asg-lsp-process__item,
  .asg-lsp-links-card,
  .asg-lsp-service-card,
  .asg-lsp-faq-item {
    padding: 1rem;
  }

  .asg-lsp-cta {
    padding: 3rem 0;
  }
}

@media (max-width: 700px) {
  .asg-lsp-section--links { padding: 2.25rem 0; }
  .asg-lsp-link-band { border-radius: 1rem; padding: 1rem; gap: 1rem; }
  .asg-lsp-link-chips { gap: .45rem; }
  .asg-lsp-link-chips a { width: 100%; justify-content: center; min-height: 2.75rem; font-size: .86rem; padding: .7rem .8rem; }
}

/* v1.5.8 curated image layout: avoid forcing portrait/square images into wide frames. */
.asg-lsp-hero__media--landscape {
  width: 100%;
}

.asg-lsp-hero__media--portrait {
  width: min(460px, 100%);
  justify-self: center;
}

.asg-lsp-hero__media--portrait img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  max-height: min(640px, 62vh);
}

.asg-lsp-hero__media--square {
  width: min(560px, 100%);
  justify-self: center;
}

.asg-lsp-hero__media--square img {
  width: 100%;
  max-height: 560px;
}

@media (max-width: 767px) {
  .asg-lsp-hero__media--portrait,
  .asg-lsp-hero__media--square,
  .asg-lsp-hero__media--landscape {
    width: 100%;
  }

  .asg-lsp-hero__media--portrait img,
  .asg-lsp-hero__media--square img,
  .asg-lsp-hero__media--landscape img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
  }
}

/* v1.6.0: hero image backgrounds, tighter sections, cleaner mobile landing-page layout */
body.single-asg_local_service .bde-header-builder,
body.single-asg_city_hub .bde-header-builder,
body.single-asg_local_service .bde-header-builder .bde-section,
body.single-asg_city_hub .bde-header-builder .bde-section,
body.single-asg_local_service header.site-header,
body.single-asg_city_hub header.site-header,
body.single-asg_local_service .site-header,
body.single-asg_city_hub .site-header {
  background: rgba(18, 21, 27, .72) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.asg-lsp-hero--image {
  min-height: clamp(620px, 78vh, 820px);
  display: flex;
  align-items: center;
  padding: clamp(7.5rem, 11vw, 10.5rem) 0 clamp(4rem, 7vw, 6rem);
  background-image: var(--asg-hero-bg);
  background-size: cover;
  background-position: center center;
  isolation: isolate;
}

.asg-lsp-hero--image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, .94) 0%, rgba(5, 8, 13, .72) 18%, rgba(5, 8, 13, .42) 44%, rgba(5, 8, 13, .78) 100%),
    linear-gradient(90deg, rgba(5, 8, 13, .84) 0%, rgba(5, 8, 13, .58) 42%, rgba(5, 8, 13, .22) 100%);
  pointer-events: none;
}

.asg-lsp-hero--image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 8px;
  z-index: 1;
  background: linear-gradient(90deg, var(--asg-orange), var(--asg-teal));
  opacity: .95;
}

.asg-lsp-hero__content {
  position: relative;
  z-index: 2;
}

.asg-lsp-hero--image .asg-lsp-hero__copy {
  max-width: 780px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(13, 21, 32, .74), rgba(13, 21, 32, .34));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.asg-lsp-hero--image .asg-lsp-kicker {
  color: rgba(255,255,255,.92) !important;
}

.asg-lsp-hero--image h1 {
  max-width: 14ch;
  margin-bottom: 1rem;
}

.asg-lsp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.asg-lsp-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .5rem .72rem;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.88);
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.15;
}

.asg-lsp-hero-points li::before {
  content: "";
  width: .4rem;
  height: .4rem;
  border-radius: 999px;
  background: var(--asg-orange);
  box-shadow: 0 0 0 3px rgba(255,101,79,.18);
  flex: 0 0 auto;
}

.asg-lsp-section {
  padding: clamp(3.1rem, 5.2vw, 4.8rem) 0;
}

.asg-lsp-two-col--media {
  align-items: center;
}

.asg-lsp-support-panel {
  display: grid;
  gap: .95rem;
}

.asg-lsp-support-image {
  margin: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid var(--asg-line);
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.asg-lsp-support-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  object-position: center;
  background: #f7f8f7;
}

.asg-lsp-card-grid {
  gap: .75rem;
}

.asg-lsp-feature-card,
.asg-lsp-process__item,
.asg-lsp-service-card,
.asg-lsp-faq-item {
  border-radius: .9rem;
  padding: 1rem 1.05rem;
}

.asg-lsp-section-head {
  margin-bottom: 1.45rem;
}

.asg-lsp-process {
  gap: .85rem;
}

.asg-lsp-cta {
  padding: clamp(3rem, 5vw, 4.25rem) 0;
}

.asg-lsp-link-band {
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.asg-lsp-faqs {
  gap: .65rem;
}

.asg-lsp-faq-item p {
  margin-top: .55rem;
}

@media (min-width: 900px) {
  .asg-lsp-hero__content {
    display: block;
  }
  .asg-lsp-two-col--media {
    grid-template-columns: .88fr 1.12fr;
  }
}

@media (max-width: 767px) {
  .asg-lsp-hero--image {
    min-height: auto;
    padding: 5.25rem 0 3.25rem;
    background-position: center top;
  }

  .asg-lsp-hero--image::before {
    background:
      linear-gradient(180deg, rgba(5,8,13,.96) 0%, rgba(5,8,13,.72) 26%, rgba(5,8,13,.65) 100%),
      linear-gradient(90deg, rgba(5,8,13,.74), rgba(5,8,13,.44));
  }

  .asg-lsp-hero--image .asg-lsp-hero__copy {
    padding: 1.05rem;
    border-radius: 1rem;
  }

  .asg-lsp-hero-points {
    gap: .45rem;
    margin-bottom: 1.1rem;
  }

  .asg-lsp-hero-points li {
    width: 100%;
    justify-content: flex-start;
    font-size: .8rem;
    padding: .56rem .7rem;
  }

  .asg-lsp-section {
    padding: 2.55rem 0;
  }

  .asg-lsp-support-image img {
    max-height: 320px;
  }

  .asg-lsp-feature-card,
  .asg-lsp-process__item,
  .asg-lsp-service-card,
  .asg-lsp-faq-item {
    padding: .95rem;
  }
}

/* v1.6.1: content-section polish only. Hero styling intentionally unchanged. */
.asg-lsp-section:not(.asg-lsp-hero) {
  background: #ffffff;
}

.asg-lsp-section--soft:not(.asg-lsp-faq-section) {
  background:
    radial-gradient(circle at 12% 8%, rgba(63,143,138,.08), transparent 28%),
    linear-gradient(180deg, #f7fafb 0%, #eef3f4 100%);
}

.asg-lsp-two-col--media > div:first-child {
  max-width: 760px;
}

.asg-lsp-two-col--media > div:first-child .asg-lsp-kicker,
.asg-lsp-section-head .asg-lsp-kicker {
  color: var(--asg-teal-dark);
}

.asg-lsp-two-col--media > div:first-child h2,
.asg-lsp-section-head h2 {
  letter-spacing: -.06em;
}

.asg-lsp-support-panel {
  align-self: stretch;
}

.asg-lsp-support-image {
  border-radius: 1.35rem;
  border: 1px solid rgba(21,21,21,.11);
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(0,0,0,.055);
}

.asg-lsp-support-image img {
  background: #f7f7f4;
}

.asg-lsp-feature-card,
.asg-lsp-process__item,
.asg-lsp-service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21,21,21,.11);
  border-radius: 1.1rem;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(0,0,0,.045);
  padding: clamp(1.15rem, 2.4vw, 1.45rem);
}

.asg-lsp-feature-card::before,
.asg-lsp-process__item::before,
.asg-lsp-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 4px;
  border-radius: 999px;
  background: var(--asg-orange);
  opacity: .86;
}

.asg-lsp-feature-card h3,
.asg-lsp-feature-card p,
.asg-lsp-process__item h3,
.asg-lsp-process__item p,
.asg-lsp-service-card h3,
.asg-lsp-service-card p,
.asg-lsp-service-card span {
  padding-left: .55rem;
}

.asg-lsp-feature-card:hover,
.asg-lsp-process__item:hover,
.asg-lsp-service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(21,21,21,.18);
  box-shadow: 0 18px 42px rgba(0,0,0,.065);
}

.asg-lsp-process__item span {
  margin-left: .55rem;
  background: rgba(63,143,138,.12);
  color: var(--asg-teal-dark);
}

.asg-lsp-trust {
  background: #ffffff;
}

.asg-lsp-trust .asg-lsp-section-head {
  max-width: 920px;
}

.asg-lsp-section--links {
  background: #ffffff;
  padding: clamp(2.25rem, 4.8vw, 3.75rem) 0;
}

.asg-lsp-link-band {
  border: 1px solid rgba(21,21,21,.11);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(0,0,0,.045);
  align-items: start;
}

.asg-lsp-link-band__copy h2 {
  font-size: clamp(1.75rem, 3.3vw, 3rem);
}

.asg-lsp-link-chips a {
  border-color: rgba(63,143,138,.22);
  color: var(--asg-teal-dark);
  box-shadow: none;
}

.asg-lsp-link-chips a:hover {
  background: var(--asg-orange);
  border-color: var(--asg-orange);
  color: #fff !important;
}

.asg-lsp-faq-section {
  --asg-faq-card: rgba(255,255,255,.92);
  --asg-faq-ink: #151515;
  --asg-faq-text: #383838;
  --asg-faq-muted: #686d67;
  --asg-faq-line: rgba(21,21,21,.11);
  --asg-faq-line-strong: rgba(21,21,21,.18);
  --asg-faq-shadow: 0 14px 34px rgba(0,0,0,.045);
  --asg-faq-shadow-hover: 0 18px 42px rgba(0,0,0,.065);

  background: transparent;
  color: var(--asg-faq-ink);
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.asg-lsp-faq-shell {
  width: min(1120px, calc(100% - 40px));
}

.asg-lsp-faq-header {
  max-width: 860px;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.asg-lsp-faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .95rem;
  color: var(--asg-teal-dark);
  font-size: .76rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.asg-lsp-faq-kicker::before {
  content: "";
  width: 2.4rem;
  height: 3px;
  border-radius: 999px;
  background: var(--asg-orange);
}

.asg-lsp-faq-header h2 {
  margin: 0;
  max-width: 860px;
  color: var(--asg-faq-ink);
  font-size: clamp(2.05rem, 4.7vw, 4.35rem);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 950;
}

.asg-lsp-faq-header p {
  max-width: 760px;
  margin: 1.1rem 0 0;
  color: var(--asg-faq-text);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.7;
  font-weight: 500;
}

.asg-lsp-faq-intro {
  margin-bottom: 1rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid var(--asg-faq-line);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 28px rgba(0,0,0,.035);
}

.asg-lsp-faq-intro h3,
.asg-lsp-faq-item h3,
.asg-lsp-faq-cta h3 {
  margin: 0;
  color: var(--asg-faq-ink);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.14;
  letter-spacing: -.035em;
  font-weight: 950;
}

.asg-lsp-faq-intro p,
.asg-lsp-faq-item p,
.asg-lsp-faq-cta p {
  margin: .75rem 0 0;
  color: var(--asg-faq-text);
  font-size: .98rem;
  line-height: 1.66;
  font-weight: 500;
}

.asg-lsp-faqs {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: .85rem;
}

.asg-lsp-faq-item {
  position: relative;
  padding: clamp(1.15rem, 2.4vw, 1.45rem);
  border: 1px solid var(--asg-faq-line);
  border-radius: 1.1rem;
  background: var(--asg-faq-card);
  box-shadow: var(--asg-faq-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.asg-lsp-faq-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  bottom: 1.15rem;
  width: 4px;
  border-radius: 999px;
  background: var(--asg-orange);
  opacity: .86;
}

.asg-lsp-faq-item:hover {
  transform: translateY(-2px);
  border-color: var(--asg-faq-line-strong);
  box-shadow: var(--asg-faq-shadow-hover);
}

.asg-lsp-faq-item h3 {
  padding-left: .55rem;
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
  line-height: 1.25;
}

.asg-lsp-faq-item p {
  padding-left: .55rem;
  color: var(--asg-faq-muted);
  font-size: .96rem;
  line-height: 1.65;
}

.asg-lsp-faq-link {
  color: var(--asg-teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(63,143,138,.35);
}

.asg-lsp-faq-link:hover {
  color: var(--asg-orange-dark);
  text-decoration-color: rgba(255,101,79,.55);
}

.asg-lsp-faq-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: center;
  margin-top: 1rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--asg-faq-line);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.78);
  box-shadow: var(--asg-faq-shadow);
}

.asg-lsp-faq-cta-copy {
  max-width: 760px;
}

.asg-lsp-faq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.asg-lsp-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3.1rem;
  padding: .84rem 1.2rem;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.asg-lsp-faq-btn-primary {
  background: var(--asg-orange);
  color: #fff !important;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 24px rgba(255,101,79,.20);
}

.asg-lsp-faq-btn-primary:hover {
  transform: translateY(-2px);
  background: var(--asg-orange-dark);
  box-shadow: 0 16px 30px rgba(255,101,79,.26);
  color: #fff !important;
}

.asg-lsp-faq-btn-outline {
  background: transparent;
  color: var(--asg-faq-ink) !important;
  border: 1px solid var(--asg-faq-line-strong);
}

.asg-lsp-faq-btn-outline:hover {
  transform: translateY(-2px);
  border-color: rgba(255,101,79,.45);
  color: var(--asg-orange-dark) !important;
}

.asg-lsp-final-polish-note {
  display: none;
}

@media (min-width: 780px) {
  .asg-lsp-faqs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .asg-lsp-faq-cta {
    grid-template-columns: 1fr auto;
  }
  .asg-lsp-faq-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 700px) {
  .asg-lsp-faq-shell {
    width: min(100% - 24px, 1120px);
  }
  .asg-lsp-faq-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .asg-lsp-faq-actions,
  .asg-lsp-faq-btn {
    width: 100%;
  }
  .asg-lsp-faq-item::before,
  .asg-lsp-feature-card::before,
  .asg-lsp-process__item::before,
  .asg-lsp-service-card::before {
    top: 1rem;
    bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asg-lsp-feature-card,
  .asg-lsp-process__item,
  .asg-lsp-service-card,
  .asg-lsp-faq-item,
  .asg-lsp-faq-btn,
  .asg-lsp-link-chips a {
    transition: none !important;
  }
  .asg-lsp-feature-card:hover,
  .asg-lsp-process__item:hover,
  .asg-lsp-service-card:hover,
  .asg-lsp-faq-item:hover,
  .asg-lsp-faq-btn:hover,
  .asg-lsp-link-chips a:hover {
    transform: none !important;
  }
}


/* ═══════════════════════════════════════════════════════════════


/* ═══════════════════════════════════════════════════════════════
   v2.0.0 — SECTION REDESIGN
   Every section has a distinct visual character.
   Strong typographic hierarchy. Editorial, not card-soup.
   ═══════════════════════════════════════════════════════════════ */


/* ───────────────────────────────────────────────────────────────
   INSTANT ESTIMATE — Full-width dark band, left copy / right CTA
   Cinematic dark background, large headline, prominent button
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-estimate-callout {
  position: relative;
  overflow: hidden;
  background: #0d1520;
  padding: clamp(3.5rem, 6vw, 5rem) 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

/* Subtle teal glow top-left, orange accent top-right */
.asg-lsp-estimate-callout::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 0% 0%, rgba(63,143,138,.18), transparent),
    radial-gradient(ellipse 40% 50% at 100% 100%, rgba(255,101,79,.10), transparent);
  pointer-events: none;
}

/* Orange accent line at top */
.asg-lsp-estimate-callout::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--asg-orange) 0%, var(--asg-teal) 100%);
}

.asg-lsp-estimate-callout__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.asg-lsp-estimate-callout .asg-lsp-kicker {
  color: var(--asg-teal);
  margin-bottom: .85rem;
}

.asg-lsp-estimate-callout__copy h2 {
  margin: 0 0 1rem;
  color: #ffffff !important;
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  line-height: .97;
  letter-spacing: -.055em;
  font-weight: 950;
  max-width: 18ch;
}

.asg-lsp-estimate-callout__copy p {
  color: rgba(255,255,255,.70);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.72;
  font-weight: 440;
  max-width: 56ch;
  margin: 0 0 1.5rem;
}

.asg-lsp-estimate-callout__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem .75rem;
}

.asg-lsp-estimate-callout__bullets li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  color: rgba(255,255,255,.78);
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.42;
}

.asg-lsp-estimate-callout__bullets li::before {
  content: "";
  flex-shrink: 0;
  margin-top: .28rem;
  width: .42rem;
  height: .42rem;
  border-radius: 99px;
  background: var(--asg-orange);
  box-shadow: 0 0 0 3px rgba(255,101,79,.20);
}

/* Right column: CTA card */
.asg-lsp-estimate-callout__actions {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.5rem;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  backdrop-filter: blur(12px);
}

.asg-lsp-estimate-callout__actions-headline {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 0;
}

.asg-lsp-estimate-callout__primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1rem 1.6rem;
  border-radius: 999px;
  background: var(--asg-orange);
  color: #fff !important;
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 14px 36px rgba(255,101,79,.38);
  transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease;
  text-align: center;
}

.asg-lsp-estimate-callout__primary:hover {
  transform: translateY(-2px);
  background: var(--asg-orange-dark);
  box-shadow: 0 18px 44px rgba(255,101,79,.48);
  color: #fff !important;
}

.asg-lsp-estimate-callout__icon { font-size: 1.1em; }

.asg-lsp-estimate-callout__sub {
  margin: -.5rem 0 0;
  color: rgba(255,255,255,.40);
  font-size: .78rem;
  text-align: center;
  font-weight: 500;
}

.asg-lsp-estimate-callout__divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.10);
  margin: 0;
}

.asg-lsp-estimate-callout__options {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.asg-lsp-estimate-callout__option {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .75rem 1rem;
  border-radius: .85rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  text-decoration: none !important;
  transition: background 170ms ease, border-color 170ms ease;
}

.asg-lsp-estimate-callout__option:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.16);
}

.asg-lsp-estimate-callout__option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: .65rem;
  background: rgba(255,255,255,.08);
  flex-shrink: 0;
  font-size: 1rem;
}

.asg-lsp-estimate-callout__option-text strong {
  display: block;
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.asg-lsp-estimate-callout__option-text span {
  color: rgba(255,255,255,.48);
  font-size: .76rem;
  font-weight: 480;
}

@media (min-width: 900px) {
  .asg-lsp-estimate-callout__inner { grid-template-columns: 1.15fr .85fr; }
  .asg-lsp-estimate-callout__bullets { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .asg-lsp-estimate-callout__bullets { grid-template-columns: 1fr; }
  .asg-lsp-estimate-callout__copy h2 { max-width: none; }
}


/* ───────────────────────────────────────────────────────────────
   CITY PROOF — Editorial magazine layout
   Large section headline, 2-col info grid, dispatch highlight
   NO card borders on the primary info — open, editorial feel
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-city-proof {
  background: #fff;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  border-top: 1px solid var(--asg-line);
}

/* Big editorial headline treatment */
.asg-lsp-city-proof .asg-lsp-section-head--left h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: .95;
  letter-spacing: -.065em;
  font-weight: 950;
  color: var(--asg-black);
  max-width: 18ch;
}

.asg-lsp-city-proof .asg-lsp-section-head--left p {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.7;
  color: var(--asg-text);
  max-width: 58ch;
  font-weight: 440;
}

.asg-lsp-section-head--left {
  max-width: 860px;
  margin: 0 0 2.5rem;
  text-align: left;
}

.asg-lsp-section-head--left .asg-lsp-kicker { justify-content: flex-start; }

/* 4-cell info grid — no cards, just ruled rows */
.asg-lsp-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--asg-line);
  border-radius: 1.35rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 40px rgba(0,0,0,.055);
}

.asg-lsp-proof-card {
  padding: clamp(1.4rem, 2.5vw, 2rem) clamp(1.4rem, 2.5vw, 2rem) clamp(1.4rem, 2.5vw, 2rem) clamp(2rem, 3.2vw, 2.75rem);
  border-bottom: 1px solid var(--asg-line);
  position: relative;
}

.asg-lsp-proof-card:last-child { border-bottom: none; }

/* Orange left rule instead of a border card */
.asg-lsp-proof-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  bottom: 1.4rem;
  width: 4px;
  background: var(--asg-orange);
  border-radius: 0 99px 99px 0;
}

.asg-lsp-proof-card__label {
  display: inline-block;
  margin-bottom: .5rem;
  color: var(--asg-teal-dark);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  line-height: 1;
}

.asg-lsp-proof-card h3 {
  margin: 0 0 .4rem;
  color: var(--asg-black);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 950;
  letter-spacing: -.03em;
  line-height: 1.18;
}

.asg-lsp-proof-card p {
  margin: 0;
  color: var(--asg-text);
  font-size: .97rem;
  line-height: 1.68;
  font-weight: 440;
}

.asg-lsp-proof-card a {
  color: var(--asg-teal-dark) !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.asg-lsp-proof-card a:hover { color: var(--asg-orange-dark) !important; }

.asg-lsp-proof-card strong { color: var(--asg-black); font-weight: 900; }

/* Wide dispatch card — tinted background to stand out */
.asg-lsp-proof-card--wide {
  background: linear-gradient(135deg, rgba(63,143,138,.05) 0%, rgba(63,143,138,.02) 100%);
  border-top: 1px solid rgba(63,143,138,.15);
  border-bottom: none;
}

.asg-lsp-proof-card--wide::before {
  background: var(--asg-teal);
}

.asg-lsp-proof-card--wide .asg-lsp-proof-card__label {
  color: var(--asg-teal-dark);
}

@media (min-width: 760px) {
  .asg-lsp-proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .asg-lsp-proof-card { border-right: 1px solid var(--asg-line); border-bottom: 1px solid var(--asg-line); }
  .asg-lsp-proof-card:nth-child(2n) { border-right: none; }
  .asg-lsp-proof-card:nth-last-child(-n+2):not(.asg-lsp-proof-card--wide) { border-bottom: none; }
  .asg-lsp-proof-card--wide {
    grid-column: span 2;
    border-right: none;
    border-bottom: none;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1.5rem;
  }
  .asg-lsp-proof-card--wide .asg-lsp-proof-card__label { grid-column: 1 / -1; margin-bottom: .25rem; }
}


/* ───────────────────────────────────────────────────────────────
   JOBS SECTION — Dark editorial strip
   Black background, white text, large type, numbered jobs
   Completely different from every other section
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-jobs {
  background: #111827;
  padding: clamp(4rem, 7vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}

.asg-lsp-jobs::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 100% 0%, rgba(63,143,138,.12), transparent),
    radial-gradient(ellipse 40% 50% at 0% 100%, rgba(255,101,79,.08), transparent);
  pointer-events: none;
}

.asg-lsp-jobs .asg-lsp-wrap { position: relative; z-index: 1; }

.asg-lsp-jobs .asg-lsp-section-head--left .asg-lsp-kicker {
  color: var(--asg-teal);
}

.asg-lsp-jobs .asg-lsp-section-head--left h2 {
  color: #ffffff !important;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  letter-spacing: -.06em;
  line-height: .97;
  max-width: 20ch;
}

.asg-lsp-jobs .asg-lsp-section-head--left p {
  color: rgba(255,255,255,.62);
  font-size: 1rem;
  font-weight: 440;
}

.asg-lsp-job-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(255,255,255,.08);
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}

.asg-lsp-job-card {
  background: rgba(255,255,255,.03);
  padding: clamp(1.5rem, 2.8vw, 2.2rem);
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: background 180ms ease;
}

.asg-lsp-job-card:hover {
  background: rgba(255,255,255,.07);
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

/* Orange top accent bar per card */
.asg-lsp-job-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--asg-orange), transparent 75%);
  border-radius: 0;
  bottom: auto;
  width: auto;
  opacity: 1;
  inset: 0 0 auto 0;
}

.asg-lsp-job-card__tag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: .9rem;
  padding: .3rem .7rem;
  border-radius: 999px;
  background: rgba(255,101,79,.15);
  border: 1px solid rgba(255,101,79,.28);
  color: var(--asg-orange);
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
}

.asg-lsp-job-card h3 {
  margin: 0 0 .75rem;
  padding-left: 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 950;
}

.asg-lsp-job-card p {
  margin: 0;
  padding-left: 0;
  color: rgba(255,255,255,.58);
  font-size: .93rem;
  line-height: 1.65;
  font-weight: 440;
}

@media (min-width: 760px) {
  .asg-lsp-job-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 759px) {
  .asg-lsp-job-card { border-radius: 0; }
  .asg-lsp-job-card:first-child { border-radius: 1.25rem 1.25rem 0 0; }
  .asg-lsp-job-card:last-child  { border-radius: 0 0 1.25rem 1.25rem; }
}


/* ───────────────────────────────────────────────────────────────
   TESTIMONIALS — Light, open, magazine-style
   Large pullquotes, minimal chrome, feels editorial not gridded
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-testimonials {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(63,143,138,.06), transparent 60%),
    #f7f9f8;
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.asg-lsp-testimonials .asg-lsp-section-head--left h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  letter-spacing: -.06em;
  line-height: .97;
  max-width: 18ch;
}

.asg-lsp-testimonials .asg-lsp-section-head--left p {
  font-size: 1rem;
  color: var(--asg-text);
  font-weight: 440;
}

.asg-lsp-testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.asg-lsp-testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(21,21,21,.08);
  border-radius: 1.35rem;
  padding: clamp(1.6rem, 3vw, 2.2rem);
  box-shadow: 0 4px 24px rgba(0,0,0,.04), 0 1px 4px rgba(0,0,0,.04);
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.asg-lsp-testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 42px rgba(0,0,0,.08);
  border-color: transparent;
}

/* Large decorative quote mark */
.asg-lsp-testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: -.25rem;
  right: 1.25rem;
  font-size: 7rem;
  line-height: 1;
  color: rgba(255,101,79,.10);
  font-weight: 950;
  font-family: Georgia, serif;
  pointer-events: none;
}

.asg-lsp-testimonial-stars {
  display: flex;
  gap: .18rem;
  margin-bottom: 1rem;
  padding-left: 0;
}

.asg-lsp-testimonial-stars::before {
  content: "★★★★★";
  color: var(--asg-orange);
  font-size: 1.05rem;
  letter-spacing: .05em;
  line-height: 1;
}

.asg-lsp-testimonial-card blockquote {
  margin: 0 0 1.1rem;
  padding: 0;
  color: var(--asg-black);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.42;
  letter-spacing: -.028em;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.asg-lsp-testimonial-context {
  margin: 0;
  padding: 0;
  color: var(--asg-muted);
  font-size: .88rem;
  line-height: 1.55;
  font-weight: 480;
  font-style: italic;
}

.asg-lsp-testimonial-card cite {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.15rem;
  padding: 1rem 0 0;
  border-top: 1px solid var(--asg-line);
  color: var(--asg-teal-dark);
  font-style: normal;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.asg-lsp-testimonial-card cite::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 3px;
  border-radius: 99px;
  background: var(--asg-orange);
  flex-shrink: 0;
}

@media (min-width: 760px) {
  .asg-lsp-testimonial-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 759px) {
  .asg-lsp-testimonial-card { padding: 1.4rem; }
}


/* ───────────────────────────────────────────────────────────────
   TRUST SECTION — Override to match new editorial style
   Centered display headline, 3-col open proof points
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-trust {
  background: #ffffff;
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-top: 1px solid var(--asg-line);
}

.asg-lsp-trust .asg-lsp-section-head h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: .97;
  letter-spacing: -.065em;
  max-width: 22ch;
  margin-inline: auto;
}

.asg-lsp-trust .asg-lsp-process {
  margin-top: 1.5rem;
}

.asg-lsp-trust .asg-lsp-process__item {
  background: transparent;
  border: none;
  border-top: 3px solid var(--asg-line);
  border-radius: 0;
  box-shadow: none;
  padding: 1.5rem 0 0;
  position: relative;
}

.asg-lsp-trust .asg-lsp-process__item::before { display: none; }

.asg-lsp-trust .asg-lsp-process__item h3 {
  padding-left: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  color: var(--asg-black);
  margin-bottom: .65rem;
  letter-spacing: -.03em;
}

.asg-lsp-trust .asg-lsp-process__item p {
  padding-left: 0;
  font-size: .97rem;
  line-height: 1.7;
  color: var(--asg-text);
  font-weight: 440;
}

/* Orange rule replaces the number badge */
.asg-lsp-trust .asg-lsp-process__item::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 2.5rem;
  height: 3px;
  background: var(--asg-orange);
  border-radius: 99px;
}


/* ───────────────────────────────────────────────────────────────
   SECTION HEAD VARIANTS
   ─────────────────────────────────────────────────────────────── */

/* Already defined in v1.6.1 for .asg-lsp-section-head
   Just override for left-aligned editorial variant */
.asg-lsp-section-head--left {
  max-width: 860px;
  margin: 0 0 2.25rem;
  text-align: left;
}

.asg-lsp-section-head--left .asg-lsp-kicker {
  justify-content: flex-start;
}

.asg-lsp-section-head--left h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  letter-spacing: -.065em;
  line-height: .97;
  margin-bottom: .85rem;
  color: var(--asg-black);
}

.asg-lsp-section-head--left p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--asg-text);
  font-weight: 440;
  max-width: 62ch;
  margin: 0;
}


/* ───────────────────────────────────────────────────────────────
   PROCESS SECTION — Override for stronger visual contrast
   Large numbered steps, open layout, not boxed cards
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-section--soft .asg-lsp-section-head h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  letter-spacing: -.065em;
  line-height: .97;
}

.asg-lsp-section--soft .asg-lsp-process__item {
  background: rgba(255,255,255,.92);
}

.asg-lsp-section--soft .asg-lsp-process__item h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  letter-spacing: -.035em;
  padding-left: .55rem;
}

.asg-lsp-section--soft .asg-lsp-process__item p {
  padding-left: .55rem;
  font-size: .96rem;
  line-height: 1.65;
}


/* ───────────────────────────────────────────────────────────────
   FAQ SECTION — Rebalanced type scale
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-faq-section .asg-lsp-faq-header h2 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  letter-spacing: -.068em;
  line-height: .97;
}

.asg-lsp-faq-section .asg-lsp-faq-item h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  letter-spacing: -.03em;
  line-height: 1.22;
}


/* ───────────────────────────────────────────────────────────────
   FEATURE CARDS (local detail section) — elevated quality
   ─────────────────────────────────────────────────────────────── */

.asg-lsp--service .asg-lsp-feature-card h3,
.asg-lsp--hub .asg-lsp-feature-card h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  letter-spacing: -.03em;
  line-height: 1.18;
}

.asg-lsp--service .asg-lsp-feature-card p,
.asg-lsp--hub .asg-lsp-feature-card p {
  font-size: .94rem;
  line-height: 1.65;
  font-weight: 440;
}


/* ───────────────────────────────────────────────────────────────
   CTA BLOCK — Bolder headline
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-cta h2 {
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  letter-spacing: -.06em !important;
  line-height: .97 !important;
}


/* ───────────────────────────────────────────────────────────────
   MOBILE OVERRIDES for new sections
   ─────────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  /* Estimate callout */
  .asg-lsp-estimate-callout { padding: 3rem 0; }
  .asg-lsp-estimate-callout__copy h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .asg-lsp-estimate-callout__bullets { grid-template-columns: 1fr; }
  .asg-lsp-estimate-callout__actions { padding: 1.4rem; border-radius: 1.1rem; }
  .asg-lsp-estimate-callout__option { padding: .65rem .85rem; }

  /* City proof */
  .asg-lsp-city-proof .asg-lsp-section-head--left h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .asg-lsp-proof-card { padding: 1.2rem 1.2rem 1.2rem 1.75rem; }
  .asg-lsp-proof-card--wide { grid-column: span 1; }

  /* Jobs */
  .asg-lsp-jobs .asg-lsp-section-head--left h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .asg-lsp-job-card h3 { font-size: clamp(1.1rem, 5.5vw, 1.35rem); }

  /* Testimonials */
  .asg-lsp-testimonials .asg-lsp-section-head--left h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }

  /* Trust */
  .asg-lsp-trust .asg-lsp-section-head h2 { font-size: clamp(1.9rem, 9vw, 2.75rem); }

  /* Section heads */
  .asg-lsp-section-head--left h2 { font-size: clamp(2rem, 9vw, 2.85rem); }

  /* Proof card wide span reset */
  .asg-lsp-proof-grid { grid-template-columns: 1fr !important; }
  .asg-lsp-proof-card--wide { grid-column: span 1; display: block; }
}


/* ───────────────────────────────────────────────────────────────
   REDUCED MOTION
   ─────────────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .asg-lsp-estimate-callout__primary,
  .asg-lsp-testimonial-card,
  .asg-lsp-job-card,
  .asg-lsp-proof-card { transition: none !important; }

  .asg-lsp-estimate-callout__primary:hover,
  .asg-lsp-testimonial-card:hover { transform: none !important; }
}


/* ═══════════════════════════════════════════════════════════════
   v2.1.1 — Three targeted fixes:
   1. Dark section (jobs) text contrast
   2. Internal links section full redesign
   3. Image+text section: tall image, equal visual weight
   ═══════════════════════════════════════════════════════════════ */


/* ── FIX 1: Jobs dark section — text legibility ─────────────── */

.asg-lsp-jobs .asg-lsp-section-head--left p {
  color: rgba(255,255,255,.80) !important;
}

.asg-lsp-job-card h3 {
  color: #ffffff !important;
}

.asg-lsp-job-card p {
  color: rgba(255,255,255,.78) !important;
}

.asg-lsp-job-card {
  background: rgba(255,255,255,.05) !important;
}


/* ── FIX 2: Internal links — full editorial redesign ─────────── */
/* Completely replaces the grey bordered band with a proper
   dark-header + chip cloud treatment */

.asg-lsp-section--links {
  padding: clamp(3rem, 5.5vw, 5rem) 0 !important;
  background: #fff !important;
}

.asg-lsp-link-band {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: block !important;
  gap: 0 !important;
}

/* Header row */
.asg-lsp-link-band__copy {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--asg-line);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem 2.5rem;
}

.asg-lsp-link-band__copy .asg-lsp-kicker {
  width: 100%;
  margin-bottom: .4rem;
}

.asg-lsp-link-band__copy h2 {
  flex: 1 1 auto;
  font-size: clamp(1.9rem, 4vw, 3.2rem) !important;
  letter-spacing: -.06em !important;
  line-height: .97 !important;
  margin: 0 !important;
  color: var(--asg-black) !important;
  max-width: 22ch;
}

.asg-lsp-link-band__copy p {
  flex: 0 1 44ch;
  font-size: .97rem;
  line-height: 1.68;
  color: var(--asg-text);
  font-weight: 440;
  margin: 0;
}

/* Links card — remove grey label, use cleaner section */
.asg-lsp-links-card h3 {
  font-size: .72rem !important;
  letter-spacing: .14em !important;
  color: var(--asg-teal-dark) !important;
  text-transform: uppercase !important;
  font-weight: 950 !important;
  margin-bottom: 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: .5rem !important;
}

.asg-lsp-links-card h3::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 2px;
  background: var(--asg-orange);
  border-radius: 99px;
  flex-shrink: 0;
}

/* Chips — cleaner, more intentional */
.asg-lsp-link-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .6rem !important;
  align-items: center !important;
}

.asg-lsp-link-chips a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 2.4rem !important;
  padding: .5rem 1rem !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(21,21,21,.14) !important;
  color: var(--asg-black) !important;
  font-weight: 700 !important;
  font-size: .86rem !important;
  background: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease !important;
  letter-spacing: -.005em;
}

/* City-specific chips (first N chips) get a stronger teal border */
.asg-lsp-link-chips a:nth-child(-n+6) {
  border-color: rgba(47,116,112,.28) !important;
  color: var(--asg-teal-dark) !important;
  font-weight: 800 !important;
}

.asg-lsp-link-chips a:hover {
  background: var(--asg-orange) !important;
  border-color: var(--asg-orange) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
  .asg-lsp-link-band__copy { flex-direction: column; align-items: flex-start; gap: .75rem; }
  .asg-lsp-link-chips a { min-height: 2.6rem !important; }
}


/* ── FIX 3: Image + text section — tall image equal visual weight ─ */

/* Make the two-col media section stack image left, content right
   with the image stretching to full column height */
.asg-lsp-two-col--media {
  align-items: stretch !important;
  gap: clamp(2.5rem, 5vw, 5rem) !important;
}

/* Reverse so image is on the right */
.asg-lsp-two-col--media.asg-lsp-two-col--img-right {
  direction: ltr;
}

/* The support panel fills height */
.asg-lsp-support-panel {
  display: flex !important;
  flex-direction: column !important;
  gap: .85rem !important;
  align-self: stretch !important;
}

/* Image fills full column height */
.asg-lsp-support-image {
  flex: 1 1 auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 1.35rem !important;
  border: 1px solid rgba(21,21,21,.08) !important;
  background: #f4f4f2 !important;
  box-shadow: 0 16px 48px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.04) !important;
  min-height: 380px;
  display: flex !important;
  align-items: stretch !important;
}

.asg-lsp-support-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 380px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #f4f4f2 !important;
}

/* Left copy col — vertically centered */
.asg-lsp-two-col--media > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
}

.asg-lsp-two-col--media > div:first-child h2 {
  font-size: clamp(2rem, 4vw, 3.4rem) !important;
  letter-spacing: -.062em !important;
  line-height: .97 !important;
  margin-bottom: 1rem !important;
}

.asg-lsp-two-col--media > div:first-child p {
  font-size: clamp(1rem, 1.3vw, 1.08rem) !important;
  line-height: 1.72 !important;
  font-weight: 440 !important;
  color: var(--asg-text) !important;
}

/* Feature cards in the right col sit below the image */
.asg-lsp-support-panel .asg-lsp-card-grid {
  flex-shrink: 0;
}

@media (min-width: 900px) {
  .asg-lsp-two-col--media {
    grid-template-columns: .9fr 1.1fr !important;
    align-items: stretch !important;
  }
}

@media (max-width: 899px) {
  .asg-lsp-support-image {
    min-height: 280px !important;
  }
  .asg-lsp-support-image img {
    min-height: 280px !important;
  }
}


/* ═══════════════════════════════════════════════════════════════
   v2.1.2 — Local detail section: left copy+cards, right image
            Light grey background, clean separation
            Full mobile audit pass
   ═══════════════════════════════════════════════════════════════ */


/* ── LOCAL DETAIL SECTION ──────────────────────────────────────
   Grey background to separate it from white hero below
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-section--local-detail {
  background: #f5f6f4 !important;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 !important;
}

/* Two-column grid: left=copy+cards, right=image */
.asg-lsp-local-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: stretch;
}

@media (min-width: 900px) {
  .asg-lsp-local-detail {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

/* ── LEFT: copy + cards ─────────────────────────────────────── */

.asg-lsp-local-detail__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.asg-lsp-local-detail__copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -.06em;
  line-height: .97;
  font-weight: 950;
  color: var(--asg-black);
  margin: 0 0 1rem;
  max-width: 22ch;
}

.asg-lsp-local-detail__copy > p {
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.72;
  color: var(--asg-text);
  font-weight: 440;
  max-width: 56ch;
  margin: 0 0 1.75rem;
}

/* Feature list — no boxes, clean ruled items */
.asg-lsp-local-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(21,21,21,.10);
}

.asg-lsp-local-card-item {
  padding: 1rem 0 1rem 1.1rem;
  border-bottom: 1px solid rgba(21,21,21,.08);
  position: relative;
}

/* Orange left rule */
.asg-lsp-local-card-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 3px;
  border-radius: 99px;
  background: var(--asg-orange);
}

.asg-lsp-local-card-item h3 {
  margin: 0 0 .3rem;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 950;
  letter-spacing: -.028em;
  line-height: 1.2;
  color: var(--asg-black);
}

.asg-lsp-local-card-item p {
  margin: 0;
  font-size: .93rem;
  line-height: 1.62;
  color: var(--asg-muted);
  font-weight: 440;
}

/* ── RIGHT: image fills full column height ────────────────────── */

.asg-lsp-local-detail__image {
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.asg-lsp-local-figure {
  flex: 1;
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.06);
  border: 1px solid rgba(21,21,21,.06);
  background: #eaeae8;
  display: flex;
}

.asg-lsp-local-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  flex: 1;
}

@media (max-width: 899px) {
  /* On mobile image sits above cards, reasonable height */
  .asg-lsp-local-detail__image {
    order: -1;
    min-height: 260px;
  }
  .asg-lsp-local-figure img {
    min-height: 260px;
  }
  .asg-lsp-local-detail__copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }
}


/* ═══════════════════════════════════════════════════════════════
   MOBILE AUDIT — comprehensive mobile polish pass
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

  /* ── Wrapper padding ── */
  .asg-lsp-wrap {
    width: min(100% - 32px, var(--asg-content-max));
  }

  /* ── Hero ── */
  .asg-lsp-hero--image {
    min-height: 0 !important;
  }

  /* ── Estimate callout ── */
  .asg-lsp-estimate-callout { padding: 3rem 0; }
  .asg-lsp-estimate-callout__copy h2 { font-size: clamp(1.85rem, 8.5vw, 2.5rem); max-width: none; }
  .asg-lsp-estimate-callout__bullets { grid-template-columns: 1fr; gap: .5rem; }
  .asg-lsp-estimate-callout__actions { padding: 1.25rem; border-radius: 1rem; }
  .asg-lsp-estimate-callout__actions-headline { font-size: 1rem; }
  .asg-lsp-estimate-callout__primary { font-size: .88rem; padding: .9rem 1.2rem; }
  .asg-lsp-estimate-callout__option-text strong { font-size: .84rem; }

  /* ── Section headings ── */
  .asg-lsp-section-head h2,
  .asg-lsp-section-head--left h2 {
    font-size: clamp(1.85rem, 8vw, 2.6rem) !important;
    letter-spacing: -.052em !important;
  }

  .asg-lsp-two-col h2,
  .asg-lsp-cta h2 {
    font-size: clamp(1.85rem, 8vw, 2.6rem) !important;
    letter-spacing: -.052em !important;
  }

  /* ── Local detail section ── */
  .asg-lsp-section--local-detail { padding: 2.75rem 0 !important; }
  .asg-lsp-local-detail { gap: 1.75rem; }
  .asg-lsp-local-detail__copy > p { font-size: 1rem; }
  .asg-lsp-local-card-item h3 { font-size: 1.05rem; }

  /* ── Process steps ── */
  .asg-lsp-section--soft { padding: 2.75rem 0; }
  .asg-lsp-process__item h3 { font-size: 1.12rem !important; }
  .asg-lsp-process__item p { font-size: .94rem !important; line-height: 1.6 !important; }

  /* ── CTA band ── */
  .asg-lsp-cta { padding: 2.75rem 0; }
  .asg-lsp-cta p { font-size: .97rem; }
  .asg-lsp-btns { flex-direction: column; gap: .65rem; }
  .asg-lsp-btn { width: 100% !important; min-height: 54px; text-align: center; white-space: normal; }

  /* ── City proof ── */
  .asg-lsp-city-proof { padding: 3rem 0; }
  .asg-lsp-proof-grid { grid-template-columns: 1fr !important; }
  .asg-lsp-proof-card--wide { grid-column: span 1 !important; display: block !important; }
  .asg-lsp-proof-card p { font-size: .92rem; }

  /* ── Jobs section ── */
  .asg-lsp-jobs { padding: 3rem 0; }
  .asg-lsp-job-grid { grid-template-columns: 1fr !important; gap: 1px; }
  .asg-lsp-job-card { padding: 1.5rem; }
  .asg-lsp-job-card h3 { font-size: clamp(1.1rem, 5vw, 1.35rem) !important; }
  .asg-lsp-job-card p { font-size: .92rem !important; }

  /* ── Testimonials ── */
  .asg-lsp-testimonials { padding: 3rem 0; }
  .asg-lsp-testimonial-grid { grid-template-columns: 1fr !important; gap: 1rem; }
  .asg-lsp-testimonial-card { padding: 1.4rem; }
  .asg-lsp-testimonial-card blockquote { font-size: clamp(1rem, 4.5vw, 1.15rem); }

  /* ── Trust section ── */
  .asg-lsp-trust { padding: 2.75rem 0; }
  .asg-lsp-trust .asg-lsp-process { grid-template-columns: 1fr !important; gap: 1.5rem; }
  .asg-lsp-trust .asg-lsp-process__item h3 { font-size: 1.15rem; }

  /* ── Internal links ── */
  .asg-lsp-section--links { padding: 2.5rem 0 !important; }
  .asg-lsp-link-band__copy h2 { font-size: clamp(1.75rem, 7.5vw, 2.4rem) !important; }
  .asg-lsp-link-chips { gap: .5rem !important; }
  .asg-lsp-link-chips a {
    min-height: 2.5rem !important;
    padding: .5rem .85rem !important;
    font-size: .84rem !important;
    width: auto !important;
  }

  /* ── FAQ section ── */
  .asg-lsp-faq-section { padding: 3rem 0; }
  .asg-lsp-faq-header h2 { font-size: clamp(1.85rem, 8vw, 2.6rem) !important; }
  .asg-lsp-faqs { grid-template-columns: 1fr !important; gap: .65rem; }
  .asg-lsp-faq-item h3 { font-size: 1rem !important; }
  .asg-lsp-faq-item p { font-size: .92rem !important; }
  .asg-lsp-faq-actions { flex-direction: column; }
  .asg-lsp-faq-btn { width: 100% !important; text-align: center; }
  .asg-lsp-faq-cta { padding: 1.25rem; border-radius: 1rem; }
  .asg-lsp-faq-cta h3 { font-size: 1.1rem; }

  /* ── Service cards (hub) ── */
  .asg-lsp-service-cards { grid-template-columns: 1fr !important; gap: .75rem; }
  .asg-lsp-service-card { padding: 1.1rem !important; }

  /* ── Hub two-col ── */
  .asg-lsp-two-col { grid-template-columns: 1fr !important; gap: 1.75rem !important; }
  .asg-lsp-card-grid { grid-template-columns: 1fr !important; gap: .65rem; }
  .asg-lsp-feature-card { padding: 1rem !important; }

  /* ── Final CTA ── */
  .asg-lsp-cta__inner .asg-lsp-btns { flex-direction: column; }
}

@media (max-width: 480px) {
  .asg-lsp-wrap { width: min(100% - 24px, var(--asg-content-max)); }

  .asg-lsp-hero--image .asg-lsp-hero__copy {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .asg-lsp h1 {
    font-size: clamp(2.2rem, 11vw, 3rem) !important;
    max-width: 14ch !important;
  }

  .asg-lsp-lead { font-size: .97rem !important; }

  .asg-lsp-hero-points li {
    font-size: .8rem !important;
    padding: .5rem .75rem !important;
  }

  .asg-lsp-estimate-callout__copy h2 { font-size: clamp(1.7rem, 9vw, 2.2rem); }
  .asg-lsp-job-card { padding: 1.25rem; }
  .asg-lsp-testimonial-card { padding: 1.2rem; }
}


/* ═══════════════════════════════════════════════════════════════
   v2.1.3 — Internal links section: partial divider treatment
   ═══════════════════════════════════════════════════════════════ */

.asg-lsp-section--links {
  padding: clamp(3rem, 5.5vw, 5rem) 0 !important;
  background: #fff !important;
  position: relative;
}

/* Top partial divider — orange left segment fading to nothing */
.asg-lsp-section--links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--asg-content-max), calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg,
    var(--asg-orange) 0%,
    var(--asg-orange) 2.5rem,
    var(--asg-line) 2.5rem,
    var(--asg-line) 70%,
    transparent 100%
  );
}

/* Bottom partial divider — mirrors top */
.asg-lsp-section--links::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--asg-content-max), calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg,
    var(--asg-orange) 0%,
    var(--asg-orange) 2.5rem,
    var(--asg-line) 2.5rem,
    var(--asg-line) 70%,
    transparent 100%
  );
}

@media (max-width: 767px) {
  .asg-lsp-section--links::before,
  .asg-lsp-section--links::after {
    width: calc(100% - 32px);
  }
}


/* ═══════════════════════════════════════════════════════════════
   v2.1.4 — Internal links section: complete rebuild
   Dark background, two-column chip groups, clean type hierarchy
   ═══════════════════════════════════════════════════════════════ */

/* Override all previous link section styles */
.asg-lsp-section--links {
  background: #111827 !important;
  padding: clamp(3.5rem, 6vw, 5rem) 0 !important;
  position: relative !important;
}

/* Remove the partial divider pseudos — not needed on dark bg */
.asg-lsp-section--links::before,
.asg-lsp-section--links::after { display: none !important; }

/* Outer layout: head left, linkmap right on desktop */
.asg-lsp-links-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 860px) {
  .asg-lsp-links-section {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 4vw, 5rem);
    align-items: start;
  }
}

/* ── Head: kicker, h2, description ─── */
.asg-lsp-links-section__head .asg-lsp-kicker {
  color: var(--asg-teal) !important;
  margin-bottom: .85rem;
}

.asg-lsp-links-section__head h2 {
  font-size: clamp(1.9rem, 3.8vw, 3rem) !important;
  letter-spacing: -.06em !important;
  line-height: .97 !important;
  color: #ffffff !important;
  font-weight: 950 !important;
  margin: 0 0 1rem !important;
}

.asg-lsp-links-section__head p {
  font-size: .97rem !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,.62) !important;
  font-weight: 440 !important;
  max-width: 42ch !important;
  margin: 0 !important;
}

/* ── Linkmap: two chip groups ─── */
.asg-lsp-linkmap {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.asg-lsp-linkmap__col {}

.asg-lsp-linkmap__label {
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  margin-bottom: .85rem;
  display: flex;
  align-items: center;
  gap: .55rem;
}

.asg-lsp-linkmap__label::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 2px;
  background: var(--asg-orange);
  border-radius: 99px;
  flex-shrink: 0;
}

/* City chips — solid orange-tinted */
.asg-lsp-linkmap__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.asg-lsp-linkmap__chips a {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none !important;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease;
  /* Primary city chips: white with soft border */
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.90) !important;
}

.asg-lsp-linkmap__chips a:hover {
  background: var(--asg-orange);
  border-color: var(--asg-orange);
  color: #fff !important;
  transform: translateY(-1px);
}

/* Secondary (portland resources) chips — more muted */
.asg-lsp-linkmap__chips--secondary a {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
  color: rgba(255,255,255,.58) !important;
  font-weight: 600;
}

.asg-lsp-linkmap__chips--secondary a:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.92) !important;
  transform: none;
}

/* Divider between the two chip groups */
.asg-lsp-linkmap__col + .asg-lsp-linkmap__col {
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ── Mobile ─── */
@media (max-width: 767px) {
  .asg-lsp-links-section { gap: 2rem; }
  .asg-lsp-links-section__head h2 { font-size: clamp(1.75rem, 7.5vw, 2.4rem) !important; }
  .asg-lsp-linkmap__chips a { font-size: .82rem; padding: .48rem .95rem; }
}


/* ═══════════════════════════════════════════════════════════════
   v2.1.8 — Installation-only sections:
   Gutter Profiles + Color Choices
   ═══════════════════════════════════════════════════════════════ */


/* ── PROFILES SECTION ──────────────────────────────────────────
   Light grey background, text left / diagram image right
   Desktop: landscape chart | Mobile: portrait chart
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-profiles-section {
  background: #f5f6f4 !important;
  padding: clamp(4rem, 7vw, 6rem) 0 !important;
  border-top: 1px solid rgba(21,21,21,.07);
  border-bottom: 1px solid rgba(21,21,21,.07);
}

.asg-lsp-profiles-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

@media (min-width: 900px) {
  .asg-lsp-profiles-inner {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

/* Copy column */
.asg-lsp-profiles-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: -.06em;
  line-height: .97;
  font-weight: 950;
  color: var(--asg-black);
  margin: 0 0 1rem;
}

.asg-lsp-profiles-copy > p {
  font-size: clamp(1rem, 1.3vw, 1.06rem);
  line-height: 1.72;
  color: var(--asg-text);
  font-weight: 440;
  max-width: 58ch;
  margin: 0 0 1.75rem;
}

/* Three profile cards — clean ruled list */
.asg-lsp-profiles-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(21,21,21,.10);
  margin-bottom: 1.25rem;
}

.asg-lsp-profiles-card {
  padding: 1.1rem 0 1.1rem 1.15rem;
  border-bottom: 1px solid rgba(21,21,21,.08);
  position: relative;
}

.asg-lsp-profiles-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 3px;
  border-radius: 99px;
  background: var(--asg-orange);
}

.asg-lsp-profiles-card h3 {
  margin: 0 0 .3rem;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  font-weight: 950;
  letter-spacing: -.028em;
  line-height: 1.2;
  color: var(--asg-black);
}

.asg-lsp-profiles-card p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.62;
  color: var(--asg-muted);
  font-weight: 440;
}

.asg-lsp-profiles-note {
  font-size: .88rem;
  color: var(--asg-muted);
  line-height: 1.55;
  margin: 0;
}

.asg-lsp-profiles-note a {
  color: var(--asg-teal-dark) !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.asg-lsp-profiles-note a:hover { color: var(--asg-orange-dark) !important; }

/* Image column */
.asg-lsp-profiles-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Desktop image: shown on ≥600px, hidden on mobile */
.asg-lsp-profiles-img--desktop {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  box-shadow: 0 20px 56px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.06);
  border: 1px solid rgba(21,21,21,.07);
}

/* Mobile image: hidden on desktop, shown on mobile */
.asg-lsp-profiles-img--mobile {
  display: none;
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 1.25rem;
  box-shadow: 0 20px 56px rgba(0,0,0,.10), 0 4px 12px rgba(0,0,0,.06);
  border: 1px solid rgba(21,21,21,.07);
  margin-inline: auto;
}

@media (max-width: 599px) {
  .asg-lsp-profiles-img--desktop { display: none; }
  .asg-lsp-profiles-img--mobile  { display: block; }
  .asg-lsp-profiles-image { justify-content: center; }
}

@media (max-width: 899px) {
  /* On tablet/mobile the image sits above the copy */
  .asg-lsp-profiles-inner { grid-template-columns: 1fr; }
  .asg-lsp-profiles-image { order: -1; }
  .asg-lsp-profiles-copy h2 { font-size: clamp(1.85rem, 8vw, 2.6rem); }
}


/* ── COLOR CHOICES SECTION ─────────────────────────────────────
   White background, image left / copy right
   Square color chart image, clean editorial copy
   ─────────────────────────────────────────────────────────────── */

.asg-lsp-colors-section {
  background: #ffffff !important;
  padding: clamp(4rem, 7vw, 6rem) 0 !important;
}

.asg-lsp-colors-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

@media (min-width: 900px) {
  .asg-lsp-colors-inner {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
  }
}

/* Image column */
.asg-lsp-colors-figure {
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0,0,0,.09), 0 4px 12px rgba(0,0,0,.05);
  border: 1px solid rgba(21,21,21,.07);
  background: #f4f4f2;
  display: flex;
}

.asg-lsp-colors-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* Copy column */
.asg-lsp-colors-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: -.06em;
  line-height: .97;
  font-weight: 950;
  color: var(--asg-black);
  margin: 0 0 1rem;
}

.asg-lsp-colors-copy > p {
  font-size: clamp(1rem, 1.3vw, 1.06rem);
  line-height: 1.72;
  color: var(--asg-text);
  font-weight: 440;
  max-width: 58ch;
  margin: 0 0 1.75rem;
}

/* Three color points */
.asg-lsp-colors-points {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(21,21,21,.10);
  margin-bottom: 2rem;
}

.asg-lsp-colors-point {
  padding: 1.1rem 0 1.1rem 1.15rem;
  border-bottom: 1px solid rgba(21,21,21,.08);
  position: relative;
}

.asg-lsp-colors-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 3px;
  border-radius: 99px;
  background: var(--asg-teal);
}

.asg-lsp-colors-point h3 {
  margin: 0 0 .3rem;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  font-weight: 950;
  letter-spacing: -.028em;
  line-height: 1.2;
  color: var(--asg-black);
}

.asg-lsp-colors-point p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.62;
  color: var(--asg-muted);
  font-weight: 440;
}

/* CTA button */
.asg-lsp-colors-cta {
  display: inline-flex;
  align-items: center;
  padding: .9rem 1.6rem;
  border-radius: 999px;
  background: var(--asg-orange);
  color: #fff !important;
  font-size: .88rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(255,101,79,.30);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.asg-lsp-colors-cta:hover {
  transform: translateY(-2px);
  background: var(--asg-orange-dark);
  box-shadow: 0 14px 34px rgba(255,101,79,.38);
  color: #fff !important;
}

@media (max-width: 899px) {
  .asg-lsp-colors-inner { grid-template-columns: 1fr; }
  .asg-lsp-colors-image { order: -1; }
  .asg-lsp-colors-copy h2 { font-size: clamp(1.85rem, 8vw, 2.6rem); }
}

@media (max-width: 767px) {
  .asg-lsp-profiles-section,
  .asg-lsp-colors-section { padding: 3rem 0 !important; }
  .asg-lsp-colors-cta { width: 100%; justify-content: center; }
  .asg-lsp-profiles-card h3,
  .asg-lsp-colors-point h3 { font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  .asg-lsp-colors-cta { transition: none !important; }
  .asg-lsp-colors-cta:hover { transform: none !important; }
}


/* ===== v2.4.0 Premium editorial SEO modules ===== */
.asg-lsp-intent-section,.asg-lsp-guide-section,.asg-lsp-call-signals,.asg-lsp-editorial-proof{width:100%}.asg-lsp-intent-section{background:linear-gradient(135deg,#101a28 0%,#17283a 55%,#0d1520 100%);color:#fff;padding:clamp(34px,5vw,72px) 0}.asg-lsp-intent-panel{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(22px,4vw,44px);align-items:stretch}.asg-lsp-intent-copy,.asg-lsp-intent-aside{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:26px;padding:clamp(24px,3.5vw,40px);box-shadow:0 22px 60px rgba(0,0,0,.22)}.asg-lsp-intent-copy h2,.asg-lsp-intent-aside h3{color:#fff!important;margin:0 0 14px}.asg-lsp-intent-copy p{color:rgba(255,255,255,.78);font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.72;max-width:850px}.asg-lsp-intent-aside ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.asg-lsp-intent-aside li{color:rgba(255,255,255,.82);padding-left:22px;position:relative;line-height:1.5}.asg-lsp-intent-aside li:before{content:"";width:8px;height:8px;border-radius:999px;background:#f26d45;position:absolute;left:0;top:.55em}.asg-lsp-guide-section{background:#f7f4ef}.asg-lsp-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.asg-lsp-guide-card{background:#fff;border:1px solid rgba(13,21,32,.08);border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(13,21,32,.08)}.asg-lsp-guide-card span{display:inline-flex;color:#f26d45;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;margin-bottom:10px}.asg-lsp-guide-card h3{margin:0 0 10px;color:#0d1520;font-size:clamp(1.15rem,1.6vw,1.35rem)}.asg-lsp-guide-card p{color:#526070;line-height:1.65;margin:0}.asg-lsp-call-signals{background:#fff;padding:clamp(34px,5vw,68px) 0}.asg-lsp-call-signals__inner{background:#0d1520;color:#fff;border-radius:28px;padding:clamp(24px,4vw,44px);display:grid;grid-template-columns:.9fr 1.1fr auto;gap:24px;align-items:center;box-shadow:0 24px 60px rgba(13,21,32,.24)}.asg-lsp-call-signals h2{color:#fff!important;margin:0;line-height:1.05}.asg-lsp-call-signals ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.asg-lsp-call-signals li{position:relative;padding-left:24px;color:rgba(255,255,255,.82);line-height:1.45}.asg-lsp-call-signals li:before{content:"✓";position:absolute;left:0;top:0;color:#f26d45;font-weight:900}.asg-lsp-call-signals__cta{display:flex;flex-direction:column;gap:10px;min-width:180px}.asg-lsp-call-signals__cta a{display:inline-flex;justify-content:center;text-align:center;padding:13px 16px;border-radius:999px;text-decoration:none!important;font-weight:900}.asg-lsp-call-signals__cta a:first-child{background:#f26d45;color:#fff!important}.asg-lsp-call-signals__cta a:last-child{background:#fff;color:#0d1520!important}.asg-lsp-editorial-split{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(24px,4vw,48px);align-items:start}.asg-lsp-editorial-lede{position:sticky;top:24px;background:#fff;border-radius:28px;padding:clamp(24px,4vw,42px);box-shadow:0 18px 50px rgba(13,21,32,.08);border:1px solid rgba(13,21,32,.08)}.asg-lsp-editorial-lede h2{margin-top:0}.asg-lsp-editorial-lede p{color:#526070;line-height:1.72}.asg-lsp-wiki-link{display:inline-flex;margin-top:12px;color:#0d1520!important;font-weight:900;text-decoration:none!important;border-bottom:2px solid #f26d45}.asg-lsp-local-figure figcaption{margin-top:10px;color:#5d6977;font-size:.88rem;line-height:1.5;text-align:left}.asg-lsp-linkmap--premium{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.asg-lsp-intent-panel,.asg-lsp-guide-grid,.asg-lsp-call-signals__inner,.asg-lsp-editorial-split,.asg-lsp-linkmap--premium{grid-template-columns:1fr}.asg-lsp-editorial-lede{position:relative;top:auto}.asg-lsp-call-signals__cta{flex-direction:row;flex-wrap:wrap}.asg-lsp-call-signals__cta a{flex:1 1 190px}}@media (max-width:640px){.asg-lsp-intent-copy,.asg-lsp-intent-aside,.asg-lsp-guide-card,.asg-lsp-call-signals__inner,.asg-lsp-editorial-lede{border-radius:20px}.asg-lsp-call-signals__cta{flex-direction:column}}
