/*
Theme Name: JCI Hoi An Theme V6 Updated
Theme URI: https://jcihoian.vn/
Author: Go Media Vietnam
Description: WordPress Theme dành cho Liên đoàn Lãnh đạo và Doanh nhân Trẻ JCI Hội An (Bản cập nhật).
Version: 1.0.1
Text Domain: jci-hoian
*/
@font-face {
  font-family: 'Beautique Display';
  src: url('assets/fonts/BeautiqueDisplay.woff2') format('woff2'),
       url('assets/fonts/BeautiqueDisplay.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-dark: #9A7530;
  --cream: #FAF7F0;
  --cream-dark: #F0EBE0;
  --brown: #1A3E68;
  --brown-dark: #0F2640;
  --red-lantern: #C0392B;
  --teal: #1A6B5A;
  --teal-light: #2D9B82;
  --white: #FFFFFF;
  --text-dark: #0A1424;
  --text-mid: #2C3E55;
  --text-muted: #60738C;
  --border: rgba(201,168,76,0.25);
  --shadow: 0 8px 32px rgba(15, 38, 64, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background-color: #0F0C07; /* Dark background matching the footer so bounce/overscroll is dark */
}

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ── TOPBAR ── */
.topbar {
  background: var(--brown-dark);
  color: var(--gold-light);
  font-size: 12px;
  padding: 8px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-left { display: flex; align-items: center; gap: 16px; }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.topbar-sponsor {
  display: flex; align-items: center; gap: 8px;
  font-weight: 500; letter-spacing: 0.05em;
}
.topbar-sponsor span { opacity: 0.6; }
.social-icon {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(201,168,76,0.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light); font-size: 12px; text-decoration: none;
  border: 1px solid rgba(201,168,76,0.3);
  transition: all 0.2s;
}
.social-icon:hover { background: var(--gold); color: var(--brown-dark); }

/* ── NAVBAR ── */
nav {
  background: var(--white);
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 20px rgba(90,74,42,0.08);
}
.logo-wrap { display: flex; align-items: center; gap: 14px; padding: 8px 0; text-decoration: none; }
.logo-img {
  height: 118px;
  width: auto;
  object-fit: contain;
}
.logo-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700; color: var(--white);
  font-size: 14px; letter-spacing: 1px;
  border: 2px solid var(--gold-dark);
}
.logo-icon small { font-size: 8px; letter-spacing: 2px; font-family: 'Be Vietnam Pro', sans-serif; font-weight: 500; }
.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.logo-text h1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  line-height: 1.1;
  margin: 0;
  transition: color 0.2s;
}
.logo-wrap:hover .logo-text h1 {
  color: var(--gold);
}
.logo-text p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  color: var(--text-dark);
  opacity: 0.7;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.03em;
  text-transform: none;
}
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  padding: 8px 14px; font-size: 13.5px; font-weight: 500;
  color: var(--text-mid); text-decoration: none; border-radius: 6px;
  transition: all 0.2s; position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--brown-dark); background: var(--cream); }
.nav-cta {
  background: var(--gold) !important; color: var(--brown-dark) !important;
  padding: 9px 20px !important; border-radius: 6px !important; font-weight: 600 !important;
  transition: all 0.2s !important;
}
.nav-cta:hover { background: var(--gold-dark) !important; color: var(--white) !important; transform: translateY(-1px); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute; top: 100%; left: 0; background: var(--white);
  min-width: 200px; border-radius: 8px; padding: 8px;
  box-shadow: 0 8px 32px rgba(90,74,42,0.15); border: 1px solid var(--border);
  opacity: 0; pointer-events: none; transform: translateY(-8px);
  transition: all 0.2s;
}
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; pointer-events: all; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: 8px 12px; font-size: 13px; color: var(--text-mid); border-radius: 6px; }
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--brown-dark); }

/* Mobile Toggle Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
  outline: none;
}
.mobile-menu-toggle .bar {
  width: 100%;
  height: 3px;
  background-color: var(--brown-dark);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mobile-menu-toggle.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 991px) {
  nav {
    padding: 0 24px;
    height: 80px;
  }
  .logo-wrap {
    gap: 10px;
    padding: 6px 0;
  }
  .logo-img {
    height: 52px;
  }
  .logo-text h1 {
    font-size: 16px;
  }
  .logo-text p {
    display: block;
    font-size: 8.5px;
    letter-spacing: 0.05em;
    margin-top: 2px;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .nav-links {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 24px;
    border-bottom: 2px solid var(--border);
    box-shadow: 0 10px 30px rgba(15, 38, 64, 0.1);
    
    /* GPU-accelerated premium entrance */
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                visibility 0.4s;
  }
  .nav-links.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
  }
  .nav-links > a, .nav-links > .nav-dropdown {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .nav-links.open > a, .nav-links.open > .nav-dropdown {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Stagger delays for beautiful waterfall effect */
  .nav-links.open > *:nth-child(1) { transition-delay: 0.04s; }
  .nav-links.open > *:nth-child(2) { transition-delay: 0.08s; }
  .nav-links.open > *:nth-child(3) { transition-delay: 0.12s; }
  .nav-links.open > *:nth-child(4) { transition-delay: 0.16s; }
  .nav-links.open > *:nth-child(5) { transition-delay: 0.20s; }
  .nav-links.open > *:nth-child(6) { transition-delay: 0.24s; }
  .nav-links.open > *:nth-child(7) { transition-delay: 0.28s; }

  .nav-links a {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14.5px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.08);
  }
  .nav-links a:hover, .nav-links a.active {
    background: var(--cream);
    color: var(--brown-dark);
  }
  .nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding: 0 16px;
    background: var(--cream);
    margin-top: 4px;
    width: 100%;
    border-radius: 6px;
    
    /* Accordion slide effect */
    display: block !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: max-height 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
                opacity 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
                transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
                padding 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .nav-dropdown.open .nav-dropdown-menu {
    max-height: 250px;
    opacity: 1;
    transform: translateY(0);
    padding: 8px 16px;
  }
  .nav-dropdown-menu a {
    border-bottom: none;
    padding: 10px 14px;
    font-size: 13.5px;
    opacity: 1;
    transform: none;
    transition: color 0.2s ease;
  }
  .nav-cta {
    text-align: center;
    margin-top: 12px !important;
    background: var(--gold) !important;
    color: var(--brown-dark) !important;
    font-weight: 700 !important;
    border-bottom: none !important;
  }
  .scrolly-slide {
    padding-top: 90px;
  }
}

/* ── HERO ── */
.hero {
  position: relative; overflow: hidden;
  min-height: 90vh;
  display: flex; align-items: center;
  background: #0d121f; /* Màu nền tối của Spline */
}

/* ── HERO SCROLLYTELLING ── */
.hero-scrollytelling {
  position: relative;
  height: 100vh;
  background: #0d121f;
  margin: 0;
  padding: 0;
}
.video-sticky-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-sticky-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.scrolly-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s;
}
.scrolly-slide.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}
.scrolly-content-centered {
  max-width: 820px;
  text-align: center;
  color: var(--white);
  padding: 0 40px;
}
.scrolly-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold-light);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.scrolly-tag::before {
  content: '●';
  font-size: 8px;
  color: var(--gold-light);
  animation: pulse 2s infinite;
}
.scrolly-content-centered h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.01em;
}
.scrolly-content-centered h2 .gradient-text {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.scrolly-content-centered p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.9;
  color: #FAF7F0;
  font-weight: 400;
  letter-spacing: 0.01em;
  max-width: 680px;
  margin: 0 auto;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.scrolly-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.scrolly-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 48px 100px 48px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  box-sizing: border-box;
}
.scrolly-content-left {
  max-width: 720px;
  text-align: left;
  color: var(--white);
  pointer-events: none;
}
.scrolly-content-left * {
  pointer-events: auto;
}
.scrolly-content-left h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.01em;
}
.scrolly-content-left h2 .gradient-text {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.scrolly-content-left p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.9;
  color: #FAF7F0;
  font-weight: 400;
  letter-spacing: 0.01em;
  max-width: 680px;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.scrolly-content-left .scrolly-btns {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .scrolly-container {
    padding: 0 24px 60px 24px;
  }
}
.hero-bg-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero-bg-parallax {
  position: absolute;
  inset: -6%;
  width: 112%;
  height: 112%;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: ken-burns-ambient 40s ease-in-out infinite alternate;
  will-change: transform;
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30, 20, 10, 0.85) 0%, rgba(154, 117, 48, 0.2) 40%, transparent 85%),
              linear-gradient(to right, rgba(13, 18, 31, 0.95) 0%, rgba(13, 18, 31, 0.7) 30%, rgba(13, 18, 31, 0.1) 60%, transparent 80%);
  z-index: 2;
  pointer-events: none;
}

