@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #f8fafc;
  background-color: #020617;
  background-image: radial-gradient(circle at 25% 25%, rgba(99, 102, 241, 0.03) 1px, transparent 1px), radial-gradient(circle at 75% 75%, rgba(6, 182, 212, 0.02) 1px, transparent 1px);
  background-size: 80px 80px, 120px 120px;
  position: relative;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.8) 0%, rgba(15, 23, 42, 0.9) 50%, rgba(2, 6, 23, 0.8) 100%);
  pointer-events: none;
  z-index: -1;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f8fafc;
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 600;
}

p {
  margin-bottom: 1.5rem;
  color: #94a3b8;
  line-height: 1.7;
}

a {
  color: #818cf8;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #06b6d4;
}

.page-header {
  padding: 6rem 0 3rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.05));
  border-bottom: 1px solid rgba(248, 250, 252, 0.1);
}
.page-header h1 {
  margin-bottom: 0;
  background: linear-gradient(135deg, #818cf8 0%, #06b6d4 50%, #8b5cf6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-in {
  animation: fadeInUp 0.6s ease-out;
}

.glass {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 0.75rem;
}

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

a {
  color: #818cf8;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #06b6d4;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-glow {
  text-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
}

.accent-text-1 {
  color: #06b6d4;
}

.accent-text-2 {
  color: #8b5cf6;
}

.glow-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.2;
  z-index: -1;
}
.glow-circle.primary {
  background-color: #6366f1;
}
.glow-circle.accent-1 {
  background-color: #06b6d4;
}
.glow-circle.accent-2 {
  background-color: #8b5cf6;
}

