:root {
  --blue: #0b5fa5;
  --blue-deep: #073b70;
  --blue-hover: #0d6fbd;
  --blue-soft: #eaf3fb;
  --ink: #13263b;
  --line: #d9e4ee;
  --text: #405267;
  --muted: #7d8da0;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --shadow-soft: 0 18px 42px rgba(10, 43, 78, 0.08);
  --shadow-card: 0 12px 28px rgba(10, 43, 78, 0.07);
  --radius-card: 12px;
}

/* Final top-nav active-state correction */
.main-nav .nav-item.active {
  position: relative;
  z-index: 1;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.16);
}

.main-nav .nav-item.active + .nav-item {
  border-left-color: transparent;
}

.main-nav .nav-item:hover + .nav-item {
  border-left-color: transparent;
}

.inside-layout {
  grid-template-columns: 214px minmax(0, 1fr);
  gap: 28px;
}

.inside-left {
  min-width: 0;
}

.inside-right {
  min-width: 0;
}

.left-nav-head {
  min-height: 64px;
  padding: 14px 16px;
}

body[data-lang="en"] .left-nav-head strong,
body[data-lang="en"] .left-nav-head span {
  max-width: 148px;
}

.section-subnav a {
  padding: 14px 16px;
  font-size: 14px;
}

.directory-list-institutional {
  display: grid;
  gap: 24px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.experts-group-section {
  border: 1px solid #dce8f3;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(34, 90, 138, 0.08);
}

.experts-group-head {
  padding: 22px 26px 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6fd 100%);
  border-bottom: 1px solid #e4eef7;
}

.experts-group-head h3 {
  margin: 0;
  color: #12385d;
  font-size: 24px;
  line-height: 1.3;
}

.experts-group-head p {
  margin: 10px 0 0;
  color: #5a7087;
  font-size: 14px;
  line-height: 1.8;
}

.experts-group-list {
  display: grid;
}

.directory-entry-row {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 26px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #e9f0f6;
  box-shadow: none;
}

.directory-entry-row:first-child {
  border-top: 0;
}

.directory-avatar {
  width: 86px;
  height: 106px;
  border-radius: 20px;
  font-size: 24px;
  letter-spacing: 0.8px;
}

.directory-head {
  align-items: center;
}

.directory-head-main {
  min-width: 0;
}

.directory-head h3 {
  font-size: 28px;
}

.directory-meta {
  margin: 8px 0 0;
}

.directory-focus {
  margin: 12px 0 0;
  color: #0f315e;
  font-weight: 600;
}

.directory-summary {
  margin: 12px 0 0;
  color: #55697f;
  font-size: 15px;
  line-height: 1.85;
}

.directory-link {
  align-self: center;
}

.programs-showcase {
  display: grid;
  gap: 22px;
  margin-bottom: 24px;
}

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

.programs-service-card {
  padding: 24px 26px;
  border: 1px solid #dce8f3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(34, 90, 138, 0.08);
}

.programs-service-card h3 {
  margin: 0;
  color: #16324d;
  font-size: 24px;
  line-height: 1.35;
}

.programs-service-card p {
  margin: 14px 0 0;
  color: #55697f;
  font-size: 15px;
  line-height: 1.9;
}

.outcomes-hero-aside {
  grid-template-columns: 1fr;
}

.outcomes-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.outcomes-directory-card {
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.outcomes-lab-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.outcomes-lab-media {
  min-height: 200px;
  padding: 18px 14px 8px;
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 6px;
  background: #ffffff;
}

.outcomes-lab-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  padding: 0;
  background: transparent;
  color: #1d2e49;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.outcomes-lab-logo-fallback {
  letter-spacing: 0;
  color: #31435f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.outcomes-lab-logo-image {
  overflow: hidden;
  min-height: 120px;
}

.outcomes-lab-logo-image img {
  display: block;
  width: auto;
  max-width: min(100%, 260px);
  max-height: 132px;
  height: auto;
  object-fit: contain;
  padding: 0;
}

.outcomes-directory-card.lab-casia .outcomes-lab-logo-image img {
  margin: 0 auto;
  max-width: 132px;
  max-height: 132px;
  transform: none;
  transform-origin: center center;
}

.outcomes-directory-card.lab-meta-ai .outcomes-lab-logo-image img {
  width: min(100%, 220px);
  max-width: none;
  max-height: 150px;
  height: auto;
  transform: none;
  transform-origin: center center;
}

.commercialization-showcase {
  display: grid;
  gap: 26px;
  margin-bottom: 30px;
}

.commercialization-intro-card,
.commercialization-source-card {
  border: 1px solid #dce8f3;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfdff 0%, #f6fafe 100%);
  box-shadow: 0 18px 42px rgba(21, 71, 117, 0.08);
}

.commercialization-intro-card {
  position: relative;
  overflow: hidden;
  padding: 34px 34px 30px;
}

.commercialization-intro-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #0b5fa5 0%, #3e90d0 45%, #8cbfe8 100%);
}

.commercialization-intro-card::after {
  content: "";
  position: absolute;
  top: -38px;
  right: -34px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 164, 220, 0.08) 0%, rgba(92, 164, 220, 0) 72%);
  pointer-events: none;
}

.commercialization-kicker,
.commercialization-section-tag,
.commercialization-entry-type,
.commercialization-entry-platform,
.commercialization-category-tag,
.commercialization-category-note {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercialization-kicker,
.commercialization-section-tag,
.commercialization-category-tag {
  color: #0b5fa5;
}

.commercialization-intro-card h2,
.commercialization-section-head h2 {
  margin: 0;
  color: #0f3156;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.commercialization-intro-body {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  max-width: 880px;
}

.commercialization-intro-body p,
.commercialization-source-body p,
.commercialization-category-card p,
.commercialization-entry-card p,
.commercialization-section-head p {
  margin: 0;
  color: #4c657e;
  font-size: 15px;
  line-height: 1.82;
}

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

.commercialization-category-card {
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 12px;
  padding: 24px 22px 22px;
  border: 1px solid #d5e4f2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(26, 79, 126, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.commercialization-category-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: #0b5fa5;
}

.commercialization-category-card:hover {
  transform: translateY(-4px);
  border-color: #b8d4ea;
  box-shadow: 0 18px 36px rgba(34, 90, 138, 0.11);
}

.commercialization-category-card h3,
.commercialization-entry-card h3 {
  margin: 0;
  color: #14324d;
  font-size: 24px;
  line-height: 1.28;
}

.commercialization-category-note {
  color: #4e78a1;
}

.commercialization-category-card--featured-outcomes {
  background: #ffffff;
}

.commercialization-category-card--featured-outcomes::before {
  background: #0b5fa5;
}

.commercialization-category-card--collaboration-opportunities {
  background: #ffffff;
}

.commercialization-category-card--collaboration-opportunities::before {
  background: #8aa7c3;
}

.commercialization-category-card--ai-cases {
  background: #ffffff;
}

.commercialization-category-card--ai-cases::before {
  background: #a9bfd3;
}

.commercialization-section-block {
  display: grid;
  gap: 18px;
}

.commercialization-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 2px;
}

.commercialization-featured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.commercialization-entry-card {
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 14px;
  padding: 26px 24px 22px;
  border: 1px solid #d8e4f1;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(24, 73, 114, 0.08);
}

.commercialization-entry-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: #0b5fa5;
}

.commercialization-entry-head,
.commercialization-entry-meta,
.commercialization-entry-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.commercialization-entry-platform {
  color: #6788a9;
}

.commercialization-entry-type {
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf4fb;
  color: #0b5fa5;
}

.commercialization-entry-meta {
  color: #4e657d;
  font-size: 13px;
  line-height: 1.6;
}

.commercialization-entry-meta span {
  position: relative;
  padding-right: 12px;
}

.commercialization-entry-meta span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #a8bfd5;
  transform: translateY(-50%);
}

.commercialization-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f6fa;
  color: #48637b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.commercialization-entry-link {
  display: inline-flex;
  align-items: center;
  color: #0b5fa5;
  font-weight: 700;
  text-decoration: none;
}

.commercialization-entry-link::after {
  content: "→";
  margin-left: 8px;
  font-size: 14px;
}

.commercialization-entry-link:hover {
  color: #073b70;
}

.commercialization-entry-card--featured-outcomes::before {
  background: #0b5fa5;
}

.commercialization-entry-card--featured-outcomes {
  background: #ffffff;
}

.commercialization-entry-card--collaboration-opportunities::before {
  background: #8aa7c3;
}

.commercialization-entry-card--collaboration-opportunities {
  background: #ffffff;
}

.commercialization-entry-card--collaboration-opportunities .commercialization-entry-type,
.commercialization-entry-card--collaboration-opportunities .commercialization-chip:first-child {
  background: #eef3f8;
  color: #55718e;
}

.commercialization-entry-card--ai-cases::before {
  background: #a9bfd3;
}

.commercialization-entry-card--ai-cases {
  background: #ffffff;
}

.commercialization-entry-card--ai-cases .commercialization-entry-type,
.commercialization-entry-card--ai-cases .commercialization-chip:first-child {
  background: #f1f5f9;
  color: #5a7288;
}

.commercialization-source-card {
  padding: 24px 26px;
}

