.jlh-location-page {
  color: #1d3557;
  background: #fff;
}

.jlh-location-container {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.jlh-location-hero {
  padding: clamp(5.5rem, 10vw, 8.5rem) 1rem;
  color: #fff;
  background: #1d3557;
}

.jlh-location-hero .jlh-location-container {
  max-width: 820px;
  margin-left: max(1rem, calc((100% - 1040px) / 2));
}

.jlh-location-eyebrow,
.jlh-location-heading > span,
.jlh-location-section-label {
  color: #52aaa7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jlh-location-hero h1 {
  max-width: 780px;
  margin: 1rem 0 1.4rem;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.jlh-location-hero p {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.jlh-location-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.jlh-location-actions a {
  display: inline-flex;
  min-height: 3.2rem;
  padding: 0.78rem 1.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  font-weight: 750;
  text-decoration: none;
}

.jlh-location-button-primary {
  color: #fff;
  background: #2c9290;
}

.jlh-location-button-primary:hover {
  color: #fff;
  background: #257d7b;
}

.jlh-location-button-secondary {
  border-color: rgba(255, 255, 255, 0.75) !important;
  color: #fff;
}

.jlh-location-section {
  padding: 5.5rem 1rem;
}

.jlh-location-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.jlh-location-heading h2,
.jlh-location-split h2,
.jlh-location-cta h2 {
  margin: 0.8rem 0 1rem;
  color: #1d3557;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.jlh-location-heading p,
.jlh-location-split p {
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.75;
}

.jlh-location-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.jlh-location-card {
  display: flex;
  padding: 1.6rem;
  align-items: flex-start;
  gap: 1rem;
  border: 1px solid #e2e8ee;
  border-radius: 0.9rem;
  background: #f8fafc;
}

.jlh-location-check {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 1.45rem;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #2c9290;
  border-radius: 50%;
  color: #2c9290;
  font-size: 0.75rem;
  font-weight: 900;
}

.jlh-location-card h3 {
  margin: 0 0 0.45rem;
  color: #1d3557;
  font-size: 1.05rem;
}

.jlh-location-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.jlh-location-section-soft {
  background: #f5f7f9;
}

.jlh-location-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 5rem);
}

.jlh-location-group-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.85rem;
  list-style: none;
}

.jlh-location-group-list li {
  display: flex;
  padding: 1rem 1.15rem;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid #e2e8ee;
  border-radius: 0.75rem;
  background: #fff;
  color: #34455a;
  font-weight: 700;
}

.jlh-location-benefits {
  padding: 5rem 1rem;
  background: #fff;
}

.jlh-location-pill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
}

.jlh-location-pill-list span {
  padding: 0.75rem 1.1rem;
  border: 1px solid #d9e3e8;
  border-radius: 999px;
  color: #34455a;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 750;
  box-shadow: 0 5px 15px rgba(29, 53, 87, 0.06);
}

.jlh-location-cta {
  padding: 5.5rem 1rem;
  text-align: center;
  background: #f8fafc;
}

.jlh-location-cta p {
  max-width: 760px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.75;
}

.jlh-location-cta p a {
  color: #257d7b;
}

.jlh-location-cta .jlh-location-actions {
  justify-content: center;
}

.jlh-location-button-outline {
  border-color: #1d3557 !important;
  color: #1d3557;
}

@media (max-width: 760px) {
  .jlh-location-hero .jlh-location-container {
    margin: 0 auto;
  }

  .jlh-location-card-grid,
  .jlh-location-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .jlh-location-hero,
  .jlh-location-section,
  .jlh-location-benefits,
  .jlh-location-cta {
    padding: 4rem 1rem;
  }

  .jlh-location-actions {
    flex-direction: column;
  }

  .jlh-location-actions a {
    width: 100%;
  }

  .jlh-location-card {
    padding: 1.3rem;
  }
}