/* ============================================
   TRUSTD — Support Page (Redesigned)
   Brand: #f26421 orange + white
   ============================================ */

/* ---- Hero ---- */
.support-hero {
  background: #ffffff;
  padding: 7rem 0 5.5rem;
  border-bottom: 1px solid rgba(15,15,15,0.08);
}
.support-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.support-hero-text h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
  line-height: 1.1;
}
.support-hero-text p {
  font-size: 1rem;
  color: #6b6b6b;
  line-height: 1.65;
  max-width: 380px;
}

/* ---- Contact cards ---- */
.support-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.support-contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #faf9f7;
  border: 1.5px solid rgba(15,15,15,0.08);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}
.support-contact-card:hover {
  border-color: #f26421;
  box-shadow: 0 4px 20px rgba(242,100,33,0.1);
  transform: translateY(-2px);
}
.support-contact-icon {
  font-size: 1.25rem;
  width: 46px;
  height: 46px;
  background: #fff5f0;
  border: 1px solid rgba(242,100,33,0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.support-contact-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 3px;
}
.support-contact-value {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
}

/* ---- Body ---- */
.support-body {
  background: #f7f6f4;
  padding: 4rem 0 6rem;
}
.support-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 3.5rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
}

/* ---- Sidebar ---- */
.support-sidebar { align-self: start; }
.support-sidebar-inner {
  position: sticky;
  top: 96px;
  background: #ffffff;
  border: 1.5px solid rgba(15,15,15,0.08);
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.support-sidebar-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 0.75rem;
  padding: 0 0.25rem;
}
.support-sidebar-link {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b6b6b;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  margin-bottom: 2px;
}
.support-sidebar-link:hover {
  background: #fff5f0;
  color: #f26421;
}

/* ---- FAQ ---- */
.faq-category { margin-bottom: 2.5rem; }
.faq-category-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.faq-category-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(15,15,15,0.08);
}
.faq-list { display: grid; gap: 0.5rem; }

.faq-item {
  background: #ffffff;
  border: 1.5px solid rgba(15,15,15,0.07);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.faq-item:hover { border-color: rgba(242,100,33,0.2); }
.faq-item.open {
  border-color: #f26421;
  box-shadow: 0 2px 16px rgba(242,100,33,0.08);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  gap: 1rem;
  user-select: none;
}
.faq-q-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
}
.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f7f6f4;
  color: #f26421;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s, background 0.15s;
  flex-shrink: 0;
  font-weight: 400;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: #fff5f0;
}
.faq-a {
  display: none;
  padding: 0 1.25rem 1.1rem;
  font-size: 0.875rem;
  color: #6b6b6b;
  line-height: 1.75;
  border-top: 1px solid rgba(15,15,15,0.06);
  padding-top: 0.9rem;
}
.faq-item.open .faq-a { display: block; }

/* ---- Still need help ---- */
.support-still-need {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a1a0a 100%);
  border-radius: 16px;
  padding: 2.5rem;
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden;
}
.support-still-need::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(242,100,33,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
.support-still-need::after {
  content: '';
  position: absolute; top: -40%; right: -10%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(242,100,33,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.support-still-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.support-still-left h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.3rem;
  letter-spacing: -0.01em;
}
.support-still-left p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.5);
}
.support-still-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.support-still-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  background: #f26421;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(242,100,33,0.3);
}
.support-still-actions .btn-primary:hover {
  background: #d9551a;
  transform: translateY(-1px);
}
.support-still-actions .btn-outline-dark {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.15);
  transition: background 0.2s, border-color 0.2s;
}
.support-still-actions .btn-outline-dark:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
}

/* ---- Responsive ---- */
@media (max-width: 800px) {
  .support-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .support-layout { grid-template-columns: 1fr; gap: 2rem; }
  .support-sidebar { align-self: start; }
.support-sidebar-inner {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0.875rem;
  }
  .support-sidebar-label { width: 100%; margin-bottom: 0; }
  .support-sidebar-link {
    border: 1.5px solid rgba(15,15,15,0.08);
    border-radius: 100px;
    padding: 0.3rem 0.875rem;
    font-size: 0.8rem;
  }
  .support-still-inner { flex-direction: column; align-items: flex-start; }
}