.commercialization-source-body {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

@media (max-width: 1040px) {
  .commercialization-category-grid,
  .commercialization-featured-grid {
    grid-template-columns: 1fr;
  }

  .commercialization-section-head {
    align-items: start;
    flex-direction: column;
  }
}

.outcomes-lab-site-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px 14px;
  color: #707583;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}

.outcomes-lab-site-row span {
  flex: 0 0 auto;
}

.outcomes-lab-site-link {
  color: #6d83d9;
  text-decoration: none;
}

.outcomes-lab-site-link:hover {
  text-decoration: underline;
}

.outcomes-lab-site-link.is-muted {
  color: #7c8798;
}


.detail-media-abstract {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #153456 0%, #2b5c8a 50%, #86b6d8 100%);
}

.detail-media-abstract::before,
.detail-media-abstract::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.25;
}

.detail-media-abstract::before {
  width: 260px;
  height: 260px;
  top: -92px;
  right: -36px;
  background: rgba(255, 255, 255, 0.18);
}

.detail-media-abstract::after {
  width: 180px;
  height: 180px;
  left: -34px;
  bottom: -66px;
  background: rgba(255, 255, 255, 0.12);
}

.detail-media-abstract.theme-cobalt {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #0f2f57 0%, #1d5ea1 48%, #79b4eb 100%);
}

.detail-media-abstract.theme-azure {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.24) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #12456a 0%, #2d7dba 52%, #8dd5f2 100%);
}

.detail-media-abstract.theme-slate {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #24374e 0%, #4f6a88 52%, #b8cedf 100%);
}

.detail-media-abstract.theme-sand {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #62503a 0%, #9c7b4d 50%, #d9c18b 100%);
}

.detail-media-abstract.theme-graphite {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #202734 0%, #414f66 50%, #8997ae 100%);
}

.detail-media-abstract.theme-indigo {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #202955 0%, #4258a0 50%, #9fb1ea 100%);
}

.detail-media-abstract.theme-steel {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #17344f 0%, #466b90 50%, #9cb6c9 100%);
}

.detail-media-abstract.theme-ice {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.26) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #274a68 0%, #5f8eb3 48%, #d9ecf7 100%);
}

.detail-media-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 84px;
  max-width: 220px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #14395b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.2px;
  text-align: center;
  box-shadow: 0 14px 28px rgba(10, 27, 47, 0.16);
  z-index: 1;
}

.detail-external-link-wrap {
  margin-top: 24px;
}

.detail-report-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.detail-external-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #14395b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.detail-external-link:hover {
  background: #1d507d;
  transform: translateY(-1px);
}

.detail-external-link.is-download {
  background: #0c4f8a;
}

.detail-external-link.is-download:hover {
  background: #093f6d;
}

.outcomes-lab-media.theme-cobalt,
.outcomes-lab-media.theme-azure,
.outcomes-lab-media.theme-slate,
.outcomes-lab-media.theme-sand,
.outcomes-lab-media.theme-graphite,
.outcomes-lab-media.theme-indigo,
.outcomes-lab-media.theme-steel,
.outcomes-lab-media.theme-ice {
  background: #ffffff;
}

.detail-default-head[hidden],
.profile-layout[hidden] {
  display: none !important;
}

.profile-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 14px;
}

.profile-media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef5fb 0%, #dfeaf5 100%);
  min-height: 260px;
}

.profile-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.profile-copy .detail-article-title {
  margin: 0 0 14px;
}

.profile-copy .detail-meta {
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 15px;
  color: #5f7388;
}

.profile-copy .detail-summary {
  font-size: 17px;
  line-height: 1.9;
}

.detail-body {
  max-width: 860px;
}

.detail-body p {
  font-size: 16px;
  line-height: 1.95;
}

.expert-facts-card {
  margin: 0 0 28px;
  padding: 24px 26px;
  border: 1px solid #d8e7f4;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #f0f7fe 100%);
  box-shadow: 0 16px 38px rgba(28, 84, 132, 0.08);
}

.expert-facts-card h3 {
  margin: 0 0 16px;
  color: #15385d;
  font-size: 22px;
  line-height: 1.35;
}

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

.expert-fact-item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid rgba(79, 135, 186, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.expert-fact-item span {
  color: #4d7cab;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.expert-fact-item strong {
  color: #17324f;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

.expert-fact-item-link .detail-external-link {
  align-self: start;
}

@media (max-width: 1100px) {
  .inside-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 20px;
  }

  body[data-lang="en"] .left-nav-head strong,
  body[data-lang="en"] .left-nav-head span {
    max-width: 146px;
  }

  .directory-entry-row {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 22px;
  }

  .directory-head h3 {
    font-size: 24px;
  }

  .profile-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
  }

  .expert-facts-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .profile-media,
  .profile-media img {
    min-height: 220px;
  }

  .directory-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .programs-service-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .outcomes-directory-grid {
    grid-template-columns: 1fr;
  }

  .outcomes-lab-media {
    min-height: 184px;
    padding: 20px 16px 14px;
  }
}

/* IAIIA v3 stabilization layer */
[hidden] {
  display: none !important;
}

html,
body {
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  min-width: 0;
}