@keyframes ken-burns-ambient {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(-1.5%, 1%);
  }
  100% {
    transform: scale(1.05) translate(1%, -0.5%);
  }
}
/* ── HERO CONTAINER ── */
.hero-container {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 48px;
  position: relative;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.hero-content * {
  pointer-events: auto;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold-light);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-tag::before {
  content: '●';
  font-size: 8px;
  color: var(--gold-light);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero h2, .hero-scrollytelling h2, .hero-content h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white) !important;
  margin-bottom: 24px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.01em;
}
.hero-content h2 .gradient-text,
.hero-content h2 .hero-rotator span,
.scrolly-content-centered h2 .gradient-text {
  text-shadow: none !important;
  filter: none !important;
}
.hero h2 .gradient-text {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero p, .hero-scrollytelling p, .hero-content p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 16.5px;
  line-height: 1.9;
  color: #FAF7F0 !important;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  max-width: 560px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.highlight-gold {
  color: var(--gold-light);
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(232, 201, 122, 0.25);
}


/* ── BUTTONS ── */
.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--brown-dark);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: all 0.6s ease;
  z-index: -1;
}
.btn-primary:hover::before {
  left: 100%;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(201, 168, 76, 0.5);
  color: var(--white);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-3px);
}

/* ── HERO RIGHT GLASS CARD ── */
.hero-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-glass-card {
  background: rgba(20, 24, 38, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 
              inset 0 0 20px rgba(201, 168, 76, 0.05);
  position: relative;
  z-index: 2;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: rotate(-1deg);
  animation: float-badge-new 6s ease-in-out infinite alternate;
}
.hero-glass-card:hover {
  transform: rotate(0deg) translateY(-8px);
  border-color: rgba(201, 168, 76, 0.5);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), 
              0 0 30px rgba(201, 168, 76, 0.2);
}

.card-glow {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(232, 201, 122, 0.12) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.hero-glass-card .hero-badge {
  background: transparent;
  color: var(--gold-light);
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.08em;
  box-shadow: none;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 auto;
  display: block;
}

.card-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.25), transparent);
  margin: 20px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(201, 168, 76, 0.08);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  transition: all 0.3s ease;
}
.stat-card:hover {
  background: rgba(201, 168, 76, 0.06);
  border-color: rgba(201, 168, 76, 0.25);
  transform: translateY(-2px);
}

.stat-num-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: var(--gold-light);
}

.stat-num, .stat-num-no-anim {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold-light);
}

.stat-plus {
  font-size: 18px;
  font-weight: 700;
  margin-left: 2px;
}

.stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

@keyframes float-badge-new {
  0% { transform: rotate(-1deg) translateY(0); }
  100% { transform: rotate(1deg) translateY(-10px); }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .hero-container {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    padding: 60px 32px;
  }
  .hero-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-btns {
    justify-content: flex-start;
  }
  .hero-glass-card {
    padding: 24px 20px;
    max-width: 340px;
    margin: 0;
  }
  .stat-card {
    padding: 12px 8px;
  }
  .stat-num, .stat-num-no-anim {
    font-size: 24px;
  }
  .stat-label {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .hero-scrollytelling {
    height: auto !important;
    min-height: 100vh;
  }
  .video-sticky-wrapper {
    position: relative !important;
    height: auto !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .scrolly-slide {
    position: absolute;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transform: none !important;
  }
  .scrolly-slide.active {
    position: relative !important;
    height: auto !important;
    min-height: calc(100vh - 80px);
    overflow: visible;
    pointer-events: auto;
    display: flex;
  }
  .hero-container {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 16px;
    text-align: center;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero h2, .hero-scrollytelling h2, .hero-content h2,
  .scrolly-content-centered h2, .scrolly-content-left h2 {
    font-size: clamp(24px, 7vw, 36px) !important;
    line-height: 1.25;
    margin-bottom: 12px;
  }
  .hero p, .hero-scrollytelling p, .hero-content p,
  .scrolly-content-centered p, .scrolly-content-left p {
    font-size: 13.5px !important;
    line-height: 1.65;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .hero-tag, .scrolly-tag {
    margin-bottom: 12px;
    padding: 4px 10px;
    font-size: 10px;
  }
  .hero-btns, .scrolly-btns {
    justify-content: center;
    gap: 10px;
  }
  .btn-primary, .btn-outline {
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 6px;
  }
  .hero-right {
    justify-content: center;
  }
  .hero-glass-card {
    padding: 16px 20px;
    max-width: 320px;
    border-radius: 12px;
    margin-top: -20px;
  }
  .hero-glass-card .hero-badge {
    font-size: 9.5px;
  }
  .card-divider {
    margin: 8px 0;
  }
  .stats-grid {
    gap: 8px;
  }
  .stat-card {
    padding: 8px 6px;
    border-radius: 8px;
  }
  .stat-num, .stat-num-no-anim {
    font-size: 20px;
  }
  .stat-label {
    font-size: 9px;
    margin-top: 2px;
  }
  .scrolly-container {
    padding: 0 16px 32px 16px;
  }
  .twinning-card {
    padding: 24px 20px;
  }
  .twinning-card h4 {
    font-size: 15.5px;
  }
}

/* ── SECTION HEADER ── */
.section-header { text-align: center; margin-bottom: 48px; }
.section-tag {
  display: inline-block;
  color: var(--gold-dark); font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
}
.section-title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700; color: var(--brown-dark); line-height: 1.2;
  margin-bottom: 12px;
}
.section-sub { font-size: 15px; color: var(--text-mid); max-width: 680px; margin: 0 auto; line-height: 1.7; }
.section-divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  margin: 16px auto 0; border-radius: 2px;
}

/* ── ABOUT SECTION ── */
.about { padding: 96px 80px; background: var(--white); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center; max-width: 1200px; margin: 0 auto;
}
.about-img {
  position: relative; border-radius: 16px; overflow: hidden;
  background: linear-gradient(to top, rgba(154, 117, 48, 0.85) 0%, rgba(154, 117, 48, 0) 33%),
              url('assets/images/_DSC7309.jpg') no-repeat center center;
  background-size: cover;
  aspect-ratio: 4/5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 20px;
  gap: 12px;
  box-shadow: var(--shadow);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.about-img:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 20px 40px rgba(90, 74, 42, 0.2);
}
.about-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.06) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.8s ease-in-out;
  pointer-events: none;
}
.about-img:hover::after {
  transform: translateX(100%);
}
.about-img-inner { 
  text-align: left; 
  padding: 24px; 
  background: rgba(15, 12, 10, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: var(--white); 
  transition: transform 0.4s ease;
  z-index: 2;
}
.about-img:hover .about-img-inner {
  transform: scale(1.02);
}
.about-img-inner h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 10px;
  color: var(--gold-light);
  font-weight: 600;
}
.about-img-inner p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
}

