/* NWDS visual refresh layer */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;700&display=swap');

:root {
  --bg: #f6f3eb;
  --surface: rgba(255, 255, 255, 0.76);
  --surface-solid: #ffffff;
  --text: #10211b;
  --text-muted: #54635d;
  --primary: #0a5f47;
  --primary-light: #16b38c;
  --primary-soft: rgba(22, 179, 140, 0.12);
  --secondary: #b87316;
  --secondary-light: #f1b343;
  --secondary-soft: rgba(241, 179, 67, 0.12);
  --accent: #163b6b;
  --border: rgba(16, 33, 27, 0.08);
  --border-glass: rgba(255, 255, 255, 0.35);
  --shadow-sm: 0 8px 20px rgba(4, 20, 14, 0.06);
  --shadow-md: 0 18px 45px rgba(4, 20, 14, 0.10);
  --shadow-lg: 0 28px 70px rgba(4, 20, 14, 0.14);
  --shadow-strong: 0 30px 80px rgba(4, 20, 14, 0.22);
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-blur: blur(18px);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
}

.hero-section {
  padding: 5rem 0 3.5rem;
}

.hero-centered {
  align-items: center;
  position: relative;
}

.hero-centered::before {
  display: none;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}

.hero-container::before {
  display: none;
}

h4,
.brand-copy strong,
.hero-title,
.hero-title-giant,
.subpage-title,
.section-heading h2,
.mv-heading,
.cta-title,
.tier-price {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.03em;
}

