/* SCJER project layer. Keep template vendor and core styles untouched. */
:root {
  letter-spacing: 0;
}

.scjer-page {
  font-family: "Noto Sans", "Manrope", sans-serif;
}

.scjer-page a {
  text-decoration-thickness: 1px;
}

.scjer-page .navigation a,
.scjer-page .theme-btn,
.scjer-page .footer-widget a {
  letter-spacing: 0;
}

.scjer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.scjer-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.scjer-contact-chip {
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
}

.scjer-contact-chip .label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.scjer-contact-chip .value {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  word-break: break-word;
}

.scjer-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.scjer-link-row .theme-btn {
  margin-top: 0;
}

.scjer-section-note {
  max-width: 780px;
  margin-top: 18px;
  color: var(--gray-color2);
  line-height: 1.8;
}

.bg-dark .scjer-section-note {
  color: var(--gray-color);
}

.scjer-fact-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scjer-fact-list li {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  line-height: 1.7;
}

.scjer-fact-list strong {
  color: #fff;
  font-weight: 700;
}

.scjer-module-card {
  height: 100%;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-module-card.dark {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  box-shadow: none;
}

.scjer-module-card .eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 700;
}

.scjer-module-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.35;
}

.scjer-module-card.dark h3,
.scjer-module-card.dark p {
  color: #fff;
}

.scjer-page main.bg-light .scjer-module-card.dark,
.scjer-page .scjer-content-band .scjer-module-card.dark,
.scjer-page .scjer-overview-stage .scjer-module-card.dark {
  border-color: rgba(6, 17, 83, .08);
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-page main.bg-light .scjer-module-card.dark .eyebrow,
.scjer-page .scjer-content-band .scjer-module-card.dark .eyebrow,
.scjer-page .scjer-overview-stage .scjer-module-card.dark .eyebrow {
  color: var(--theme-color);
}

.scjer-page main.bg-light .scjer-module-card.dark h3,
.scjer-page .scjer-content-band .scjer-module-card.dark h3,
.scjer-page .scjer-overview-stage .scjer-module-card.dark h3 {
  color: var(--theme-color3);
}

.scjer-page main.bg-light .scjer-module-card.dark p,
.scjer-page .scjer-content-band .scjer-module-card.dark p,
.scjer-page .scjer-overview-stage .scjer-module-card.dark p {
  color: var(--gray-color2);
}

.scjer-module-card p {
  margin-bottom: 18px;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-simple-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color);
  font-weight: 700;
}

.scjer-news-list {
  display: grid;
  gap: 16px;
}

.scjer-news-item {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-news-date {
  color: var(--theme-color);
  font-weight: 800;
  line-height: 1.4;
}

.scjer-news-item h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.45;
}

.scjer-news-item p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-footer-address {
  margin-top: 20px;
  color: var(--gray-color);
  line-height: 1.75;
}

.scjer-subhero {
  position: relative;
  padding: 170px 0 95px;
  overflow: hidden;
}

.scjer-subhero .bg {
  position: absolute;
  inset: 0;
  opacity: .72;
}

.scjer-subhero .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scjer-subhero .container {
  position: relative;
  z-index: 1;
}

.scjer-subhero h1 {
  max-width: 880px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 64px;
  line-height: 1.12;
}

.scjer-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .78);
}

.scjer-breadcrumb a {
  color: #fff;
}

.scjer-content-band {
  padding: 110px 0;
}

.scjer-prose {
  color: var(--gray-color2);
  font-size: 16px;
  line-height: 1.9;
}

.scjer-prose p {
  margin-bottom: 18px;
}

.scjer-prose h2,
.scjer-prose h3 {
  margin: 34px 0 16px;
  color: var(--theme-color3);
  line-height: 1.35;
}

.scjer-timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scjer-timeline li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-timeline time {
  color: var(--theme-color);
  font-weight: 800;
}

.scjer-business-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: business;
  list-style: none;
}

.scjer-business-list li {
  position: relative;
  min-height: 56px;
  padding: 15px 18px 15px 58px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  color: var(--gray-color2);
  line-height: 1.65;
}

.scjer-business-list li::before {
  counter-increment: business;
  content: counter(business);
  position: absolute;
  left: 18px;
  top: 15px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.scjer-side-nav {
  position: sticky;
  top: 110px;
  padding: 24px;
  border-radius: 8px;
  background: var(--light-color);
}

.scjer-side-nav h3 {
  margin-bottom: 16px;
  font-size: 20px;
}

.scjer-side-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(6, 17, 83, .1);
  color: var(--theme-color3);
  font-weight: 700;
}

.scjer-side-nav a:last-child {
  border-bottom: 0;
}

.scjer-article-shell {
  padding: 110px 0;
  background: var(--light-color);
}

.scjer-article {
  padding: 44px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-article h2 {
  margin: 36px 0 18px;
  color: var(--theme-color3);
}

.scjer-article h3 {
  margin: 28px 0 14px;
  color: var(--theme-color3);
  font-size: 22px;
}

.scjer-article p,
.scjer-article li {
  color: var(--gray-color2);
  font-size: 16px;
  line-height: 1.9;
}

.scjer-article p {
  margin-bottom: 18px;
}

.scjer-article ul,
.scjer-article ol {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 1.3em;
}

.scjer-article .lead {
  color: var(--theme-color3);
  font-size: 20px;
  font-weight: 700;
}

.scjer-profile {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 34px;
  padding: 24px;
  border-radius: 8px;
  background: var(--light-color);
}

.scjer-profile img {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.scjer-profile h2 {
  margin: 0 0 8px;
}

.scjer-profile p {
  margin: 0;
}

.scjer-people-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 28px;
}

.scjer-person {
  padding: 14px 16px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: var(--light-color);
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-person strong {
  display: block;
  color: var(--theme-color3);
}

.scjer-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.scjer-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scjer-list-card {
  min-height: 172px;
  padding: 24px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .05);
}

.scjer-list-card .meta {
  display: block;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
}

.scjer-list-card h3 {
  margin-bottom: 10px;
  color: var(--theme-color3);
  font-size: 22px;
  line-height: 1.35;
}

.scjer-list-card p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-activity-hero-media {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.scjer-activity-hero-media img {
  max-width: 100%;
  border-radius: 8px;
}

.scjer-page .bg-light {
  background: #eef3fb !important;
}

.scjer-page .loading-screen {
  display: none !important;
}

.scjer-template-runtime {
  display: none !important;
}

.scjer-overview-stage {
  padding: 96px 0 70px;
  background: #eef3fb;
}

.scjer-overview-panel {
  position: relative;
  overflow: hidden;
  padding: 44px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 108% -12%, rgba(16, 83, 243, .14), rgba(16, 83, 243, 0) 24%),
    #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-overview-panel::after {
  content: none;
}

.scjer-overview-panel > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.scjer-overview-panel .sec-title {
  display: block;
  max-width: 100%;
  padding-right: 16px;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
}

.scjer-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.scjer-metric-card {
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-metric-card .num {
  display: block;
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.scjer-metric-card .label {
  display: block;
  margin-top: 12px;
  color: var(--theme-color3);
  font-weight: 700;
  line-height: 1.55;
}

.scjer-split-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-split-card .media {
  min-height: 100%;
  background: var(--theme-color3);
}

.scjer-split-card .media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.scjer-split-card .content {
  padding: 48px;
}

.scjer-dark-feature {
  padding: 54px;
  border-radius: 8px;
  background: var(--theme-color3);
  color: #fff;
  overflow: hidden;
}

.scjer-dark-feature .sub-title-2,
.scjer-dark-feature h2,
.scjer-dark-feature h3,
.scjer-dark-feature p,
.scjer-dark-feature li {
  color: #fff;
}

.scjer-dark-feature p,
.scjer-dark-feature li {
  color: rgba(255, 255, 255, .78);
}

.scjer-dark-feature .scjer-timeline li {
  background: rgba(255, 255, 255, .96);
}

.scjer-dark-feature .scjer-timeline li span {
  color: var(--gray-color2);
}

.scjer-dark-feature .scjer-timeline time {
  color: var(--theme-color);
}

.scjer-icon-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.scjer-icon-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-icon-list i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
}

.scjer-roster-article > p {
  margin: 0;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(6, 17, 83, .08);
  background: #fff;
}

.scjer-roster-article > p:nth-of-type(odd) {
  background: #f7f9fe;
}

.scjer-roster-article > p:first-of-type,
.scjer-roster-article > p:nth-of-type(2),
.scjer-roster-article > p:nth-of-type(15),
.scjer-roster-article > p:nth-of-type(54),
.scjer-roster-article > p:nth-of-type(65) {
  margin-top: 18px;
  border-radius: 8px 8px 0 0;
  background: var(--theme-color3);
  color: #fff;
  font-weight: 800;
}

.scjer-document-article {
  max-width: 980px;
  margin: 0 auto;
}

.scjer-document-article > p {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(6, 17, 83, .08);
}

.scjer-document-article > p:nth-of-type(1),
.scjer-document-article > p:nth-of-type(2),
.scjer-document-article > p:nth-of-type(6),
.scjer-document-article > p:nth-of-type(18),
.scjer-document-article > p:nth-of-type(46),
.scjer-document-article > p:nth-of-type(63),
.scjer-document-article > p:nth-of-type(74),
.scjer-document-article > p:nth-of-type(89),
.scjer-document-article > p:nth-of-type(99),
.scjer-document-article > p:nth-of-type(104),
.scjer-document-article > p:nth-of-type(108) {
  margin-top: 24px;
  padding: 16px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--theme-color3);
  color: #fff;
  font-weight: 800;
}

.scjer-stage-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.scjer-stage-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .08);
  color: var(--theme-color);
  font-weight: 800;
}

.scjer-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.scjer-activity-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(6, 17, 83, .07);
}

.scjer-activity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--theme-color);
}

.scjer-activity-card .icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 22px;
}

.scjer-activity-card h3 {
  margin-bottom: 14px;
  color: var(--theme-color3);
  font-size: 26px;
  line-height: 1.35;
}

.scjer-activity-card p {
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-activity-card.dark {
  background: var(--theme-color3);
}

.scjer-activity-card.dark h3,
.scjer-activity-card.dark p {
  color: #fff;
}

.scjer-event-panel {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-event-panel .event-head {
  padding: 34px;
  background: var(--theme-color3);
}

.scjer-event-panel .event-head .sub-title-2,
.scjer-event-panel .event-head h2,
.scjer-event-panel .event-head p {
  color: #fff;
}

.scjer-event-panel .event-body {
  padding: 34px;
}

.scjer-event-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.scjer-event-meta li {
  min-height: 104px;
  padding: 18px;
  border-radius: 8px;
  background: #f4f7fd;
  list-style: none;
}

.scjer-event-meta span {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
}

.scjer-event-meta strong {
  color: var(--theme-color3);
  line-height: 1.55;
}

.scjer-year-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.scjer-year-card {
  display: block;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

a.scjer-year-card {
  color: inherit;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a.scjer-year-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 98, 254, .28);
  box-shadow: 0 18px 42px rgba(6, 17, 83, .08);
}

.scjer-year-card .year {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.scjer-year-card h3 {
  margin-bottom: 8px;
  color: var(--theme-color3);
  font-size: 19px;
  line-height: 1.45;
}

.scjer-year-card p {
  margin: 0;
  color: var(--gray-color2);
  font-size: 15px;
  line-height: 1.65;
}

.scjer-training-overview {
  margin-bottom: 34px;
}

.scjer-training-pathway,
.scjer-training-focus-grid,
.scjer-training-archive,
.scjer-training-next-actions {
  margin: 0 0 34px;
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 17, 83, .06);
}

.scjer-training-pathway {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background: #f7f9fe;
}

.scjer-training-pathway h2,
.scjer-training-section-head h2,
.scjer-training-archive-card h3,
.scjer-training-detail-hero h2,
.scjer-training-detail-card h3,
.scjer-training-next-actions h3 {
  color: var(--theme-color3);
}

.scjer-training-pathway p,
.scjer-training-section-head p,
.scjer-training-archive-card p,
.scjer-training-detail-hero p,
.scjer-training-detail-card p,
.scjer-training-next-actions p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-training-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 18px 28px;
  align-items: end;
  margin-bottom: 24px;
}

.scjer-training-section-head.compact {
  align-items: start;
}

.scjer-training-focus-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scjer-training-focus-cards article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-training-focus-cards article > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 22px;
}

.scjer-training-focus-cards h3 {
  margin-bottom: 10px;
  color: var(--theme-color3);
  font-size: 22px;
}

.scjer-training-focus-cards p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-training-archive-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(16, 83, 243, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f5f8ff 100%);
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.scjer-training-archive-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 83, 243, .34);
  box-shadow: 0 22px 54px rgba(6, 17, 83, .1);
  color: inherit;
}

.scjer-training-archive-year {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 8px;
  background: var(--theme-color);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.scjer-training-archive-label,
.scjer-training-card-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.scjer-training-archive-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}

.scjer-training-archive-card li {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--theme-color3);
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.scjer-training-archive-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color);
  font-weight: 800;
  white-space: nowrap;
}

.scjer-training-detail {
  display: grid;
  gap: 28px;
}

.scjer-training-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: stretch;
  padding: 30px;
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-training-detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.scjer-training-detail-facts li {
  min-height: 102px;
  padding: 16px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  list-style: none;
}

.scjer-training-detail-facts span,
.scjer-training-detail-card li span {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
}

.scjer-training-detail-facts strong,
.scjer-training-detail-card li strong {
  display: block;
  color: var(--theme-color3);
  line-height: 1.55;
}

.scjer-training-detail-flow {
  display: grid;
  gap: 18px;
}

.scjer-training-detail-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(6, 17, 83, .06);
}

.scjer-training-card-index {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.scjer-training-detail-card h3 {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.35;
}

.scjer-training-detail-card p + p {
  margin-top: 14px;
}

.scjer-training-detail-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
}

.scjer-training-detail-card:nth-child(2) ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-training-detail-card li {
  min-height: 94px;
  padding: 15px;
  border-radius: 8px;
  background: #f7f9fe;
  list-style: none;
}

.scjer-training-next-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: #f7f9fe;
}

.scjer-training-next-actions > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.scjer-fsje-callout,
.scjer-fsje-directory,
.scjer-fsje-guide,
.scjer-fsje-issue-detail,
.scjer-aecr-callout,
.scjer-aecr-directory,
.scjer-aecr-guide,
.scjer-aecr-issue-detail,
.scjer-aecr-full-download,
.scjer-aecr-publication-info {
  margin: 0 0 34px;
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-fsje-callout,
.scjer-aecr-callout,
.scjer-aecr-full-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background: #f7f9fe;
}

.scjer-fsje-callout h2,
.scjer-fsje-directory .sec-title,
.scjer-fsje-issue-detail h2,
.scjer-aecr-callout h2,
.scjer-aecr-directory .sec-title,
.scjer-aecr-issue-detail h2,
.scjer-aecr-full-download h2 {
  color: var(--theme-color3);
}

.scjer-fsje-callout p,
.scjer-fsje-directory p,
.scjer-fsje-issue-detail p,
.scjer-aecr-callout p,
.scjer-aecr-directory p,
.scjer-aecr-issue-detail p,
.scjer-aecr-full-download p,
.scjer-aecr-publication-info p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-aecr-callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.scjer-aecr-callout-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}

.scjer-aecr-callout-list li {
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  list-style: none;
}

.scjer-aecr-callout-list span {
  display: block;
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 800;
}

.scjer-aecr-callout-list strong {
  color: var(--theme-color3);
  font-size: 14px;
  line-height: 1.5;
}

.scjer-fsje-issue-grid,
.scjer-aecr-volume-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scjer-fsje-issue-card,
.scjer-aecr-volume-card {
  position: relative;
  min-height: 220px;
}

.scjer-fsje-issue-card.featured,
.scjer-aecr-volume-card.featured {
  border-color: rgba(15, 98, 254, .22);
  background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
}

.scjer-fsje-issue-status,
.scjer-aecr-volume-year {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(15, 98, 254, .1);
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 800;
}

.scjer-fsje-issue-card .scjer-simple-link,
.scjer-aecr-volume-card .scjer-simple-link {
  margin-top: 16px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
}

