@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --de-mint: #2563eb;
  --de-mint-soft: #eaf2ff;
  --de-white: #ffffff;
  --de-ice: #f3f4f6;
  --de-text: #5e98e4;
  --de-muted: #4b5563;
  --de-border: #dbe3ef;
  --de-premium: #d4af37;
}

* {
  font-family: 'Manrope', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.01em;
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 48%, #ffffff 100%);
  color: var(--de-text);
}

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

.de-brand {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--de-text) !important;
}

.de-brand span {
  color: #5e98e4;
}

.de-nav-link {
  color: var(--de-text) !important;
  font-weight: 600;
}

.de-nav-link:hover {
  color: var(--de-mint) !important;
}

.btn-mint {
  background: var(--de-mint);
  color: #fff;
  border: 1px solid var(--de-mint);
  border-radius: 12px;
  font-weight: 700;
  padding: 0.65rem 1.2rem;
}

.btn-mint:hover {
  color: #fff;
  background: #1d4ed8;
}

.btn-mint-outline {
  border: 1px solid #5e98e4;
  color: #5e98e4;
  border-radius: 12px;
  font-weight: 700;
  padding: 0.65rem 1.2rem;
  background: #fff;
}

.hero {
  padding: 7rem 0 3rem;
}

.page-hero {
  padding: 7rem 0 2.5rem;
}

.page-title {
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.page-subtitle {
  color: var(--de-muted);
  max-width: 820px;
}

.hero-box,
.de-card {
  background: #fff;
  border: 1px solid var(--de-border);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(31, 35, 42, 0.1);
}

.hero-box {
  padding: 2rem;
}

.kicker {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #5e98e4;
  background: var(--de-mint-soft);
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
}

.hero h1 {
  font-weight: 800;
  margin-top: 1rem;
}

.hero p,
.section-desc,
.de-muted {
  color: var(--de-muted);
}

.img-slot {
  width: 100%;
  min-height: 210px;
  border-radius: 14px;
  border: 2px dashed #c5cbd5;
  object-fit: cover;
  background: #f3f5f8;
}

.img-slot-tall {
  min-height: 280px;
}

.slot-caption {
  font-size: 0.82rem;
  color: #6e7480;
  margin-top: 0.45rem;
}

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

.section-title {
  font-weight: 800;
}

.de-card {
  padding: 1.2rem;
  height: 100%;
}

.seo-chip {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #cfe0ff;
  color: #5e98e4;
}

.pitch-box {
  border-left: 4px solid var(--de-mint);
}

.badge-premium {
  display: inline-block;
  background: #d4af37;
  color: #5e98e4;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  font-weight: 700;
  font-size: 0.75rem;
}

.cta-box {
  padding: 2rem;
  text-align: center;
}

.event-gallery-grid .img-slot {
  min-height: 240px;
}

footer {
  border-top: 1px solid var(--de-border);
  color: var(--de-muted);
  padding: 2rem 0;
}