.about-quote {
  background: rgba(201, 168, 76, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-left: 3px solid var(--gold);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  font-style: italic;
  color: var(--gold-light);
  z-index: 2;
  transition: all 0.4s ease;
  text-align: left;
}
.about-img:hover .about-quote {
  background: rgba(201, 168, 76, 0.2);
  border-left-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.about-content {}
.about-content p { font-size: 15.5px; line-height: 1.85; color: var(--text-mid); margin-bottom: 20px; text-align: justify; }
.about-content .btn-outline {
  background: transparent;
  color: var(--brown-dark);
  border: 1.5px solid var(--gold-dark);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.about-content .btn-outline:hover {
  background: var(--brown-dark);
  color: var(--white);
  border-color: var(--brown-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(58, 46, 24, 0.15);
}
.about-highlights {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0;
}
.highlight-card {
  padding: 20px; border-radius: 10px;
  background: var(--cream); border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
}
.highlight-card h4 { font-size: 14px; font-weight: 700; color: var(--brown-dark); margin-bottom: 6px; }
.highlight-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; text-align: left; }
.highlight-icon { font-size: 22px; margin-bottom: 8px; }

/* ── MISSION PILLARS ── */
.pillars { padding: 96px 80px; background: linear-gradient(180deg, #070F1E 0%, #0F2640 100%); position: relative; overflow: hidden; }
.pillars .section-title { color: var(--gold-light); }
.pillars .section-sub { color: rgba(255,255,255,0.7); }
.pillars .section-tag { color: var(--gold); border-color: var(--gold); }
.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 1200px; margin: 48px auto 0; }

.pillar-card {
  padding: 48px 32px 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  /* Default mouse variable values */
  --mouse-x: 50%;
  --mouse-y: 50%;
}

/* Individual pillar color coordinates */
.pillar-individual { --pillar-color-rgb: 45, 155, 130; }
.pillar-community { --pillar-color-rgb: 39, 174, 96; }
.pillar-international { --pillar-color-rgb: 41, 128, 185; }
.pillar-business { --pillar-color-rgb: 201, 168, 76; }

/* Interactive mouse glow */
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(320px circle at var(--mouse-x) var(--mouse-y), rgba(var(--pillar-color-rgb), 0.15), transparent 75%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pillar-card:hover::before {
  opacity: 1;
}

/* Hover lift and card interactions */
.pillar-card:hover {
  border-color: rgba(var(--pillar-color-rgb), 0.4);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3), 
              0 0 30px rgba(var(--pillar-color-rgb), 0.15),
              inset 0 1px 1px rgba(255, 255, 255, 0.15);
  transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.4s ease, 
              box-shadow 0.4s ease;
}

/* Stagger delays for scroll reveal */
.pillar-card:nth-child(1) { transition-delay: 0.05s; }
.pillar-card:nth-child(2) { transition-delay: 0.15s; }
.pillar-card:nth-child(3) { transition-delay: 0.25s; }
.pillar-card:nth-child(4) { transition-delay: 0.35s; }

/* Large decorative watermark numbers in the top-right corner */
.pillar-num {
  position: absolute;
  top: 8px;
  right: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.pillar-card:hover .pillar-num {
  color: rgba(var(--pillar-color-rgb), 1);
  opacity: 0.08;
  transform: translateY(4px) scale(1.05);
}

/* Icon shield wrapper */
.pillar-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 28px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.pillar-svg {
  width: 36px;
  height: 36px;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.pillar-card:hover .pillar-icon {
  background: rgba(var(--pillar-color-rgb), 0.1);
  border-color: rgba(var(--pillar-color-rgb), 0.35);
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 10px 24px rgba(var(--pillar-color-rgb), 0.25);
}

/* Card titles & descriptions */
.pillar-title-group {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.pillar-subtitle {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(var(--pillar-color-rgb), 0.85);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 4px;
}

.pillar-title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin: 0;
}

.pillar-card p {
  font-size: 13px;
  color: rgba(250, 247, 240, 0.65);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
  text-align: justify;
}
.pillar-card:hover p {
  color: rgba(250, 247, 240, 0.9);
}

/* Learn more CTA link */
.pillar-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(var(--pillar-color-rgb), 0.7);
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.pillar-arrow {
  width: 16px;
  height: 16px;
  stroke: rgba(var(--pillar-color-rgb), 0.7);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.pillar-card:hover .pillar-cta {
  color: rgba(var(--pillar-color-rgb), 1);
}

.pillar-card:hover .pillar-arrow {
  transform: translateX(4px);
  stroke: rgba(var(--pillar-color-rgb), 1);
}

/* ── PROJECTS ── */
.projects { padding: 96px 80px; background: var(--cream); }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1200px; margin: 0 auto; }
.project-card {
  border-radius: 14px; overflow: hidden;
  background: var(--white); border: 1px solid var(--border);
  box-shadow: var(--shadow); transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.project-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(90,74,42,0.15); }
.project-img {
  height: 200px;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px; position: relative; overflow: hidden;
}
.project-img.cat-1 { background: linear-gradient(135deg, #1A6B5A 0%, #2D9B82 100%); }
.project-img.cat-2 { background: linear-gradient(135deg, #9A7530 0%, #C9A84C 100%); }
.project-img.cat-3 { background: linear-gradient(135deg, #5C4A2A 0%, #8A7D65 100%); }
.project-cat {
  position: absolute; top: 12px; right: 12px;
  background: rgba(255,255,255,0.9); color: var(--brown-dark);
  padding: 4px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
}
.project-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.project-date { font-size: 11px; color: var(--text-muted); margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.project-body h3 { font-size: 16px; font-weight: 700; color: var(--brown-dark); margin-bottom: 10px; line-height: 1.4; }
.project-body p { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; }
.project-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto; color: var(--gold-dark); font-size: 13px; font-weight: 600;
  text-decoration: none; transition: gap 0.2s;
  padding-top: 16px;
}
.project-link:hover { gap: 10px; }

/* ── NEWS ── */
.news { padding: 96px 80px; background: var(--white); }
.news-tabs { display: flex; gap: 4px; margin-bottom: 40px; justify-content: center; }
.news-tab {
  padding: 9px 20px; border-radius: 20px;
  font-size: 13px; font-weight: 600; cursor: pointer;
  border: 1px solid var(--border); background: transparent;
  color: var(--text-mid); transition: all 0.2s;
  text-decoration: none; display: inline-block;
}
.news-tab.active { background: var(--gold); border-color: var(--gold); color: var(--brown-dark); }
.news-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 28px; max-width: 1200px; margin: 0 auto; }
.news-featured {
  border-radius: 14px; overflow: hidden;
  background: var(--cream); border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.news-featured-img {
  height: 280px; background: linear-gradient(135deg, var(--brown-dark) 0%, var(--brown) 60%, var(--gold-dark) 100%);
  display: flex; align-items: flex-end; padding: 24px; position: relative;
}
.news-featured-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(58,46,24,0.85) 100%);
}
.news-featured-img-text { position: relative; z-index: 1; }
.news-featured-img-text .news-cat {
  background: var(--gold); color: var(--brown-dark);
  padding: 4px 10px; border-radius: 4px; font-size: 11px; font-weight: 700;
  display: inline-block; margin-bottom: 10px;
}
.news-featured-img-text h3 { color: var(--white); font-size: 22px; font-weight: 700; line-height: 1.3; font-family: 'Be Vietnam Pro', sans-serif; }
.news-featured-body { padding: 24px; }
.news-featured-body p { font-size: 14.5px; color: var(--text-mid); line-height: 1.75; margin-bottom: 16px; }
.news-date { font-size: 12px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }

.news-list { display: flex; flex-direction: column; gap: 16px; }
.news-item {
  display: flex; gap: 14px; padding: 16px; border-radius: 10px;
  background: var(--cream); border: 1px solid var(--border);
  transition: all 0.2s; cursor: pointer; text-decoration: none;
}
.news-item:hover { background: var(--white); box-shadow: var(--shadow); transform: translateX(4px); }
.news-item-img {
  width: 72px; height: 72px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 24px;
  object-fit: cover;
}
.news-item-img.t1 { background: linear-gradient(135deg, var(--teal), var(--teal-light)); }
.news-item-img.t2 { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); }
.news-item-img.t3 { background: linear-gradient(135deg, var(--red-lantern), #E74C3C); }
.news-item-body h4 { font-size: 13.5px; font-weight: 700; color: var(--brown-dark); line-height: 1.4; margin-bottom: 6px; }
.news-item-body p { font-size: 12px; color: var(--text-muted); }

/* ── EVENTS ── */
.events { padding: 80px; background: var(--cream-dark); }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.event-card {
  background: var(--white); border-radius: 12px;
  border: 1px solid var(--border); overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.event-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(90,74,42,0.12); }
.event-date-bar {
  background: var(--gold); padding: 14px 20px;
  display: flex; align-items: center; gap: 12px;
}
.event-date-big {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 36px; font-weight: 700; color: var(--brown-dark); line-height: 1;
}
.event-date-info { color: var(--brown-dark); }
.event-date-info .month { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.event-date-info .year { font-size: 12px; opacity: 0.7; }
.event-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.event-body h3 { font-size: 16px; font-weight: 700; color: var(--brown-dark); margin-bottom: 8px; line-height: 1.4; }
.event-body p { font-size: 13px; color: var(--text-mid); line-height: 1.65; margin-bottom: 14px; }
.event-meta { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--text-muted); }
.event-meta svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 4px;
  color: var(--text-muted);
}
.event-link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: auto; color: var(--gold-dark); font-size: 13px; font-weight: 600;
  text-decoration: none; transition: gap 0.2s;
  padding-top: 16px;
}
.event-link:hover { gap: 10px; }
.event-type {
  display: inline-block; padding: 3px 10px; border-radius: 12px;
  font-size: 11px; font-weight: 700;
}
.event-type.online { background: rgba(26,107,90,0.12); color: var(--teal); }
.event-type.offline { background: rgba(201,168,76,0.15); color: var(--gold-dark); }

/* ── TEAM ── */
.team { padding: 96px 80px; background: var(--white); }
.team-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.team-card {
  flex: 0 1 282px;
  width: 100%;
  text-align: center;
  padding: 36px 24px;
  border-radius: 18px;
  background: #FCFBF7;
  border: 1px solid rgba(201, 168, 76, 0.18);
  box-shadow: 0 10px 30px rgba(90, 74, 42, 0.03);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
}
.team-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.team-card:hover::before {
  opacity: 1;
}
.team-card:hover {
  background: var(--white);
  box-shadow: 0 20px 48px rgba(201, 168, 76, 0.08);
  border-color: rgba(201, 168, 76, 0.5);
  transform: translateY(-8px);
}
.team-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.3), 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.team-card:hover .team-avatar {
  transform: scale(1.08) rotate(4deg);
  box-shadow: 0 0 0 5px rgba(201, 168, 76, 0.5), 0 12px 24px rgba(201, 168, 76, 0.2);
}
.team-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.team-card:hover h3 {
  color: var(--gold-dark);
}
.team-role {
  font-size: 11.5px;
  color: var(--gold-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.team-card p {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* Staggered entrance animations for Board members */
.team-grid .team-card:nth-child(1) { transition-delay: 0.05s; }
.team-grid .team-card:nth-child(2) { transition-delay: 0.15s; }
.team-grid .team-card:nth-child(3) { transition-delay: 0.25s; }
.team-grid .team-card:nth-child(4) { transition-delay: 0.35s; }
.team-grid .team-card:nth-child(5) { transition-delay: 0.45s; }
.team-grid .team-card:nth-child(6) { transition-delay: 0.55s; }

/* ── PARTNERS ── */
.partners { padding: 64px 80px; background: var(--cream); position: relative; }
.partner-logo {
  padding: 8px 16px;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 150px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(90, 74, 42, 0.03);
}
.partner-logo img {
  max-height: 130px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.partner-logo:hover {
  border-color: var(--gold);
  box-shadow: 0 12px 32px rgba(201, 168, 76, 0.16);
  transform: translateY(-5px);
}
.partner-logo:hover img {
  transform: scale(1.06);
}

/* Infinite loop slider for partners logos */
.partners-ticker-wrap {
  overflow: hidden;
  width: 100%;
  padding: 24px 0;
  position: relative;
  mask-image: linear-gradient(to right, transparent, #fff 15%, #fff 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #fff 15%, #fff 85%, transparent);
}
.partners-ticker {
  display: flex;
  width: max-content;
  gap: 32px;
  animation: tickerSlide 35s linear infinite;
  will-change: transform;
}
.partners-ticker:hover {
  animation-play-state: paused;
}
@keyframes tickerSlide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ── CONTACT ── */
.contact { padding: 96px 80px; background: var(--brown-dark); }
.contact .section-title { color: var(--gold-light); }
.contact .section-sub { color: rgba(255,255,255,0.6); }
.contact .section-tag { color: var(--gold); border-color: var(--gold); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1100px; margin: 0 auto; }
.contact-info h3 { font-family: 'Be Vietnam Pro', sans-serif; font-size: 24px; color: var(--gold-light); margin-bottom: 24px; }
.contact-item { display: flex; gap: 14px; margin-bottom: 20px; }
.contact-icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg {
  width: 20px;
  height: 20px;
  color: var(--gold-light);
  display: block;
}
.contact-item-text label { font-size: 11px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 4px; }
.contact-item-text p { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.5; }
.contact-social { display: flex; gap: 12px; margin-top: 32px; }
.contact-social-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 8px;
  background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.25);
  color: var(--gold-light); font-size: 13px; font-weight: 600;
  text-decoration: none; transition: all 0.2s;
}
.contact-social-btn svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: transform 0.2s ease;
}
.contact-social-btn:hover svg {
  transform: scale(1.1);
}
.contact-social-btn:hover { background: var(--gold); color: var(--brown-dark); }
.contact-form {}
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 8px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; padding: 12px 16px; border-radius: 8px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(201,168,76,0.2);
  color: var(--white); font-size: 14px; font-family: 'Be Vietnam Pro', sans-serif;
  outline: none; transition: border-color 0.2s;
}
.form-row input::placeholder, .form-row textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--gold); }
.form-row textarea { resize: vertical; min-height: 100px; }
.form-row select option { background: var(--brown-dark); color: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ── FOOTER ── */
footer { 
  background: #0F0C07; 
  padding: 80px 80px 32px !important; 
  margin-top: auto; 
  border-top: 1px solid rgba(201, 168, 76, 0.12);
}
.footer-grid { 
  display: grid; 
  grid-template-columns: 2fr 1fr 1fr 1.5fr; 
  gap: 48px; 
  margin-bottom: 48px; 
  max-width: 1200px; 
  margin: 0 auto 48px; 
}
.footer-brand {}
.footer-logo-area { 
  display: flex; 
  align-items: center; 
  gap: 16px; 
  margin-bottom: 24px; 
}
.footer-logo-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Be Vietnam Pro', sans-serif; font-weight: 700; color: var(--white);
  font-size: 12px; letter-spacing: 1px;
}
.footer-logo-img {
  height: 96px;
  width: auto;
  object-fit: contain;
  display: block;
}
.footer-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-logo-text h4 { 
  color: var(--gold-light); 
  font-family: 'Be Vietnam Pro', sans-serif; 
  font-size: 18px; 
  line-height: 1.2;
  margin-bottom: 4px;
  font-weight: 700;
}
.footer-logo-text p { 
  color: rgba(255, 255, 255, 0.35); 
  font-size: 11px; 
  letter-spacing: 0.08em; 
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-brand p { 
  color: rgba(255,255,255,0.5); 
  font-size: 13.5px; 
  line-height: 1.75; 
  margin-bottom: 24px; 
}
.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  text-align: left;
}
.footer-contact-icon {
  width: 16px;
  height: 16px;
  color: var(--gold-light);
  flex-shrink: 0;
  margin-top: 3px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), color 0.3s ease;
}
.footer-contact-item:hover .footer-contact-icon {
  color: var(--gold);
  transform: scale(1.15);
}
.footer-contact-item a {
  color: var(--gold-light) !important;
  text-decoration: none !important;
  background: transparent !important;
  padding: 0 !important;
  transition: color 0.2s ease;
}
.footer-contact-item a:hover {
  color: var(--white) !important;
}
.footer-col h4 { 
  color: var(--gold-light); 
  font-size: 13.5px; 
  font-weight: 700; 
  text-transform: uppercase; 
  letter-spacing: 0.1em; 
  margin-bottom: 24px; 
  padding-bottom: 12px; 
  position: relative;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
}
.footer-col a { 
  display: block; 
  color: rgba(255,255,255,0.55); 
  font-size: 13.5px; 
  margin-bottom: 12px; 
  text-decoration: none; 
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); 
}
.footer-col a:hover { 
  color: var(--gold-light); 
  transform: translateX(6px);
}
.footer-newsletter-desc {
  color: rgba(255,255,255,0.45);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.footer-newsletter {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 30px;
  padding: 4px;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.footer-newsletter:focus-within {
  border-color: var(--gold);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 0 15px rgba(201,168,76,0.1);
}
.footer-newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 16px;
  color: var(--white);
  font-size: 13px;
  outline: none;
  margin-bottom: 0;
}
.footer-newsletter input::placeholder {
  color: rgba(255,255,255,0.35);
}
.footer-newsletter button {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--brown-dark);
  border: none;
  padding: 10px 22px;
  border-radius: 26px;
  font-weight: 700;
  font-size: 12.5px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  white-space: nowrap;
}
.footer-newsletter button:hover {
  background: var(--white);
  color: var(--brown-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.2);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  padding: 24px 0 !important;
  margin-top: 48px !important;
  display: flex !important; justify-content: center !important; align-items: center !important;
  max-width: 1200px !important; margin: 0 auto !important;
  font-size: 12px !important; line-height: 1.5 !important; color: rgba(255,255,255,0.35) !important;
  text-align: center !important;
}
.footer-bottom a { color: var(--gold-light); text-decoration: none; }

/* Decorative lantern SVG shapes */
.lantern {
  display: inline-block;
  animation: swing 3s ease-in-out infinite;
  transform-origin: top center;
}
@keyframes swing { 0%,100% { transform: rotate(-3deg) } 50% { transform: rotate(3deg) } }

/* Scroll animations */
.fade-up {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  filter: blur(4px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

/* ── PREMIUM JCI CREED LAYOUT ── */
.creed-premium-box {
  background: radial-gradient(circle at 50% 50%, rgba(201, 168, 76, 0.04) 0%, transparent 80%);
  border: none;
  border-radius: 0;
  padding: 48px 24px;
  box-shadow: none;
  position: relative;
  overflow: visible;
  margin: 36px auto;
  max-width: 900px;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

/* Override fade-up translation so the box only fades in, allowing the staggered text lines to slide up beautifully */
.creed-premium-box.fade-up {
  transform: translateY(0);
}
.creed-premium-box.fade-up.visible {
  transform: translateY(0);
}

.creed-premium-box:hover {
  transform: none;
  box-shadow: none;
}

/* Elegant inner frame line removed for borderless layout */
.creed-premium-box::after {
  content: none;
}

/* Large decorative watermark logo */
.creed-premium-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  background-image: url('assets/images/logo_color.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.creed-content-wrap {
  position: relative;
  z-index: 2;
}

/* Seal-style Quote Badge at the top (light theme adapted) */
.creed-quote-icon {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  color: var(--gold-dark);
  background: rgba(201, 168, 76, 0.05);
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.08);
  transition: all 0.4s ease;
  line-height: 1;
  padding-top: 18px; /* Offset to visually center the quotation mark */
}

.creed-premium-box:hover .creed-quote-icon {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.18);
  background: rgba(201, 168, 76, 0.08);
  transform: translateY(-2px);
}

.creed-premium-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-dark);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Star-emblem divider */
.creed-divider {
  position: relative;
  height: 1px;
  width: 180px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 36px;
}

.creed-divider::after {
  content: '✦';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--gold-dark);
  font-size: 10px;
  background: #FAF8F5; /* Blend into page background */
  padding: 0 10px;
  transition: transform 0.4s ease;
}

.creed-premium-box:hover .creed-divider::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.creed-lines-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
}

.creed-line {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-style: italic;
  color: #1A2530; /* High contrast deep slate navy */
  line-height: 2.1;
  text-shadow: none;
  cursor: default;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease, text-shadow 0.3s ease;
}

.creed-premium-box.visible .creed-line {
  opacity: 1;
  transform: translateY(0);
}

.creed-premium-box.visible .creed-line:nth-child(1) { transition-delay: 0.15s; }
.creed-premium-box.visible .creed-line:nth-child(2) { transition-delay: 0.3s; }
.creed-premium-box.visible .creed-line:nth-child(3) { transition-delay: 0.45s; }
.creed-premium-box.visible .creed-line:nth-child(4) { transition-delay: 0.6s; }
.creed-premium-box.visible .creed-line:nth-child(5) { transition-delay: 0.75s; }
.creed-premium-box.visible .creed-line:nth-child(6) { transition-delay: 0.9s; }

.creed-line:hover {
  color: var(--gold-dark);
  text-shadow: 0 2px 8px rgba(201, 168, 76, 0.15);
  transform: scale(1.02);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
}


.creed-cite-centered {
  margin-top: 44px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold-dark);
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.creed-premium-box:hover .creed-cite-centered {
  opacity: 1;
  transform: translateY(-2px);
}

/* Responsive adjustments for Creed */
@media (max-width: 768px) {
  .creed-premium-box {
    padding: 48px 24px;
    margin: 32px auto;
  }
  .creed-premium-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .creed-divider {
    margin-bottom: 28px;
  }
  .creed-line {
    font-size: 16px;
    line-height: 1.6;
  }
  .creed-cite-centered {
    margin-top: 36px;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.15em;
  }
}


/* ── JCI CREED BANNER ── */
.creed-banner {
  background: linear-gradient(115deg, var(--gold-dark) 0%, var(--gold) 35%, var(--gold-light) 50%, var(--gold) 65%, var(--gold-dark) 100%);
  background-size: 200% auto;
  animation: gold-shine 15s linear infinite;
  padding: 50px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.15), 
              0 10px 30px rgba(90, 74, 42, 0.1);
  transition: all 0.5s ease;
}
.creed-banner::before, .creed-banner::after {
  content: '❋';
  position: absolute;
  font-size: 80px;
  color: rgba(90, 74, 42, 0.1);
  top: 50%;
  pointer-events: none;
  user-select: none;
}
.creed-banner::before {
  left: 40px;
  animation: spin-slow 35s linear infinite;
}
.creed-banner::after {
  right: 40px;
  animation: spin-slow-reverse 35s linear infinite;
}
.creed-banner p {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-style: italic;
  color: var(--brown-dark);
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.creed-banner cite {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.7;
  color: var(--brown-dark);
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.creed-banner:hover p {
  transform: translateY(-2px);
  text-shadow: 0 4px 12px rgba(58, 46, 24, 0.15);
}
.creed-banner:hover cite {
  transform: translateY(-1px);
  opacity: 0.9;
}

@keyframes gold-shine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes spin-slow {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}
@keyframes spin-slow-reverse {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(-360deg); }
}

/* ── CONNECT THE PRESIDENT ── */
.connect-president {
  padding: 96px 80px;
  background: var(--cream-dark);
  border-bottom: 1px solid var(--border);
}
.connect-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.connect-img-wrap {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 3px solid rgba(201, 168, 76, 0.35);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
              border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.connect-img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(400px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(201, 168, 76, 0.22), transparent 70%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.connect-img-wrap:hover::before {
  opacity: 1;
}
.president-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.connect-img-wrap:hover .president-img {
  transform: scale(1.05);
}
.president-info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 24px 24px;
  background: linear-gradient(to top, rgba(15, 12, 7, 0.95) 0%, rgba(15, 12, 7, 0.65) 50%, rgba(15, 12, 7, 0.2) 80%, transparent 100%);
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  box-sizing: border-box;
}
.president-info-overlay h4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.connect-img-wrap:hover .president-info-overlay h4 {
  color: var(--gold-light);
}
.president-info-overlay p {
  font-size: 13.5px;
  opacity: 0.85;
  margin: 0;
}
.connect-img-wrap:hover {
  box-shadow: 0 25px 50px rgba(90, 74, 42, 0.35);
  border-color: var(--gold-light);
}
.connect-img-placeholder {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--brown-dark) 0%, var(--brown) 40%, var(--gold-dark) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.connect-img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 35%, rgba(255, 255, 255, 0.08) 50%, transparent 65%);
  transform: translateX(-100%);
  transition: transform 0.8s ease-in-out;
  pointer-events: none;
}
.connect-img-wrap:hover .connect-img-placeholder::before {
  transform: translateX(100%);
}

.president-badge {
  background: var(--gold);
  color: var(--brown-dark);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
.connect-img-wrap:hover .president-badge {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 201, 122, 0.3);
}

.avatar-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 3px solid var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 16px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.connect-img-wrap:hover .avatar-circle {
  transform: scale(1.08);
  border-color: var(--white);
  box-shadow: 0 0 25px rgba(232, 201, 122, 0.35);
  background: rgba(255, 255, 255, 0.2);
}

.connect-img-placeholder h4 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 6px;
  transition: all 0.3s ease;
}
.connect-img-wrap:hover h4 {
  color: var(--gold-light);
}

.connect-img-placeholder p {
  font-size: 13.5px;
  opacity: 0.75;
}

.connect-subtitle {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--gold-dark);
  margin-top: -8px;
  margin-bottom: 20px;
}
.connect-content p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 24px;
}
.connect-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.c-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 12px;
  border-radius: 12px;
  border: 1px solid transparent;
}
.c-feature:hover {
  background: rgba(201, 168, 76, 0.05);
  border-color: rgba(201, 168, 76, 0.15);
  transform: translateX(6px);
}