.scjer-fsje-issue-meta,
.scjer-aecr-issue-meta {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.scjer-fsje-issue-gallery {
  background: #fff;
}

.scjer-fsje-toc-cards,
.scjer-aecr-toc-cards {
  margin: 0 0 34px;
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-fsje-toc-cards > .scjer-publication-head,
.scjer-aecr-toc-cards > .scjer-publication-head {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(6, 17, 83, .08);
}

.scjer-fsje-toc-cards .scjer-publication-head h2,
.scjer-aecr-toc-cards .scjer-publication-head h2 {
  color: var(--theme-color3);
}

.scjer-fsje-toc-cards .scjer-publication-head p,
.scjer-aecr-toc-cards .scjer-publication-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-fsje-toc-summary {
  margin: 0 0 24px;
}

.scjer-fsje-toc-group,
.scjer-aecr-toc-group {
  margin-top: 18px;
}

.scjer-fsje-toc-group + .scjer-fsje-toc-group,
.scjer-aecr-toc-group + .scjer-aecr-toc-group {
  margin-top: 26px;
}

.scjer-fsje-toc-group-head,
.scjer-aecr-toc-group-head {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(15, 98, 254, .12);
  border-radius: 8px;
  background: #f4f8ff;
}

.scjer-fsje-toc-group-head span,
.scjer-aecr-toc-group-head span {
  color: var(--theme-color3);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.scjer-fsje-toc-group-head strong,
.scjer-aecr-toc-group-head strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 98, 254, .1);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.scjer-fsje-toc-entry-grid,
.scjer-aecr-toc-entry-grid {
  display: grid;
  gap: 14px;
}

.scjer-fsje-toc-entry,
.scjer-aecr-toc-entry {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(6, 17, 83, .04);
}

.scjer-fsje-toc-number,
.scjer-aecr-toc-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.scjer-fsje-toc-main h4,
.scjer-aecr-toc-main h4 {
  margin: 0;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.65;
}

.scjer-fsje-toc-main h4 a {
  color: var(--theme-color3);
}

.scjer-fsje-toc-main h4 a:hover {
  color: var(--theme-color);
}

.scjer-fsje-toc-notes,
.scjer-aecr-toc-notes {
  margin-top: 10px;
}

.scjer-fsje-toc-notes p,
.scjer-aecr-toc-notes p {
  margin: 0;
  color: var(--gray-color2);
  font-size: 15px;
  line-height: 1.75;
}

.scjer-fsje-toc-files,
.scjer-aecr-toc-files {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.scjer-journal-download-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(15, 98, 254, .12);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-journal-download-meta {
  min-width: 0;
}

.scjer-journal-download-meta span {
  display: block;
  margin-bottom: 4px;
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.scjer-journal-download-meta strong {
  display: block;
  color: var(--theme-color3);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.scjer-journal-download-meta small {
  display: block;
  margin-top: 4px;
  color: var(--gray-color2);
  font-size: 12px;
  font-weight: 700;
}

.scjer-journal-download-button {
  display: inline-flex;
  min-width: 132px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--theme-color);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

.scjer-journal-download-button:hover {
  background: var(--theme-color3);
  transform: translateY(-1px);
}

.scjer-aecr-publication-info h3 {
  margin: 0 0 14px;
  color: var(--theme-color3);
}

.scjer-fsje-read-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
}

.scjer-data-table {
  width: 100%;
  margin: 18px 0 28px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.scjer-data-table th,
.scjer-data-table td {
  padding: 15px 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  color: var(--gray-color2);
  line-height: 1.65;
  vertical-align: top;
}

.scjer-data-table th {
  background: var(--theme-color3);
  color: #fff;
  font-weight: 800;
}

.scjer-data-table td:first-child {
  color: var(--theme-color3);
  font-weight: 800;
}

.scjer-notice-panel {
  margin: 26px 0;
  padding: 26px;
  border-left: 5px solid var(--theme-color);
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-notice-panel p:last-child {
  margin-bottom: 0;
}

.scjer-link-cards,
.scjer-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 30px;
}

.scjer-link-card,
.scjer-file-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  color: var(--theme-color3);
  box-shadow: 0 18px 45px rgba(6, 17, 83, .05);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.scjer-file-card {
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
}

.scjer-link-card .icon,
.scjer-file-card .icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 18px;
}

.scjer-link-card strong,
.scjer-file-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color3);
  font-size: 17px;
  line-height: 1.45;
}

.scjer-link-card span,
.scjer-file-card span {
  display: block;
  color: var(--gray-color2);
  font-size: 14px;
  line-height: 1.65;
}

.scjer-file-card .scjer-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  margin-top: 14px;
  padding: 9px 18px;
  border-radius: 6px;
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: background .2s ease, transform .2s ease;
}

.scjer-file-card .scjer-download-button,
.scjer-file-card .scjer-download-button span {
  color: #fff;
}

.scjer-file-card .scjer-download-button span {
  display: inline;
  font-size: inherit;
  line-height: 1;
}

.scjer-file-card:hover .scjer-download-button {
  background: var(--theme-color3);
  transform: translateY(-1px);
}

.scjer-donation-page,
.scjer-kifu-detail-page {
  display: grid;
  gap: 30px;
}

.scjer-donation-hero,
.scjer-donation-entry-section,
.scjer-donation-process-section,
.scjer-donation-downloads,
.scjer-donation-note,
.scjer-kifu-download-panel,
.scjer-kifu-tax-panel {
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-donation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.scjer-donation-hero h2,
.scjer-donation-section-head h2,
.scjer-donation-entry-card strong,
.scjer-donation-step h3,
.scjer-donation-note h3,
.scjer-kifu-rule-card h3,
.scjer-kifu-tax-grid h3,
.scjer-kifu-donor-card h3 {
  color: var(--theme-color3);
}

.scjer-donation-hero h2 {
  margin: 12px 0 16px;
  font-size: 38px;
  line-height: 1.22;
}

.scjer-donation-hero .lead {
  color: var(--theme-color3);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.75;
}

.scjer-donation-page p,
.scjer-kifu-detail-page p {
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.scjer-donation-section-head,
.scjer-kifu-detail-page .scjer-publication-head {
  margin-bottom: 22px;
}

.scjer-donation-entry-grid,
.scjer-donation-process-grid,
.scjer-kifu-tax-grid,
.scjer-kifu-donor-grid,
.scjer-kifu-next-grid {
  display: grid;
  gap: 16px;
}

.scjer-donation-entry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-donation-process-grid,
.scjer-kifu-tax-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scjer-kifu-donor-grid,
.scjer-kifu-next-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scjer-donation-entry-card,
.scjer-donation-step,
.scjer-kifu-rule-card,
.scjer-kifu-tax-grid article,
.scjer-kifu-donor-card {
  min-height: 170px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-donation-entry-card {
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.scjer-donation-entry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 83, 243, .28);
  box-shadow: 0 20px 48px rgba(6, 17, 83, .08);
  color: inherit;
}

.scjer-donation-entry-card span,
.scjer-donation-step span,
.scjer-kifu-rule-card span,
.scjer-kifu-donor-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.scjer-donation-entry-card em {
  display: block;
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.75;
}

.scjer-donation-step,
.scjer-kifu-rule-card,
.scjer-kifu-tax-grid article,
.scjer-kifu-donor-card {
  background: #fff;
  box-shadow: 0 15px 40px rgba(6, 17, 83, .05);
}

.scjer-kifu-rule-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.scjer-kifu-rule-nav {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-kifu-rule-nav h3 {
  margin: 0 0 8px;
  color: var(--theme-color3);
  font-size: 18px;
}

.scjer-kifu-rule-nav a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f4f7ff;
  color: inherit;
}

.scjer-kifu-rule-nav a span {
  color: var(--theme-color);
  font-weight: 900;
}

.scjer-kifu-rule-nav a strong {
  color: var(--theme-color3);
  font-size: 14px;
  line-height: 1.4;
}

.scjer-kifu-rule-list {
  display: grid;
  gap: 14px;
}

.scjer-kifu-rule-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: auto;
}

.scjer-kifu-rule-index span {
  margin-bottom: 10px;
}

.scjer-kifu-rule-index strong {
  display: block;
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 1.35;
}

.scjer-kifu-rule-card p {
  margin: 0;
}

.scjer-kifu-form-intro {
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.scjer-kifu-form-intro h2 {
  margin: 8px 0 0;
  color: var(--theme-color3);
  font-size: 34px;
  line-height: 1.25;
}

.scjer-kifu-form-intro p {
  margin: 0;
  max-width: 680px;
}

.scjer-kifu-download-list {
  grid-template-columns: 1fr;
  margin: 0;
}

.scjer-kifu-download-list .scjer-file-card {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  min-height: 96px;
  padding: 20px;
}

.scjer-kifu-donor-card {
  min-height: 150px;
}

.scjer-join-office-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: center;
  margin: 26px 0 34px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-join-office-copy h3 {
  margin: 8px 0 14px;
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 1.35;
}

.scjer-join-office-copy p {
  margin-bottom: 10px;
  color: var(--gray-color2);
  font-size: 16px;
  line-height: 1.8;
}

.scjer-join-office-copy p:last-child {
  margin-bottom: 0;
}

.scjer-join-office-qr {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(16, 83, 243, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 17, 83, .06);
}

.scjer-join-office-qr img {
  width: 156px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.scjer-join-office-qr figcaption {
  color: var(--theme-color3);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.scjer-join-page {
  display: grid;
  gap: 30px;
}

.scjer-join-page p,
.scjer-join-page li,
.scjer-join-page dd {
  color: var(--gray-color2);
  line-height: 1.82;
}

.scjer-join-hero-panel,
.scjer-join-section,
.scjer-join-downloads,
.scjer-join-official-mini,
.scjer-join-notes article {
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6, 17, 83, .07);
}

.scjer-join-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
}

.scjer-join-hero-copy h2,
.scjer-join-section-head h2,
.scjer-join-office-copy h3,
.scjer-join-payment-card h3,
.scjer-join-step h3,
.scjer-join-notes h3 {
  color: var(--theme-color3);
}

.scjer-join-hero-copy h2 {
  margin: 10px 0 16px;
  font-size: 42px;
  line-height: 1.18;
}

.scjer-join-hero-copy .lead {
  color: var(--theme-color3);
  font-size: 20px;
  font-weight: 800;
}

.scjer-join-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.scjer-join-hero-facts {
  display: grid;
  gap: 12px;
}

.scjer-join-hero-facts div {
  padding: 18px;
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-join-hero-facts strong {
  display: block;
  color: var(--theme-color3);
  font-size: 18px;
}

.scjer-join-hero-facts span {
  display: block;
  margin-top: 8px;
  color: var(--gray-color2);
  line-height: 1.55;
}

.scjer-join-section,
.scjer-join-downloads {
  padding: 30px;
}

.scjer-join-section-head {
  max-width: 780px;
  margin-bottom: 24px;
}

.scjer-join-section-head h2 {
  margin: 8px 0 10px;
  font-size: 32px;
}

.scjer-join-fee-grid,
.scjer-join-payment-grid,
.scjer-join-notes {
  display: grid;
  gap: 16px;
}

.scjer-join-fee-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-join-fee-card {
  min-height: 168px;
  padding: 24px;
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-join-fee-card span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 900;
}

.scjer-join-fee-card strong {
  display: block;
  margin: 18px 0 10px;
  color: var(--theme-color3);
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1.15;
}

.scjer-join-fee-card em {
  display: block;
  color: var(--gray-color2);
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.scjer-join-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--theme-color);
  border-radius: 8px;
  background: #f4f7ff;
  color: var(--theme-color3) !important;
  font-weight: 700;
}

.scjer-join-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.scjer-join-step {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(6, 17, 83, .05);
}

.scjer-join-step span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.scjer-join-step h3 {
  font-size: 20px;
}

.scjer-join-step p {
  margin-bottom: 0;
}

.scjer-join-payment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scjer-join-payment-card {
  padding: 24px;
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-join-payment-card dl {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px 14px;
  margin: 16px 0 0;
}

.scjer-join-payment-card dt {
  color: var(--theme-color3);
  font-weight: 900;
}

.scjer-join-payment-card dd {
  margin: 0;
}

.scjer-join-payment-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.scjer-join-payment-note div {
  padding: 16px;
  border: 1px solid rgba(16, 83, 243, .12);
  border-radius: 8px;
  background: #fff;
}

.scjer-join-payment-note span {
  display: block;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 900;
}

.scjer-join-payment-note p {
  margin: 6px 0 0;
  color: var(--theme-color3) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.scjer-join-downloads .scjer-download-grid {
  margin-bottom: 0;
}

.scjer-join-official-mini {
  padding: 30px;
}

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

.scjer-join-official-grid figure {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-join-official-grid img {
  width: 112px;
  max-height: 112px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.scjer-join-official-grid figcaption strong,
.scjer-join-official-grid figcaption span {
  display: block;
}

.scjer-join-official-grid figcaption strong {
  color: var(--theme-color3);
  font-size: 18px;
}

.scjer-join-official-grid figcaption span {
  margin-top: 7px;
  color: var(--gray-color2);
  line-height: 1.65;
}

.scjer-join-notes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scjer-join-notes article {
  padding: 24px;
  box-shadow: 0 14px 38px rgba(6, 17, 83, .05);
}

.scjer-join-notes h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.scjer-join-notes p {
  margin-bottom: 0;
}

.scjer-download-section {
  margin: 30px 0 36px;
}

.scjer-download-section h3 {
  margin-bottom: 16px;
}

.scjer-compact-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
}

.scjer-compact-list li {
  padding: 14px 16px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-compact-list strong {
  color: var(--theme-color3);
}

.scjer-inline-note {
  color: var(--theme-color);
  font-weight: 800;
}

.scjer-cn-prose p {
  text-indent: 2em;
}

.scjer-consultation-page,
.scjer-member-gate-page,
.scjer-cn-home-page {
  display: grid;
  gap: 30px;
}

.scjer-consultation-hero,
.scjer-consultation-section,
.scjer-consultation-office,
.scjer-member-gate-hero,
.scjer-member-entry-section,
.scjer-member-protected-note,
.scjer-cn-home-hero,
.scjer-cn-home-section,
.scjer-cn-status-card,
.scjer-cn-subentry-card {
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-consultation-hero,
.scjer-cn-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
  gap: 24px;
  align-items: center;
  padding: 32px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.scjer-consultation-hero-copy h2,
.scjer-consultation-section-head h2,
.scjer-member-gate-hero h2,
.scjer-member-section-head h2,
.scjer-member-entry-card h3,
.scjer-member-protected-note h3,
.scjer-cn-home-copy h2,
.scjer-cn-section-head h2,
.scjer-cn-status-card h2,
.scjer-cn-subentry-card strong {
  color: var(--theme-color3);
}

.scjer-consultation-hero-copy h2,
.scjer-cn-home-copy h2 {
  margin: 12px 0 16px;
  font-size: 38px;
  line-height: 1.22;
}

.scjer-consultation-hero-copy .lead,
.scjer-member-gate-hero .lead,
.scjer-cn-president-row .lead {
  color: var(--theme-color3);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.75;
}

.scjer-consultation-page p,
.scjer-member-gate-page p,
.scjer-cn-home-page p,
.scjer-cn-home-page li {
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-consultation-hero-media {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #edf2fb;
}

.scjer-consultation-hero-media img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.scjer-consultation-section,
.scjer-member-entry-section,
.scjer-cn-home-section,
.scjer-cn-status-card {
  padding: 30px;
}

.scjer-consultation-section-head,
.scjer-member-section-head,
.scjer-cn-section-head {
  max-width: 820px;
  margin-bottom: 22px;
}

.scjer-consultation-target-grid,
.scjer-consultation-method-grid,
.scjer-member-entry-grid,
.scjer-cn-subentry-grid {
  display: grid;
  gap: 16px;
}

.scjer-consultation-target-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-consultation-target-card,
.scjer-member-entry-card {
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-consultation-target-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 900;
}

.scjer-consultation-target-card h3,
.scjer-consultation-method-card h3 {
  color: var(--theme-color3);
  font-size: 21px;
}

.scjer-consultation-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scjer-consultation-method-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-consultation-method-card strong {
  display: block;
  color: var(--theme-color3);
  line-height: 1.6;
}

.scjer-consultation-qr {
  margin: 0;
  text-align: center;
}

.scjer-consultation-qr img {
  display: block;
  width: 106px;
  height: 106px;
  object-fit: contain;
  border-radius: 8px;
}

.scjer-consultation-qr figcaption {
  margin-top: 8px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 900;
}

.scjer-consultation-office {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
}

.scjer-member-gate-hero {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .12), rgba(6, 17, 83, .02)),
    #fff;
}

.scjer-member-lock {
  display: inline-grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color3);
  color: #fff;
  font-size: 34px;
}

.scjer-member-entry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scjer-member-entry-grid.compact .scjer-member-entry-card {
  min-height: 210px;
  background: #fff;
}

.scjer-member-entry-card span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 8px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 20px;
}

.scjer-member-protected-note {
  padding: 28px;
  background: #f4f7ff;
}

.scjer-member-deploy-note {
  margin-top: 12px;
  padding: 14px 16px;
  border-left: 4px solid var(--theme-color);
  border-radius: 8px;
  background: #fff;
  color: var(--theme-color3) !important;
  font-weight: 800;
}

.scjer-member-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.scjer-cn-home-hero {
  grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr);
}

.scjer-cn-home-official {
  display: grid;
  gap: 16px;
}

.scjer-cn-home-official figure {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-cn-home-official img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.scjer-cn-logo-mark {
  width: 170px;
  margin-bottom: 10px;
}

.scjer-cn-home-official figure img {
  width: 96px;
  max-height: 96px;
}

.scjer-cn-home-official figcaption {
  color: var(--theme-color3);
  font-weight: 800;
  line-height: 1.65;
}

.scjer-cn-president-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.scjer-cn-president-row figure {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: #edf2fb;
}

.scjer-cn-president-row img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.scjer-cn-timeline {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scjer-cn-timeline li {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-cn-timeline time {
  color: var(--theme-color);
  font-weight: 900;
}

.scjer-cn-status-card a {
  color: var(--theme-color);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.scjer-cn-subentry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-cn-subentry-card {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.scjer-cn-subentry-card span {
  color: var(--theme-color);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.scjer-cn-subentry-card em {
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.7;
}

.scjer-cn-legacy-media {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 18px;
  margin: 36px 0;
}

.scjer-legacy-resource-band {
  margin: 42px 0 6px;
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .07), rgba(255, 255, 255, 0) 58%),
    #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-legacy-resource-head {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin-bottom: 24px;
}

.scjer-legacy-resource-head h2 {
  margin: 0;
  color: var(--theme-color3);
  font-size: 30px;
  line-height: 1.3;
}

.scjer-legacy-resource-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-legacy-resource-grid {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 16px;
}

.scjer-legacy-resource-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 148px;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-legacy-resource-item img {
  display: block;
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.scjer-legacy-resource-item.qr img {
  width: 92px;
  height: 92px;
}

.scjer-legacy-resource-item.certificate {
  grid-template-columns: 150px minmax(0, 1fr);
}

.scjer-legacy-resource-item.certificate img,
.scjer-legacy-resource-item.mark img {
  width: 100%;
}

.scjer-legacy-resource-item h3 {
  margin: 0 0 8px;
  color: var(--theme-color3);
  font-size: 20px;
  line-height: 1.35;
}

.scjer-legacy-resource-item p {
  margin: 0;
  color: var(--gray-color2);
  font-size: 15px;
  line-height: 1.7;
}

.scjer-legacy-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.scjer-legacy-resource-links strong {
  color: var(--theme-color3);
}

.scjer-legacy-resource-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color3);
  font-size: 14px;
  font-weight: 800;
}

.scjer-legacy-resource-card .scjer-legacy-card-media {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.scjer-legacy-resource-card img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.scjer-legacy-resource-card img.qr {
  width: 92px;
  height: 92px;
}

.scjer-legacy-resource-card img.certificate {
  width: 100%;
  max-height: 76px;
}

.scjer-legacy-resource-card strong {
  color: var(--theme-color3);
}

.scjer-cn-media-panel {
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-cn-media-panel.primary {
  display: grid;
  grid-row: span 3;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .07), rgba(255, 255, 255, 0) 54%),
    #fff;
}

.scjer-cn-media-panel.compact {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.scjer-cn-president-media {
  overflow: hidden;
  width: 180px;
  height: 238px;
  border-radius: 8px;
  background: #edf2fb;
}

.scjer-cn-president-media img,
.scjer-cn-qr,
.scjer-cn-academic-mark,
.scjer-cn-society-mark {
  display: block;
  max-width: 100%;
}

.scjer-cn-president-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scjer-cn-media-copy h2,
.scjer-cn-media-panel h3,
.scjer-cn-legacy-nav h3 {
  color: var(--theme-color3);
}

.scjer-cn-media-copy h2 {
  margin: 16px 0 12px;
  font-size: 30px;
  line-height: 1.3;
}

.scjer-cn-media-copy p,
.scjer-cn-media-panel p {
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-cn-signature {
  margin: 8px 0 12px;
  color: var(--theme-color3) !important;
  font-weight: 800;
}

.scjer-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--theme-color);
  font-weight: 800;
}

.scjer-cn-qr {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  object-fit: contain;
}

.scjer-cn-academic-mark,
.scjer-cn-society-mark {
  width: 96px;
  height: 70px;
  object-fit: contain;
}

.scjer-cn-legacy-nav {
  grid-column: 1 / -1;
  padding: 22px;
  border: 1px solid rgba(16, 83, 243, .14);
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-cn-legacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.scjer-cn-legacy-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(16, 83, 243, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--theme-color3);
  font-weight: 800;
}

.scjer-cn-legacy-links a:hover {
  border-color: rgba(16, 83, 243, .3);
  color: var(--theme-color);
}

.scjer-protected-box {
  padding: 30px;
  border-radius: 8px;
  background: var(--theme-color3);
  color: #fff;
}

.scjer-protected-box h2,
.scjer-protected-box p,
.scjer-protected-box li {
  color: #fff;
}

.scjer-protected-box .scjer-compact-list li {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
}

.scjer-alpha-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 32px;
}

.scjer-alpha-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #fff;
  color: var(--theme-color);
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(6, 17, 83, .05);
}

.scjer-template-section {
  background: #f4f7ff;
}

.scjer-template-section .sec-title,
.scjer-template-section .title,
.scjer-template-section h2,
.scjer-template-section h3,
.scjer-template-section h4,
.scjer-template-section h5 {
  color: var(--theme-color3);
}

.scjer-cwpe-intro {
  overflow: hidden;
  padding: 42px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-cwpe-intro .sec-title {
  overflow-wrap: anywhere;
}

.scjer-cwpe-intro .lead {
  color: var(--theme-color3);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
}

.scjer-cwpe-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 0;
}

.scjer-cwpe-stat {
  min-height: 118px;
  padding: 22px;
  border-radius: 8px;
  background: var(--theme-color3);
  color: #fff;
}

.scjer-cwpe-stat strong {
  display: block;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.scjer-cwpe-stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.scjer-template-service-grid {
  margin-top: 34px;
}

.scjer-cwpe-service-card .inner-box {
  height: 100%;
}

.scjer-cwpe-service-card .icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 26px;
}

.scjer-cwpe-service-card .text {
  min-height: 86px;
}

.scjer-template-detail .services-details__content,
.scjer-template-detail .project-details__content {
  color: var(--gray-color2);
}

.scjer-template-detail .services-details__content p,
.scjer-template-detail .services-details__content li {
  color: var(--gray-color2);
  line-height: 1.9;
}

.scjer-detail-visual {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 10px;
  background: var(--theme-color3);
  color: #fff;
}

.scjer-detail-visual h2,
.scjer-detail-visual p {
  color: #fff;
}

.scjer-detail-visual p {
  max-width: 740px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .9);
}

.scjer-detail-visual .icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--theme-color);
  font-size: 25px;
}

.scjer-detail-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.scjer-detail-block {
  min-height: 124px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 17, 83, .05);
}

.scjer-detail-block .icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
}

