:root {
  --primary: #383f99;
  --primary-dark: #262b72;
  --primary-deep: #111433;
  --orange: #f47b20;
  --pink: #ec4a8f;
  --teal: #00a99d;
  --salmon: #f69279;
  --gold: #d4a843;
  --paper: #ffffff;
  --soft: #f7f8fc;
  --text: #1e2035;
  --text-mid: #4a4f6a;
  --muted: #7a7f99;
  --border: rgba(56, 63, 153, 0.12);
  --display: "Playfair Display", Georgia, serif;
  --sans: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-card: 0 18px 50px rgba(30, 32, 53, 0.10);
  --shadow-soft: 0 10px 30px rgba(30, 32, 53, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a:hover {
  color: var(--teal);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}

.header-inner,
.section-inner,
.footer-inner,
.footer-bottom {
  width: min(1180px, 90vw);
  margin: 0 auto;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: 250px;
  height: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--text-mid);
}

.header-nav a {
  transition: color 0.2s ease;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.language-switch {
  display: inline-flex;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--soft);
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 36px;
  padding: 0 12px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.language-switch a + a {
  border-left: 1px solid var(--border);
}

.language-switch a.active {
  background: var(--primary);
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: var(--primary);
  box-shadow: 0 10px 24px rgba(56, 63, 153, 0.18);
}

.btn-primary:hover {
  color: #fff;
  background: var(--primary-dark);
  box-shadow: 0 16px 30px rgba(56, 63, 153, 0.28);
}

.btn-orange {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(244, 123, 32, 0.18);
}

.btn-orange:hover {
  color: #fff;
  background: #df6a16;
  box-shadow: 0 16px 30px rgba(244, 123, 32, 0.28);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(236, 74, 143, 0.25), transparent 36%),
    radial-gradient(circle at 7% 95%, rgba(0, 169, 157, 0.20), transparent 34%),
    linear-gradient(135deg, var(--primary) 0%, #4d2a7a 56%, #1e1245 100%);
  padding: 96px 0 112px;
}

.hero-watermark {
  position: absolute;
  right: 8vw;
  bottom: -0.20em;
  font-family: var(--display);
  font-size: clamp(12rem, 34vw, 28rem);
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  user-select: none;
}

.hero-shape {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: var(--radius-lg);
  transform: rotate(18deg);
  opacity: 0.28;
}

.hero-shape-one {
  top: -140px;
  left: 8vw;
  background: var(--orange);
}

.hero-shape-two {
  right: -110px;
  bottom: 64px;
  background: var(--teal);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 56px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-title,
.section-title {
  margin: 0;
  font-family: var(--display);
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.hero-title {
  color: #fff;
  max-width: 760px;
  font-size: clamp(2.45rem, 6vw, 4.8rem);
}

.hero-title em {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-style: italic;
  font-weight: 600;
}

.hero-lead {
  max-width: 680px;
  margin: 26px 0 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.85;
  font-weight: 350;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-card {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
}

.hero-logo {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.hero-card-line {
  width: 100%;
  height: 1px;
  margin: 30px 0 20px;
  background: linear-gradient(90deg, transparent, rgba(56, 63, 153, 0.25), transparent);
}

.hero-card p {
  margin: 0;
  color: var(--text-mid);
  font-size: 0.98rem;
  text-align: center;
}

.section {
  padding: 90px 0;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 48px;
}

.text-center {
  text-align: center;
}

.section-sub {
  margin: 18px auto 0;
  max-width: 700px;
  color: var(--text-mid);
  font-size: 1.07rem;
  line-height: 1.8;
}

.approach-section,
.impact-section {
  background: var(--soft);
}

.approach-grid,
.impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  align-items: center;
  gap: 68px;
}

.approach-copy p,
.impact-copy p {
  margin: 20px 0 0;
  color: var(--text-mid);
  font-size: 1.06rem;
  line-height: 1.85;
}

.approach-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 370px;
}

.wellbeing-orbit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(330px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary) 0%, #4d2a7a 100%);
  box-shadow: 0 26px 70px rgba(56, 63, 153, 0.25);
}

.wellbeing-orbit strong {
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 3rem);
  font-style: italic;
  line-height: 1;
}

.wellbeing-orbit small {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.orbit-ring {
  position: absolute;
  inset: -30px;
  border: 1px solid rgba(56, 63, 153, 0.16);
  border-radius: 50%;
}

.orbit-two {
  inset: -62px;
  opacity: 0.55;
}

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

.pillar-card {
  position: relative;
  overflow: hidden;
  min-height: 235px;
  padding: 28px 24px 26px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: rgba(56, 63, 153, 0.18);
}

.pillar-icon,
.join-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: var(--radius-sm);
  font-size: 1.25rem;
}

.pillar-card h3,
.join-card h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 1.03rem;
  line-height: 1.25;
  font-weight: 850;
}

.pillar-card p,
.join-card p {
  margin: 0;
  color: var(--text-mid);
  font-size: 0.91rem;
  line-height: 1.72;
}

.p-orange::before { background: var(--orange); }
.p-teal::before { background: var(--teal); }
.p-pink::before { background: var(--pink); }
.p-blue::before { background: var(--primary); }
.p-salmon::before { background: var(--salmon); }
.p-gold::before { background: var(--gold); }

.p-orange .pillar-icon { color: var(--orange); background: rgba(244, 123, 32, 0.12); }
.p-teal .pillar-icon { color: var(--teal); background: rgba(0, 169, 157, 0.12); }
.p-pink .pillar-icon { color: var(--pink); background: rgba(236, 74, 143, 0.12); }
.p-blue .pillar-icon { color: var(--primary); background: rgba(56, 63, 153, 0.12); }
.p-salmon .pillar-icon { color: var(--salmon); background: rgba(246, 146, 121, 0.15); }
.p-gold .pillar-icon { color: var(--gold); background: rgba(212, 168, 67, 0.15); }

.impact-grid {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.9fr);
}

