:root {
  --bs-primary: #25d366;
  --bs-primary-rgb: 37, 211, 102;
  --bs-link-color: #25d366;
  --bs-link-color-rgb: 37, 211, 102;
  --bs-link-hover-color: #21be5c;
  --bs-link-hover-color-rgb: 33, 190, 92;
  --bs-body-font-family: Plus Jakarta Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  --bs-body-color: #111827;
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.375rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-pill: 50rem;
  --bs-focus-ring-color: rgba(37, 211, 102, 0.25);
}

.text-primary {
  color: #25d366 !important;
}

.btn-primary {
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-hover-bg: #21be5c;
  --bs-btn-hover-border-color: #21be5c;
  --bs-btn-active-bg: #21be5c;
  --bs-btn-active-border-color: #21be5c;
}

.form-control:focus,
.form-select:focus {
  border-color: #7ce5a3;
  box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.25);
}

.form-check-input:focus {
  border-color: #7ce5a3;
  box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.25);
}

.form-check-input:checked {
  background-color: #25d366;
  border-color: #25d366;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.01em;
}

section {
  background-color: #ffffff;
}
section.bg-surface {
  background-color: #f7fbf8;
}

.eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #25d366;
  margin-bottom: 0.5rem;
}

.section-heading {
  max-width: 640px;
}
.section-heading.mx-auto {
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid #e5e7eb;
}

.navbar-brand {
  line-height: 1.25;
}
.navbar-brand .brand-title {
  display: block;
  font-weight: 700;
  font-size: 1.15rem;
  color: #111827;
}
.navbar-brand .brand-subtitle {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 400;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 0.9rem;
}
.navbar-nav .nav-link.active {
  color: #111827;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
}
.language-switcher .form-select {
  min-width: 7rem;
  border-color: #d1d5db;
  font-size: 0.85rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-actions {
    margin-left: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .language-switcher .form-select {
    width: 100%;
  }
}

.btn-main {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-main:hover, .btn-main:focus {
  background-color: #21be5c;
  border-color: #21be5c;
  color: #fff;
}

.btn-outline-main {
  border-color: #e5e7eb;
  color: #111827;
  background-color: #fff;
}
.btn-outline-main:hover, .btn-outline-main:focus {
  background-color: #f7fbf8;
  border-color: #e5e7eb;
  color: #111827;
}

.site-footer {
  background: radial-gradient(circle at top left, rgba(37, 211, 102, 0.2), transparent 28%), linear-gradient(180deg, #16212f 0%, #0f1722 100%);
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.02));
  pointer-events: none;
}
.site-footer > .container {
  position: relative;
  z-index: 1;
}
.site-footer .footer-brand {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
.site-footer h6 {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 1.1rem;
  position: relative;
  padding-bottom: 0.55rem;
}
.site-footer h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.25rem;
  height: 2px;
  border-radius: 999px;
  background-color: rgba(37, 211, 102, 0.9);
}
.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.site-footer a:hover {
  color: #fff;
  opacity: 1;
}
.site-footer p,
.site-footer li,
.site-footer span {
  color: inherit;
}
.site-footer ul {
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  line-height: 1.65;
}
.site-footer ul li + li {
  margin-top: 0.65rem;
}
.site-footer hr {
  border-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
}
.site-footer .footer-bottom {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.58);
}
@media (max-width: 767.98px) {
  .site-footer {
    text-align: center;
  }
  .site-footer h6::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer .footer-bottom {
    justify-content: center !important;
  }
}

.icon-tile {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: #f7fbf8;
  color: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.icon-tile-teal {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(18, 140, 126, 0.1);
  color: #128c7e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.stat .stat-number {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111827;
}
.stat .stat-label {
  font-size: 0.85rem;
  color: #6b7280;
}

.media-placeholder {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #eef6f1 0%, #e3efe7 100%);
}
.media-placeholder::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.media-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero {
  padding-block: 3.5rem;
}
.hero .hero-media {
  position: relative;
}
.hero .floating-card {
  position: absolute;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.1);
  padding: 0.75rem 1rem;
}
.hero .floating-card .fc-label {
  font-size: 0.75rem;
  color: #6b7280;
}
.hero .floating-card .fc-value {
  font-size: 0.85rem;
  font-weight: 600;
  color: #111827;
}
.hero .floating-card.floating-card-top {
  top: 1rem;
  right: 1rem;
}
.hero .floating-card.floating-card-bottom {
  bottom: -1.25rem;
  left: 1.5rem;
}

