.gp34-place-query-page {
  background: #f6f8fb;
  color: #102033;
  min-height: 100vh;
}

.gp34-place-query-hero {
  padding: 56px 0 34px;
  background:
    radial-gradient(circle at 10% 15%, rgba(59, 113, 255, .16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  border-bottom: 1px solid rgba(16,32,51,.12);
}

.gp34-place-query-inner,
.gp34-place-query-section {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding-left: clamp(24px, 3.2vw, 72px);
  padding-right: clamp(24px, 3.2vw, 72px);
}

.gp34-place-query-kicker {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(16,32,51,.12);
  color: #315b9f;
  font-weight: 850;
  font-size: 13px;
  margin-bottom: 18px;
}

.gp34-place-query-hero h1 {
  margin: 0;
  max-width: 1280px;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
  letter-spacing: -.045em;
}

.gp34-place-query-hero p {
  max-width: 1120px;
  margin: 18px 0 0;
  color: #627086;
  font-size: 18px;
  line-height: 1.65;
}

.gp34-place-query-actions,
.gp34-place-query-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gp34-place-query-btn,
.gp34-place-query-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
}

.gp34-place-query-btn {
  background: #102033;
  color: #fff;
}

.gp34-place-query-btn.secondary {
  background: #fff;
  color: #173f81;
  border: 1px solid rgba(16,32,51,.12);
}

.gp34-place-query-chip {
  background: #fff;
  color: #34465e;
  border: 1px solid rgba(16,32,51,.12);
  font-size: 13px;
}

.gp34-place-query-section {
  padding-top: 34px;
  padding-bottom: 72px;
}

.gp34-place-query-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 18px;
}

.gp34-place-query-head h2 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 38px);
  letter-spacing: -.035em;
}

.gp34-place-query-head p {
  margin: 8px 0 0;
  color: #627086;
  line-height: 1.55;
  max-width: 760px;
}

.gp34-place-query-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

.gp34-place-query-card {
  background: #fff;
  border: 1px solid rgba(16,32,51,.12);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 18px 50px rgba(16,32,51,.07);
  text-decoration: none;
  color: #102033;
  min-width: 0;
}

.gp34-place-query-card strong {
  display: block;
  font-size: 18px;
  letter-spacing: -.02em;
}

.gp34-place-query-card span {
  display: block;
  margin-top: 8px;
  color: #627086;
  line-height: 1.55;
}

.gp34-place-query-card small {
  display: inline-flex;
  margin-top: 16px;
  color: #315b9f;
  font-weight: 850;
}

.gp34-place-query-note {
  margin-top: 22px;
  background: #102033;
  color: #fff;
  border-radius: 24px;
  padding: 22px;
}

.gp34-place-query-note p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .gp34-place-query-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 700px) {
  .gp34-place-query-inner,
  .gp34-place-query-section {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .gp34-place-query-hero {
    padding: 38px 0 28px;
  }

  .gp34-place-query-grid,
  .gp34-place-query-head {
    grid-template-columns: 1fr;
    display: grid;
  }
}

/* GP34_PLACES_QUERY_EDGE_WIDTH_FIX_APPLIED */
