:root {
  --wici-navy: #102a43;
  --wici-navy-2: #163a5d;
  --wici-navy-3: #0b1f35;
  --wici-gold: #d4a017;
  --wici-gold-soft: #f9e9b2;
  --wici-light: #f5f7fa;
  --wici-dark: #1f2933;
  --wici-muted: #52606d;
  --wici-border: #d9e2ec;
  --wici-surface: #ffffff;
}

body {
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--wici-dark);
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wici-navy);
  font-weight: 700;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.footer-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.brand-name {
  color: var(--wici-navy);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.navbar {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
  box-shadow: 0 0.35rem 1rem rgba(15, 35, 55, 0.06);
}

.site-navbar {
  min-height: 5.35rem;
}

.site-navbar .container {
  position: relative;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.navbar .nav-link {
  color: var(--wici-navy);
  font-weight: 600;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
  outline: 3px solid #f9d870;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(16, 42, 67, 0.55);
  border-radius: 10px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--wici-gold);
  background-color: rgba(16, 42, 67, 0.06);
  transform: translateY(-1px);
}

.site-navbar .nav-link.active {
  box-shadow: inset 0 0 0 1px rgba(212, 160, 23, 0.35);
  font-weight: 700;
}

.site-navbar-links {
  gap: 0.2rem;
}

.site-navbar .nav-item {
  position: relative;
}

.site-navbar .nav-item:not(.site-navbar-cta-wrap) .nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.25rem;
  height: 2px;
  border-radius: 999px;
  background: var(--wici-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.btn,
.btn-brand,
.btn-outline-brand,
.btn-outline-dark {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0.7rem 1.4rem rgba(15, 35, 55, 0.16);
}

.site-navbar .nav-item:not(.site-navbar-cta-wrap) .nav-link:hover::after,
.site-navbar .nav-item:not(.site-navbar-cta-wrap) .nav-link:focus::after {
  transform: scaleX(1);
}

.site-navbar .nav-item:not(.site-navbar-cta-wrap) .nav-link.active::after {
  transform: scaleX(1);
}

.site-navbar-toggler {
  border-radius: 0.8rem;
  border-color: rgba(16, 42, 67, 0.2);
  padding: 0.35rem 0.55rem;
}

.site-navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 42, 67, 0.2);
}

.site-navbar-collapse {
  padding-top: 0.5rem;
}

.site-navbar-cta-wrap {
  margin-left: 0.25rem;
}

.site-navbar-cta {
  font-size: 0.9rem;
  padding: 0.68rem 1.2rem;
  line-height: 1.1;
}

.hero-section {
  position: relative;
  color: #fff;
  background-image: linear-gradient(118deg, rgba(6, 19, 31, 0.8), rgba(10, 30, 49, 0.54)),
    url("../img/placeholders/hero-bg.ecbe482eab61.png");
  background-size: cover;
  background-position: center;
  min-height: 100svh;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  width: clamp(18rem, 38vw, 30rem);
  height: clamp(18rem, 38vw, 30rem);
  right: -8vw;
  top: 10svh;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.42), rgba(212, 160, 23, 0));
  filter: blur(6px);
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 72%, rgba(66, 200, 255, 0.22), transparent 42%),
    radial-gradient(circle at 86% 22%, rgba(175, 104, 255, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(8, 22, 36, 0.08), rgba(8, 22, 36, 0.34));
  pointer-events: none;
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section p {
  color: #ffffff;
}

.hero-content-panel {
  width: 100%;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, rgba(8, 22, 36, 0.5), rgba(12, 33, 54, 0.34));
}

.hero-inner {
  max-width: min(98vw, 110rem);
  text-align: left;
  padding-top: clamp(4.5rem, 9svh, 6.5rem);
  padding-bottom: clamp(3.2rem, 8svh, 5rem);
  position: relative;
  z-index: 2;
}

.hero-layout {
  align-items: center;
}

