:root {
  --orange: #f05a28;
  --orange-deep: #c83f19;
  --blue: #0968b9;
  --teal: #0f9d8d;
  --ink: #172232;
  --muted: #667085;
  --line: #e8edf2;
  --paper: #fffaf6;
  --surface: #ffffff;
  --shadow: 0 16px 40px rgba(23, 34, 50, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(232, 237, 242, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--orange), var(--blue) 58%, var(--teal));
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(9, 104, 185, 0.22);
}

.brand-logo {
  width: 54px;
  height: 54px;
  padding: 4px;
  overflow: hidden;
  color: transparent;
  background: #ffffff;
  border: 1px solid rgba(232, 237, 242, 0.95);
  box-shadow: 0 10px 22px rgba(23, 34, 50, 0.16);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 17px;
  line-height: 1.2;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 16px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--orange-deep);
  border-bottom-color: var(--orange);
  outline: 0;
}

.language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(23, 34, 50, 0.06);
}

.language-switcher button {
  min-width: 38px;
  min-height: 30px;
  padding: 0 10px;
  color: #344054;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button[aria-pressed="true"] {
  color: #fff;
  background: var(--orange);
  outline: 0;
}

body.rtl {
  direction: rtl;
}

body.rtl .hero-shade {
  background:
    linear-gradient(-90deg, rgba(8, 18, 31, 0.82) 0%, rgba(8, 18, 31, 0.6) 42%, rgba(8, 18, 31, 0.16) 100%),
    linear-gradient(0deg, rgba(8, 18, 31, 0.58) 0%, rgba(8, 18, 31, 0.02) 55%);
}

body.rtl .recognition-card {
  border-left: 1px solid var(--line);
  border-right: 4px solid var(--orange);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #18202c;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 18, 31, 0.82) 0%, rgba(8, 18, 31, 0.6) 42%, rgba(8, 18, 31, 0.16) 100%),
    linear-gradient(0deg, rgba(8, 18, 31, 0.58) 0%, rgba(8, 18, 31, 0.02) 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 142px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-en {
  margin: 18px 0 0;
  max-width: 680px;
  color: #d8e8f8;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.hero-copy {
  margin: 20px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.button-primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(240, 90, 40, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--orange-deep);
  outline: 0;
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
  outline: 0;
}

.stat-strip {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: min(1120px, calc(100% - 40px));
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px 8px 0 0;
  box-shadow: var(--shadow);
}

.stat {
  min-height: 116px;
  padding: 20px 16px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--orange);
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.stat span {
  display: block;
  margin-top: 9px;
  color: #2f3a48;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.stat small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head h2,
.system-copy h2,
.join-section h2,
.gallery-head h2,
.recognition-section h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: 0;
}

.section-head p,
.system-copy p,
.join-section p {
  margin: 16px 0 0;
  color: #4a5565;
  font-size: 17px;
  line-height: 1.8;
}

.position-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.position-grid article,
.timeline article,
.field-card,
.partner-grid article,
.honor-levels article,
.honor-rules,
.recognition-card,
.proof-media,
.coverage-panel,
.coverage-list article,
.gallery-card,
.social-panel,
.social-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.position-grid article {
  min-height: 240px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(23, 34, 50, 0.06);
}

.position-grid span {
  display: block;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}

.position-grid h3 {
  margin: 18px 0 0;
  font-size: 21px;
  line-height: 1.35;
}

.position-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.history-section {
  padding-bottom: 92px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--blue), var(--teal));
}

.timeline article {
  position: relative;
  min-height: 280px;
  padding: 72px 22px 24px;
  box-shadow: 0 10px 26px rgba(23, 34, 50, 0.06);
}

.timeline time {
  position: absolute;
  top: 16px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 38px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(240, 90, 40, 0.18);
}

.timeline h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.timeline p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.system-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 50px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 92px clamp(20px, 5vw, 80px);
  background: var(--paper);
}

.system-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.system-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.need-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.need-list span,
.network-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #f2d2c3;
  border-radius: 999px;
  color: #8a3219;
  background: #fff6f0;
  font-size: 14px;
  font-weight: 800;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.field-card {
  overflow: hidden;
  min-height: 308px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.field-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.field-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.field-card .field-body {
  padding: 16px;
}

.field-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.field-card small {
  display: block;
  min-height: 34px;
  margin-top: 5px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  text-transform: uppercase;
}

.field-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.network-section {
  width: 100%;
  max-width: none;
  padding: 84px clamp(20px, 5vw, 80px);
  background: #f5f8fb;
}

.network-section .section-head {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.network-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.network-list span {
  color: #0c4d83;
  border-color: #cfe3f5;
  background: #eef7ff;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(1120px, 100%);
  margin: 28px auto 0;
}

.partner-grid article {
  min-height: 210px;
  padding: 22px;
  border-color: #d8e8f8;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.partner-grid strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.partner-grid small {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-grid p {
  margin: 16px 0 0;
  color: #4a5565;
  font-size: 15px;
  line-height: 1.75;
}

.honors-section {
  padding-top: 86px;
}

.honor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.honor-levels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.honor-levels article {
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.08), rgba(9, 104, 185, 0.06)),
    #fff;
}

.honor-levels span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.honor-levels h3 {
  margin: 20px 0 0;
  font-size: 22px;
  line-height: 1.35;
}

.honor-levels p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.honor-rules {
  padding: 26px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background: #162436;
  box-shadow: var(--shadow);
}

.honor-rules h3 {
  margin: 0;
  font-size: 22px;
}

.honor-rules ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.honor-rules li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.6;
}

.honor-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
}

.honor-archive-card {
  display: block;
  margin-top: 22px;
  padding: 18px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid rgba(240, 90, 40, 0.28);
  border-radius: 8px;
  background: #fff7f2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.honor-archive-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.honor-archive-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.honor-archive-card .honor-archive-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 8px 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.honor-archive-card:hover,
.honor-archive-card:focus-visible {
  border-color: rgba(240, 90, 40, 0.7);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  outline: 0;
  transform: translateY(-2px);
}

.recognition-section {
  padding-top: 86px;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.recognition-card {
  min-height: 280px;
  padding: 24px;
  border-left: 4px solid var(--orange);
  box-shadow: 0 10px 26px rgba(23, 34, 50, 0.06);
}

.recognition-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.recognition-card h3 {
  margin: 22px 0 0;
  font-size: 21px;
  line-height: 1.35;
}

.recognition-card small {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.recognition-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--orange-deep);
  font-size: 14px;
  font-weight: 900;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--blue);
  outline: 0;
}

.recognition-proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 24px;
}

.proof-media {
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 34, 50, 0.08);
}

.proof-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: contain;
  background: #fffaf7;
}

.proof-media figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.coverage-panel {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(9, 104, 185, 0.06), rgba(240, 90, 40, 0.07)),
    #fff;
}

.coverage-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.coverage-list article {
  min-height: 132px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.coverage-list strong {
  display: block;
  color: var(--orange-deep);
  font-size: 16px;
  line-height: 1.35;
}

.coverage-list span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.recognition-archive-button {
  margin-top: 18px;
}

.recognition-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gallery-section {
  padding-bottom: 96px;
}

.gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: end;
  margin-bottom: 26px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-bar button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #344054;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.filter-bar button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  overflow: hidden;
  min-height: 300px;
  background: #fff;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  background: #e9eef5;
}

.gallery-card figcaption {
  padding: 14px 15px 16px;
}

.gallery-card strong {
  display: block;
  color: var(--orange-deep);
  font-size: 13px;
  line-height: 1.4;
}

.gallery-card span {
  display: block;
  margin-top: 7px;
  color: #344054;
  font-size: 14px;
  line-height: 1.55;
}

.join-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 44px;
  align-items: start;
  width: 100%;
  max-width: none;
  padding: 86px clamp(20px, 5vw, 80px);
  color: #fff;
  background: #162436;
}

.join-section > div:first-child {
  width: min(720px, 100%);
}

.join-section p {
  color: rgba(255, 255, 255, 0.82);
}

.application-card {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.application-card .application-kicker {
  margin: 0;
  color: #ffb08d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.application-card h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.25;
}

.application-card p:not(.application-kicker) {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.75;
}

.application-button {
  margin-top: 18px;
  min-width: 210px;
}

.application-card small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.social-panel {
  padding: 28px;
  color: var(--ink);
  background: #fff;
}

.social-panel-head {
  margin-bottom: 20px;
}

.social-panel-head .eyebrow {
  margin-bottom: 7px;
  color: var(--orange);
}

.social-panel-head h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.social-panel-head span {
  display: block;
  margin-top: 8px;
  color: #475467;
  font-size: 15px;
  line-height: 1.55;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 16px;
}

.social-card {
  display: flex;
  flex-direction: column;
  min-height: 278px;
  padding: 14px;
  background: #f8fbff;
}

.social-qr-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 14px;
  background: #fff;
  border: 1px solid #d8e8f8;
  border-radius: 6px;
  overflow: hidden;
}

.social-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.social-card-text {
  margin-top: 12px;
}

.social-card-title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.social-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(23, 34, 50, 0.12);
}

.social-platform-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-card-account {
  display: block;
  margin-top: 7px;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.social-card a {
  color: var(--blue);
  font-weight: 900;
}

.social-card-email img {
  max-width: 92%;
  max-height: 92%;
}

.archive-page {
  background: #f7f9fc;
}

.archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.28fr);
  gap: 32px;
  align-items: end;
  padding: 86px clamp(20px, 5vw, 80px) 42px;
  color: #fff;
  background: #162436;
}