.main-header {
  background: rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid rgba(248, 250, 252, 0.1);
  transition: all 0.2s ease-out;
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.main-header .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main-header .logo img {
  height: 40px;
  filter: drop-shadow(0 2px 8px rgba(99, 102, 241, 0.3));
  transition: transform 0.2s ease-out;
}
.main-header .logo img:hover {
  transform: scale(1.05);
}
.main-header .logo .logo-text {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #f8fafc;
  letter-spacing: -0.025em;
}
@media (max-width: 768px) {
  .main-header .logo .logo-text {
    display: none;
  }
}
.main-header .main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .main-header .main-nav ul {
    display: none;
  }
}
.main-header .main-nav li {
  position: relative;
}
.main-header .main-nav a {
  color: #94a3b8;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s ease-out;
  position: relative;
  letter-spacing: 0.05em;
}
.main-header .main-nav a:hover {
  color: #f8fafc;
  background: rgba(99, 102, 241, 0.1);
}
.main-header .main-nav a.active {
  color: #818cf8;
  background: rgba(99, 102, 241, 0.15);
}
.main-header .main-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #6366f1;
  border-radius: 50%;
}
.main-header .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .main-header .header-actions {
    display: none;
  }
}
.main-header .header-actions .btn-sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}
.main-header .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  gap: 4px;
}
@media (max-width: 1024px) {
  .main-header .mobile-menu-toggle {
    display: flex;
  }
}
.main-header .mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background: #f8fafc;
  border-radius: 1px;
  transition: all 0.2s ease-out;
  transform-origin: center;
}
.main-header .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(0);
}
.main-header .mobile-menu-toggle span:nth-child(2) {
  opacity: 1;
}
.main-header .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(0);
}
.main-header .mobile-menu-toggle:hover span {
  background: #818cf8;
}
.main-header .mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.main-header .mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.main-header .mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.main-header.scrolled {
  background: rgba(2, 6, 23, 0.95);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.main-header.scrolled .logo img {
  height: 36px;
}

.main-footer {
  background: #0f172a;
  color: #f8fafc;
  padding: 1.5rem 0;
  margin-top: auto;
}
.main-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-footer .footer-copyright {
  text-align: center;
  font-size: 0.875rem;
  opacity: 0.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border: none;
  position: relative;
  text-decoration: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: 0.05em;
}
.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
.btn:active {
  transform: translateY(0);
}
.btn svg {
  transition: transform 0.2s ease-out;
}
.btn:hover svg {
  transform: translateX(2px);
}

.btn-primary-modern {
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  color: white;
  border: 1px solid transparent;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.btn-primary-modern:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: white;
}
.btn-primary-modern:focus {
  outline: none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.btn-outline-modern {
  background: rgba(15, 23, 42, 0.8);
  color: #f8fafc;
  border: 1px solid rgba(248, 250, 252, 0.1);
  backdrop-filter: blur(12px);
}
.btn-outline-modern:hover {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.3);
  color: #f8fafc;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.btn-outline-modern:focus {
  outline: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.btn-primary {
  background: linear-gradient(45deg, #6366f1, rgb(145.8, 147.9, 245.2));
  color: white;
}
.btn-primary:hover {
  background: linear-gradient(45deg, rgb(122.4, 124.95, 243.1), rgb(169.2, 170.85, 247.3));
  color: white;
}

.btn-accent {
  background: linear-gradient(45deg, #06b6d4, rgb(20.6330275229, 215.2018348624, 248.3669724771));
  color: #1e293b;
}
.btn-accent:hover {
  background: linear-gradient(45deg, rgb(6.7018348624, 203.2889908257, 236.7981651376), rgb(45.4311926606, 219.4128440367, 249.0688073394));
}

.btn-outline {
  background: transparent;
  color: #6366f1;
  border: 2px solid #6366f1;
}
.btn-outline:hover {
  background-color: rgba(99, 102, 241, 0.1);
  color: rgb(145.8, 147.9, 245.2);
  border-color: rgb(145.8, 147.9, 245.2);
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.1rem;
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.hero {
  background-color: #020617;
  padding: 6rem 0;
  min-height: calc(100vh - 73px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero .glow-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}
.hero .glow-circle.circle-1 {
  width: 500px;
  height: 500px;
  top: -150px;
  left: -100px;
  background-color: rgba(99, 102, 241, 0.15);
}
.hero .glow-circle.circle-2 {
  width: 300px;
  height: 300px;
  bottom: -50px;
  right: -50px;
  background-color: rgba(6, 182, 212, 0.15);
}
.hero .container {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero .container {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }
}
.hero .hero-content {
  flex: 1;
}
.hero .hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #f8fafc;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.hero .hero-content h1 .highlight {
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 2.25rem;
  }
}
.hero .hero-content p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: #94a3b8;
  line-height: 1.6;
}
.hero .hero-content .btn-group {
  display: flex;
  gap: 1rem;
}
@media (max-width: 640px) {
  .hero .hero-content .btn-group {
    flex-direction: column;
  }
}
.hero .hero-image {
  flex: 1;
  text-align: center;
}
.hero .hero-image .featured-logo {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(99, 102, 241, 0.3));
  animation: logoFloat 6s ease-in-out infinite;
}

@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.hero-modern {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #020617;
}
.hero-modern .parallax-bg {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: -20%;
  z-index: 1;
}
.hero-modern .parallax-bg .gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  opacity: 0.1;
}
.hero-modern .parallax-bg .neural-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(99, 102, 241, 0.05) 1px, transparent 1px), radial-gradient(circle at 75% 75%, rgba(6, 182, 212, 0.03) 1px, transparent 1px);
  background-size: 80px 80px, 120px 120px;
  animation: gridFloat 30s ease-in-out infinite;
}
.hero-modern .parallax-bg .floating-particles {
  position: absolute;
  inset: 0;
}
.hero-modern .parallax-bg .floating-particles .particle {
  position: absolute;
  width: 1px;
  height: 1px;
  background: #818cf8;
  border-radius: 50%;
  animation: float 20s linear infinite;
  opacity: 0.2;
  will-change: transform;
}
.hero-modern .parallax-bg .floating-particles .particle::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: inherit;
  border-radius: inherit;
  filter: blur(2px);
  opacity: 0.5;
}
.hero-modern .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-modern .container {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
}
.hero-modern .hero-content .hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1.5rem;
  backdrop-filter: blur(12px);
  margin-bottom: 2rem;
}
.hero-modern .hero-content .hero-badge .badge-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #06b6d4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-modern .hero-content .hero-title {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
}
.hero-modern .hero-content .hero-title .title-line {
  display: block;
}
.hero-modern .hero-content .hero-title .gradient-text {
  background: linear-gradient(135deg, #818cf8 0%, #06b6d4 50%, #8b5cf6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientShift 4s ease-in-out infinite;
}
.hero-modern .hero-content .hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 3rem;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .hero-modern .hero-content .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-modern .hero-content .hero-stats {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .hero-modern .hero-content .hero-stats {
    justify-content: center;
    gap: 1.5rem;
  }
}
.hero-modern .hero-content .hero-stats .stat-item {
  text-align: center;
}
.hero-modern .hero-content .hero-stats .stat-item .stat-number {
  display: block;
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #818cf8;
  line-height: 1;
}
.hero-modern .hero-content .hero-stats .stat-item .stat-label {
  display: block;
  font-size: 0.875rem;
  color: #94a3b8;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-modern .hero-content .hero-actions {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .hero-modern .hero-content .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero-modern .hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-modern .hero-visual .visual-container {
  position: relative;
  width: 400px;
  height: 400px;
}
@media (max-width: 1024px) {
  .hero-modern .hero-visual .visual-container {
    width: 300px;
    height: 300px;
  }
}
.hero-modern .hero-visual .ai-nodes {
  position: absolute;
  inset: 0;
  transition: transform 0.3s ease-out;
}
.hero-modern .hero-visual .ai-nodes .node {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #6366f1;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.5);
  animation: pulse 2s ease-in-out infinite;
}
.hero-modern .hero-visual .ai-nodes .node.node-1 {
  top: 20%;
  left: 30%;
  animation-delay: 0s;
}
.hero-modern .hero-visual .ai-nodes .node.node-2 {
  top: 40%;
  right: 20%;
  background: #06b6d4;
  box-shadow: 0 0 20px rgba(6, 182, 212, 0.5);
  animation-delay: 0.5s;
}
.hero-modern .hero-visual .ai-nodes .node.node-3 {
  bottom: 30%;
  left: 25%;
  background: #8b5cf6;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
  animation-delay: 1s;
}
.hero-modern .hero-visual .ai-nodes .connection {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6366f1, transparent);
  animation: connectionPulse 3s ease-in-out infinite;
}
.hero-modern .hero-visual .ai-nodes .connection.connection-1 {
  top: 32%;
  left: 35%;
  width: 120px;
  transform: rotate(15deg);
  animation-delay: 1s;
}
.hero-modern .hero-visual .ai-nodes .connection.connection-2 {
  top: 55%;
  left: 30%;
  width: 100px;
  transform: rotate(-30deg);
  background: linear-gradient(90deg, transparent, #06b6d4, transparent);
  animation-delay: 1.5s;
}
.hero-modern .hero-visual .logo-modern {
  width: 200px;
  height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 0 30px rgba(99, 102, 241, 0.3));
  animation: logoFloat 6s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .hero-modern .hero-visual .logo-modern {
    width: 150px;
    height: 150px;
  }
}