.hero-stack {
  max-width: 100%;
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.2rem;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 1.2rem 2.5rem rgba(5, 16, 27, 0.36);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-title {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.2px;
  width: 100%;
  max-width: 100%;
}

.hero-inner .lead {
  width: 100%;
  max-width: 50rem;
  font-size: clamp(1rem, 1.9vw, 1.18rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94) !important;
  margin-bottom: 1.8rem !important;
}

.hero-cta-group {
  justify-content: flex-start;
  margin-bottom: 0.25rem;
}

.hero-audience {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.9rem;
  padding: 1rem 1.15rem;
  max-width: 50rem;
  margin-left: 0;
  margin-right: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 50rem;
  margin-left: 0;
  margin-right: 0;
}

.hero-metric-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.9rem;
  padding: 0.8rem 0.85rem;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-metric-value {
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  color: #ffe79f;
}

.hero-metric-label {
  display: block;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-trust-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.65rem;
  max-width: 50rem;
  margin-left: 0;
  margin-right: 0;
}

.hero-trust-band span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #f7fafc;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-update-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  max-width: 50rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-update-strip p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.9rem;
}

.hero-update-links {
  display: inline-flex;
  gap: 0.6rem;
}

.hero-update-links a {
  color: #f9e29d;
  font-weight: 700;
  text-decoration: none;
}

.hero-update-links a:hover,
.hero-update-links a:focus {
  text-decoration: underline;
}

.hero-impact-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 1.15rem;
  padding: clamp(1.35rem, 3.1vw, 2.2rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 1rem 2rem rgba(8, 22, 36, 0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 31.5rem;
}

.hero-impact-card h2 {
  color: #fff;
  line-height: 1.35;
}

.hero-impact-kicker {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 216, 112, 0.45);
  background-color: rgba(212, 160, 23, 0.24);
  color: #fff4c2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.hero-impact-copy {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
}

.hero-impact-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.hero-impact-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.75rem;
  padding: 0.72rem 0.6rem;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-impact-value {
  display: block;
  color: #ffe79f;
  font-size: 1rem;
  font-weight: 800;
}

.hero-impact-label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.77rem;
}