body {
  background: linear-gradient(180deg, #f5f9fe 0%, #edf4fb 100%);
  min-width: 0;
}

.topbar {
  background: linear-gradient(90deg, #3a97e6 0%, #67baf4 54%, #8fd5ff 100%);
}

.topbar-note {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.site-header {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 16px 38px rgba(83, 156, 221, 0.12);
}

.header-main {
  height: 116px;
  justify-content: flex-start;
}

.brand-logo-link {
  flex: 1 1 auto;
  min-height: 116px;
}

.brand-mark {
  background: linear-gradient(135deg, #47a5ec 0%, #70c2f7 55%, #97dcff 100%);
  box-shadow: 0 16px 38px rgba(82, 166, 233, 0.24);
}

.brand-mark-image {
  width: 150px;
  height: auto;
  max-height: 84px;
  object-fit: contain;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.brand-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-subtitle {
  color: #6d87a4;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.header-status {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #cfe0f1;
  border-radius: 999px;
  color: #58728d;
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: #f8fbff;
}

.main-nav {
  background: linear-gradient(90deg, #53a9ee 0%, #72bef4 50%, #93d5fb 100%);
}

.nav-inner {
  justify-content: flex-start;
}

.nav-item {
  flex: 1 1 0;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 600;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.nav-item:hover,
.nav-item.active {
  background: rgba(255, 255, 255, 0.14);
}

body[data-lang="en"] .nav-inner {
  justify-content: flex-start;
}

body[data-lang="en"] .nav-item {
  flex: 1 1 0;
  padding: 0 12px;
  font-size: 16px;
}

.hero-frame {
  height: 500px;
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 28%),
    linear-gradient(110deg, #347dbf 0%, #5ea8e7 45%, #b9e4ff 100%);
}

.hero-content {
  gap: 0;
}

.hero-panel {
  width: min(100%, 760px);
}

.hero-panel h1 {
  max-width: 680px;
  font-size: 54px;
  line-height: 1.12;
}

.hero-summary {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  line-height: 1.85;
}

.hero-kicker,
.hero-tags span {
  letter-spacing: 1.7px;
}

.hero-overview {
  margin-top: 0;
  padding-top: 42px;
  background: #f5f9fe;
}

.overview-card,
.service-direction-card,
.support-card,
.contact-entry-card,
.summary-card,
.right-panel,
.contact-card,
.admin-auth-card,
.admin-panel,
.admin-stat-card {
  border: 1px solid #dce8f3;
  box-shadow: 0 16px 40px rgba(34, 90, 138, 0.08);
}

.inside-banner-image {
  height: 320px;
  background: #d9e7f2;
}

.inside-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
}

.left-nav-head {
  min-height: 88px;
  background: linear-gradient(135deg, #4b9fe7 0%, #79c0f5 100%);
}

.left-nav-head strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
}

.left-nav-head span {
  color: rgba(255, 255, 255, 0.82);
}

.inside-right-head {
  align-items: flex-start;
  gap: 24px;
}

.inside-right-head h1 {
  font-size: 36px;
  line-height: 1.2;
}

.inside-breadcrumb {
  max-width: 420px;
  padding-top: 10px;
  color: #72879c;
  font-size: 12px;
  text-align: right;
  word-break: break-word;
}

.breadcrumb a,
.breadcrumb {
  line-height: 1.7;
}

.breadcrumb-separator {
  display: inline-block;
  margin: 0 6px;
  color: #9aabbb;
}

.intro-panel {
  padding: 28px 30px;
}

.intro-text,
.summary-card p,
.material-row-main p,
.detail-summary,
.detail-body p,
.contact-card p,
.footer-copy p {
  line-height: 1.8;
}

.material-row {
  grid-template-columns: minmax(0, 1fr) 104px;
}

.material-row-main strong {
  font-size: 22px;
}

.detail-article-title {
  font-size: 38px;
}

.detail-media {
  margin: 22px 0 24px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dbe8f3;
  background: #eef5fb;
}

.detail-media img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.footer-nav {
  gap: 12px 20px;
}

.footer-nav li a {
  font-size: 14px;
}

.footer-body {
  padding-top: 22px;
}

.footer-lockup {
  justify-content: flex-start;
}

.footer-mark-image {
  width: 168px;
  height: auto;
  padding: 6px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain;
}

.footer-copy {
  max-width: 560px;
}

.admin-main {
  background: linear-gradient(180deg, #f5f9fe 0%, #edf4fb 100%);
}

@media (max-width: 1220px) {
  .container {
    width: min(100%, calc(100% - 28px));
  }

  .header-main {
    gap: 18px;
  }

  .brand-mark {
    width: 104px;
    height: 62px;
    font-size: 10px;
  }

  .brand-mark-image {
    width: 126px;
    max-height: 68px;
  }

  .brand-title {
    font-size: 20px;
  }

  .brand-subtitle {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .header-status {
    padding: 0 12px;
    font-size: 11px;
  }

  .nav-item,
  body[data-lang="en"] .nav-item {
    padding: 0 10px;
    font-size: 14px;
  }

  .hero-content {
    gap: 28px;
  }

  .hero-panel {
    width: min(100%, 580px);
  }

  .hero-panel h1 {
    font-size: 46px;
  }

}

@media (max-width: 900px) {
  .brand-title {
    font-size: 20px;
  }

  .nav-item,
  body[data-lang="en"] .nav-item {
    flex: 0 0 auto;
    font-size: 15px;
  }

  .hero-frame {
    height: 620px;
  }

  .hero-panel h1 {
    font-size: 38px;
  }

  .inside-breadcrumb {
    max-width: none;
    text-align: left;
  }
}

/* Alliance v3 cleanup overrides */
.topbar {
  background: #0b2340;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
  height: 42px;
}

.topbar-note {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lang-toggle {
  padding-left: 16px;
  font-size: 13px;
}

.site-header {
  box-shadow: 0 14px 34px rgba(6, 43, 82, 0.08);
}

.header-main {
  height: 108px;
}

.brand-logo-link {
  min-height: 108px;
}

.header-tools {
  justify-content: center;
}

.header-status {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #d6e2ee;
  border-radius: 18px;
  color: #62758a;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: #f7fbff;
}

.main-nav {
  background: #0f315e;
}

.nav-inner {
  justify-content: flex-start;
  gap: 6px;
  padding: 0;
}

.nav-item {
  height: 56px;
  padding: 0 18px;
  border-left: 0;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  font-weight: 500;
}

.nav-item:hover,
.nav-item.active {
  background: rgba(255, 255, 255, 0.08);
  border-bottom-color: #a9d1f5;
}

body[data-lang="en"] .nav-inner {
  justify-content: flex-start;
}

body[data-lang="en"] .nav-item {
  flex: 0 0 auto;
  min-width: 0;
  padding: 0 18px;
  font-size: 14px;
}

.hero-frame {
  height: 520px;
  background:
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.16) 0, rgba(255, 255, 255, 0) 24%),
    linear-gradient(120deg, #0b2745 0%, #173f67 42%, #5c85a8 100%);
}

.hero-content {
  justify-content: space-between;
  gap: 42px;
}

.hero-panel {
  width: 610px;
  padding-right: 0;
}

.hero-panel h1 {
  font-size: 48px;
}

.hero-summary {
  width: auto;
  max-width: 610px;
}

.hero-visual {
  width: 350px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 24px 50px rgba(4, 17, 34, 0.24);
  backdrop-filter: blur(10px);
  color: #fff;
}

.hero-visual-card span,
.hero-visual-list em {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: normal;
}

.hero-visual-card strong {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 600;
}

.hero-visual-list {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-visual-list article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-visual-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.hero-visual-list strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.hero-visual-list p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.7;
}

.hero-overview {
  margin-top: -74px;
}

.overview-grid {
  grid-template-columns: repeat(3, 1fr);
}

.inside-banner-image {
  height: 320px;
  background: #d9e7f2;
}

.inside-banner-image::after {
  display: none;
}

.inside-main {
  padding-top: 26px;
}

.inside-layout {
  grid-template-columns: 278px minmax(0, 1fr);
  gap: 28px;
}

.left-nav-head {
  min-height: 78px;
  padding: 18px 18px 16px;
  border-radius: 14px 14px 0 0;
}

.left-nav-head strong {
  font-size: 22px;
  font-weight: 600;
}

.left-nav-head span {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.side-menu-links {
  border: 1px solid #d7e3ef;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: var(--shadow-card);
}

.section-subnav {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.section-subnav li + li {
  border-top: 1px solid #eef3f8;
}

.section-subnav a {
  display: block;
  padding: 14px 18px;
  color: #31465c;
  font-size: 15px;
  line-height: 1.5;
}

.section-subnav a.is-active,
.section-subnav a:hover {
  background: #f3f8fc;
  color: var(--blue-deep);
}

.contact-card {
  width: 100%;
  border-radius: 14px;
  box-shadow: var(--shadow-card);
}

.contact-card h3 {
  height: auto;
  padding: 18px 16px;
  line-height: 1.4;
  font-size: 18px;
}

.contact-card h3::before {
  display: none;
}

.contact-card p {
  margin: 0 16px;
  padding: 8px 0;
  color: #5d7187;
  font-size: 14px;
  line-height: 1.75;
  border-top: 1px solid #edf2f7;
}

.contact-card p:first-of-type {
  margin-top: 0;
  padding-top: 18px;
  border-top: 0;
}

.contact-card p:empty,
.footer-copy p:empty {
  display: none;
}

.inside-right-head {
  align-items: flex-start;
  min-height: 0;
  padding: 6px 0 18px;
}

.inside-head-copy {
  max-width: 680px;
}

.inside-head-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #6e879e;
  font-size: 12px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.inside-head-kicker:empty {
  display: none;
}

.inside-right-head h1 {
  font-size: 34px;
}

.inside-breadcrumb {
  max-width: 280px;
  padding-top: 4px;
  line-height: 1.7;
  text-align: right;
}

.right-panel {
  border-radius: 14px;
}

.intro-panel {
  margin-top: 0;
  padding: 28px 30px;
}

.panel-heading {
  padding: 22px 30px 16px;
}

.summary-grid {
  margin: 24px 30px 0;
  gap: 20px;
}

.summary-card {
  min-height: 0;
  padding: 24px 22px;
  border-radius: 12px;
}

.summary-card h3 {
  font-size: 20px;
}

.article-list {
  padding: 10px 0 18px;
}

.material-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 30px;
  border-top: 1px solid #edf2f7;
  transition: background 0.2s ease;
}

.material-row:first-child {
  border-top: 0;
}

.material-row-report {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.material-row-report-linkrow {
  color: inherit;
  text-decoration: none;
}

.material-row-report-linkrow:hover {
  background: #f7fbff;
}

.material-row-report-entry {
  color: #0f4f87;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.material-row-meta {
  display: block;
  margin-top: 8px;
  color: #5a6f84;
  font-size: 13px;
  line-height: 1.7;
}

.material-row-report-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.material-row-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 10px 16px;
  border: 1px solid #cfe0ee;
  border-radius: 999px;
  color: #11406c;
  background: #f6fbff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.material-row-report-link:hover {
  border-color: #92bfe0;
  background: #eef7ff;
  color: #0a3660;
}

.material-row-report-link.is-download {
  background: #0c4f8a;
  border-color: #0c4f8a;
  color: #ffffff;
}

.material-row-report-link.is-download:hover {
  background: #093f6d;
  border-color: #093f6d;
  color: #ffffff;
}

.about-showcase {
  display: grid;
  gap: 22px;
  margin-bottom: 24px;
}

.about-hero-card,
.about-panel,
.about-narrative-card {
  border: 1px solid #dce8f3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(34, 90, 138, 0.08);
}

.about-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 280px;
  gap: 28px;
  padding: 30px 32px;
  background:
    linear-gradient(135deg, rgba(10, 42, 74, 0.98) 0%, rgba(17, 57, 95, 0.95) 52%, rgba(61, 112, 153, 0.9) 100%);
  color: #ffffff;
}

.experts-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: url("./image/experts-hero.jpg") center center / cover no-repeat;
}

.experts-hero-card.is-join {
  background:
    linear-gradient(125deg, rgba(7, 35, 63, 0.92) 0%, rgba(14, 52, 86, 0.88) 52%, rgba(31, 92, 145, 0.8) 100%),
    url("./image/experts-hero.jpg") center center / cover no-repeat;
}

.experts-hero-card .about-hero-copy {
  display: none;
}

.experts-hero-card.is-join .about-hero-copy {
  display: block;
  max-width: 760px;
}

.programs-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background:
    linear-gradient(90deg, rgba(9, 34, 58, 0.22) 0%, rgba(12, 42, 69, 0.14) 34%, rgba(18, 56, 90, 0.08) 58%, rgba(28, 78, 121, 0.04) 100%),
    url("./image/enterprise-hero.jpg") center center / cover no-repeat;
}

.programs-hero-card.is-training {
  background:
    linear-gradient(90deg, rgba(9, 34, 58, 0.18) 0%, rgba(12, 42, 69, 0.12) 34%, rgba(18, 56, 90, 0.06) 58%, rgba(28, 78, 121, 0.03) 100%),
    url("./image/training-hero.jpg") center center / cover no-repeat;
}

.programs-hero-card .about-hero-copy {
  display: none;
}

.about-hero-kicker,
.about-panel-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.about-hero-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.about-hero-card h2 {
  margin: 16px 0 14px;
  font-size: 36px;
  line-height: 1.22;
}

.about-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.85;
}

.about-hero-card p + p {
  margin-top: 12px;
}

.books-hero-text {
  width: 100%;
  max-width: none;
}

.books-hero-text p {
  color: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  line-height: 1.8;
}

.about-hero-card.books-hero-card {
  display: block;
  padding: 28px 30px;
}

.about-hero-card.books-hero-card .about-hero-copy {
  width: 100%;
  max-width: none;
}

.activities-showcase .about-narrative-card.is-hidden {
  display: none;
}

.about-hero-aside {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.about-hero-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.about-hero-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 26px;
  line-height: 1.2;
}

.about-hero-list {
  margin: 0;
  padding-left: 18px;
}

.about-hero-list li {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.about-narrative-card,
.about-contact-strip {
  padding: 24px 26px;
}

.about-panel-tag {
  color: #6f879d;
}

.about-narrative-card h3,
.about-contact-strip h3 {
  margin: 12px 0 10px;
  color: #16324d;
  font-size: 24px;
  line-height: 1.35;
}

.about-contact-strip p,
.about-narrative-body p {
  margin: 0;
  color: #55697f;
  font-size: 15px;
  line-height: 1.85;
}

.about-narrative-body p + p {
  margin-top: 14px;
}

.about-contact-strip {
  border: 1px solid #dce8f3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(34, 90, 138, 0.08);
}

.about-contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.about-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #0f315e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.about-contact-link:hover {
  background: #17457e;
}

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

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

.experts-join-card,
.experts-join-note {
  border: 1px solid #cfe4fb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 107, 176, 0.1);
}

.experts-join-card {
  padding: 22px 22px 20px;
}

.experts-join-card-type {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #dcebff;
  color: #0a66bf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.experts-join-card h3 {
  margin: 14px 0 10px;
  color: #16324d;
  font-size: 22px;
  line-height: 1.35;
}

.experts-join-card p {
  margin: 0;
  color: #55697f;
  font-size: 15px;
  line-height: 1.84;
}

.experts-join-note {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding: 24px 26px;
  background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.experts-join-note-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.experts-join-note-head h3 {
  margin: 0;
  color: #16324d;
  font-size: 24px;
}

.experts-join-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0d74d1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.experts-join-link:hover {
  background: #0b84ef;
}

.experts-join-steps p {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: #55697f;
  font-size: 15px;
  line-height: 1.85;
}

.experts-join-steps p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0a7ae0;
}

.experts-join-steps p + p {
  margin-top: 10px;
}

.directory-entry {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 26px;
  border: 1px solid #d4e4f4;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(34, 90, 138, 0.09);
}

.directory-avatar {
  width: 118px;
  height: 146px;
  border-radius: 24px;
  border: 3px solid #e2effb;
  background: linear-gradient(135deg, #eef6ff 0%, #dbe9f6 100%);
  color: #1b4f83;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  overflow: hidden;
}

.directory-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  transform: scale(1.01);
}

.directory-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.directory-head h3 {
  margin: 0;
  color: #16324d;
  font-size: 26px;
  line-height: 1.2;
}

.directory-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #cfe3f8;
  background: #f4f9ff;
  color: #0b67bf;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.directory-link:hover {
  background: #eaf4ff;
  border-color: #b9d8f8;
}

.directory-link strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #0d79dc;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.directory-meta,
.directory-focus {
  margin: 8px 0 0;
  color: #6a8094;
  font-size: 14px;
  line-height: 1.7;
}

.directory-focus {
  color: #245d93;
  font-weight: 600;
}

.directory-summary {
  margin-top: 10px;
  color: #55697f;
  font-size: 15px;
  line-height: 1.85;
}

@media (max-width: 1100px) {
  .about-hero-card {
    grid-template-columns: 1fr;
  }

  .about-contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .directory-entry {
    grid-template-columns: 1fr;
  }

  .material-row-news-structured {
    grid-template-columns: 18px 1fr;
    gap: 16px;
  }

  .material-row-side {
    justify-items: start;
    text-align: left;
  }
}

.material-row:hover {
  background: #f7fbff;
}

.material-row-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: #8093a7;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.material-row-main strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}

.material-row-main p {
  margin: 10px 0 0;
  color: #56697d;
  font-size: 14px;
  line-height: 1.85;
}

.material-row-meta {
  display: block;
  margin-top: 8px;
  color: #6f8398;
  font-size: 13px;
  line-height: 1.6;
}

.material-row-news {
  align-items: start;
  padding: 22px 30px;
  border-bottom: 1px solid #dfe8f1;
  border-top: 0;
}

.material-row-news:first-child {
  padding-top: 24px;
}

.material-row-news .material-row-tag {
  margin-bottom: 8px;
  color: #0b6bff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.material-row-news .material-row-main strong {
  font-size: 26px;
  line-height: 1.32;
  font-weight: 650;
  word-break: break-word;
  letter-spacing: -0.01em;
}

.material-row-news .material-row-main p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.82;
  max-width: none;
}

.material-row-news-structured {
  grid-template-columns: 18px minmax(0, 1.62fr) 210px;
  gap: 24px;
}

.material-row-rail {
  position: relative;
  align-self: stretch;
}

.material-row-rail::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, #cfe5ff 0%, #8fc2ff 100%);
}

.material-row-node {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #0b6bff;
  box-shadow: 0 0 0 4px #e2efff;
}

.material-row-side {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
  align-content: start;
}

.material-row-type {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #deedff;
  color: #0f63d8;
  border: 1px solid #b9d7ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.material-row-date {
  color: #005fd1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.material-row-location {
  color: #4b6f9a;
  font-size: 12px;
  line-height: 1.65;
  max-width: 210px;
}

.material-row-news .material-row-action {
  align-self: flex-start;
  margin-top: 2px;
  padding-left: 0;
}

.material-row-news .material-row-tag {
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 1px;
}

.material-row-action {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.material-row-news .material-row-main strong {
  font-size: 22px;
  line-height: 1.34;
}

.material-row-signal {
  display: block;
  margin-top: 8px;
  color: #1e6fd6;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}

.material-row-region-europe .material-row-node,
.material-row-region-europe .material-row-tag {
  color: #0b6bff;
  background-color: initial;
}

.material-row-region-europe .material-row-node {
  background: #0b6bff;
}

.material-row-region-north-america .material-row-node {
  background: #149dff;
}

.material-row-region-middle-east .material-row-node {
  background: #4aa8ff;
}

.material-row-region-asia .material-row-node {
  background: #2f6dff;
}

.material-row-region-global .material-row-node {
  background: #6ab5ff;
}

.detail-article {
  padding: 30px;
}

.detail-article-title {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.32;
}

.detail-meta {
  display: flex;
  gap: 16px;
  color: #8091a4;
  font-size: 13px;
  line-height: 1.6;
}

.detail-summary-title {
  margin: 24px 0 12px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.detail-summary {
  padding: 0;
  color: #405267;
  font-size: 16px;
}

.detail-body {
  margin-top: 22px;
}

.detail-body p {
  margin: 14px 0 0;
  color: #44586d;
  font-size: 15px;
}

.detail-pager {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #e6edf5;
}

.detail-page-link {
  min-height: 92px;
  border-radius: 12px;
  background: #f7fbff;
}

.detail-page-link.disabled {
  opacity: 0.55;
}

.site-footer {
  padding: 42px 0 46px;
  background: #0c223d;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: center;
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-nav li a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-body {
  padding-top: 24px;
}

.footer-lockup {
  gap: 16px;
  justify-content: center;
}

.footer-logo-text strong,
.footer-logo-text span,
.footer-copy p {
  color: rgba(255, 255, 255, 0.78);
}

body[data-lang="en"] .hero-panel {
  width: 610px;
}

body[data-lang="en"] .hero-panel h1 {
  font-size: 42px;
}

body[data-lang="en"] .hero-summary {
  width: auto;
  max-width: 610px;
  font-size: 16px;
}

body[data-lang="en"] .overview-grid {
  grid-template-columns: repeat(3, 1fr);
}

body[data-lang="en"] .left-nav-head {
  align-items: flex-start;
}

body[data-lang="en"] .left-nav-head strong {
  max-width: none;
  font-size: 18px;
}

body[data-lang="en"] .left-nav-head span {
  max-width: none;
  font-size: 11px;
}

body[data-lang="en"] .summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.empty-state {
  padding: 24px 30px 30px;
  color: #687d92;
  font-size: 14px;
  line-height: 1.8;
}

.contact-form-panel {
  overflow: hidden;
}

.public-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  padding: 26px 30px 30px;
}

.public-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #415569;
  font-size: 13px;
}

.public-contact-form label span {
  font-weight: 600;
}

.public-contact-form label.is-wide,
.public-contact-actions {
  grid-column: 1 / -1;
}

.public-contact-form input,
.public-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfdae5;
  border-radius: 12px;
  background: #fbfdff;
  color: #24384e;
}

.public-contact-form textarea {
  resize: vertical;
}

.public-contact-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.public-contact-feedback {
  margin: 0;
  color: #315b83;
  font-size: 14px;
}

.public-contact-feedback.is-error {
  color: #a33131;
}

.admin-main {
  padding: 42px 0 64px;
  background: linear-gradient(180deg, #f4f8fd 0%, #edf3fa 100%);
  min-height: calc(100vh - 150px);
}

.admin-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.admin-auth-card,
.admin-panel,
.admin-stat-card {
  background: #fff;
  border: 1px solid #dbe6f0;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(11, 35, 64, 0.08);
}

.admin-auth-card,
.admin-panel {
  padding: 28px 30px;
}

.admin-dashboard {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.admin-section-head,
.admin-panel-head,
.admin-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.admin-section-head h1,
.admin-section-head h2,
.admin-panel-head h3 {
  margin: 8px 0 0;
  color: var(--ink);
}

.admin-section-head p,
.admin-panel-head p {
  margin: 0;
  max-width: 520px;
  color: #64778d;
  font-size: 14px;
  line-height: 1.8;
}

.admin-eyebrow {
  color: #6c869e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admin-panel-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d5e3f0;
  border-radius: 999px;
  background: #f7fbff;
  color: #26486e;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.admin-form,
.editor-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 22px;
}

.admin-form label,
.editor-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #415569;
  font-size: 13px;
}

.admin-form label span,
.editor-form label span {
  font-weight: 600;
}

.admin-form input,
.editor-form input,
.editor-form select,
.editor-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfdae5;
  border-radius: 12px;
  background: #fbfdff;
  color: #24384e;
}

.admin-form button,
.editor-actions,
.admin-list-actions {
  grid-column: 1 / -1;
}

.editor-form textarea {
  resize: vertical;
  min-height: 110px;
}

.admin-primary-button,
.admin-secondary-button,
.admin-danger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.admin-primary-button {
  background: #0f315e;
  color: #fff;
}

.admin-secondary-button {
  background: #edf4fb;
  color: #214264;
}

.admin-danger-button {
  background: #fbecec;
  color: #9e2d2d;
}

.admin-feedback {
  margin: 16px 0 0;
  color: #315b83;
  font-size: 14px;
}

.editor-feedback {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.admin-feedback.is-error {
  color: #a33131;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.admin-stat-card {
  padding: 22px 24px;
}

.admin-stat-card strong {
  display: block;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.1;
}

.admin-stat-card span {
  display: block;
  margin-top: 8px;
  color: #70849a;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.admin-stat-card em {
  display: block;
  margin-top: 8px;
  color: #4d6680;
  font-style: normal;
  font-size: 13px;
}

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

.compact-form {
  margin-top: 18px;
}

.admin-panel-wide {
  grid-column: 1 / -1;
}

.editor-actions,
.admin-list-actions {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.admin-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}

.admin-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #e3ebf3;
  border-radius: 14px;
  background: #f8fbfe;
}

.admin-list-copy strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.4;
}

.admin-list-topline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-list-copy span {
  display: block;
  margin-top: 6px;
  color: #7b8fa4;
  font-size: 12px;
  line-height: 1.7;
}

.admin-list-copy p {
  margin: 10px 0 0;
  color: #4c6278;
  font-size: 14px;
  line-height: 1.85;
}

.admin-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.admin-status-pill.is-published {
  background: #e5f4eb;
  color: #1f6a3f;
}

.admin-status-pill.is-draft {
  background: #eef2f7;
  color: #4f657b;
}

.admin-status-pill.is-inquiry {
  background: #e8f2ff;
  color: #20568c;
}

.admin-link-button {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1200px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  color: var(--text);
  background: var(--surface-soft);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, #2e86d6 0%, #58b3ef 100%);
  color: #fff;
  font-size: 14px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.topbar-links {
  display: flex;
  gap: 46px;
  align-items: center;
}

.topbar-brand,
.topbar-links a {
  color: #fff;
}

body[data-lang="en"] .topbar-brand {
  font-size: 12px;
}

body[data-lang="en"] .topbar-links {
  gap: 22px;
}

body[data-lang="en"] .brand-lockup {
  align-items: flex-start;
  gap: 14px;
}

body[data-lang="en"] .brand-mark {
  width: 116px;
  height: 64px;
  font-size: 10px;
}

body[data-lang="en"] .brand-title {
  font-size: 22px;
  line-height: 1.24;
}

body[data-lang="en"] .brand-subtitle {
  font-size: 11px;
  letter-spacing: 1.2px;
}

.lang-toggle {
  padding-left: 18px;
  position: relative;
  opacity: 0.95;
}

.lang-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background: rgba(255, 255, 255, 0.45);
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(75, 154, 219, 0.1);
}

.header-main {
  display: none;
}

.brand-logo-link {
  display: none;
}

.brand-logo {
  display: none;
}

.brand-lockup {
  display: none;
}

.brand-mark {
  display: none;
}

.brand-copy {
  display: none;
}

.brand-title {
  display: none;
}

.site-header .brand-subtitle {
  display: none;
}

.header-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
}

.quick-links {
  display: flex;
  gap: 22px;
  margin-top: 10px;
  color: #7f8ea0;
  font-size: 12px;
}

.search-box {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 380px;
  height: 36px;
  margin-top: 0;
  border: 1px solid #c9d6e2;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.search-box input {
  flex: 1 1 auto;
  height: 36px;
  min-width: 0;
  padding-left: 10px;
  border: 0;
  background: none;
}

.search-box button {
  flex: 0 0 67px;
  width: 67px;
  height: 36px;
  border: 0;
  border-left: 1px solid #d8d8d8;
  background: #fff url("./assets/search-icon.png") no-repeat center;
  background-size: 67px 15px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
}

.search-box button img {
  display: none;
}

body[data-lang="en"] .search-box button {
  flex-basis: 78px;
  width: 78px;
  background: #fff;
  color: #333;
  font-size: 13px;
}

.main-nav {
  background: linear-gradient(90deg, #4ea6ee 0%, #71c2f8 52%, #94d7ff 100%);
}

.nav-shell {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 58px;
}

.nav-logo-link {
  flex: 0 0 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 10px;
  border: 0 !important;
  border-right: 0 !important;
  background: none !important;
  box-shadow: none !important;
  overflow: hidden;
}

.nav-logo-link:hover,
.nav-logo-link:focus,
.nav-logo-link:focus-visible {
  background: none !important;
  box-shadow: none !important;
}

.nav-logo-image {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 54px;
  height: auto;
  background: transparent !important;
}

.nav-inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
}

.nav-item {
  height: 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.nav-item:hover,
.nav-item.active {
  background: rgba(255, 255, 255, 0.16);
}

.nav-item.active {
  position: relative;
  z-index: 1;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.16);
}

body[data-lang="en"] .nav-inner {
  justify-content: flex-end;
}

body[data-lang="en"] .nav-item {
  flex: 0 0 auto;
  min-width: auto;
  padding: 0 14px;
  font-size: 15px;
  letter-spacing: 0;
}


.hero {
  position: relative;
}

.hero-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 1.8px;
}

