/* =============================================
   BEST REGARDS CHOCOLATE — Help Pages Styles
   (Shipping, Returns, FAQ)
   ============================================= */

/* ---- Page Header ---- */
.page-header {
  background: linear-gradient(150deg, var(--dark) 0%, #3C2415 55%, #2A1A0F 100%);
  padding: 160px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.07;
  bottom: -200px; left: -100px;
}
.page-header .eyebrow { color: var(--primary-light); }
.page-header h1 { color: var(--cream); margin: 14px 0 18px; }
.page-header p { color: rgba(243,238,215,0.65); font-size: 1.05rem; max-width: 480px; margin: 0 auto; }

/* ---- Layout ---- */
.help-body { padding: 80px 0 96px; }

.help-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: start;
}

/* ---- Sidebar Navigation ---- */
.help-nav {
  position: sticky;
  top: 96px;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: 0 2px 20px var(--shadow);
}

.help-nav-title {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.help-nav a {
  display: block;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  color: var(--text);
  transition: var(--transition);
  margin-bottom: 2px;
}
.help-nav a:hover,
.help-nav a.active {
  background: rgba(186,144,139,0.1);
  color: var(--primary-dark);
}
.help-nav a.active { font-weight: 500; }

/* ---- Content ---- */
.help-content h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.help-content .lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(186,144,139,0.12);
}

.help-section { margin-bottom: 44px; }

.help-section h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1.5px solid rgba(186,144,139,0.15);
}

.help-section p,
.help-section li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.help-section ul { padding-left: 20px; list-style: disc; }
.help-section ul li::marker { color: var(--primary); }

/* ---- Shipping Table ---- */
.shipping-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 0.9rem;
}
.shipping-table th {
  background: var(--dark);
  color: var(--cream);
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
}
.shipping-table th:first-child { border-radius: var(--radius-sm) 0 0 0; }
.shipping-table th:last-child  { border-radius: 0 var(--radius-sm) 0 0; }
.shipping-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(186,144,139,0.1);
  color: var(--text);
}
.shipping-table tr:last-child td { border-bottom: none; }
.shipping-table tr:nth-child(even) td { background: rgba(186,144,139,0.04); }
.shipping-table tr:hover td { background: rgba(186,144,139,0.07); }

/* ---- Callout Boxes ---- */
.highlight-box {
  background: rgba(128,130,73,0.08);
  border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 16px 20px;
  margin: 16px 0;
}
.highlight-box p { color: var(--text); font-weight: 500; margin: 0; }

.info-box {
  background: rgba(186,144,139,0.06);
  border: 1px solid rgba(186,144,139,0.2);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 16px 0;
}
.info-box p { margin: 0; }

.warning-box {
  background: rgba(186,144,139,0.06);
  border: 1px solid rgba(186,144,139,0.2);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  margin: 16px 0;
}
.warning-box p { margin: 0; }

/* ---- Steps List (Returns) ---- */
.steps-list { list-style: none !important; padding: 0 !important; }
.steps-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(186,144,139,0.1);
}
.steps-list li:last-child { border-bottom: none; }

.step-num {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 2px;
}

.step-content strong {
  display: block;
  font-size: 0.95rem;
  color: var(--dark);
  margin-bottom: 4px;
}
.step-content span { font-size: 0.875rem; color: var(--text-muted); }

/* ---- FAQ Accordion ---- */
.faq-category { margin-bottom: 48px; }

.faq-category-title {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(186,144,139,0.2);
}

.faq-item {
  border-bottom: 1px solid rgba(186,144,139,0.12);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--dark);
  transition: var(--transition);
}
.faq-question:hover { color: var(--primary-dark); }

.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(186,144,139,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  color: var(--primary);
  font-size: 1.2rem;
  line-height: 1;
}
.faq-item.open .faq-icon {
  background: var(--dark);
  color: var(--cream);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.open .faq-answer {
  max-height: 600px;
}

.faq-answer-inner {
  padding: 4px 0 20px;
}

.faq-answer-inner p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.faq-answer-inner p:last-child { margin-bottom: 0; }
.faq-answer-inner a { color: var(--primary-dark); text-decoration: underline; }

/* =============================================
   RESPONSIVE (Help)
   ============================================= */
@media (max-width: 768px) {
  .help-layout { grid-template-columns: 1fr; }
  .help-nav { position: static; }
}
