/* Conversion hierarchy: no new links, only clearer intent and emphasis. */
.eropedia-cta {
  margin: 24px 0;
  text-align: center;
}

.eropedia-cta-note {
  color: #5c5369;
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 0 auto 10px;
  max-width: 42rem;
}

.eropedia-cta .eropedia-cta-button {
  align-items: center;
  border-radius: 12px;
  box-sizing: border-box;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-height: 48px;
  padding: 12px 20px;
  text-decoration: none;
}

.eropedia-cta .eropedia-cta-button[data-cta-position="top"],
.eropedia-cta .eropedia-cta-button[data-cta-position="bottom"] {
  background: #ffffff;
  border: 1px solid #75618f;
  color: #35264b;
}

.eropedia-cta .eropedia-cta-button[data-cta-position="conversion-main"] {
  background: linear-gradient(115deg, #4b2c77, #8a3d72);
  box-shadow: 0 12px 24px rgba(63, 34, 91, 0.22);
  color: #ffffff;
  min-width: min(100%, 360px);
}

.eropedia-cta .eropedia-cta-button:hover,
.eropedia-cta .eropedia-cta-button:focus-visible {
  filter: brightness(1.06);
  text-decoration: none;
}

.eropedia-cta .eropedia-cta-button:focus-visible {
  outline: 3px solid #1f1531;
  outline-offset: 3px;
}

.eropedia-fanza-hub {
  background: linear-gradient(135deg, #f8f5ff, #fff9fc);
  border: 1px solid #e4daef;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(51, 30, 76, 0.08);
  margin: 0 0 32px;
  padding: clamp(22px, 4vw, 34px);
}

.eropedia-fanza-hub h2,
.eropedia-fanza-hub h3 {
  color: #302044;
}

.eropedia-fanza-hub-eyebrow {
  color: #7a3f77;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 6px;
}

.eropedia-fanza-hub-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin: 20px 0 26px;
}

.eropedia-fanza-hub-card {
  background: #ffffff;
  border: 1px solid #dfd3eb;
  border-radius: 14px;
  color: #302044;
  display: block;
  min-height: 74px;
  padding: 14px;
  text-decoration: none;
}

.eropedia-fanza-hub-card:hover,
.eropedia-fanza-hub-card:focus-visible {
  border-color: #8a3d72;
  box-shadow: 0 8px 18px rgba(75, 44, 119, 0.12);
  text-decoration: none;
}

.eropedia-fanza-hub-card span {
  color: #71657f;
  display: block;
  font-size: 0.78rem;
  margin-bottom: 4px;
}

.eropedia-fanza-hub-card strong {
  display: block;
}

.eropedia-fanza-hub-posts {
  margin: 12px 0 0;
  padding-left: 1.2em;
}

.eropedia-fanza-hub-posts li + li {
  margin-top: 0.6em;
}

@media (max-width: 767px) {
  .eropedia-cta .eropedia-cta-button {
    width: 100%;
  }
}