.archive-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
}

.archive-hero p:not(.eyebrow) {
  max-width: 920px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
}

.archive-stat-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.archive-stat-panel span,
.archive-stat-panel small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
}

.archive-stat-panel strong {
  display: block;
  margin: 8px 0;
  color: var(--orange);
  font-size: 58px;
  line-height: 1;
}

.archive-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 18px;
  align-items: end;
  padding: 26px clamp(20px, 5vw, 80px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.archive-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.archive-filter-bar button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #344054;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.archive-filter-bar button span {
  color: var(--orange);
  font-weight: 900;
}

.archive-filter-bar button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
}

.archive-filter-bar button[aria-pressed="true"] span {
  color: #fff;
}

.archive-search {
  display: block;
}

.archive-search span {
  display: block;
  margin-bottom: 7px;
  color: #475467;
  font-size: 13px;
  font-weight: 900;
}

.archive-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}

.archive-summary-grid,
.archive-grid {
  display: grid;
  padding-inline: clamp(20px, 5vw, 80px);
}

.archive-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-top: 32px;
}

.archive-summary-grid article,
.archive-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.archive-summary-grid article {
  min-height: 170px;
  padding: 20px;
}

.archive-summary-grid strong {
  display: block;
  color: var(--orange);
  font-size: 38px;
  line-height: 1;
}

.archive-summary-grid h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
}

.archive-summary-grid span {
  display: block;
  margin-top: 5px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.archive-summary-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.archive-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 26px;
  padding-bottom: 80px;
}

.archive-card {
  overflow: hidden;
}

.archive-thumb {
  position: relative;
  display: block;
  background: #edf2f7;
}

.archive-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
}

.archive-thumb span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(22, 36, 54, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.archive-card-body {
  padding: 18px;
}

.archive-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.archive-card h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
}

.archive-card p {
  display: -webkit-box;
  min-height: 72px;
  margin: 12px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.archive-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.archive-card-actions a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.archive-card-actions small {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}

.archive-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 36px;
  color: var(--muted);
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.detail-page {
  background: #fff;
}

.detail-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #152235;
}

.detail-hero-bg,
.detail-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.detail-hero-bg {
  object-fit: cover;
}

.detail-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 18, 31, 0.84) 0%, rgba(8, 18, 31, 0.64) 42%, rgba(8, 18, 31, 0.22) 100%),
    linear-gradient(0deg, rgba(8, 18, 31, 0.76) 0%, rgba(8, 18, 31, 0.06) 62%);
}

.detail-hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 72px;
}

.detail-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: 54px;
  line-height: 1.08;
}

.detail-hero-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: #e5edf7;
  font-size: 21px;
  line-height: 1.65;
}

.detail-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.detail-stat-row span {
  padding: 9px 13px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 900;
}

.detail-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
}

.detail-section + .detail-section {
  padding-top: 0;
}

.detail-section-head {
  margin-bottom: 24px;
}

.detail-section-head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
}

.detail-section-head p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.detail-card-grid,
.detail-photo-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.detail-card,
.video-guide-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 34, 50, 0.06);
}

.detail-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.detail-card h2,
.video-guide-card h2 {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.35;
}

.detail-card p,
.video-guide-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.detail-photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 34, 50, 0.06);
}

.detail-photo-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.detail-photo-body {
  padding: 18px;
}

.detail-photo-body h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}

.detail-photo-body small {
  display: block;
  margin-top: 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-photo-body p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.report-list,
.leadership-list {
  display: grid;
  gap: 14px;
  margin-bottom: 42px;
}

.report-item,
.leadership-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 34, 50, 0.06);
}

.report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.report-meta span,
.leadership-type {
  display: inline-flex;
  padding: 5px 9px;
  color: #0c4d83;
  border: 1px solid #cfe3f5;
  border-radius: 999px;
  background: #eef7ff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.report-item h2,
.leadership-item h2 {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 1.35;
}

.report-item p,
.leadership-item p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.report-people {
  color: #344054;
  font-weight: 800;
}

.leadership-item small {
  display: block;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 900;
}

.report-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--orange-deep);
  font-weight: 900;
}

.report-source-note {
  display: block;
  margin-top: 12px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.detail-gallery-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.detail-gallery-card img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
}

