/* Help center — typography inherits Inter Tight from global.css; hero + primary CTA use features.css (.feature-hero .btn) */

.help-page .feature-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 .feature-hero .help-search-input::placeholder {
  color: #6c757d;
}

.help-page .feature-hero .help-search-input:focus {
  border-color: #060663;
  box-shadow: 0 0 0 0.2rem rgba(6, 6, 99, 0.18);
  outline: none;
}

/* Contact CTA: separate from search (not beside the field) and not full hero primary size */
.help-page .feature-hero .help-contact-intro {
  text-align: center;
}

.help-page .feature-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;
}

/* Match feature page cards (.source-card, .safety-card) in features.css */
.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: rgb(82, 7, 232) !important;
}

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

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

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

.help-card .font-weight-medium {
  font-weight: 600;
  color: #060663;
}

.help-card .font-weight-medium:hover {
  color: #04044a;
}

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

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

/* Modal CTA — brand primary, slightly smaller than hero buttons */
.help-contact-modal .help-modal-cta-wrap {
  margin-top: 1.35rem;
}

.help-contact-modal .help-modal-cta.btn-primary {
  background: #060663;
  border-color: #060663;
  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: #060663;
  color: #060663;
}

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