/* VidProd.com - custom styles (Bootstrap 5) */
:root {
  --vp-ink: #111;
  --vp-muted: #5b6470;
  --vp-surface: #0b0f17;
  --vp-surface-2: #0f1623;
  --vp-border: rgba(17, 17, 17, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--vp-ink);
}

.navbar {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero {
  position: relative;
  background: radial-gradient(1200px 500px at 20% 10%, rgba(255, 255, 255, 0.22), transparent 55%), radial-gradient(900px 500px at 80% 40%, rgba(255, 255, 255, 0.12), transparent 60%),
    linear-gradient(135deg, #0b0f17, #17233a 60%, #0f1623);
  color: #fff;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(600px 400px at 10% 70%, rgba(66, 211, 255, 0.22), transparent 60%), radial-gradient(600px 400px at 90% 20%, rgba(255, 120, 196, 0.18), transparent 60%);
  pointer-events: none;
}

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

.badge-soft {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.section-kicker {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--vp-muted);
}

.card {
  border-color: var(--vp-border);
}

.card-glow {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.icon-chip {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.08);
  border: 1px solid rgba(13, 110, 253, 0.18);
}

.icon-chip i {
  font-size: 1.2rem;
}

.shadow-soft {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.feature-list {
  margin: 0;
  padding-left: 1rem;
}

.feature-list li {
  margin: 0.25rem 0;
  color: var(--vp-muted);
}

.bg-soft {
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.06), rgba(13, 110, 253, 0) 70%);
}

.small-muted {
  color: var(--vp-muted);
}

.form-note {
  font-size: 0.92rem;
  color: var(--vp-muted);
}

#formStatus {
  min-height: 1.25rem;
}

.footer {
  background: #0b0f17;
  color: rgba(255, 255, 255, 0.82);
}

.footer a {
  color: rgba(255, 255, 255, 0.86);
}
.footer a:hover {
  color: #fff;
}

/* Reduce list spacing if you add lists later */
.tight-list li {
  margin-bottom: 0.2rem;
}

/* Accessibility: visible focus */
:focus-visible {
  outline: 3px solid rgba(13, 110, 253, 0.45);
  outline-offset: 2px;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* change color of menu active state */

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