.detail-gallery-card figcaption {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.detail-gallery-card strong {
  color: var(--blue);
  font-size: 14px;
}

.detail-gallery-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.page-actions,
.video-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.video-guide {
  align-items: stretch;
}

.video-guide-card {
  flex: 1 1 280px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 80px);
  color: #667085;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1080px) {
  .field-grid,
  .gallery-grid,
  .detail-card-grid,
  .detail-photo-card-grid,
  .detail-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recognition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .position-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline::before {
    display: none;
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .honor-layout {
    grid-template-columns: 1fr;
  }

  .stat-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .archive-summary-grid,
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat {
    min-height: 96px;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-links a {
    flex: 0 0 auto;
    font-size: 14px;
  }

  .language-switcher {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .language-switcher button {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 790px;
  }

  .hero-content {
    width: min(100% - 32px, 720px);
    margin-bottom: 246px;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-en {
    font-size: 20px;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.75;
  }

  .stat-strip {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0;
  }

  .stat strong {
    font-size: 25px;
  }

  .section {
    width: min(100% - 32px, 720px);
    padding: 62px 0;
  }

  .section-head h2,
  .system-copy h2,
  .join-section h2,
  .gallery-head h2,
  .recognition-section h2,
  .detail-hero h1 {
    font-size: 30px;
  }

  .detail-hero {
    min-height: 360px;
  }

  .detail-hero-content {
    padding: 72px 0 54px;
  }

  .detail-hero-copy {
    font-size: 18px;
  }

  .system-section,
  .join-section {
    grid-template-columns: 1fr;
    padding: 62px 20px;
  }

  .system-media img {
    height: 360px;
  }

  .field-grid,
  .gallery-grid,
  .detail-card-grid,
  .detail-photo-card-grid,
  .detail-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recognition-proof {
    grid-template-columns: 1fr;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .archive-hero,
  .archive-controls {
    grid-template-columns: 1fr;
  }

  .gallery-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-bar {
    justify-content: flex-start;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand strong {
    white-space: normal;
  }

  .brand small {
    white-space: normal;
  }

  .hero {
    min-height: 920px;
  }

  .hero-content {
    margin-bottom: 352px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-en {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .stat-strip {
    grid-template-columns: 1fr 1fr;
  }

  .social-grid {
    grid-template-columns: 1fr;
  }

  .archive-summary-grid,
  .archive-grid {
    grid-template-columns: 1fr;
  }

  .archive-card-actions {
    flex-wrap: wrap;
  }

  .archive-card-actions small {
    width: 100%;
    margin-left: 0;
  }

  .position-grid,
  .timeline,
  .partner-grid,
  .honor-levels,
  .recognition-grid,
  .coverage-list,
  .field-grid,
  .gallery-grid,
  .detail-card-grid,
  .detail-photo-card-grid,
  .detail-gallery-grid {
    grid-template-columns: 1fr;
  }

  .field-card,
  .recognition-card,
  .gallery-card {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 10px 16px;
    align-items: center;
    padding: 10px clamp(14px, 3vw, 28px);
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .nav-links {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 6px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar,
  .language-switcher::-webkit-scrollbar,
  .archive-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(232, 237, 242, 0.95);
    border-radius: 999px;
    background: #fff;
    white-space: nowrap;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible,
  .nav-links a[aria-current="page"] {
    color: #fff;
    border-color: var(--orange);
    background: var(--orange);
  }

  .language-switcher {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
    max-width: min(100%, 360px);
    overflow-x: auto;
  }

  .hero {
    min-height: 690px;
  }

  .hero-content {
    width: min(100% - 32px, 900px);
    margin-bottom: 236px;
  }

  .stat-strip {
    width: min(100% - 32px, 900px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .section {
    width: min(100% - 36px, 900px);
  }

  .hero h1 {
    font-size: clamp(46px, 6vw, 58px);
  }

  .hero-copy {
    max-width: 720px;
  }

  .gallery-grid,
  .detail-card-grid,
  .detail-photo-card-grid,
  .detail-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 9px 12px;
  }

  .brand {
    width: 100%;
    gap: 10px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    padding: 3px;
  }

  .brand strong {
    font-size: 16px;
    white-space: normal;
  }

  .brand small {
    font-size: 11px;
    white-space: normal;
  }

  .language-switcher {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    padding: 0;
  }

  .language-switcher button {
    min-width: 42px;
    min-height: 36px;
    padding: 0 10px;
  }

  .nav-links {
    margin-inline: -12px;
    padding: 3px 12px 8px;
    scroll-snap-type: x proximity;
  }

  .nav-links a {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 13px;
    scroll-snap-align: start;
  }

  .hero {
    display: block;
    min-height: 0;
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 18, 31, 0.9) 0%, rgba(8, 18, 31, 0.62) 58%, rgba(8, 18, 31, 0.9) 100%),
      linear-gradient(90deg, rgba(8, 18, 31, 0.68) 0%, rgba(8, 18, 31, 0.18) 100%);
  }

  .hero-content {
    width: calc(100vw - 28px);
    max-width: 560px;
    min-height: 520px;
    margin: 0 auto;
    padding: 70px 0 30px;
  }

  .hero h1 {
    max-width: min(100%, 8em);
    font-size: clamp(34px, 9vw, 46px);
  }

  .hero-en {
    width: min(100%, 320px);
    max-width: 100%;
    font-size: clamp(16px, 4.5vw, 18px);
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    max-width: none;
    font-size: 15px;
    line-height: 1.75;
    overflow-wrap: break-word;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-actions .button {
    width: 100%;
    flex: 0 0 auto;
  }

  .stat-strip {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0;
    box-shadow: none;
  }

  .stat {
    min-height: 82px;
    padding: 14px 12px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .stat strong {
    font-size: 24px;
  }

  .stat span {
    margin-top: 7px;
    font-size: 12px;
  }

  .section {
    width: calc(100vw - 28px);
    max-width: 560px;
    padding: 48px 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .section-head h2,
  .system-copy h2,
  .join-section h2,
  .gallery-head h2,
  .recognition-section h2,
  .detail-hero h1,
  .archive-hero h1 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .system-section,
  .join-section {
    width: calc(100vw - 28px);
    max-width: 560px;
    padding: 44px 14px;
  }

  .system-media img {
    height: 260px;
  }

  .field-card img,
  .gallery-card img,
  .detail-photo-card img,
  .detail-gallery-card img,
  .archive-thumb img {
    min-height: 0;
  }

  .gallery-card img,
  .detail-gallery-card img {
    height: 230px;
  }

  .detail-hero {
    min-height: 0;
  }

  .detail-hero-content {
    width: calc(100vw - 28px);
    max-width: 560px;
    padding: 62px 0 42px;
  }

  .detail-hero-copy,
  .archive-hero p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.75;
  }

  .detail-section {
    width: calc(100vw - 28px);
    max-width: 560px;
  }

  .archive-hero {
    padding: 56px 16px 32px;
  }

  .archive-controls {
    padding: 18px 14px;
  }

  .archive-filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .archive-filter-bar button {
    flex: 0 0 auto;
  }

  .archive-summary-grid,
  .archive-grid {
    padding-inline: 14px;
  }
}

@media (max-width: 420px) {
  .hero-content {
    min-height: 560px;
    padding-top: 58px;
  }

  .hero-actions .button {
    width: 100%;
    flex: 0 0 auto;
  }

  .stat-strip {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
  }
}


/* 2026 SEO/GEO static-page optimization */
.compact-hero {
  min-height: 680px;
}

.compact-hero .hero-content {
  max-width: 780px;
}

.compact-hero .hero-actions {
  max-width: 760px;
}

.quick-services .detail-card,
.case-section article,
.answer-library .faq-item,
.service-meta,
.official-links,
.contact-matrix .detail-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(8, 18, 31, 0.06);
}

.static-stat-strip {
  position: static;
  width: 100%;
  transform: none;
  margin-top: 18px;
}

.service-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  padding: 0;
}

.service-meta div {
  padding: 18px;
  background: #fff;
}

.service-meta strong,
.service-meta span {
  display: block;
}

.service-meta strong {
  color: var(--ink);
  margin-bottom: 6px;
}

.service-meta span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8, 18, 31, 0.08);
}

.contact-form-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.32), rgba(9, 104, 185, 0.24)),
    #162436;
}

.contact-form-copy .eyebrow {
  color: #ffb08d;
}

.contact-form-copy h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
}

.contact-form-copy p:not(.eyebrow) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.75;
}

.contact-form-recipient {
  display: grid;
  gap: 7px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-form-recipient strong {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form-recipient a {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: #fff;
}

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

.contact-field {
  display: grid;
  gap: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.contact-field-wide {
  grid-column: 1 / -1;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  border: 1px solid #d6dde8;
  border-radius: 8px;
  background: #fbfdff;
  font: inherit;
  font-weight: 600;
  line-height: 1.45;
}

.contact-field textarea {
  min-height: 142px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(9, 104, 185, 0.12);
  outline: 0;
}

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

.contact-form-actions .button {
  min-height: 50px;
  cursor: pointer;
}

.contact-form-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.answer-library {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 8px;
  padding: 22px;
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.official-links {
  display: grid;
  gap: 12px;
}

.official-links a {
  color: var(--blue);
  font-weight: 800;
}

.home-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-case-grid article {
  border-radius: 8px;
  overflow: hidden;
}

.home-case-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.home-case-grid h3,
.home-case-grid p {
  margin-left: 18px;
  margin-right: 18px;
}

.home-case-grid h3 {
  margin-top: 18px;
}

.home-case-grid p {
  margin-bottom: 22px;
  color: var(--muted);
  line-height: 1.7;
}

.home-cta {
  align-items: center;
}

@media (max-width: 760px) {
  .compact-hero {
    min-height: 0;
  }

  .compact-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-meta,
  .home-case-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-layout,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-copy,
  .contact-form {
    padding: 22px;
  }
}


/* 2026 Figma redesign pass */
body {
  background: #f7fafc;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(260px, auto) minmax(0, 1fr) auto;
  gap: 22px;
  min-height: 84px;
  padding: 14px clamp(24px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #e3e8ef;
  box-shadow: 0 8px 24px rgba(23, 34, 50, 0.04);
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.brand-logo {
  padding: 5px;
  border-color: #dde5ef;
  box-shadow: 0 8px 20px rgba(23, 34, 50, 0.12);
}

.brand strong {
  font-size: 18px;
}

.brand small {
  color: #667085;
  font-weight: 700;
}

.nav-links {
  gap: 20px;
  font-size: 14px;
}

.nav-links a {
  position: relative;
  padding: 12px 0;
  border-bottom: 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.language-switcher {
  border-color: #dbe4ef;
  box-shadow: 0 8px 20px rgba(23, 34, 50, 0.06);
}

.language-switcher button {
  min-width: 36px;
  min-height: 30px;
  color: #344054;
}

.compact-hero {
  min-height: 610px;
  align-items: center;
  padding: 70px 0;
  background: #11243c;
}

.compact-hero .hero-bg {
  object-position: center;
}

.compact-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 18, 31, 0.28), rgba(8, 18, 31, 0.38)),
    linear-gradient(0deg, rgba(8, 18, 31, 0.26), rgba(8, 18, 31, 0.04));
}

.compact-hero .hero-content {
  width: min(646px, calc(100% - 40px));
  margin: 0 auto 0 max(20px, calc((100vw - 1216px) / 2));
  padding: 42px;
  color: #101828;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(227, 232, 239, 0.92);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(8, 18, 31, 0.22);
}

body.rtl .compact-hero .hero-content {
  margin-right: max(20px, calc((100vw - 1216px) / 2));
  margin-left: auto;
}

.compact-hero .eyebrow {
  color: var(--orange);
}

.compact-hero h1 {
  max-width: 560px;
  color: #101828;
  font-size: 56px;
  line-height: 1.12;
}

.compact-hero .hero-en {
  max-width: 540px;
  color: #0b5f9d;
  font-size: 22px;
  line-height: 1.45;
}

.compact-hero .hero-copy {
  max-width: 540px;
  color: #475467;
  font-size: 17px;
  line-height: 1.8;
}

.compact-hero .button {
  min-height: 48px;
  padding: 0 20px;
}

.compact-hero .button-ghost {
  color: #172232;
  border-color: #cbd5e1;
  background: #fff;
}

.compact-hero .button-ghost:hover,
.compact-hero .button-ghost:focus-visible {
  color: var(--orange-deep);
  border-color: var(--orange);
  background: #fff7f2;
}

.section,
.detail-section {
  width: min(1216px, calc(100% - 40px));
}

.section {
  padding: 76px 0;
}

.section-head,
.detail-section-head {
  max-width: 820px;
}

.section-head h2,
.detail-section-head h2,
.join-section h2 {
  color: #101828;
  font-size: 38px;
  line-height: 1.18;
}

.section-head p,
.detail-section-head p {
  color: #5b677a;
}

.stats-proof {
  position: relative;
  z-index: 3;
  margin-top: -54px;
  padding: 0 0 62px;
}

.stats-proof .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 24px;
  align-items: end;
  max-width: none;
  margin-bottom: 20px;
  padding: 22px 24px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(23, 34, 50, 0.08);
}

.stats-proof .section-head .eyebrow {
  margin-bottom: 8px;
}

.stats-proof .section-head h2 {
  font-size: 28px;
}

.stats-proof .section-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.static-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.static-stat-strip .stat {
  min-height: 116px;
  padding: 24px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 34, 50, 0.07);
}

.static-stat-strip .stat strong {
  color: var(--orange);
  font-size: 38px;
  line-height: 1;
}

.static-stat-strip .stat span {
  margin-top: 10px;
  color: #475467;
  font-size: 14px;
}

.quick-services {
  padding-top: 24px;
}

.quick-services .detail-card-grid {
  gap: 18px;
}

.quick-services .detail-card {
  position: relative;
  min-height: 196px;
  padding: 26px 24px 24px;
  border-color: #e3e8ef;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 34, 50, 0.06);
}

.quick-services .detail-card-index {
  width: 46px;
  height: 6px;
  color: transparent;
  background: var(--orange);
  border-radius: 999px;
}

.quick-services .detail-card:nth-child(2) .detail-card-index {
  background: var(--blue);
}

.quick-services .detail-card:nth-child(3) .detail-card-index {
  background: var(--teal);
}

.quick-services .detail-card:nth-child(4) .detail-card-index {
  background: #f2a900;
}

.quick-services .detail-card h2 {
  margin-top: 22px;
  font-size: 24px;
}

.quick-services .detail-card p {
  color: #5b677a;
}

.case-section {
  width: 100%;
  max-width: none;
  padding: 76px 0 84px;
  background: #fff;
}

.case-section .section-head,
.case-section .home-case-grid {
  width: min(1216px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.home-case-grid {
  gap: 22px;
}

.home-case-grid article {
  border: 1px solid #e3e8ef;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 34, 50, 0.06);
}

.home-case-grid img {
  height: 248px;
}

.home-case-grid h3 {
  margin-top: 20px;
  color: #101828;
  font-size: 21px;
  line-height: 1.35;
}

.home-case-grid p {
  color: #5b677a;
}

.home-growth-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 34px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(9, 104, 185, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(9, 104, 185, 0.08), rgba(240, 90, 40, 0.08)),
    #fff;
  box-shadow: 0 18px 46px rgba(23, 34, 50, 0.08);
}

.home-growth-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: 0;
}

.home-growth-copy p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #4a5565;
  font-size: 17px;
  line-height: 1.82;
}

.growth-mini-levels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.growth-mini-levels span {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 76px;
  padding: 12px 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  border: 1px solid rgba(9, 104, 185, 0.15);
  border-radius: 8px;
  background: #fff;
}

.growth-mini-levels b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
}

.home-growth-photos {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 180px 180px;
  gap: 12px;
}

.home-growth-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 34, 50, 0.12);
}