.c-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(90, 74, 42, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.c-feature:hover .c-icon {
  background: var(--gold);
  color: var(--brown-dark);
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.2);
}
.c-svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.3s ease;
}
.c-feature:hover .c-svg {
  transform: scale(1.1);
}

.c-feature h5 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 4px;
  transition: color 0.3s ease;
}
.c-feature:hover h5 {
  color: var(--gold-dark);
}

.c-feature p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 0;
}
.connect-btns {
  display: flex;
  gap: 16px;
}

/* ── TESTIMONIALS ── */
.testimonials {
  padding: 96px 80px;
  background: var(--white);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.testimonial-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(90,74,42,0.03);
}
.testimonial-card:hover {
  transform: translateY(-8px);
  background: var(--white);
  border-color: var(--gold);
  box-shadow: 0 16px 40px rgba(201,168,76,0.12);
}
.quote-icon {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 80px;
  line-height: 1;
  color: var(--gold-light);
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.25;
  pointer-events: none;
}
.quote-text {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--text-mid);
  font-style: italic;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(201,168,76,0.15);
  padding-top: 20px;
}
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  border: 2px solid var(--gold-light);
}
.author-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 2px;
}
.author-info p {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
}

@media (max-width: 1024px) {
  /* Pillars 2 columns on tablet */
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  /* Connect the President tablet styling */
  .connect-president {
    padding: 60px 32px;
  }
  .connect-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 36px;
  }

  /* About section tablet styling */
  .about {
    padding: 60px 32px;
  }
  .about-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 36px;
  }

  /* Compact Footer tablet & mobile styling */
  footer { padding: 48px 20px 24px !important; }
  .footer-grid { 
    grid-template-columns: 1fr 1fr; 
    gap: 36px 20px; 
  }
  .footer-brand { 
    grid-column: 1 / -1; 
  }
  .footer-col:nth-child(2) { 
    grid-column: 1 / 2; 
  }
  .footer-col:nth-child(3) { 
    grid-column: 2 / 3; 
  }
  .footer-col:nth-child(4) { 
    grid-column: 1 / -1; 
  }
  .footer-logo-area { margin-top: 0; margin-bottom: 16px; align-items: center; gap: 12px; }
  .footer-logo-img { height: 60px; }
  .footer-logo-text { transform: none; }
  .footer-logo-text h4 { font-size: 16px; }
  .footer-logo-text p { font-size: 10px; }
  .footer-brand p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .footer-contact-info {
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .footer-contact-item {
    font-size: 13px;
    line-height: 1.5;
    gap: 10px;
  }
  .footer-contact-icon {
    width: 14px;
    height: 14px;
    margin-top: 3px;
  }
  .footer-col h4 {
    font-size: 13px;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .footer-col a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer-newsletter-desc {
    font-size: 12.5px;
    margin-bottom: 12px;
  }
  .footer-newsletter {
    margin-top: 12px;
    padding: 3px;
  }
  .footer-newsletter input {
    padding: 8px 12px;
    font-size: 12.5px;
  }
  .footer-newsletter button {
    padding: 8px 16px;
    font-size: 12px;
  }
  .footer-bottom {
    padding: 16px 0 !important;
    font-size: 11px !important;
    margin-top: 32px !important;
  }
}

@media (max-width: 768px) {
  .connect-grid, .about-grid, .contact-grid, .news-grid { grid-template-columns: 1fr; }
  .projects-grid, .events-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: 1fr; gap: 20px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  
  /* Compact JCI Pillars mobile styling */
  .pillar-card {
    padding: 32px 20px 24px;
    border-radius: 16px;
  }
  .pillar-num {
    font-size: 56px;
    right: 12px;
    top: 4px;
  }
  .pillar-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 12px;
  }
  .pillar-svg {
    width: 26px;
    height: 26px;
  }
  .pillar-title-group {
    margin-bottom: 10px;
  }
  .pillar-subtitle {
    font-size: 10px;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
  }
  .pillar-title {
    font-size: 15px;
  }
  .pillar-card p {
    font-size: 12.5px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  
  .hero { flex-direction: column; }
  .hero-lanterns { display: none; }
  .hero-content { padding: 60px 24px; }
  nav, .connect-president, .about, .projects, .news, .team, .contact, .pillars, .events, .partners, .testimonials { padding-left: 24px; padding-right: 24px; }
  .topbar { padding: 6px 24px; }
  .hero-stats { gap: 20px; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .footer-newsletter {
    flex-direction: column;
    border-radius: 12px;
    background: transparent;
    border: none;
    padding: 0;
    gap: 10px;
  }
  .footer-newsletter input {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 0;
  }
  .footer-newsletter button {
    width: 100%;
    border-radius: 8px;
    padding: 12px;
  }
}

/* ── JCI HOI AN DNA, VALUES & ROADMAP ── */
.dna-section {
  padding: 80px 48px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.dna-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}
.dna-card {
  padding: 36px 28px;
  border-radius: 18px;
  background: var(--cream);
  border: 1px solid var(--border);
  text-align: center;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.dna-card:hover {
  transform: translateY(-10px);
  background: var(--white);
  box-shadow: 0 24px 48px rgba(201, 168, 76, 0.08);
  border-color: var(--gold);
}
.dna-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.05);
  border: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 10px rgba(201, 168, 76, 0.03);
  color: var(--gold-dark);
}
.dna-card:hover .dna-icon-wrap {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--white);
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.25);
}
.dna-svg {
  width: 32px;
  height: 32px;
  color: currentColor;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease;
}
.dna-card:hover .dna-svg {
  color: var(--white);
  transform: scale(1.05);
}
/* Micro-animations for DNA cards */
.dna-card:hover .dna-svg.globe-svg {
  animation: dnaGlobeRotate 15s linear infinite;
}
.dna-card:hover .dna-svg.temple-svg {
  animation: dnaTempleBounce 1s ease-in-out infinite alternate;
}
.dna-card:hover .dna-svg.briefcase-svg {
  animation: dnaBriefcaseTilt 0.8s ease-in-out infinite alternate;
}
@keyframes dnaGlobeRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes dnaTempleBounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-2px); }
}
@keyframes dnaBriefcaseTilt {
  0% { transform: rotate(-3deg); }
  100% { transform: rotate(3deg); }
}
.highlight-svg {
  width: 22px;
  height: 22px;
  color: var(--gold-dark);
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.3s ease, color 0.3s ease;
}
.highlight-card:hover .highlight-svg {
  color: var(--gold);
  transform: scale(1.1) rotate(5deg);
}
.dna-card h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 20px;
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.dna-card p {
  font-size: 13.5px;
  color: var(--text-mid);
  line-height: 1.65;
  text-align: justify;
}

