/* ═══════════════════════════════════════════════════════════════
   REFUND POLICY PAGE — refund-policy.css
   Lunara Technologies Private Limited
   ═══════════════════════════════════════════════════════════════ */

/* ─── BREADCRUMB ─── */
.breadcrumb-wrap {
  max-width: 1200px; margin: 0 auto;
  padding: 28px 48px 0;
}
.breadcrumb-list {
  display: flex; align-items: center; gap: 6px;
  list-style: none; padding: 0; margin: 0;
  font-size: 13px; color: var(--text-mid);
}
.breadcrumb-list a {
  color: var(--text-mid); text-decoration: none; transition: color 0.2s;
}
.breadcrumb-list a:hover { color: var(--text-dark); }
.breadcrumb-sep { font-size: 14px; color: var(--text-mid); opacity: 0.5; }

/* ─── HERO ─── */
.rp-hero {
  padding: 48px 48px 0;
  text-align: center; max-width: 760px; margin: 0 auto;
}
.rp-hero .section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  padding: 8px 18px; border-radius: var(--radius-pill);
  font-size: 12px; font-weight: 500; color: var(--text-dark);
  letter-spacing: 0.09em; text-transform: uppercase; margin-bottom: 28px;
}
.eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender), var(--peach));
  animation: rp-pulse 2s ease-in-out infinite;
}
@keyframes rp-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.7; }
}
.rp-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 300; line-height: 1.10; letter-spacing: -0.01em;
  color: var(--text-dark); margin-bottom: 22px;
}
.rp-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, #4b3393, #d4a8c7, #e8a87c);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.rp-hero-sub {
  font-size: 17px; font-weight: 300; color: var(--text-dark);
  line-height: 1.72; max-width: 560px; margin: 0 auto 32px;
}
.rp-meta {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; flex-wrap: wrap; font-size: 13px; color: var(--text-mid);
  padding: 18px 28px; border-radius: 16px;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  max-width: 540px; margin: 0 auto 60px;
}
.rp-meta-item { display: flex; align-items: center; gap: 6px; }

/* ─── COMPLIANCE BADGES ─── */
.compliance-badges {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; flex-wrap: wrap; margin-bottom: 72px;
}
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: var(--radius-pill);
  font-size: 12px; font-weight: 500; letter-spacing: 0.04em; border: 1px solid;
}
.badge-play   { background: rgba(195,224,212,0.18); border-color: rgba(195,224,212,0.50); color: #4a8a70; }
.badge-apple  { background: rgba(189,213,234,0.18); border-color: rgba(189,213,234,0.50); color: #3a6a8a; }
.badge-gdpr   { background: rgba(200,191,231,0.18); border-color: rgba(200,191,231,0.50); color: #6a5a9a; }
.badge-india  { background: rgba(245,201,179,0.18); border-color: rgba(245,201,179,0.50); color: #8a5a3a; }
.badge-secure { background: rgba(217,188,148,0.18); border-color: rgba(217,188,148,0.50); color: #7a6030; }

/* ─── TABLE OF CONTENTS ─── */
.toc-wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px 72px; isolation: isolate; }
.toc-card {
  background: var(--glass-bg); border: 1.5px solid var(--glass-border);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-card); padding: 36px 40px; box-shadow: var(--shadow-soft);
}
.toc-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 400; color: var(--text-dark); margin-bottom: 24px;
}
.toc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px 40px; }
.toc-grid li { list-style: none; }
.toc-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: var(--text-dark); padding: 7px 0;
  border-bottom: 1px solid rgba(200,191,231,0.15);
  text-decoration: none; transition: color 0.3s;
}
.toc-item:hover { color: #4b3393; }
.toc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px; font-weight: 300; color: var(--text-mid); min-width: 28px;
}

/* ─── POLICY CONTENT WRAPPER ─── */
.policy-wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px 100px; isolation: isolate; }

