/* ================================
   Professional Business Profile Page
   ================================ */

.gbc-professional-profile {
  background: #ffffff;
}

/* Header */
.pp-header {
  padding: 90px 0 70px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.pp-header .lead {
  font-size: 18px;
  max-width: 620px;
  margin: 0 auto 28px;
  color: #475569;
}

/* Trust */
.pp-trust {
  padding: 70px 0;
}

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

.trust-box {
  background: #f8fafc;
  padding: 28px;
  border-radius: 16px;
}

.trust-box h3 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #0f172a;
}

/* Audience */
.pp-audience {
  padding: 60px 0;
  background: #f1f5f9;
  text-align: center;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.audience-list span {
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  color: #334155;
}

/* Visibility */
.pp-visibility {
  padding: 70px 0;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.pp-highlight {
  background: #f8fafc;
  padding: 26px;
  border-radius: 16px;
}

.pp-highlight ul {
  margin: 0;
  padding-left: 18px;
}

.pp-highlight li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* CTA */
.pp-cta {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* Narrow */
.wrap.narrow {
  max-width: 760px;
}

/* Responsive */
@media (max-width: 900px) {
  .grid-3,
  .split {
    grid-template-columns: 1fr;
  }
}
