/*
  Lionare PRO · Business areas (landing only)
  Exclusive to /pro. Does not load institutional styles.css.
*/
.pro-biz-wrap {
  width: 100%;
  max-width: none;
}

.pro-biz-areas {
  display: grid;
  gap: clamp(16px, 2.2vw, 22px);
  margin: 0;
}

.pro-biz-area {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.pro-biz-area__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

.pro-biz-area__icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #000;
  background: #d9bd76;
  border: 1px solid rgba(217, 189, 118, 0.28);
}

.pro-biz-area__icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.pro-biz-area__title {
  margin: 0;
  font-family: var(--pro-font-sans);
  font-size: clamp(1.35rem, 1.15rem + 0.55vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1.15;
}

.pro-biz-area__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pro-biz-area__tags li {
  margin: 0;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(124, 203, 194, 0.22);
  background: rgba(0, 0, 0, 0.45);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--pro-font-sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .pro-biz-area__tags li {
    white-space: normal;
  }
}
