/* ===================================================
   STANDALONE POLICY & LEGAL DOCUMENTATION STYLES
   (warranty, shipping, refund, privacy, terms, contact)
   =================================================== */

.policy-page-main {
  background: #08080c !important;
  color: #c9cdd4 !important;
  min-height: 100vh;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.policy-header-section {
  padding: 130px 0 40px;
  background: radial-gradient(ellipse at 50% 10%, rgba(255, 46, 147, 0.08) 0%, rgba(10, 10, 12, 0.98) 70%);
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.policy-page-title {
  font-family: 'Syne', sans-serif !important;
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 10px !important;
  line-height: 1.2 !important;
}

.policy-subtitle {
  font-size: 15px !important;
  color: #00F0FF !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

.policy-body-container {
  max-width: 920px;
  margin: 40px auto 80px;
  padding: 0 20px;
}

.policy-content-card {
  background: #12121a !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px !important;
  padding: 44px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
}

.policy-content-card h2 {
  font-family: 'Syne', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 32px 0 14px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.policy-content-card h2:first-of-type {
  margin-top: 0 !important;
}

.policy-content-card h3 {
  font-family: 'Syne', sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #e5e7eb !important;
  margin: 22px 0 8px !important;
}

.policy-content-card h4 {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 16px 0 8px !important;
}

.policy-content-card p {
  font-size: 14.5px !important;
  line-height: 1.8 !important;
  color: #c9cdd4 !important;
  margin: 0 0 14px !important;
}

.policy-lead {
  font-size: 16px !important;
  color: #e5e7eb !important;
  line-height: 1.75 !important;
  margin-bottom: 24px !important;
}

.policy-content-card ul,
.policy-content-card ol {
  padding-left: 22px !important;
  margin: 0 0 18px !important;
}

.policy-content-card li {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #c9cdd4 !important;
  margin-bottom: 8px !important;
}

.policy-content-card strong {
  color: #ffffff !important;
  font-weight: 600 !important;
}

.policy-content-card a {
  color: #00F0FF !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s ease !important;
}

.policy-content-card a:hover {
  color: #FF2E93 !important;
}

.policy-divider {
  border: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin: 32px 0 !important;
}

.policy-callout-box {
  background: rgba(255, 46, 147, 0.06) !important;
  border-left: 4px solid #FF2E93 !important;
  border-radius: 0 12px 12px 0 !important;
  padding: 18px 20px !important;
  margin: 20px 0 !important;
}

.policy-callout-box.callout-cyan {
  background: rgba(0, 240, 255, 0.06) !important;
  border-left-color: #00F0FF !important;
}

.policy-callout-box.callout-amber {
  background: rgba(255, 184, 0, 0.06) !important;
  border-left-color: #FFB800 !important;
}

.policy-item-block {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 12px !important;
  padding: 18px 22px !important;
  margin-bottom: 14px !important;
}

.policy-item-block h4 {
  color: #ffffff !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .policy-content-card {
    padding: 26px 18px !important;
    border-radius: 14px !important;
  }
  .policy-header-section {
    padding: 110px 0 30px !important;
  }
  .policy-body-container {
    margin: 24px auto 50px !important;
    padding: 0 14px !important;
  }
}

/* ─────────────────────────────────────────────────────────────
   FAQ Interactive Components (53 Questions, 10 Categories)
   ───────────────────────────────────────────────────────────── */
.faq-search-container {
  margin-top: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.faq-search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.faq-search-icon {
  position: absolute;
  left: 18px;
  color: #00F0FF;
  font-size: 16px;
  pointer-events: none;
}
.faq-search-input {
  width: 100%;
  padding: 15px 48px 15px 48px;
  background: rgba(18, 18, 26, 0.9);
  border: 1px solid rgba(0, 240, 255, 0.3);
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.faq-search-input:focus {
  border-color: #00F0FF;
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.25), 0 4px 24px rgba(0, 0, 0, 0.6);
}
.faq-search-clear {
  position: absolute;
  right: 16px;
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 16px;
  cursor: pointer;
  padding: 4px;
  display: none;
  transition: color 0.2s;
}
.faq-search-clear:hover {
  color: #FF2E93;
}
.faq-search-count {
  margin-top: 10px;
  font-size: 13px;
  color: #9ca3af;
  text-align: center;
}

/* Category Filter Bar */
.faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 24px;
  padding-bottom: 8px;
  justify-content: center;
}
.faq-cat-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #d1d5db;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}
.faq-cat-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-1px);
}
.faq-cat-pill.active {
  background: rgba(255, 46, 147, 0.15) !important;
  border-color: #FF2E93 !important;
  color: #ffffff !important;
  box-shadow: 0 0 14px rgba(255, 46, 147, 0.3);
}
.faq-cat-pill .pill-count {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 7px;
  border-radius: 999px;
  color: inherit;
}
.faq-cat-pill.active .pill-count {
  background: #FF2E93;
  color: #fff;
}

/* Controls Bar */
.faq-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  font-size: 13.5px;
  color: #9ca3af;
}
.faq-toggle-all-btn {
  background: transparent;
  border: 1px solid rgba(0, 240, 255, 0.3);
  color: #00F0FF;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.faq-toggle-all-btn:hover {
  background: rgba(0, 240, 255, 0.1);
  border-color: #00F0FF;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.25);
}

