@font-face {
  font-family: "Montserrat Fallback";
  src: local("Arial");
  size-adjust: 112%;
  ascent-override: 90%;
  descent-override: 25%;
  line-gap-override: 0%;
}
:root {
  --fs-base: clamp(1rem, 0.95rem + 0.24vw, 1.125rem);
  --fs-sm: clamp(0.813rem, 0.78rem + 0.16vw, 0.875rem);
  --fs-xs: clamp(0.688rem, 0.66rem + 0.14vw, 0.75rem);
  --fs-md: clamp(1.063rem, 1rem + 0.3vw, 1.25rem);
  --fs-lg: clamp(1.188rem, 1.08rem + 0.52vw, 1.5rem);
  --fs-xl: clamp(1.375rem, 1.18rem + 0.97vw, 1.875rem);
  --fs-2xl: clamp(1.625rem, 1.33rem + 1.45vw, 2.375rem);
  --fs-3xl: clamp(1.875rem, 1.45rem + 2.12vw, 3rem);
  --fs-4xl: clamp(2.125rem, 1.55rem + 2.88vw, 3.75rem);
  --fs-5xl: clamp(2.5rem, 1.72rem + 3.88vw, 4.75rem);
  --lh-compressed: 1.1;
  --lh-tight: 1.2;
  --lh-snug: 1.35;
  --lh-normal: 1.5;
  --lh-relaxed: 1.7;
  --lh-loose: 1.85;
  --ls-tight: -0.025em;
  --ls-snug: -0.015em;
  --ls-normal: 0;
  --ls-wide: 0.01em;
  --ls-expanded: 0.05em;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}

:root {
  --text-primary: #2b2b2b;
  --text-secondary: rgba(43, 43, 43, 0.7);
  --text-muted: rgba(43, 43, 43, 0.55);
  --text-heading: #4c2985;
}

.bg-muted {
  background-color: #e8e0f5;
}

.bg-subtle {
  background-color: rgba(76, 41, 133, 0.08);
  border-radius: 0.5rem;
}

@media (min-width: 992px) {
  header.bg-subtle {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.bg-subtle .container.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  header.bg-subtle h1.display-5 {
    font-size: 2rem !important;
    line-height: 1.2;
    margin-bottom: 0.75rem !important;
  }
  header.bg-subtle .lead {
    font-size: 0.95rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  header.bg-subtle h1.display-5 {
    font-size: 2.25rem !important;
  }
}

.bg-soft {
  background-color: #f8f5ff !important;
}

.max-w-150 {
  max-width: 150px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-250 {
  max-width: 250px;
}

.max-h-60 {
  max-height: 60px;
}

.text-xxs {
  font-size: 0.8rem;
}

.icon-xxs {
  font-size: 0.75rem;
}

.object-cover {
  object-fit: cover;
}

:focus-visible {
  outline: 3px solid #4c2985;
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid #4c2985;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(76, 41, 133, 0.25);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #4c2985;
  outline-offset: 2px;
  border-color: #4c2985;
}

.navbar-toggler:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}

.accordion-button:focus-visible {
  outline: 3px solid #4c2985;
  outline-offset: -3px;
  box-shadow: none;
}

.card:focus-visible,
.event-card-link:focus-visible {
  outline: 3px solid #4c2985;
  outline-offset: 2px;
}

.skip-link:focus {
  position: fixed !important;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 1rem 1.5rem;
  background-color: #4c2985;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

body {
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  color: var(--text-primary);
  font-weight: var(--fw-normal);
}

h1 {
  font-size: var(--fs-4xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-snug);
  color: var(--text-heading);
  margin-bottom: 1.5rem;
}

h2 {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-snug);
  color: var(--text-heading);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-normal);
  color: var(--text-heading);
  margin-bottom: 1rem;
}

h4 {
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-normal);
  color: var(--text-heading);
  margin-bottom: 1rem;
}

h5 {
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
  letter-spacing: var(--ls-normal);
  color: var(--text-heading);
  margin-bottom: 0.75rem;
}

h6 {
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-normal);
  letter-spacing: var(--ls-normal);
  color: var(--text-heading);
  margin-bottom: 0.75rem;
}

p {
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  color: var(--text-primary);
}
p.lead {
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
  font-weight: var(--fw-normal);
  color: var(--text-primary);
}

.lead {
  font-size: var(--fs-md) !important;
  line-height: var(--lh-relaxed) !important;
  font-weight: var(--fw-normal) !important;
}

small,
.small {
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
  letter-spacing: var(--ls-wide);
}

.display-1,
.display-2,
.display-3 {
  font-size: var(--fs-5xl) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-compressed) !important;
  letter-spacing: var(--ls-tight) !important;
  color: var(--text-heading);
}

.display-4,
.display-5 {
  font-size: var(--fs-4xl) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-tight) !important;
  letter-spacing: var(--ls-snug) !important;
  color: var(--text-heading);
}

.display-6 {
  font-size: var(--fs-3xl) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-tight) !important;
  letter-spacing: var(--ls-snug) !important;
  color: var(--text-heading);
}

.hero-headline {
  font-size: var(--fs-5xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-compressed);
  letter-spacing: var(--ls-tight);
  color: var(--text-heading);
}

.hero-subheadline {
  font-size: var(--fs-xl);
  font-weight: var(--fw-medium);
  line-height: var(--lh-snug);
  color: var(--text-secondary);
}

.eyebrow,
.text-uppercase.small,
.text-uppercase.text-secondary {
  font-size: var(--fs-xs) !important;
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-expanded);
  text-transform: uppercase;
  color: var(--text-secondary);
}

.subtitle {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  margin-top: 4rem;
  color: #000;
}

.empower-font {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4c2985;
}

.coming-soon-logo {
  width: 14rem;
}

.navbar {
  position: sticky;
  top: 0;
  min-height: 5rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.2s ease;
  margin-bottom: clamp(0.5rem, 2vw, 2rem);
}
.navbar.bg-light {
  background-color: rgba(255, 255, 255, 0.99) !important;
}
.navbar.bg-light .navbar-img-lg {
  height: 4.75rem;
  margin-top: 0;
}
.navbar.navbar-shadow {
  box-shadow: 0 0 0.45rem rgba(43, 43, 43, 0.35);
}