.home-growth-photos img:first-child {
  grid-row: span 2;
}

.home-growth-preview .button-ghost,
.coverage-panel .button-ghost {
  color: var(--blue);
  border-color: #cfd9e6;
  background: #fff;
}

.home-growth-preview .button-ghost:hover,
.home-growth-preview .button-ghost:focus-visible,
.coverage-panel .button-ghost:hover,
.coverage-panel .button-ghost:focus-visible {
  color: var(--orange-deep);
  border-color: rgba(240, 90, 40, 0.42);
  background: #fff7f2;
}

.story-photo-section {
  padding-top: 56px;
}

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

.story-photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 34, 50, 0.08);
}

.story-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.34;
  object-fit: cover;
  background: #eef3f8;
}

.story-photo-card div {
  padding: 20px;
}

.story-photo-card span {
  display: block;
  color: var(--orange-deep);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  text-transform: uppercase;
}

.story-photo-card h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.34;
  letter-spacing: 0;
}

.story-photo-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.story-photo-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
}

.story-photo-featured img {
  height: 100%;
  min-height: 360px;
  aspect-ratio: auto;
}

.story-photo-featured div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.volunteer-profile-section {
  padding-top: 64px;
}

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

.volunteer-profile-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 34, 50, 0.08);
}

.volunteer-profile-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  object-position: center;
  background: #eef3f8;
}

.profile-card-adam {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  background: linear-gradient(135deg, #ffffff 0%, #f4fbff 100%);
}

.profile-card-adam img {
  height: 100%;
  min-height: 430px;
  aspect-ratio: auto;
  object-position: center 46%;
}

.profile-card-adam .volunteer-profile-content {
  padding: 28px;
}

.profile-card-adam h3 {
  font-size: 30px;
}

.profile-english {
  color: #38516f;
  font-weight: 800;
}

.profile-card-polina img {
  object-position: center 50%;
}

.profile-card-rachel img {
  object-position: center 34%;
}

.profile-card-adit img {
  object-position: center 24%;
}

.profile-card-yan img {
  object-position: center 40%;
}

.profile-card-lana img {
  object-position: center 46%;
}

.profile-card-nabina img {
  object-position: center 38%;
}

.volunteer-profile-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.profile-kicker {
  color: var(--orange-deep);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
}

.volunteer-profile-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.volunteer-profile-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.volunteer-profile-card .profile-photo-source {
  color: #7a8699;
  font-size: 12px;
  line-height: 1.55;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.profile-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #0b5f9d;
  border: 1px solid rgba(47, 158, 233, 0.28);
  border-radius: 999px;
  background: #eef7ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.profile-proof {
  color: #344054 !important;
  font-weight: 800;
}

.profile-source-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.join-section.home-cta {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: 28px;
  width: min(1216px, calc(100% - 40px));
  margin: 78px auto;
  padding: 34px 40px;
  border-radius: 8px;
  background: #172232;
  box-shadow: 0 18px 45px rgba(23, 34, 50, 0.18);
}

.join-section.home-cta .eyebrow {
  color: #ffb38c;
}

.join-section.home-cta h2 {
  color: #fff;
  font-size: 30px;
}

.join-section.home-cta p {
  margin-top: 10px;
  color: #d0d5dd;
  font-size: 15px;
}

.home-cta-actions {
  display: grid;
  gap: 16px;
  justify-items: end;
}

.join-section.home-cta .hero-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.home-apply-qr {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(100%, 500px);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.home-apply-qr img {
  display: block;
  width: 180px;
  height: 180px;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.home-apply-qr strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.home-apply-qr span {
  display: block;
  margin-top: 6px;
  color: #d0d5dd;
  font-size: 13px;
  line-height: 1.45;
}

.detail-page {
  background: #f7fafc;
}

.service-meta {
  margin-top: -42px;
  border-color: #e3e8ef;
  box-shadow: 0 14px 34px rgba(23, 34, 50, 0.08);
}

.contact-form-layout {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  border-color: #e3e8ef;
  box-shadow: 0 18px 45px rgba(23, 34, 50, 0.08);
}

.contact-form-copy {
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(232, 79, 36, 0.24), rgba(11, 117, 187, 0.18)),
    #172232;
}

.contact-form-copy h2 {
  font-size: 34px;
}

.contact-form-recipient {
  margin-top: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-form {
  padding: 36px;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  min-height: 52px;
  border-color: #d8e1eb;
  background: #f8fafc;
}

.contact-field textarea {
  min-height: 150px;
}

.contact-matrix {
  padding-top: 24px;
}

.contact-matrix .social-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.contact-matrix .social-card {
  min-height: 0;
  padding: 16px;
  border-color: #e3e8ef;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 34, 50, 0.06);
}

.contact-matrix .social-qr-box {
  padding: 16px;
  border-color: #d8e7f7;
  background: #f8fbff;
}

.contact-matrix .social-card-title {
  font-size: 16px;
}

.contact-matrix .social-card-account {
  font-size: 13px;
}

.answer-library {
  padding-top: 26px;
}

.answer-library .faq-item {
  border: 1px solid #e3e8ef;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 34, 50, 0.05);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .contact-matrix .social-grid,
  .detail-card-grid,
  .volunteer-profile-grid,
  .story-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-growth-preview {
    grid-template-columns: 1fr;
  }

  .story-photo-featured {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: flex;
    min-height: 0;
    gap: 12px;
    padding: 12px 16px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    white-space: normal;
    font-size: 15px;
  }

  .brand small {
    white-space: normal;
    font-size: 11px;
  }

  .compact-hero {
    display: block;
    min-height: 0;
    padding: 190px 0 28px;
  }

  .compact-hero .hero-bg {
    height: 260px;
  }

  .compact-hero .hero-shade {
    height: 260px;
    bottom: auto;
  }

  .compact-hero .hero-content,
  body.rtl .compact-hero .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 24px 22px;
  }

  .compact-hero h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .compact-hero .hero-en {
    font-size: 17px;
  }

  .compact-hero .hero-copy {
    font-size: 15px;
  }

  .compact-hero .hero-actions {
    grid-template-columns: 1fr;
  }

  .stats-proof {
    margin-top: 0;
    padding-top: 28px;
  }

  .stats-proof .section-head {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .static-stat-strip,
  .contact-matrix .social-grid,
  .detail-card-grid,
  .volunteer-profile-grid,
  .home-case-grid,
  .story-photo-grid {
    grid-template-columns: 1fr;
  }

  .profile-card-adam {
    grid-template-columns: 1fr;
  }

  .profile-card-adam img {
    min-height: 0;
    aspect-ratio: 1.05;
    object-position: center 42%;
  }

  .profile-card-adam .volunteer-profile-content {
    padding: 22px;
  }

  .profile-card-adam h3 {
    font-size: 25px;
  }

  .home-growth-preview {
    width: calc(100% - 32px);
    padding: 26px 22px;
  }

  .home-growth-copy h2 {
    font-size: 29px;
  }

  .growth-mini-levels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-growth-photos {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .home-growth-photos img {
    height: 220px;
  }

  .home-growth-photos img:first-child {
    grid-row: auto;
  }

  .story-photo-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .story-photo-featured img {
    min-height: 0;
    aspect-ratio: 1.34;
  }

  .static-stat-strip {
    gap: 12px;
  }

  .quick-services {
    padding-top: 48px;
  }

  .section-head h2,
  .detail-section-head h2 {
    font-size: 29px;
    line-height: 1.25;
  }

  .case-section {
    padding: 56px 0;
  }

  .home-case-grid img {
    height: 210px;
  }

  .join-section.home-cta {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    margin: 52px auto;
    padding: 26px 22px;
  }

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

  .home-cta-actions {
    justify-items: stretch;
  }

  .join-section.home-cta .hero-actions {
    justify-content: flex-start;
  }

  .home-apply-qr {
    grid-template-columns: 132px minmax(0, 1fr);
    width: 100%;
  }

  .home-apply-qr img {
    width: 132px;
    height: 132px;
  }

  .service-meta {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .contact-form-copy,
  .contact-form {
    padding: 24px 22px;
  }
}


/* Volunteer growth recognition system */
.growth-page {
  background: #f5f8fb;
}

.growth-hero .hero-content {
  max-width: 700px;
}

.growth-hero h1 {
  max-width: 620px;
}

.growth-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: stretch;
  margin-top: -34px;
  padding: 0 0 70px;
}

.growth-overview-copy,
.growth-dimension-grid,
.growth-level-card,
.growth-score-grid article,
.growth-badge-grid article,
.growth-incentive-list article {
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 34, 50, 0.06);
}

.growth-overview-copy {
  padding: 30px;
}

.growth-overview-copy h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.22;
}

.growth-overview-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: #5b677a;
  font-size: 16px;
  line-height: 1.8;
}

.growth-dimension-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  padding: 0;
}

