/* --- SHARED THEME --- */
body { background: #000; color: #fff; overflow-x: hidden; padding-bottom: 90px; }
.bg-stars {
  position: fixed; inset: 0; z-index: -1;
  background: radial-gradient(circle at top, rgba(223, 2, 1, 0.4) 0%, transparent 70%),
              linear-gradient(to bottom, #1a0000 0%, #000000 100%);
}

.premium-label { color: #df0201; letter-spacing: 5px; font-weight: 800; font-size: 0.8rem; }
.text-red-gradient { color: #df0201; }
.serif-italic-red { font-family: 'Playfair Display', serif; font-style: italic; color: #df0201; }

/* --- CONTACT SPECIFIC --- */
.contact-hero { padding-top: 80px; padding-bottom: 20px; }
.main-headline { font-family: 'Yeseva One', serif; font-size: 2.5rem; line-height: 1.1; min-height: 80px; }

.contact-glass-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  max-width: 800px; margin: 0 auto;
}

.form-title { font-family: 'Anton', sans-serif; font-size: 1.8rem; letter-spacing: 1.5px; }

.mavex-input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px !important;
}

.form-label { font-weight: 700; font-size: 0.65rem; color: rgba(255, 255, 255, 0.4); letter-spacing: 1px; }

.btn-custom {
  background: linear-gradient(90deg, #120000 0%, #df0201 100%);
  border: none; color: white; padding: 15px 40px; border-radius: 30px;
  font-weight: 700; transition: transform 0.2s; width: 100%; max-width: 300px;
}
.btn-custom:active { transform: scale(0.95); }

/* --- BOTTOM NAV --- */
.bottom-nav {
  position: fixed; bottom: 0; width: 100%; height: 75px;
  background: rgba(0, 0, 0, 0.95); display: flex;
  justify-content: space-around; align-items: center; border-top: 1px solid rgba(255,255,255,0.1);
}
.nav-link { text-decoration: none; color: #666; display: flex; flex-direction: column; align-items: center; font-size: 11px; }
.nav-link.active { color: #fff; }