.about-modern {
  padding: 6rem 0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
}
.about-modern .section-header {
  text-align: center;
  margin-bottom: 6rem;
}
.about-modern .section-header .section-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #06b6d4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(12px);
}
.about-modern .section-header .section-title {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.about-modern .section-header .section-subtitle {
  font-size: 1.125rem;
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}
.about-modern .quote-modern {
  text-align: center;
  margin-bottom: 6rem;
  padding: 3rem;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.about-modern .quote-modern blockquote {
  font-size: 1.25rem;
  font-style: italic;
  color: #f8fafc;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  position: relative;
}
.about-modern .quote-modern blockquote::before, .about-modern .quote-modern blockquote::after {
  content: '"';
  font-size: 2rem;
  color: #818cf8;
  font-family: serif;
}
.about-modern .quote-modern cite {
  font-size: 0.875rem;
  color: #94a3b8;
  font-style: normal;
}
.about-modern .pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}
.about-modern .pillars-grid .pillar-card {
  padding: 3rem;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  transition: all 0.2s ease-out;
  opacity: 0;
  transform: translateY(30px);
}
.about-modern .pillars-grid .pillar-card:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.about-modern .pillars-grid .pillar-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.about-modern .pillars-grid .pillar-card .pillar-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.about-modern .pillars-grid .pillar-card .pillar-icon svg {
  color: white;
}
.about-modern .pillars-grid .pillar-card h3 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 1rem;
}
.about-modern .pillars-grid .pillar-card p {
  color: #94a3b8;
  line-height: 1.7;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes gridFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -5px, 0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: translate3d(0, -15px, 0) rotate(90deg);
    opacity: 0.1;
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.9;
  }
}
@keyframes connectionPulse {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes logoFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}
.mobile-nav {
  position: fixed;
  top: 73px;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: calc(100vh - 73px);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.8));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.4);
  transition: right 0.3s ease-out ease;
  overflow-y: auto;
  z-index: 99;
  border-left: 1px solid rgba(51, 65, 85, 0.3);
}
.mobile-nav.open {
  right: 0;
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
.mobile-nav ul li {
  margin: 0.5rem 0;
  position: relative;
  overflow: hidden;
}
.mobile-nav ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(51, 65, 85, 0), rgba(51, 65, 85, 0.5), rgba(51, 65, 85, 0));
  transform: translateX(-100%);
  transition: transform 0.2s ease-out;
}
.mobile-nav ul li:hover::after {
  transform: translateX(0);
}
.mobile-nav ul a {
  display: block;
  padding: 0.75rem 0.5rem;
  color: #f8fafc;
  position: relative;
  transition: all 0.2s ease-out;
  border-radius: 0.5rem;
}
.mobile-nav ul a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  background: #6366f1;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mobile-nav ul a:hover, .mobile-nav ul a.active {
  color: #6366f1;
  padding-left: 1rem;
  background: rgba(15, 23, 42, 0.5);
}
.mobile-nav ul a:hover::before, .mobile-nav ul a.active::before {
  left: 0.5rem;
  width: 6px;
  height: 6px;
  opacity: 1;
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-toggle.active span:first-child {
  transform: translateY(9px) rotate(45deg);
  width: 100%;
  background: #6366f1;
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.mobile-menu-toggle.active span:last-child {
  transform: translateY(-9px) rotate(-45deg);
  width: 100%;
  background: #6366f1;
}

.mobile-menu-overlay {
  position: fixed;
  top: 73px;
  left: 0;
  width: 100%;
  height: calc(100vh - 73px);
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.staff-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
  position: relative;
}
.staff-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(99, 102, 241, 0.02) 1px, transparent 1px), radial-gradient(circle at 75% 75%, rgba(6, 182, 212, 0.01) 1px, transparent 1px);
  background-size: 80px 80px, 120px 120px;
  z-index: 0;
  opacity: 0.7;
}
.staff-section .container {
  position: relative;
  z-index: 1;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .staff-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 640px) {
  .staff-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.staff-card {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  padding: 3rem;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.staff-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(6, 182, 212, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 0;
}
.staff-card:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.staff-card:hover::before {
  opacity: 1;
}
.staff-card .staff-photo {
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  border: 2px solid rgba(99, 102, 241, 0.1);
  transition: all 0.2s ease-out;
  z-index: 1;
}
.staff-card .staff-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0) 60%, rgba(2, 6, 23, 0.4) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.staff-card .staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease-out;
  filter: grayscale(30%) contrast(1.1);
}
.staff-card:hover .staff-photo {
  border-color: rgba(99, 102, 241, 0.3);
}
.staff-card:hover .staff-photo::after {
  opacity: 1;
}
.staff-card:hover .staff-photo img {
  transform: scale(1.05);
  filter: grayscale(0%) contrast(1.2);
}
.staff-card .staff-info {
  position: relative;
  z-index: 1;
}
.staff-card .staff-info h3 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 0.25rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.staff-card .staff-info h4 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6366f1;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.25rem;
}
.staff-card .staff-info h4::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  bottom: 0;
  left: 0;
  border-radius: 1px;
  transition: width 0.2s ease-out;
}
.staff-card .staff-info .major {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}
.staff-card .staff-info .bio {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.6;
  position: relative;
  padding-left: 0;
  transition: padding-left 0.2s ease-out;
}
.staff-card .staff-info .bio.hidden {
  display: none;
}
.staff-card .staff-info .bio:not(:empty):not(.hidden)::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -10px;
  width: 3px;
  height: 0;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  border-radius: 1.5px;
  transition: height 0.3s ease-out, left 0.2s ease-out;
  opacity: 0;
}
.staff-card:hover .staff-info h4::after {
  width: 60px;
}
.staff-card:hover .staff-info .bio:not(:empty):not(.hidden)::before {
  height: calc(100% - 1em);
  left: 0;
  opacity: 1;
}
.staff-card:hover .staff-info .bio:not(:empty):not(.hidden) {
  padding-left: 12px;
}