.growth-dimension-grid article {
  display: grid;
  align-content: center;
  min-height: 168px;
  padding: 22px 16px;
  border-right: 1px solid #e3e8ef;
  background:
    linear-gradient(180deg, rgba(240, 90, 40, 0.06), rgba(255, 255, 255, 0));
}

.growth-dimension-grid article:nth-child(2) {
  background: linear-gradient(180deg, rgba(18, 105, 168, 0.08), rgba(255, 255, 255, 0));
}

.growth-dimension-grid article:nth-child(3) {
  background: linear-gradient(180deg, rgba(15, 157, 141, 0.08), rgba(255, 255, 255, 0));
}

.growth-dimension-grid article:nth-child(4) {
  background: linear-gradient(180deg, rgba(242, 169, 0, 0.1), rgba(255, 255, 255, 0));
}

.growth-dimension-grid article:last-child {
  border-right: 0;
}

.growth-dimension-grid strong {
  display: block;
  color: #101828;
  font-size: 19px;
  line-height: 1.3;
}

.growth-dimension-grid span {
  display: block;
  margin-top: 9px;
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
  text-transform: uppercase;
}

.growth-level-section,
.growth-score-section,
.growth-badge-section,
.growth-incentive-section,
.growth-official-copy {
  padding-top: 26px;
}

.growth-level-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.growth-level-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 352px;
  padding: 24px 20px;
  overflow: hidden;
}

.growth-level-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--orange);
}

.growth-level-card:nth-child(2)::before {
  background: var(--blue);
}

.growth-level-card:nth-child(3)::before {
  background: var(--teal);
}

.growth-level-card:nth-child(4)::before {
  background: #f2a900;
}

.growth-level-card:nth-child(5)::before {
  background: #172232;
}

.growth-level-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #fff;
  border-radius: 14px;
  background: #172232;
  font-size: 15px;
  font-weight: 900;
}

.growth-level-card h3 {
  margin: 20px 0 0;
  font-size: 23px;
  line-height: 1.28;
}

.growth-level-card small {
  display: block;
  min-height: 38px;
  margin-top: 7px;
  color: var(--blue);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 900;
}

.growth-level-card p {
  margin: 14px 0 22px;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.7;
}

.growth-level-card strong {
  display: block;
  margin-top: auto;
  color: #101828;
  font-size: 13px;
}

.growth-level-card > span:last-child {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
}

.growth-level-featured {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(240, 90, 40, 0.2), rgba(9, 104, 185, 0.12)),
    #172232;
}

.growth-level-featured h3,
.growth-level-featured strong {
  color: #fff;
}

.growth-level-featured small,
.growth-level-featured p,
.growth-level-featured > span:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.growth-score-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.growth-score-grid article {
  padding: 24px 20px 20px;
}

.growth-score-grid strong {
  display: block;
  color: var(--orange);
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.growth-score-grid h3 {
  margin: 16px 0 0;
  color: #101828;
  font-size: 21px;
  line-height: 1.3;
}

.growth-score-grid p {
  min-height: 76px;
  margin: 10px 0 18px;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.6;
}

.growth-score-grid article > span {
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f7;
}

.growth-score-grid article > span::before {
  content: "";
  display: block;
  width: calc(var(--score) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--blue), var(--teal));
}

.growth-badge-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.growth-badge-grid article {
  min-height: 178px;
  padding: 20px 16px;
}

.growth-badge-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 34, 50, 0.08);
}

.growth-badge-grid strong {
  display: block;
  margin-top: 16px;
  color: #101828;
  font-size: 17px;
  line-height: 1.35;
}

.growth-badge-grid small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.growth-incentive-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 30px;
}

.growth-incentive-copy {
  padding: 30px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.28), rgba(18, 105, 168, 0.18)),
    #172232;
}

.growth-incentive-copy .eyebrow {
  color: #ffb38c;
}

.growth-incentive-copy h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.22;
}

.growth-incentive-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
}

.growth-incentive-list {
  display: grid;
  gap: 14px;
}

.growth-incentive-list article {
  padding: 22px 24px;
}

.growth-incentive-list strong,
.growth-incentive-list span {
  display: block;
}

.growth-incentive-list strong {
  color: var(--orange);
  font-size: 18px;
}

.growth-incentive-list span {
  margin-top: 8px;
  color: #5b677a;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

.growth-official-copy {
  margin-bottom: 84px;
  padding: 36px;
  color: #fff;
  border-radius: 8px;
  background: #172232;
  box-shadow: 0 18px 45px rgba(23, 34, 50, 0.18);
}

.growth-official-copy .eyebrow {
  color: #ffb38c;
}

.growth-official-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.22;
}

.growth-official-copy p:not(.eyebrow) {
  max-width: 980px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.9;
}

.growth-official-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.growth-official-actions .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.growth-entry-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 30px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.26), rgba(18, 105, 168, 0.16)),
    #172232;
  box-shadow: 0 18px 45px rgba(23, 34, 50, 0.16);
}

.growth-entry-strip .eyebrow {
  color: #ffb38c;
}

.growth-entry-strip h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.24;
}

.growth-entry-strip p:not(.eyebrow) {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .growth-overview,
  .growth-incentive-section {
    grid-template-columns: 1fr;
  }

  .growth-dimension-grid,
  .growth-level-grid,
  .growth-score-grid,
  .growth-badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-level-card {
    min-height: 290px;
  }
}

@media (max-width: 760px) {
  .growth-overview {
    margin-top: 24px;
    padding-bottom: 48px;
  }

  .growth-overview-copy {
    padding: 24px 22px;
  }

  .growth-overview-copy h2,
  .growth-incentive-copy h2,
  .growth-official-copy h2 {
    font-size: 28px;
  }

  .growth-dimension-grid,
  .growth-level-grid,
  .growth-score-grid,
  .growth-badge-grid {
    grid-template-columns: 1fr;
  }

  .growth-dimension-grid article {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid #e3e8ef;
  }

  .growth-dimension-grid article:last-child {
    border-bottom: 0;
  }

  .growth-level-card {
    min-height: 0;
  }

  .growth-score-grid p {
    min-height: 0;
  }

  .growth-incentive-copy,
  .growth-official-copy {
    padding: 26px 22px;
  }

  .growth-official-copy {
    margin-bottom: 56px;
  }

  .growth-entry-strip {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
}

.home-route-section {
  padding-top: 28px;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-route-card {
  display: grid;
  align-content: start;
  min-height: 206px;
  padding: 22px 18px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 34, 50, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.home-route-card:hover,
.home-route-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(240, 90, 40, 0.38);
  box-shadow: 0 18px 38px rgba(23, 34, 50, 0.1);
  outline: 0;
}

.home-route-card em {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 34px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), var(--blue));
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.home-route-card strong {
  display: block;
  margin-top: 18px;
  color: #101828;
  font-size: 20px;
  line-height: 1.25;
}

.home-route-card span {
  display: block;
  margin-top: 12px;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.68;
}

.recruit-value-section {
  padding-top: 46px;
}

.recruit-value-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
}

.recruit-value-photo {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 34, 50, 0.08);
}

.recruit-value-photo img {
  width: 100%;
  height: calc(100% - 72px);
  min-height: 430px;
  object-fit: cover;
}

.recruit-value-photo figcaption {
  padding: 18px 20px;
  color: #4a5565;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 800;
}

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

.recruit-value-grid article,
.growth-rule-grid article,
.wall-proof-grid article,
.intl-role-grid article,
.intl-growth-levels article,
.story-growth-grid article {
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 34, 50, 0.05);
}

.recruit-value-grid article {
  min-height: 218px;
  padding: 22px 20px;
}

.recruit-value-grid span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 32px;
  color: #fff;
  border-radius: 8px;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.recruit-value-grid article:nth-child(2n) span {
  background: var(--orange);
}

.recruit-value-grid article:nth-child(3n) span {
  background: var(--teal);
}

.recruit-value-grid h3 {
  margin: 16px 0 0;
  color: #101828;
  font-size: 20px;
  line-height: 1.32;
}

.recruit-value-grid p {
  margin: 10px 0 0;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.72;
}

.recruit-badge-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 16px;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
}

