/* 조국혁신당 정당 허브 */
.cho-kuk-hub {
  background: linear-gradient(180deg, #042f2e 0%, #0f172a 40%, #020617 100%);
  color: #f8fafc;
  min-height: 100dvh;
  padding-bottom: 88px;
}

.cho-kuk-hub__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(15, 118, 110, 0.95);
  color: #f0fdfa;
}
.cho-kuk-hub__nav a {
  color: #99f6e4;
  text-decoration: none;
}

.party-hub-notice {
  margin: 8px 16px 0;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  color: #cbd5e1;
}
.party-hub-notice a {
  color: #5eead4;
  text-decoration: underline;
}

.cho-kuk-hub__top-kang {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 16px 0;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.45), rgba(15, 23, 42, 0.9));
  border: 1px solid rgba(45, 212, 191, 0.35);
}
.cho-kuk-hub__top-kang-copy {
  flex: 1;
  min-width: 0;
}
.cho-kuk-hub__top-kang-eyebrow {
  font-size: 11px;
  font-weight: 800;
  color: #5eead4;
}
.cho-kuk-hub__top-kang-slogan {
  font-size: clamp(1.2rem, 5vw, 1.45rem);
  font-weight: 900;
  line-height: 1.35;
  margin: 8px 0 4px;
  letter-spacing: -0.03em;
}
.cho-kuk-hub__top-kang-slogan em {
  font-style: normal;
  color: #2dd4bf;
}
.cho-kuk-hub__top-kang-name {
  font-size: 1.35rem;
  font-weight: 900;
}
.cho-kuk-hub__top-kang-cta {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #99f6e4;
}
.cho-kuk-hub__top-kang-photo {
  width: 96px;
  height: 120px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  border: 2px solid rgba(45, 212, 191, 0.4);
  flex-shrink: 0;
}

.cho-kuk-hub__promises-block {
  margin: 16px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(45, 212, 191, 0.3);
}
.cho-kuk-hub__promises-block h2 {
  font-size: 12px;
  font-weight: 900;
  color: #5eead4;
  margin-bottom: 10px;
}
.cho-kuk-hub__vision-intro {
  font-size: 12px;
  line-height: 1.55;
  color: #cbd5e1;
  margin: 0 0 12px;
}
.cho-kuk-hub__vision-intro a {
  color: #5eead4;
  font-weight: 800;
}
.cho-kuk-hub__promises {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cho-kuk-hub__promises li {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 6px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

.cho-kuk-hub .eparty-roster {
  margin: 0 16px 16px;
  max-width: none;
  padding: 0;
}

.cho-kuk-hub .eparty-roster--jeju-only .eparty-roster__official h3 {
  font-size: 12px;
  color: #5eead4;
}

.cho-kuk-hub__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 16px;
}
.cho-kuk-hub__btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(94, 234, 212, 0.35);
  color: #5eead4;
  background: rgba(15, 23, 42, 0.6);
}
.cho-kuk-hub__btn--primary {
  background: linear-gradient(135deg, #0d9488, #14b8a6);
  color: #fff;
  border: none;
}