.core-philosophy {
  padding: 80px 48px;
  background: var(--cream-dark);
  border-bottom: 1px solid var(--border);
}
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.philosophy-card {
  background: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 40px 32px;
  box-shadow: 0 4px 16px rgba(90, 74, 42, 0.02);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.philosophy-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 20px 40px rgba(90, 74, 42, 0.08);
}
.philosophy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.philosophy-card:hover::before {
  transform: scaleX(1);
}
.philosophy-card h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color 0.4s ease;
}
.philosophy-card:hover h3 {
  border-color: rgba(201, 168, 76, 0.3);
}
.philosophy-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(201, 168, 76, 0.06);
  color: var(--gold-dark);
  border: 1px solid rgba(201, 168, 76, 0.15);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}
.philosophy-svg {
  width: 24px;
  height: 24px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.philosophy-card:hover .philosophy-icon {
  background: var(--gold-dark);
  color: var(--white);
  border-color: var(--gold-dark);
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.25);
}
/* Custom micro-motions per icon type */
.philosophy-card:hover h3 svg polygon {
  animation: compassRotate 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite alternate;
}
.philosophy-card:hover h3 svg path {
  animation: rocketPulse 1s ease infinite alternate;
}
@keyframes compassRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(45deg); }
}
@keyframes rocketPulse {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-2px) scale(1.05); }
}
.philosophy-card p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 0;
  text-align: justify;
}
.philosophy-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.philosophy-card ul li {
  font-size: 13.5px;
  color: var(--text-mid);
  line-height: 1.6;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: justify;
}
.philosophy-card ul li span {
  text-align: justify;
  flex-grow: 1;
}
.philosophy-card ul li strong {
  color: var(--brown-dark);
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 120px;
}
.philosophy-card ul li::before {
  content: '✦';
  color: var(--gold);
  font-size: 12px;
  margin-top: 2px;
}

