/* ==========================================================================
   SHREE SHARADA TAXI - RETURN, CANCELLATION & REFUND POLICY STYLESHEET
   Strict adherence to designandcolor.md & AGENTS.md:
   Alternating Obsidian Dark (#0A0A0B) & Brand Taxi Yellow (#F4C401)
   ========================================================================== */

/* --------------------------------------------------------------------------
   PAGE HERO SECTION (Dark #0A0A0B)
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  background-color: var(--bg-dark);
  padding: 8.5rem 0 4.5rem;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}

.page-hero-ambient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(244, 196, 1, 0.12) 0%, transparent 60%),
              radial-gradient(circle at 20% 80%, rgba(244, 196, 1, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.page-hero-content {
  max-width: 780px;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.breadcrumb-nav a {
  color: var(--text-secondary);
  transition: color var(--transition-fast);
}

.breadcrumb-nav a:hover {
  color: var(--primary);
}

.breadcrumb-nav i {
  font-size: 0.75rem;
}

.page-hero-title {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--text-white);
  line-height: 1.15;
  margin: 0.75rem 0 1.25rem;
}

.page-hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.policy-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 0.9rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.policy-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.policy-meta-item i {
  color: var(--primary);
  font-size: 1rem;
}

.page-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.btn-whatsapp {
  background: rgba(37, 211, 102, 0.15) !important;
  border: 1px solid rgba(37, 211, 102, 0.4) !important;
  color: #25D366 !important;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all var(--transition-fast);
}

.btn-whatsapp:hover {
  background: #25D366 !important;
  color: #0A0A0B !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transform: translateY(-2px);
}

/* Page Hero Badge Card (Right Side) */
.page-hero-badge-card {
  background: linear-gradient(145deg, #141417 0%, #0d0d0f 100%);
  border: 1px solid rgba(244, 196, 1, 0.3);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.page-hero-badge-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, transparent 100%);
}

.hero-trust-badge {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
}

.trust-badge-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(244, 196, 1, 0.15);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--primary);
  flex-shrink: 0;
}

.trust-badge-val {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-white);
}

.trust-badge-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.hero-highlights-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.hero-highlight-item i {
  color: var(--primary);
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   BODY SECTION 1 (#F4C401 YELLOW): CANCELLATION SLABS & REFUND TIERS
   -------------------------------------------------------------------------- */
.section-yellow {
  background-color: var(--primary) !important;
  color: #111111;
  padding: 5rem 0;
  position: relative;
}

.section-header-yellow {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem;
}

.section-header-yellow .eyebrow-dark {
  display: inline-block;
  background-color: #ffffff;
  color: #0A0A0B;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section-header-yellow h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  color: #0A0A0B;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-header-yellow p {
  font-size: 1.05rem;
  color: #222222;
  line-height: 1.65;
}

.refund-tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.refund-tier-card {
  background-color: #0A0A0B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.refund-tier-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45);
  border-color: rgba(244, 196, 1, 0.4);
}

.refund-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  width: fit-content;
}

.refund-badge-green {
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.4);
}

.refund-badge-yellow {
  background: rgba(244, 196, 1, 0.15);
  color: var(--primary);
  border: 1px solid var(--border-gold);
}

.refund-badge-orange {
  background: rgba(255, 149, 0, 0.15);
  color: #ff9500;
  border: 1px solid rgba(255, 149, 0, 0.4);
}

.refund-tier-percentage {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--text-white);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.refund-tier-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.75rem;
}

.refund-tier-card p {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.refund-tier-card .card-bg-icon {
  position: absolute;
  right: -15px;
  bottom: -15px;
  font-size: 7rem;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   BODY SECTION 2 (#0A0A0B DARK): DETAILED POLICY ARTICLES
   -------------------------------------------------------------------------- */
.section-dark {
  background-color: var(--bg-dark) !important;
  color: var(--text-primary);
  padding: 5.5rem 0;
  position: relative;
  border-top: 1px solid var(--border-subtle);
}

.section-header-dark {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3.5rem;
}

.section-header-dark .eyebrow-gold {
  display: inline-block;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-header-dark h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-header-dark p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* Layout for clauses with sidebar table of contents */
.policy-layout-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 3rem;
  align-items: start;
}

.policy-toc-card {
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  position: sticky;
  top: 100px;
}

.policy-toc-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.policy-toc-title i {
  color: var(--primary);
}

.policy-toc-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.policy-toc-list a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}

.policy-toc-list a:hover {
  background: rgba(244, 196, 1, 0.1);
  color: var(--primary);
  transform: translateX(4px);
}

.policy-articles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.policy-article-card {
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  transition: border-color var(--transition-fast);
  scroll-margin-top: 110px;
}

.policy-article-card:hover {
  border-color: rgba(244, 196, 1, 0.35);
}

.article-header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
}

.article-num {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: rgba(244, 196, 1, 0.12);
  border: 1px solid var(--border-gold);
  color: var(--primary);
  font-weight: 800;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.article-header h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.3;
}

.article-body {
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.75;
}

.article-body p {
  margin-bottom: 1rem;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body ul {
  margin: 1rem 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.article-body li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.article-body li i {
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.article-callout-box {
  background: rgba(244, 196, 1, 0.08);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 1.2rem 1.5rem;
  margin: 1.25rem 0;
  font-size: 0.92rem;
  color: var(--text-primary);
}

/* --------------------------------------------------------------------------
   BODY SECTION 3 (#F4C401 YELLOW): 3-STEP REFUND & LOST ITEM RETURN PROCESS
   -------------------------------------------------------------------------- */
.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.process-step-card {
  background-color: #0A0A0B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  color: var(--text-primary);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

.step-count-badge {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.process-step-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 0.85rem;
}

.process-step-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   BODY SECTION 4 (#0A0A0B DARK): FAQ & DISPATCH READY BOX
   -------------------------------------------------------------------------- */
.faq-accordion-wrap {
  max-width: 900px;
  margin: 0 auto 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: var(--surface-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition-fast);
}

.faq-item.active {
  border-color: var(--border-gold);
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-white);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  background: none;
}

.faq-question i {
  font-size: 1.2rem;
  color: var(--primary);
  transition: transform var(--transition-fast);
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.65;
  padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
  max-height: 350px;
  padding: 0 1.5rem 1.25rem;
}

/* CTA Dispatch Ready Box */
.cta-ready-box {
  background: linear-gradient(145deg, #18181b 0%, #111112 100%);
  border: 1px solid rgba(244, 196, 1, 0.4);
  border-radius: var(--radius-xl);
  padding: 3.5rem 2.5rem;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.cta-ready-box h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 1rem;
}

.cta-ready-box p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.cta-buttons-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* --------------------------------------------------------------------------
   RESPONSIVE MEDIA QUERIES
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .policy-layout-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .policy-toc-card {
    position: static;
  }
  
  .refund-tiers-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .process-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-hero {
    padding: 7.5rem 0 3.5rem;
  }
  
  .policy-article-card {
    padding: 1.5rem;
  }
  
  .article-header {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .cta-ready-box {
    padding: 2.5rem 1.5rem;
  }
}