.hero-summary {
  margin: 16px 0 0;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.hero-action {
  min-width: 160px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 23px;
  font-size: 16px;
}

.hero-action.primary {
  background: #ffffff;
  color: #073b70;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.hero-action.primary:hover {
  background: #eaf3fb;
  color: #073b70;
}

.hero-action.secondary {
  border: 1px solid rgba(255, 255, 255, 0.68);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  border-radius: 16px;
}

.home-section {
  padding: 28px 0 32px;
}

.hero-overview {
  position: relative;
  margin-top: 0;
  z-index: 3;
}

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

.overview-card {
  min-height: 214px;
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(28, 124, 223, 0.12);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.overview-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  background: rgba(28, 124, 223, 0.08);
  color: var(--blue-deep);
  font-size: 13px;
  border-radius: 14px;
}

.overview-card h3 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}

.overview-card p {
  margin: 12px 0 0;
  color: #4f5f73;
  font-size: 14px;
  line-height: 1.8;
}

.two-col-news {
  display: grid;
  grid-template-columns: 570px 570px;
  justify-content: space-between;
}

.section-title-line,
.panel-heading {
  display: flex;
  align-items: center;
}

.section-title-line span {
  color: var(--blue-deep);
  font-size: 28px;
  line-height: 1;
}

.section-title-line em {
  color: #c5c5c5;
  font-style: normal;
  font-size: 20px;
}