.scjer-detail-block h5 {
  margin-bottom: 8px;
  font-size: 19px;
}

.scjer-content-panel,
.scjer-ladder-panel {
  margin: 34px 0;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-content-panel p:last-child,
.scjer-ladder-panel p:last-child {
  margin-bottom: 0;
}

.scjer-cwpe-ladder {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 22px 0;
}

.scjer-cwpe-ladder span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--theme-color3);
  color: #fff;
  font-weight: 800;
  line-height: 1.45;
}

.scjer-cwpe-ladder i {
  color: var(--theme-color);
}

.scjer-feature-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.scjer-feature-list li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 8px;
  background: #fff;
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-feature-list li::before {
  content: "\f00c";
  position: absolute;
  left: 14px;
  top: 13px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 900;
}

.scjer-process-band {
  margin: 34px 0;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-process-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 0;
}

.scjer-process-step {
  padding: 20px;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-process-step .num {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.scjer-service-sidebar .sidebar-service-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.scjer-service-sidebar .sidebar-service-list li.current a,
.scjer-service-sidebar .sidebar-service-list a:hover {
  color: var(--theme-color);
}

.scjer-service-sidebar .sidebar-service-list li.current a {
  color: #fff !important;
}

.scjer-service-sidebar .sidebar-service-list li.current a i {
  color: #fff;
}

.scjer-sidebar-facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scjer-sidebar-facts li {
  display: grid;
  gap: 5px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(6, 17, 83, .1);
  color: var(--gray-color2);
  line-height: 1.55;
}

.scjer-sidebar-facts li:last-child {
  border-bottom: 0;
}

.scjer-sidebar-facts strong {
  color: var(--theme-color3);
}

.scjer-template-detail .tv-faq-section {
  margin-top: 36px;
}

.scjer-template-detail .accordion-box {
  padding-left: 0;
}

.scjer-template-detail .accordion-box .accordion {
  list-style: none;
}

.scjer-template-detail .acc-content .content .text ul {
  margin: 10px 0 0;
  padding-left: 1.2em;
}

.scjer-template-detail .acc-content .content .text li {
  margin-bottom: 4px;
}

.scjer-archive-shell {
  padding: 100px 0;
  background: #eef3fb;
}

.scjer-archive-body {
  padding: 42px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-archive-body h2,
.scjer-archive-body h3,
.scjer-archive-body h4,
.scjer-archive-body h5 {
  margin: 34px 0 16px;
  color: var(--theme-color3);
  line-height: 1.35;
}

.scjer-archive-body h2:first-child,
.scjer-archive-body h3:first-child {
  margin-top: 0;
}

.scjer-archive-body p,
.scjer-archive-body li {
  color: var(--gray-color2);
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.scjer-archive-body p {
  margin-bottom: 18px;
}

.scjer-archive-body a {
  color: var(--theme-color);
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.scjer-archive-body ul,
.scjer-archive-body ol {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding-left: 1.25em;
}

.scjer-archive-body hr {
  margin: 34px 0;
  border-color: rgba(6, 17, 83, .12);
  opacity: 1;
}

.scjer-archive-figure {
  margin: 26px 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-archive-figure img,
.scjer-archive-body p > img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
}

.scjer-archive-body p > img {
  margin: 20px 0;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-archive-downloads {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(6, 17, 83, .1);
}

.scjer-publication-toc,
.scjer-archive-gallery,
.scjer-publication-action {
  margin: 0 0 42px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-publication-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 24px;
  align-items: end;
  margin-bottom: 24px;
}

.scjer-publication-head .scjer-kicker {
  grid-column: 1 / -1;
  width: fit-content;
}

.scjer-publication-head h2,
.scjer-publication-head p {
  margin: 0;
}

.scjer-publication-head h2,
.scjer-publication-group > h3,
.scjer-conference-gallery-group > h3,
.scjer-publication-action h2 {
  color: var(--theme-color3);
}

.scjer-publication-head p,
.scjer-gallery-lead,
.scjer-publication-action p {
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-publication-head .theme-btn {
  min-width: 150px;
}

.scjer-publication-group {
  margin-top: 18px;
}

.scjer-publication-group > h3,
.scjer-conference-gallery-group > h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.35;
}

.scjer-publication-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  padding: 20px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(6, 17, 83, .05);
}

.scjer-publication-entry span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.scjer-publication-entry h3 {
  margin: 0 0 8px;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.55;
}

.scjer-publication-entry p {
  margin: 0;
  color: var(--gray-color2);
  font-size: 15px;
  line-height: 1.65;
}

.scjer-publication-actions {
  display: flex;
  justify-content: flex-end;
}

.scjer-publication-button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--theme-color);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.scjer-gallery-lead {
  max-width: 760px;
  margin: -10px 0 22px;
}

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

.scjer-gallery-card {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(6, 17, 83, .06);
}

.scjer-gallery-card .media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background: #eef3fb;
}

.scjer-publication-gallery .scjer-gallery-card .media {
  aspect-ratio: 3 / 4;
}

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

.scjer-publication-gallery .scjer-gallery-card img {
  object-fit: contain;
}

.scjer-gallery-card .caption {
  display: block;
  min-height: 24px;
  color: var(--theme-color3);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.scjer-conference-gallery {
  margin-top: 44px;
}

.scjer-conference-gallery-group {
  margin-top: 26px;
}

.scjer-conference-story {
  margin: 0 0 42px;
}

.scjer-conference-story-head,
.scjer-conference-story-resources,
.scjer-conference-photo-slider {
  margin-bottom: 32px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(6, 17, 83, .06);
}

.scjer-conference-story-head {
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 60%),
    #fff;
}

.scjer-conference-story-head h2,
.scjer-conference-story-content h2,
.scjer-conference-story-resources h2,
.scjer-conference-photo-slider h2,
.scjer-member-watch-panel h3 {
  margin: 0 0 12px;
  color: var(--theme-color3);
}

.scjer-conference-story-head p,
.scjer-conference-story-content p,
.scjer-conference-story-resources p,
.scjer-member-watch-panel p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-conference-story-node {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(6, 17, 83, .05);
}

.scjer-conference-story-node.is-featured {
  grid-template-columns: 1fr;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(16, 83, 243, .06), rgba(255, 255, 255, 0) 48%),
    #fff;
}

.scjer-conference-story-node.is-reverse:not(.is-text-only):not(.is-featured) .scjer-conference-story-media {
  order: 2;
}

.scjer-conference-story-node.is-text-only {
  grid-template-columns: 1fr;
  background: #f7f9fe;
}

.scjer-conference-story-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #eef3fb;
}

.scjer-conference-story-node.is-featured .scjer-conference-story-media {
  aspect-ratio: 16 / 9;
}

.scjer-conference-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scjer-conference-story-content {
  position: relative;
  min-width: 0;
  padding-left: 2px;
}

.scjer-conference-story-content .scjer-kicker {
  width: fit-content;
  margin-bottom: 12px;
}

.scjer-story-step {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin: 0 0 14px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 900;
}

.scjer-conference-story-content p + p {
  margin-top: 12px;
}

.scjer-conference-story-resources {
  background: #f7f9fe;
}

.scjer-conference-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.scjer-member-watch-panel {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-member-watch-panel .theme-btn {
  margin-top: 18px;
}

.scjer-conference-photo-slider {
  overflow: hidden;
}

.scjer-conference-photo-slider .scjer-publication-head {
  grid-template-columns: 1fr;
}

.scjer-conference-photo-slider .swiper {
  overflow: hidden;
  margin: 0 -6px;
  padding: 6px;
}

.scjer-conference-photo-slider .swiper-wrapper {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.scjer-conference-photo-slider .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.scjer-conference-photo-slider .swiper-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
  height: auto;
  scroll-snap-align: start;
}

.scjer-conference-photo-slider .swiper-initialized .swiper-wrapper {
  gap: 0;
  overflow: visible;
}

.scjer-conference-slide-card {
  height: 100%;
}

.scjer-conference-slide-card .media {
  aspect-ratio: 4 / 3;
}

.scjer-conference-slider-controls {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.scjer-conference-slider-prev,
.scjer-conference-slider-next {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  line-height: 1;
  transition: background .2s ease, transform .2s ease;
}

.scjer-conference-slider-prev:hover,
.scjer-conference-slider-next:hover {
  transform: translateY(-2px);
  background: var(--theme-color3);
}

.scjer-conference-slider-pagination {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}

.scjer-conference-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: .35;
  background: var(--theme-color3);
}

.scjer-conference-slider-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  opacity: 1;
  background: var(--theme-color);
}

.scjer-publication-action {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 17, 83, .06);
}

.scjer-publication-action .icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 21px;
}

.scjer-publication-action h2 {
  margin: 0 0 6px;
  font-size: 24px;
}

.scjer-publication-action p {
  margin: 0;
}

.scjer-archive-nav {
  margin-top: 46px;
  padding-top: 34px;
  border-top: 1px solid rgba(6, 17, 83, .1);
}

.scjer-archive-nav-head {
  margin-bottom: 20px;
}

.scjer-archive-nav-head h2 {
  margin: 8px 0 8px;
}

.scjer-archive-nav-head p {
  max-width: 680px;
  margin-bottom: 0;
}

.scjer-archive-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.scjer-archive-nav-actions a,
.scjer-archive-related-strip a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .08);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
}

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

.scjer-archive-nav-card {
  display: grid;
  min-height: 126px;
  align-content: center;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f4f7fd;
  color: var(--theme-color3);
}

.scjer-archive-nav-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.scjer-archive-nav-card strong {
  display: block;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.45;
}

.scjer-archive-nav-card.disabled {
  opacity: .62;
}

.scjer-archive-related-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.scjer-p1-audience {
  padding: 86px 0 70px;
}

.scjer-p1-audience-head {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(280px, .38fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 30px;
}

.scjer-p1-audience-head h2,
.scjer-p1-tools-head h2,
.scjer-p1-action-copy h2 {
  margin: 8px 0 10px;
  color: var(--theme-color3);
  font-size: 36px;
  line-height: 1.25;
}

.scjer-p1-audience-head p,
.scjer-p1-tools-head p,
.scjer-p1-action-copy p {
  margin-bottom: 0;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-p1-audience-grid,
.scjer-p1-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.scjer-p1-card {
  display: grid;
  gap: 18px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  color: var(--theme-color3);
  box-shadow: 0 20px 55px rgba(6, 17, 83, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.scjer-p1-card:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 83, 243, .24);
  box-shadow: 0 24px 70px rgba(6, 17, 83, .09);
}

.scjer-p1-card .icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 20px;
}

.scjer-p1-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color3);
  font-size: 19px;
  line-height: 1.35;
}

.scjer-p1-card em {
  display: block;
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.65;
}

.scjer-p1-section-tools {
  padding: 0 0 52px;
  background: #eef3fb;
}