.recruit-badge-strip figure {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0;
  padding: 14px 10px 16px;
  border: 1px solid rgba(47, 158, 233, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #f6fbff, #fff);
  text-align: center;
}

.recruit-badge-strip img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.recruit-badge-strip figcaption {
  display: grid;
  gap: 4px;
}

.recruit-badge-strip strong {
  color: #14243a;
  font-size: 14px;
  line-height: 1.25;
}

.recruit-badge-strip span {
  color: #5d7086;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.growth-public-path {
  padding-top: 0;
}

.growth-public-grid article {
  min-height: 228px;
  border-top: 5px solid var(--fresh-blue);
}

.growth-public-grid article:nth-child(2) {
  border-top-color: var(--fresh-teal);
}

.growth-public-grid article:nth-child(3) {
  border-top-color: var(--fresh-coral);
}

.archive-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.archive-hero .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.people-stories-page .detail-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--fresh-blue);
  font-size: 14px;
  font-weight: 900;
}

.people-principle-grid .detail-card,
.people-proof-grid .detail-card {
  min-height: 214px;
}

.people-proof-grid .detail-card-index {
  width: auto;
  min-width: 52px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
}

.foreigner-resource-section {
  padding-top: 0;
}

.foreigner-resource-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 28px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--fresh-line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(240, 249, 255, 0.92), #fff);
  box-shadow: 0 18px 44px rgba(18, 48, 71, 0.08);
}

.foreigner-resource-cover {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(42, 157, 143, 0.18);
  border-radius: 8px;
  background: #fff;
}

.foreigner-resource-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 0.707;
  object-fit: cover;
  object-position: top center;
}

.foreigner-resource-copy span {
  display: inline-flex;
  color: var(--fresh-coral);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.foreigner-resource-copy h3 {
  margin: 14px 0 0;
  color: var(--fresh-ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.12;
}

.foreigner-resource-copy p {
  margin: 16px 0 0;
  color: #526270;
  font-size: 16px;
  line-height: 1.78;
}

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

.foreigner-appendix-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid var(--fresh-line);
  border-radius: 8px;
  background: #fff;
}

.foreigner-appendix-note strong {
  color: var(--fresh-coral);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.foreigner-appendix-note span {
  color: #526270;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.foreigner-appendix-pages {
  display: grid;
  gap: 26px;
  width: min(940px, 100%);
  margin: 26px auto 0;
}

.foreigner-appendix-page {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--fresh-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 48, 71, 0.08);
}

.foreigner-appendix-page img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 893 / 1263;
  object-fit: contain;
  border: 1px solid rgba(18, 48, 71, 0.1);
  border-radius: 8px;
  background: #fff;
}

.foreigner-appendix-page figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.foreigner-appendix-page figcaption span {
  color: var(--fresh-coral);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.foreigner-appendix-page figcaption strong {
  color: var(--fresh-ink);
  font-size: 16px;
  line-height: 1.35;
}

.growth-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.growth-entry-actions .button-ghost,
.foreign-volunteer-entry .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
}

.growth-rule-guide {
  padding-top: 0;
}

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

.growth-rule-grid article {
  position: relative;
  min-height: 238px;
  padding: 24px 22px;
  overflow: hidden;
}

.growth-rule-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--orange), var(--blue), var(--teal));
}

.growth-rule-grid span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.growth-rule-grid h3 {
  margin: 14px 0 0;
  color: #101828;
  font-size: 23px;
  line-height: 1.25;
}

.growth-rule-grid p {
  margin: 12px 0 18px;
  color: #5b677a;
  font-size: 15px;
  line-height: 1.72;
}

.growth-rule-grid a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.honor-wall-page {
  background: #f6f9fc;
}

.wall-proof-system {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 40px;
}

.wall-proof-copy {
  padding: 30px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.25), rgba(9, 104, 185, 0.18)),
    #172232;
  box-shadow: 0 18px 42px rgba(23, 34, 50, 0.16);
}

.wall-proof-copy .eyebrow {
  color: #ffb38c;
}

.wall-proof-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.22;
}

.wall-proof-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.wall-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.wall-proof-grid article {
  padding: 24px 20px;
}

.wall-proof-grid strong,
.wall-proof-grid span {
  display: block;
}

.wall-proof-grid strong {
  color: #101828;
  font-size: 20px;
  line-height: 1.3;
}

.wall-proof-grid span {
  margin-top: 12px;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.7;
}

.honoree-section {
  padding-top: 28px;
}

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

.honoree-card {
  overflow: hidden;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 34, 50, 0.06);
}

.honoree-card img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: contain;
  object-position: top center;
  padding: 10px;
  background: #f7fafc;
  border-bottom: 1px solid #e3e8ef;
}

.honoree-card div {
  padding: 18px;
}

.honoree-card span {
  display: block;
  color: var(--orange-deep);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 900;
}

.honoree-card h3 {
  min-height: 54px;
  margin: 10px 0 0;
  color: #101828;
  font-size: 19px;
  line-height: 1.3;
}

.honoree-card p {
  min-height: 104px;
  margin: 12px 0 0;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.65;
}

.honoree-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.wall-badge-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 72px;
  padding: 32px;
  color: #fff;
  border-radius: 8px;
  background: #172232;
  box-shadow: 0 18px 42px rgba(23, 34, 50, 0.16);
}

.wall-badge-note .eyebrow {
  color: #ffb38c;
}

.wall-badge-note h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
}

.wall-badge-note p:not(.eyebrow) {
  max-width: 840px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.78;
}

.wall-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.wall-badge-row img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
}

.international-volunteer-page {
  background: #f6f9fc;
}

.international-hero .hero-content {
  max-width: 760px;
}

.intl-value-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 28px;
  align-items: stretch;
  padding-top: 46px;
}

.intl-value-copy {
  padding: 34px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.24), rgba(15, 157, 141, 0.18)),
    #172232;
  box-shadow: 0 18px 42px rgba(23, 34, 50, 0.16);
}

.intl-value-copy .eyebrow {
  color: #ffb38c;
}

.intl-value-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.18;
}

.intl-value-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.intl-value-copy .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
}

.intl-photo-stack {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
}

.intl-photo-stack img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 34, 50, 0.12);
}

.intl-photo-stack img:nth-child(2) {
  margin-top: 44px;
  height: calc(100% - 44px);
}

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

.intl-role-grid article {
  min-height: 166px;
  padding: 24px 22px;
}

.intl-role-grid strong {
  display: block;
  color: #101828;
  font-size: 20px;
  line-height: 1.3;
}

.intl-role-grid span {
  display: block;
  margin-top: 12px;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.68;
}

.intl-growth-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: 26px;
  align-items: center;
  padding: 32px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 34, 50, 0.06);
}

.intl-growth-section h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
}

.intl-growth-section p:not(.eyebrow) {
  margin: 14px 0 0;
  color: #5b677a;
  font-size: 16px;
  line-height: 1.75;
}

.intl-growth-levels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.intl-growth-levels article {
  min-height: 150px;
  padding: 18px 14px;
}

.intl-growth-levels b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 34px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-size: 13px;
}

.intl-growth-levels strong {
  display: block;
  margin-top: 16px;
  color: #101828;
  font-size: 17px;
  line-height: 1.3;
}

.intl-growth-levels span {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.intl-apply-section {
  padding-bottom: 76px;
}

.intl-apply-card {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 26px;
  color: #fff;
  border-radius: 8px;
  background: #172232;
  box-shadow: 0 18px 42px rgba(23, 34, 50, 0.16);
}

.intl-apply-card strong,
.intl-apply-card span {
  display: block;
}

.intl-apply-card strong {
  color: #ffb38c;
  font-size: 13px;
  text-transform: uppercase;
}

.intl-apply-card span {
  margin-top: 6px;
  font-size: 22px;
  font-weight: 900;
}

.foreign-volunteer-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(9, 104, 185, 0.2), rgba(15, 157, 141, 0.18)),
    #172232;
  box-shadow: 0 18px 42px rgba(23, 34, 50, 0.14);
}

.foreign-volunteer-entry .eyebrow {
  color: #ffb38c;
}

.foreign-volunteer-entry h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.24;
}

.foreign-volunteer-entry p:not(.eyebrow) {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.story-growth-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: 24px;
  align-items: stretch;
}

.story-growth-copy {
  padding: 32px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 90, 40, 0.24), rgba(9, 104, 185, 0.18)),
    #172232;
  box-shadow: 0 18px 42px rgba(23, 34, 50, 0.14);
}

.story-growth-copy .eyebrow {
  color: #ffb38c;
}

.story-growth-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.22;
}

.story-growth-copy p:not(.eyebrow) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.story-growth-copy .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.1);
}

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

.story-growth-grid article {
  overflow: hidden;
}

.story-growth-grid img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.story-growth-grid div {
  padding: 18px;
}

.story-growth-grid span {
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
}

.story-growth-grid h3 {
  margin: 10px 0 0;
  color: #101828;
  font-size: 20px;
  line-height: 1.32;
}

.story-growth-grid p {
  margin: 10px 0 0;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.66;
}