.navbar-img {
  height: 4.75rem;
  transition: all 0.2s ease;
  margin-top: 0;
}

.navbar-img-lg {
  height: 6rem;
  transition: all 0.2s ease;
  margin-top: 1rem;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1030;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .navbar-brand {
    position: relative;
    left: auto;
    transform: none;
    margin-left: 0;
  }
}

.navbar-collapse {
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
}
.navbar-collapse.show {
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  .navbar-collapse {
    padding-top: 2rem;
    padding-bottom: 1rem;
    align-items: center;
  }
}
@media (max-width: 1400px) {
  .navbar-collapse {
    width: 100%;
  }
  .navbar-collapse .nav-item:last-child {
    margin-bottom: 1.5rem;
  }
}

.navbar-nav {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .navbar-nav {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 60rem;
  }
}
@media (max-width: 992px) and (min-width: 577px) {
  .navbar-nav {
    max-width: 48rem;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .navbar-nav {
    max-width: 36rem;
    align-items: center;
  }
}

.nav-item {
  font-size: 1.35rem;
  padding-left: 1.25rem;
  display: flex;
  align-items: center;
  margin: 0.35rem 0;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 44rem;
  justify-content: flex-start;
}
.nav-item::hover {
  background-color: rgba(76, 41, 133, 0.98);
}
.nav-item i {
  margin-right: 0.375rem;
  color: #4c2985;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  transform: scale(1.35);
  transition: transform 0.3s ease, color 0.3s ease;
  width: 1.5rem;
  justify-content: center;
}
.nav-item .active {
  position: relative;
  color: #4c2985;
  font-weight: 700;
}
.nav-item .active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(76, 41, 133, 0.8) 0%, rgba(76, 41, 133, 0.4) 100%);
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(76, 41, 133, 0.3);
}
.nav-item .active::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.32rem;
  border: 3.25px solid hsl(0, 0%, 20%);
  border-radius: 100px;
  width: 96%;
  background: #2b2b2b;
  height: 1px;
  opacity: 0.7;
}
@media (max-width: 1400px) {
  .nav-item .active::before {
    border: none;
    background: none;
  }
}
@media (min-width: 769px) {
  .nav-item {
    font-size: 1.75rem;
    padding-left: 1.75rem;
    padding-top: 0.5rem;
    max-width: 52rem;
  }
  .nav-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
  .nav-item i {
    font-size: 1.5rem;
    margin-right: 1rem;
    transform: scale(1.35);
  }
}
@media (max-width: 992px) and (min-width: 577px) {
  .nav-item {
    max-width: 42rem;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .nav-item {
    max-width: 32rem;
    font-size: 1.25rem;
    align-items: center;
    padding-left: 0.75rem;
  }
  .nav-item i {
    width: 1.25rem;
    font-size: 1rem;
    margin-right: 0.375rem;
  }
}
@media (max-width: 375px) {
  .nav-item {
    font-size: 1.1rem;
  }
}
@media (min-width: 376px) and (max-width: 576px) {
  .nav-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 320px) {
  .nav-item {
    font-size: 1rem;
    max-width: 28rem;
  }
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0.75rem 2.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #4c2985;
  transform: translateX(5px);
  width: 100%;
  max-width: 40rem;
  justify-content: flex-start;
  text-align: left;
  margin: 0 auto;
}
.nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0;
  background-color: rgba(76, 41, 133, 0.15);
  border-radius: 0.5rem;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: -1;
}
.nav-link:hover {
  color: #361d5e;
  transform: translateX(8px);
}
.nav-link:hover::before {
  background-color: rgba(76, 41, 133, 0.25);
  box-shadow: 0 0 10px rgba(76, 41, 133, 0.2);
  left: -0.75rem;
  right: -0.75rem;
}
.nav-link:hover i {
  color: #361d5e;
  transform: scale(1.5);
}
@media (min-width: 769px) {
  .nav-link {
    transform: translateX(10px);
    max-width: 48rem;
    padding: 0.75rem 3rem;
  }
  .nav-link::before {
    background-color: rgba(76, 41, 133, 0.15);
    box-shadow: 0 0 5px rgba(76, 41, 133, 0.15);
    left: -1.5rem;
    right: -1.5rem;
  }
  .nav-link:hover {
    transform: translateX(15px);
  }
  .nav-link:hover::before {
    background-color: rgba(76, 41, 133, 0.3);
    box-shadow: 0 0 12px rgba(76, 41, 133, 0.35);
    left: -1.75rem;
    right: -1.75rem;
  }
  .nav-link:hover i {
    transform: scale(1.6);
  }
}
@media (max-width: 992px) and (min-width: 577px) {
  .nav-link {
    max-width: 38rem;
    padding: 0.75rem 2.25rem;
    margin: 0 auto;
  }
  .nav-link::before {
    left: -1.25rem;
    right: -1.25rem;
  }
  .nav-link:hover::before {
    left: -1.5rem;
    right: -1.5rem;
  }
}
@media (max-width: 576px) {
  .nav-link {
    max-width: 28rem;
    padding: 0.6rem 1.25rem;
    margin: 0 auto;
  }
  .nav-link::before {
    left: -0.5rem;
    right: -0.5rem;
  }
  .nav-link:hover::before {
    left: -0.75rem;
    right: -0.75rem;
  }
}
@media (max-width: 375px) {
  .nav-link {
    padding: 0.5rem 1rem;
  }
  .nav-link::before {
    left: -0.35rem;
    right: -0.35rem;
  }
  .nav-link:hover::before {
    left: -0.5rem;
    right: -0.5rem;
  }
}
@media (min-width: 376px) and (max-width: 576px) {
  .nav-link {
    padding: 0.55rem 1.15rem;
  }
}
@media (max-width: 320px) {
  .nav-link {
    padding: 0.5rem 0.85rem;
    max-width: 24rem;
  }
  .nav-link::before {
    left: -0.25rem;
    right: -0.25rem;
  }
  .nav-link:hover::before {
    left: -0.4rem;
    right: -0.4rem;
  }
}