/* ── ROADMAP TIMELINE ── */
.roadmap-section {
  padding: 96px 48px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.roadmap-timeline {
  position: relative;
  max-width: 1000px;
  margin: 48px auto 0;
  padding: 20px 0;
}
.roadmap-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(201, 168, 76, 0.12);
  transform: translateX(-50%);
  border-radius: 2px;
}
.timeline-progress-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--gold-light), var(--gold-dark));
  transform: translateX(-50%);
  height: 0%;
  transition: height 0.1s ease-out;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(232, 201, 122, 0.6);
  z-index: 1;
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 48px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
  transform: translateX(-40px);
}
.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
  transform: translateX(40px);
}
.timeline-item.active {
  opacity: 1;
  transform: translateX(0);
}
.timeline-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--border);
  top: 32px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.timeline-dot::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-muted);
  transition: all 0.4s ease;
}
.timeline-dot::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  opacity: 0;
  transform: scale(1);
  transition: all 0.3s ease;
  pointer-events: none;
}
.timeline-item:nth-child(odd) .timeline-dot {
  right: -12px;
}
.timeline-item:nth-child(even) .timeline-dot {
  left: -12px;
}
.timeline-item.active .timeline-dot {
  border-color: var(--gold);
  background: var(--gold-dark);
  box-shadow: 0 0 0 6px rgba(201, 168, 76, 0.2), 0 0 15px rgba(232, 201, 122, 0.6);
}
.timeline-item.active .timeline-dot::after {
  background: var(--gold-light);
  transform: scale(1.25);
}
.timeline-item.active .timeline-dot::before {
  animation: dot-pulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}
