:root{
  --zcd-blue:#1f3b69;
  --zcd-teal:#0097a0;
  --zcd-gray:#666666;
}

body { color: #111; }

.navbar-brand img { height: 80px !important; width: auto; }

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: #0b1630;
  overflow: hidden;
}

.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(120deg, rgba(31,59,105,0.75), rgba(0,151,160,0.35));
}

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

.reverify-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1;
  color: var(--zcd-blue);
  text-decoration: underline;
  cursor: pointer;
  display: inline;
  vertical-align: baseline;
}

.card-soft {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* Navbar logo sizing */
.navbar-brand img {
  height: 60px;
  width: auto;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 40px;
  }
}

.form-label { font-weight: 600; }
.form-check-input {
  border-color: #6c757d;
}

.form-check-input:focus {
  border-color: #6c757d;
  box-shadow: 0 0 0 .2rem rgba(108,117,125,.2);
}

.form-check-input:checked {
  border-color: #6c757d;
}

.form-section-label {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.form-title-audio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #d0d7de;
  background: #fff;
  color: var(--zcd-blue);
  cursor: pointer;
  transition: all .15s ease;
  vertical-align: middle;
}

.form-title-audio:hover,
.form-title-audio:focus-visible {
  border-color: var(--zcd-blue);
  box-shadow: 0 0 0 .2rem rgba(31,59,105,.15);
  color: var(--zcd-teal);
  transform: translateY(-1px);
}

.form-title-audio.is-playing {
  border-color: var(--zcd-teal);
  color: var(--zcd-teal);
}

.form-title-audio .audio-icon {
  font-size: .9rem;
  line-height: 1;
}
.small-muted { color: var(--zcd-gray); font-size: 0.9rem; }

::placeholder {
  color: #c2c2c2 !important;
  opacity: 1;
}

.badge-verified { background: #198754; }
.badge-unverified { background: #dc3545; }

.signup-required-alert {
  display: none;
}

.signup-required-alert.show {
  display: block;
}
