:root {
  --zoud-primary: #4e8c6f;
  --zoud-secondary: #c2b49a;
  --zoud-accent: #d4943a;
  --zoud-bg: #fef3dc;
  --zoud-foreground: #393636;
  --zoud-muted: #e8dcc8;
  --zoud-muted-fg: #5c5c5c;
  --zoud-border: #d4caaf;
  --zoud-card-bg: #ffffff;
  --zoud-destructive: #8b3a3e;
  --zoud-font-family: Montserrat, sans-serif;
  --zoud-font-size-base: 1rem;
  --zoud-radius: 0.75rem;
  --zoud-radius-lg: 1rem;
  --zoud-radius-xl: 1.5rem;
  --zoud-dark-bg: #0d2318;
  --zoud-dark-text: #ffffff;
  --zoud-sidebar-bg: #1a3d2e;
  --zoud-sidebar-fg: #fef3dc;
  --zoud-sidebar-border: hsl(152, 20%, 20%);
  --zoud-chart-1: #4e8c6f;
  --zoud-chart-2: #d4943a;
  --zoud-chart-3: #737373;
  --zoud-chart-4: #5cb8b2;
  --zoud-chart-5: #9966cc;
}

.gmw-hero {
  position: relative;
  background: #0d2318;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.gmw-highlight-card {
  border-radius: 1rem;
  border: 1px solid #a7f3d0;
  background: #fff;
  padding: 1.5rem;
  text-align: start;
  transition: all 0.3s;
  height: 100%;
}
.gmw-highlight-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #6ee7b7;
}

.gmw-timeline {
  position: relative;
  padding-left: 2rem;
}
.gmw-timeline::before {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d1fae5;
}
.gmw-timeline .gmw-timeline-item {
  position: relative;
  margin-bottom: 2rem;
}
.gmw-timeline .gmw-timeline-item::before {
  content: "";
  position: absolute;
  left: -1.625rem;
  top: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  background: linear-gradient(to bottom right, #34d399, #14b8a6);
}

.gmw-registration-cta {
  border-radius: 1.5rem;
  background: linear-gradient(to bottom right, #059669, #0f766e);
  padding: 2rem 2.5rem;
  color: #fff;
  text-align: center;
}
/*# sourceMappingURL=global-money-week.css.map */
