.location-hero {
  padding: 78px max(28px, calc((100% - 1180px)/2)) 70px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(240,184,95,.42), transparent 34%),
    linear-gradient(120deg, #101d33 0%, #20395f 58%, #9b651f 100%);
}

.location-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 390px;
  gap: 54px;
  align-items: center;
}

.location-hero .breadcrumb a,
.location-hero .breadcrumb span {
  color: rgba(255,255,255,.82);
}

.location-hero h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.location-card {
  display: grid;
  min-height: 330px;
  padding: 34px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 34px 0 34px 0;
  box-shadow: 0 28px 60px rgba(0,0,0,.22);
  place-items: center;
  text-align: center;
  backdrop-filter: blur(12px);
}

.location-card img {
  width: 215px;
  max-width: 84%;
  padding: 12px;
  background: #fff;
  border-radius: 18px;
}

.location-card strong {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.1;
}

.location-card span {
  color: rgba(255,255,255,.82);
  font-size: 14px;
}

.location-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.location-services a {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  padding: 26px;
  color: #17253a;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 22px;
  box-shadow: 0 13px 30px rgba(21,35,61,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.location-services a:hover {
  box-shadow: 0 22px 45px rgba(21,35,61,.14);
  transform: translateY(-5px);
}

.location-services small {
  color: #9b651f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.location-services h3 {
  margin: 10px 0 12px;
  font-size: 24px;
}

.location-services p {
  margin: 0;
  color: #5d6978;
  font-size: 14px;
  line-height: 1.6;
}

.location-services span {
  margin-top: auto;
  color: #9b651f;
  font-weight: 800;
}

.location-proof {
  display: grid;
  min-height: 310px;
  padding: 36px;
  color: #fff;
  background: linear-gradient(135deg, #15233d, #9b651f);
  border-radius: 30px 0 30px 0;
  box-shadow: 0 24px 50px rgba(21,35,61,.18);
  place-items: center;
  text-align: center;
}

.location-proof b {
  font-size: 78px;
  line-height: 1;
}

.location-proof span {
  max-width: 260px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.location-proof small {
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.keyword-cloud span {
  padding: 9px 13px;
  color: #20395f;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(21,35,61,.05);
  font-size: 12px;
  font-weight: 700;
}

.areas-section {
  padding: 66px max(30px, calc((100% - 1240px)/2));
  background: #f6f8fb;
  border-top: 1px solid #e5e9ef;
}

.areas-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.areas-heading span {
  color: #9b651f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.areas-heading h2 {
  margin: 8px 0 10px;
  font-size: 36px;
}

.areas-heading p {
  margin: 0;
  color: #666d78;
}

.areas-grid {
  display: flex;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.areas-grid a {
  padding: 12px 17px;
  background: #fff;
  border: 1px solid #dfe5ec;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(21,35,61,.06);
  font-size: 14px;
  font-weight: 800;
}

.areas-grid a:hover {
  color: #fff;
  background: #15233d;
}

@media (max-width: 850px) {
  .location-hero__grid,
  .location-services {
    grid-template-columns: 1fr;
  }

  .location-card {
    min-height: 250px;
  }
}

@media (max-width: 520px) {
  .location-hero {
    padding: 52px 20px;
  }

  .location-services a {
    min-height: auto;
  }

  .location-proof b {
    font-size: 58px;
  }

  .areas-heading h2 {
    font-size: 30px;
  }
}