.section-title-line i {
  flex: 1;
  height: 1px;
  margin: 0 18px;
  background: #c5c5c5;
}

.section-title-line a,
.panel-inline-link {
  color: #fd9609;
  font-size: 15px;
}

.headline-card {
  display: grid;
  grid-template-columns: 209px 1fr;
  gap: 20px;
  margin-top: 25px;
}

.headline-card img {
  width: 209px;
  height: 158px;
  object-fit: cover;
}

.headline-title {
  display: block;
  color: #010101;
  font-size: 18px;
  line-height: 1.85;
}

.headline-date {
  margin-top: 24px;
  color: #777;
  font-size: 14px;
}

.text-news-list {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.text-news-list li {
  padding: 10px 0;
}

.text-news-list a {
  display: grid;
  grid-template-columns: 12px 1fr 100px;
  gap: 8px;
  align-items: center;
}

.diamond {
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background: var(--blue-deep);
  transform: rotate(45deg);
}

.text-news-list p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #4b4b4b;
}

.text-news-list time {
  color: #777;
  font-size: 14px;
  text-align: right;
}

body[data-lang="en"] .headline-title {
  line-height: 1.5;
}

body[data-lang="en"] .hero-panel {
  width: 760px;
}

body[data-lang="en"] .hero-panel h1 {
  font-size: 38px;
  line-height: 1.28;
}

body[data-lang="en"] .hero-summary {
  width: 680px;
  font-size: 15px;
  line-height: 1.74;
}

body[data-lang="en"] .hero-action {
  min-width: 200px;
  font-size: 14px;
}

body[data-lang="en"] .hero-tags {
  gap: 8px;
}

