/* =============================================
   Help & Support Pages - Styles
   ============================================= */

/* --- Tabs Navigation --- */
.help-tabs {
  display: flex;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #fff;
}

.help-tab-link {
  flex: 1;
  text-align: center;
  padding: 16px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  background: #fff;
  border: none;
  border-right: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: block;
}

.help-tab-link:last-child {
  border-right: none;
}

.help-tab-link:hover {
  background: #f7f8fa;
  color: #1b2839;
  text-decoration: none;
}

.help-tab-link.active {
  background: #1b2839;
  color: #fff;
}

/* --- Topic Cards Grid --- */
.help-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.help-card {
  background: #f7f8fa;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  padding: 30px 24px;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.help-card:hover {
  border-color: #f57c00;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}

.help-card-icon {
  width: 60px;
  height: 60px;
  background: #e8eaed;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 24px;
  color: #1b2839;
  transition: all 0.3s ease;
}

.help-card:hover .help-card-icon {
  background: #f57c00;
  color: #fff;
}

.help-card h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1b2839;
}

.help-card:hover h5 {
  color: #f57c00;
}

.help-card p {
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* --- Sidebar --- */
.help-sidebar {
  background: #f7f8fa;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  padding: 24px;
}

.help-sidebar h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1b2839;
  margin-bottom: 16px;
}

.help-sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-sidebar-nav li {
  margin-bottom: 4px;
}

.help-sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.help-sidebar-nav a:hover,
.help-sidebar-nav a.active {
  background: #1b2839;
  color: #fff;
  text-decoration: none;
}

.help-sidebar-nav a i {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* --- Alert Box (e.g. Prohibited Items) --- */
.help-alert-box {
  background: #f57c00;
  color: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-top: 24px;
}

.help-alert-box h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.help-alert-box p {
  font-size: 13px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.help-alert-box .btn-alert {
  background: #fff;
  color: #1b2839;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}

.help-alert-box .btn-alert:hover {
  background: #1b2839;
  color: #fff;
  text-decoration: none;
}

/* --- Breadcrumb for Help Pages --- */
.help-breadcrumb {
  font-size: 13px;
  color: #f57c00;
  margin-bottom: 8px;
  font-weight: 500;
}

.help-breadcrumb a {
  color: #f57c00;
  text-decoration: none;
}

.help-breadcrumb a:hover {
  text-decoration: underline;
}

/* --- Content sections --- */
.help-content-section {
  margin-bottom: 30px;
}

.help-content-section h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1b2839;
  margin-bottom: 12px;
}

.help-content-section h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1b2839;
  margin-bottom: 10px;
}

.help-content-section p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

.help-checklist {
  list-style: none;
  padding: 0;
}

.help-checklist li {
  padding: 6px 0;
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.help-checklist li i {
  color: #28a745;
  margin-top: 3px;
  flex-shrink: 0;
}

/* --- Prohibited Items List --- */
.prohibited-list {
  list-style: none;
  padding: 0;
}

.prohibited-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #444;
}

.prohibited-list li:last-child {
  border-bottom: none;
}

.prohibited-list li i {
  color: #dc3545;
  margin-top: 2px;
  flex-shrink: 0;
}

.prohibited-list li strong {
  color: #1b2839;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .help-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .help-cards-grid {
    grid-template-columns: 1fr;
  }

  .help-tabs {
    flex-direction: column;
  }

  .help-tab-link {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }

  .help-tab-link:last-child {
    border-bottom: none;
  }
}