@keyframes dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.timeline-content {
  background: var(--white);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  box-shadow: 0 10px 30px rgba(90, 74, 42, 0.04);
  position: relative;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.timeline-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold-dark));
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.timeline-item.active .timeline-content {
  border-color: rgba(201, 168, 76, 0.35);
  box-shadow: 0 15px 35px rgba(201, 168, 76, 0.06), 0 5px 15px rgba(90, 74, 42, 0.02);
}
.timeline-content:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 20px 40px rgba(201, 168, 76, 0.12);
}
.timeline-content:hover::before {
  opacity: 1;
}
.timeline-year {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  color: var(--gold-dark);
  margin-bottom: 6px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.timeline-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.timeline-desc {
  font-size: 13.5px;
  color: var(--text-mid);
  line-height: 1.65;
  text-align: justify;
}

/* ── SUB-TEAM HEADINGS ── */
.team-group-title {
  text-align: center;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 20px;
  color: var(--brown-dark);
  margin: 48px auto 24px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--gold-light);
  max-width: 350px;
}

/* ── ABOUT JCI GLOBAL ── */
.about-jci-global {
  padding: 96px 80px;
  background: var(--cream-dark);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.about-jci-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.about-jci-content p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-mid);
  margin-bottom: 20px;
}
.about-jci-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.jci-stat-card {
  padding: 24px 16px;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  text-align: center;
  box-shadow: 0 4px 20px rgba(90,74,42,0.04);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
}
.jci-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(201, 168, 76, 0.12);
  border-color: var(--gold);
}
.jci-stat-card .jci-stat-num {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--gold-dark);
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), text-shadow 0.4s ease, color 0.4s ease;
}
.jci-stat-card:hover .jci-stat-num {
  transform: scale(1.08);
  color: var(--gold);
  text-shadow: 0 4px 12px rgba(201, 168, 76, 0.2);
}
.jci-stat-card .jci-stat-lbl {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Staggered transition delays for stats cards entrance */
.about-jci-stats .jci-stat-card:nth-child(1) {
  transition-delay: 0.05s;
}
.about-jci-stats .jci-stat-card:nth-child(2) {
  transition-delay: 0.2s;
}
.about-jci-stats .jci-stat-card:nth-child(3) {
  transition-delay: 0.35s;
}
.about-jci-pillars {
  background: var(--white);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.pillar-row {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.pillar-row:last-child {
  margin-bottom: 0;
}
.pillar-row:hover {
  transform: translateX(8px);
}
.pillar-icon {
  background: rgba(201, 168, 76, 0.04);
  color: var(--gold-dark);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(201, 168, 76, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.pillar-icon svg {
  stroke: currentColor;
  transition: stroke 0.3s ease;
}
.pillar-row:hover .pillar-icon {
  background: rgba(201, 168, 76, 0.12);
  color: var(--gold);
  border-color: var(--gold);
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 0 15px rgba(201, 168, 76, 0.25);
}
.pillar-info h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.pillar-row:hover .pillar-info h4 {
  color: var(--gold-dark);
}
.pillar-info p {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* Staggered slide-up animations for JCI development pillars */
.about-jci-pillars .pillar-row:nth-of-type(1) {
  transition-delay: 0.05s;
}
.about-jci-pillars .pillar-row:nth-of-type(2) {
  transition-delay: 0.2s;
}
.about-jci-pillars .pillar-row:nth-of-type(3) {
  transition-delay: 0.35s;
}
.about-jci-pillars .pillar-row:nth-of-type(4) {
  transition-delay: 0.5s;
}

@media (max-width: 992px) {
  .about-jci-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 576px) {
  .about-jci-global {
    padding: 64px 24px;
  }
  .about-jci-stats {
    grid-template-columns: 1fr;
  }
  .about-jci-pillars {
    padding: 24px;
  }
}

/* ── PAGE HEADER BANNER ── */
.page-header {
  background: linear-gradient(135deg, var(--brown-dark) 0%, #4a3c22 100%);
  padding: 80px;
  text-align: left;
  color: var(--white);
  border-bottom: 4px solid var(--gold);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0; opacity: 0.03;
  background-image: repeating-linear-gradient(45deg, var(--gold) 0px, var(--gold) 1px, transparent 1px, transparent 40px),
                    repeating-linear-gradient(-45deg, var(--gold) 0px, var(--gold) 1px, transparent 1px, transparent 40px);
}
.page-header-container {
  max-width: 1200px;
  margin: 0 auto;
}
.page-header h1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}
.page-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* ── HANDBOOK PAGE ── */
.handbook-section {
  padding: 96px 80px;
  background: var(--white);
}
.handbook-container {
  max-width: 900px;
  margin: 0 auto;
}
.creed-box {
  background: var(--cream);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 32px 40px;
  margin-bottom: 48px;
  box-shadow: 0 4px 20px rgba(90,74,42,0.03);
}
.creed-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.creed-box blockquote {
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-mid);
  font-style: italic;
}
.creed-box blockquote p {
  margin-bottom: 12px;
}
.creed-box blockquote p:last-child {
  margin-bottom: 0;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.benefit-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(15, 38, 64, 0.06);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(15, 38, 64, 0.03);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 38, 64, 0.08);
  border-color: rgba(201, 168, 76, 0.3);
}
.benefit-card:hover::before {
  opacity: 1;
}
.benefit-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(201, 168, 76, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.benefit-card:hover .benefit-icon-wrapper {
  background: var(--brown-dark);
  transform: scale(1.05) rotate(3deg);
}
.benefit-icon-wrapper svg,
.benefit-card svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  color: var(--gold-dark);
  transition: color 0.3s ease;
  display: inline-block;
}
.benefit-card:hover .benefit-icon-wrapper svg,
.benefit-card:hover svg {
  color: var(--gold-light);
}
.benefit-title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.benefit-card:hover .benefit-title {
  color: var(--brown);
}
.benefit-text {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.join-workflow {
  margin-top: 48px;
}
.join-workflow h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 32px;
  text-align: center;
}
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
/* Background connecting line */
.workflow-steps::before {
  content: '';
  position: absolute;
  top: 48px; /* Center of the 48px circle (top padding is 24px + 24px) */
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: rgba(201, 168, 76, 0.15);
  z-index: 0;
}
/* Active progress connecting line animation */
.workflow-steps::after {
  content: '';
  position: absolute;
  top: 48px;
  left: 12.5%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  z-index: 1;
  transition: width 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.workflow-steps.visible::after {
  width: 75%;
}
.step-card {
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 24px 16px;
  border-radius: 16px;
  background: transparent;
}
.step-card:hover {
  background: var(--white);
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--brown-dark);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(201,168,76,0.3);
  position: relative;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.step-card:hover .step-num {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-dark) 100%);
  color: var(--white);
  transform: scale(1.15) rotate(360deg);
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.45);
}
.step-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 8px;
  transition: color 0.3s;
}
.step-card:hover h4 {
  color: var(--gold-dark);
}
.step-card p {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.6;
  text-align: center;
}
/* Staggered transition delays for entrance animation */
.step-card:nth-child(1) { transition-delay: 0.05s; }
.step-card:nth-child(2) { transition-delay: 0.2s; }
.step-card:nth-child(3) { transition-delay: 0.35s; }
.step-card:nth-child(4) { transition-delay: 0.5s; }

@media (max-width: 768px) {
  .handbook-section {
    padding: 64px 24px;
  }
  .benefits-grid, .workflow-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .workflow-steps::before, .workflow-steps::after {
    display: none;
  }
  .page-header {
    padding: 60px 24px;
  }
}



@media (max-width: 768px) {
  .dna-grid, .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .philosophy-card ul li {
    display: block;
  }
  .philosophy-card ul li::before {
    display: inline-block;
    margin-right: 8px;
  }
  .philosophy-card ul li strong {
    display: inline;
    min-width: auto;
    white-space: normal;
    margin-right: 4px;
  }
  .team-group-title {
    font-size: 17px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 36px auto 16px;
  }
  .partners-ticker {
    gap: 16px;
  }
  .partner-logo {
    min-width: 180px;
    height: 100px;
    border-radius: 12px;
    padding: 6px 12px;
  }
  .partner-logo img {
    max-height: 80px;
  }
  .news-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 24px;
  }
  .news-tabs::-webkit-scrollbar {
    display: none;
  }
  .news-tab {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 8px 18px;
    font-size: 13px;
  }
  .roadmap-timeline::before {
    left: 20px;
    width: 4px;
    transform: none;
  }
  .timeline-progress-line {
    left: 20px;
    width: 4px;
    transform: none;
  }
  .timeline-item {
    width: 100%;
    padding-left: 45px;
    padding-right: 0;
    text-align: left !important;
  }
  .timeline-item:nth-child(odd), .timeline-item:nth-child(even) {
    left: 0;
    transform: translateX(30px);
  }
  .timeline-item.active {
    transform: translateX(0);
  }
  .timeline-dot {
    left: 22px !important;
    right: auto !important;
    top: 32px;
  }
}

