/* ===== Reset & base ===== */
* { box-sizing: border-box; }
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans Thai', 'Inter', sans-serif;
  color: #000000;
  background: #FFFFFF;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.section-pad { padding-left: 40px; padding-right: 40px; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000000;
}
.site-logo img {
  height: 40px;
  width: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-item {
  position: relative;
  padding: 8px 0;
}
.nav-link {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-link.is-active {
  color: #0050C8;
  font-weight: 700;
}
.nav-link.is-active .nav-chevron {
  color: #0050C8;
}
.nav-chevron {
  font-size: 10px;
  color: #555555;
  transition: transform 0.2s ease;
  display: inline-block;
}
.dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 8px;
  min-width: 220px;
}
.nav-item:hover .dropdown-panel { display: block; }
.nav-item:hover .nav-chevron { transform: rotate(180deg); }
.dropdown-link {
  display: block;
  padding: 10px 14px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
}
.dropdown-link:hover { background: #F2F5FB; }

.lang-dropdown { position: relative; padding: 8px 0; }
.lang-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  background: #FFFFFF;
}
.lang-flag {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.lang-dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 6px;
  flex-direction: column;
  gap: 6px;
}
.lang-dropdown:hover .lang-dropdown-panel { display: flex; }
.lang-btn.is-active { border-color: #0050C8; border-width: 2px; }

.mobile-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #F2F5FB;
  border: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.mobile-toggle span {
  width: 20px;
  height: 2px;
  background: #0050C8;
  display: block;
}

.mobile-menu {
  display: none;
  background: #FFFFFF;
  border-bottom: 1px solid #EDEDED;
  padding: 16px 24px;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu.is-open { display: flex; }
.mobile-accordion-btn {
  background: none;
  border: none;
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-family: inherit;
}
.mobile-accordion-btn.is-active,
.mobile-accordion-btn.is-active .nav-chevron {
  color: #0050C8;
  font-weight: 700;
}
.mobile-accordion-panel {
  display: none;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding-left: 12px;
}
.mobile-accordion-panel.is-open { display: flex; }
.mobile-accordion-panel a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.mobile-contact-link {
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.mobile-contact-link.is-active {
  color: #0050C8;
  font-weight: 700;
}
.mobile-lang-row {
  display: flex;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid #EDEDED;
}
.mobile-lang-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #EDEDED;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  background: #FFFFFF;
}
.mobile-lang-btn.is-active { border-color: #0050C8; }

/* ===== Page hero ===== */
.page-hero {
  background: linear-gradient(120deg, #0050C8E6, #0050C8CC), repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 12px, transparent 12px, transparent 24px);
  padding: 80px 40px;
}
.page-hero__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.page-hero__eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.page-hero__title {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px 0;
}
.page-hero__desc {
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

/* ===== Contact section ===== */
.contact-section {
  padding: 80px 40px;
  max-width: 1160px;
  margin: 0 auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.eyebrow {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.eyebrow--blue { color: #0050C8; }
.eyebrow--green { color: #00821E; }
.section-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px 0;
  color: #000000;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}
.info-item {
  display: flex;
  gap: 14px;
}
.info-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 17px;
}
.info-icon--address { background: #E7EFFC; }
.info-icon--email { background: #E5F3E8; }
.info-icon--phone { background: #FFF6DC; }
.info-icon--hours { background: #E4EAF6; }
.info-label {
  font-weight: 700;
  font-size: 14.5px;
  color: #000000;
  margin-bottom: 4px;
}
.info-value {
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
}

.map-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EAEAEA;
  height: 320px;
}
.map-frame iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-field label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.cu-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #DDDDDD;
  border-radius: 8px;
  font-size: 14.5px;
  font-family: inherit;
  color: #000000;
  background: #FFFFFF;
}
.cu-input:focus { outline: none; border-color: #0050C8; }
textarea.cu-input { resize: vertical; }
.submit-btn {
  background: #0050C8;
  color: #FFFFFF;
  border: none;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  align-self: flex-start;
}
.submit-btn:hover { background: #003D9A; }

.form-success {
  display: none;
  background: #E5F3E8;
  border: 1px solid #BEE3C4;
  border-radius: 14px;
  padding: 32px;
  text-align: center;
}
.form-success.is-visible { display: block; }
.form-success__icon { font-size: 32px; margin-bottom: 12px; }
.form-success__title { font-size: 18px; font-weight: 800; margin: 0 0 8px 0; color: #00591A; }
.form-success__desc { font-size: 14.5px; color: #2E5F3A; margin: 0 0 20px 0; line-height: 1.6; }
.form-success__reset {
  background: none;
  border: 2px solid #00821E;
  color: #00821E;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 22px;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
}
.contact-form.is-hidden { display: none; }

/* ===== Footer ===== */
.site-footer {
  background: #001B4D;
  color: #FFFFFF;
  padding: 64px 40px 28px 40px;
}
.footer-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-logo {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
}
.footer-logo img { height: 26px; width: auto; }
.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin: 0;
  max-width: 320px;
}
.footer-col-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
  color: #FFFFFF;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 14px;
}
.footer-links a:hover { color: #FFFFFF; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.footer-bottom {
  max-width: 1160px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 22px;
  font-size: 12.5px;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

/* ===== Utility layout ===== */
.narrow-container { max-width: 900px; margin: 0 auto; }
.section-pad-72 { padding: 72px 40px; }
.section-pad-80 { padding: 80px 40px; }
.text-center { text-align: center; }

/* ===== Utility grids ===== */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ===== Page hero variants ===== */
.page-hero--green { background: linear-gradient(120deg, #00821EE6, #00821ECC), repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 12px, transparent 12px, transparent 24px); }
.page-hero--navy { background: linear-gradient(120deg, #00408FE6, #00408FCC), repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 12px, transparent 12px, transparent 24px); }

/* ===== Home hero slider ===== */
.hero-slider { position: relative; width: 100%; height: 80vh; min-height: 420px; overflow: hidden; }
.hero-slide {
  position: absolute; inset: 0; display: flex; align-items: center; overflow: hidden;
  opacity: 0; pointer-events: none; transition: opacity 1s ease;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide-bg {
  position: absolute; inset: 0; z-index: 0; transform: scale(1);
  transition: transform 6.5s ease-out;
}
.hero-slide.is-active .hero-slide-bg { transform: scale(1.12); }
.hero-slide--blue .hero-slide-bg { background: linear-gradient(120deg, #0050C8E6, #0050C8CC), repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 12px, transparent 12px, transparent 24px); }
.hero-slide--green .hero-slide-bg { background: linear-gradient(120deg, #00821EE6, #00821ECC), repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 12px, transparent 12px, transparent 24px); }
.hero-slide--dark .hero-slide-bg { background: linear-gradient(120deg, #1A1A1AE6, #1A1A1ACC), repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 12px, transparent 12px, transparent 24px); }
.hero-slide--navy .hero-slide-bg { background: linear-gradient(120deg, #00408FE6, #00408FCC), repeating-linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.06) 12px, transparent 12px, transparent 24px); }
.hero-content { position: relative; z-index: 1; max-width: 600px; padding: 0 96px; }
.hero-badge {
  display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4);
  color: #FFFFFF; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; padding: 6px 14px;
  border-radius: 999px; margin-bottom: 18px; white-space: nowrap;
}
.hero-title { color: #FFFFFF; font-size: 46px; font-weight: 800; line-height: 1.15; margin: 0 0 16px 0; }
.hero-sub { color: rgba(255,255,255,0.92); font-size: 18px; line-height: 1.6; margin: 0 0 28px 0; font-weight: 400; }
.hero-cta {
  display: inline-block; background: #FFC300; color: #000000; text-decoration: none;
  font-weight: 700; font-size: 15px; padding: 14px 30px; border-radius: 8px;
}
.hero-dots { position: absolute; bottom: 24px; left: 0; right: 0; display: flex; justify-content: center; gap: 10px; }
.hero-dot {
  width: 9px; height: 9px; border-radius: 999px; border: none; background: rgba(255,255,255,0.5);
  cursor: pointer; transition: all 0.3s ease; padding: 0;
}
.hero-dot.is-active { width: 26px; background: #FFC300; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px;
  border-radius: 50%; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.5);
  color: #FFFFFF; font-size: 18px; cursor: pointer;
}
.hero-arrow--prev { left: 16px; }
.hero-arrow--next { right: 16px; }

/* ===== About pillars ===== */
.pillars-section { padding: 88px 40px; max-width: 1160px; margin: 0 auto; }
.updates-section { padding: 88px 40px; background: #F9FAFB; }
.updates-section > * { max-width: 1160px; margin-left: auto; margin-right: auto; }
.pillars-intro { text-align: center; max-width: 780px; margin: 0 auto 56px auto; }
.pillars-intro p { font-size: 19px; line-height: 1.75; color: #1A1A1A; margin: 0; font-weight: 400; }
.pillar-card {
  background: #FFFFFF; border: 1px solid #EAEAEA; border-top: 5px solid; border-radius: 14px;
  padding: 32px 26px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.pillar-card--blue { border-top-color: #0050C8; }
.pillar-card--green { border-top-color: #00821E; }
.pillar-card--gold { border-top-color: #FFC300; }
.pillar-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.pillar-icon--blue { background: #E7EFFC; }
.pillar-icon--green { background: #E5F3E8; }
.pillar-icon--gold { background: #FFF6DC; }
.pillar-icon-shape { width: 22px; height: 22px; }
.pillar-icon-shape--circle { border-radius: 50%; background: #0050C8; }
.pillar-icon-shape--square { border-radius: 4px; background: #00821E; }
.pillar-icon-shape--diamond { transform: rotate(45deg); background: #FFC300; }
.pillar-title { font-size: 19px; font-weight: 700; margin: 0 0 10px 0; color: #000000; }
.pillar-desc { font-size: 14.5px; line-height: 1.6; color: #444444; margin: 0; }

/* ===== Welcome message ===== */
.welcome-section { background: #F5F8FD; padding: 88px 40px; }
.welcome-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: 56px; align-items: start; }
.welcome-photo { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.welcome-photo-circle {
  width: 260px; height: 260px; border-radius: 50%;
  background: repeating-linear-gradient(135deg, #E3ECFB, #E3ECFB 10px, #DAE6F8 10px, #DAE6F8 20px);
  display: flex; align-items: center; justify-content: center; border: 6px solid #FFFFFF;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.welcome-photo-label { font-size: 11px; font-family: 'Inter', sans-serif; color: #6B7A99; letter-spacing: 0.5px; }
.welcome-signature { font-family: 'Kalam', cursive; font-size: 30px; color: #0050C8; margin-bottom: 6px; }
.welcome-name { font-weight: 700; font-size: 15px; color: #000000; }
.welcome-title { font-size: 13px; color: #555555; font-weight: 500; }
.welcome-heading { font-size: 30px; font-weight: 800; line-height: 1.3; margin: 0 0 26px 0; color: #000000; }
.welcome-body { display: flex; flex-direction: column; gap: 18px; }
.welcome-body p { font-size: 16px; line-height: 1.8; color: #1A1A1A; margin: 0; }

/* ===== Partners marquee ===== */
.partners-section { padding: 72px 0; background: #FFFFFF; }
.partners-header { text-align: center; margin-bottom: 44px; padding: 0 40px; }
.partners-header h2 { font-size: 26px; font-weight: 800; margin: 0; color: #000000; }
.marquee-viewport {
  overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 22s linear infinite; }
.marquee-item {
  width: 160px; height: 76px; background: #F7F8FA; border: 1px solid #EDEDED; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.marquee-item span { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px; color: #7A7A7A; letter-spacing: 0.5px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Article / update cards (shared: Home updates + News list) ===== */
.article-card {
  text-decoration: none; color: inherit; background: #FFFFFF; border: 1px solid #EAEAEA;
  border-radius: 14px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.article-card-img { height: 180px; display: flex; align-items: center; justify-content: center; }
.article-card-img span { font-family: 'Inter', sans-serif; font-size: 11px; color: rgba(0,0,0,0.35); letter-spacing: 0.5px; }
.article-card-body { padding: 22px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.article-date { font-size: 12.5px; color: #0050C8; font-weight: 700; }
.article-title { font-size: 17px; font-weight: 700; margin: 0; line-height: 1.35; color: #000000; }
.article-excerpt { font-size: 14px; line-height: 1.6; color: #555555; margin: 0; flex: 1; }
.article-readmore { font-size: 13.5px; font-weight: 700; color: #00821E; }
.section-header-row {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
  margin-bottom: 40px; flex-wrap: wrap;
}
.section-header-row h2 { font-size: 28px; font-weight: 800; margin: 0; color: #000000; }
.btn-outline-blue {
  text-decoration: none; color: #0050C8; font-weight: 700; font-size: 14.5px;
  border: 2px solid #0050C8; padding: 12px 24px; border-radius: 8px; display: inline-block;
}

/* ===== Mission / Vision / Values rows ===== */
.mvv-row { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: center; }
.mvv-row--spaced { margin-bottom: 56px; }
.mvv-row--rev { grid-template-columns: 420px 1fr; }
.mvv-row--rev .mvv-img { order: -1; }
.mvv-heading { font-size: 28px; font-weight: 800; margin: 0 0 20px 0; color: #000000; }
.mvv-body { font-size: 16px; line-height: 1.85; color: #1A1A1A; margin: 0; }
.mvv-img {
  width: 100%; height: 320px; border-radius: 16px; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.mvv-img span { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0.5px; }
.mvv-img--vision { background: repeating-linear-gradient(135deg, #E7EFFC, #E7EFFC 12px, #DAE6F8 12px, #DAE6F8 24px); }
.mvv-img--vision span { color: #6B7A99; }
.mvv-img--mission { background: repeating-linear-gradient(135deg, #E5F3E8, #E5F3E8 12px, #D6ECDA 12px, #D6ECDA 24px); }
.mvv-img--mission span { color: #4E7A58; }
.mvv-img--values { background: repeating-linear-gradient(135deg, #FFF6DC, #FFF6DC 12px, #FCEBB8 12px, #FCEBB8 24px); }
.mvv-img--values span { color: #8A6D00; }
.eyebrow--gold { color: #B98A00; }

.value-card { background: #FFFFFF; border: 1px solid #EAEAEA; border-top: 5px solid; border-radius: 14px; padding: 26px 22px; }
.value-card--blue { border-top-color: #0050C8; }
.value-card--green { border-top-color: #00821E; }
.value-card--gold { border-top-color: #FFC300; }
.value-card--navy { border-top-color: #00408F; }
.value-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.value-icon--blue { background: #E7EFFC; }
.value-icon--green { background: #E5F3E8; }
.value-icon--gold { background: #FFF6DC; }
.value-icon--navy { background: #E4EAF6; }
.value-icon-shape { width: 18px; height: 18px; }
.value-icon-shape--circle { border-radius: 50%; background: #0050C8; }
.value-icon-shape--square { border-radius: 4px; background: #00821E; }
.value-icon-shape--diamond { transform: rotate(45deg); background: #FFC300; }
.value-icon-shape--circle-navy { border-radius: 50%; background: #00408F; }
.value-title { font-size: 16px; font-weight: 700; margin: 0 0 6px 0; color: #000000; }
.value-desc { font-size: 13.5px; line-height: 1.55; color: #444444; margin: 0; }

/* ===== Goal & Objectives ===== */
.goal-list { display: flex; flex-direction: column; gap: 20px; }
.goal-item { display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; }
.goal-item--card { background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 14px; padding: 24px; }
.goal-number {
  width: 44px; height: 44px; border-radius: 50%; color: #FFFFFF; font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.goal-number--blue { background: #0050C8; }
.goal-number--green { background: #00821E; }
.goal-number--gold { background: #FFC300; color: #000000; }
.goal-item-title { font-size: 16.5px; font-weight: 700; margin: 0 0 6px 0; color: #000000; }
.goal-item-desc { font-size: 15px; line-height: 1.7; color: #333333; margin: 0; }
.goal-item ul { margin: 12px 0 0 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.goal-item li { font-size: 14.5px; line-height: 1.6; color: #333333; }

/* ===== Partners & Sponsorship ===== */
.partner-card { background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 16px; padding: 28px 24px; display: flex; flex-direction: column; gap: 16px; }
.partner-card--sponsor { border-top: 4px solid #FFC300; }
.partner-logo { width: 64px; height: 64px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.partner-logo span { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 0.5px; }
.partner-logo--blue { background: #E7EFFC; } .partner-logo--blue span { color: #0050C8; }
.partner-logo--green { background: #E5F3E8; } .partner-logo--green span { color: #00821E; }
.partner-logo--navy { background: #E4EAF6; } .partner-logo--navy span { color: #00408F; }
.partner-logo--gold { background: #FFF6DC; } .partner-logo--gold span { color: #B98A00; }
.partner-name { font-size: 17px; font-weight: 800; margin: 0 0 6px 0; color: #000000; }
.partner-desc { font-size: 13.5px; line-height: 1.6; color: #555555; margin: 0; }
.partner-link { margin-top: auto; text-decoration: none; font-weight: 700; font-size: 13.5px; display: inline-flex; align-items: center; gap: 6px; }
.partner-link--blue { color: #0050C8; }
.partner-link--green { color: #00821E; }
.partner-link--gold { color: #B98A00; }
.partners-cta { background: #F5F8FD; padding: 64px 40px; text-align: center; }
.partners-cta h2 { font-size: 24px; font-weight: 800; margin: 0 0 12px 0; color: #000000; }
.partners-cta p { font-size: 15px; color: #444444; margin: 0 0 26px 0; }
.btn-solid-blue {
  display: inline-block; background: #0050C8; color: #FFFFFF; text-decoration: none;
  font-weight: 700; font-size: 15px; padding: 14px 30px; border-radius: 8px;
}

/* ===== Board member cards + modal (Honorary / International / Executive) ===== */
.board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.board-card { background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 16px; padding: 28px 24px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.board-photo { width: 108px; height: 108px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; flex-shrink: 0; }
img.board-photo, img.modal-photo { object-fit: cover; }
.tint-1 { background: #E7EFFC; }
.tint-2 { background: #E5F3E8; }
.tint-3 { background: #FFF6DC; }
.tint-4 { background: #E4EAF6; }
.tint-5 { background: #F3E8F5; }
.board-photo span { font-family: 'Inter', sans-serif; font-size: 10px; color: rgba(0,0,0,0.35); letter-spacing: 0.5px; }
.board-name { font-size: 18px; font-weight: 800; margin: 0 0 4px 0; color: #000000; }
.board-position { font-size: 13.5px; font-weight: 600; margin-bottom: 14px; }
.board-bio { font-size: 14px; line-height: 1.6; color: #444444; margin: 0 0 20px 0; flex: 1; }
.board-readmore-btn { background: none; font-weight: 700; font-size: 13.5px; padding: 10px 22px; border-radius: 8px; cursor: pointer; font-family: inherit; }

.accent-blue .board-position, .accent-blue .modal-position { color: #0050C8; }
.accent-blue .board-readmore-btn { border: 2px solid #0050C8; color: #0050C8; }
.accent-green .board-position, .accent-green .modal-position { color: #00821E; }
.accent-green .board-readmore-btn { border: 2px solid #00821E; color: #00821E; }
.accent-gold .board-position, .accent-gold .modal-position { color: #B98A00; }
.accent-gold .board-readmore-btn { border: 2px solid #B98A00; color: #B98A00; }

.modal-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 200;
  align-items: center; justify-content: center; padding: 24px;
}
.modal-overlay.is-open { display: flex; }
.modal-box { background: #FFFFFF; border-radius: 18px; max-width: 560px; width: 100%; max-height: 85vh; overflow-y: auto; padding: 36px; position: relative; }
.modal-close {
  position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; border-radius: 50%;
  background: #F2F5FB; border: none; font-size: 16px; cursor: pointer; color: #333333;
}
.modal-photo-wrap { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 24px; }
.modal-photo { width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.modal-photo span { font-family: 'Inter', sans-serif; font-size: 10px; color: rgba(0,0,0,0.35); letter-spacing: 0.5px; }
.modal-name { font-size: 22px; font-weight: 800; margin: 0 0 4px 0; color: #000000; }
.modal-bio { font-size: 15px; line-height: 1.8; color: #333333; margin: 0; }

/* ===== Upcoming Events ===== */
.events-list { display: flex; flex-direction: column; gap: 24px; }
.event-card { background: #FFFFFF; border: 1px solid #EAEAEA; border-radius: 16px; padding: 28px 30px; display: flex; align-items: center; gap: 28px; }
.event-date-box {
  flex-shrink: 0; width: 84px; height: 84px; border-radius: 12px; background: #F2F5FB;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.event-date-month { font-size: 11px; font-weight: 700; color: #0050C8; letter-spacing: 0.5px; }
.event-date-day { font-size: 26px; font-weight: 800; color: #000000; line-height: 1.1; }
.event-date-year { font-size: 11px; font-weight: 600; color: #555555; }
.event-content { flex: 1; min-width: 0; }
.event-title { font-size: 18px; font-weight: 800; margin: 0 0 6px 0; color: #000000; }
.event-excerpt { font-size: 14px; line-height: 1.6; color: #555555; margin: 0 0 10px 0; }
.event-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 13px; color: #333333; font-weight: 600; }
.event-details-btn {
  flex-shrink: 0; background: none; border: 2px solid #0050C8; color: #0050C8; font-weight: 700;
  font-size: 13.5px; padding: 12px 22px; border-radius: 8px; cursor: pointer; font-family: inherit; white-space: nowrap;
}
.modal-badge {
  display: inline-block; background: #E7EFFC; color: #0050C8; font-size: 12px; font-weight: 700;
  letter-spacing: 0.5px; padding: 5px 12px; border-radius: 999px; margin-bottom: 16px;
}
.modal-title { font-size: 24px; font-weight: 800; margin: 0 0 16px 0; color: #000000; }
.modal-meta-box { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; padding: 16px; background: #F9FAFB; border-radius: 10px; }
.modal-meta-box div { font-size: 14px; color: #333333; }
.modal-desc { font-size: 15px; line-height: 1.8; color: #333333; margin: 0 0 24px 0; }

/* ===== News & Announcements ===== */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-detail-section { padding: 48px 40px 100px 40px; max-width: 780px; margin: 0 auto; }
.news-back-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #0050C8; font-weight: 700; font-size: 14px; margin-bottom: 28px; }
.news-detail-date { font-size: 13px; color: #0050C8; font-weight: 700; }
.news-detail-title { font-size: 32px; font-weight: 800; line-height: 1.3; margin: 10px 0 24px 0; color: #000000; }
.news-detail-img { height: 320px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; }
.news-detail-img span { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(0,0,0,0.35); letter-spacing: 0.5px; }
.news-detail-body { display: flex; flex-direction: column; gap: 18px; }
.news-detail-body p { font-size: 16px; line-height: 1.8; color: #1A1A1A; margin: 0; }
.is-hidden { display: none !important; }

/* ===== Responsive ===== */
@media (max-width: 1040px) {
  .desktop-nav { display: none !important; }
  .mobile-toggle { display: flex !important; }
  .section-pad { padding-left: 24px !important; padding-right: 24px !important; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
  .page-hero__title { font-size: 34px !important; }
  .contact-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 1040px) {
  .hero-title { font-size: 32px !important; }
  .hero-sub { font-size: 16px !important; }
  .hero-content { padding-left: 76px !important; padding-right: 76px !important; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .welcome-grid { grid-template-columns: 1fr !important; }
  .welcome-photo { order: -1; margin: 0 auto; }
  .mvv-row { grid-template-columns: 1fr !important; }
  .mvv-row--rev .mvv-img { order: -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .board-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .news-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 560px) {
  .hero-content { padding-left: 66px !important; padding-right: 24px !important; }
  .goal-item { grid-template-columns: 36px 1fr !important; }
  .grid-4 { grid-template-columns: 1fr !important; }
  .board-grid { grid-template-columns: 1fr !important; }
  .news-grid { grid-template-columns: 1fr !important; }
  .event-card { flex-direction: column; align-items: flex-start; }
}

/* ===== Scroll reveal ===== */
.js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-reveal.is-revealed { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .js-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero-slide-bg { transition: none !important; transform: none !important; }
}

/* ===== Hover micro-interactions ===== */
.pillar-card, .value-card, .board-card, .partner-card, .article-card, .event-card, .goal-item--card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pillar-card:hover, .value-card:hover, .board-card:hover, .partner-card:hover, .event-card:hover, .goal-item--card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}
.article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.1);
}
.marquee-item, .lang-btn, .mobile-lang-btn {
  transition: transform 0.2s ease;
}

.hero-cta, .btn-solid-blue, .btn-outline-blue, .submit-btn, .board-readmore-btn, .event-details-btn, .form-success__reset {
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.hero-cta:hover, .btn-solid-blue:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.btn-outline-blue:hover, .board-readmore-btn:hover, .event-details-btn:hover, .form-success__reset:hover { transform: translateY(-2px); }
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,80,200,0.25); }

.partner-link { transition: gap 0.2s ease; }
.partner-link:hover { gap: 10px; }

.nav-link, .dropdown-link, .footer-links a, .footer-social a {
  transition: color 0.2s ease, background 0.2s ease;
}
.footer-social a:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); transition: transform 0.2s ease, background 0.2s ease; }

@media (prefers-reduced-motion: reduce) {
  .pillar-card, .value-card, .board-card, .partner-card, .article-card, .event-card, .goal-item--card,
  .hero-cta, .btn-solid-blue, .btn-outline-blue, .submit-btn, .board-readmore-btn, .event-details-btn, .footer-social a {
    transition: none !important;
    transform: none !important;
  }
}