.about {
  padding-block: 3.5rem;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border-radius: 50rem;
  background-color: #f7fbf8;
  font-size: 0.8rem;
  font-weight: 500;
  color: #111827;
}
.tag-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #25d366;
  display: inline-block;
}

.mission-vision {
  padding-block: 3.5rem;
}

.mv-card {
  border: 0;
  border-top: 3px solid #25d366;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.06);
  background-color: #fff;
  height: 100%;
}
.mv-card.mv-card-teal {
  border-top-color: #128c7e;
}

.mitra-who {
  padding-block: 3.5rem;
}

.mitra-who-board {
  position: relative;
  overflow: hidden;
  padding: 2.25rem 1.5rem 1.75rem;
  border-radius: 1rem;
  background-color: #142018;
  color: rgba(255, 255, 255, 0.78);
  background-image: radial-gradient(circle at 12% 18%, rgba(37, 211, 102, 0.22), transparent 34%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 14px);
}
@media (min-width: 768px) {
  .mitra-who-board {
    padding: 3rem 3rem 2.25rem;
  }
}
.mitra-who-board .eyebrow {
  color: #7ce5a3;
}

.mitra-who-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.mitra-who-subtitle {
  font-family: "Fraunces", "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  color: #7ce5a3;
}

.mitra-who-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1rem;
}

.mitra-who-copy {
  color: rgba(255, 255, 255, 0.68);
}

.mitra-equation {
  display: grid;
  gap: 0.85rem;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .mitra-equation {
    grid-template-columns: 1fr auto 1fr auto 1.4fr;
    align-items: center;
    gap: 1rem;
  }
}