/* Keep the hero section light, centered, and less card-like */
.hero-section {
  padding: 5rem 0 3.5rem;
  background: linear-gradient(120deg, #f6fbf8 0%, #f6f4f9 55%, #f9f7f6 100%);
}

.hero-title-giant {
  font-size: clamp(3.2rem, 9vw, 5.2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.hero-container {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.hero-section::before,
.hero-centered::before {
  display: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(16, 33, 27, 0.08);
  box-shadow: 0 18px 45px rgba(4, 20, 14, 0.08);
}

.header-inner {
  min-height: 86px;
  padding: 0.95rem 0;
  gap: 1.5rem;
}

.brand {
  gap: 0.95rem;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 24px rgba(4, 20, 14, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-copy strong {
  font-size: 1.55rem;
}

.brand-copy span {
  display: block;
  max-width: 16rem;
  line-height: 1.2;
  font-size: 0.71rem;
  letter-spacing: 0.05em;
}

.top-nav {
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 33, 27, 0.08);
  box-shadow: 0 10px 30px rgba(4, 20, 14, 0.06);
}

.top-nav a {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  color: var(--text);
}

.top-nav a::after {
  display: none;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.top-nav a.active,
.top-nav a[aria-current='page'] {
  background: rgba(22, 179, 140, 0.14);
  color: var(--primary);
  transform: translateY(-1px);
}

.nav-cta {
  padding-inline: 1.35rem;
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(10, 95, 71, 0.14);
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
  box-shadow: 0 12px 24px rgba(4, 20, 14, 0.08);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #084c38);
  color: #fff;
  box-shadow: 0 14px 28px rgba(10, 95, 71, 0.24);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(10, 95, 71, 0.18);
  color: var(--primary);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #fff;
}

.hero-section {
  padding: 5rem 0 3.5rem;
}

.hero-centered {
  align-items: center;
  position: relative;
}

.hero-centered::before,
.hero-container::before {
  display: none;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
}

.social-proof-badge {
  background: rgba(10, 95, 71, 0.09);
  border: 1px solid rgba(10, 95, 71, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.hero-title {
  font-size: clamp(3.1rem, 7vw, 5.8rem);
  line-height: 1.03;
  margin: 1rem auto 1.25rem;
  max-width: 13ch;
}

.hero-title .highlight,
.gradient-text,
.subpage-kicker {
  background: linear-gradient(135deg, var(--secondary), #d98b20);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-size: 1.18rem;
  max-width: 760px;
  margin: 0 auto 2.4rem;
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-bg-blob {
  opacity: 0.16;
  filter: blur(90px);
}

.partners-banner-section {
  padding: 0 0 3rem;
  background: transparent;
  border: 0;
  margin-top: -1.5rem;
}

.partners-banner-section .container {
  padding: 1.9rem 1.5rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 33, 27, 0.08);
  box-shadow: 0 24px 60px rgba(4, 20, 14, 0.08);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.partners-logo-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.partner-logo-placeholder {
  min-height: 190px;
  height: 100%;
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f9fbf8);
  box-shadow: 0 16px 36px rgba(4, 20, 14, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-grid-modern {
  gap: 1.5rem;
  align-items: stretch;
}

.about-card {
  position: relative;
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 248, 0.96));
  border: 1px solid rgba(16, 33, 27, 0.08);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.about-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(10, 95, 71, 0.05), transparent 36%);
  pointer-events: none;
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 95, 71, 0.10);
  color: var(--primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.about-card h3 {
  font-size: 1.55rem;
  margin: 1rem 0 0.75rem;
}

.about-card p {
  color: var(--text-muted);
  line-height: 1.8;
}

.program-grid,
.membership-grid,
.leadership-grid,
.resource-grid,
.spotlight-track {
  gap: 1.4rem;
  align-items: stretch;
}

.program-card,
.tier-card,
.leader-card,
.spotlight-card,
.resource-card,
.details-panel,
.google-form-container {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 251, 249, 0.96));
  border: 1px solid rgba(16, 33, 27, 0.08);
  box-shadow: var(--shadow-md);
  border-radius: 28px;
  overflow: hidden;
}

.program-card::before,
.tier-card::before,
.leader-card::before,
.spotlight-card::before,
.resource-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  opacity: 0.9;
}

.program-card:hover,
.tier-card:hover,
.leader-card:hover,
.spotlight-card:hover,
.resource-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.program-grid>.program-card,
.resource-grid>.program-card,
.membership-grid>.tier-card,
.leadership-grid>.leader-card,
.partners-logo-strip>.partner-logo-item {
  height: 100%;
}

.program-card,
.resource-grid>.program-card,
.tier-card {
  display: flex;
  flex-direction: column;
}

.resource-grid>.program-card .resource-actions,
.tier-card .tier-cta {
  margin-top: auto;
}

.program-card p,
.resource-grid>.program-card p,
.tier-card .tier-desc {
  flex: 1;
}

.program-icon-box,
.program-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  box-shadow: 0 14px 28px rgba(4, 20, 14, 0.08);
}

.event-banner {
  background: linear-gradient(135deg, #0a5f47, #0a4236 58%, #112b54);
  border-radius: 34px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-strong);
}

.event-banner::before {
  background: radial-gradient(circle, rgba(241, 179, 67, 0.2) 0%, transparent 70%);
}

.event-detail-item {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.countdown-card {
  background: rgba(255, 255, 255, 0.10);
  border-radius: 28px;
}

.countdown-unit {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 1.15rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.countdown-unit strong {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.resource-card {
  padding: 1.8rem;
}

.resource-card-highlight {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 246, 0.98));
}

.resource-link {
  color: var(--primary);
}

.subpage-hero {
  padding: 4.5rem 0 2rem;
}

.subpage-shell {
  background: linear-gradient(135deg, #0b5f48, #073c32 58%, #112b54);
  border-radius: 36px;
  box-shadow: var(--shadow-strong);
}

.subpage-shell::before {
  background:
    radial-gradient(circle at top right, rgba(241, 179, 67, 0.2), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 179, 140, 0.22), transparent 30%);
}

.subpage-title {
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.subpage-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.meta-pill {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.14);
}

.page-link-row .btn {
  min-width: 200px;
}

.google-form-container {
  max-width: 920px;
  border-radius: 32px;
}

.google-form-container iframe {
  min-height: 800px;
}

.form-fallback-note {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.site-footer {
  background: linear-gradient(180deg, #061913 0%, #06141d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  gap: 1.8rem;
}

.footer-col a,
.footer-bottom-links a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover,
.footer-bottom-links a:hover {
  transform: translateX(2px);
}

.back-to-top {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

#main-event .event-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  line-height: 1.04 !important;
  margin-bottom: 1rem !important;
}

#main-event .event-copy p {
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.75 !important;
}

#main-event .agenda-teaser {
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 22px !important;
  padding: 1.4rem !important;
}

#main-event .agenda-teaser ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.65rem 1rem !important;
}

#main-event .agenda-teaser li {
  position: relative !important;
  padding-left: 1rem !important;
}

#main-event .agenda-teaser li::before {
  content: '-' !important;
  position: absolute !important;
  left: 0 !important;
  color: var(--secondary-light) !important;
}

#main-event .btn.btn-primary {
  background: #fff !important;
  color: var(--primary) !important;
}

#main-event .btn.btn-primary:hover {
  background: #f4f1e9 !important;
}

.event-visual {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.countdown-item {
  text-align: center;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.countdown-item strong,
.countdown-unit strong {
  color: #fff;
}

.countdown-item span,
.countdown-unit span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffffff;
}

.agenda-teaser {
  border-radius: 18px;
}

.leader-card {
  gap: 1.25rem;
  padding: 2rem;
}

.leader-avatar {
  width: 84px;
  height: 84px;
  border-radius: 26px;
  box-shadow: 0 14px 28px rgba(4, 20, 14, 0.08);
}

.leader-role {
  color: var(--secondary);
}

.leader-name {
  font-size: 1.35rem;
}

.leader-institution {
  color: var(--primary);
}

.leader-bio {
  color: var(--text-muted);
}

.spotlight-card {
  padding: 2.5rem;
}

.spotlight-quote {
  font-size: 1.08rem;
}

.tier-card {
  padding: 2rem 1.75rem;
}

.tier-featured {
  transform: translateY(-2px);
}

.section-heading.centered {
  max-width: 760px;
  margin-inline: auto;
}

.onboarding-flow {
  max-width: 960px;
  margin: 3rem auto 0;
  display: grid;
  gap: 1.25rem;
}

.flow-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: stretch;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #0a4236);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(4, 20, 14, 0.14);
}

.step-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 251, 249, 0.96));
  border: 1px solid rgba(16, 33, 27, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  padding: 1.6rem;
}

