main:has(.law-stations-page) {
  background: #05051e;
}

.law-stations-page {
  --ls-bg: #05051e;
  --ls-pink: #F72662;
  --ls-blue: #3FA9F5;
  --ls-white: #ffffff;
  font-family: "Frutiger 45 Light", "Helvetica Neue", Arial, sans-serif;
  background: var(--ls-bg);
  color: var(--ls-white);
  max-width: 1280px;
  margin: 0 auto;
}

.ls-hero {
  text-align: center;
  padding: 3rem 0.5rem;
  max-width: 920px;
  margin: 0 auto;
}

.ls-hero-title {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  color: var(--ls-white);
  font-weight: 500;
}

.ls-hero-sub {
  font-size: 2.25rem;
  color: var(--ls-white);
  margin: 0 0 2rem;
}

.ls-cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.75rem 2.5rem 0.3rem 2.5rem;
  border: 1px solid var(--ls-white);
  border-radius: 999px;
  background: transparent;
  color: var(--ls-white);
  font-size: 1.75rem;
  text-decoration: none;
  font-family: "Frutiger Bold", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

.ls-cta:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ls-white);
  text-decoration: none;
}

.ls-mobile-cta-wrap {
  display: none;
}

.ls-mobile-cta-wrap-text {
  display: none;
}

.ls-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  padding-top: 3rem;
}

.ls-col {
  min-width: 0;
}

.ls-heading-pink {
  color: var(--ls-pink);
  font-size: 1.75rem;
  margin: 0 0 1rem;
  line-height: 1.25;
}

.ls-body {
  font-size: 1.5rem;
  line-height: 1.55;
  margin: 0;
  color: var(--ls-white);
  text-align: center;
}

.ls-callout-top {
  grid-column: 1 / -1;
  grid-row: 1;
  text-align: center;
  padding-bottom: 1.25rem;
}

.ls-callout-top .ls-heading-pink {
  margin-bottom: 1rem;
}

.ls-callout-top .ls-body {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.ls-intro-blue {
  font-size: 1.5rem;
  line-height: 1.55;
  margin: 0 0 2rem;
  color: var(--ls-blue);
}

/* Wheel + callouts */
.ls-wheel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 280px) minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 0.75rem 1rem;
  align-items: center;
}

.ls-wheel-figure {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  justify-self: center;
  align-self: center;
}

.ls-wheel-img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
}

.ls-callout {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.25;
  color: var(--ls-white);
  margin: 0;
}

.ls-callout p {
  margin: 0;
}

.ls-callout-left {
  grid-column: 1;
  grid-row: 2;
  text-align: center;
  padding-right: 0.25rem;
}

.ls-callout-right {
  grid-column: 3;
  grid-row: 2;
  text-align: center;
  padding-left: 0.25rem;
}

.ls-callout-bottom {
  grid-column: 1 / -1;
  grid-row: 3;
  text-align: center;
  max-width: 26rem;
  justify-self: center;
  padding-top: 0.25rem;
}

/* Steps */
.ls-steps {
  list-style: none;
  margin-top: 5rem;
  padding: 0;
}

.ls-step {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  margin-bottom: 0;
}

.ls-step-num {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding-top: 0.5rem;
  font-family: "Frutiger Bold", "Helvetica Neue", Arial, sans-serif;
  background-color: var(--ls-blue);
  color: var(--ls-bg);
  font-size: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  line-height: 1;
}

.ls-step-connector {
  width: 56px;
  height: 44px;
  margin: 0.15rem 0 0.25rem;
  position: relative;
}

.ls-step-connector img {
  display: block;
  width: 44px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}

.ls-step-body {
  flex: 1;
  min-width: 0;
}

.ls-step-title {
  color: var(--ls-pink);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.ls-step-body p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.05;
  color: var(--ls-white);
}

/* Bottom process row */
.ls-process {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.ls-process-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  column-gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
}

.ls-process-item {
  text-align: center;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
}

.ls-process-icon {
  display: block;

  margin: 1.5rem auto 0;
}

.ls-process-item p {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.1;
  color: var(--ls-white);
  font-weight: 500;
  max-width: 20rem;
}

.ls-process-connector {
  align-self: start;
  padding-top: 0.65rem;
}

.ls-process-connector img {
  display: block;
  width: 75px;
  height: auto;
  padding-top: 0.8rem;
}

@media (max-width: 991px) {
  .law-stations-page {
    padding: 1rem;
  }

  .ls-main-grid {
    grid-template-columns: 1fr;
  }

  .ls-col-build {
    order: 2;
  }

  .ls-col-prevent {
    order: 1;
  }

  .ls-wheel-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ls-wheel-figure {
    grid-column: 1;
    grid-row: auto;
  }

  .ls-callout-top {
    grid-column: 1;
    grid-row: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .ls-mobile-cta-wrap-text,
  .ls-callout-left,
  .ls-callout-right,
  .ls-callout-bottom {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    max-width: none;
    justify-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .ls-body-mobile {
    display: none;
  }

  .ls-mobile-cta-wrap-text {
    display: block;
  }

  .ls-process-track {
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
    justify-items: center;
  }

  .ls-process-connector {
    padding-top: 0;
    transform: rotate(90deg);
    transform-origin: center;
  }

  .ls-process-item p {
    max-width: 22rem;
  }

  .ls-mobile-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }

}

@media (max-width: 430px) {
  .law-stations-page {
    max-width: 400px;
    margin: 0 auto;
    padding: 1rem;
  }

  .ls-hero {
    padding: 1rem;
  }

  .ls-hero-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }

  .ls-hero-sub {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .ls-cta {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.1;
  }

  .ls-main-grid {
    gap: 5rem;
  }

  .ls-heading-pink {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    text-align: center;
  }

  .ls-body,
  .ls-intro-blue {
    font-size: 1rem;
    line-height: 1.35;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }

  .ls-intro-blue {
    margin-bottom: 0.6rem;
  }

  .ls-callout-top {
    padding-bottom: 0.5rem;
  }

  .ls-wheel-layout {
    gap: 1rem;
  }

  .ls-wheel-img {
    max-width: 200px;
  }

  .ls-callout {
    font-size: 1rem;
    line-height: 1.33;
    text-align: center;
  }

  .ls-mobile-cta-wrap-text,
  .ls-callout-left,
  .ls-callout-right,
  .ls-callout-bottom {
    text-align: center;
    max-width: 24rem;
    justify-self: center;
  }

  .ls-steps {
    margin-top: 0.55rem;
  }

  .ls-step {
    gap: 0.45rem;
  }

  .ls-step-num {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }

  .ls-step-connector {
    width: 40px;
    height: 18px;
    margin: 0.06rem 0 0.16rem;
  }

  .ls-step-connector img {
    width: 18px;
  }

  .ls-step-title {
    font-size: 1rem;
    margin-bottom: 0.08rem;
  }

  .ls-step-body p {
    font-size: 1rem;
    line-height: 1.2;
  }

  .ls-process {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .ls-process-track {
    row-gap: 2rem;
  }

  .ls-process-item p {
    font-size: 1.25rem;
    line-height: 1.2;
    max-width: 15rem;
  }

  .ls-process-item img[src$="wake_up.svg"] {
    width: 36px;
    height: auto;
  }

  .ls-process-item img[src$="speed_meter.svg"] {
    width: 60px;
    height: auto;
  }

  .ls-process-item img[src$="focus.svg"] {
    width: 24px;
    height: auto;
  }

  .ls-process-connector img {
    width: 32px;
    padding-top: 0;
  }

  .ls-cta-bottom {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-top: 0;
  }
}
