/* 로컬 허브 (/local) — 킵·콜밴·추후 로컬체험/eSIM 진입점 */

.local-hub-page {
  background: var(--wh-bg, #f2f4f6);
  min-height: 100vh;
  padding: 4px 20px 48px;
}

.local-hub-intro {
  padding: 20px 0 16px;
}

.local-hub-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--wh-tx, #191f28);
  margin: 0 0 6px;
}

.local-hub-desc {
  font-size: 14px;
  color: var(--wh-tx2, #4e5968);
  margin: 0;
  line-height: 1.5;
}

.local-hub-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.local-hub-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: var(--wh-radius-md, 20px);
  padding: 16px;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.local-hub-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  flex-shrink: 0;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wh-tx2, #4e5968);
}

.local-hub-card-icon-keep,
.local-hub-card-icon-van {
  background: #f3eefb;
  color: var(--wh-brand, #6800cd);
}

.local-hub-card-icon-placeholder {
  color: var(--wh-tx2, #4e5968);
}

.local-hub-card-body {
  flex: 1;
  min-width: 0;
}

.local-hub-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--wh-tx, #191f28);
  margin: 0 0 2px;
}

.local-hub-card-desc {
  font-size: 13px;
  color: var(--wh-tx2, #4e5968);
  margin: 0;
}

.local-hub-card-chevron {
  width: 20px;
  height: 20px;
  fill: var(--wh-tx2, #4e5968);
  flex-shrink: 0;
}

.local-hub-card-soon {
  opacity: 0.55;
  pointer-events: none;
}

.local-hub-partner-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 16px;
  border-radius: var(--wh-radius-md, 20px);
  background: #f3eefb;
  color: var(--wh-brand, #6800cd);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.local-hub-partner-banner svg {
  width: 18px;
  height: 18px;
  fill: var(--wh-brand, #6800cd);
}