.scjer-p1-tools-panel {
  margin-top: -42px;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .1);
}

.scjer-p1-tools-head {
  margin-bottom: 24px;
}

.scjer-p1-section-tools .scjer-p1-tools-grid,
.scjer-p1-index-tools .scjer-p1-tools-grid,
.scjer-p1-cn-hub .scjer-p1-tools-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-p1-section-tools .scjer-p1-card,
.scjer-p1-index-tools .scjer-p1-card,
.scjer-p1-cn-hub .scjer-p1-card {
  min-height: 160px;
}

.scjer-p1-index-tools,
.scjer-p1-cn-hub,
.scjer-p1-action-panel {
  margin: 34px 0;
  padding: 30px;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-p1-cn-hub {
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(6, 17, 83, .03)),
    #fff;
}

.scjer-p1-cn-hub .scjer-p1-tools-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.scjer-p1-cn-hub .scjer-p1-card {
  min-height: 180px;
}

.scjer-p1-action-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: var(--theme-color3);
}

.scjer-p1-action-copy h2,
.scjer-p1-action-copy p,
.scjer-p1-action-copy li {
  color: #fff;
}

.scjer-p1-action-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.scjer-p1-action-copy li {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: 14px;
  font-weight: 800;
}

.scjer-p1-action-buttons {
  display: grid;
  gap: 12px;
  min-width: 230px;
}

.scjer-archive-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.scjer-archive-side-card {
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-archive-side-card.dark {
  background: var(--theme-color3);
  color: #fff;
}

.scjer-archive-side-card h3 {
  margin-bottom: 14px;
  color: var(--theme-color3);
  font-size: 24px;
  line-height: 1.35;
}

.scjer-archive-side-card.dark h3,
.scjer-archive-side-card.dark p {
  color: #fff;
}

.scjer-archive-side-card p {
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-archive-side-card .theme-btn {
  margin-top: 12px;
}

.scjer-archive-mini-links {
  display: grid;
  gap: 8px;
}

.scjer-archive-mini-links a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #f4f7fd;
  color: var(--theme-color3);
  font-weight: 800;
}

.scjer-detail-link-section {
  margin: 40px 0 34px;
  padding-top: 6px;
}

.scjer-journey-strip {
  padding: 78px 0 46px;
}

.scjer-journey-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.scjer-journey-head h2 {
  margin: 0;
  color: var(--theme-color3);
  font-size: 42px;
  line-height: 1.2;
}

.scjer-journey-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-journey-grid,
.scjer-pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scjer-journey-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  min-height: 150px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  color: var(--theme-color3);
  box-shadow: 0 22px 60px rgba(6, 17, 83, .07);
}

.scjer-journey-card::after {
  content: "\f061";
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: rgba(16, 83, 243, .24);
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  font-weight: 900;
}

.scjer-journey-card .icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 21px;
}

.scjer-journey-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color3);
  font-size: 19px;
  line-height: 1.35;
}

.scjer-journey-card em {
  display: block;
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.7;
}

.scjer-journey-card:hover,
.scjer-link-card:hover,
.scjer-file-card:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 83, 243, .22);
}

.scjer-journey-card,
.scjer-link-card,
.scjer-file-card {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.scjer-legacy-map,
.scjer-pathway-panel,
.scjer-cn-paths,
.scjer-protected-paths {
  margin: 36px 0;
  padding: 30px;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-pathway-panel {
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(6, 17, 83, .03)),
    #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-about-entry-shell {
  margin-top: -20px;
}

.scjer-about-entry-panel {
  padding: 34px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 52%),
    #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-about-entry-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 30px;
  align-items: end;
  margin-bottom: 26px;
}

.scjer-about-entry-head .sec-title {
  margin-bottom: 0;
}

.scjer-about-entry-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-about-entry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .875fr);
  gap: 18px;
}

.scjer-about-entry-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  min-height: 240px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  color: var(--theme-color3);
  box-shadow: 0 16px 42px rgba(6, 17, 83, .06);
}

.scjer-about-entry-card.featured {
  grid-row: span 2;
  grid-template-columns: 1fr;
  min-height: 498px;
  background: #fff;
}

.scjer-about-entry-media {
  display: grid;
  height: 168px;
  min-height: 168px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-about-entry-card.featured .scjer-about-entry-media {
  height: 210px;
  min-height: 210px;
  background: #f4f7fd;
}

.scjer-about-entry-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

.scjer-about-entry-media.portrait img {
  object-fit: cover;
  padding: 0;
}

.scjer-about-entry-media.seal img {
  padding: 20px;
}

.scjer-about-entry-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.scjer-about-entry-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.scjer-about-entry-card.featured .scjer-about-entry-label {
  color: var(--theme-color);
}

.scjer-about-entry-card h3 {
  margin-bottom: 10px;
  color: var(--theme-color3);
  font-size: 26px;
  line-height: 1.25;
}

.scjer-about-entry-card p {
  margin-bottom: 14px;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-about-entry-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.scjer-about-entry-card li {
  position: relative;
  padding-left: 18px;
  color: var(--gray-color2);
  line-height: 1.65;
}

.scjer-about-entry-card li::before {
  content: "";
  position: absolute;
  top: .76em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--theme-color);
}

.scjer-about-entry-card .theme-btn,
.scjer-about-entry-card .scjer-simple-link {
  margin-top: auto;
}

.scjer-about-entry-card.featured .theme-btn.bg-theme {
  background: var(--theme-color);
  color: #fff;
}

.scjer-about-entry-card.featured .theme-btn.bg-theme svg path {
  stroke: #fff;
}

.scjer-about-official-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px 176px;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-about-official-copy strong,
.scjer-about-official-copy span {
  display: block;
}

.scjer-about-official-copy strong {
  margin-bottom: 6px;
  color: var(--theme-color3);
  font-size: 18px;
}

.scjer-about-official-copy span {
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-about-official-strip figure {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0;
  color: var(--theme-color3);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.scjer-about-official-strip img {
  width: 100%;
  max-height: 118px;
  object-fit: contain;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}

.scjer-about-snapshot {
  padding: 0 0 18px;
  background: #f4f7fd;
}

.scjer-about-snapshot-cardbox {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-about-snapshot-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 28px;
  align-items: end;
  margin-bottom: 0;
}

.scjer-about-snapshot-head .sec-title {
  margin-bottom: 0;
}

.scjer-about-snapshot-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-about-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.scjer-about-snapshot-card {
  min-height: 136px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fbfcff;
}

.scjer-about-snapshot-card span,
.scjer-about-snapshot-card strong,
.scjer-about-snapshot-card em {
  display: block;
}

.scjer-about-snapshot-card span {
  margin-bottom: 7px;
  color: var(--theme-color);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.scjer-about-snapshot-card strong {
  margin-bottom: 8px;
  color: var(--theme-color3);
  font-size: 16px;
  line-height: 1.4;
}

.scjer-about-snapshot-card em {
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.55;
}

.scjer-about-snapshot-note {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 0;
  padding: 18px 20px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fbfcff;
}

.scjer-about-snapshot-note strong {
  color: var(--theme-color3);
  font-size: 18px;
}

.scjer-about-snapshot-note span {
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-about-snapshot-note .scjer-simple-link {
  white-space: nowrap;
}

.scjer-about-official-mini {
  padding: 0 0 70px;
  background: #f4f7fd;
}

.scjer-about-official-mini-inner {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-about-official-mini-head h2 {
  margin-bottom: 10px;
  color: var(--theme-color3);
  font-size: 28px;
  line-height: 1.25;
}

.scjer-about-official-mini-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-about-official-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.scjer-about-official-mini-grid figure {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0;
  padding: 14px;
  border-radius: 8px;
  background: #f4f7fd;
  color: var(--theme-color3);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.scjer-about-official-mini-grid img {
  width: 100%;
  height: 96px;
  object-fit: contain;
}

.scjer-organization-main {
  padding: 70px 0;
}

.scjer-organization-entry-shell {
  margin-bottom: 18px;
}

.scjer-organization-entry-panel {
  padding: 34px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-organization-entry-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 30px;
  align-items: end;
  margin-bottom: 26px;
}

.scjer-organization-entry-head .sec-title {
  margin-bottom: 0;
}

.scjer-organization-entry-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-organization-entry-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(240px, .9fr));
  gap: 18px;
  align-items: stretch;
}

.scjer-organization-entry-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fbfcff;
  color: var(--theme-color3);
  box-shadow: 0 16px 42px rgba(6, 17, 83, .05);
}

.scjer-organization-entry-card.featured {
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.scjer-organization-entry-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.scjer-organization-entry-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 22px;
}

.scjer-organization-entry-card h3 {
  margin-bottom: 12px;
  color: var(--theme-color3);
  font-size: 26px;
  line-height: 1.25;
}

.scjer-organization-entry-card p {
  margin-bottom: 16px;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-organization-entry-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.scjer-organization-entry-card li {
  padding: 7px 10px;
  border-radius: 8px;
  background: #f4f7fd;
  color: var(--theme-color3);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.scjer-organization-entry-card .theme-btn,
.scjer-organization-entry-card .scjer-simple-link {
  margin-top: auto;
}

.scjer-organization-entry-card .theme-btn.bg-theme {
  background: var(--theme-color);
  color: #fff;
}

.scjer-organization-snapshot {
  padding: 0;
  background: #f4f7fd;
}

.scjer-organization-snapshot-cardbox {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-organization-snapshot-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 28px;
  align-items: end;
}

.scjer-organization-snapshot-head .sec-title {
  margin-bottom: 0;
}

.scjer-organization-snapshot-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-organization-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.scjer-organization-snapshot-card {
  min-height: 136px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fbfcff;
}

.scjer-organization-snapshot-card span,
.scjer-organization-snapshot-card strong,
.scjer-organization-snapshot-card em {
  display: block;
}

.scjer-organization-snapshot-card span {
  margin-bottom: 7px;
  color: var(--theme-color);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.scjer-organization-snapshot-card strong {
  margin-bottom: 8px;
  color: var(--theme-color3);
  font-size: 16px;
  line-height: 1.4;
}

.scjer-organization-snapshot-card em {
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.55;
}

.scjer-activities-main {
  padding: 70px 0;
}

.scjer-activities-entry-shell {
  margin-bottom: 18px;
}

.scjer-activities-entry-panel {
  padding: 34px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .08);
}

.scjer-activities-entry-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 30px;
  align-items: end;
  margin-bottom: 26px;
}

.scjer-activities-entry-head .sec-title {
  margin-bottom: 0;
}

.scjer-activities-entry-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-activities-entry-section-title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 14px;
  padding-top: 4px;
}

.scjer-activities-entry-section-title.secondary {
  margin-top: 22px;
}

.scjer-activities-entry-section-title span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .09);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.scjer-activities-entry-section-title p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.55;
}

.scjer-activities-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.scjer-activities-entry-card {
  display: flex;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fbfcff;
  color: var(--theme-color3);
  box-shadow: 0 16px 42px rgba(6, 17, 83, .05);
}

.scjer-activities-entry-card.featured {
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.scjer-activities-entry-card.publication,
.scjer-activities-entry-card.qualification {
  background:
    linear-gradient(135deg, rgba(6, 17, 83, .04), rgba(255, 255, 255, 0) 62%),
    #fff;
}

.scjer-activities-entry-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.scjer-activities-entry-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 22px;
}

.scjer-activities-entry-card h3 {
  margin-bottom: 12px;
  color: var(--theme-color3);
  font-size: 25px;
  line-height: 1.25;
}

.scjer-activities-entry-card p {
  margin-bottom: 16px;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-activities-entry-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.scjer-activities-entry-card li {
  padding: 7px 10px;
  border-radius: 8px;
  background: #f4f7fd;
  color: var(--theme-color3);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.scjer-activities-entry-card .theme-btn,
.scjer-activities-entry-card .scjer-simple-link {
  margin-top: auto;
}

.scjer-activities-entry-card .theme-btn.bg-theme {
  background: var(--theme-color);
  color: #fff;
}

.scjer-activity-year-tree {
  padding: 0;
  background: #f4f7fd;
}

.scjer-activity-year-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-activity-year-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 28px;
  align-items: end;
}

.scjer-activity-year-head .sec-title {
  margin-bottom: 0;
}

.scjer-activity-year-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.75;
}

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

.scjer-activity-year-group {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fbfcff;
}

.scjer-activity-year-group.compact {
  align-content: start;
}

.scjer-activity-year-group h3 {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: var(--theme-color3);
  font-size: 22px;
  line-height: 1.35;
}

.scjer-activity-year-group h3 i {
  color: var(--theme-color);
  font-size: 18px;
}

.scjer-activity-year-links {
  display: grid;
  gap: 10px;
}

.scjer-activity-year-links a {
  position: relative;
  display: grid;
  gap: 4px;
  min-height: 62px;
  padding: 13px 14px 13px 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  color: var(--theme-color3);
}

.scjer-activity-year-links a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-color);
}

.scjer-activity-year-links strong {
  color: var(--theme-color);
  font-weight: 800;
  line-height: 1.35;
}

.scjer-activity-year-links span {
  color: var(--gray-color2);
  font-size: 14px;
  line-height: 1.5;
}

.scjer-activities-related {
  padding: 18px 0 0;
  background: #f4f7fd;
}

.scjer-activities-related-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-activities-related h2 {
  margin: 8px 0 8px;
  color: var(--theme-color3);
  font-size: 28px;
  line-height: 1.25;
}

.scjer-activities-related p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-activities-related .theme-btn.bg-theme {
  background: var(--theme-color);
  color: #fff;
  white-space: nowrap;
}

.scjer-year-directory {
  margin: 36px 0;
  padding: 30px;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-directory-list {
  display: grid;
  gap: 12px;
}

.scjer-directory-list a {
  display: grid;
  grid-template-columns: minmax(150px, .36fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-directory-list strong {
  color: var(--theme-color);
  font-weight: 800;
  line-height: 1.45;
}

.scjer-directory-list span {
  color: var(--gray-color2);
  line-height: 1.65;
}

.scjer-download-nav {
  position: sticky;
  top: 94px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  padding: 14px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 45px rgba(6, 17, 83, .07);
  backdrop-filter: blur(10px);
}

.scjer-download-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .08);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
}

.scjer-embedded-article {
  margin-top: 12px;
}

.scjer-page .scjer-activity-card .scjer-detail-link-section {
  display: none;
}

@media (max-width: 1199px) {
  .scjer-page .main-menu .navigation {
    gap: 18px;
  }
}

.scjer-page .tv-header.header-style2 .main-wrapper .main-menu > ul > li {
  margin-right: 12px;
}

.scjer-page .tv-header.header-style2 .main-wrapper .main-menu a {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 1499px) {
  .scjer-page .tv-header.header-style2 .main-wrapper .main-menu > ul > li {
    margin-right: 8px;
  }

  .scjer-page .tv-header.header-style2 .main-wrapper .main-menu > ul > li > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }
}

.scjer-page .tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu {
  min-width: 240px;
  max-width: 340px;
  max-height: 76vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 14px 18px;
}

.scjer-page .tv-header.header-style2 .main-wrapper .main-menu ul li:focus-within > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}

.scjer-page .tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu a {
  white-space: normal;
}

.scjer-page .tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
  max-height: 70vh;
}

.scjer-page .tv-header.header-style2 .main-wrapper .main-menu ul.sub-menu li.menu-item-has-children > a::after {
  display: none !important;
}

.scjer-page .scjer-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 14px;
  padding: 4px;
  border: 1px solid rgba(16, 83, 243, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 24px rgba(6, 17, 83, .08);
  white-space: nowrap;
}

.scjer-page .scjer-language-switch a,
.scjer-page .scjer-language-switch button {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.scjer-page .scjer-language-switch a.active,
.scjer-page .scjer-language-switch a[aria-current="page"],
.scjer-page .scjer-language-switch button.active,
.scjer-page .scjer-language-switch button[aria-pressed="true"] {
  background: var(--theme-color);
  color: var(--white-color);
}

.scjer-page .scjer-language-switch a:not(.active):hover,
.scjer-page .scjer-language-switch button:not(.active):hover {
  background: rgba(16, 83, 243, .08);
  color: var(--theme-color);
}

.scjer-page .scjer-language-switch button[aria-disabled="true"] {
  opacity: .58;
  cursor: not-allowed;
}

.scjer-page .mobile-menu ul li.active-class:not(.active) > a {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.04);
}

.scjer-page .mobile-menu ul li.active-class:not(.active) > a .mean-expand-class {
  color: var(--white-color);
}

.scjer-page .mobile-menu ul li.active.active-class > a,
.scjer-page .mobile-menu ul li.active > a {
  color: var(--theme-color);
}