/* ─── SECTION BLOCK ─── */
.policy-section { margin-bottom: 64px; scroll-margin-top: 100px; }
.policy-section-header { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.policy-section-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px; font-weight: 300; color: var(--text-mid); min-width: 32px;
}
.policy-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 32px); font-weight: 300;
  line-height: 1.18; color: var(--text-dark);
}
.policy-section h2 em {
  font-style: italic;
  background: linear-gradient(135deg, #4b3393, #d4a8c7);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.policy-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 400; color: var(--text-dark); margin: 28px 0 14px;
}
.policy-section p {
  font-size: 16px; font-weight: 300; color: var(--text-dark);
  line-height: 1.82; margin-bottom: 18px;
}
.policy-section p:last-child { margin-bottom: 0; }
.policy-section a { color: #4b3393; text-decoration: none; }
.policy-section a:hover { text-decoration: underline; }

/* ─── LISTS ─── */
.policy-section ul,
.policy-section ol {
  padding-left: 0; list-style: none;
  margin: 16px 0 20px; display: flex; flex-direction: column; gap: 10px;
}
.policy-section ul li,
.policy-section ol li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15px; font-weight: 300; color: var(--text-dark); line-height: 1.68;
}
.policy-section ul li::before {
  content: ''; display: block; width: 6px; height: 6px; border-radius: 50%;
  background: linear-gradient(135deg, var(--lavender), var(--peach));
  flex-shrink: 0; margin-top: 9px;
}
.policy-section ol { counter-reset: pol-counter; }
.policy-section ol li { counter-increment: pol-counter; }
.policy-section ol li::before {
  content: counter(pol-counter);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; color: var(--text-mid); min-width: 22px; flex-shrink: 0; margin-top: 1px;
}

/* ─── CALLOUTS ─── */
.callout {
  border-radius: 18px; padding: 22px 24px; margin: 24px 0;
  border-left: 4px solid; font-size: 15px; font-weight: 300; line-height: 1.72;
}
.callout-info      { background: rgba(189,213,234,0.15); border-color: rgba(189,213,234,0.60); color: var(--text-dark); }
.callout-warning   { background: rgba(245,201,179,0.16); border-color: rgba(245,201,179,0.65); color: var(--text-dark); }
.callout-important { background: rgba(200,191,231,0.16); border-color: rgba(200,191,231,0.65); color: var(--text-dark); }
.callout-danger    { background: rgba(232,136,90,0.10);  border-color: rgba(232,136,90,0.45);  color: #7a4a2a; }
.callout-mint      { background: rgba(195,224,212,0.18); border-color: rgba(195,224,212,0.55); color: #2e6650; }
.callout strong    { color: var(--text-dark); font-weight: 500; }

/* ─── SUB CARDS ─── */
.sub-card {
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-radius: 20px; padding: 24px 26px; margin: 20px 0; box-shadow: var(--shadow-soft);
}
.sub-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 400; color: var(--text-dark);
  margin-bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.sub-card p { font-size: 14px; color: var(--text-dark); line-height: 1.68; margin: 0; }

/* ─── ARTICLE TABLE ─── */
.article-table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
  font-size: 14px; border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.article-table thead tr {
  background: linear-gradient(135deg, rgba(200,191,231,0.22), rgba(245,201,179,0.14));
}
.article-table th {
  padding: 14px 18px; text-align: left;
  font-family: 'Cormorant Garamond', serif; font-size: 13px;
  font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--text-dark); border-bottom: 1px solid rgba(200,191,231,0.25);
}
.article-table td {
  padding: 14px 18px; font-size: 14px; font-weight: 300;
  color: var(--text-dark); line-height: 1.60;
  border-bottom: 1px solid rgba(200,191,231,0.12);
  vertical-align: top;
}
.article-table tbody tr { background: var(--glass-bg); }
.article-table tbody tr:last-child td { border-bottom: none; }
.article-table tbody tr:nth-child(even) {
  background: rgba(200,191,231,0.05);
}

/* ─── STEP LIST ─── */
.step-list { display: flex; flex-direction: column; gap: 14px; margin: 24px 0; }
.step-item {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: 18px; padding: 18px 22px; transition: box-shadow 0.3s;
}
.step-item:hover { box-shadow: var(--shadow-soft); }
.step-num {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(200,191,231,0.30), rgba(245,201,179,0.25));
  border: 1px solid rgba(200,191,231,0.40);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 300; color: var(--text-mid);
}
.step-text h4 { font-size: 15px; font-weight: 500; color: var(--text-dark); margin-bottom: 4px; }
.step-text p  { font-size: 13px; color: var(--text-mid); line-height: 1.60; margin: 0; font-weight: 300; }

/* ─── EMAIL BOX ─── */
.email-box {
  background: linear-gradient(135deg, rgba(200,191,231,0.14), rgba(245,201,179,0.10));
  border: 1.5px solid rgba(200,191,231,0.35);
  border-radius: var(--radius-card); padding: 36px 40px; margin: 28px 0;
}
.email-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 400; color: var(--text-dark); margin-bottom: 20px;
}
.email-field { margin-bottom: 18px; }
.email-field label {
  display: block; font-size: 11px; font-weight: 500;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--text-mid); margin-bottom: 8px;
}
.email-field .field-value { font-size: 15px; color: var(--text-dark); font-weight: 400; }
.email-field .field-value a { color: #4b3393; text-decoration: none; }
.email-field .field-value a:hover { text-decoration: underline; }
.email-field .field-note { font-size: 13px; color: var(--text-mid); margin-top: 4px; font-weight: 300; font-style: italic; }

/* ─── FAQ ACCORDION ─── */
.faq-list { margin: 24px 0; }
.faq-item { border-bottom: 1px solid rgba(200,191,231,0.18); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; text-align: left;
  font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 400;
  color: var(--text-dark); gap: 16px; transition: color 0.3s;
}
.faq-q:hover { color: #4b3393; }
.faq-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(200,191,231,0.20); border: 1px solid rgba(200,191,231,0.30);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0; color: var(--text-mid);
  transition: transform 0.3s ease, background 0.3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(200,191,231,0.35); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.16,1,0.3,1), padding 0.3s ease;
}
.faq-item.open .faq-a { max-height: 500px; padding-bottom: 20px; }
.faq-a p { font-size: 15px; font-weight: 300; color: var(--text-dark); line-height: 1.78; margin: 0; }
.faq-a a { color: #4b3393; text-decoration: none; }
.faq-a a:hover { text-decoration: underline; }

/* ─── CONTACT CARD ─── */
.contact-card {
  background: linear-gradient(135deg, rgba(200,191,231,0.14), rgba(245,201,179,0.10));
  border: 1.5px solid rgba(200,191,231,0.30);
  border-radius: var(--radius-card); padding: 40px 44px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 32px;
}
.contact-item { display: flex; flex-direction: column; gap: 6px; }
.contact-label {
  font-size: 11px; font-weight: 500; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--text-mid);
}
.contact-value { font-size: 15px; color: var(--text-dark); font-weight: 400; }
.contact-value a { color: #4b3393; text-decoration: none; }
.contact-value a:hover { text-decoration: underline; }

/* ─── POLICY DIVIDER ─── */
.policy-divider {
  border: none; border-top: 1px solid rgba(200,191,231,0.22); margin: 56px 0;
}

/* ─── UPDATED CHIP ─── */
.updated-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(200,191,231,0.14); border: 1px solid rgba(200,191,231,0.30);
  border-radius: var(--radius-pill); padding: 6px 14px;
  font-size: 12px; color: var(--text-mid); letter-spacing: 0.04em;
  margin-top: 32px;
}

/* ─── REVEAL ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.85s cubic-bezier(0.16,1,0.3,1), transform 0.85s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.20s; }
.reveal-delay-3 { transition-delay: 0.30s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .breadcrumb-wrap, .toc-wrap, .policy-wrap { padding-left: 24px; padding-right: 24px; }
  .rp-hero { padding: 40px 24px 0; }
  .toc-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-template-columns: 1fr; gap: 20px; }
  .article-table { font-size: 13px; }
  .article-table th, .article-table td { padding: 12px 14px; }
}
@media (max-width: 600px) {
  .rp-hero h1 { font-size: 36px; }
  .compliance-badges { gap: 8px; }
  .policy-section h2 { font-size: 22px; }
  .toc-grid { grid-template-columns: 1fr; }
  .email-box { padding: 24px 20px; }
  .contact-card { padding: 28px 24px; }
  .article-table { display: block; overflow-x: auto; }
}
