/* ==========================================================================
   SHREE SKANDA SOLUTIONS - POLICY & LEGAL PAGES STYLESHEET
   ========================================================================== */

/* Policy Header & Navigation */
.policy-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(31, 0, 0, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(243, 192, 91, 0.22);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.policy-header .nav-wrap {
  height: 84px;
}

.policy-header nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 8px 14px;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.policy-header nav a:hover,
.policy-header nav a.active {
  color: var(--accent-gold);
  background: rgba(243, 192, 91, 0.1);
}


/* Policy Hero / Banner */
.policy-hero {
  background: radial-gradient(circle at 50% 20%, rgba(143, 13, 6, 0.35) 0%, rgba(42, 0, 0, 0.8) 70%);
  border-bottom: 1px solid rgba(243, 192, 91, 0.2);
  padding: 48px 0 40px;
  text-align: center;
  position: relative;
}

.policy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--accent-gold);
  background: rgba(243, 192, 91, 0.12);
  border: 1px solid rgba(243, 192, 91, 0.3);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.policy-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 700;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.policy-hero .policy-subtitle {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--accent-gold-light);
  margin-bottom: 20px;
  font-weight: 500;
}

.policy-meta-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13.5px;
  color: var(--text-muted);
  margin-top: 14px;
}

.policy-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(243, 192, 91, 0.25);
  padding: 5px 14px;
  border-radius: 6px;
}

.policy-meta-badge svg {
  color: var(--accent-gold);
  flex-shrink: 0;
}

/* Document Quick Navigator / Policy Tabs */
.policy-nav-strip {
  background: rgba(30, 0, 0, 0.7);
  border-bottom: 1px solid rgba(243, 192, 91, 0.15);
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.policy-nav-strip::-webkit-scrollbar {
  height: 4px;
}
.policy-nav-strip::-webkit-scrollbar-thumb {
  background: var(--accent-gold);
  border-radius: 2px;
}

.policy-nav-list {
  display: flex;
  gap: 10px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-nav-list a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  padding: 7px 14px;
  border-radius: 20px;
  border: 1px solid rgba(243, 192, 91, 0.15);
  background: rgba(20, 0, 0, 0.4);
  transition: all 0.2s ease;
}

.policy-nav-list a:hover {
  color: var(--accent-gold);
  border-color: var(--accent-gold);
  background: rgba(243, 192, 91, 0.1);
}

.policy-nav-list a.current {
  color: #1f0000;
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  font-weight: 600;
}

/* Policy Content Container */
.policy-main-content {
  padding: 50px 0 80px;
}

.policy-paper {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(55, 3, 2, 0.85) 0%, rgba(35, 1, 1, 0.92) 100%);
  border: 1.5px solid rgba(243, 192, 91, 0.28);
  border-radius: 18px;
  padding: 48px 52px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65), 0 0 35px rgba(243, 192, 91, 0.08);
}

.policy-paper.disclaimer-paper {
  max-width: 820px;
  padding: 56px 48px;
  text-align: center;
  background: linear-gradient(135deg, rgba(65, 4, 3, 0.9) 0%, rgba(35, 1, 1, 0.95) 100%);
  border: 2px solid rgba(243, 192, 91, 0.4);
}

.disclaimer-emblem {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(243, 192, 91, 0.12);
  border: 1.5px solid var(--accent-gold);
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  color: var(--accent-gold);
}

.disclaimer-text {
  font-family: var(--font-serif);
  font-size: 21px;
  line-height: 1.8;
  color: var(--cream-bg);
  letter-spacing: 0.2px;
}

.disclaimer-highlight {
  color: var(--accent-gold);
  font-weight: 700;
}

/* Section Headings */
.policy-section-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--accent-gold);
  margin-top: 36px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(243, 192, 91, 0.2);
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.policy-section-title:first-of-type {
  margin-top: 0;
}

.policy-subheading {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--text-white);
  margin-top: 20px;
  margin-bottom: 8px;
}

.policy-lead-intro {
  font-size: 16px;
  color: var(--text-white);
  line-height: 1.7;
  margin-bottom: 22px;
  font-weight: 400;
}

.policy-paragraph {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 14px;
}

/* Bullet Points and Lists */
.policy-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 18px 0;
}

.policy-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.policy-list li::before {
  content: "•";
  position: absolute;
  left: 6px;
  top: -1px;
  color: var(--accent-gold);
  font-size: 18px;
  line-height: 1;
}

/* Contact Details Block */
.policy-contact-card {
  background: rgba(20, 0, 0, 0.6);
  border: 1px solid rgba(243, 192, 91, 0.3);
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 20px;
}

.policy-contact-card p {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.policy-contact-card strong {
  color: var(--accent-gold);
  font-size: 15px;
}

.policy-contact-card a {
  color: var(--accent-gold);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.policy-contact-card a:hover {
  color: var(--text-white);
}

/* ==========================================================================
   FAQS ACCORDION STYLING
   ========================================================================== */
.faq-category-block {
  margin-bottom: 40px;
}

.faq-category-header {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--accent-gold);
  border-bottom: 2px solid rgba(243, 192, 91, 0.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-category-header .faq-cat-badge {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: #2a0000;
  background: var(--accent-gold);
  padding: 2px 10px;
  border-radius: 50px;
}

.faq-item {
  background: rgba(30, 0, 0, 0.5);
  border: 1px solid rgba(243, 192, 91, 0.2);
  border-radius: 10px;
  margin-bottom: 12px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.faq-item[open] {
  border-color: rgba(243, 192, 91, 0.5);
  background: rgba(45, 2, 2, 0.7);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--text-white);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color 0.2s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question:hover {
  color: var(--accent-gold);
}

.faq-icon-indicator {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(243, 192, 91, 0.4);
  display: grid;
  place-items: center;
  color: var(--accent-gold);
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.faq-item[open] .faq-icon-indicator {
  transform: rotate(45deg);
  background: var(--accent-gold);
  color: #1f0000;
}

.faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-muted);
  border-top: 1px dashed rgba(243, 192, 91, 0.15);
  padding-top: 14px;
}

.faq-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  padding: 16px;
  background: rgba(30, 0, 0, 0.5);
  border-radius: 12px;
  border: 1px solid rgba(243, 192, 91, 0.2);
}

.faq-cat-btn {
  font-size: 13px;
  color: var(--text-muted);
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(243, 192, 91, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.faq-cat-btn:hover {
  color: var(--accent-gold);
  border-color: var(--accent-gold);
}

/* Responsive Media Queries */
@media (max-width: 900px) {
  .policy-paper {
    padding: 32px 24px;
  }

  .policy-paper.disclaimer-paper {
    padding: 36px 22px;
  }

  .disclaimer-text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .policy-paper {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .policy-section-title {
    font-size: 20px;
  }

  .disclaimer-text {
    font-size: 16.5px;
  }

  .policy-meta-bar {
    flex-direction: column;
    gap: 8px;
  }

  .faq-question {
    padding: 14px 16px;
    font-size: 14.5px;
  }

  .faq-answer {
    padding: 12px 16px 16px;
  }
}