.scjer-page .mobile-menu ul li.active.active-class > a .mean-expand-class,
.scjer-page .mobile-menu ul li.active > a .mean-expand-class {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .scjer-page .tv-header.header-style2 .nav-menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .scjer-page .scjer-language-switch {
    margin-left: 0;
  }

  .scjer-page .scjer-language-switch a,
  .scjer-page .scjer-language-switch button {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 12px;
  }

  .scjer-contact-grid,
  .scjer-consultation-hero,
  .scjer-consultation-target-grid,
  .scjer-consultation-method-grid,
  .scjer-consultation-office,
  .scjer-donation-hero,
  .scjer-donation-entry-grid,
  .scjer-donation-process-grid,
  .scjer-kifu-rule-layout,
  .scjer-kifu-rule-card,
  .scjer-kifu-form-intro,
  .scjer-kifu-tax-grid,
  .scjer-kifu-donor-grid,
  .scjer-kifu-next-grid,
  .scjer-member-gate-hero,
  .scjer-member-entry-grid,
  .scjer-cn-home-hero,
  .scjer-cn-president-row,
  .scjer-cn-subentry-grid,
  .scjer-join-office-panel,
  .scjer-join-hero-panel,
  .scjer-p1-audience-head,
  .scjer-p1-action-panel,
  .scjer-news-item {
    grid-template-columns: 1fr;
  }

  .scjer-fact-list li {
    grid-template-columns: 1fr;
  }

  .scjer-about-entry-head,
  .scjer-about-entry-grid,
  .scjer-about-entry-card,
  .scjer-about-snapshot-head,
  .scjer-about-snapshot-grid,
  .scjer-about-snapshot-note,
  .scjer-about-official-mini-inner,
  .scjer-about-official-mini-grid,
  .scjer-about-official-strip,
  .scjer-organization-entry-head,
  .scjer-organization-entry-grid,
  .scjer-organization-snapshot-head,
  .scjer-organization-snapshot-grid,
  .scjer-activities-entry-head,
  .scjer-activities-entry-grid,
  .scjer-activity-year-head,
  .scjer-activity-year-grid,
  .scjer-activities-related-inner {
    grid-template-columns: 1fr;
  }

  .scjer-about-entry-card.featured {
    min-height: auto;
  }

  .scjer-organization-entry-card,
  .scjer-activities-entry-card {
    min-height: auto;
  }

  .scjer-about-entry-media,
  .scjer-about-entry-card.featured .scjer-about-entry-media {
    height: 180px;
    min-height: 180px;
  }

  .scjer-about-official-strip {
    justify-items: start;
  }

  .scjer-about-official-strip figure {
    width: min(210px, 100%);
  }

  .scjer-about-snapshot-note .scjer-simple-link {
    white-space: normal;
  }

  .scjer-activities-entry-section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .scjer-activities-related .theme-btn.bg-theme {
    justify-self: start;
    white-space: normal;
  }

  .scjer-subhero {
    padding: 135px 0 75px;
  }

  .scjer-subhero h1 {
    font-size: 44px;
  }

  .scjer-timeline li {
    grid-template-columns: 1fr;
  }

  .scjer-side-nav {
    position: static;
  }

  .scjer-article {
    padding: 28px;
  }

  .scjer-profile,
  .scjer-people-grid {
    grid-template-columns: 1fr;
  }

  .scjer-list-grid {
    grid-template-columns: 1fr;
  }

  .scjer-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scjer-cwpe-stat-row,
  .scjer-detail-blocks,
  .scjer-process-flow,
  .scjer-journey-head {
    grid-template-columns: 1fr;
  }

  .scjer-activity-grid,
  .scjer-event-meta,
  .scjer-join-fee-grid,
  .scjer-join-process,
  .scjer-join-payment-grid,
  .scjer-join-payment-note,
  .scjer-join-official-grid,
  .scjer-join-notes,
  .scjer-year-grid,
  .scjer-link-cards,
  .scjer-download-grid,
  .scjer-legacy-resource-grid,
  .scjer-gallery-grid,
  .scjer-archive-nav-grid,
  .scjer-p1-audience-grid,
  .scjer-p1-section-tools .scjer-p1-tools-grid,
  .scjer-p1-index-tools .scjer-p1-tools-grid,
  .scjer-p1-cn-hub .scjer-p1-tools-grid,
  .scjer-journey-grid,
  .scjer-pathway-grid {
    grid-template-columns: 1fr;
  }

  .scjer-fsje-toc-entry {
    grid-template-columns: 1fr;
  }

  .scjer-aecr-toc-entry,
  .scjer-journal-download-row,
  .scjer-fsje-callout,
  .scjer-aecr-callout,
  .scjer-aecr-full-download,
  .scjer-file-card {
    grid-template-columns: 1fr;
  }

  .scjer-aecr-callout-actions,
  .scjer-journal-download-button,
  .scjer-file-card .scjer-download-button {
    width: 100%;
  }

  .scjer-aecr-callout-actions {
    justify-content: stretch;
  }

  .scjer-aecr-callout-list,
  .scjer-fsje-issue-meta,
  .scjer-aecr-issue-meta {
    grid-template-columns: 1fr;
  }

  .scjer-p1-tools-panel,
  .scjer-p1-index-tools,
  .scjer-p1-cn-hub,
  .scjer-p1-action-panel {
    padding: 24px;
  }

  .scjer-p1-action-buttons {
    min-width: 0;
  }

  .scjer-directory-list a {
    grid-template-columns: 1fr;
  }

  .scjer-kifu-rule-nav {
    position: static;
  }

  .scjer-kifu-tax-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scjer-download-nav {
    position: static;
  }

  .scjer-overview-panel,
  .scjer-split-card .content,
  .scjer-dark-feature,
  .scjer-archive-body,
  .scjer-publication-toc,
  .scjer-archive-gallery,
  .scjer-publication-action,
  .scjer-archive-side-card {
    padding: 30px;
  }

  .scjer-publication-head,
  .scjer-publication-entry,
  .scjer-publication-action,
  .scjer-training-pathway,
  .scjer-training-section-head,
  .scjer-training-archive-card,
  .scjer-training-detail-hero,
  .scjer-training-detail-card,
  .scjer-training-next-actions {
    grid-template-columns: 1fr;
  }

  .scjer-publication-actions,
  .scjer-training-next-actions > div:last-child {
    justify-content: flex-start;
  }

  .scjer-training-focus-cards,
  .scjer-training-detail-card ul,
  .scjer-training-detail-card:nth-child(2) ul {
    grid-template-columns: 1fr;
  }

  .scjer-training-archive-action {
    white-space: normal;
  }

  .scjer-archive-sidebar {
    position: static;
  }

  .scjer-profile img {
    width: 100%;
    height: auto;
    max-height: 260px;
  }

  .scjer-cn-legacy-media,
  .scjer-cn-media-panel.primary {
    grid-template-columns: 1fr;
  }

  .scjer-cn-home-official {
    order: 2;
  }

  .scjer-legacy-resource-item,
  .scjer-legacy-resource-item.certificate {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .scjer-join-office-qr {
    justify-self: start;
    width: min(220px, 100%);
  }

  .scjer-join-hero-actions {
    justify-content: flex-start;
  }

  .scjer-cn-president-media {
    width: min(220px, 100%);
    height: 280px;
  }
}

@media (max-width: 575px) {
  .scjer-subhero h1 {
    font-size: 38px;
  }

  .scjer-cwpe-intro {
    padding: 26px;
  }

  .scjer-cwpe-intro .sec-title {
    font-size: 30px;
    line-height: 1.3;
  }

  .scjer-cwpe-intro .lead {
    font-size: 18px;
  }

  .scjer-journey-strip {
    padding: 58px 0 34px;
  }

  .scjer-journey-head h2 {
    font-size: 32px;
  }

  .scjer-legacy-map,
  .scjer-about-entry-panel,
  .scjer-organization-entry-panel,
  .scjer-organization-snapshot-cardbox,
  .scjer-activities-entry-panel,
  .scjer-activity-year-panel,
  .scjer-activities-related-inner,
  .scjer-legacy-resource-band,
  .scjer-pathway-panel,
  .scjer-cn-paths,
  .scjer-cn-legacy-nav,
  .scjer-protected-paths,
  .scjer-consultation-hero,
  .scjer-consultation-section,
  .scjer-consultation-office,
  .scjer-donation-hero,
  .scjer-donation-entry-section,
  .scjer-donation-process-section,
  .scjer-donation-downloads,
  .scjer-donation-note,
  .scjer-kifu-download-panel,
  .scjer-kifu-tax-panel,
  .scjer-member-gate-hero,
  .scjer-member-entry-section,
  .scjer-member-protected-note,
  .scjer-cn-home-hero,
  .scjer-cn-home-section,
  .scjer-cn-status-card,
  .scjer-cn-subentry-card,
  .scjer-year-directory,
  .scjer-join-hero-panel,
  .scjer-join-section,
  .scjer-join-downloads,
  .scjer-join-official-mini,
  .scjer-join-notes article {
    padding: 22px;
  }

  .scjer-fsje-callout,
  .scjer-fsje-directory,
  .scjer-fsje-guide,
  .scjer-fsje-issue-detail,
  .scjer-fsje-toc-cards {
    padding: 22px;
  }

  .scjer-fsje-toc-group-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .scjer-fsje-toc-main h4 {
    font-size: 16px;
  }

  .scjer-fsje-toc-files a {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .scjer-cwpe-stat {
    min-height: auto;
  }

  .scjer-content-panel,
  .scjer-ladder-panel,
  .scjer-process-band,
  .scjer-archive-body,
  .scjer-publication-toc,
  .scjer-archive-gallery,
  .scjer-publication-action,
  .scjer-training-pathway,
  .scjer-training-focus-grid,
  .scjer-training-archive,
  .scjer-training-detail-hero,
  .scjer-training-detail-card,
  .scjer-training-next-actions {
    padding: 22px;
  }

  .scjer-module-card {
    min-height: auto;
    padding: 22px;
  }

  .scjer-join-hero-copy h2 {
    font-size: 32px;
  }

  .scjer-join-hero-copy .lead {
    font-size: 18px;
  }

  .scjer-join-hero-actions,
  .scjer-join-hero-actions .theme-btn {
    width: 100%;
  }

  .scjer-join-hero-actions {
    display: grid;
  }

  .scjer-join-payment-card dl {
    grid-template-columns: 1fr;
  }

  .scjer-join-official-grid figure {
    grid-template-columns: 1fr;
  }

  .scjer-about-entry-card {
    min-height: auto;
    padding: 18px;
  }

  .scjer-about-snapshot-card,
  .scjer-about-snapshot-note,
  .scjer-about-official-mini-inner,
  .scjer-organization-entry-card,
  .scjer-organization-snapshot-card,
  .scjer-activities-entry-card,
  .scjer-activity-year-group {
    padding: 18px;
  }

  .scjer-about-snapshot-card,
  .scjer-organization-snapshot-card {
    min-height: auto;
  }

  .scjer-about-official-mini-grid img {
    height: 82px;
  }

  .scjer-training-detail-facts {
    grid-template-columns: 1fr;
  }

  .scjer-training-archive-year {
    width: 86px;
    height: 86px;
    font-size: 25px;
  }

  .scjer-training-card-index {
    width: 54px;
    height: 54px;
    font-size: 19px;
  }

  .scjer-training-detail-card h3 {
    font-size: 22px;
  }

  .scjer-about-entry-card h3,
  .scjer-organization-entry-card h3,
  .scjer-activities-entry-card h3 {
    font-size: 23px;
  }

  .scjer-cn-media-panel.primary,
  .scjer-cn-media-panel.compact {
    padding: 18px;
  }

  .scjer-cn-media-panel.compact {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .scjer-legacy-resource-head h2 {
    font-size: 26px;
  }

  .scjer-legacy-resource-item,
  .scjer-legacy-resource-item.certificate,
  .scjer-legacy-resource-card .scjer-legacy-card-media {
    grid-template-columns: 1fr;
  }

  .scjer-legacy-resource-item img,
  .scjer-legacy-resource-item.qr img,
  .scjer-legacy-resource-card img.qr {
    width: min(140px, 100%);
    height: auto;
  }

  .scjer-cn-qr {
    width: 76px;
    height: 76px;
  }

  .scjer-cn-academic-mark,
  .scjer-cn-society-mark {
    width: 76px;
    height: 54px;
  }

  .scjer-cn-media-copy h2 {
    font-size: 26px;
  }

  .scjer-contact-chip {
    min-height: auto;
  }

  .scjer-consultation-hero-copy h2,
  .scjer-donation-hero h2,
  .scjer-cn-home-copy h2 {
    font-size: 30px;
  }

  .scjer-consultation-hero-copy .lead,
  .scjer-donation-hero .lead,
  .scjer-member-gate-hero .lead,
  .scjer-cn-president-row .lead {
    font-size: 17px;
  }

  .scjer-donation-actions,
  .scjer-donation-actions .theme-btn {
    width: 100%;
  }

  .scjer-donation-actions {
    display: grid;
  }

  .scjer-consultation-method-card,
  .scjer-kifu-download-list .scjer-file-card,
  .scjer-cn-home-official figure,
  .scjer-cn-timeline li {
    grid-template-columns: 1fr;
  }

  .scjer-kifu-tax-grid {
    grid-template-columns: 1fr;
  }

  .scjer-kifu-form-intro h2 {
    font-size: 28px;
  }

  .scjer-consultation-qr img {
    width: 120px;
    height: 120px;
  }

  .scjer-member-lock {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }

  .scjer-member-gate-actions,
  .scjer-member-gate-actions .theme-btn {
    width: 100%;
  }

  .scjer-member-gate-actions {
    display: grid;
  }

  .scjer-cn-home-official figure img {
    width: 84px;
    max-height: 84px;
  }

  .scjer-metric-grid {
    grid-template-columns: 1fr;
  }

  .scjer-overview-stage {
    padding: 70px 0 45px;
  }
}

/* Light-section readability: dark card variant should not use white text on pale backgrounds. */
.scjer-page main.bg-light .scjer-module-card.dark,
.scjer-page .bg-light .scjer-module-card.dark,
.scjer-page .scjer-content-band .scjer-module-card.dark,
.scjer-page .scjer-overview-stage .scjer-module-card.dark {
  border-color: rgba(6, 17, 83, .08);
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-page main.bg-light .scjer-module-card.dark .eyebrow,
.scjer-page .bg-light .scjer-module-card.dark .eyebrow,
.scjer-page .scjer-content-band .scjer-module-card.dark .eyebrow,
.scjer-page .scjer-overview-stage .scjer-module-card.dark .eyebrow {
  color: var(--theme-color);
}

.scjer-page main.bg-light .scjer-module-card.dark h3,
.scjer-page .bg-light .scjer-module-card.dark h3,
.scjer-page .scjer-content-band .scjer-module-card.dark h3,
.scjer-page .scjer-overview-stage .scjer-module-card.dark h3 {
  color: var(--theme-color3);
}

.scjer-page main.bg-light .scjer-module-card.dark p,
.scjer-page .bg-light .scjer-module-card.dark p,
.scjer-page .scjer-content-band .scjer-module-card.dark p,
.scjer-page .scjer-overview-stage .scjer-module-card.dark p {
  color: var(--gray-color2);
}

/* Global contrast hardening for reused SCJER modules. */
.scjer-page .scjer-activity-card .eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.scjer-page .scjer-activity-card.dark .eyebrow,
.scjer-page .scjer-activity-card.dark .scjer-simple-link {
  color: #fff;
}

.scjer-page .scjer-dark-feature .scjer-icon-list li,
.scjer-page .scjer-dark-feature .scjer-icon-list span {
  color: rgba(255, 255, 255, .82);
}

.scjer-page .scjer-dark-feature .scjer-timeline li {
  color: var(--theme-color3);
}

.scjer-page .scjer-archive-nav .scjer-kicker {
  border-color: rgba(16, 83, 243, .25);
  background: rgba(16, 83, 243, .08);
  color: var(--theme-color);
}

.scjer-page main .scjer-contact-chip {
  border-color: rgba(6, 17, 83, .1);
  background: #f4f7fd;
  color: var(--theme-color3);
}

.scjer-page main .scjer-contact-chip .label {
  color: var(--theme-color);
  font-weight: 800;
}

.scjer-page main .scjer-contact-chip .value {
  color: var(--theme-color3);
}

.scjer-page .scjer-article .scjer-module-card.dark {
  border-color: rgba(6, 17, 83, .08);
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-page .scjer-article .scjer-module-card.dark h3 {
  color: var(--theme-color3);
}

.scjer-page .scjer-article .scjer-module-card.dark p {
  color: var(--gray-color2);
}

.scjer-page .scjer-article .scjer-module-card.dark .eyebrow {
  color: var(--theme-color);
}

.scjer-page .scjer-protected-box .lead,
.scjer-page .scjer-protected-box p.lead {
  color: #fff;
}

.scjer-legacy-home-map {
  padding: 70px 0 76px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .06), rgba(255, 255, 255, 0) 46%),
    #f4f7fd;
}

.scjer-legacy-map-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.scjer-legacy-map-head.compact {
  margin-bottom: 22px;
}

.scjer-legacy-map-head h2 {
  margin: 8px 0 0;
  color: var(--theme-color3);
  font-size: 42px;
  line-height: 1.2;
}

.scjer-legacy-map-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-legacy-map-stack {
  display: grid;
  gap: 18px;
}

.scjer-home-primary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scjer-home-primary-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  min-height: 238px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 52%),
    #fff;
  color: var(--theme-color3);
  box-shadow: 0 18px 54px rgba(6, 17, 83, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.scjer-home-primary-card:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(6, 17, 83, .94), rgba(16, 83, 243, .88)),
    var(--theme-color3);
}

.scjer-home-primary-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 83, 243, .26);
  box-shadow: 0 24px 70px rgba(6, 17, 83, .12);
}