@media (max-width: 640px) {
  .staff-card {
    padding: 2rem;
    text-align: center;
  }
  .staff-card .staff-photo {
    height: 200px;
    margin-bottom: 1.5rem;
  }
  .staff-card .staff-info h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .staff-card .staff-info .bio:not(:empty):not(.hidden)::before {
    display: none;
  }
  .staff-card .staff-info .bio:not(:empty):not(.hidden) {
    padding-left: 0;
  }
}
.staff-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.staff-modal-container.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 640px) {
  .staff-modal-container {
    padding: 0.5rem;
    align-items: flex-end;
  }
  .staff-modal-container.active {
    align-items: center;
  }
}

.staff-modal {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.8));
  width: 100%;
  max-width: 700px;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  border: 1px solid rgba(51, 65, 85, 0.3);
}
.active .staff-modal {
  transform: translateY(0);
}
@media (max-width: 640px) {
  .staff-modal {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 90vh;
    overflow-y: auto;
  }
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(2, 6, 23, 0.5);
  border: 1px solid rgba(51, 65, 85, 0.3);
  color: #f8fafc;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s, transform 0.3s;
}
.modal-close-btn:hover {
  background-color: rgba(2, 6, 23, 0.7);
  transform: scale(1.1);
}

.modal-content {
  padding: 0;
}

.modal-header {
  display: flex;
  gap: 2rem;
  padding: 2rem 2rem 1rem;
}
@media (max-width: 768px) {
  .modal-header {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }
}

.modal-photo {
  width: 150px;
  height: 150px;
  border-radius: 1rem;
  object-fit: cover;
  border: 2px solid rgba(99, 102, 241, 0.5);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.modal-header-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-header-info .modal-name {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
  color: #f8fafc;
  position: relative;
}
.modal-header-info .modal-name::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #06b6d4);
  bottom: -8px;
  left: 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .modal-header-info .modal-name::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.modal-header-info .modal-position {
  color: #6366f1;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.modal-header-info .modal-degree {
  font-size: 1rem;
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 0;
}

.modal-bio {
  padding: 2rem;
  border-top: 1px solid rgba(51, 65, 85, 0.3);
  margin-top: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
}
.modal-bio::before {
  content: "About";
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #f8fafc;
  font-size: 1.2rem;
}

body.modal-open {
  overflow: hidden;
}

.staff-card {
  cursor: pointer;
  position: relative;
}
.staff-card .bio.hidden {
  display: none;
}
.staff-card::after {
  content: "Click for more";
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: rgba(99, 102, 241, 0.9);
  color: #020617;
  padding: 4px 10px;
  font-size: 0.75rem;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.3s, transform 0.3s;
}
.staff-card:hover::after {
  opacity: 0.9;
  transform: translateY(0);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.calendar-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
}
.calendar-section .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .calendar-section .container {
    grid-template-columns: 2fr 1fr;
  }
}