/* Category Sections */
.faq-group-section {
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}
.faq-group-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.faq-group-badge {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 46, 147, 0.2), rgba(168, 85, 247, 0.2));
  border: 1px solid rgba(255, 46, 147, 0.3);
  color: #FF2E93;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.faq-group-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 !important;
  font-family: Syne, Poppins, sans-serif !important;
}
.faq-group-count {
  font-size: 12px;
  color: #9ca3af;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.05);
  padding: 3px 10px;
  border-radius: 999px;
}

/* Accordion Item */
.faq-card {
  background: rgba(18, 18, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.faq-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
}
.faq-card.open {
  border-color: rgba(255, 46, 147, 0.4);
  background: rgba(22, 22, 33, 0.85);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}
.faq-card-header {
  width: 100%;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 600;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}
.faq-card-header:hover {
  color: #00F0FF;
}
.faq-card.open .faq-card-header {
  color: #FF2E93;
}
.faq-q-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
.faq-num-pill {
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2px 8px;
  border-radius: 6px;
  margin-top: 2px;
  flex-shrink: 0;
  font-family: monospace;
}
.faq-card.open .faq-num-pill {
  color: #FF2E93;
  border-color: rgba(255, 46, 147, 0.4);
  background: rgba(255, 46, 147, 0.1);
}
.faq-toggle-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 12px;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.faq-card.open .faq-toggle-icon {
  transform: rotate(180deg);
  background: rgba(255, 46, 147, 0.2);
  color: #FF2E93;
}
.faq-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-card-inner {
  padding: 0 20px 20px 52px;
  color: #c5c7d0;
  font-size: 14.5px;
  line-height: 1.7;
}
.faq-card-inner p {
  margin: 0 0 10px;
}
.faq-card-inner p:last-child {
  margin-bottom: 0;
}
.faq-card-inner ul {
  margin: 8px 0 12px 18px;
  padding: 0;
}
.faq-card-inner li {
  margin-bottom: 6px;
}

/* Empty search state */
.faq-empty-state {
  display: none;
  text-align: center;
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  margin: 30px 0;
}
.faq-empty-icon {
  font-size: 40px;
  color: var(--neon-cyan, #00F0FF);
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .faq-card-inner {
    padding: 0 16px 16px 16px;
  }
  .faq-card-header {
    padding: 14px 16px;
    font-size: 14.5px;
  }
  .faq-group-title {
    font-size: 18px !important;
  }
  .faq-category-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }
  .faq-cat-pill {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