.scjer-home-primary-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 22px;
}

.scjer-home-primary-card:nth-child(1) .scjer-home-primary-icon {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.scjer-home-primary-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.scjer-home-primary-body strong {
  color: var(--theme-color3);
  font-size: 25px;
  line-height: 1.3;
}

.scjer-home-primary-card:nth-child(1) .scjer-home-primary-body strong {
  color: #fff;
}

.scjer-home-primary-body em {
  display: block;
  margin-top: 10px;
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.75;
}

.scjer-home-primary-card:nth-child(1) .scjer-home-primary-body em {
  color: rgba(255, 255, 255, .78);
}

.scjer-home-primary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.scjer-home-primary-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .08);
  color: var(--theme-color3);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.scjer-home-primary-card:nth-child(1) .scjer-home-primary-tags span {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.scjer-home-primary-action {
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
}

.scjer-home-primary-card:nth-child(1) .scjer-home-primary-action {
  color: #fff;
}

.scjer-legacy-map-group {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(6, 17, 83, .06);
}

.scjer-legacy-group-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 128px;
  padding: 22px;
  border-radius: 8px;
  background: var(--theme-color3);
}

.scjer-legacy-map-group:nth-child(2n) .scjer-legacy-group-label {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0)),
    var(--theme-color);
}

.scjer-legacy-group-label span {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.scjer-legacy-group-label p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.scjer-legacy-entry-grid,
.scjer-legacy-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scjer-legacy-entry {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  min-height: 128px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .07), rgba(255, 255, 255, 0) 58%),
    #fff;
  color: var(--theme-color3);
  box-shadow: 0 12px 34px rgba(6, 17, 83, .05);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.scjer-legacy-entry::after {
  content: "\f061";
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: rgba(16, 83, 243, .2);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-weight: 900;
}

.scjer-legacy-entry:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 83, 243, .24);
  box-shadow: 0 20px 56px rgba(6, 17, 83, .09);
}

.scjer-legacy-entry .icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 18px;
}

.scjer-legacy-entry strong {
  display: block;
  margin-bottom: 7px;
  color: var(--theme-color3);
  font-size: 19px;
  line-height: 1.35;
}

.scjer-legacy-entry em {
  display: block;
  padding-right: 14px;
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.65;
}

.scjer-legacy-activity-map {
  padding: 0 0 54px;
  background: #eef3fb;
}

.scjer-legacy-activity-map .container {
  margin-top: -42px;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
  box-shadow: 0 24px 70px rgba(6, 17, 83, .1);
}

.scjer-legacy-activity-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.scjer-legacy-activity-grid .scjer-legacy-entry {
  grid-template-columns: 1fr;
  min-height: 178px;
}

@media (max-width: 1199px) {
  .scjer-home-primary-grid,
  .scjer-legacy-entry-grid,
  .scjer-legacy-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scjer-conference-photo-slider .swiper-slide {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 991px) {
  .scjer-legacy-map-head,
  .scjer-legacy-map-group {
    grid-template-columns: 1fr;
  }

  .scjer-legacy-group-label {
    min-height: auto;
  }

  .scjer-conference-story-node,
  .scjer-conference-story-node.is-featured,
  .scjer-conference-link-grid {
    grid-template-columns: 1fr;
  }

  .scjer-conference-story-node.is-reverse:not(.is-text-only):not(.is-featured) .scjer-conference-story-media {
    order: 0;
  }
}

@media (max-width: 575px) {
  .scjer-legacy-home-map {
    padding: 48px 0;
  }

  .scjer-legacy-map-head h2 {
    font-size: 32px;
  }

  .scjer-legacy-map-group,
  .scjer-legacy-activity-map .container {
    padding: 16px;
  }

  .scjer-legacy-entry-grid,
  .scjer-home-primary-grid,
  .scjer-legacy-activity-grid {
    grid-template-columns: 1fr;
  }

  .scjer-home-primary-card {
    min-height: auto;
    padding: 22px 18px 58px;
  }

  .scjer-home-primary-body strong {
    font-size: 22px;
  }

  .scjer-legacy-entry {
    min-height: auto;
  }

  .scjer-conference-story-head,
  .scjer-conference-story-node,
  .scjer-conference-story-node.is-featured,
  .scjer-conference-story-resources,
  .scjer-conference-photo-slider,
  .scjer-member-watch-panel {
    padding: 18px;
  }

  .scjer-conference-story-media,
  .scjer-conference-story-node.is-featured .scjer-conference-story-media {
    aspect-ratio: 4 / 3;
  }

  .scjer-conference-story-content h2,
  .scjer-conference-story-head h2,
  .scjer-conference-story-resources h2,
  .scjer-conference-photo-slider h2 {
    font-size: 25px;
    line-height: 1.28;
  }

  .scjer-conference-photo-slider .swiper-slide {
    flex-basis: 86%;
  }
}

/* Mobile detail-page title polish for long Japanese publication names. */
@media (max-width: 575px) {
  .scjer-page .scjer-subhero {
    padding: 118px 0 64px;
  }

  .scjer-page .scjer-subhero h1 {
    font-size: 34px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .scjer-page .scjer-breadcrumb {
    margin-top: 22px;
    row-gap: 6px;
  }
}

.scjer-conference-main {
  padding: 0 0 70px;
}

.scjer-conference-hub {
  padding: 70px 0 0;
}

.scjer-conference-current,
.scjer-conference-year-directory,
.scjer-conference-related-materials,
.scjer-conference-program-summary,
.scjer-conference-program-timeline,
.scjer-conference-program-presentations,
.scjer-conference-annual-nav {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6, 17, 83, .06);
}

.scjer-conference-current {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, .98fr);
  gap: 26px;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.scjer-conference-current-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scjer-conference-current-copy h2,
.scjer-conference-section-head h2,
.scjer-conference-program-summary h2,
.scjer-conference-program-timeline h2,
.scjer-conference-program-presentations h2,
.scjer-conference-annual-nav h2 {
  margin: 0 0 12px;
  color: var(--theme-color3);
}

.scjer-conference-current-copy p,
.scjer-conference-section-head p,
.scjer-conference-program-summary p,
.scjer-conference-program-timeline p,
.scjer-conference-program-presentations p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-conference-current-card {
  padding: 26px;
  border-radius: 8px;
  background: var(--theme-color3);
}

.scjer-conference-current-label {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.scjer-conference-current-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
}

.scjer-conference-current-card .scjer-event-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scjer-conference-current-card .scjer-event-meta li {
  background: rgba(255, 255, 255, .08);
}

.scjer-conference-current-card .scjer-event-meta span {
  color: rgba(255, 255, 255, .72);
}

.scjer-conference-current-card .scjer-event-meta strong {
  color: #fff;
}

.scjer-conference-current-card .theme-btn {
  margin-top: 22px;
}

.scjer-conference-section-head {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.scjer-conference-section-head.compact {
  align-items: start;
}

.scjer-conference-year-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scjer-conference-year-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
  color: var(--theme-color3);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.scjer-conference-year-card:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 83, 243, .22);
  box-shadow: 0 18px 45px rgba(6, 17, 83, .09);
}

.scjer-conference-year-card .year {
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.scjer-conference-year-card strong,
.scjer-conference-material-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.4;
}

.scjer-conference-year-card em,
.scjer-conference-material-card em {
  display: block;
  color: var(--gray-color2);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.scjer-conference-year-card .badge {
  position: absolute;
  right: 16px;
  bottom: 15px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 800;
}

.scjer-conference-material-groups {
  display: grid;
  gap: 22px;
}

.scjer-conference-material-groups > section {
  padding: 22px;
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-conference-material-groups h3,
.scjer-conference-program-presentations > section > h3 {
  margin: 0 0 15px;
  color: var(--theme-color3);
  font-size: 22px;
  line-height: 1.35;
}

.scjer-conference-material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.scjer-conference-material-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  min-height: 112px;
  padding: 17px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-conference-material-card .icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
}

.scjer-conference-program-page {
  display: block;
}

.scjer-conference-program-summary {
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 60%),
    #fff;
}

.scjer-conference-program-summary .scjer-event-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-conference-program-timeline ol {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.scjer-conference-program-timeline li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-conference-program-timeline .num {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
}

.scjer-conference-program-timeline time,
.scjer-conference-presentation-card span,
.scjer-conference-annual-nav span {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.scjer-conference-program-timeline strong {
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.4;
}

.scjer-conference-program-presentations > section + section {
  margin-top: 26px;
}

.scjer-conference-presentation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.scjer-conference-presentation-card {
  min-height: 156px;
  padding: 20px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-conference-presentation-card h3 {
  margin: 0 0 8px;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.45;
}

.scjer-conference-presentation-card p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-conference-presentation-card em {
  display: block;
  margin-top: 8px;
  color: var(--theme-color3);
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.scjer-conference-annual-nav {
  margin-bottom: 0;
}

.scjer-conference-annual-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.scjer-conference-annual-nav-grid a,
.scjer-conference-annual-nav-grid .disabled {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-conference-annual-nav-grid strong {
  color: var(--theme-color3);
  line-height: 1.5;
}

.scjer-conference-annual-nav-grid .disabled {
  opacity: .68;
}

@media (max-width: 1199px) {
  .scjer-conference-year-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .scjer-conference-current,
  .scjer-conference-section-head,
  .scjer-conference-program-summary .scjer-event-meta,
  .scjer-conference-material-grid,
  .scjer-conference-presentation-grid,
  .scjer-conference-annual-nav-grid {
    grid-template-columns: 1fr;
  }

  .scjer-conference-current {
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .scjer-conference-hub {
    padding-top: 48px;
  }

  .scjer-conference-current,
  .scjer-conference-year-directory,
  .scjer-conference-related-materials,
  .scjer-conference-program-summary,
  .scjer-conference-program-timeline,
  .scjer-conference-program-presentations,
  .scjer-conference-annual-nav {
    padding: 18px;
  }

  .scjer-conference-current-card {
    padding: 20px;
  }

  .scjer-conference-current-card .scjer-event-meta,
  .scjer-conference-year-grid {
    grid-template-columns: 1fr;
  }

  .scjer-conference-year-card,
  .scjer-conference-program-timeline li {
    grid-template-columns: 1fr;
  }

  .scjer-conference-year-card .badge {
    position: static;
    width: fit-content;
    margin-top: 12px;
  }
}

@media (max-width: 390px) {
  .scjer-page .scjer-subhero h1 {
    font-size: 30px;
  }
}

.scjer-symposium-main {
  padding: 0 0 70px;
}

.scjer-symposium-hub {
  padding: 70px 0 0;
}

.scjer-symposium-current,
.scjer-symposium-year-directory,
.scjer-symposium-related-materials,
.scjer-symposium-story,
.scjer-symposium-photo-slider {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6, 17, 83, .06);
}

.scjer-symposium-year-directory {
  scroll-margin-top: 110px;
}

.scjer-symposium-current {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, .98fr);
  gap: 26px;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.scjer-symposium-current-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scjer-symposium-current-copy h2,
.scjer-symposium-section-head h2,
.scjer-symposium-story h2,
.scjer-symposium-photo-slider h2 {
  margin: 0 0 12px;
  color: var(--theme-color3);
}

.scjer-symposium-current-copy p,
.scjer-symposium-section-head p,
.scjer-symposium-story p,
.scjer-symposium-photo-slider p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-symposium-current-card {
  padding: 26px;
  border-radius: 8px;
  background: var(--theme-color3);
}

.scjer-symposium-current-label {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.scjer-symposium-current-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
}

.scjer-symposium-current-card .scjer-event-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scjer-symposium-current-card .scjer-event-meta li {
  background: rgba(255, 255, 255, .08);
}

.scjer-symposium-current-card .scjer-event-meta span {
  color: rgba(255, 255, 255, .72);
}

.scjer-symposium-current-card .scjer-event-meta strong {
  color: #fff;
}

.scjer-symposium-current-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.scjer-symposium-section-head {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.scjer-symposium-section-head.compact {
  align-items: start;
}

.scjer-symposium-year-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scjer-symposium-year-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
  color: var(--theme-color3);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.scjer-symposium-year-card:hover {
  transform: translateY(-3px);
  border-color: rgba(16, 83, 243, .22);
  box-shadow: 0 18px 45px rgba(6, 17, 83, .09);
}

.scjer-symposium-year-card .year {
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.scjer-symposium-year-card strong,
.scjer-symposium-material-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.4;
}

.scjer-symposium-year-card em,
.scjer-symposium-material-card em {
  display: block;
  color: var(--gray-color2);
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
}

.scjer-symposium-year-card .badge {
  position: absolute;
  right: 16px;
  bottom: 15px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 800;
}

.scjer-symposium-material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.scjer-symposium-material-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  min-height: 112px;
  padding: 17px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-symposium-material-card .icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
}

.scjer-symposium-story {
  display: block;
}

.scjer-symposium-story-node {
  display: grid;
  grid-template-columns: minmax(230px, .48fr) minmax(0, .52fr);
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 22px;
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-symposium-story-node.is-featured {
  grid-template-columns: minmax(0, .56fr) minmax(0, .44fr);
  background:
    linear-gradient(135deg, rgba(16, 83, 243, .08), rgba(255, 255, 255, 0) 62%),
    #f7f9fe;
}

.scjer-symposium-story-node.is-reverse:not(.is-text-only):not(.is-featured) .scjer-symposium-story-media {
  order: 2;
}

.scjer-symposium-story-node.is-text-only {
  grid-template-columns: 1fr;
}

.scjer-symposium-story-media {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  aspect-ratio: 4 / 3;
}

.scjer-symposium-story-node.is-featured .scjer-symposium-story-media {
  aspect-ratio: 16 / 10;
}

.scjer-symposium-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scjer-symposium-story-content {
  position: relative;
}

.scjer-symposium-story-content .scjer-story-step {
  display: inline-grid;
  min-width: 48px;
  height: 48px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
}

.scjer-symposium-story-content p + p {
  margin-top: 12px;
}

.scjer-symposium-2022-hero {
  display: grid;
  grid-template-columns: minmax(0, .52fr) minmax(0, .48fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-symposium-2022-poster {
  display: grid;
  gap: 12px;
}

.scjer-symposium-2022-poster-main,
.scjer-symposium-2022-poster-sub,
.scjer-symposium-2022-strip-item,
.scjer-symposium-2022-presenter-media {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.scjer-symposium-2022-poster-main {
  aspect-ratio: 16 / 8;
}

.scjer-symposium-2022-poster-sub {
  aspect-ratio: 16 / 9;
}

.scjer-symposium-2022-poster-main img,
.scjer-symposium-2022-poster-sub img,
.scjer-symposium-2022-strip-item img,
.scjer-symposium-2022-presenter-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scjer-symposium-2022-overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}

.scjer-symposium-2022-overview h2 {
  margin-bottom: 12px;
  color: var(--theme-color3);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.25;
}

.scjer-symposium-2022-overview p {
  margin-bottom: 20px;
}

.scjer-symposium-2022-image-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.scjer-symposium-story-node.has-strip {
  grid-template-columns: minmax(0, .5fr) minmax(0, .5fr);
}

.scjer-symposium-2022-strip-item {
  aspect-ratio: 16 / 10;
}

.scjer-symposium-2022-presenters {
  margin-bottom: 34px;
  padding: 26px;
  border-radius: 8px;
  background: #fff;
}

.scjer-symposium-2022-presenter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.scjer-symposium-2022-presenter-card {
  display: grid;
  grid-template-columns: minmax(180px, .48fr) minmax(0, .52fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #f7f9fe;
}

.scjer-symposium-2022-presenter-media {
  aspect-ratio: 16 / 10;
}

.scjer-symposium-2022-presenter-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
}

.scjer-symposium-2022-presenter-card h3 {
  margin-bottom: 9px;
  color: var(--theme-color3);
  font-size: 18px;
  line-height: 1.45;
}

.scjer-symposium-2022-presenter-card p {
  margin-bottom: 0;
  color: var(--gray-color2);
  line-height: 1.7;
}

.scjer-symposium-story-resources {
  margin-bottom: 34px;
}

.scjer-symposium-photo-slider .scjer-publication-head {
  margin-bottom: 20px;
}

.scjer-symposium-photo-slider .swiper {
  overflow: hidden;
}

.scjer-symposium-photo-slider .swiper-wrapper {
  display: flex;
}

.scjer-symposium-photo-slider .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.scjer-symposium-photo-slider .swiper-slide {
  flex: 0 0 33.333%;
  height: auto;
  padding-right: 14px;
}

.scjer-symposium-photo-slider .swiper-initialized .swiper-slide {
  padding-right: 0;
}

.scjer-symposium-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.scjer-symposium-slider-prev,
.scjer-symposium-slider-next {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--theme-color3);
  color: #fff;
}

.scjer-symposium-slider-prev:hover,
.scjer-symposium-slider-next:hover {
  background: var(--theme-color);
}

.scjer-symposium-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 72px;
}

.scjer-symposium-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(6, 17, 83, .24);
  opacity: 1;
}

.scjer-symposium-slider-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 999px;
  background: var(--theme-color);
}

@media (max-width: 1199px) {
  .scjer-symposium-year-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .scjer-symposium-current,
  .scjer-symposium-section-head,
  .scjer-symposium-current-card .scjer-event-meta,
  .scjer-symposium-material-grid,
  .scjer-symposium-2022-hero,
  .scjer-symposium-story-node.has-strip,
  .scjer-symposium-story-node,
  .scjer-symposium-story-node.is-featured {
    grid-template-columns: 1fr;
  }

  .scjer-symposium-story-node.is-reverse:not(.is-text-only):not(.is-featured) .scjer-symposium-story-media {
    order: 0;
  }

  .scjer-symposium-photo-slider .swiper-slide {
    flex-basis: 50%;
  }

  .scjer-symposium-2022-presenter-grid,
  .scjer-symposium-2022-presenter-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .scjer-symposium-hub {
    padding-top: 48px;
  }

  .scjer-symposium-current,
  .scjer-symposium-year-directory,
  .scjer-symposium-related-materials,
  .scjer-symposium-story,
  .scjer-symposium-2022-presenters,
  .scjer-symposium-photo-slider {
    padding: 18px;
  }

  .scjer-symposium-current-card {
    padding: 20px;
  }

  .scjer-symposium-current-actions {
    display: grid;
  }

  .scjer-symposium-year-grid,
  .scjer-symposium-material-grid {
    grid-template-columns: 1fr;
  }

  .scjer-symposium-year-card {
    grid-template-columns: 1fr;
  }

  .scjer-symposium-year-card .badge {
    position: static;
    width: fit-content;
    margin-top: 12px;
  }

  .scjer-symposium-2022-hero,
  .scjer-symposium-story-node,
  .scjer-symposium-2022-presenter-card {
    padding: 16px;
  }

  .scjer-symposium-2022-image-strip {
    grid-template-columns: 1fr;
  }

  .scjer-symposium-photo-slider .swiper-slide {
    flex-basis: 86%;
  }
}

.scjer-cwpe-page,
.scjer-cwpe-field-page {
  color: var(--gray-color2);
}

.scjer-cwpe-page p,
.scjer-cwpe-field-page p,
.scjer-cwpe-page li,
.scjer-cwpe-field-page li {
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-cwpe-overview,
.scjer-cwpe-field-directory,
.scjer-cwpe-system-panel,
.scjer-cwpe-ladder-panel,
.scjer-cwpe-common-rules,
.scjer-cwpe-field-hero,
.scjer-cwpe-field-main {
  padding: 80px 0;
}

.scjer-cwpe-field-directory,
.scjer-cwpe-ladder-panel,
.scjer-cwpe-field-main {
  padding-top: 0;
}

.scjer-cwpe-overview-panel,
.scjer-cwpe-field-hero-panel,
.scjer-cwpe-ladder-inner,
.scjer-cwpe-field-section,
.scjer-cwpe-contact-band,
.scjer-cwpe-next-fields {
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(6, 17, 83, .07);
}

.scjer-cwpe-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 34px;
  align-items: stretch;
  padding: 42px;
}

.scjer-cwpe-overview-copy h2,
.scjer-cwpe-section-head h2,
.scjer-cwpe-system-card h3,
.scjer-cwpe-ladder-inner h2,
.scjer-cwpe-field-hero-panel h2,
.scjer-cwpe-field-section h3,
.scjer-cwpe-contact-band h2,
.scjer-cwpe-next-fields h3 {
  color: var(--theme-color3);
}

.scjer-cwpe-overview-copy h2 {
  margin: 10px 0 18px;
  font-size: 44px;
  line-height: 1.18;
}

.scjer-cwpe-overview-copy .lead {
  color: var(--theme-color3);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

.scjer-cwpe-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scjer-cwpe-overview-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.scjer-cwpe-overview-facts div,
.scjer-cwpe-rule-grid div,
.scjer-cwpe-curriculum-overview div {
  padding: 20px;
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-cwpe-overview-facts strong {
  display: block;
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.scjer-cwpe-overview-facts span,
.scjer-cwpe-rule-grid span,
.scjer-cwpe-curriculum-overview span {
  display: block;
  margin-top: 10px;
  color: var(--gray-color2);
  line-height: 1.6;
}

.scjer-cwpe-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.scjer-cwpe-section-head h2 {
  margin: 8px 0 12px;
  font-size: 36px;
}

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

.scjer-cwpe-field-card {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 38px;
  gap: 18px;
  align-items: center;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 17, 83, .05);
}

.scjer-cwpe-field-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 65px rgba(6, 17, 83, .1);
}

.scjer-cwpe-field-card-icon,
.scjer-cwpe-system-card .icon {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 24px;
}

.scjer-cwpe-field-card-copy strong {
  display: block;
  margin-bottom: 10px;
  color: var(--theme-color3);
  font-size: 21px;
}

.scjer-cwpe-field-card-copy em {
  display: block;
  color: var(--gray-color2);
  font-style: normal;
  line-height: 1.75;
}

.scjer-cwpe-card-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
}

.scjer-cwpe-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.scjer-cwpe-system-card,
.scjer-cwpe-feature-card,
.scjer-cwpe-curriculum-card {
  padding: 26px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 17, 83, .05);
}

.scjer-cwpe-system-card.emphasis {
  background: var(--theme-color3);
}

.scjer-cwpe-system-card.emphasis h3,
.scjer-cwpe-system-card.emphasis p,
.scjer-cwpe-system-card.emphasis li {
  color: #fff;
}

.scjer-cwpe-system-card.emphasis .scjer-cwpe-compact-list li {
  background: rgba(255, 255, 255, .1);
}

.scjer-cwpe-system-card h3 {
  margin: 18px 0 12px;
  font-size: 23px;
}

.scjer-cwpe-ladder-inner {
  display: grid;
  gap: 24px;
  padding: 34px;
}

.scjer-cwpe-common-rules {
  padding-top: 0;
}

.scjer-cwpe-rule-grid,
.scjer-cwpe-curriculum-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.scjer-cwpe-rule-grid strong,
.scjer-cwpe-curriculum-overview strong {
  display: block;
  color: var(--theme-color3);
  font-size: 20px;
}

.scjer-cwpe-contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  background: #fff;
}

.scjer-cwpe-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.scjer-cwpe-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.scjer-cwpe-inline-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.scjer-cwpe-compact-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.scjer-cwpe-compact-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border-radius: 8px;
  background: #f4f7ff;
}

.scjer-cwpe-compact-list li::before {
  content: "\f00c";
  position: absolute;
  left: 14px;
  top: 13px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  font-weight: 900;
}

.scjer-cwpe-field-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.scjer-cwpe-field-hero-panel h2 {
  margin: 10px 0 12px;
  font-size: 42px;
}

.scjer-cwpe-field-nav {
  display: grid;
  gap: 10px;
}

.scjer-cwpe-field-nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  border: 1px solid rgba(16, 83, 243, .16);
  border-radius: 8px;
  background: #f4f7ff;
  color: var(--theme-color3);
  font-weight: 800;
}

