/* SellerScope India — shared website styles
   Website: sellerscope.sarvadhidigital.com   |   API: sellerscope.jeviwebstudio.com
*/
:root {
  --blue:       #0F4C81;
  --blue-mid:   #1a6bb5;
  --blue-light: #EBF4FF;
  --orange:     #FF6B00;
  --orange-bg:  #FFF0E5;
  --green:      #0a7c4e;
  --green-bg:   #E6F5EF;
  --red:        #c0392b;
  --text:       #0D1117;
  --text-2:     #4B5563;
  --text-3:     #9CA3AF;
  --border:     #E5E7EB;
  --bg:         #F8FAFC;
  --card:       #FFFFFF;
  --radius:     14px;
  --shadow:     0 1px 3px rgba(0,0,0,0.06);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
code { font-family: 'JetBrains Mono', monospace; font-size: 0.9em; background: var(--bg); padding: 2px 6px; border-radius: 4px; border: 1px solid var(--border); }

/* ── Container ─────────────────────────────────────────── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 760px; margin: 0 auto; padding: 0 24px; }

/* ── Top Nav ───────────────────────────────────────────── */
.nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 50;
  padding: 14px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 17px; color: var(--text); }
.brand:hover { text-decoration: none; }
.brand-logo { width: 28px; height: 28px; background: var(--blue); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; }
.brand-badge { background: var(--orange); color: #fff; font-size: 9px; font-weight: 700; padding: 2px 6px; border-radius: 4px; letter-spacing: 0.5px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--text-2); font-weight: 500; font-size: 14px; }
.nav-links a:hover { color: var(--blue); text-decoration: none; }
.nav-cta { background: var(--orange); color: #fff !important; padding: 8px 16px; border-radius: 8px; font-weight: 600; font-size: 14px; }
.nav-cta:hover { background: #e05a00; text-decoration: none; }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--text); }

@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; gap: 0; border-bottom: 1px solid var(--border); padding: 8px 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 24px; border-bottom: 1px solid var(--border); width: 100%; }
  .nav-links a:last-child { border-bottom: none; }
  .nav-toggle { display: block; }
}

/* ── Buttons ───────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 18px; border-radius: 8px; font-weight: 600; font-size: 14px; border: 1.5px solid transparent; cursor: pointer; font-family: inherit; transition: all 0.15s; text-decoration: none; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-mid); }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: #e05a00; }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-lg { padding: 14px 26px; font-size: 16px; }
.btn-block { width: 100%; }

/* ── Hero ──────────────────────────────────────────────── */
.hero { padding: 64px 0 48px; background: linear-gradient(180deg, var(--blue-light) 0%, var(--bg) 100%); border-bottom: 1px solid var(--border); }
.hero h1 { font-size: 44px; font-weight: 700; line-height: 1.15; margin-bottom: 16px; }
.hero h1 .accent { color: var(--blue); }
.hero p.lead { font-size: 18px; color: var(--text-2); margin-bottom: 28px; max-width: 640px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; background: var(--orange-bg); border: 1px solid #FFCFA0; color: var(--orange); font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 20px; margin-bottom: 18px; letter-spacing: 0.3px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 20px; margin-top: 28px; font-size: 13px; color: var(--text-2); flex-wrap: wrap; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }

@media (max-width: 768px) { .hero h1 { font-size: 32px; } .hero p.lead { font-size: 16px; } .hero { padding: 40px 0 32px; } }

/* ── Sections ──────────────────────────────────────────── */
.section { padding: 64px 0; }
.section-tight { padding: 40px 0; }
.section-alt { background: var(--card); }
.section-title { font-size: 30px; font-weight: 700; margin-bottom: 12px; text-align: center; }
.section-sub { font-size: 16px; color: var(--text-2); text-align: center; max-width: 640px; margin: 0 auto 40px; }

/* ── Feature grid ──────────────────────────────────────── */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

.feature-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: all 0.2s; }
.feature-card:hover { border-color: var(--blue); box-shadow: 0 6px 20px rgba(15,76,129,0.08); transform: translateY(-2px); }
.feature-icon { width: 44px; height: 44px; background: var(--blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.feature-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.feature-card p { color: var(--text-2); font-size: 14px; }
.feature-tag { display: inline-block; font-size: 10px; font-weight: 700; background: var(--orange-bg); color: var(--orange); padding: 2px 7px; border-radius: 4px; margin-left: 6px; vertical-align: middle; }

/* ── Pricing cards ─────────────────────────────────────── */
.pricing-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); margin-top: 32px; }
@media (max-width: 1000px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .pricing-grid { grid-template-columns: 1fr; } }
.plan-card { background: var(--card); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; }
.plan-card.featured { border-color: var(--orange); box-shadow: 0 8px 24px rgba(255,107,0,0.12); position: relative; }
.plan-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-size: 10px; font-weight: 700; padding: 4px 12px; border-radius: 12px; letter-spacing: 0.5px; }
.plan-name { font-size: 14px; font-weight: 700; color: var(--text-2); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }
.plan-price { font-size: 32px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.plan-price .currency { font-size: 18px; vertical-align: top; }
.plan-price .period { font-size: 13px; font-weight: 500; color: var(--text-3); }
.plan-trial-note { font-size: 12px; color: var(--green); font-weight: 600; margin-bottom: 18px; min-height: 18px; }
.plan-features { list-style: none; margin: 18px 0; flex: 1; }
.plan-features li { padding: 6px 0; font-size: 13px; color: var(--text-2); display: flex; align-items: flex-start; gap: 8px; }
.plan-features li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.plan-features li.muted { color: var(--text-3); }
.plan-features li.muted::before { content: '–'; color: var(--text-3); }

/* ── Billing toggle ────────────────────────────────────── */
.billing-toggle { display: flex; gap: 4px; background: var(--card); border: 1px solid var(--border); padding: 4px; border-radius: 999px; width: fit-content; margin: 24px auto 0; }
.billing-opt { background: none; border: none; padding: 8px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; cursor: pointer; color: var(--text-2); font-family: inherit; transition: all 0.15s; }
.billing-opt.active { background: var(--blue); color: #fff; }
.save-tag { background: var(--green-bg); color: var(--green); font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 4px; margin-left: 6px; }

/* ── FAQ ──────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--border); padding: 16px 0; }
.faq-q { font-weight: 600; font-size: 16px; cursor: pointer; padding: 6px 30px 6px 0; position: relative; }
.faq-q::after { content: '+'; position: absolute; right: 0; top: 6px; font-size: 22px; color: var(--text-3); transition: transform 0.2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { font-size: 14px; color: var(--text-2); padding-top: 8px; max-height: 0; overflow: hidden; transition: max-height 0.25s ease, padding 0.25s ease; }
.faq-item.open .faq-a { max-height: 500px; padding-top: 12px; }

/* ── Footer ───────────────────────────────────────────── */
.footer { background: var(--text); color: #cbd5e1; padding: 48px 0 24px; margin-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
.footer-col h4 { font-size: 13px; color: #fff; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #94a3b8; font-size: 14px; }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer .brand { color: #fff; }
.footer-tagline { font-size: 14px; color: #94a3b8; margin-top: 12px; max-width: 320px; }
.footer-bottom { border-top: 1px solid #334155; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #94a3b8; }
.footer-bottom a { color: #cbd5e1; }

/* ── Doc / Article layout ──────────────────────────────── */
.article { padding: 48px 0; }
.article h1 { font-size: 36px; font-weight: 700; margin-bottom: 12px; }
.article .lead { font-size: 17px; color: var(--text-2); margin-bottom: 28px; }
.article h2 { font-size: 24px; font-weight: 700; margin: 32px 0 12px; padding-top: 12px; border-top: 1px solid var(--border); }
.article h2:first-of-type { border-top: none; padding-top: 0; }
.article h3 { font-size: 18px; font-weight: 700; margin: 22px 0 8px; }
.article p { margin-bottom: 14px; color: var(--text-2); }
.article ul, .article ol { margin: 0 0 16px 22px; color: var(--text-2); }
.article li { margin-bottom: 6px; }
.article a { font-weight: 600; }
.article .toc { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 18px 22px; margin-bottom: 32px; }
.article .toc h4 { font-size: 13px; font-weight: 700; margin-bottom: 10px; color: var(--text-2); text-transform: uppercase; letter-spacing: 0.5px; }
.article .toc a { color: var(--text); font-weight: 500; font-size: 14px; }
.article blockquote { border-left: 4px solid var(--blue); background: var(--blue-light); padding: 12px 18px; margin: 16px 0; border-radius: 0 8px 8px 0; color: var(--text); }
.article .callout { padding: 14px 18px; border-radius: 10px; margin: 18px 0; border-left: 4px solid; font-size: 14px; }
.article .callout.warn { background: var(--orange-bg); border-left-color: var(--orange); color: #7c3a00; }
.article .callout.info { background: var(--blue-light); border-left-color: var(--blue); color: #1e3a5f; }
.article .callout.success { background: var(--green-bg); border-left-color: var(--green); color: #065F46; }

/* ── Form ──────────────────────────────────────────────── */
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 13px; font-weight: 600; color: var(--text-2); margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 14px; font-family: inherit; color: var(--text); background: #fff; transition: border 0.15s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--blue); }
.form-row textarea { min-height: 120px; resize: vertical; }

/* ── Changelog timeline ────────────────────────────────── */
.cl-entry { border-left: 3px solid var(--border); padding: 4px 0 24px 22px; margin-left: 6px; position: relative; }
.cl-entry::before { content: ''; position: absolute; left: -7px; top: 6px; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); border: 2px solid #fff; }
.cl-entry.latest::before { background: var(--orange); }
.cl-version { font-size: 18px; font-weight: 700; }
.cl-date { font-size: 12px; color: var(--text-3); font-weight: 500; margin-bottom: 8px; }
.cl-tag { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-right: 8px; letter-spacing: 0.3px; }
.cl-tag.new { background: var(--green-bg); color: var(--green); }
.cl-tag.fix { background: var(--blue-light); color: var(--blue); }
.cl-tag.improve { background: var(--orange-bg); color: var(--orange); }

.helper-text { font-size: 12px; color: var(--text-3); margin-top: 4px; }
.muted { color: var(--text-3); }
.center { text-align: center; }
hr.sep { border: none; border-top: 1px solid var(--border); margin: 28px 0; }