/* ── SCROLL REVEAL ANIMATIONS ── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── FLOATING CONTACT WIDGET ── */
.floating-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.floating-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gold, #C9A84C);
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  z-index: 10;
}

.floating-btn:hover {
  transform: scale(1.05);
  background: var(--gold-light, #E8C97A);
  box-shadow: 0 10px 28px rgba(232, 201, 122, 0.45);
}

/* Pulsing effect around the main button when closed */
.floating-btn::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50%;
  animation: pulse-ring-contact 2s infinite;
  z-index: -1;
  pointer-events: none;
}

@keyframes pulse-ring-contact {
  0% { transform: scale(0.95); opacity: 1; }
  100% { transform: scale(1.15); opacity: 0; }
}

.floating-btn svg {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}

.contact-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transform-origin: bottom right;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.contact-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.contact-menu-item:hover .contact-item-card {
  transform: translateX(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.contact-menu-item:hover .contact-menu-icon {
  transform: scale(1.08);
}

.contact-item-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-align: right;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 170px;
}

.contact-item-card .card-title {
  font-size: 11px;
  font-weight: 500;
  color: #90a4ae;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.contact-item-card .card-text {
  font-size: 13.5px;
  font-weight: 600;
  color: #263238;
  margin-top: 2px;
  line-height: 1.3;
}

.contact-menu-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  flex-shrink: 0;
}

.contact-menu-icon svg {
  width: 20px;
  height: 20px;
}

/* Custom background and icon colors for each action card */
.contact-menu-item .phone-icon {
  background: #e8f7f5;
  color: #008a61;
}

.contact-menu-item .zalo-icon {
  background: #e3f2fd;
  color: #1565c0;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Be Vietnam Pro', sans-serif;
}

.contact-menu-item .messenger-icon {
  background: #f0f4ff;
  color: #0084ff;
}

.contact-menu-item .email-icon {
  background: #e8f5e9;
  color: #2e7d32;
}

@media (max-width: 768px) {
  .floating-contact {
    bottom: 20px;
    right: 20px;
  }
  .floating-btn {
    width: 52px;
    height: 52px;
  }
  .contact-item-card {
    min-width: 150px;
    padding: 6px 12px;
  }
}

/* ── JCI ACTION FRAMEWORK ── */
.framework-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.framework-step-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.framework-step-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.15);
}
.framework-step-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.framework-step-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-mid);
}
.step-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--brown-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 12px;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(201, 168, 76, 0.3);
}
.step-icon {
  width: 48px;
  height: 48px;
  background: rgba(201, 168, 76, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0;
  color: var(--gold-dark);
}

/* ── JCI STRATEGIC PARTNERS ── */
.jci-partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 32px;
}
.partner-card {
  background: var(--white);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(15, 38, 64, 0.04);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.partner-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 10px 25px rgba(201, 168, 76, 0.12);
}
.partner-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(26, 62, 104, 0.04);
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(201, 168, 76, 0.1);
  transition: all 0.3s ease;
}
.partner-card:hover .partner-icon-wrap {
  background: rgba(201, 168, 76, 0.12);
  transform: scale(1.05);
}
.partner-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.partner-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-mid);
}

/* ── JCI VIETNAM & CHAPTERS ── */
.jci-vietnam-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 60px;
  align-items: flex-start;
}
.chapters-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
}
.chapter-list-item {
  font-size: 14px;
  color: var(--text-mid);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(201, 168, 76, 0.12);
}
.chapter-list-item span {
  color: var(--gold);
  font-size: 8px;
}
.chapter-potential-badge {
  margin-top: 24px;
  padding: 16px 20px;
  background: rgba(201, 168, 76, 0.06);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--brown-dark);
  box-shadow: 0 4px 15px rgba(201, 168, 76, 0.03);
}

/* ── DOWNLOAD HANDBOOK PDF BANNER ── */
.handbook-download-banner {
  background: linear-gradient(135deg, rgba(20, 24, 38, 0.95) 0%, rgba(15, 38, 64, 0.85) 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 40px;
  box-shadow: var(--shadow);
}
.download-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.download-text-group h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.download-text-group p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
}
.btn-download {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ── JCI TWINNING & JVC ── */
.twinning-jvc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.twinning-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}
.twinning-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.twinning-icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(201, 168, 76, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.twinning-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.twinning-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-mid);
}

/* ── FAQ ACCORDION ── */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  background: var(--white);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(15, 38, 64, 0.02);
  transition: all 0.3s ease;
}
.faq-item.active {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}
.faq-question {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  font-size: 15px;
  color: var(--brown-dark);
  transition: all 0.2s ease;
}
.faq-item:hover .faq-question {
  color: var(--gold-dark);
}
.faq-toggle-icon {
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  transition: transform 0.3s ease;
}
.faq-item.active .faq-toggle-icon {
  color: var(--gold-dark);
}
.faq-answer {
  padding: 0 24px 20px 24px;
  display: none;
  border-top: 1px dashed rgba(201, 168, 76, 0.08);
}
.faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-mid);
}

/* ── RESPONSIVE OVERRIDES ── */
@media (max-width: 991px) {
  .framework-steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .jci-partners-grid {
    grid-template-columns: 1fr 1fr;
  }
  .jci-vietnam-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .download-banner-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .twinning-jvc-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .framework-steps-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .jci-partners-grid {
    grid-template-columns: 1fr;
  }
  .handbook-download-banner {
    padding: 24px;
  }
  .about-jci-content p,
  .jci-vn-intro p,
  .about-content p,
  .connect-content p,
  .pillar-card p {
    text-align: justify;
    text-justify: inter-word;
  }
  .pillar-info p,
  .twinning-card p,
  .faq-answer p,
  .framework-step-card p,
  .partner-card p,
  .highlight-card p,
  .timeline-desc {
    text-align: left;
  }
}