.badge-brand {
  background-color: rgba(255, 255, 255, 0.16);
  color: #ffefbe;
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 0.45rem 0.7rem;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-brand {
  background: linear-gradient(135deg, #e3b128, #c08a0c);
  border-color: rgba(255, 230, 145, 0.5);
  color: #11161a;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.8rem 1.35rem;
  box-shadow: 0 0.8rem 1.4rem rgba(212, 160, 23, 0.32);
}

.btn-brand:hover,
.btn-brand:focus {
  background: linear-gradient(135deg, #efbe39, #bb8308);
  border-color: rgba(255, 232, 164, 0.7);
  color: #fff;
  transform: translateY(-0.08rem);
}

.btn-outline-brand {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  padding: 0.8rem 1.35rem;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.page-header {
  position: relative;
  border-bottom: 1px solid rgba(16, 42, 67, 0.12);
  background-image: linear-gradient(110deg, rgba(245, 247, 250, 0.95), rgba(245, 247, 250, 0.9)),
    url("../img/placeholders/page-header-bg.d47005c24725.svg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(114, 189, 255, 0.16), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(255, 208, 120, 0.16), transparent 30%);
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.page-header h1 {
  margin-bottom: 0.65rem;
}

.page-header .lead {
  max-width: 48rem;
  color: var(--wici-muted);
}

.page-header.page-hero {
  color: #fff;
  border-bottom: 0;
  background-image:
    linear-gradient(118deg, rgba(6, 19, 31, 0.82), rgba(10, 30, 49, 0.62)),
    url("../img/placeholders/hero-bg.ecbe482eab61.png");
  min-height: clamp(18rem, 38svh, 26rem);
  display: flex;
  align-items: center;
}

.page-header.page-hero::after {
  background:
    radial-gradient(circle at 16% 24%, rgba(66, 200, 255, 0.18), transparent 36%),
    radial-gradient(circle at 88% 74%, rgba(255, 212, 120, 0.17), transparent 33%),
    linear-gradient(180deg, rgba(8, 22, 36, 0.08), rgba(8, 22, 36, 0.3));
}

.page-header.page-hero h1 {
  color: #fff;
  font-size: clamp(1.95rem, 4.2vw, 3rem);
  margin-bottom: 0.7rem;
}

.page-header.page-hero .lead {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
}

.site-main section {
  scroll-margin-top: 6.4rem;
}

.section-intro {
  max-width: 46rem;
  margin-bottom: 2.2rem;
}

.section-intro.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-intro .section-kicker {
  margin-bottom: 0.8rem;
}

.section-intro .text-muted {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.content-glass-card {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 1rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 0.85rem 1.55rem rgba(15, 35, 55, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.surface-soft {
  background: linear-gradient(180deg, #f7fafd 0%, #f2f7fc 100%);
}

.list-checks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-checks li {
  position: relative;
  padding-left: 1.55rem;
  margin-bottom: 0.65rem;
}

.list-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63rem;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: var(--wici-gold);
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.16);
}

.media-cover {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid rgba(16, 42, 67, 0.08);
}

.metadata-chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--wici-navy);
  background: var(--wici-gold-soft);
  border: 1px solid rgba(212, 160, 23, 0.35);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
}

.metadata-chip-muted {
  background: rgba(16, 42, 67, 0.08);
  border-color: rgba(16, 42, 67, 0.18);
  color: var(--wici-navy);
}

.leader-card-footer {
  padding-top: 0.6rem;
  border-top: 1px dashed rgba(16, 42, 67, 0.18);
}

.resource-toolbar .form-control,
.resource-toolbar .form-select {
  border-radius: 0.7rem;
}

.resource-toolbar .form-label {
  color: var(--wici-navy);
  font-size: 0.85rem;
  font-weight: 600;
}

.contact-helper-text {
  font-size: 0.92rem;
  color: var(--wici-muted);
}

.contact-alert {
  border-radius: 0.8rem;
}

.contact-form .form-label {
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--wici-navy);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 42, 67, 0.2);
  border-radius: 0.72rem;
  padding: 0.62rem 0.72rem;
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(16, 42, 67, 0.45);
  box-shadow: 0 0 0 3px rgba(16, 42, 67, 0.1);
}

.contact-form .errorlist {
  margin: 0.45rem 0 0;
  padding-left: 1rem;
  color: #a31212;
  font-size: 0.86rem;
}

.contact-faq .accordion-item {
  border: 1px solid rgba(16, 42, 67, 0.11);
  border-radius: 0.75rem;
  margin-bottom: 0.55rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
}

.contact-accordion .accordion-button {
  font-weight: 600;
  color: var(--wici-navy);
  background: transparent;
}

.contact-accordion .accordion-button:not(.collapsed) {
  color: var(--wici-navy);
  background: rgba(16, 42, 67, 0.05);
  box-shadow: none;
}

.contact-accordion .accordion-button:focus {
  box-shadow: inset 0 0 0 2px rgba(16, 42, 67, 0.18);
}

.contact-accordion .accordion-body {
  color: var(--wici-muted);
  line-height: 1.65;
}

.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.contact-quick-actions .btn {
  border-radius: 999px;
}

.contact-trust-note {
  color: var(--wici-muted);
  font-size: 0.9rem;
}

.membership-steps .content-glass-card,
.partner-model {
  border-radius: 0.9rem;
  border: 1px solid rgba(16, 42, 67, 0.1);
}

.partner-model {
  background: rgba(255, 255, 255, 0.74);
}

.partner-model p,
.membership-steps p {
  color: var(--wici-muted);
}

.empty-state-card {
  text-align: center;
  border-style: dashed;
}

.empty-state-card .btn {
  border-radius: 999px;
}

.about-timeline {
  border-left: 2px solid rgba(16, 42, 67, 0.16);
  padding-left: 1rem;
  display: grid;
  gap: 1rem;
}

.about-timeline-item {
  position: relative;
}

.about-timeline-item::before {
  content: "";
  position: absolute;
  left: -1.35rem;
  top: 0.32rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--wici-gold);
}

.site-footer-divider {
  border-color: rgba(255, 255, 255, 0.17);
}

.section-soft {
  background: linear-gradient(180deg, #f7fafd 0%, #f2f6fa 100%);
}

.section-glass {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(114, 189, 255, 0.2), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(255, 208, 120, 0.2), transparent 30%),
    linear-gradient(180deg, #edf4fb 0%, #eaf1f9 100%);
}

.section-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 78% 22%, rgba(16, 42, 67, 0.08), transparent 35%);
}

.section-glass .container {
  position: relative;
  z-index: 1;
}

.section-kicker {
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: var(--wici-navy);
  background: var(--wici-gold-soft);
  border: 1px solid rgba(212, 160, 23, 0.38);
}

.platform-visual-wrap {
  position: relative;
  padding-right: 1.2rem;
  padding-bottom: 1.2rem;
}

.platform-feature-image {
  position: relative;
  width: 100%;
  min-height: 325px;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(155deg, rgba(6, 24, 39, 0.42), rgba(10, 38, 62, 0.2)),
    url("../img/placeholders/section-platform-main.adc03e6b3043.png");
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1rem 2rem rgba(15, 35, 55, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

.platform-feature-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(160deg, rgba(9, 30, 48, 0.46), rgba(11, 34, 53, 0.32) 42%, rgba(7, 25, 41, 0.56));
}

.platform-visual-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: min(21rem, 84%);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.95rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0.85rem 1.8rem rgba(11, 31, 53, 0.15);
  padding: 0.9rem 1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.platform-visual-value {
  display: block;
  color: var(--wici-navy);
  font-size: 0.95rem;
  font-weight: 800;
}

.platform-visual-label {
  display: block;
  margin-top: 0.15rem;
  color: var(--wici-muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.platform-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.platform-highlights span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wici-navy);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0.5rem 1rem rgba(15, 35, 55, 0.09);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.platform-info-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 0.7rem 1.4rem rgba(15, 35, 55, 0.11);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.platform-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.platform-card-image {
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0.55rem 1rem rgba(11, 31, 53, 0.1);
  overflow: hidden;
}

.platform-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(155deg, rgba(6, 24, 39, 0.26), rgba(10, 32, 50, 0.2)),
    linear-gradient(180deg, rgba(9, 30, 48, 0.06) 0%, rgba(9, 30, 48, 0.42) 100%);
}

.platform-card-image-who {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.35), rgba(16, 42, 67, 0.12)),
    url("../img/placeholders/card-who-we-are.93bb12f184d0.png");
}

.platform-card-image-what {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.35), rgba(16, 42, 67, 0.12)),
    url("../img/placeholders/card-what-we-do.79dcf964ed6a.png");
}

