:root {
  --mk-bg: #0a0c14;
  --mk-bg-soft: #151a2b;
  --mk-card: rgba(24, 29, 46, 0.78);
  --mk-text: #f8fbff;
  --mk-muted: #c7cfdf;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--mk-text);
  background: radial-gradient(circle at 14% -10%, #26283a 0%, var(--mk-bg) 46%, #090b12 100%);
}

h1,
h2,
h3,
h4,
h5,
.section-title,
.page-title {
  font-family: 'Poppins', sans-serif;
}

.de-navbar {
  background: rgba(10, 12, 20, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.de-brand,
.de-brand:hover,
.de-nav-link,
.de-nav-link:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.de-nav-link {
  opacity: 1;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffffff !important;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.45);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-mint,
.btn-mint-outline {
  border-radius: 14px;
  font-weight: 800;
  transition: all 0.25s ease;
}

.btn-mint {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #8b5cf6 0%, #06d6a0 100%);
  box-shadow: 0 10px 24px rgba(6, 214, 160, 0.26), 0 8px 20px rgba(139, 92, 246, 0.3);
}

.btn-mint:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-mint-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.btn-mint-outline:hover {
  color: #fff;
  transform: translateY(-2px);
}

.page-hero,
.hero,
.events-hero-wrap,
.event-hero-wrap {
  position: relative;
  overflow: hidden;
}

.page-hero {
  width: 100%;
  padding: 7.5rem 0 5.2rem;
  background-image: url('/api/file/picture');
  background-size: cover;
  background-position: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(10, 12, 20, 0.9), rgba(20, 24, 38, 0.75), rgba(130, 137, 160, 0.22));
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-subtitle,
.section-desc,
.de-muted,
p,
li {
  color: var(--mk-muted);
}

.page-subtitle {
  max-width: 920px;
  background: rgba(13, 20, 38, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 0.82rem 0.95rem;
}

.de-section {
  padding: 3rem 0;
}

.de-section + .de-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.de-card,
.hero-box,
.pitch-box,
.cta-box {
  background: var(--mk-card);
  border: 1px solid rgba(157, 174, 214, 0.22);
  box-shadow: 0 12px 28px rgba(3, 7, 18, 0.28);
}

.de-full-banner {
  position: relative;
  width: 100%;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.2rem;
}

.de-full-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(7, 10, 22, 0.88), rgba(11, 19, 36, 0.66), rgba(16, 185, 129, 0.26));
}

.de-full-banner-content {
  position: relative;
  z-index: 2;
  padding: 2.3rem 1.2rem;
}

.de-overlay-panel {
  background: rgba(12, 18, 38, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 0.95rem;
}

.accordion .card {
  background: rgba(16, 24, 46, 0.78);
  border: 1px solid rgba(139, 92, 246, 0.34);
  border-radius: 12px;
  margin-bottom: 0.7rem;
}

.accordion .btn-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  text-align: left;
}

.accordion .btn-link:hover {
  color: #bfe9ff;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--mk-muted);
}