body[data-lang="en"] .hero-tags span {
  height: auto;
  min-height: 34px;
  padding: 8px 14px;
  line-height: 1.4;
}

body[data-lang="en"] .hero-overview {
  margin-top: 0;
}

body[data-lang="en"] .overview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body[data-lang="en"] .overview-card {
  min-height: 244px;
  padding: 24px 24px 22px;
}

body[data-lang="en"] .overview-card h3 {
  font-size: 20px;
  line-height: 1.45;
}

body[data-lang="en"] .overview-card p {
  font-size: 15px;
  line-height: 1.8;
}

body[data-lang="en"] .text-news-list p {
  font-size: 15px;
}

.results-band {
  background: #2b4a73 url("./assets/results-bg.png") no-repeat center/cover;
  padding-top: 0;
  padding-bottom: 56px;
}

.home-intro,
.home-main-services,
.home-support-sections,
.home-contact-entries {
  padding: 72px 0;
}

.home-intro {
  background: #fff;
}

.home-intro--hero-copy {
  position: relative;
  margin-top: -82px;
  z-index: 4;
}

.home-intro--hero-copy .container {
  position: relative;
}

.home-main-services {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.home-main-services--banded {
  position: relative;
  overflow: hidden;
}

.home-main-services--banded::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 168px;
  background: linear-gradient(90deg, #0b2f53 0%, #154870 48%, #2a6b96 100%);
}

.home-support-sections {
  background: #fff;
}

.home-support-sections--framed {
  background:
    radial-gradient(circle at top right, rgba(60, 122, 176, 0.08) 0, rgba(60, 122, 176, 0) 28%),
    #ffffff;
}

.home-contact-entries {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4fb 100%);
}

.home-section-head {
  max-width: 1120px;
  margin-bottom: 34px;
  position: relative;
}

.home-intro .home-section-head {
  max-width: 100%;
  padding: 36px 42px 32px;
  border: 1px solid rgba(215, 229, 241, 0.9);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.98) 100%);
  box-shadow: 0 24px 54px rgba(10, 43, 78, 0.1);
  overflow: hidden;
}

.home-intro .home-section-head::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, #0f3d6a 0%, #1d6faf 52%, #7ec2f2 100%);
}

.home-section-head--banded,
.home-section-head--framed {
  padding: 24px 28px 26px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(10, 43, 78, 0.08);
}

.home-section-head--banded {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 251, 255, 0.98) 100%);
  max-width: 100%;
}

.home-section-head--framed {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid #deebf5;
  max-width: 100%;
}

.home-section-head.is-centered {
  margin: 0 auto 34px;
  text-align: center;
}

.home-section-head::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2b86d7 0%, #69bef3 100%);
}

.home-section-head.is-centered::after {
  margin-left: auto;
  margin-right: auto;
}

.home-section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(16, 74, 126, 0.08);
  color: #58748f;
  font-size: 13px;
  letter-spacing: 1.6px;
}

.home-section-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
}

.home-section-head p {
  margin: 18px 0 0;
  color: #526377;
  font-size: 17px;
  line-height: 1.9;
  max-width: 920px;
}

.home-intro-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.home-intro-secondary {
  border-color: #c4d8ea;
  color: #0b4d84;
  background: #f6fbff;
}

.service-direction-grid,
.support-card-grid,
.contact-entry-grid {
  display: grid;
  gap: 22px;
}

.service-direction-card,
.support-card,
.contact-entry-card {
  background: #fff;
  border: 1px solid #d9e7f2;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-direction-card:hover,
.support-card:hover,
.contact-entry-card:hover {
  transform: translateY(-3px);
  border-color: #bdd5e8;
  box-shadow: 0 20px 44px rgba(10, 43, 78, 0.1);
}

.home-profile-tag,
.service-direction-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(28, 124, 223, 0.08);
  color: var(--blue-deep);
  font-size: 12px;
}

.service-direction-card h3,
.support-card h3,
.contact-entry-card strong {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
}

.service-direction-card p,
.support-card p,
.contact-entry-card p {
  margin: 14px 0 0;
  color: #55667a;
  font-size: 15px;
  line-height: 1.9;
}

.service-direction-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.service-direction-card {
  min-height: 500px;
  padding: 210px 24px 28px;
  border-top: 4px solid var(--blue-deep);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: relative;
  overflow: hidden;
}

.service-direction-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 176px;
  background-position: center;
  background-size: cover;
  filter: saturate(0.95) contrast(1.02);
}

.service-direction-card:nth-child(1)::before {
  background-image:
    linear-gradient(180deg, rgba(8, 34, 61, 0.16) 0%, rgba(8, 34, 61, 0.62) 100%),
    url("./image/banner-research.jpg");
}

.service-direction-card:nth-child(2)::before {
  background-image:
    linear-gradient(180deg, rgba(10, 43, 78, 0.12) 0%, rgba(10, 43, 78, 0.58) 100%),
    url("./image/banner-dialogue.jpg");
}

.service-direction-card:nth-child(3)::before {
  background-image:
    linear-gradient(180deg, rgba(8, 40, 68, 0.14) 0%, rgba(8, 40, 68, 0.62) 100%),
    url("./image/experts-hero.jpg");
}

.service-direction-card:nth-child(4)::before {
  background-image:
    linear-gradient(180deg, rgba(8, 36, 60, 0.14) 0%, rgba(8, 36, 60, 0.6) 100%),
    url("./image/training-hero.jpg");
}

.service-direction-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 124, 223, 0.1) 0%, rgba(28, 124, 223, 0) 72%);
  pointer-events: none;
}

.service-direction-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-direction-card > * {
  position: relative;
  z-index: 1;
}

.service-direction-card li {
  position: relative;
  padding: 10px 0 10px 16px;
  border-top: 1px solid #e7eef6;
  color: #2f435b;
  font-size: 15px;
}

.service-direction-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1c7cdf;
}

.service-direction-link,
.support-card a,
.contact-entry-card span {
  display: inline-block;
  margin-top: 18px;
  color: var(--blue-deep);
  font-size: 15px;
  font-weight: 600;
}

.support-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.support-card {
  min-height: 248px;
  padding: 76px 22px 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-left: 3px solid #d7e4f1;
  border-top: 1px solid #eef4fa;
  position: relative;
  overflow: hidden;
}

.support-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  width: 100%;
  height: 42px;
  background:
    linear-gradient(135deg, rgba(10, 57, 99, 0.9) 0%, rgba(45, 123, 189, 0.72) 100%);
}

.support-card::after {
  content: "";
  position: absolute;
  inset: 6px 14px auto auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.support-card:nth-child(1)::before,
.support-card:nth-child(4)::before {
  background:
    linear-gradient(135deg, rgba(11, 61, 105, 0.92) 0%, rgba(66, 135, 197, 0.74) 100%);
}

.support-card:nth-child(2)::before,
.support-card:nth-child(5)::before {
  background:
    linear-gradient(135deg, rgba(18, 73, 121, 0.92) 0%, rgba(103, 170, 225, 0.74) 100%);
}

.support-card:nth-child(3)::before,
.support-card:nth-child(6)::before {
  background:
    linear-gradient(135deg, rgba(24, 82, 122, 0.92) 0%, rgba(132, 194, 235, 0.72) 100%);
}

.support-card h3,
.support-card p,
.support-card a {
  position: relative;
  z-index: 1;
}

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

.contact-entry-card {
  min-height: 240px;
  padding: 28px 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-top: 4px solid #8db7dd;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.contact-entry-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 68px;
  background: linear-gradient(90deg, rgba(15, 70, 125, 0.08) 0%, rgba(111, 184, 232, 0.02) 100%);
}

.contact-entry-card > * {
  position: relative;
  z-index: 1;
}

.contact-entry-card span {
  margin-top: 0;
  color: #7a91ad;
  font-size: 13px;
  letter-spacing: 0.8px;
}

body[data-lang="en"] .section-title-line span {
  font-size: 24px;
}

body[data-lang="en"] .section-title-line em {
  font-size: 16px;
}

.inside-banner-image {
  height: 360px;
  position: relative;
  overflow: hidden;
  background: #d9e7f2;
}

.inside-banner-image::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 22, 39, 0.12) 0%, rgba(5, 22, 39, 0.3) 50%, rgba(5, 22, 39, 0.5) 100%);
  pointer-events: none;
}

.inside-banner-track,
.inside-banner-slide,
.inside-banner-overlay {
  position: absolute;
  inset: 0;
}

.inside-banner-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.inside-banner-slide.is-active {
  opacity: 1;
}

.inside-banner-slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.inside-banner-overlay {
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10, 40, 67, 0.06) 0%, rgba(17, 57, 95, 0.03) 48%, rgba(61, 112, 153, 0.02) 100%);
}

.inside-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  transform: translateX(-50%);
}

.inside-banner-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
}

.inside-banner-dot.is-active {
  background: rgba(255, 255, 255, 0.92);
}

.inside-main {
  padding: 34px 0 58px;
  background: var(--surface-soft);
}

.inside-layout {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 24px;
}

.inside-left {
  position: sticky;
  top: 22px;
  align-self: start;
  margin-left: -36px;
}

.left-nav-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  height: auto;
  padding: 14px 15px;
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 26%),
    linear-gradient(135deg, #2e86d6 0%, #57b1ef 100%);
  border-radius: 16px 16px 0 0;
  color: #fff;
}

.left-nav-head img {
  flex: 0 0 auto;
}