.impact-image-wrap {
  position: relative;
}

.impact-image {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(56, 63, 153, 0.18);
}

.impact-badge {
  position: absolute;
  right: -18px;
  bottom: -18px;
  display: grid;
  min-width: 130px;
  padding: 18px 22px;
  border-radius: var(--radius-md);
  color: #fff;
  background: var(--primary);
  box-shadow: 0 14px 30px rgba(56, 63, 153, 0.32);
}

.impact-badge strong {
  font-family: var(--display);
  font-size: 2.7rem;
  line-height: 1;
}

.impact-badge span {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.82;
}


.official-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 169, 157, 0.08), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(236, 74, 143, 0.08), transparent 32%),
    var(--paper);
}

.official-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.official-copy .section-title {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.official-copy p {
  max-width: 720px;
  margin: 0;
  color: var(--text-mid);
  font-size: 1.02rem;
  line-height: 1.75;
}

.official-button {
  white-space: nowrap;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 32, 53, 0.04);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: var(--radius-sm);
  color: var(--primary);
  background: var(--soft);
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.faq-item.open .faq-question i {
  color: #fff;
  background: var(--primary);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--text-mid);
  font-size: 0.98rem;
  line-height: 1.8;
}

.faq-answer a {
  color: var(--primary);
  font-weight: 800;
}

.faq-item.open .faq-answer {
  max-height: 260px;
}

.join-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(236, 74, 143, 0.18), transparent 34%),
    radial-gradient(circle at 6% 88%, rgba(0, 169, 157, 0.16), transparent 34%),
    linear-gradient(135deg, var(--primary-dark) 0%, #201335 52%, #3d1635 100%);
}

.join-header {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.join-header .section-title {
  color: #fff;
}

.join-header .section-sub {
  color: rgba(255, 255, 255, 0.72);
}

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

.join-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  min-height: 330px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(14px);
}

.join-icon {
  margin-bottom: 0;
  color: var(--teal);
  background: rgba(0, 169, 157, 0.18);
}

.join-card h3 {
  color: #fff;
  font-family: var(--display);
  font-size: 1.55rem;
  letter-spacing: -0.015em;
}

.join-card p {
  flex: 1;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-sm);
  color: #fff;
  font-weight: 850;
  word-break: break-word;
}

.contact-link i {
  color: var(--teal);
}

.contact-link:hover {
  color: var(--teal);
  border-color: rgba(0, 169, 157, 0.65);
  background: rgba(0, 169, 157, 0.08);
}

.site-footer {
  padding: 54px 0 30px;
  color: rgba(255, 255, 255, 0.66);
  background: var(--primary-deep);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(170px, 0.6fr) minmax(220px, 0.8fr);
  gap: 46px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-logo {
  width: 260px;
  max-width: 100%;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.footer-brand p {
  max-width: 480px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
}

.footer-col h2 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.91rem;
}

.footer-col a:hover {
  color: var(--teal);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  font-size: 0.82rem;
}

.powered-by a {
  color: #fff;
  font-weight: 850;
}

.powered-by a:hover {
  color: var(--teal);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1060px) {
  .header-nav {
    display: none;
  }

  .hero-grid,
  .approach-grid,
  .impact-grid,
  .official-card {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 520px;
  }

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

@media (max-width: 760px) {
  .header-inner,
  .section-inner,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  .brand-logo {
    width: 190px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 72px 0 82px;
  }

  .hero-title {
    font-size: clamp(2.1rem, 14vw, 3.5rem);
  }

  .section {
    padding: 64px 0;
  }

  .approach-visual {
    min-height: 280px;
  }

  .wellbeing-orbit {
    width: min(230px, 64vw);
  }

  .orbit-ring {
    inset: -22px;
  }

  .orbit-two {
    inset: -42px;
  }

  .pillars-grid,
  .join-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .pillar-card {
    min-height: auto;
  }

  .impact-badge {
    right: 12px;
    bottom: 12px;
  }

  .official-card {
    padding: 30px 24px;
  }

  .official-button {
    justify-content: center;
    width: 100%;
    white-space: normal;
  }

  .join-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 155px;
  }

  .language-switch a {
    min-width: 38px;
    padding: 0 8px;
  }

  .hero-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