/* Add loading state styles */
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.calendar-container {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  padding: 3rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: visible;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  min-height: 650px;
  /* Modern loading state */
}
.calendar-container.loading #calendar {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.calendar-container.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(99, 102, 241, 0.3);
  border-radius: 50%;
  border-top-color: #6366f1;
  animation: spin 1s ease-in-out infinite;
  z-index: 10;
}
.calendar-container #calendar {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.calendar-container::before, .calendar-container::after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.05));
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.3;
}
.calendar-container::before {
  top: -100px;
  right: -100px;
}
.calendar-container::after {
  bottom: -100px;
  left: -100px;
}
@media (min-width: 1024px) {
  .calendar-container {
    margin-bottom: 0;
  }
}

.upcoming-events h2 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 3rem;
  color: #f8fafc;
  position: relative;
  padding-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.upcoming-events h2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.event-card {
  display: flex;
  align-items: flex-start;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  overflow: hidden;
  position: relative;
}
.event-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  opacity: 0.7;
  transition: width 0.2s ease-out;
}
.event-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.event-card:hover::before {
  width: 6px;
}
.event-card .event-date {
  background: linear-gradient(145deg, rgba(52.2, 56.1, 236.8, 0.95), rgba(28.8, 33.15, 234.7, 0.95));
  border-radius: 0.5rem;
  min-width: 70px;
  padding: 0.7rem 0.5rem;
  text-align: center;
  margin-right: 1.25rem;
  color: #f8fafc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-out;
  position: relative;
  z-index: 1;
}
.event-card .event-date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(99, 102, 241, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.event-card .event-date .event-month {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.event-card .event-date .event-day {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.2rem 0;
}
.event-card:hover .event-date {
  transform: scale(1.05);
}
.event-card:hover .event-date::after {
  opacity: 1;
}
.event-card .event-details {
  flex: 1;
  position: relative;
  z-index: 1;
}
.event-card .event-details h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  transition: color 0.2s ease-out;
}
.event-card .event-details .event-time,
.event-card .event-details .event-location {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.event-card .event-details .event-time::before,
.event-card .event-details .event-location::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #6366f1;
  border-radius: 50%;
  margin-right: 0.5rem;
  opacity: 0.8;
}
.event-card:hover .event-details h3 {
  color: #6366f1;
}

.event-placeholder,
.no-events {
  padding: 2rem;
  text-align: center;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.2));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 1rem;
  color: rgba(248, 250, 252, 0.8);
  font-style: italic;
  border: 1px solid rgba(51, 65, 85, 0.15);
  min-height: 300px; /* Reserve space for upcoming events */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.event-placeholder::before,
.no-events::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.5), rgba(6, 182, 212, 0.5));
  margin: 0 auto 1rem;
  border-radius: 1px;
}

.event-skeleton {
  height: 90px;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.3) 0%, rgba(15, 23, 42, 0.5) 50%, rgba(15, 23, 42, 0.3) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal .modal-content {
  position: relative;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.85));
  border-radius: 1rem;
  padding: 2.5rem;
  width: 90%;
  max-width: 550px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  max-height: 80vh;
  overflow-y: auto;
  border: 1px solid rgba(51, 65, 85, 0.2);
  animation: modalFadeIn 0.3s ease-out;
}
.modal .modal-content::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  z-index: -1;
  border-radius: calc(1rem + 2px);
  opacity: 0.5;
}
.modal .modal-content h2 {
  color: #f8fafc;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.3);
  padding-bottom: 0.75rem;
  position: relative;
}
.modal .modal-content h2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #06b6d4);
  bottom: -2px;
  left: 0;
  border-radius: 2px;
}
.modal .modal-content p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  position: relative;
  padding-left: 1.25rem;
}
.modal .modal-content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6366f1;
}
.modal .modal-content #modal-date,
.modal .modal-content #modal-time {
  opacity: 0.9;
}
.modal .modal-content #modal-description {
  margin-top: 1.5rem;
  line-height: 1.6;
  padding-left: 0;
}
.modal .modal-content #modal-description::before {
  display: none;
}
.modal .close-modal {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
  color: rgba(248, 250, 252, 0.7);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(51, 65, 85, 0.2);
}
.modal .close-modal:hover {
  color: #06b6d4;
  transform: rotate(90deg);
  background: rgba(51, 65, 85, 0.4);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fc-theme-standard {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.fc-theme-standard .fc-button-primary {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.85));
  border-color: rgba(51, 65, 85, 0.4);
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.2s ease-out;
}
.fc-theme-standard .fc-button-primary:hover, .fc-theme-standard .fc-button-primary:focus {
  background: linear-gradient(145deg, rgba(99, 102, 241, 0.8), rgba(99, 102, 241, 0.6));
  border-color: #6366f1;
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
}
.fc-theme-standard .fc-button-primary:not(:disabled).fc-button-active, .fc-theme-standard .fc-button-primary:not(:disabled):active {
  background: linear-gradient(145deg, rgba(99, 102, 241, 0.9), rgba(99, 102, 241, 0.7));
  border-color: #6366f1;
}
.fc-theme-standard .fc-daygrid-day.fc-day-today {
  background: rgba(99, 102, 241, 0.15);
  position: relative;
}
.fc-theme-standard .fc-daygrid-day.fc-day-today::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid rgba(99, 102, 241, 0.3);
  pointer-events: none;
}
.fc-theme-standard .fc-event {
  border-radius: 0.5rem;
  border: none;
  padding: 2px 4px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: transform 0.2s, box-shadow 0.2s;
}
.fc-theme-standard .fc-event:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 5 !important;
}