.eq-part,
.eq-result {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eq-result {
  background: rgba(37, 211, 102, 0.14);
  border-color: rgba(37, 211, 102, 0.32);
}

.eq-kicker {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.eq-line {
  font-family: "Fraunces", "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
  color: #fff;
  font-style: italic;
}

.eq-op {
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #7ce5a3;
  text-align: center;
  line-height: 1;
}
@media (min-width: 992px) {
  .eq-op {
    font-size: 1.75rem;
  }
}

.membership {
  padding-block: 3.5rem;
}

.member-row {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 1.25rem;
}
.member-row:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.member-row:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom: none;
}
.member-row .member-name {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.1rem;
}
.member-row .member-location {
  font-size: 0.8rem;
  color: #6b7280;
}
.member-row .status-toggle {
  display: inline-flex;
  gap: 1rem;
  font-size: 0.85rem;
  font-weight: 600;
}
.member-row .status-toggle span {
  color: #e5e7eb;
}
.member-row .status-toggle.is-active .status-active {
  color: #22c55e;
}
.member-row .status-toggle.is-inactive .status-inactive {
  color: #ef4444;
}

.member-list-header {
  padding: 0 1.25rem 0.75rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #111827;
  display: flex;
}
.member-list-header span + span {
  border-left: 1px solid #e5e7eb;
  padding-left: 1rem;
}

.filter-panel {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
  padding: 1.25rem;
}
.filter-panel .filter-pill {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 50rem;
  background-color: rgba(37, 211, 102, 0.12);
  color: #21be5c;
}
.filter-panel .form-check {
  font-size: 0.85rem;
  color: #111827;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.how-it-works {
  padding-block: 3.5rem;
}

.step-card {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.06);
  background-color: #fff;
  height: 100%;
  text-align: center;
}
.step-card .step-number {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.step-card .step-title {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.step-card .step-desc {
  font-size: 0.8rem;
  color: #6b7280;
}

.contact {
  padding-block: 3.5rem;
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-channel .icon-tile {
  flex-shrink: 0;
}
.contact-channel .contact-label {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.1rem;
}
.contact-channel .contact-value {
  font-weight: 600;
  color: #111827;
}
.contact-channel .contact-value a {
  color: inherit;
  text-decoration: none;
}
.contact-channel .contact-value a:hover {
  color: #25d366;
}
.contact-channel + .contact-channel {
  margin-top: 1.25rem;
}

.social-link {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fbf8;
  color: #111827;
  font-size: 1.15rem;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.social-link:hover {
  background-color: #25d366;
  color: #fff;
  transform: translateY(-2px);
}

.contact-form-card {
  border: 0;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
}

.registration-page {
  background-color: #f7fbf8;
  padding-bottom: 3.5rem;
}

.registration-hero {
  background-color: #142018;
  color: rgba(255, 255, 255, 0.82);
  padding: 3.5rem 0 4rem;
  margin-bottom: -2rem;
  background-image: radial-gradient(circle at 85% 20%, rgba(37, 211, 102, 0.18), transparent 36%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0 2px, transparent 2px 12px);
}

.registration-hero-inner {
  max-width: 720px;
}

.registration-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7ce5a3;
  margin-bottom: 0.85rem;
}

.registration-title {
  font-family: "Fraunces", "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1rem;
}

.registration-lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
}

.registration-body {
  position: relative;
  z-index: 1;
}

.registration-intro {
  padding: 2rem 2rem 1.75rem;
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  background-color: #fff;
  margin-bottom: 1.5rem;
}

.registration-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
  color: #6b7280;
}

.registration-required-note strong {
  color: #ef4444;
}

.registration-form {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  padding: 2rem 2rem 2.5rem;
}
@media (min-width: 768px) {
  .registration-form {
    padding: 2.5rem 3rem 3rem;
  }
}

.form-question {
  border: 0;
  padding: 0;
  margin: 0 0 2.25rem;
}
.form-question:last-of-type {
  margin-bottom: 0;
}
.form-question .form-control {
  border-color: #e5e7eb;
  padding: 0.75rem 1rem;
}
.form-question .form-control::placeholder {
  color: rgba(107, 114, 128, 0.75);
}

.form-question-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
  float: none;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
}

.form-question-num {
  font-family: "Fraunces", serif;
  font-size: 0.95rem;
  font-weight: 700;
  font-style: italic;
  color: #25d366;
  letter-spacing: 0.02em;
}

.form-question-label {
  flex: 1 1 200px;
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
  line-height: 1.4;
}

.form-question-type {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #128c7e;
  background-color: rgba(18, 140, 126, 0.1);
  padding: 0.25rem 0.6rem;
  border-radius: 50rem;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.65rem;
}
@media (min-width: 576px) {
  .option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .option-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .option-grid.option-grid-inline {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.option-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0.85rem 1rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.5rem;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.option-card span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #111827;
  line-height: 1.35;
}
.option-card .form-check-input {
  margin: 0;
  flex-shrink: 0;
  border-color: #e5e7eb;
}
.option-card .form-check-input:checked {
  background-color: #25d366;
  border-color: #25d366;
}
.option-card .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.25);
}
.option-card:has(.form-check-input:checked) {
  border-color: rgba(37, 211, 102, 0.55);
  background-color: rgba(37, 211, 102, 0.06);
  box-shadow: 0 0 0 1px rgba(37, 211, 102, 0.12);
}
.option-card:hover {
  border-color: rgba(37, 211, 102, 0.35);
  background-color: rgba(37, 211, 102, 0.03);
}

.form-question.is-conditional {
  padding-left: 1rem;
  border-left: 3px solid #25d366;
}

.groups-count-field {
  display: none;
}

.registration-form:has(#groups_yes:checked) .groups-count-field {
  display: block;
}

.groups-count-field.is-visible {
  display: block;
}

.registration-submit {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}/*# sourceMappingURL=style.css.map */