.scjer-cwpe-field-nav a.active,
.scjer-cwpe-field-nav a:hover {
  background: var(--theme-color);
  color: #fff;
}

.scjer-cwpe-field-section {
  position: relative;
  margin-bottom: 24px;
  padding: 34px;
}

.scjer-cwpe-field-section h3 {
  margin-bottom: 18px;
  padding-right: 70px;
}

.scjer-cwpe-section-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: rgba(16, 83, 243, .16);
  font-family: "Manrope", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
}

.scjer-cwpe-field-summary {
  display: grid;
  gap: 12px;
}

.scjer-cwpe-field-summary p:last-child {
  margin-bottom: 0;
}

.scjer-cwpe-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--theme-color);
  border-radius: 8px;
  background: #f4f7ff;
  color: var(--theme-color3) !important;
  font-weight: 800;
}

.scjer-cwpe-feature-grid,
.scjer-cwpe-curriculum-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.scjer-cwpe-feature-card {
  background: #f4f7ff;
  box-shadow: none;
}

.scjer-cwpe-feature-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--theme-color);
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.scjer-cwpe-feature-card h4,
.scjer-cwpe-curriculum-card h4 {
  color: var(--theme-color3);
  font-size: 20px;
}

.scjer-cwpe-curriculum-card {
  box-shadow: none;
}

.scjer-cwpe-relation-copy p strong {
  color: var(--theme-color3);
}

.scjer-cwpe-next-fields {
  margin-top: 24px;
  padding: 30px;
}

.scjer-cwpe-next-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.scjer-cwpe-next-grid a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: #f4f7ff;
  color: var(--theme-color3);
  font-weight: 800;
  line-height: 1.45;
}

.scjer-cwpe-next-grid a:hover {
  background: var(--theme-color);
  color: #fff;
}

@media (max-width: 991px) {
  .scjer-cwpe-overview-panel,
  .scjer-cwpe-field-hero-panel,
  .scjer-cwpe-contact-band {
    grid-template-columns: 1fr;
  }

  .scjer-cwpe-field-grid,
  .scjer-cwpe-system-grid,
  .scjer-cwpe-rule-grid,
  .scjer-cwpe-curriculum-overview,
  .scjer-cwpe-feature-grid,
  .scjer-cwpe-curriculum-grid,
  .scjer-cwpe-next-grid {
    grid-template-columns: 1fr;
  }

  .scjer-cwpe-field-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scjer-cwpe-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .scjer-cwpe-overview,
  .scjer-cwpe-field-directory,
  .scjer-cwpe-system-panel,
  .scjer-cwpe-ladder-panel,
  .scjer-cwpe-common-rules,
  .scjer-cwpe-field-hero,
  .scjer-cwpe-field-main {
    padding: 50px 0;
  }

  .scjer-cwpe-field-directory,
  .scjer-cwpe-ladder-panel,
  .scjer-cwpe-field-main,
  .scjer-cwpe-common-rules {
    padding-top: 0;
  }

  .scjer-cwpe-overview-panel,
  .scjer-cwpe-field-hero-panel,
  .scjer-cwpe-ladder-inner,
  .scjer-cwpe-field-section,
  .scjer-cwpe-contact-band,
  .scjer-cwpe-next-fields {
    padding: 22px;
  }

  .scjer-cwpe-overview-copy h2,
  .scjer-cwpe-field-hero-panel h2 {
    font-size: 32px;
  }

  .scjer-cwpe-overview-copy .lead {
    font-size: 18px;
  }

  .scjer-cwpe-overview-facts,
  .scjer-cwpe-field-nav {
    grid-template-columns: 1fr;
  }

  .scjer-cwpe-field-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px;
  }

  .scjer-cwpe-card-arrow {
    justify-self: start;
  }

  .scjer-cwpe-field-section h3 {
    padding-right: 0;
  }

  .scjer-cwpe-section-number {
    position: static;
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
  }

  .scjer-cwpe-contact-actions,
  .scjer-cwpe-contact-actions .theme-btn {
    width: 100%;
  }

  .scjer-cwpe-contact-actions {
    display: grid;
  }
}

.scjer-home-intro-note {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 30px;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.tv-hero-section.style-8 .hero-inner {
  overflow: hidden;
}

.tv-hero-section.style-8 .row {
  row-gap: 40px;
}

.tv-hero-section.style-8 .hero-content-left {
  padding-bottom: 130px;
}

.tv-hero-section.style-8 .hero-right {
  min-height: 620px;
}

.scjer-home-hero-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  min-height: 560px;
  padding: 132px 0 70px;
}

.scjer-home-hero-photo {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.scjer-home-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 178 / 261;
  object-fit: cover;
}

.scjer-home-hero-photo figcaption {
  display: grid;
  gap: 2px;
  padding: 14px;
  background: rgba(4, 14, 52, .82);
  color: #fff;
}

.scjer-home-hero-photo figcaption strong {
  font-size: 16px;
  line-height: 1.25;
}

.scjer-home-hero-photo figcaption span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
}

.scjer-home-hero-badges {
  display: grid;
  gap: 14px;
  align-self: center;
  min-width: 0;
}

.scjer-home-hero-badge {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 16px;
  background: rgba(255, 255, 255, .13);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
}

.scjer-home-hero-badge img {
  width: 76px;
  height: 58px;
  padding: 8px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, .92);
}

.scjer-home-hero-badge span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.scjer-home-hero-badge strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.scjer-home-hero-badge em {
  color: rgba(255, 255, 255, .72);
  font-style: normal;
  font-size: 13px;
  line-height: 1.45;
}

.scjer-home-hero-badge.stat {
  grid-template-columns: 92px minmax(0, 1fr);
}

.scjer-home-hero-count {
  color: #fff;
  font-family: var(--title-font);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.tv-hero-section.style-8 .info-box.scjer-home-social-proof {
  right: 74px;
  bottom: 132px;
  max-width: min(520px, calc(100% - 148px));
}

.tv-hero-section.style-8 .info-box.scjer-home-social-proof .hero-social-proof {
  min-width: 0;
}

.tv-hero-section.style-8 .info-box.scjer-home-social-proof .social img {
  object-fit: contain;
  background: #fff;
}

.tv-hero-section.style-8 .info-box.scjer-home-social-proof .social img:nth-child(2),
.tv-hero-section.style-8 .info-box.scjer-home-social-proof .social img:nth-child(3) {
  padding: 7px;
}

.scjer-home-service-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(16, 83, 243, .1);
  color: var(--theme-color);
  font-size: 20px;
}

.service-box-eight .thumb .scjer-home-real-thumb,
.blog-single-box .blog-image .scjer-home-journal-image {
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
  background: #fff;
}

.service-box-eight .thumb .scjer-home-real-thumb.contain,
.blog-single-box .blog-image .scjer-home-journal-image.contain {
  padding: 14px;
  object-fit: contain;
}

.service-box-eight .features li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-box-eight .features li i {
  flex: 0 0 auto;
  color: var(--theme-color);
  font-size: 15px;
}

.newsletter-section .newsletter .thumb.scjer-home-cta-media {
  display: flex;
  width: 152px;
  height: 152px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 54px rgba(6, 17, 83, .14);
}

.newsletter-section .newsletter .thumb.scjer-home-cta-media img {
  display: block;
  object-fit: contain;
}

.newsletter-section .newsletter .thumb.scjer-home-cta-media .scjer-home-cta-qr {
  width: 78px;
  height: 78px;
  border-radius: 8px;
}

.newsletter-section .newsletter .thumb.scjer-home-cta-media .scjer-home-cta-mark {
  width: 48px;
  height: 78px;
}

.scjer-home-intro-note .scjer-kicker,
.scjer-about-original-head .scjer-kicker,
.scjer-home-resource-card .scjer-kicker {
  border-color: rgba(24, 98, 219, .16);
  background: rgba(24, 98, 219, .08);
  color: var(--theme-color);
}

.scjer-home-intro-note h2,
.scjer-home-resource-card h2,
.scjer-about-original-head h2 {
  margin: 0 0 10px;
  color: var(--theme-color3);
  font-size: 28px;
  line-height: 1.35;
}

.scjer-home-intro-note p,
.scjer-home-resource-card p,
.scjer-about-original-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.8;
}

.scjer-home-quick-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 24px;
  align-items: end;
  margin: 44px 0 20px;
}

.scjer-home-quick-head h2 {
  margin: 8px 0 0;
  color: var(--theme-color3);
  font-size: 34px;
  line-height: 1.22;
}

.scjer-home-quick-head p {
  margin: 0;
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-home-quick-access {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 0;
}

.scjer-home-quick-access .scjer-journey-card {
  min-height: 132px;
  padding: 18px;
  border-color: rgba(6, 17, 83, .08);
  background: #fff;
}

.scjer-home-resource-strip {
  padding: 70px 0;
  background: #f6f8fb;
}

.scjer-home-resource-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 24px;
}

.scjer-home-resource-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-home-resource-card.qr {
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.scjer-home-resource-card.qr img {
  width: 164px;
  height: 164px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}

.scjer-home-resource-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.scjer-home-resource-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border-radius: 8px;
  background: #f4f7ff;
  color: var(--theme-color3);
  font-weight: 800;
  line-height: 1.45;
}

.scjer-home-resource-links a:hover {
  background: var(--theme-color);
  color: #fff;
}

.scjer-about-original-excerpt {
  padding: 0 0 70px;
  background: #f6f8fb;
}

.scjer-about-original-panel {
  padding: 30px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 17, 83, .06);
}

.scjer-about-original-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  max-width: 840px;
  margin-bottom: 22px;
}