@media (max-width: 768px) {
  .calendar-container {
    padding: 0.75rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
    border-radius: 0.5rem;
  }
  .calendar-container .fc .fc-toolbar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1rem !important;
  }
  .calendar-container .fc .fc-toolbar .fc-toolbar-chunk {
    display: flex;
    justify-content: center;
  }
  .calendar-container .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: -1;
    margin-bottom: 0.5rem;
  }
  .calendar-container .fc .fc-toolbar .fc-toolbar-title {
    font-size: 1.2rem !important;
  }
  .calendar-container .fc .fc-toolbar .fc-button {
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
  }
  .calendar-container .fc .fc-view {
    padding: 0;
  }
  .calendar-container .fc th {
    padding: 6px 0 !important;
    font-size: 0.75rem;
  }
  .calendar-container .fc td .fc-daygrid-day-number {
    padding: 6px;
    font-size: 0.85rem;
  }
  .calendar-container .fc .fc-daygrid-event {
    padding: 1px;
    font-size: 0.75rem;
  }
  .modal .modal-content {
    width: 95%;
    padding: 1.75rem;
  }
}
.about-section {
  padding: 3rem 0 5rem;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
}
.about-content h2 {
  color: #f8fafc;
  font-size: 1.8rem;
  margin: 2.5rem 0 1rem;
}
.about-content h2:first-child {
  margin-top: 0;
}
.about-content p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1.05rem;
}
.about-content .about-quote {
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  background-color: rgba(15, 23, 42, 0.5);
  border-left: 4px solid #6366f1;
  border-radius: 0.5rem;
}
.about-content .about-quote blockquote {
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.about-content .about-quote cite {
  display: block;
  text-align: right;
  font-size: 0.9rem;
  opacity: 0.8;
}
.about-content .about-list {
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}
.about-content .about-list li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1rem;
  list-style-type: none;
}
.about-content .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6366f1;
}

.join-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
}

.join-content {
  max-width: 1200px;
  margin: 0 auto;
}

.join-methods {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 6rem;
}

.join-card {
  display: flex;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
  padding: 3rem;
  position: relative;
}
.join-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  opacity: 0.8;
}
.join-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(6, 182, 212, 0.01) 100%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 0;
  pointer-events: none;
}
.join-card:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.join-card:hover::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .join-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem;
  }
  .join-card::before {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #6366f1, #06b6d4);
  }
}

.join-icon {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.join-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.join-icon .discord-icon {
  width: 80px;
  filter: drop-shadow(0 4px 8px rgba(114, 137, 218, 0.3));
}
.join-icon .qr-code {
  width: 120px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  background-color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.join-icon .email-icon {
  width: 70px;
  filter: drop-shadow(0 4px 8px rgba(139, 92, 246, 0.3));
}
@media (max-width: 768px) {
  .join-icon {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.join-info {
  flex: 1;
  position: relative;
  z-index: 1;
}
.join-info h2 {
  font-size: 1.5rem;
  color: #f8fafc;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
.join-info h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #06b6d4);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .join-info h2 {
    display: block;
    text-align: center;
  }
  .join-info h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.join-info p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 1.05rem;
  max-width: 600px;
}
.join-info .note {
  font-size: 0.9rem;
  opacity: 0.8;
  font-style: italic;
  margin-top: 1rem;
}
.join-info .btn {
  margin-top: 0.5rem;
}

.listserv-form {
  display: flex;
  max-width: 500px;
  margin-bottom: 1rem;
}
.listserv-form .form-group {
  flex: 1;
  margin-right: 1rem;
}
.listserv-form input {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(51, 65, 85, 0.5);
  background: rgba(15, 23, 42, 0.5);
  color: #f8fafc;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  transition: all 0.2s ease-out;
}
.listserv-form input:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
}
.listserv-form input::placeholder {
  color: rgba(248, 250, 252, 0.7);
}
@media (max-width: 768px) {
  .listserv-form {
    flex-direction: column;
  }
  .listserv-form .form-group {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .listserv-form .btn {
    width: 100%;
  }
}

.join-benefits {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.4));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(51, 65, 85, 0.2);
  position: relative;
  overflow: hidden;
}
.join-benefits::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.15), transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
}
.join-benefits::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15), transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
}
.join-benefits h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #f8fafc;
  position: relative;
  padding-bottom: 0.75rem;
}
.join-benefits h2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #06b6d4);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.benefits-list {
  position: relative;
  z-index: 1;
}
.benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  line-height: 1.5;
  padding-left: 0.5rem;
}
.benefits-list .benefit-icon {
  color: #8b5cf6;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1.1rem;
}