.platform-card-image-involved {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.35), rgba(16, 42, 67, 0.12)),
    url("../img/placeholders/card-get-involved.31f2cd49c140.png");
}

.platform-info-card h3,
.platform-info-card p {
  position: relative;
  z-index: 1;
}

.image-block {
  width: 100%;
  min-height: 240px;
  border-radius: 16px;
  border: 1px solid var(--wici-border);
  background-image: linear-gradient(150deg, rgba(16, 42, 67, 0.08), rgba(212, 160, 23, 0.12)),
    url("../img/placeholders/card-placeholder.fd16a398b87f.svg");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.image-fill-who {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.2), rgba(16, 42, 67, 0.08)),
    url("../img/placeholders/card-who-we-are.93bb12f184d0.png");
}

.image-fill-what {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.2), rgba(16, 42, 67, 0.08)),
    url("../img/placeholders/card-what-we-do.79dcf964ed6a.png");
}

.image-fill-involved {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.2), rgba(16, 42, 67, 0.08)),
    url("../img/placeholders/card-get-involved.31f2cd49c140.png");
}

.image-fill-platform {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.24), rgba(16, 42, 67, 0.1)),
    url("../img/placeholders/section-platform-main.adc03e6b3043.png");
}

.image-fill-hero {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.24), rgba(16, 42, 67, 0.1)),
    url("../img/placeholders/hero-bg.ecbe482eab61.png");
}