.left-nav-head > div {
  min-width: 0;
}

.left-nav-head strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.left-nav-head span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.left-nav-head span:empty {
  display: none;
}

body[data-lang="en"] .left-nav-head {
  align-items: flex-start;
  height: auto;
  min-height: 64px;
  padding-top: 13px;
  padding-bottom: 12px;
}

body[data-lang="en"] .left-nav-head strong,
body[data-lang="en"] .left-nav-head span {
  display: block;
  max-width: 168px;
  line-height: 1.35;
  word-break: break-word;
}

body[data-lang="en"] .left-nav-head span {
  font-size: 11px;
  opacity: 0.82;
}

.side-menu-links {
  border: 1px solid #d9e4ee;
  border-top: 0;
  border-bottom: 1px solid #d9e4ee;
  background: #fff;
  box-shadow: var(--shadow-card);
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion li {
  cursor: pointer;
}

.accordion .link {
  position: relative;
  display: block;
  padding: 10px 34px 10px 42px;
  color: var(--ink);
  font-size: 16px;
  border-top: 1px solid #f1f1f1;
  transition: all 0.3s ease;
}

.accordion li:first-child .link {
  border-top: 0;
}

.accordion .link::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("./assets/left-nav-jt.png") no-repeat center/contain;
}

.accordion .link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion li.open .link {
  background: #f2f7fc;
}

.accordion li.open .link::after {
  transform: rotate(225deg);
  margin-top: -1px;
}

.accordion .submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.accordion .submenu li {
  background: #fff;
}

.accordion .submenu a {
  display: block;
  padding: 12px 15px 12px 42px;
  color: #3d4e62;
  font-size: 16px;
  transition: all 0.25s ease;
}

.accordion .submenu a:hover,
.accordion .submenu li.current a {
  background: var(--blue-deep);
  color: #fff;
}

body[data-lang="en"] .accordion .link,
body[data-lang="en"] .accordion .submenu a {
  font-size: 14px;
  line-height: 1.45;
}

.left-side-card {
  margin-top: 20px;
  border: 1px solid #dfe8f1;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 49, 94, 0.05);
}

.left-side-card h3 {
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid #e9e9e9;
  color: #000;
  font-weight: 400;
}

.side-feature-card {
  display: none;
  padding: 0 16px 18px;
  border-top: 3px solid #0a5297;
}

body[data-page="detail"] .side-feature-card,
body[data-page="section"] .side-feature-card {
  display: none;
}

.side-feature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
}

.side-feature-head h3 {
  padding: 0;
  border: 0;
  font-size: 18px;
}

.side-feature-head span {
  padding-right: 10px;
  font-size: 24px;
  color: #000;
  line-height: 1;
}

.side-feature-card img {
  display: none;
}

.contact-card h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  height: 72px;
  line-height: 72px;
  background: linear-gradient(135deg, #48a1ea 0%, #74c8fb 100%);
  border-bottom: 0;
}

body[data-lang="en"] .contact-card h3 {
  font-size: 18px;
}

.side-feature-content {
  padding: 2px 0 0;
  color: #4a5d74;
  font-size: 14px;
  line-height: 1.9;
}

.contact-card {
  width: 236px;
  padding: 0 0 18px;
  border-radius: 16px;
  overflow: hidden;
}

.contact-card p {
  margin: 0 12px;
  font-size: 13px;
  line-height: 22px;
  color: #777;
}

.contact-card p:first-of-type {
  margin-top: 20px;
}

.inside-right-head {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 18px;
  min-height: 72px;
  padding: 8px 0 18px;
  border-bottom: 1px solid #d6e4ef;
}

.inside-head-copy {
  flex: 1 1 560px;
  min-width: 0;
}

.inside-right-head h1 {
  margin: 0;
  padding-left: 0;
  background: none;
  color: var(--ink);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

body[data-lang="en"] .inside-right-head {
  align-items: flex-start;
  gap: 16px;
  height: auto;
  min-height: 48px;
  padding-top: 10px;
}

body[data-lang="en"] .inside-right-head h1 {
  line-height: 1.3;
  padding-top: 2px;
}

.inside-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 0 1 360px;
  max-width: 100%;
  min-height: 34px;
  padding: 10px 14px;
  border-radius: 18px;
  background: #f3f8fc;
  border: 1px solid #d7e5f0;
  color: #73859a;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}

body[data-lang="en"] .inside-breadcrumb {
  flex: 1 1 100%;
  max-width: none;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 1.75;
  text-align: left;
}

body[data-lang="en"] .panel-heading h2,
body[data-lang="en"] .intro-panel h2 {
  font-size: 20px;
}

.inside-breadcrumb a {
  color: #6d7f93;
}

.breadcrumb-separator {
  margin: 0 6px;
  color: #9aabbb;
}

.right-panel {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #d9e4ee;
  border-radius: var(--radius-card);
  box-shadow: 0 14px 34px rgba(12, 40, 69, 0.06);
}

.intro-panel {
  margin-top: 24px;
  padding: 28px 30px;
}

.panel-heading {
  justify-content: space-between;
  padding: 24px 30px 16px;
  border-bottom: 1px solid #e4ebf2;
}

.panel-heading h2,
.intro-panel h2 {
  margin: 0;
  padding-left: 0;
  background: none;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
}

.intro-text,
.detail-summary,
.detail-body p {
  line-height: 1.9;
}

.intro-text {
  padding-top: 16px;
  font-size: 15px;
  color: #526377;
  line-height: 1.9;
}

.summary-panel {
  padding: 0 0 24px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 30px 0;
}

.summary-card {
  min-height: 204px;
  padding: 24px 22px 22px;
  border: 1px solid #d9e7f2;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9fe 100%);
  border-radius: 14px;
}

.summary-card-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(28, 124, 223, 0.1);
  color: var(--blue-deep);
  font-size: 12px;
  letter-spacing: 0.2px;
}

.summary-card h3 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.summary-card p {
  margin: 12px 0 0;
  color: #526377;
  font-size: 14px;
  line-height: 1.9;
}

.journey-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 26px 0;
}

.journey-step {
  position: relative;
  min-height: 92px;
  padding: 18px 18px 18px 60px;
  border-radius: 8px;
  background: #0f315e;
  color: #fff;
}

.journey-step::before {
  content: attr(data-step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1c7cdf;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}

.journey-step strong {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.journey-step span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.75;
}

.feature-panel-body {
  display: block;
  padding: 20px 26px 26px;
}

.feature-text .focus-item {
  display: block;
  padding: 20px 22px;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f9ff 100%);
  border: 1px solid #d9e7f2;
  border-radius: 10px;
}

.feature-text .focus-date {
  color: var(--muted);
  font-size: 13px;
}

.feature-text .focus-item strong {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.feature-text .focus-item p {
  margin: 12px 0 0;
  line-height: 1.9;
}

body[data-page="section"][data-has-sub="true"] .feature-panel-body {
  display: block;
}

body[data-page="section"][data-has-sub="true"] .feature-text .focus-item strong {
  font-size: 18px;
}

body[data-page="section"][data-has-sub="true"] .feature-text .focus-item p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
}

body[data-lang="en"] .summary-grid,
body[data-lang="en"] .journey-strip {
  grid-template-columns: 1fr;
}

body[data-lang="en"] .summary-card {
  min-height: 0;
}

body[data-lang="en"] .summary-card h3 {
  font-size: 19px;
}

body[data-lang="en"] .summary-card p,
body[data-lang="en"] .journey-step span {
  font-size: 14px;
  line-height: 1.8;
}

body[data-lang="en"] .journey-step strong {
  font-size: 16px;
}

.simple-list .article-row,
.simple-list .related-article-item {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 12px;
  padding: 16px 26px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 2px solid #fff;
}

.article-row-time {
  border-left: 1px solid #e5e5e5;
  padding-left: 18px;
}

.simple-list .article-row strong,
.simple-list .related-article-item strong {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.simple-list .article-row:hover,
.simple-list .related-article-item:hover {
  background: #f2f6f9;
  border-left-color: #0054a3;
}

.simple-list .article-row p {
  margin: 6px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

body[data-page="section"][data-has-sub="true"] .simple-list .article-row {
  padding: 15px 10px;
}

body[data-page="section"][data-has-sub="true"] .simple-list .article-row strong {
  font-size: 16px;
  font-weight: 400;
}

body[data-page="section"][data-has-sub="true"] .simple-list .article-row p {
  display: none;
}

.article-row-time {
  padding-left: 18px;
  border-left: 1px solid #c7c7c7;
  text-align: center;
}

.article-row-time b {
  display: block;
  color: #ababab;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
}

.article-row-time span,
.simple-list .related-article-item span {
  color: #ababab;
  font-size: 13px;
  text-align: right;
}

.article-row-time span {
  display: block;
  margin-top: 3px;
  text-align: center;
}

.simple-list .article-row:hover .article-row-time b,
.simple-list .article-row:hover .article-row-time span {
  color: #0054a3;
}

.module-row {
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 18px;
  align-items: center;
  padding: 20px 18px;
  border: 1px solid #d9e7f2;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.module-row + .module-row {
  margin-top: 14px;
}

.module-row:hover {
  transform: translateY(-2px);
  border-color: #b9d4ea;
  box-shadow: 0 14px 28px rgba(15, 49, 94, 0.1);
}

.module-row-tag {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(28, 124, 223, 0.1);
  color: var(--blue-deep);
  font-size: 12px;
}

.module-row-main strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.module-row-main p {
  margin: 10px 0 0;
  color: #526377;
  font-size: 14px;
  line-height: 1.85;
}

.module-row-action {
  display: flex;
  justify-content: flex-end;
}

.module-row-action span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 38px;
  padding: 0 16px;
  border-radius: 19px;
  background: #0f315e;
  color: #fff;
  font-size: 13px;
}

.detail-meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 8px 0 14px;
  color: #8a8a8a;
  font-size: 13px;
}