.contact-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
  position: relative;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(99, 102, 241, 0.01) 1px, transparent 1px);
  background-size: 120px 120px;
  z-index: 0;
  opacity: 0.5;
  will-change: auto;
}
.contact-section .container {
  position: relative;
  z-index: 1;
}

.contact-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}

.leadership-contacts h2 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 3rem;
  color: #f8fafc;
  position: relative;
  padding-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.leadership-contacts h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.contact-card {
  display: flex;
  align-items: center;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
  position: relative;
  margin-bottom: 3rem;
  will-change: transform;
}
.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.03) 0%, rgba(6, 182, 212, 0.01) 100%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 0;
  will-change: opacity;
}
.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.contact-card:hover::before {
  opacity: 1;
}
.contact-card .contact-photo {
  width: 80px;
  height: 80px;
  border-radius: 0.75rem;
  flex-shrink: 0;
  margin: 2rem;
  margin-right: 1.5rem;
  overflow: hidden;
  border: 2px solid rgba(99, 102, 241, 0.2);
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.contact-card .contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.1);
  transition: all 0.2s ease-out;
}
.contact-card:hover .contact-photo {
  border-color: rgba(99, 102, 241, 0.4);
}
.contact-card:hover .contact-photo img {
  filter: grayscale(0%) contrast(1.2);
  transform: scale(1.05);
}
.contact-card .contact-info {
  flex: 1;
  padding: 2rem 2rem 2rem 0;
  position: relative;
  z-index: 1;
}
.contact-card .contact-info h3 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #f8fafc;
  letter-spacing: -0.025em;
}
.contact-card .contact-info h4 {
  font-size: 0.9rem;
  color: #6366f1;
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-card .contact-info .contact-method {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.15);
  border-radius: 0.5rem;
  transition: all 0.2s ease-out;
  margin-bottom: 0.5rem;
}
.contact-card .contact-info .contact-method:hover {
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.25);
  transform: translateX(3px);
}
.contact-card .contact-info .contact-method .contact-icon {
  font-size: 1rem;
  min-width: 20px;
  text-align: center;
}
.contact-card .contact-info .contact-method .contact-icon .discord-mini-icon {
  width: 16px;
  height: 16px;
  filter: hue-rotate(220deg) saturate(2);
}
.contact-card .contact-info .contact-method a {
  color: #6366f1;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease-out;
}
.contact-card .contact-info .contact-method a:hover {
  color: #06b6d4;
}
.contact-card .contact-info .contact-method span:not(.contact-icon) {
  color: #94a3b8;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 640px) {
  .contact-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }
  .contact-card .contact-photo {
    margin: 0 0 1.5rem 0;
    align-self: center;
  }
  .contact-card .contact-info {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .contact-card .contact-info .contact-method {
    justify-content: center;
  }
}