.scjer-about-original-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 991px) {
  .tv-hero-section.style-8 .hero-content-left {
    padding-bottom: 64px;
  }

  .tv-hero-section.style-8 .hero-right {
    min-height: auto;
  }

  .scjer-home-hero-media {
    grid-template-columns: 1fr;
    min-height: auto;
    max-width: 520px;
    margin: 0 auto 40px;
    padding: 0 0 28px;
  }

  .scjer-home-hero-photo {
    max-width: 220px;
  }

  .tv-hero-section.style-8 .info-box.scjer-home-social-proof {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-flex;
    max-width: 100%;
    margin: 0 0 30px;
  }

  .newsletter-section .newsletter .thumb.scjer-home-cta-media {
    position: static;
    display: flex !important;
    flex: 0 0 auto;
  }

  .newsletter .image-text {
    padding-left: 0;
  }

  .scjer-home-intro-note,
  .scjer-home-quick-head,
  .scjer-home-resource-grid,
  .scjer-home-resource-card.qr {
    grid-template-columns: 1fr;
  }

  .scjer-home-quick-access,
  .scjer-about-original-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .tv-hero-section.style-8 .hero-inner {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .scjer-home-hero-badge,
  .scjer-home-hero-badge.stat {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .scjer-home-hero-badge img {
    width: 64px;
    height: 52px;
  }

  .scjer-home-hero-count {
    font-size: 27px;
  }

  .tv-hero-section.style-8 .info-box.scjer-home-social-proof {
    padding: 14px;
  }

  .tv-hero-section.style-8 .info-box.scjer-home-social-proof .hero-social-proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .newsletter-section .newsletter .thumb.scjer-home-cta-media {
    width: 132px;
    height: 132px;
  }

  .newsletter-section .newsletter .thumb.scjer-home-cta-media .scjer-home-cta-qr {
    width: 68px;
    height: 68px;
  }

  .newsletter-section .newsletter .thumb.scjer-home-cta-media .scjer-home-cta-mark {
    width: 40px;
    height: 68px;
  }

  .scjer-home-intro-note,
  .scjer-home-resource-card,
  .scjer-about-original-panel {
    padding: 22px;
  }

  .scjer-home-quick-access,
  .scjer-about-original-grid {
    grid-template-columns: 1fr;
  }

  .scjer-home-resource-card.qr img {
    width: 138px;
    height: 138px;
  }
}

/* UI audit pass 2026-07-04: global responsive guardrails for long Japanese content. */
body.scjer-page,
body.scjer-page * {
  box-sizing: border-box;
}

body.scjer-page {
  overflow-x: clip;
}

.scjer-page img,
.scjer-page video,
.scjer-page iframe,
.scjer-page canvas,
.scjer-page svg {
  max-width: 100%;
}

.scjer-page [class*="grid"] > *,
.scjer-page [class*="card"],
.scjer-page [class*="panel"],
.scjer-page [class*="section"],
.scjer-page .row > *,
.scjer-page .container,
.scjer-page .container-fluid,
.scjer-page main,
.scjer-page article,
.scjer-page aside {
  min-width: 0;
}

.scjer-page h1,
.scjer-page h2,
.scjer-page h3,
.scjer-page h4,
.scjer-page h5,
.scjer-page h6,
.scjer-page p,
.scjer-page li,
.scjer-page a,
.scjer-page strong,
.scjer-page em,
.scjer-page span,
.scjer-page td,
.scjer-page th {
  overflow-wrap: anywhere;
}

.scjer-page .theme-btn,
.scjer-page .scjer-simple-link,
.scjer-page .scjer-journal-download-button,
.scjer-page .scjer-file-card .scjer-download-button,
.scjer-page .scjer-home-primary-action,
.scjer-page .scjer-training-archive-action {
  max-width: 100%;
  white-space: normal;
}

.scjer-page .theme-btn {
  min-height: 46px;
}

.scjer-page .theme-btn .link-effect,
.scjer-page .theme-btn .effect-1,
.scjer-page .theme-btn span {
  min-width: 0;
}

.scjer-page table {
  max-width: 100%;
}

.scjer-page .scjer-data-table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scjer-embed-missing-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  margin: 24px 0;
  border: 1px solid rgba(10, 80, 160, 0.16);
  border-radius: 8px;
  background: #f7fbff;
}

.scjer-embed-missing-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  color: #0b63ce;
  background: #e8f2ff;
  font-size: 24px;
}

.scjer-embed-missing-card strong {
  display: block;
  color: #10233f;
  font-size: 18px;
  line-height: 1.45;
}

.scjer-embed-missing-card p {
  margin: 5px 0 0;
  color: #4d5f76;
  line-height: 1.75;
}

.scjer-embed-missing-card small {
  display: block;
  margin-top: 6px;
  color: #6d7b8d;
}

.scjer-embed-missing-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  color: #fff;
  background: #0b63ce;
  font-weight: 700;
}

@media (max-width: 767px) {
  .scjer-page .container {
    max-width: 100%;
  }

  .scjer-page .scjer-content-band,
  .scjer-page .scjer-article-shell,
  .scjer-page .scjer-overview-stage,
  .scjer-page .scjer-legacy-home-map,
  .scjer-page .scjer-home-resource-strip {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .scjer-page .scjer-link-row,
  .scjer-page .scjer-article-actions,
  .scjer-page .scjer-donation-actions,
  .scjer-page .scjer-cwpe-contact-actions,
  .scjer-page .scjer-conference-current-actions,
  .scjer-page .scjer-symposium-current-actions,
  .scjer-page .scjer-member-gate-actions,
  .scjer-page .scjer-join-hero-actions,
  .scjer-page .scjer-aecr-callout-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .scjer-page .scjer-link-row .theme-btn,
  .scjer-page .scjer-article-actions .theme-btn,
  .scjer-page .scjer-donation-actions .theme-btn,
  .scjer-page .scjer-cwpe-contact-actions .theme-btn,
  .scjer-page .scjer-conference-current-actions .theme-btn,
  .scjer-page .scjer-symposium-current-actions .theme-btn,
  .scjer-page .scjer-member-gate-actions .theme-btn,
  .scjer-page .scjer-join-hero-actions .theme-btn,
  .scjer-page .scjer-aecr-callout-actions .theme-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .scjer-page .scjer-article,
  .scjer-page .scjer-overview-panel,
  .scjer-page .scjer-module-card,
  .scjer-page .scjer-list-card,
  .scjer-page .scjer-notice-panel {
    padding: 22px;
  }

  .scjer-page .scjer-news-item,
  .scjer-page .scjer-timeline li,
  .scjer-page .scjer-profile,
  .scjer-page .scjer-fact-list li {
    grid-template-columns: 1fr;
  }

  .scjer-embed-missing-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .scjer-embed-missing-card a {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .scjer-page .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .scjer-page .scjer-subhero {
    padding-top: 112px;
    padding-bottom: 56px;
  }

  .scjer-page .scjer-subhero h1 {
    font-size: 32px;
  }

  .scjer-page .scjer-kicker {
    max-width: 100%;
    align-items: flex-start;
    border-radius: 14px;
  }

  .scjer-page .theme-btn {
    padding-right: 18px;
    padding-left: 18px;
  }

  .scjer-page .scjer-home-hero-media {
    max-width: 100%;
    gap: 12px;
  }

  .scjer-page .scjer-home-hero-photo {
    justify-self: center;
    max-width: 200px;
  }

  .scjer-page .scjer-home-hero-badge,
  .scjer-page .scjer-home-hero-badge.stat {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 12px;
  }

  .scjer-page .scjer-home-hero-badge img {
    width: 56px;
    height: 48px;
  }

  .scjer-page .scjer-home-primary-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .scjer-page .scjer-home-primary-icon {
    width: 48px;
    height: 48px;
    font-size: 19px;
  }

  .scjer-page .scjer-home-resource-links a {
    align-items: flex-start;
    flex-direction: column;
  }

  .scjer-page .footer-policy {
    gap: 8px;
  }
}

/* AI education initiative pages */
.scjer-ai-page {
  background: #071247;
}

.scjer-ai-page .tv-header.header-style2 .main-wrapper .main-menu > ul > li > a {
  font-size: 14px;
}

.scjer-ai-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 92px;
  background: radial-gradient(circle at 78% 24%, rgba(35, 99, 255, .45), transparent 34%),
    linear-gradient(135deg, #061153 0%, #0e1974 48%, #061037 100%);
}

.scjer-ai-hero-bg {
  position: absolute;
  inset: 0;
  opacity: .28;
}

.scjer-ai-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scjer-ai-hero::before {
  position: absolute;
  inset: 18% -8% auto 48%;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, .13);
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  transform: rotate(0deg);
}

.scjer-ai-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 56px;
  align-items: center;
}

.scjer-ai-hero-copy {
  max-width: 760px;
}

.scjer-ai-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: #eaf1ff;
  background: rgba(255, 255, 255, .12);
  font-size: 14px;
  font-weight: 800;
}

.scjer-ai-eyebrow i {
  color: #2e7dff;
}

.scjer-ai-hero h1 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(44px, 6vw, 86px);
  line-height: 1.08;
}

.scjer-ai-hero .lead {
  max-width: 700px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.45;
}

.scjer-ai-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.9;
}

.scjer-ai-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.scjer-ai-actions.compact {
  margin-top: 24px;
}

.scjer-ai-stage-visual {
  position: relative;
  width: min(560px, 100%);
  margin-left: auto;
  color: #fff;
}

.scjer-ai-stage-frame {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  overflow: hidden;
}

.scjer-ai-stage-frame::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
}

.scjer-ai-stage-photo {
  position: relative;
  height: 390px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: #071753;
  overflow: hidden;
}

.scjer-ai-stage-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 23, 83, .08), rgba(7, 23, 83, .58));
  content: "";
}

.scjer-ai-stage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scjer-ai-stage-status,
.scjer-ai-stage-badge,
.scjer-ai-stage-tech {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.scjer-ai-stage-status {
  top: 36px;
  left: 36px;
  display: grid;
  gap: 4px;
  min-width: 186px;
  padding: 14px 16px;
  border-radius: 16px;
  color: #071753;
  background: rgba(255, 255, 255, .94);
}

.scjer-ai-stage-status span,
.scjer-ai-stage-badge span {
  color: #2e7dff;
  font-size: 12px;
  font-weight: 900;
}

.scjer-ai-stage-status strong,
.scjer-ai-stage-badge strong {
  color: #071753;
  font-size: 16px;
  line-height: 1.35;
}

.scjer-ai-stage-badge {
  right: 36px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 255px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
}

.scjer-ai-stage-badge img {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  object-fit: contain;
}

.scjer-ai-stage-badge div {
  display: grid;
  gap: 3px;
}

.scjer-ai-stage-tech {
  left: 36px;
  bottom: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(7, 23, 83, .78);
  color: #fff;
  font-weight: 900;
}

.scjer-ai-stage-tech img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.scjer-ai-stage-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.scjer-ai-stage-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  align-items: start;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
}

.scjer-ai-stage-card span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 900;
}

.scjer-ai-stage-card i {
  color: #61d7ff;
  font-size: 18px;
  line-height: 1.2;
}

.scjer-ai-stage-card strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.scjer-ai-stage-card small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.55;
}

.scjer-ai-content {
  padding: 86px 0 96px;
  background: #f5f8ff;
}

.scjer-ai-section {
  margin-bottom: 42px;
  padding: 34px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fff;
}

.scjer-ai-section-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(260px, .58fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.scjer-ai-section-head h2 {
  margin: 10px 0 0;
  color: var(--theme-color3);
  font-size: clamp(29px, 3vw, 44px);
  line-height: 1.22;
}

.scjer-ai-section-head p,
.scjer-ai-text-panel p,
.scjer-ai-card p,
.scjer-ai-topic-card p,
.scjer-ai-partner-card p,
.scjer-ai-coop-card p,
.scjer-ai-flow-step p,
.scjer-ai-related-panel p {
  color: var(--gray-color2);
  line-height: 1.85;
}

.scjer-ai-text-panel {
  padding: 24px;
  border-radius: 8px;
  background: #f4f7fd;
}

.scjer-ai-card-grid,
.scjer-ai-topic-grid,
.scjer-ai-partner-grid,
.scjer-ai-coop-grid,
.scjer-ai-status-grid,
.scjer-ai-flow {
  display: grid;
  gap: 18px;
}

.scjer-ai-card-grid.three,
.scjer-ai-partner-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-ai-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scjer-ai-topic-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.scjer-ai-partner-grid,
.scjer-ai-coop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scjer-ai-status-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scjer-ai-card,
.scjer-ai-topic-card,
.scjer-ai-partner-card,
.scjer-ai-coop-card,
.scjer-ai-mini-card,
.scjer-ai-flow-step {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(6, 17, 83, .08);
  border-radius: 8px;
  background: #fbfcff;
}

.scjer-ai-card-icon,
.scjer-ai-partner-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--theme-color);
  font-size: 22px;
}

.scjer-ai-card h3,
.scjer-ai-topic-card h3,
.scjer-ai-partner-card h3,
.scjer-ai-coop-card h3,
.scjer-ai-flow-step h3 {
  margin: 0 0 10px;
  color: var(--theme-color3);
  font-size: 20px;
  line-height: 1.35;
}

.scjer-ai-topic-card > span,
.scjer-ai-flow-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--theme-color3);
  font-weight: 900;
}

.scjer-ai-topic-card em {
  display: block;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(6, 17, 83, .08);
  color: var(--theme-color);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
}

.scjer-ai-mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color3);
  font-size: 18px;
}

.scjer-ai-mini-card span {
  color: var(--gray-color2);
  line-height: 1.75;
}

.scjer-ai-pill-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.scjer-ai-pill-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px;
  border: 1px solid rgba(15, 98, 254, .18);
  border-radius: 8px;
  color: var(--theme-color3);
  background: #f5f9ff;
  font-weight: 800;
  text-align: center;
}

.scjer-ai-robot-section {
  color: #fff;
  background: linear-gradient(135deg, #061153, #102d8f);
}

.scjer-ai-robot-section .scjer-ai-section-head h2,
.scjer-ai-robot-section .scjer-ai-section-head p {
  color: #fff;
}

.scjer-ai-robot-section .scjer-ai-pill-list span {
  border-color: rgba(255, 255, 255, .18);
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.scjer-ai-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.scjer-ai-related-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 42px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0f62fe, #061153);
}

.scjer-ai-related-panel h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}

.scjer-ai-related-panel p {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.scjer-ai-form-section {
  margin-bottom: 0;
}

.scjer-ai-form {
  padding: 26px;
  border-radius: 8px;
  background: #f4f7fd;
}

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

.scjer-ai-form label {
  display: grid;
  gap: 8px;
  color: var(--theme-color3);
  font-size: 14px;
  font-weight: 800;
}

.scjer-ai-form label.wide {
  grid-column: 1 / -1;
}

.scjer-ai-form input,
.scjer-ai-form select,
.scjer-ai-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(6, 17, 83, .12);
  border-radius: 8px;
  color: var(--theme-color3);
  background: #fff;
  font: inherit;
}

.scjer-ai-form textarea {
  resize: vertical;
}

.scjer-ai-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.scjer-ai-form-note {
  margin: 14px 0 0;
  color: var(--gray-color2);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 1399px) {
  .scjer-ai-page .tv-header.header-style2 .main-wrapper .main-menu > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .scjer-ai-hero-grid,
  .scjer-ai-section-head,
  .scjer-ai-related-panel {
    grid-template-columns: 1fr;
  }

  .scjer-ai-card-grid.four,
  .scjer-ai-topic-grid,
  .scjer-ai-partner-grid,
  .scjer-ai-coop-grid,
  .scjer-ai-status-grid,
  .scjer-ai-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scjer-ai-card-grid.three,
  .scjer-ai-partner-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scjer-ai-stage-visual {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .scjer-ai-hero {
    padding: 132px 0 66px;
  }

  .scjer-ai-hero-grid {
    gap: 36px;
  }

  .scjer-ai-section,
  .scjer-ai-related-panel {
    padding: 24px;
  }

  .scjer-ai-card-grid.three,
  .scjer-ai-card-grid.four,
  .scjer-ai-topic-grid,
  .scjer-ai-partner-grid,
  .scjer-ai-partner-grid.three,
  .scjer-ai-coop-grid,
  .scjer-ai-status-grid,
  .scjer-ai-flow,
  .scjer-ai-pill-list,
  .scjer-ai-form-grid {
    grid-template-columns: 1fr;
  }

  .scjer-ai-stage-frame {
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
  }

  .scjer-ai-stage-photo {
    height: 245px;
    border-radius: 16px;
  }

  .scjer-ai-stage-status,
  .scjer-ai-stage-badge,
  .scjer-ai-stage-tech {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 10px;
  }

  .scjer-ai-stage-status {
    min-width: 0;
  }

  .scjer-ai-stage-badge {
    max-width: none;
  }

  .scjer-ai-stage-tech {
    justify-content: center;
  }

  .scjer-ai-stage-card-grid {
    grid-template-columns: 1fr;
  }

  .scjer-ai-stage-card {
    min-height: 0;
  }

  .scjer-ai-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .scjer-ai-form-actions .theme-btn,
  .scjer-ai-form-actions .scjer-simple-link {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