.nav-btn {
  display: flex;
  align-items: center;
  margin: 0 1.25rem;
  height: 4.75rem;
}
@media (max-width: 991px) {
  .nav-btn {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.nav-login {
  margin-right: 1rem;
}

.navbar-toggler {
  background-color: #4c2985;
  height: 2.95rem;
  width: 3.5rem;
  border: none;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .navbar-toggler {
    padding: 15px;
  }
}

.navbar-toggler-icon {
  width: 1.3rem;
  height: 1.1rem;
  margin-bottom: 0.15rem;
  background-size: 1.6rem 1.6rem;
}

@media (max-width: 576px) {
  .navbar-img {
    height: 3.75rem;
  }
  .navbar-img-lg {
    height: 4.5rem;
    margin-top: 0.5rem;
  }
  .navbar.bg-light .navbar-img-lg {
    height: 3.75rem;
    margin-top: 0;
  }
}
.btn:active {
  transform: scale(0.97);
}

.btn-primary:hover {
  color: #2b2b2b;
  background: none;
  border: 1px solid #2b2b2b;
  box-shadow: 0 4px 0.5rem rgba(0, 0, 0, 0.2), 0 6px 1.5rem rgba(0, 0, 0, 0.19);
}

.btn-outline-primary:hover {
  color: #e8e0f5;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  box-shadow: 0 4px 0.5rem rgba(0, 0, 0, 0.2), 0 6px 1.5rem rgba(0, 0, 0, 0.19);
}

.btn-secondary:hover {
  color: #2b2b2b;
  background: none;
  border: 1px solid #2b2b2b;
  box-shadow: 0 4px 0.5rem rgba(0, 0, 0, 0.2), 0 6px 1.5rem rgba(0, 0, 0, 0.19);
}

.btn-outline-secondary:hover {
  color: #e8e0f5;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  box-shadow: 0 4px 0.5rem rgba(0, 0, 0, 0.2), 0 6px 1.5rem rgba(0, 0, 0, 0.19);
}

.btn-outline-light:hover {
  color: #4c2985;
  background: #dfd4f2;
  border: 1px solid #dfd4f2;
  box-shadow: 0 4px 0.5rem rgba(0, 0, 0, 0.2), 0 6px 1.5rem rgba(0, 0, 0, 0.19);
}

.btn-light {
  color: #4c2985;
}
.btn-light:hover {
  color: #dfd4f2;
  background: #4c2985;
  border: 1px solid #dfd4f2;
  box-shadow: 0 4px 0.5rem rgba(0, 0, 0, 0.15), 0 6px 1.5rem rgba(0, 0, 0, 0.12);
}

.btn-social {
  padding: 0.25rem;
  margin: 0.25rem;
  border-radius: 50%;
  border: solid 2px rgba(76, 41, 133, 0.18);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #4c2985;
  border-color: #4c2985;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-social:focus, .btn-social:active {
  outline: none;
  box-shadow: none;
}
.btn-social i {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}
.btn-social a {
  color: #2b2b2b;
  text-decoration: none;
}
.btn-social:hover {
  background: #fff;
  border-color: #4c2985;
  transform: translateY(-3px);
}
.btn-social:hover i {
  color: #4c2985;
}
@media (max-width: 768px) {
  .btn-social {
    width: 2.5rem;
    height: 2.5rem;
  }
  .btn-social i {
    font-size: 1.25rem;
  }
}

.social-btn {
  background-color: #4c2985;
  border-color: #4c2985;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
}
.social-btn:focus, .social-btn:active {
  outline: none;
  box-shadow: none;
}
.social-btn i {
  color: #fff;
}
.social-btn:hover {
  background-color: #fff;
  border-color: #4c2985;
}
.social-btn:hover i {
  color: #4c2985;
}

.card {
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(76, 41, 133, 0.1);
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px rgba(43, 43, 43, 0.08);
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(43, 43, 43, 0.12);
}
.card .card-body {
  padding: 1.5rem;
}
.card .card-title {
  color: #4c2985;
  margin-bottom: 1rem;
}
.card .card-title i {
  margin-right: 0.375rem;
}
.card .card-text {
  color: rgba(43, 43, 43, 0.85);
  line-height: 1.6;
}
.card .card-body a img {
  margin-top: 0.5rem;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .card .card-body a img {
    margin-top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .card .card-body a img {
    margin-top: 0.25rem;
  }
}
@media (max-width: 576px) {
  .card .card-body a img {
    margin-top: 0;
  }
}
.card .btn-outline-primary,
.card .btn-outline-secondary,
.card .btn-primary {
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
}
.card .btn-outline-primary:hover,
.card .btn-outline-secondary:hover,
.card .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(76, 41, 133, 0.2);
}
.card:hover .card-body .fa-2x {
  transform: scale(1.15);
}
.card.border-0 {
  border: 1px solid rgba(76, 41, 133, 0.1) !important;
}

.card-title.text-center.text-primary {
  height: auto;
  min-height: clamp(3.5rem, 4vw, 5.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(0.75rem, 1.5vw, 2rem);
  font-size: var(--fs-lg);
  line-height: var(--lh-snug);
}

.card.border-0.bg-light.shadow-lg .card-body .fa-quote-left {
  font-size: clamp(1.25rem, 1rem + 1vw, 2rem);
}
.card.border-0.bg-light.shadow-lg .card-body p.fst-italic {
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
}
.card.border-0.bg-light.shadow-lg .card-body p.text-primary {
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .card.border-0.bg-light.shadow-lg .card-body .row.align-items-center .col-md-4 {
    flex: 0 0 auto;
    width: 35%;
  }
  .card.border-0.bg-light.shadow-lg .card-body .row.align-items-center .col-md-8 {
    flex: 0 0 auto;
    width: 65%;
    padding-left: 25px;
  }
}

.card.bg-subtle,
.card[style*="background-color: rgba(102, 51, 153, 0.05)"] {
  background-color: rgba(76, 41, 133, 0.05) !important;
  border: 1px solid rgba(76, 41, 133, 0.1);
  transition: all 0.3s ease;
}
.card.bg-subtle:hover,
.card[style*="background-color: rgba(102, 51, 153, 0.05)"]:hover {
  background-color: rgba(76, 41, 133, 0.08) !important;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(43, 43, 43, 0.12);
}

.card-body.text-center.py-4 {
  padding: 1.75rem !important;
}

.card-body .fa-2x {
  color: #4c2985;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.shadow-sm {
  box-shadow: 0 4px 6px rgba(43, 43, 43, 0.08) !important;
}

.shadow-lg {
  box-shadow: 0 8px 16px rgba(43, 43, 43, 0.12) !important;
}

.feature-card {
  border: 1px solid rgba(76, 41, 133, 0.18);
  border-radius: 0.75rem;
  padding: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: clamp(0.75rem, 1.5vw, 1.5rem);
  transition: all 0.3s ease;
  overflow: hidden;
}
.feature-card .card-title {
  font-size: var(--fs-2xl);
  color: #4c2985;
  margin-bottom: clamp(1rem, 1.5vw, 1.25rem);
  border-bottom: 2px solid rgba(76, 41, 133, 0.1);
  padding-bottom: clamp(0.5rem, 1vw, 0.75rem);
  line-height: var(--lh-snug);
}
.feature-card ul.fa-bullets {
  margin-top: clamp(1rem, 1.5vw, 1.25rem);
}
.feature-card ul.fa-bullets li {
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
}
.feature-card.bg-light .team-info {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(43, 43, 43, 0.08);
}
.feature-card.bg-light .team-info::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.feature-card.bg-light .team-info .h5 {
  font-size: 1.1rem;
}
.feature-card.bg-light .team-info p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.95rem;
  color: #2b2b2b;
}
.feature-card.bg-light .team-info p.mt-3 {
  margin-top: 1rem !important;
}
@media (max-width: 576px) {
  .feature-card.bg-light .team-info .h5 {
    font-size: 0.95rem;
  }
  .feature-card.bg-light .team-info p {
    font-size: 0.8rem;
  }
}

.resource-card {
  transition: all 0.3s ease;
}
.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}
.resource-card .btn {
  transition: all 0.2s ease;
}
.resource-card .btn:active {
  transform: scale(0.97);
}
.resource-card .resource-feedback .progress {
  background-color: rgba(2, 150, 52, 0.1);
  border-radius: 999px;
  height: 1.75rem;
  overflow: hidden;
}
.resource-card .resource-feedback .progress-bar {
  background: linear-gradient(90deg, #029634, #02782a);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.social-card {
  border-radius: 1rem;
  border: solid 1px rgba(76, 41, 133, 0.18);
  width: 98%;
  margin: 0 auto;
}

.social-card-shadow {
  box-shadow: 0 0 0.45rem rgba(43, 43, 43, 0.35);
}

.accordion-item {
  margin-bottom: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(76, 41, 133, 0.1);
}

.accordion-button {
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  background-color: rgba(76, 41, 133, 0.05);
  line-height: var(--lh-normal);
  padding: 1.25rem 1.5rem;
}
.accordion-button:hover {
  border: 1px solid #4c2985;
}
.accordion-button:not(.collapsed) {
  background-color: rgba(76, 41, 133, 0.08);
  color: #4c2985;
  box-shadow: 0 4px 8px rgba(43, 43, 43, 0.08);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(76, 41, 133, 0.2);
}

.accordion-header {
  display: flex;
  align-content: center;
  color: #4c2985;
  background: rgba(76, 41, 133, 0.05);
}

.accordion-body {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.95);
}

#featuresAccordion,
#frameworksAccordion,
#platformAccordion,
#engagementAccordion,
#reachAccordion {
  margin-bottom: 2.5rem;
}

