Khaani
Junction
Support

FAQ

Kahani Junction support information.

<style>
/* Scoped Styles for FAQ Section */
.faq-container {
/* Local Variables */
--faq-primary: #910105; /* Deep Red */
--faq-primary-light: #FFF0F0; /* Light Red BG */
--faq-accent: #D4AF37; /* Gold */
--faq-bg: #FCFCFF; /* Page Background */
--faq-text-main: #1A1A1A;
--faq-text-sec: #555555;
--faq-border: #E0E0E0;
--faq-card-bg: #FFFFFF;

/* Reset & Base Fonts */
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
background-color: var(--faq-bg);
color: var(--faq-text-main);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.5;
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 15px;
}

.faq-container * {
box-sizing: border-box;
}

/* Page Title */
.faq-page-title {
color: var(--faq-primary);
font-size: 28px;
font-weight: 800;
margin-top: 10px;
margin-bottom: 5px;
font-family: serif;
}

.faq-page-subtitle {
color: var(--faq-text-sec);
font-size: 14px;
margin-top: 0;
margin-bottom: 30px;
}

/* Category Section Header */
.faq-category-header {
display: flex;
align-items: center;
gap: 10px;
margin-top: 30px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid var(--faq-border);
}

.faq-category-title {
font-size: 20px;
font-weight: 700;
color: var(--faq-primary);
margin: 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}

.faq-category-icon {
width: 6px;
height: 24px;
background-color: var(--faq-accent);
border-radius: 4px;
display: block;
}

/* Q&A Card */
.faq-card {
background: var(--faq-card-bg);
border: 1px solid var(--faq-border);
border-radius: 12px;
padding: 20px;
margin-bottom: 15px;
box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.faq-item-question {
font-size: 16px;
font-weight: 700;
color: var(--faq-text-main);
margin-bottom: 8px;
display: block;
}

.faq-item-answer {
font-size: 15px;
color: var(--faq-text-sec);
margin: 0;
line-height: 1.6;
}

/* Quick Links (Chips) */
.faq-quick-links {
display: flex;
gap: 10px;
overflow-x: auto;
padding-bottom: 10px;
margin-bottom: 20px;
scrollbar-width: none;
}
.faq-quick-links::-webkit-scrollbar { display: none; }

.faq-link-chip {
background: var(--faq-primary-light);
color: var(--faq-primary);
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
border: 1px solid rgba(145, 1, 5, 0.1);
}

</style>

<div class="faq-container">

<h1 class="faq-page-title">Help Center</h1>
<p class="faq-page-subtitle">Frequently asked questions about Kahani Junction.</p>

<!-- Quick Jump Links -->
<div class="faq-quick-links">
<a href="#listeners" class="faq-link-chip">For Listeners</a>
<a href="#writers" class="faq-link-chip">For Writers</a>
<a href="#account" class="faq-link-chip">Account</a>
</div>

<!-- SECTION: LISTENERS -->
<div id="listeners">
<div class="faq-category-header">
<span class="faq-category-icon"></span>
<h2 class="faq-category-title">For Listeners</h2>
</div>

<div class="faq-card">
<span class="faq-item-question">Is listening to stories free?</span>
<p class="faq-item-answer">Kahani Junction offers a mix of free and premium content. Many episodes are available for free (ad-supported), while exclusive premium stories require coins to unlock.</p>
</div>

<div class="faq-card">
<span class="faq-item-question">Can I download stories offline?</span>
<p class="faq-item-answer">Yes! You can download episodes within the mobile app to listen offline. Look for the download icon next to the episode.</p>
</div>

<div class="faq-card">
<span class="faq-item-question">What languages are available?</span>
<p class="faq-item-answer">Currently, we focus on Hindi and English content. We are working on adding more regional Indian languages soon.</p>
</div>
</div>

<!-- SECTION: WRITERS -->
<div id="writers">
<div class="faq-category-header">
<span class="faq-category-icon"></span>
<h2 class="faq-category-title">For Writers</h2>
</div>

<div class="faq-card">
<span class="faq-item-question">How do I start writing?</span>
<p class="faq-item-answer">Create an account, go to the "Writer Center" in your profile, and click "Start Writing." You can publish chapter by chapter instantly.</p>
</div>

<div class="faq-card">
<span class="faq-item-question">How do writers earn money?</span>
<p class="faq-item-answer">Writers earn through our Revenue Share Program based on premium unlocks (coins spent by readers) on your chapters. We also offer bonuses for Top Pick novels.</p>
</div>

<div class="faq-card">
<span class="faq-item-question">Do I keep my copyright?</span>
<p class="faq-item-answer">Yes, you retain full copyright to your original work. You simply grant us a license to display and monetize the content on our platform.</p>
</div>
</div>

<!-- SECTION: ACCOUNT -->
<div id="account">
<div class="faq-category-header">
<span class="faq-category-icon"></span>
<h2 class="faq-category-title">Account & Support</h2>
</div>

<div class="faq-card">
<span class="faq-item-question">How do I buy Coins?</span>
<p class="faq-item-answer">Go to your Wallet section. You can purchase coins using UPI, Credit/Debit Cards, or Net Banking securely.</p>
</div>

<div class="faq-card">
<span class="faq-item-question">How do I reset my password?</span>
<p class="faq-item-answer">On the login screen, click "Forgot Password". Enter your email, and we will send you a secure link to reset it.</p>
</div>

<div class="faq-card">
<span class="faq-item-question">How do I contact support?</span>
<p class="faq-item-answer">If you need further help, please email us at <strong style="color:var(--faq-primary)">[email protected]</strong>.</p>
</div>
</div>

<div style="height: 40px;"></div>

</div>