.info-card,
.program-card,
.event-card,
.join-box,
.contact-form {
  background-color: var(--wici-surface);
  border: 1px solid var(--wici-border);
  border-radius: 16px;
  box-shadow: 0 0.5rem 1.25rem rgba(15, 35, 55, 0.07);
}

.card-grid > [class*="col-"] {
  display: flex;
}

.card-grid .info-card,
.card-grid .program-card,
.card-grid .impact-card,
.card-grid .event-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0.15rem;
}

.card-grid .info-card h3,
.card-grid .program-card h3,
.card-grid .impact-card h3 {
  margin-bottom: 0.75rem;
}

.card-grid .info-card p,
.card-grid .program-card p,
.card-grid .impact-card p {
  margin-bottom: 0;
}

.info-card,
.program-card,
.event-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.info-card:hover,
.program-card:hover,
.event-card:hover {
  transform: translateY(-0.18rem);
  box-shadow: 0 0.95rem 1.8rem rgba(15, 35, 55, 0.12);
}

/* Phase 1: shared reveal utilities */
.reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.65s ease, transform 0.65s ease;
  will-change: opacity, transform;
}

.reveal-up {
  transform: translate3d(0, 24px, 0);
}

.reveal-up-soft {
  transform: translate3d(0, 14px, 0);
}

.reveal-left {
  transform: translate3d(-20px, 0, 0);
}

.reveal-right {
  transform: translate3d(20px, 0, 0);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.stagger-reveal {
  transition-delay: var(--stagger-delay, 0ms);
}

.delay-1 {
  transition-delay: 90ms;
}

.delay-2 {
  transition-delay: 180ms;
}

.delay-3 {
  transition-delay: 260ms;
}

/* Phase 2: text and micro-interactions */
.text-reveal {
  animation: textRevealUp 0.85s ease both;
}

@keyframes textRevealUp {
  from {
    opacity: 0;
    transform: translateY(12px);
    filter: blur(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.interactive-field {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.interactive-field.is-focused {
  transform: translateY(-1px);
}

.interactive-field.is-invalid-animated {
  animation: fieldShake 0.3s linear;
}

@keyframes fieldShake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}

.btn.is-loading {
  position: relative;
  pointer-events: none;
}

.btn.is-loading::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .text-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.program-card {
  border-top: 4px solid var(--wici-gold);
}

.about-timeline-item,
.partner-model {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-timeline-item:hover,
.partner-model:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.7rem 1.3rem rgba(15, 35, 55, 0.12);
}

.media-gallery-card {
  position: relative;
  overflow: hidden;
}

.media-gallery-card .media-cover {
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.35s ease;
}

img.img-loading {
  opacity: 0.65;
  filter: saturate(0.85);
  background: linear-gradient(110deg, #eef3f8 8%, #f8fbff 18%, #eef3f8 33%);
  background-size: 200% 100%;
  animation: imageShimmer 1.2s linear infinite;
}

img.is-loaded {
  opacity: 1;
  filter: none;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.media-gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 22, 36, 0) 45%, rgba(8, 22, 36, 0.38) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.media-gallery-card:hover::before {
  opacity: 1;
}

.media-gallery-card:hover .media-cover {
  transform: scale(1.03);
  filter: saturate(1.05);
}

.contact-accordion .accordion-item {
  border: 1px solid rgba(16, 42, 67, 0.08);
  border-radius: 0.75rem;
  margin-bottom: 0.65rem;
  overflow: hidden;
  transition: box-shadow 0.28s ease, border-color 0.28s ease;
}

.contact-accordion .accordion-item.is-open {
  border-color: rgba(212, 160, 23, 0.5);
  box-shadow: 0 0.6rem 1.2rem rgba(15, 35, 55, 0.1);
}

.contact-accordion .accordion-button {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(212, 160, 23, 0.12);
  color: var(--wici-navy);
}

/* Phase 4: filtering, parallax, and media lightbox */
[data-resource-card],
[data-news-card],
[data-event-group] {
  transition: opacity 0.28s ease, transform 0.28s ease, max-height 0.35s ease, margin 0.28s ease;
}

.is-filter-hidden {
  opacity: 0;
  transform: scale(0.98);
  pointer-events: none;
}

[data-resource-card].is-filter-hidden,
[data-news-card].is-filter-hidden {
  display: none !important;
}

[data-event-group].is-filter-hidden {
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
  opacity: 0;
}

.events-toolbar .btn.active {
  background-color: var(--wici-navy);
  border-color: var(--wici-navy);
  color: #fff;
}

.hero-section,
.page-header,
.program-section-glass {
  transform: translateY(var(--parallax-shift, 0));
  transition: transform 0.14s linear;
}

body.lightbox-open {
  overflow: hidden;
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1090;
  display: grid;
  place-items: center;
  background: rgba(6, 18, 31, 0.82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  padding: 1rem;
}

.media-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.media-lightbox-figure {
  margin: 0;
  width: min(92vw, 980px);
}

.media-lightbox-image {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.35);
  background: #fff;
}

.media-lightbox-caption {
  color: #fff;
  margin-top: 0.7rem;
  text-align: center;
}

.media-lightbox-close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

@keyframes imageShimmer {
  to {
    background-position-x: -200%;
  }
}

.program-section-glass {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 16%, rgba(139, 203, 255, 0.16), transparent 30%),
    radial-gradient(circle at 94% 82%, rgba(255, 208, 123, 0.17), transparent 32%),
    linear-gradient(180deg, #f5f9fd 0%, #f2f7fc 100%);
}

.program-section-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
}

.program-section-glass .container {
  position: relative;
  z-index: 1;
}

.program-feature-card {
  border-top: 2px solid rgba(212, 160, 23, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.24));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 0.8rem 1.5rem rgba(11, 31, 53, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.program-media {
  position: relative;
  width: 100%;
  min-height: 175px;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0.7rem 1.2rem rgba(11, 31, 53, 0.12);
}

.program-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(165deg, rgba(8, 28, 44, 0.28), rgba(7, 26, 42, 0.16) 42%, rgba(8, 26, 41, 0.48));
}

.program-media-leadership {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.22), rgba(16, 42, 67, 0.1)),
    url("../img/placeholders/card-who-we-are.93bb12f184d0.png");
}

.program-media-technical {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.22), rgba(16, 42, 67, 0.1)),
    url("../img/placeholders/card-what-we-do.79dcf964ed6a.png");
}

