.step2-intro-card {
  margin: 0 0 32px;
  padding: 28px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 255, 0.98));
  border: 1px solid rgba(21, 93, 252, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

.step2-intro-card > *:first-child {
  margin-top: 0;
}

.step2-intro-card > *:last-child {
  margin-bottom: 0;
}

.step2-intro-card p,
.step2-intro-card li,
.step2-richtext p,
.step2-richtext li {
  color: #4a5565;
  line-height: 1.75;
}

.step2-intro-card ul,
.step2-richtext ul {
  padding-left: 22px;
}

.step2-note-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.step2-note-card h3,
.step2-note-card p {
  margin: 0;
}

.step2-note-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step2-note-list div {
  padding: 16px 18px;
  border-radius: 16px;
  background: #eff6ff;
}

.step2-note-list a {
  color: #111827;
}

.step2-note-list p:first-child {
  margin-bottom: 6px;
  color: #113b78;
  font-size: 0.875rem;
}

.step2-note-list p:last-child {
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
}

.step2-inline-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #113b78;
  flex: 0 0 auto;
}

.step2-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 36px auto 0;
}

.step2-pagination .step2-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.step2-pagination button {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #4a5565;
  cursor: pointer;
  transition: 0.2s ease;
}

.step2-pagination button:hover:not([disabled]),
.step2-pagination button.active {
  color: #113b78;
  border-color: rgba(21, 93, 252, 0.2);
  box-shadow: 0 8px 20px rgba(21, 93, 252, 0.12);
}

.step2-pagination button[disabled] {
  opacity: 0.35;
  cursor: default;
}

.step2-pagination .step1-pagination-arrow {
  width: 24px;
  height: 24px;
  border: 0;
}

.step2-detail-card[data-v-7f0a15a6] {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.step2-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  align-items: start;
}

.step2-detail-head--single {
  grid-template-columns: minmax(0, 1fr);
}

.step2-detail-lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step2-logo-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.step2-logo-stack img,
.step2-brand-logo {
  max-height: 64px;
  width: auto;
  object-fit: contain;
}

.step2-badge-row,
.step2-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step2-badge,
.step2-tag,
.step2-member-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #113b78;
  font-size: 0.875rem;
  font-weight: 600;
}

.step2-tag--dark {
  background: #111827;
  color: #fff;
}

.step2-detail-media,
.step2-detail-aside {
  padding: 24px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.step2-detail-media img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.step2-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.step2-fact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.step2-fact span {
  color: #6b7280;
  font-size: 0.875rem;
}

.step2-fact strong,
.step2-fact a {
  color: #111827;
  font-size: 1rem;
  line-height: 1.5;
}

.step2-fact a {
  color: #113b78;
}

.step2-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.step2-contact-item {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.step2-contact-item h3,
.step2-contact-item p {
  margin: 0;
}

.step2-contact-item h3 {
  margin-bottom: 10px;
  color: #113b78;
  font-size: 1rem;
}

.step2-tabs-shell {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.step2-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.step2-tab-button {
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #111827;
  cursor: pointer;
  transition: 0.2s ease;
}

.step2-tab-button.active,
.step2-tab-button:hover {
  color: #113b78;
  border-color: rgba(21, 93, 252, 0.2);
  box-shadow: 0 10px 24px rgba(21, 93, 252, 0.12);
}

.step2-tab-panel {
  display: none;
}

.step2-tab-panel.is-active {
  display: block;
}

.step2-tab-panel > *:last-child {
  margin-bottom: 0;
}

.step2-member-head {
  align-items: stretch;
}

.step2-member-summary {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step2-member-summary p {
  margin: 0;
}

.step2-member-portrait img {
  max-height: 320px;
  object-fit: cover;
}

.step2-member-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.step2-member-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #007db6, #113b78);
  color: #fff;
}

.step2-member-facts {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.step2-vcenter {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.step2-vcenter-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.step2-vcenter-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

@media (max-width: 767px) {
  .step2-vcenter-gallery {
    grid-template-columns: 1fr;
  }
}

.step2-vcenter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.step2-vcenter-copy {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.step2-vcenter-copy > *:first-child {
  margin-top: 0;
}

.step2-doc-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.step2-doc {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.step2-doc::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #007db6, #113b78);
  flex: 0 0 auto;
  margin-top: 6px;
}

.step2-doc__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step2-doc__body p {
  margin: 0;
}

.step2-doc__body a {
  color: #113b78;
  font-weight: 600;
}

.step2-structure-section {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.step2-structure-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step2-structure-block h2,
.step2-section-title {
  margin: 0;
  font-size: 1.375rem;
}

.step2-structure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.step2-person-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.step2-person-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 16px;
}

.step2-person-card h3,
.step2-person-card p {
  margin: 0;
}

.step2-person-card h3 {
  font-size: 1.125rem;
}

.step2-person-role {
  margin-top: 8px;
  color: #113b78;
  font-weight: 600;
}

.step2-person-text {
  margin-top: 12px;
  color: #4a5565;
  line-height: 1.7;
}

.step2-contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.step2-contact-card {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.step2-contact-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
}

.step2-contact-card h3,
.step2-contact-card p {
  margin: 0 0 10px;
}

.step2-map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 24px;
}

.step2-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.step2-gallery-card {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.step2-gallery-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.step2-gallery-card__body {
  padding: 18px 20px 20px;
}

.step2-gallery-card__body p {
  margin: 0;
}

.step2-gallery-card__body p:first-child {
  margin-bottom: 10px;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 600;
}

.step2-gallery-card__body p:last-child {
  color: #6b7280;
  line-height: 1.6;
}

.step2-empty {
  padding: 26px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px dashed rgba(21, 93, 252, 0.25);
  color: #6b7280;
  text-align: center;
}

.step2-sign-callout {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(21, 93, 252, 0.08), rgba(21, 93, 252, 0.02));
  border: 1px solid rgba(21, 93, 252, 0.14);
}

.step2-sign-callout img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
}

.step2-sign-callout p,
.step2-sign-callout a {
  margin: 0;
}

.step2-sign-callout p {
  margin-bottom: 8px;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 600;
}

.step2-sign-callout a {
  color: #113b78;
}

.step2-member-actions[data-v-292417e7] {
  padding-top: 56px;
}

.step2-member-actions[data-v-292417e7] a[data-v-292417e7] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filters[data-v-1ec71371] {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 24px 28px;
  border-radius: 28px;
}

.filters .custom-select[data-v-1ec71371] {
  flex: 1 1 180px;
  min-width: 180px;
  max-width: 240px;
}

.step2-member-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 0 0 18px;
  align-items: center;
}

.step2-community-site {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #113b78;
  font-size: 0.95rem;
  word-break: break-word;
}

.pagination[data-v-dbbcba57] button[data-v-dbbcba57],
.pagination[data-v-1ec71371] button[data-v-1ec71371] {
  border: 0;
  background: none;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .step2-detail-head,
  .step2-vcenter-grid,
  .step2-structure-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .step2-intro-card,
  .step2-note-card,
  .step2-detail-media,
  .step2-detail-aside,
  .step2-person-card,
  .step2-contact-card {
    padding: 18px;
  }

  .step2-person-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .step2-facts,
  .step2-contact-grid,
  .step2-doc-list,
  .step2-gallery-grid,
  .step2-contact-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .step2-sign-callout {
    flex-direction: column;
    align-items: flex-start;
  }

  .step2-tab-button {
    width: 100%;
  }
}