.detail-summary {
  max-width: 760px;
  margin: 24px auto 0;
  padding: 16px 18px;
  background: #f5f9fd;
  border: 1px solid #d6e4ef;
  border-radius: 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.detail-body {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 15px;
}

.detail-article {
  padding: 40px 42px 42px;
}

.detail-article-title {
  max-width: 760px;
  margin: 0 auto 14px;
  color: var(--ink);
  text-align: center;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 600;
}

.detail-share {
  display: none;
}

.share-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.share-plus {
  background: #f7b733;
}

.share-weibo {
  background: #ef7f58;
}

.share-wechat {
  background: #65be59;
}

.detail-pager {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}

body[data-page="detail"] .detail-pager {
  display: none;
}

.detail-page-link {
  display: block;
  padding: 8px 0;
}

.detail-page-link span {
  display: inline-block;
  width: 72px;
  color: #999;
}

.detail-page-link strong {
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

.detail-body p {
  margin: 0 0 18px;
  color: #34465a;
  line-height: 2;
  text-align: left;
}

.site-footer {
  padding: 34px 0 30px;
  background: linear-gradient(180deg, #2d86d2 0%, #216faf 100%);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  gap: 10px 0;
}

.footer-nav li a {
  display: block;
  margin: 0 18px 0 0;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

body[data-lang="en"] .footer-nav li a {
  margin: 0 10px;
  font-size: 15px;
}

.footer-nav li:first-child a {
  margin-left: 0;
}

.footer-body {
  display: block;
  overflow: hidden;
}

.footer-branding {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 28px;
}

.footer-lockup {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 520px;
  min-width: 0;
}

.footer-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 72px;
  border-radius: 16px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
}

.footer-logo-text {
  min-width: 0;
}

.footer-logo-text strong,
.footer-logo-text span {
  display: block;
}

.footer-logo-text strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  word-break: break-word;
}

.footer-logo-text span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  white-space: normal;
  word-break: break-word;
}

.footer-copy {
  flex: 1 1 280px;
  margin-left: 0;
  padding-left: 0;
  min-width: 0;
  max-width: 460px;
}

.footer-copy p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

body[data-lang="en"] .footer-copy p {
  font-size: 14px;
  line-height: 1.75;
}

body[data-lang="en"] .footer-lockup {
  flex-basis: 520px;
}

body[data-lang="en"] .footer-logo-text strong {
  font-size: 18px;
  line-height: 1.45;
}

body[data-lang="en"] .footer-logo-text span {
  font-size: 10px;
  letter-spacing: 0.9px;
  line-height: 1.55;
}

.footer-qrs {
  display: flex;
  gap: 22px;
  flex: 0 0 250px;
  justify-content: flex-end;
  overflow: visible;
}

.footer-qrs img {
  width: 68px;
  flex: 0 0 68px;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

@media (max-width: 768px) {
  html,
  body {
    min-width: 0;
  }

  body {
    background: var(--surface-soft);
  }

  .container {
    width: auto;
    margin: 0;
    padding: 0 16px;
  }

  .topbar {
    font-size: 11px;
  }

  .topbar-inner {
    height: auto;
    padding: 6px 0;
    align-items: flex-start;
    gap: 8px;
  }

  .topbar-links {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .lang-toggle {
    padding-left: 10px;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
  }

  .nav-shell {
    min-width: 0;
    min-height: 54px;
    width: 100%;
    justify-content: space-between;
  }

  .nav-logo-link {
    flex: 0 0 auto;
    height: 54px;
    padding: 0 2px;
  }

  .nav-logo-image {
    max-width: 118px;
    max-height: 40px;
  }

  .main-nav {
    overflow: hidden;
  }

  .nav-inner {
    justify-content: flex-end;
    width: auto;
    min-width: 0;
    gap: 6px;
    padding-left: 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-inner::-webkit-scrollbar {
    display: none;
  }

  .nav-item {
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
    flex: 0 0 auto;
    border-left: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }

  body[data-lang="en"] .nav-item {
    padding: 0 13px;
    font-size: 13px;
  }

  .hero-content {
    display: none;
  }

  .hero-panel,
  .hero-summary {
    width: 100%;
  }

  .hero-panel {
    padding: 0 0 18px;
  }

  .hero-panel h1 {
    font-size: 28px;
    line-height: 1.35;
  }

  .hero-summary {
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-actions,
  .home-intro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-action {
    min-width: 0;
    width: 100%;
  }

  .hero-tags {
    gap: 6px;
  }

  .hero-tags span {
    height: auto;
    padding: 7px 10px;
    font-size: 12px;
  }

  .hero-arrow {
    display: none;
  }

  .hero-overview {
    margin-top: -26px;
  }

  .overview-grid,
  .service-direction-grid,
  .support-card-grid,
  .contact-entry-grid,
  .summary-grid,
  .journey-strip {
    grid-template-columns: 1fr;
  }

  .overview-grid {
    gap: 12px;
  }

  .overview-card {
    min-height: 0;
    padding: 16px 16px 15px;
    border-radius: 14px;
  }

  .overview-card h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.35;
  }

  .overview-card p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  .home-intro,
  .home-main-services,
  .home-support-sections,
  .home-contact-entries {
    padding: 44px 0;
  }

  .home-intro--hero-copy {
    margin-top: -36px;
  }

  .home-intro .home-section-head {
    padding: 24px 20px 22px;
    border-radius: 18px;
  }

  .home-section-head,
  .home-section-head.is-centered {
    margin-bottom: 24px;
  }

  .home-section-head--banded,
  .home-section-head--framed {
    padding: 18px 18px 20px;
    border-radius: 16px;
  }

  .home-section-head h2 {
    font-size: 26px;
  }

  .home-section-head p {
    font-size: 14px;
    line-height: 1.8;
    max-width: none;
  }

  .support-card,
  .contact-entry-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .support-card {
    padding-top: 68px;
  }

  .overview-grid {
    gap: 12px;
  }

  .overview-card {
    min-height: 0;
    padding: 16px 16px 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .overview-card h3 {
    margin-top: 2px;
    font-size: 17px;
    line-height: 1.35;
  }

  .overview-card p {
    display: none;
  }

  .service-direction-card {
    min-height: 0;
    padding: 136px 16px 18px;
  }

  .service-direction-card::before {
    height: 112px;
  }

  .service-direction-card ul {
    display: none;
  }

  .service-direction-card p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.65;
  }

  .service-direction-link {
    margin-top: 12px;
    font-size: 14px;
  }

  .service-direction-card h3,
  .support-card h3,
  .contact-entry-card strong {
    font-size: 20px;
  }

  .inside-banner-image {
    height: 240px;
  }

  .inside-main {
    padding: 22px 0 42px;
  }

  .inside-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .inside-left,
  .inside-right {
    min-width: 0;
  }

  .contact-card {
    width: 100%;
  }

  .inside-right-head {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .inside-right-head h1 {
    font-size: 28px;
  }

  .inside-breadcrumb {
    width: 100%;
    max-width: none;
    line-height: 1.6;
    word-break: break-word;
  }

  .intro-panel,
  .detail-article {
    padding: 20px 18px 22px;
  }

  .panel-heading {
    padding: 18px 18px 12px;
  }

  .summary-grid,
  .journey-strip {
    margin: 18px 18px 0;
  }

  .feature-panel-body {
    padding: 18px;
  }

  .module-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .module-row-action {
    justify-content: flex-start;
  }

  .module-row-main strong {
    font-size: 18px;
  }

  .detail-article-title {
    font-size: 22px;
  }

  .detail-meta {
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .detail-summary,
  .detail-body {
    max-width: none;
  }

  .experts-join-grid {
    grid-template-columns: 1fr;
  }

  .experts-join-note-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    padding: 22px 0 28px;
  }

  .footer-nav {
    width: auto;
    margin-bottom: 16px;
    gap: 8px 12px;
  }

  .footer-nav li a {
    margin: 0;
    font-size: 13px;
  }

  .footer-body,
  .footer-branding {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-branding,
  .footer-lockup,
  .footer-qrs {
    flex: none;
    width: 100%;
  }

  .footer-lockup {
    gap: 12px;
  }

  .footer-mark {
    width: 82px;
    height: 52px;
    padding: 0 6px;
    font-size: 8px;
    line-height: 1.2;
  }

  .footer-logo-text strong {
    font-size: 18px;
  }

  .footer-logo-text span {
    white-space: normal;
    font-size: 9px;
    line-height: 1.45;
  }

  .footer-copy {
    margin: 14px 0 0;
    max-width: none;
  }

  .footer-copy p {
    font-size: 12px;
    line-height: 1.8;
  }

  .footer-qrs {
    margin-top: 16px;
    gap: 14px;
    justify-content: flex-start;
  }

  .footer-qrs img {
    width: 54px;
    flex-basis: 54px;
  }
}