.program-media-networking {
  background-image:
    linear-gradient(150deg, rgba(16, 42, 67, 0.22), rgba(16, 42, 67, 0.1)),
    url("../img/placeholders/card-get-involved.31f2cd49c140.png");
}

.program-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: var(--wici-navy);
  background: linear-gradient(140deg, rgba(249, 233, 178, 0.92), rgba(249, 233, 178, 0.72));
  border: 1px solid rgba(212, 160, 23, 0.36);
}

.impact-section {
  background-color: #fff;
}

.impact-card {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid var(--wici-border);
  border-radius: 16px;
  box-shadow: 0 0.5rem 1.25rem rgba(15, 35, 55, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.impact-card:hover {
  transform: translateY(-0.18rem);
  box-shadow: 0 0.95rem 1.8rem rgba(15, 35, 55, 0.12);
}

@media (max-width: 991.98px) {
  .reveal-up {
    transform: translate3d(0, 14px, 0);
  }

  .reveal-left,
  .reveal-right {
    transform: translate3d(0, 12px, 0);
  }

  .hero-section,
  .page-header,
  .program-section-glass {
    transform: none !important;
    transition: none !important;
  }
}

.info-card p,
.program-card p,
.event-card p,
.impact-card p {
  line-height: 1.68;
}

.impact-kicker {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.25rem 0.62rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--wici-navy);
  background: var(--wici-gold-soft);
}

.view-link {
  color: var(--wici-navy);
  font-weight: 700;
  position: relative;
}

.view-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: var(--wici-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.view-link:hover::after,
.view-link:focus::after {
  transform: scaleX(1);
}

.event-date {
  color: var(--wici-navy);
  font-weight: 700;
}

.text-muted {
  color: var(--wici-muted) !important;
}

.cta-section {
  color: #fff;
  background-image: linear-gradient(110deg, rgba(11, 31, 53, 0.95), rgba(22, 58, 93, 0.9)),
    url("../img/placeholders/hero-bg.ecbe482eab61.png");
  background-size: cover;
  background-position: center;
  border-top: 4px solid var(--wici-gold);
  border-radius: 16px;
  box-shadow: 0 1rem 2rem rgba(11, 31, 53, 0.2);
}

.cta-section h1,
.cta-section h2,
.cta-section h3,
.cta-section p {
  color: #ffffff;
}

.site-footer {
  background-color: var(--wici-navy);
  color: #f0f4f8;
}

.site-footer a {
  color: #f9d870;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 62em) {
  .brand-name {
    font-size: 1rem;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .hero-section {
    min-height: 88svh;
  }

  .hero-content-panel {
    min-height: 88svh;
  }

  .hero-inner {
    text-align: center;
    padding-top: 5.2rem;
    padding-bottom: 3.8rem;
  }

  .hero-layout {
    row-gap: 1.5rem !important;
  }

  .hero-title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-inner .lead {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-audience,
  .hero-metrics,
  .hero-trust-band,
  .hero-impact-card {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-trust-band {
    justify-content: center;
  }

  .hero-update-strip {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .contact-quick-actions .btn {
    width: 100%;
  }

  .resource-toolbar .btn {
    margin-top: 0.35rem;
  }

  .empty-state-card {
    text-align: left;
  }

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

  .hero-impact-card {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .hero-impact-stats {
    grid-template-columns: 1fr;
  }

  .platform-visual-wrap {
    padding-right: 0;
    padding-bottom: 0;
  }

  .platform-visual-badge {
    position: static;
    margin-top: 0.85rem;
    max-width: 100%;
  }

  .program-media {
    min-height: 160px;
  }

  .media-cover {
    height: 200px;
  }

  .section-intro {
    margin-bottom: 1.6rem;
  }

  .section-intro .text-muted {
    font-size: 0.98rem;
    line-height: 1.68;
  }
}

@media (max-width: 75em) {
  .site-navbar {
    min-height: 5rem;
  }

  .site-navbar .container {
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
  }

  .site-navbar-collapse {
    margin-top: 0.85rem;
    border: 1px solid rgba(16, 42, 67, 0.12);
    border-radius: 0.95rem;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.96));
    box-shadow: 0 0.8rem 1.5rem rgba(15, 35, 55, 0.08);
    padding: 0.8rem;
  }

  .site-navbar-links {
    gap: 0.25rem;
  }

  .site-navbar .nav-item {
    width: 100%;
  }

  .site-navbar .nav-link {
    width: 100%;
    border-radius: 0.7rem;
  }

  .site-navbar .nav-item:not(.site-navbar-cta-wrap) .nav-link::after {
    display: none;
  }

  .site-navbar-cta-wrap {
    margin-left: 0;
    margin-top: 0.35rem;
  }

  .site-navbar-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 36em) {
  .site-navbar {
    min-height: 4.6rem;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand-name {
    font-size: 0.96rem;
  }

  .hero-inner {
    padding-top: 4.6rem;
    padding-bottom: 3rem;
  }

  .hero-update-strip {
    gap: 0.5rem;
    padding: 0.62rem 0.7rem;
  }

  .hero-update-links {
    display: flex;
    flex-wrap: wrap;
  }

  .contact-form {
    padding: 1rem !important;
  }

  .contact-faq,
  .resource-toolbar,
  .content-glass-card {
    padding: 1rem !important;
  }

  .page-header h1 {
    font-size: 1.7rem;
  }

  .page-header .lead {
    font-size: 0.98rem;
  }

  .page-header.page-hero {
    min-height: 15.5rem;
    align-items: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-card:hover,
  .program-card:hover,
  .event-card:hover,
  .impact-card:hover,
  .navbar .nav-link:hover,
  .navbar .nav-link:focus,
  .btn-brand:hover,
  .btn-brand:focus {
    transform: none !important;
  }
}
