.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}
.glass-panel:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

.section-heading {
  max-width: 640px;
}
.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-heading .section-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}
.section-heading h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.75rem;
}
.section-heading p {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

.map-dark iframe {
  filter: invert(0.92) hue-rotate(180deg) saturate(0.6);
}

.faq-item {
  cursor: pointer;
  position: relative;
}
.faq-item .faq-question::before,
.faq-item .faq-question::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item .faq-question::before {
  width: 16px;
  height: 2px;
  translate: 0 -50%;
}

.faq-item .faq-question::after {
  width: 2px;
  height: 16px;
  translate: -7px -50%;
}

.faq-item.active .faq-question::before {
  translate: 0 calc(-50% - 5px);
}

.faq-item.active .faq-question::after {
  width: 16px;
  height: 2px;
  translate: 0 calc(-50% + 5px);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.active .faq-answer {
  max-height: 300px;
}
.faq-answer p {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.875rem;
  margin-top: 0;
}

.coverflow-slide {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.coverflow-slide > div {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-color: rgba(255, 255, 255, 0.06);
}
.coverflow-slide.active {
  z-index: 10;
}
.coverflow-slide.active > div {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.06), 0 0 100px rgba(99, 102, 241, 0.04);
  background: rgba(255, 255, 255, 0.05);
}
.coverflow-slide:not(.active) > div {
  background: rgba(255, 255, 255, 0.015);
}

.coverflow-btn {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.coverflow-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.06);
  transform: scale(1.05);
}
.coverflow-btn:active {
  transform: scale(0.95);
}

.coverflow-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.coverflow-dot.active {
  width: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
}

.fill-1 {
  font-variation-settings: "FILL" 1;
}

*:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .coverflow-slide {
    transition: none !important;
  }
  .animate-marquee {
    animation: none !important;
  }
  .coverflow-track:hover .coverflow-slide {
    filter: none !important;
  }
  [class*="hover:scale"]:hover {
    transform: none !important;
  }
}

@keyframes starPop {
  0%, 8% {
    opacity: 0.25;
    filter: drop-shadow(0 0 0 transparent);
    transform: scale(1);
  }
  15%, 80% {
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(234, 179, 8, 0.9));
    transform: scale(1.2);
  }
  100% {
    opacity: 0.25;
    filter: drop-shadow(0 0 0 transparent);
    transform: scale(1);
  }
}

.rim-light {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #0A0A0A;
}
::-webkit-scrollbar-thumb {
  background: #353534;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #444748;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  position: absolute;
  left: -37px;
  top: 0;
}
.timeline-dot-primary {
  background: #ffffff;
  box-shadow: 0 0 0 8px #0e0e0e;
}
.timeline-dot-muted {
  background: rgba(255,255,255,0.2);
  box-shadow: 0 0 0 8px #0e0e0e;
}

.btn-uroo {
  background: #0a0a0a;
  color: #a3a3a3;
  border: 1px solid #a3a3a3;
  border-bottom-width: 4px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding: 0.5rem 1rem;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-uroo:hover {
  filter: brightness(1.5);
  border-top-width: 4px;
  border-bottom-width: 1px;
}
.btn-uroo:active {
  opacity: 0.75;
}
.btn-uroo .btn-uroo-glow {
  background: #a3a3a3;
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.3);
  position: absolute;
  top: -150%;
  left: 0;
  display: inline-flex;
  width: 320px;
  height: 5px;
  border-radius: 0.375rem;
  opacity: 0.5;
  transition: top 0.5s;
  pointer-events: none;
}
.btn-uroo:hover .btn-uroo-glow {
  top: 150%;
}
.glow-card {
  position: relative;
  overflow: hidden;
}
.glow-card .glow-border {
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent, rgba(255,255,255,0.5), transparent 25%, transparent 75%, rgba(255,255,255,0.5), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: spinGlow 2s linear infinite;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 0;
}
.glow-card:hover .glow-border {
  opacity: 1;
}
@keyframes spinGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.glow-card > * {
  position: relative;
  z-index: 1;
}