.messaging-section {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(6px);
  padding: 4rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  margin-top: 4rem;
}
.messaging-section h2 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 2rem;
  color: #f8fafc;
  letter-spacing: -0.025em;
}
.messaging-section .messaging-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.messaging-section .messaging-option {
  background: rgba(99, 102, 241, 0.05);
  border: 1px solid rgba(99, 102, 241, 0.1);
  border-radius: 0.75rem;
  padding: 2rem;
  transition: all 0.2s ease-out;
}
.messaging-section .messaging-option:hover {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.2);
  transform: translateY(-3px);
}
.messaging-section .messaging-option h3 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #f8fafc;
}
.messaging-section .messaging-option p {
  color: #94a3b8;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.messaging-section .messaging-option .qr-code {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid rgba(99, 102, 241, 0.2);
}
.messaging-section .messaging-option .qr-code img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.general-contact h2 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 3rem;
  color: #f8fafc;
  position: relative;
  padding-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.general-contact h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.general-card {
  display: flex;
  align-items: center;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(6px);
  padding: 4rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
}
.general-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(6, 182, 212, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 0;
}
.general-card:hover {
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.general-card:hover::before {
  opacity: 1;
}
.general-card .general-icon {
  width: 80px;
  height: 80px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.05));
  border: 2px solid rgba(99, 102, 241, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.general-card .general-icon .email-icon {
  width: 32px;
  height: 32px;
  filter: hue-rotate(220deg) saturate(2);
  transition: all 0.2s ease-out;
}
.general-card:hover .general-icon {
  border-color: rgba(99, 102, 241, 0.4);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(6, 182, 212, 0.08));
}
.general-card:hover .general-icon .email-icon {
  filter: hue-rotate(220deg) saturate(3);
  transform: scale(1.1);
}
.general-card .general-info {
  flex: 1;
  position: relative;
  z-index: 1;
}
.general-card .general-info h3 {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 0.5rem;
  letter-spacing: -0.025em;
}
.general-card .general-info p {
  font-size: 1rem;
  color: #94a3b8;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.general-card .general-info .highlight-email {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: rgba(99, 102, 241, 0.1);
  border: 2px solid rgba(99, 102, 241, 0.2);
  border-radius: 0.75rem;
  color: #6366f1;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.2s ease-out;
  position: relative;
}
.general-card .general-info .highlight-email::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  border-radius: 0.75rem;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: -1;
}
.general-card .general-info .highlight-email:hover {
  color: white;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.general-card .general-info .highlight-email:hover::before {
  opacity: 1;
}
@media (max-width: 640px) {
  .general-card {
    flex-direction: column;
    text-align: center;
    padding: 3rem;
  }
  .general-card .general-icon {
    margin: 0 0 2rem 0;
  }
  .general-card .general-info .highlight-email {
    width: 100%;
    justify-content: center;
  }
}

.legacy-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
}
.legacy-section:first-of-type {
  padding-top: 3rem;
}
.legacy-section .section-title {
  font-family: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #818cf8 0%, #06b6d4 50%, #8b5cf6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  width: 100%;
  letter-spacing: -0.025em;
}
.legacy-section .section-title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #6366f1 0%, #06b6d4 100%);
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.legacy-section .section-description {
  text-align: center;
  font-size: 1.125rem;
  color: #94a3b8;
  margin-bottom: 6rem;
  max-width: 600px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.legacy-dropdown {
  margin-bottom: 4rem;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(248, 250, 252, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.legacy-dropdown:hover {
  background: rgba(15, 23, 42, 0.4);
  border-color: rgba(51, 65, 85, 0.3);
}

.dropdown-toggle {
  width: 100%;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  color: #f8fafc;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.dropdown-toggle:hover {
  color: #6366f1;
  background: rgba(99, 102, 241, 0.05);
}
.dropdown-toggle .dropdown-arrow {
  transition: transform 0.2s ease-out;
  color: #6366f1;
}
.dropdown-toggle.active {
  color: #6366f1;
  background: rgba(99, 102, 241, 0.1);
}
.dropdown-toggle.active .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out ease-out;
  background: rgba(2, 6, 23, 0.5);
}
.dropdown-content.active {
  max-height: 2000px;
  transition: max-height 0.3s ease-out ease-in;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .board-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 1.5rem;
  }
}

.board-card {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.3));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  border: 1px solid rgba(51, 65, 85, 0.15);
}
.board-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.board-card .board-photo {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.board-card .board-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease-out;
}
.board-card:hover .board-photo img {
  transform: scale(1.05);
}
.board-card .board-info {
  padding: 1.2rem;
}
.board-card .board-info h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #f8fafc;
}
.board-card .board-info h4 {
  color: #6366f1;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.board-card .board-info h4::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #6366f1;
  margin-top: 3px;
  border-radius: 1px;
  transition: width 0.2s ease-out;
}
.board-card .board-info:hover h4::after {
  width: 40px;
}
.board-card .board-info .major {
  font-size: 0.85rem;
  font-style: italic;
  opacity: 0.7;
  margin: 0;
}

.events-list {
  padding: 2rem;
}
@media (max-width: 768px) {
  .events-list {
    padding: 1.5rem;
  }
}

.event-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(51, 65, 85, 0.1);
  transition: all 0.2s ease-out;
}
.event-item:last-child {
  border-bottom: none;
}
.event-item:hover {
  background: rgba(99, 102, 241, 0.03);
  transform: translateX(5px);
}
@media (max-width: 640px) {
  .event-item {
    flex-direction: column;
    gap: 1rem;
  }
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  min-width: 80px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}
.event-date .month {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event-date .day {
  font-size: 1.5rem;
  margin: 0.2rem 0;
}
.event-date .year {
  font-size: 0.8rem;
  opacity: 0.9;
}
@media (max-width: 640px) {
  .event-date {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.2rem;
  }
  .event-date .day {
    font-size: 1.2rem;
    margin: 0;
  }
}

.event-details {
  flex: 1;
}
.event-details h3 {
  font-size: 1.3rem;
  color: #f8fafc;
  margin-bottom: 0.4rem;
  font-weight: 600;
}
.event-details .event-location {
  color: #6366f1;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
}
.event-details .event-location::before {
  content: "📍";
  margin-right: 0.5rem;
}
.event-details .event-description {
  color: rgba(248, 250, 252, 0.7);
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

@media (max-width: 768px) {
  .legacy-section {
    padding: 2rem 0;
  }
  .legacy-section .section-title {
    font-size: 1.8rem;
  }
  .legacy-section .section-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .dropdown-toggle {
    padding: 1.2rem 1.5rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 640px) {
  .legacy-section .section-title {
    font-size: 1.6rem;
  }
  .dropdown-toggle {
    padding: 1rem;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