.step-content h3 {
  margin: 0 0 0.45rem;
}

.step-content p {
  margin: 0;
  color: var(--text-muted);
}

.membership-selection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.2rem 0 0.9rem;
}

.selection-card {
  border: 1px solid rgba(16, 33, 27, 0.1);
  border-radius: 18px;
  padding: 1.05rem;
  background: #fff;
}

.selection-card.featured {
  background: linear-gradient(180deg, #ffffff, #f6faf7);
  border-color: rgba(6, 95, 70, 0.2);
}

.selection-card h4 {
  margin: 0 0 0.35rem;
}

.selection-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.price-tag {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--primary-soft);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
}

.onboarding-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}

.onboarding-link:hover {
  text-decoration: underline;
}

.registration-action-box {
  margin-top: 1rem;
  border: 1px solid rgba(16, 33, 27, 0.1);
  border-radius: 18px;
  padding: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.status-badge {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

@media (max-width: 1080px) {
  .partners-logo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-grid-modern,
  .membership-grid,
  .leadership-grid,
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .registration-action-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .action-buttons {
    justify-content: flex-start;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-title-giant {
    max-width: 100%;
  }

  .hero-lead-centered {
    max-width: 100%;
  }

  .hero-container {
    padding: clamp(1.8rem, 4vw, 3rem);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 4.5rem 0 3rem;
  }

  .hero-centered {
    min-height: 0;
  }

  .hero-title {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .hero-title-giant {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-title-giant {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-lead-centered {
    font-size: 1rem;
  }

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

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-actions {
    gap: 0.85rem;
  }

  .partners-logo-strip,
  .about-grid-modern,
  .membership-grid,
  .leadership-grid,
  .resource-grid,
  .program-grid {
    grid-template-columns: 1fr;
  }

  .flow-step {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .step-number {
    width: 48px;
    height: 48px;
  }

  .membership-selection-grid {
    grid-template-columns: 1fr;
  }

  .registration-action-box {
    align-items: stretch;
  }

  .action-buttons {
    justify-content: stretch;
  }

  .action-buttons .btn {
    width: 100%;
  }

  .partner-logo-placeholder {
    min-height: 170px;
  }

  .subpage-hero {
    padding-top: 3.5rem;
  }

  .subpage-shell {
    padding: 2.25rem 1.5rem;
    border-radius: 28px;
  }

  .subpage-title {
    font-size: clamp(2.3rem, 9vw, 3.2rem);
  }

  .subpage-meta {
    gap: 0.65rem;
  }

  .meta-pill {
    width: 100%;
    justify-content: center;
  }

  .page-link-row .btn {
    width: 100%;
  }

  .event-banner {
    padding: 2.5rem 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .leader-card,
  .spotlight-card,
  .program-card,
  .tier-card,
  .resource-card {
    padding: 1.5rem;
  }

  #main-event .agenda-teaser ul {
    grid-template-columns: 1fr !important;
  }
}