.publication-badge {
  color: #fff;
  background-color: #4c2985;
  border-radius: 999px;
  letter-spacing: 0.05em;
  margin: 0.1rem 0.2rem;
}

.percent-badge {
  color: #4c2985;
  background-color: #dfd4f2;
  border-radius: 999px;
  letter-spacing: 0.05em;
  margin: 0.1rem 0.2rem;
}

.resource-badge {
  background-color: rgba(76, 41, 133, 0.1);
  color: #1f1137;
  border-radius: 999px;
  letter-spacing: 0.05em;
}
.resource-badge.resource-badge-info {
  background-color: rgba(34, 78, 157, 0.1);
  color: #193973;
}
.resource-badge.resource-badge-success {
  background-color: rgba(2, 150, 52, 0.1);
  color: #016423;
}

.small-badge {
  font-size: 1.25rem;
  padding: 0.25em 0.5em;
  vertical-align: top;
  line-height: 1;
}

.resource-highlight {
  background-color: rgba(76, 41, 133, 0.05);
}

.resource-download {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
}
.resource-download:hover, .resource-download:focus-visible {
  background-color: rgba(76, 41, 133, 0.15);
  color: #4c2985;
}

.resource-expert-photo {
  max-width: 12.5rem;
}

.progress-achd-team {
  width: 93.9%;
}

.progress-cardiologist-guide {
  width: 84.9%;
}

.progress-chd-tests {
  width: 92.9%;
}

.progress-chd-procedures {
  width: 89.3%;
}

.progress-symptom-management {
  width: 94.5%;
}

.progress-mental-health-toolkit {
  width: 94.7%;
}

.progress-lifestyle-guide {
  width: 96.4%;
}

