/* Help center */

.help-hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.help-hero h1 {
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 1.2;
}

.help-hero .lead {
  font-size: 1.3rem;
  color: #495057;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .help-hero h1 {
    font-size: 2.5rem;
  }

  .help-hero .lead {
    font-size: 1.1rem;
  }
}

.help-page .help-hero .help-search-input {
  border-radius: 30px;
  min-height: 55px;
  padding: 12px 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  border: 2px solid #dee2e6;
  color: #212529;
  background: #fff;
}

.help-page .help-hero .help-search-input::placeholder {
  color: #6c757d;
}

.help-page .help-hero .help-search-input:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.12);
  outline: none;
}

.help-page .help-hero .help-contact-intro {
  text-align: center;
}

.help-page .help-hero .help-contact-cta.btn {
  min-height: 44px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 25px;
  width: auto;
  display: inline-block;
  background: #fff;
  border: 2px solid #000;
  color: #000;
}

.help-page .help-hero .help-contact-cta.btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.help-page .help-card.card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e9ecef !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.help-page .help-card.card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border-color: #000 !important;
}

.help-card .card-title {
  font-weight: 600;
}

.help-card .card-title a {
  color: navy;
  text-decoration: none;
}

.help-card .card-title a:hover {
  color: #000;
  text-decoration: underline;
}

.help-card .font-weight-medium {
  font-weight: 600;
  color: navy;
  text-decoration: none;
}

.help-card .font-weight-medium:hover {
  color: #000;
  text-decoration: underline;
}

.help-card-meta time {
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.help-card .card-text {
  color: #495057 !important;
  line-height: 1.55;
}

.help-contact-modal .help-modal-cta-wrap {
  margin-top: 1.35rem;
}

.help-contact-modal .help-modal-cta.btn-primary {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 22px;
  min-height: 40px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 18px;
  line-height: 1.35;
}

.help-contact-modal .help-modal-cta.btn-primary:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

.help-contact-modal .help-modal-cta.btn-primary:focus,
.help-contact-modal .help-modal-cta.btn-primary:active {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.help-article-page .help-article-back a {
  font-weight: 600;
  color: navy;
  text-decoration: none;
}

.help-article-page .help-article-back a:hover {
  color: #000;
  text-decoration: underline;
}

.help-article-body h4 {
  margin-top: 2rem;
}

.help-article-cta-wrap {
  margin: 1.75rem 0 2rem;
  text-align: center;
}

.help-article-cta-wrap--footer {
  margin-top: 2.5rem;
}

.help-article-cta.btn-primary {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 30px;
  min-height: 55px;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}

.help-article-cta.btn-primary:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

.help-article-cta-secondary.btn-outline-primary {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  border-radius: 25px;
  min-height: 44px;
  padding: 8px 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
}

.help-article-cta-secondary.btn-outline-primary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  transform: translateY(-2px);
}

.help-article-cta-secondary.btn-outline-primary:active,
.help-article-cta-secondary.btn-outline-primary:focus {
  background: #fff !important;
  border-color: #000 !important;
  color: #000 !important;
  box-shadow: none !important;
}