@media (max-width: 1280px) {
  .home-route-grid,
  .honoree-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .growth-rule-grid,
  .intl-role-grid,
  .story-growth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .recruit-value-layout,
  .wall-proof-system,
  .intl-value-section,
  .intl-growth-section,
  .foreign-volunteer-entry,
  .story-growth-section,
  .wall-badge-note {
    grid-template-columns: 1fr;
  }

  .recruit-value-photo img {
    height: 360px;
    min-height: 0;
  }

  .wall-proof-grid,
  .intl-growth-levels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wall-badge-row,
  .growth-entry-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .home-route-grid,
  .recruit-value-grid,
  .growth-rule-grid,
  .wall-proof-grid,
  .honoree-grid,
  .intl-role-grid,
  .intl-growth-levels,
  .story-growth-grid {
    grid-template-columns: 1fr;
  }

  .home-route-card,
  .recruit-value-grid article,
  .growth-rule-grid article,
  .intl-role-grid article,
  .intl-growth-levels article {
    min-height: 0;
  }

  .recruit-value-section,
  .wall-proof-system,
  .intl-value-section {
    padding-top: 28px;
  }

  .wall-proof-copy,
  .intl-value-copy,
  .story-growth-copy,
  .wall-badge-note,
  .intl-growth-section,
  .foreign-volunteer-entry {
    padding: 26px 22px;
  }

  .wall-proof-copy h2,
  .intl-value-copy h2,
  .story-growth-copy h2,
  .wall-badge-note h2,
  .foreign-volunteer-entry h2,
  .intl-growth-section h2 {
    font-size: 28px;
  }

  .intl-photo-stack {
    grid-template-columns: 1fr;
  }

  .intl-photo-stack img,
  .intl-photo-stack img:nth-child(2) {
    height: 260px;
    min-height: 0;
    margin-top: 0;
  }

  .honoree-card h3,
  .honoree-card p {
    min-height: 0;
  }

  .intl-apply-card {
    display: grid;
    padding: 24px 22px;
  }

  .intl-apply-card span {
    font-size: 18px;
  }
}

/* Homepage and detail-page hero refresh: keep the image as the signal, not a card. */
.compact-hero {
  display: grid;
  min-height: clamp(560px, 72vh, 740px);
  align-items: center;
  padding: 96px 0 84px;
}

.compact-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 18, 31, 0.84) 0%, rgba(8, 18, 31, 0.66) 44%, rgba(8, 18, 31, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 18, 31, 0.6) 0%, rgba(8, 18, 31, 0.1) 58%);
}

.compact-hero .hero-content,
body.rtl .compact-hero .hero-content {
  width: min(900px, calc(100% - 40px));
  max-width: 900px;
  margin: 0 auto 0 max(20px, calc((100vw - 1216px) / 2));
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.rtl .compact-hero .hero-content {
  margin-right: max(20px, calc((100vw - 1216px) / 2));
  margin-left: auto;
}

.compact-hero .eyebrow {
  color: #ffb38c;
  text-shadow: 0 2px 12px rgba(8, 18, 31, 0.32);
}

.compact-hero h1 {
  max-width: 650px;
  color: #fff;
  white-space: pre-line;
  text-wrap: balance;
  text-shadow: 0 6px 22px rgba(8, 18, 31, 0.45);
}

.compact-hero .hero-en {
  max-width: 780px;
  color: #b9e7ff;
  text-shadow: 0 4px 18px rgba(8, 18, 31, 0.42);
}

.compact-hero .hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 3px 14px rgba(8, 18, 31, 0.36);
}

.compact-hero .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.compact-hero .button-ghost:hover,
.compact-hero .button-ghost:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 760px) {
  .compact-hero {
    display: grid;
    min-height: 620px;
    align-items: end;
    padding: 112px 0 44px;
  }

  .compact-hero .hero-bg,
  .compact-hero .hero-shade {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .compact-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 18, 31, 0.88), rgba(8, 18, 31, 0.58)),
      linear-gradient(0deg, rgba(8, 18, 31, 0.82) 0%, rgba(8, 18, 31, 0.16) 70%);
  }

  .compact-hero .hero-content,
  body.rtl .compact-hero .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 0;
  }

  .compact-hero h1 {
    font-size: 38px;
    line-height: 1.16;
  }
}

/* NGO official-site direction: mission, impact, programs, transparency. */
:root {
  --ngo-navy: #123047;
  --ngo-ink: #102235;
  --ngo-blue: #1f6f8b;
  --ngo-teal: #2a9d8f;
  --ngo-coral: #e85d2a;
  --ngo-paper: #f5f8f4;
  --ngo-warm: #fbfaf5;
  --ngo-line: #dbe5df;
}

body {
  color: var(--ngo-ink);
  background: var(--ngo-paper);
}

.site-header {
  gap: 20px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(18, 48, 71, 0.12);
  box-shadow: none;
}

.brand-logo {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(18, 48, 71, 0.12);
}

.brand-logo img {
  border-radius: 6px;
}

.nav-links {
  gap: 18px;
  color: #28394b;
  font-size: 13px;
}

.nav-links a,
.nav-links a[aria-current="page"] {
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--ngo-coral);
  border-bottom-color: var(--ngo-coral);
}

.language-switcher {
  border-color: rgba(18, 48, 71, 0.12);
  box-shadow: none;
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button[aria-pressed="true"] {
  background: var(--ngo-coral);
}

.button {
  border-radius: 6px;
}

.button-primary {
  background: var(--ngo-coral);
  box-shadow: 0 12px 28px rgba(232, 93, 42, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #cc4d21;
}

.compact-hero {
  min-height: clamp(620px, 76vh, 780px);
  background: var(--ngo-navy);
}

.compact-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(18, 48, 71, 0.92) 0%, rgba(18, 48, 71, 0.74) 45%, rgba(18, 48, 71, 0.18) 100%),
    linear-gradient(0deg, rgba(18, 48, 71, 0.66) 0%, rgba(18, 48, 71, 0.08) 62%);
}

.compact-hero .eyebrow {
  color: #f7c796;
  font-weight: 900;
}

.compact-hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.02;
}

.compact-hero .hero-en {
  max-width: 720px;
  color: #d1f1f0;
}

.compact-hero .hero-copy {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.9);
}

.compact-hero .button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.section,
.detail-section {
  width: min(1188px, calc(100% - 40px));
}

.section-head,
.detail-section-head {
  border-left: 5px solid var(--ngo-teal);
  padding-left: 22px;
}

.section-head h2,
.detail-section-head h2 {
  color: var(--ngo-ink);
}

.section-head p,
.detail-section-head p {
  color: #526270;
}

.stats-proof {
  position: relative;
  margin-top: -54px;
  padding: 0;
  z-index: 2;
}

.stats-proof .section-head {
  padding: 28px 30px 24px;
  border: 1px solid var(--ngo-line);
  border-left: 5px solid var(--ngo-teal);
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(18, 48, 71, 0.1);
}

.static-stat-strip {
  margin-top: 0;
  border: 1px solid var(--ngo-line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18, 48, 71, 0.08);
}

.stat {
  background: #fff;
}

.stat strong {
  color: var(--ngo-blue);
}

.home-route-section,
.quick-services,
.case-section {
  padding-top: 72px;
}

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

.home-route-card {
  min-height: 220px;
  border-color: var(--ngo-line);
  border-top: 5px solid var(--ngo-blue);
  background: var(--ngo-warm);
  box-shadow: 0 12px 30px rgba(18, 48, 71, 0.06);
}

.home-route-card:nth-child(2n) {
  border-top-color: var(--ngo-teal);
}

.home-route-card:nth-child(3n) {
  border-top-color: var(--ngo-coral);
}

.home-route-card em {
  color: var(--ngo-blue);
  border: 1px solid rgba(31, 111, 139, 0.24);
  background: #fff;
}

.home-route-card strong {
  color: var(--ngo-ink);
}

.home-route-card span {
  color: #526270;
}

.home-growth-preview {
  border-color: var(--ngo-line);
  border-left: 5px solid var(--ngo-teal);
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 48, 71, 0.08);
}

.growth-mini-levels span {
  border-color: var(--ngo-line);
}

.growth-mini-levels b {
  background: var(--ngo-blue);
}

.home-growth-photos img,
.home-case-grid img,
.story-photo-card img,
.story-growth-grid img {
  filter: saturate(0.95) contrast(1.02);
}

.quick-services .detail-card,
.home-case-grid article,
.recruit-value-grid article,
.growth-rule-grid article,
.honoree-card,
.story-growth-grid article,
.intl-role-grid article {
  border-color: var(--ngo-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 48, 71, 0.06);
}

.detail-card-index,
.recruit-value-grid span {
  background: var(--ngo-blue);
}

.home-case-grid article {
  background: #fff;
}

.join-section.home-cta,
.growth-entry-strip,
.growth-official-copy,
.wall-badge-note,
.intl-apply-card {
  background:
    linear-gradient(135deg, rgba(42, 157, 143, 0.14), rgba(232, 93, 42, 0.1)),
    var(--ngo-navy);
}

.join-section.home-cta {
  width: min(1188px, calc(100% - 40px));
  border-radius: 8px;
}

.site-footer {
  background: var(--ngo-navy);
}

@media (max-width: 1180px) {
  .home-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    background: #fff;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px 18px;
    overflow: visible;
    padding: 4px 0 8px;
    white-space: normal;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 8px 0;
  }

  .compact-hero {
    min-height: 670px;
  }

  .compact-hero h1 {
    max-width: 100%;
    font-size: 42px;
  }

  .stats-proof {
    margin-top: 0;
    padding-top: 0;
  }

  .home-route-grid {
    grid-template-columns: 1fr;
  }

  .home-route-card {
    min-height: 0;
  }

  .section-head,
  .detail-section-head {
    padding-left: 16px;
  }
}

/* Fresh 01 visual direction: clean official-system style with light blue surfaces. */
:root {
  --fresh-bg: #f6fbff;
  --fresh-paper: #ffffff;
  --fresh-ice: #eef7ff;
  --fresh-sky: #2f9ee9;
  --fresh-blue: #0f67b1;
  --fresh-ink: #14243a;
  --fresh-muted: #5d7086;
  --fresh-line: #d7e8f6;
  --fresh-orange: #ff6a35;
  --fresh-teal: #35b7a7;
  --fresh-shadow: 0 18px 42px rgba(24, 86, 142, 0.1);
}

