/* ==========================================================================
   Narratiq — sections.css
   Page-section building blocks: trust bar, before/after cards, how-it-works
   steps, feature cards, pricing, FAQ, waitlist CTA.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Trust bar
   -------------------------------------------------------------------------- */
.trust-bar        { background: #fff; border-bottom: 1px solid #E8E6DE; padding: 20px 24px; }
.trust-bar__inner { max-width: 1120px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 32px; }
.trust-bar__label { font-size: 13px; color: #9CA3AF; font-weight: 500; }
.trust-bar__item  { font-size: 14px; font-weight: 600; color: #6B7280; }
.trust-bar__sep   { color: #D1D5DB; }

/* --------------------------------------------------------------------------
   Before / After comparison cards
   -------------------------------------------------------------------------- */
.ba-card         { background: #fff; border-radius: var(--radius-xl); padding: 36px; position: relative; overflow: hidden; }
.ba-card--before { border: 1.5px solid #FDE8E8; }
.ba-card--after  { border: 1.5px solid #DDEAFF; }

.ba-accent-bar { position: absolute; top: 0; left: 0; right: 0; height: 3px; }

.ba-label         { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 24px; }
.ba-label--before { color: #EF4444; }
.ba-label--after  { color: #2D52C8; }

.ba-stat         { margin-top: 24px; padding-top: 20px; }
.ba-stat--before { border-top: 1px solid #FDE8E8; }
.ba-stat--after  { border-top: 1px solid #DDEAFF; }
.ba-stat__value  { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 36px; font-weight: 900; line-height: 1; }
.ba-stat__label  { font-size: 13px; color: #9CA3AF; margin-top: 2px; }

/* Step icon inside before/after rows */
.step-icon         { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; font-size: 12px; font-weight: 700; }
.step-icon--before { background: #FEF2F2; color: #EF4444; }
.step-icon--after  { background: linear-gradient(135deg, #2D52C8, #4F6FE0); }

.row-title { font-weight: 600; color: #1F2937; font-size: 14px; margin-bottom: 2px; }
.row-desc  { font-size: 13px; color: #9CA3AF; }

/* --------------------------------------------------------------------------
   How it works — steps
   -------------------------------------------------------------------------- */
.steps         { display: flex; flex-direction: column; gap: 0; position: relative; }
.steps::before { content: ''; position: absolute; left: 25px; top: 52px; bottom: 52px; width: 2px; background: linear-gradient(180deg, #2D52C8, #F06A1A); }

.step            { display: flex; gap: 32px; align-items: flex-start; padding-bottom: 48px; }
.step:last-child { padding-bottom: 0; }
.step-content    { padding-top: 10px; }
.step-title      { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: #0F172A; margin-bottom: 8px; letter-spacing: -.02em; }
.step-desc       { font-size: 15px; color: #6B7280; line-height: 1.7; max-width: 520px; }

/* --------------------------------------------------------------------------
   Feature cards (text content inside .card)
   -------------------------------------------------------------------------- */
.card-title  { font-size: 16px; font-weight: 700; color: #0F172A; margin-bottom: 8px; font-family: 'Plus Jakarta Sans', sans-serif; }
.card-desc   { font-size: 14px; color: #6B7280; line-height: 1.65; }
.card-pad    { padding: 28px; }
.card-pad-lg { padding: 32px; }

/* --------------------------------------------------------------------------
   Pricing
   -------------------------------------------------------------------------- */
.plan-label         { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.plan-label--muted  { color: #9CA3AF; }
.plan-label--accent { color: #2D52C8; }

.plan-price     { font-size: 40px; font-weight: 900; color: #0F172A; line-height: 1; margin-bottom: 4px; }
.plan-price__mo { font-size: 16px; color: #9CA3AF; font-weight: 500; font-family: Inter, sans-serif; }
.plan-billing   { font-size: 13px; color: #9CA3AF; margin-bottom: 24px; }
.plan-cta       { width: 100%; margin-bottom: 28px; }

.feat-list       { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.feat-list li    { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #374151; }
.feat-list li.bold { font-weight: 600; }

.pricing-note { text-align: center; font-size: 14px; color: #9CA3AF; margin-top: 20px; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq-list    { display: flex; flex-direction: column; gap: 8px; }
.faq-item    { background: #fff; border-radius: var(--radius-md); border: 1px solid #E8E6DE; }
.faq-summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; font-weight: 600; color: #0F172A; font-size: 15px; }
.faq-icon-btn { font-size: 20px; color: #9CA3AF; font-weight: 300; line-height: 1; flex-shrink: 0; }
.faq-body    { padding: 16px 22px 20px; font-size: 14px; color: #6B7280; line-height: 1.75; border-top: 1px solid #F0EEE8; }

/* --------------------------------------------------------------------------
   Waitlist CTA section
   -------------------------------------------------------------------------- */
.waitlist-inner { max-width: 600px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }

.waitlist-logo  { width: 60px; height: 60px; border-radius: 18px; background: linear-gradient(145deg, #2D52C8, #1B3070); margin: 0 auto 28px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 8px 24px rgba(45,82,200,.5); }
.waitlist-title { font-size: clamp(28px,4vw,46px); font-weight: 900; color: #fff; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 16px; }
.waitlist-sub   { font-size: 17px; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 40px; }

.waitlist-form  { display: flex; gap: 10px; max-width: 460px; margin: 0 auto 16px; }
.waitlist-input { flex: 1; background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.15); border-radius: 12px; padding: 14px 18px; color: #fff; font-size: 15px; outline: none; transition: border-color .15s; }
.waitlist-input:focus { border-color: rgba(45,82,200,.7); }
.waitlist-msg   { font-size: 13px; color: rgba(255,255,255,.4); }