.page-header {
  font-size: var(--fs-3xl);
  color: #2b2b2b;
  border-radius: 4px;
  border: 1px solid rgba(76, 41, 133, 0.18);
  box-shadow: 0 4px 0.5rem rgba(0, 0, 0, 0.08), 0 6px 1rem rgba(0, 0, 0, 0.07);
  margin-bottom: clamp(1rem, 2vw, 2rem);
  line-height: var(--lh-snug);
}
.page-header i {
  margin-right: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header-container {
  padding-top: clamp(1.5rem, 3vw, 3rem);
  padding-bottom: clamp(0.75rem, 1.5vw, 2rem);
  margin-bottom: clamp(0.75rem, 1.5vw, 2rem);
}

.header-tagline {
  font-size: var(--fs-xl);
  line-height: var(--lh-relaxed);
  font-weight: 500;
  color: rgba(43, 43, 43, 0.85);
  max-width: 90%;
  margin: 0 auto;
}
.header-tagline strong {
  color: #4c2985;
  font-weight: 600;
}
.header-tagline .highlight {
  background: linear-gradient(120deg, rgba(76, 41, 133, 0.15) 0%, rgba(76, 41, 133, 0.1) 100%);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  color: #2b2b2b;
  white-space: nowrap;
  display: inline-block;
  margin: 0.1rem 0;
}

.fa-2x {
  margin-bottom: 1rem;
}

.me-2 {
  margin-right: 0.375rem;
}

.btn i {
  margin-left: 0.375rem;
}

.fa-solid.fa-download {
  font-size: 1.4rem;
}

.social-avatar {
  width: 110px;
  height: 110px;
}

.podcast-thumb {
  max-width: 11.25rem;
  object-fit: cover;
}
.podcast-thumb.podcast-thumb-sm {
  max-width: 8.75rem;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

img.img-fluid {
  border-radius: 0.5rem;
}
img.img-fluid.rounded {
  box-shadow: 0 4px 8px rgba(43, 43, 43, 0.1);
}

.model-diagram {
  max-height: 450px;
  width: auto;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.passport {
  width: 50%;
  margin: 2rem auto 2rem 3rem;
}
@media (max-width: 768px) {
  .passport {
    width: 90%;
    margin: 1rem auto 1rem 2rem;
  }
}

.gender-plot {
  width: 100%;
  height: auto;
  max-height: 75vh;
}

.text-to-copy-container {
  position: relative;
  background-color: #e8e0f5;
  border: 1px solid rgba(76, 41, 133, 0.18);
  border-radius: 1rem;
  padding: 1rem;
  margin: 0rem;
  max-width: 100%;
}

.text-to-copy {
  margin: 1rem;
  margin-top: 1.5rem;
}

pre {
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
}

.copy-button {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  background-color: #029634;
  color: white;
  border: none;
  border-radius: 4px;
}
.copy-button:hover {
  background-color: #45a049;
}

.copy {
  font-size: 0.75rem;
  color: hsla(0, 0%, 2%, 0.6);
}

ul.fa-bullets {
  list-style-type: none;
  padding-left: 0;
}
ul.fa-bullets li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.75rem;
}
ul.fa-bullets li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #4c2985;
  font-size: 1.1rem;
}

ul li {
  margin-bottom: 0.75rem;
  margin-left: 1rem;
}

.join-section {
  padding: 1.5rem 0;
}
.join-section .join-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.join-section .join-illustration {
  margin: 0;
  transition: transform 0.3s ease;
  max-width: 100%;
  height: auto;
  max-height: 30rem;
  object-fit: contain;
  display: block;
}
.join-section .join-illustration:hover {
  transform: scale(1.02);
}
@media (min-width: 992px) {
  .join-section .join-illustration {
    max-height: 30rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .join-section {
    padding: 1.5rem 0;
  }
  .join-section .join-illustration {
    max-height: 15rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .join-section {
    padding: 0.75rem 0;
  }
  .join-section .join-illustration {
    max-height: 10rem;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 389px) {
  .join-section .join-illustration {
    display: none;
  }
}

.join-card {
  height: 100%;
}
@media (min-width: 992px) {
  .join-card {
    min-height: 20rem;
  }
}
.join-card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.join-card .card-body .badge {
  margin: 0 0.25rem;
}
.join-card .card-body h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.join-card .card-body h5 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.join-card .card-body .btn-group {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .join-card .card-body {
    padding: 1.25rem;
  }
  .join-card .card-body .badge {
    margin: 0 0.35rem;
    font-size: 1.1rem;
  }
  .join-card .card-body h2 {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
  }
  .join-card .card-body h5 {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
  .join-card .card-body .btn-group {
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .join-card .card-body {
    padding: 2rem;
  }
  .join-card .card-body .badge {
    margin: 0 0.35rem;
    font-size: 1.1rem;
  }
  .join-card .card-body h2 {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    font-size: 3rem;
    letter-spacing: 0.02em;
  }
  .join-card .card-body h5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .join-card .card-body .btn-group {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .join-card .card-body {
    padding: 2.5rem;
  }
  .join-card .card-body .badge {
    margin: 0 0.4rem;
    font-size: 1.15rem;
  }
  .join-card .card-body h2 {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 3.5rem;
  }
  .join-card .card-body h5 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 1.45rem;
  }
  .join-card .card-body .btn-group {
    margin-top: 2.25rem;
  }
}

.team-member-img-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid rgba(76, 41, 133, 0.15);
  box-shadow: 0 4px 10px rgba(43, 43, 43, 0.1);
  transition: all 0.3s ease;
}
.team-member-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(76, 41, 133, 0.1));
  opacity: 1;
  transition: opacity 0.3s ease;
}
.team-member-img-wrapper:hover {
  transform: translateY(-5px);
  border-color: #4c2985;
  box-shadow: 0 5px 15px rgba(43, 43, 43, 0.15), 0 0 0 8px rgba(76, 41, 133, 0.1);
}
.team-member-img-wrapper:hover .team-member-img {
  transform: scale(1.08);
}
.team-member-img-wrapper:hover::after {
  opacity: 0;
}
.team-member-img-wrapper.org-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px !important;
  overflow: hidden;
}
.team-member-img-wrapper.org-logo-wrapper .team-member-img,
.team-member-img-wrapper.org-logo-wrapper picture {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  transform: none !important;
}
.team-member-img-wrapper.org-logo-wrapper picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-member-img-wrapper.org-logo-wrapper picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.team-member-img-wrapper.org-logo-wrapper:hover {
  border-radius: 16px !important;
}
.team-member-img-wrapper.org-logo-wrapper:hover .team-member-img {
  transform: none !important;
}
@media (max-width: 768px) {
  .team-member-img-wrapper {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 576px) {
  .team-member-img-wrapper {
    width: 120px;
    height: 120px;
    border-width: 3px;
  }
}

.team-member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.team-info {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(76, 41, 133, 0.08);
  border-radius: 10px;
  padding: 1rem 0.75rem;
  margin-top: -10px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(43, 43, 43, 0.05);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.team-info::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-left: 1px solid rgba(76, 41, 133, 0.08);
  border-top: 1px solid rgba(76, 41, 133, 0.08);
  transform-origin: 0 0;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
.team-info .h5 {
  transition: color 0.3s ease;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
  font-size: 1.05rem;
}
.team-info p {
  margin-bottom: 0;
  color: #2b2b2b;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .team-info {
    max-width: 250px;
    padding: 0.85rem 0.6rem;
  }
  .team-info .h5 {
    font-size: 0.95rem;
  }
  .team-info p {
    font-size: 0.85rem;
  }
}
@media (max-width: 576px) {
  .team-info {
    max-width: 200px;
    padding: 0.75rem 0.5rem;
    margin-top: -5px;
  }
  .team-info::before {
    width: 15px;
    height: 15px;
    top: -7px;
  }
  .team-info .h5 {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
  }
  .team-info p {
    font-size: 0.75rem;
  }
}

[class*=col-] .team-member-img-wrapper:hover + .team-info {
  box-shadow: 0 5px 15px rgba(43, 43, 43, 0.1);
  border-color: rgba(76, 41, 133, 0.15);
  transform: translateY(-3px);
}
[class*=col-] .team-member-img-wrapper:hover + .team-info .h5 {
  color: #4c2985;
}

.offset-lg-2 .team-info,
.offset-md-3 .team-info {
  max-width: 400px;
}

.col-lg-4 .team-info {
  max-width: 280px;
}

.col-lg-3 .team-info {
  max-width: 220px;
  padding: 0.8rem 0.5rem;
}
.col-lg-3 .team-info .h5 {
  font-size: 0.9rem;
}

@media (max-width: 992px) and (min-width: 768px) {
  .col-lg-3 .team-info {
    max-width: 200px;
  }
}
footer {
  box-shadow: 0 0rem 0.45rem rgba(43, 43, 43, 0.35);
  background: rgba(223, 212, 242, 0.4);
  padding: clamp(1.5rem, 2vw, 2.5rem) 0 1rem 0;
  font-size: var(--fs-base);
  margin-top: clamp(1.5rem, 3vw, 3rem);
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer nav ul li {
  margin-bottom: 0.5rem;
}
footer nav ul li:last-child {
  margin-bottom: 0;
}
footer a {
  color: hsla(0, 0%, 2%, 0.6);
  line-height: var(--lh-relaxed);
  font-weight: 600;
  font-size: var(--fs-sm);
}
footer .footer-heading {
  color: #4c2985;
  font-weight: 700;
  margin-bottom: clamp(0.75rem, 1.5vw, 1.25rem);
  font-size: var(--fs-lg);
}
footer .footer-text {
  color: rgba(43, 43, 43, 0.8);
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
}
footer .footer-links,
footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-links li,
footer .footer-contact li {
  margin-bottom: 0.75rem;
  margin-left: 0;
}
footer .footer-links a,
footer .footer-contact a {
  color: rgba(43, 43, 43, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: var(--fs-sm);
}
footer .footer-links a:hover,
footer .footer-contact a:hover {
  color: #4c2985;
}
footer .footer-contact li {
  display: flex;
  align-items: center;
  color: rgba(43, 43, 43, 0.8);
  font-size: var(--fs-sm);
}
footer .footer-contact li i {
  color: #4c2985;
  width: 20px;
  margin-right: 0.375rem;
}
footer .social-links {
  display: flex;
  gap: 0.75rem;
}
footer .social-links a {
  text-decoration: none;
  outline: none;
}

.footer-brand {
  font-size: 1.5rem;
}

.footer-logo__ucsf {
  width: 3.5rem;
  margin-top: 2.3rem;
}

.footer-logo__eureka {
  width: 5.9rem;
  margin-top: 2rem;
}

.footer-logo__tuj {
  height: 2rem;
}

.footer-logo__tuj-small {
  height: 1.5rem;
}
@media (max-width: 576px) {
  .footer-logo__tuj-small {
    height: 1.25rem;
  }
}

.footer-tagline {
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  font-weight: 500;
  color: rgba(43, 43, 43, 0.85);
  max-width: 90%;
  hyphens: auto;
  word-wrap: break-word;
}
.footer-tagline strong {
  color: #4c2985;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
}
.footer-tagline .highlight {
  background: linear-gradient(120deg, rgba(76, 41, 133, 0.12) 0%, rgba(76, 41, 133, 0.08) 100%);
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  color: #2b2b2b;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 1199px) {
  .footer-tagline {
    max-width: 100%;
  }
  .footer-tagline br {
    display: none;
  }
  .footer-tagline .highlight {
    margin-right: 0.3rem;
  }
  .footer-tagline .highlight::after {
    content: " ";
  }
  .footer-tagline strong {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .footer-tagline br {
    display: block;
  }
}

.built-by {
  font-size: 0.8rem;
}

.built-by-section {
  background-color: rgba(223, 212, 242, 0.2);
  font-size: 0.7rem;
}
@media (max-width: 576px) {
  .built-by-section {
    font-size: 0.65rem;
  }
}

@media (max-width: 768px) {
  .copy {
    font-size: 0.65rem;
  }
}
@media (min-width: 1200px) {
  .modal-xl-larger {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .modal-xl-larger {
    max-width: 1320px;
  }
}
.modal-body {
  padding: 1.5rem !important;
}

.card-body-enhanced {
  padding: 1.5rem !important;
}

.alert-enhanced {
  padding: 1.5rem !important;
}

.events-search-card .card-body {
  padding: 1.5rem;
}
.events-search-card .search-input-wrapper .input-group {
  border-radius: 0.5rem;
  overflow: hidden;
}
.events-search-card .search-input-wrapper .input-group .input-group-text {
  border: 1px solid rgba(76, 41, 133, 0.15);
  border-right: none;
  transition: all 0.3s ease;
}
.events-search-card .search-input-wrapper .input-group #eventSearch {
  border: 1px solid rgba(76, 41, 133, 0.15);
  border-left: none;
  transition: all 0.3s ease;
}
.events-search-card .search-input-wrapper .input-group #eventSearch:focus {
  border-color: #4c2985;
  box-shadow: 0 0 0 0.2rem rgba(76, 41, 133, 0.15);
}
.events-search-card .search-input-wrapper .input-group #eventSearch:focus ~ .input-group-text, .events-search-card .search-input-wrapper .input-group #eventSearch:focus + .input-group-text {
  border-color: #4c2985;
}
.events-search-card .filters-row .filter-item .input-group {
  border-radius: 0.375rem;
  overflow: hidden;
}
.events-search-card .filters-row .filter-item .input-group .input-group-text {
  background-color: rgba(76, 41, 133, 0.05);
  border: 1px solid rgba(76, 41, 133, 0.15);
  border-right: none;
  padding: 0.375rem 0.625rem;
}
.events-search-card .filters-row .filter-item .input-group .input-group-text i {
  font-size: 0.75rem;
}
.events-search-card .filters-row .filter-item .input-group .form-control {
  border: 1px solid rgba(76, 41, 133, 0.15);
  border-left: none;
  font-size: 0.875rem;
}
.events-search-card .filters-row .filter-item .input-group .form-control:focus {
  border-color: #4c2985;
  box-shadow: 0 0 0 0.15rem rgba(76, 41, 133, 0.15);
}
.events-search-card .filters-row .filter-item .form-select {
  border: 1px solid rgba(76, 41, 133, 0.15);
  border-radius: 0.375rem;
  font-size: 0.875rem;
}
.events-search-card .filters-row .filter-item .form-select:focus {
  border-color: #4c2985;
  box-shadow: 0 0 0 0.15rem rgba(76, 41, 133, 0.15);
}
.events-search-card .filters-row #clearAllFilters {
  font-size: 0.875rem;
  border-color: rgba(43, 43, 43, 0.3);
}
.events-search-card .filters-row #clearAllFilters:hover {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: #fff;
}
.events-search-card .results-bar .results-count span {
  color: #2b2b2b;
}
.events-search-card .results-bar .sort-controls .btn-group {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.375rem;
}
.events-search-card .results-bar .sort-controls .btn-group .btn {
  font-weight: 500;
  font-size: 0.8125rem;
  transition: all 0.2s ease;
}
.events-search-card .results-bar .sort-controls .btn-group .btn i {
  transition: transform 0.2s ease;
}
.events-search-card .results-bar .sort-controls .btn-group .btn:hover i {
  transform: scale(1.1);
}
.events-search-card .results-bar .sort-controls .btn-group .btn-check:checked + .btn-outline-primary {
  background-color: #4c2985;
  border-color: #4c2985;
}
@media (max-width: 767px) {
  .events-search-card .card-body {
    padding: 0.875rem;
  }
  .events-search-card hr {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .events-search-card .filters-row .row {
    gap: 0.5rem;
  }
  .events-search-card .results-bar {
    flex-direction: column;
    text-align: center;
  }
  .events-search-card .results-bar .results-count {
    margin-bottom: 0.75rem;
  }
}

.events-display {
  margin-top: 1rem;
}
.events-display.view-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .events-display.view-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
@media (min-width: 992px) {
  .events-display.view-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .events-display.view-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.events-display.view-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .events-display.view-grid, .events-display.view-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.events-section-header {
  margin: 1.75rem 0 0.875rem 0;
  padding: 0.625rem 0;
  border-bottom: 2px solid #4c2985;
  grid-column: 1/-1;
  animation: slideInHeader 0.3s ease-out both;
}
.events-section-header:first-child {
  margin-top: 0;
}
.events-section-header .section-header-content {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.events-section-header .section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4c2985;
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}
.events-section-header .section-count {
  font-size: 0.75rem;
  color: rgba(43, 43, 43, 0.6);
  font-weight: 500;
  text-transform: lowercase;
  background: rgba(76, 41, 133, 0.08);
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .events-section-header {
    margin: 1.25rem 0 0.625rem 0;
    padding: 0.5rem 0;
  }
  .events-section-header .section-title {
    font-size: 1rem;
  }
  .events-section-header .section-count {
    font-size: 0.7rem;
  }
}

.event-tile {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(76, 41, 133, 0.12);
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  animation: tileSlideIn 0.25s ease-out both;
}
.event-tile:hover {
  text-decoration: none;
  color: inherit;
  border-color: #4c2985;
  box-shadow: 0 4px 12px rgba(76, 41, 133, 0.15);
  transform: translateY(-2px);
}
.event-tile:hover .event-tile__date {
  background: #4c2985;
}
.event-tile:hover .event-tile__date .event-tile__month,
.event-tile:hover .event-tile__date .event-tile__day,
.event-tile:hover .event-tile__date .event-tile__year {
  color: #fff;
}
.event-tile:hover .event-tile__date--ongoing {
  background: linear-gradient(135deg, #224e9d 0%, #193973 100%);
}
.event-tile:hover .event-tile__arrow {
  opacity: 1;
  transform: translateX(0);
  color: #4c2985;
}
.event-tile:focus-visible {
  outline: 3px solid #4c2985;
  outline-offset: 2px;
}
.event-tile__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.5rem 0.375rem;
  background: linear-gradient(135deg, rgba(76, 41, 133, 0.08) 0%, rgba(76, 41, 133, 0.04) 100%);
  border-right: 1px solid rgba(76, 41, 133, 0.1);
  transition: all 0.2s ease;
}
.event-tile__date--ongoing {
  background: linear-gradient(135deg, rgba(34, 78, 157, 0.12) 0%, rgba(34, 78, 157, 0.06) 100%);
  border-right-color: rgba(34, 78, 157, 0.15);
}
.event-tile__month {
  font-size: 0.625rem;
  font-weight: 700;
  color: #4c2985;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  transition: color 0.2s ease;
}
.event-tile__day {
  font-size: 1.375rem;
  font-weight: 700;
  color: #4c2985;
  line-height: 1.1;
  transition: color 0.2s ease;
}
.event-tile__year {
  font-size: 0.6rem;
  font-weight: 500;
  color: rgba(76, 41, 133, 0.6);
  line-height: 1;
  margin-top: 0.125rem;
  transition: color 0.2s ease;
}
.event-tile__ongoing-label {
  font-size: 0.6rem;
  font-weight: 700;
  color: #224e9d;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.event-tile__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0.625rem;
  min-width: 0;
}
.event-tile__title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2b2b2b;
  line-height: 1.3;
  margin: 0 0 0.25rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-tile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: center;
}
.event-tile__location, .event-tile__time {
  font-size: 0.65rem;
  color: rgba(43, 43, 43, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.event-tile__location i, .event-tile__time i {
  font-size: 0.55rem;
  color: #4c2985;
  opacity: 0.7;
}
.event-tile__badge {
  font-size: 0.55rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.event-tile__badge--virtual {
  background: rgba(34, 78, 157, 0.12);
  color: #142f5e;
}
.event-tile__badge--virtual i {
  color: #224e9d;
}
.event-tile__arrow {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateX(-4px) translateY(-50%);
  opacity: 0;
  color: rgba(76, 41, 133, 0.4);
  font-size: 0.75rem;
  transition: all 0.2s ease;
}
.event-tile--grid {
  min-height: 4.5rem;
}
.event-tile--grid .event-tile__date {
  min-width: 3.25rem;
  padding: 0.375rem;
}
.event-tile--grid .event-tile__day {
  font-size: 1.25rem;
}
.event-tile--grid .event-tile__content {
  padding: 0.375rem 0.5rem;
  padding-right: 1.5rem;
}
.event-tile--grid .event-tile__title {
  font-size: 0.75rem;
}
.event-tile--grid .event-tile__meta {
  gap: 0.25rem;
}
.event-tile--grid .event-tile__location,
.event-tile--grid .event-tile__time {
  font-size: 0.6rem;
}
.event-tile--list .event-tile__date {
  min-width: 3rem;
  padding: 0.375rem 0.25rem;
}
.event-tile--list .event-tile__day {
  font-size: 1.125rem;
}
.event-tile--list .event-tile__content {
  padding-right: 1.75rem;
}

@keyframes tileSlideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInHeader {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.event-badge {
  background-color: #4c2985;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}
.event-badge i {
  font-size: 0.8rem;
}

.event-badge-time {
  background-color: #224e9d;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}
.event-badge-time i {
  font-size: 0.8rem;
}

.event-count-badge {
  background-color: rgba(76, 41, 133, 0.15);
  color: #4c2985;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}

.event-badge-minimal {
  background-color: rgba(43, 43, 43, 0.08);
  color: #2b2b2b;
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.375rem;
  font-weight: 500;
  border: 1px solid rgba(43, 43, 43, 0.15);
}
.event-badge-minimal i {
  opacity: 0.7;
}

.state-accordion-header {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4c2985;
  transition: all 0.3s ease;
}
.state-accordion-header i {
  color: #4c2985;
  margin-right: 0.5rem;
}
.state-accordion-header:hover {
  background-color: rgba(76, 41, 133, 0.1);
}
.state-accordion-header:not(.collapsed) {
  background-color: rgba(76, 41, 133, 0.08);
  color: #361d5e;
}
.state-accordion-header:not(.collapsed) i {
  color: #361d5e;
}
@media (max-width: 768px) {
  .state-accordion-header {
    font-size: 1.1rem;
  }
}

.event-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  animation: fadeIn 0.2s ease-out;
}
.event-card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  border-color: rgba(76, 41, 133, 0.3);
  transform: translateY(-2px);
}
.event-card:hover .btn-primary {
  background-color: #412372;
  border-color: #412372;
}
.event-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}
.event-card .d-flex.flex-wrap {
  margin-bottom: 0.625rem;
}
.event-card h4 {
  flex-grow: 1;
}
.event-card .event-card-title {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #000;
  min-height: 2.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card .event-location {
  font-size: 0.8rem;
  color: #4c2985;
  font-weight: 500;
}
.event-card .event-location i {
  color: #4c2985;
}
@media (max-width: 767px) {
  .event-card .card-body {
    padding: 0.75rem;
  }
}

.event-card-list {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background: white;
  transition: all 0.2s ease;
  animation: fadeIn 0.2s ease-out;
}
.event-card-list:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  border-color: rgba(76, 41, 133, 0.3);
}
.event-card-list .event-info-compact {
  flex: 1;
}
.event-card-list .event-meta-compact {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.event-card-list .event-title-compact {
  font-size: 0.95rem;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card-list .event-location {
  font-size: 0.8rem;
  color: #4c2985;
  font-weight: 500;
  margin-bottom: 0;
}
.event-card-list .event-location i {
  color: #4c2985;
}
.event-card-list .card-action-icon {
  bottom: 0.75rem;
  right: 0.75rem;
}
@media (max-width: 767px) {
  .event-card-list {
    padding: 0.75rem;
  }
  .event-card-list .event-title-compact {
    font-size: 0.9rem;
  }
}

.event-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
}
.event-card-link:hover {
  text-decoration: none;
  color: inherit;
}
.event-card-link:focus {
  outline: 2px solid #4c2985;
  outline-offset: 2px;
}
.event-card-link:hover .card-action-icon {
  color: #4c2985;
  transform: translateX(2px);
}

.card-action-icon {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  color: rgba(76, 41, 133, 0.4);
  font-size: 0.875rem;
  transition: all 0.2s ease;
  pointer-events: none;
}

.events-stat-item {
  border-right: 2px solid rgba(76, 41, 133, 0.15);
}
.events-stat-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .events-stat-item {
    border-right: none;
    border-bottom: 2px solid rgba(76, 41, 133, 0.15);
  }
  .events-stat-item:last-child {
    border-bottom: none;
  }
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4c2985;
  line-height: 1;
}
@media (max-width: 768px) {
  .stat-number {
    font-size: 2rem;
  }
}

.stat-label {
  font-size: 0.95rem;
  color: rgba(43, 43, 43, 0.7);
  font-weight: 500;
  margin-top: 0.25rem;
}

.no-results-message {
  padding: 3rem 2rem;
  text-align: center;
}
.no-results-message i,
.no-results-message .no-results-icon {
  font-size: 3rem;
  color: rgba(43, 43, 43, 0.3);
  margin-bottom: 1rem;
  display: block;
  opacity: 0.5;
}
.no-results-message h3 {
  color: #2b2b2b;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.no-results-message p {
  color: rgba(43, 43, 43, 0.7);
  font-size: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