body {
  color: var(--fresh-ink);
  background:
    linear-gradient(180deg, #f9fdff 0%, var(--fresh-bg) 42%, #ffffff 100%);
}

.site-header {
  gap: 18px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(15, 103, 177, 0.12);
  box-shadow: 0 8px 24px rgba(28, 82, 126, 0.06);
  backdrop-filter: blur(14px);
}

.brand-logo {
  border: 1px solid rgba(47, 158, 233, 0.14);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(47, 158, 233, 0.12);
}

.brand strong,
.nav-links a {
  color: var(--fresh-ink);
}

.brand small,
.section-head p,
.detail-section-head p {
  color: var(--fresh-muted);
}

.nav-links {
  gap: 22px;
  font-size: 14px;
}

.nav-links a {
  padding: 10px 0 9px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--fresh-orange);
  border-bottom-color: var(--fresh-orange);
}

.language-switcher {
  border: 1px solid var(--fresh-line);
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 82, 126, 0.06);
}

.language-switcher button {
  color: var(--fresh-ink);
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button[aria-pressed="true"] {
  color: #fff;
  background: var(--fresh-orange);
}

.button {
  border-radius: 8px;
  font-weight: 900;
}

.button-primary {
  border-color: var(--fresh-orange);
  background: var(--fresh-orange);
  box-shadow: 0 16px 32px rgba(255, 106, 53, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #e95724;
}

.compact-hero {
  min-height: clamp(590px, 72vh, 720px);
  padding: 92px 0 76px;
  background: #d8efff;
}

.compact-hero .hero-bg {
  filter: saturate(1.04) contrast(1.02);
}

.compact-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 42, 78, 0.8) 0%, rgba(9, 78, 130, 0.56) 46%, rgba(238, 247, 255, 0.08) 100%),
    linear-gradient(0deg, rgba(246, 251, 255, 0.34) 0%, rgba(9, 42, 78, 0.1) 54%);
}

.compact-hero .hero-content,
body.rtl .compact-hero .hero-content {
  max-width: 780px;
}

.compact-hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: #ffd2bf;
  background: rgba(255, 255, 255, 0.08);
  text-shadow: none;
}

.compact-hero h1 {
  max-width: 680px;
  font-size: clamp(44px, 5.8vw, 70px);
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(9, 42, 78, 0.28);
}

.compact-hero .hero-en {
  color: #d8f4ff;
}

.compact-hero .hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
}

.compact-hero .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.section,
.detail-section {
  width: min(1160px, calc(100% - 40px));
}

.section-head,
.detail-section-head {
  border-left: 0;
  padding-left: 0;
}

.section-head .eyebrow,
.detail-section-head .eyebrow,
.eyebrow {
  color: var(--fresh-blue);
  letter-spacing: 0;
}

.section-head h2,
.detail-section-head h2 {
  color: var(--fresh-ink);
  letter-spacing: 0;
}

.stats-proof {
  margin-top: 54px;
}

.stats-proof .section-head,
.static-stat-strip,
.home-growth-preview,
.quick-services .detail-card,
.home-case-grid article,
.home-route-card,
.recruit-value-grid article,
.growth-rule-grid article,
.honoree-card,
.story-growth-grid article,
.intl-role-grid article,
.coverage-panel,
.proof-media,
.contact-form-card,
.social-card {
  border: 1px solid var(--fresh-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--fresh-shadow);
}

.stats-proof .section-head {
  padding: 28px 30px 22px;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.static-stat-strip {
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.stat strong {
  color: var(--fresh-blue);
}

.home-video-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 26px;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: -44px;
  padding: 28px;
  border: 1px solid var(--fresh-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(47, 158, 233, 0.12), rgba(53, 183, 167, 0.08)),
    #fff;
  box-shadow: var(--fresh-shadow);
}

.home-video-copy h2 {
  margin: 10px 0 14px;
  color: var(--fresh-ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.home-video-copy p {
  margin: 0;
  color: var(--fresh-muted);
  font-size: 18px;
  line-height: 1.8;
}

.home-video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-video-points span {
  padding: 9px 12px;
  border: 1px solid rgba(47, 158, 233, 0.22);
  border-radius: 8px;
  color: var(--fresh-blue);
  background: var(--fresh-ice);
  font-weight: 900;
}

.home-video-player {
  overflow: hidden;
  border: 1px solid rgba(15, 103, 177, 0.16);
  border-radius: 8px;
  background: #071927;
}

.home-video-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #071927;
}

.home-video-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: #fff;
  background: #0b3355;
}

.home-video-caption span {
  color: #bfe8ff;
}

.home-route-section,
.quick-services,
.case-section {
  padding-top: 64px;
}

.home-route-grid {
  gap: 18px;
}

.home-route-card {
  min-height: 214px;
  border-top: 0;
  background:
    linear-gradient(180deg, var(--fresh-ice), #fff 58%);
}

.home-route-card:hover,
.home-route-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(47, 158, 233, 0.38);
}

.home-route-card em {
  border: 0;
  color: #fff;
  background: var(--fresh-sky);
}

.home-route-card:nth-child(2n) em {
  background: var(--fresh-teal);
}

.home-route-card:nth-child(3n) em {
  background: var(--fresh-orange);
}

.home-growth-preview {
  border-left: 0;
  background:
    linear-gradient(135deg, rgba(47, 158, 233, 0.09), rgba(255, 106, 53, 0.06)),
    #fff;
}

.growth-mini-levels span {
  border-color: var(--fresh-line);
  background: #fff;
}

.growth-mini-levels b,
.detail-card-index,
.recruit-value-grid span {
  background: var(--fresh-blue);
}

.home-growth-photos img,
.home-case-grid img,
.story-photo-card img,
.story-growth-grid img,
.intl-photo-stack img,
.recruit-value-photo img {
  border-radius: 8px;
  filter: saturate(1.02) contrast(1.02);
}

.join-section.home-cta,
.growth-entry-strip,
.growth-official-copy,
.wall-badge-note,
.intl-apply-card {
  background:
    linear-gradient(135deg, rgba(47, 158, 233, 0.18), rgba(255, 106, 53, 0.14)),
    #123a5f;
}

.site-footer {
  background: #123a5f;
}

@media (max-width: 980px) {
  .home-video-showcase {
    grid-template-columns: 1fr;
  }

  .home-video-caption {
    display: grid;
  }

  .recruit-badge-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .foreigner-resource-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .compact-hero {
    min-height: 610px;
    padding: 104px 0 42px;
  }

  .compact-hero h1 {
    font-size: 40px;
  }

  .home-video-showcase {
    width: min(100% - 28px, 1160px);
    margin-top: 34px;
    padding: 18px;
  }

  .home-video-copy h2 {
    font-size: 30px;
  }

  .home-video-copy p {
    font-size: 16px;
  }

  .recruit-badge-strip {
    grid-template-columns: 1fr;
  }

  .foreigner-resource-card {
    padding: 18px;
  }

  .foreigner-resource-actions .button {
    width: 100%;
  }

  .foreigner-appendix-note {
    padding: 14px;
  }

  .foreigner-appendix-pages {
    gap: 18px;
  }

  .foreigner-appendix-page {
    padding: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .foreigner-appendix-page img {
    width: min(760px, 190vw);
    max-width: none;
  }

  .foreigner-appendix-page figcaption {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .page-foreigners .compact-hero {
    display: block;
    min-height: 0;
    padding: 0 0 28px;
    overflow: visible;
    background: #eef7ff;
  }

  .page-foreigners .compact-hero .hero-bg {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
  }

  .page-foreigners .compact-hero .hero-shade {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    background:
      linear-gradient(90deg, rgba(9, 42, 78, 0.5), rgba(9, 42, 78, 0.12)),
      linear-gradient(0deg, rgba(9, 42, 78, 0.28), rgba(9, 42, 78, 0.02));
  }

  .page-foreigners .compact-hero .hero-content,
  body.rtl .page-foreigners .compact-hero .hero-content {
    width: calc(100% - 32px);
    max-width: none;
    margin: -24px auto 0;
    padding: 22px;
    color: var(--fresh-ink);
    background: #fff;
    border: 1px solid rgba(185, 212, 233, 0.72);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(9, 42, 78, 0.12);
  }

  .page-foreigners .compact-hero .eyebrow {
    padding: 7px 10px;
    color: var(--fresh-orange);
    border-color: rgba(255, 106, 53, 0.24);
    background: #fff7f2;
  }

  .page-foreigners .compact-hero h1 {
    max-width: none;
    color: var(--fresh-ink);
    font-size: 34px;
    line-height: 1.16;
    text-shadow: none;
  }

  .page-foreigners .compact-hero .hero-en {
    max-width: none;
    color: #0b5f9d;
    font-size: 18px;
    line-height: 1.45;
    text-shadow: none;
  }

  .page-foreigners .compact-hero .hero-copy {
    max-width: none;
    color: #475467;
    font-size: 15px;
    line-height: 1.72;
    text-shadow: none;
  }

  .page-foreigners .compact-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .page-foreigners .compact-hero .button {
    width: 100%;
  }

  .page-foreigners .compact-hero .button-ghost {
    color: var(--fresh-ink);
    border-color: #cbd5e1;
    background: #fff;
    backdrop-filter: none;
  }
}
