/*
 * Use Case — Flash Sale Broadcasts
 * Prefix: fs-
 */

body.baat-flash-sale {
  background: #0B1120;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #fff;
  overflow-x: hidden;
}
body.baat-flash-sale * { box-sizing: border-box; }
body.baat-flash-sale a { text-decoration: none; }
body.baat-flash-sale p { color: inherit; }
body.baat-flash-sale code {
  font-family: 'Menlo', 'Consolas', monospace;
  font-size: 11px; color: #4d8fff;
  background: rgba(0,87,255,.1); border: 1px solid rgba(0,87,255,.18);
  border-radius: 4px; padding: 1px 5px;
}

/* ── Shared tokens ── */
.fs-sec-label {
  display: block;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0057FF; margin-bottom: 12px;
}
.fs-sec-h {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800; letter-spacing: -.03em;
  color: #fff; margin: 0; line-height: 1.2;
}
.fs-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 26px; background: #0057FF; color: #fff;
  font-size: 14px; font-weight: 700; border-radius: 10px;
  transition: background .15s, box-shadow .15s;
}
.fs-btn-primary:hover { background: #0046CC; box-shadow: 0 0 24px rgba(0,87,255,.4); }
.fs-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 26px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.75);
  font-size: 14px; font-weight: 700; border-radius: 10px;
  transition: background .15s, color .15s, border-color .15s;
}
.fs-btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.fs-hero {
  padding: 100px 40px 60px;
  background: #0B1120;
  position: relative; overflow: hidden;
}
.fs-hero-bg-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 36px 36px; pointer-events: none;
}
.fs-hero-bg-orb {
  position: absolute; width: 700px; height: 700px;
  top: -200px; left: 20%; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0,87,255,.15) 0%, transparent 65%);
  pointer-events: none;
}
.fs-hero-inner {
  position: relative; z-index: 1;
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px;
  align-items: flex-start;
}
.fs-hero-copy { padding-top: 24px; }

.fs-breadcrumb {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; color: rgba(255,255,255,.35); font-weight: 500;
  margin-bottom: 20px; transition: color .15s;
}
.fs-breadcrumb:hover { color: rgba(255,255,255,.65); }
.fs-pill {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0057FF; background: rgba(0,87,255,.12);
  border: 1px solid rgba(0,87,255,.25); border-radius: 100px;
  padding: 5px 14px; margin-bottom: 20px;
}
.fs-hero-h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800; letter-spacing: -.04em;
  color: #fff; line-height: 1.1; margin: 0 0 18px;
}
.fs-hero-sub {
  font-size: 16px; color: rgba(255,255,255,.55);
  line-height: 1.75; margin: 0 0 28px; max-width: 460px;
}
.fs-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Campaign mockup ── */
.fs-hero-visual { position: relative; margin-top: 20px; padding-bottom: 48px; }
.fs-mock {
  display: grid; grid-template-columns: 190px 1fr;
  background: #111827;
  border: 1px solid rgba(255,255,255,.1);
  border-bottom: none; border-radius: 16px 16px 0 0;
  overflow: hidden;
  box-shadow: 0 -20px 80px rgba(0,87,255,.2), 0 20px 60px rgba(0,0,0,.6);
  font-size: 12px;
}

/* Sidebar */
.fs-mock-sidebar {
  background: #0F1929;
  border-right: 1px solid rgba(255,255,255,.07);
}
.fs-ms-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 14px 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.fs-ms-title { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.5); letter-spacing: .06em; text-transform: uppercase; }
.fs-ms-new { font-size: 10px; font-weight: 600; color: #0057FF; cursor: pointer; }
.fs-ms-list { padding: 8px 0; }
.fs-ms-item {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 14px; cursor: pointer;
  transition: background .15s;
}
.fs-ms-active { background: rgba(0,87,255,.08); }
.fs-ms-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.fs-dot-live { background: #25D366; box-shadow: 0 0 6px rgba(37,211,102,.6); }
.fs-dot-sched { background: #0057FF; }
.fs-dot-sent { background: rgba(255,255,255,.2); }
.fs-ms-info { flex: 1; min-width: 0; }
.fs-ms-name { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.8); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fs-ms-meta { font-size: 10px; color: rgba(255,255,255,.3); margin-top: 1px; }
.fs-badge {
  font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 2px 6px; border-radius: 4px; flex-shrink: 0;
}
.fs-badge-live { background: rgba(37,211,102,.15); color: #25D366; }
.fs-badge-sched { background: rgba(0,87,255,.15); color: #4d8fff; }
.fs-badge-sent { background: rgba(255,255,255,.07); color: rgba(255,255,255,.4); }

/* Detail panel */
.fs-mock-detail { padding: 16px; display: flex; flex-direction: column; gap: 14px; }
.fs-md-header {}
.fs-md-title { font-size: 13px; font-weight: 700; color: #fff; }
.fs-md-sub { font-size: 10px; color: #25D366; margin-top: 2px; }

.fs-wa-preview {}
.fs-wa-label { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 6px; }
.fs-wa-bubble {
  background: rgba(255,255,255,.07); border-radius: 0 10px 10px 10px;
  padding: 10px 11px; font-size: 11px; color: rgba(255,255,255,.8); line-height: 1.6;
}
.fs-wa-bubble strong { color: #fff; font-weight: 600; }
.fs-var { color: #4d8fff; }
.fs-wa-tick { font-size: 9px; color: rgba(255,255,255,.3); margin-top: 3px; text-align: right; }

.fs-live-stats {
  display: flex; align-items: center;
  background: rgba(255,255,255,.04); border-radius: 10px; padding: 10px 12px;
}
.fs-ls-item { flex: 1; text-align: center; }
.fs-ls-n { font-size: 13px; font-weight: 800; color: #fff; line-height: 1; }
.fs-ls-live { color: #25D366; }
.fs-ls-pct { font-size: 10px; font-weight: 600; color: rgba(37,211,102,.7); }
.fs-ls-l { font-size: 9px; color: rgba(255,255,255,.35); margin-top: 3px; }
.fs-ls-sep { width: 1px; height: 28px; background: rgba(255,255,255,.08); }

.fs-progress-wrap {}
.fs-progress-bar {
  height: 4px; background: rgba(255,255,255,.08); border-radius: 2px; overflow: hidden;
}
.fs-progress-fill {
  height: 100%; background: linear-gradient(90deg, #0057FF, #25D366);
  border-radius: 2px;
  animation: fs-progress-pulse 2s ease-in-out infinite;
}
@keyframes fs-progress-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .7; }
}
.fs-progress-label { font-size: 9px; color: rgba(255,255,255,.3); margin-top: 5px; }

/* Floating stat card */
.fs-hero-stat-card {
  position: absolute; top: 16px; right: 0;
  background: rgba(15,25,41,.92); border: 1px solid rgba(0,87,255,.25);
  border-radius: 14px; padding: 12px 16px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.4); backdrop-filter: blur(8px);
  white-space: nowrap;
}
.fs-hsc-icon { font-size: 22px; }
.fs-hsc-n { font-size: 18px; font-weight: 800; color: #fff; line-height: 1; }
.fs-hsc-l { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 2px; }

/* ═══════════════════════════════════════════
   STATS STRIP
═══════════════════════════════════════════ */
.fs-stats {
  background: rgba(255,255,255,.02);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 0 40px;
}
.fs-stats-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: stretch;
}
.fs-stat { flex: 1; padding: 32px 20px; text-align: center; }
.fs-stat-n {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800; letter-spacing: -.04em; color: #fff;
  margin-bottom: 6px; line-height: 1;
}
.fs-stat-l { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.4; }
.fs-stat-aside { display: block; font-size: 11px; color: rgba(255,255,255,.3); margin-top: 2px; }
.fs-stat-sep { width: 1px; background: rgba(255,255,255,.07); margin: 20px 0; }

/* ═══════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════ */
.fs-how { padding: 90px 40px; background: #0B1120; }
.fs-how-inner { max-width: 1100px; margin: 0 auto; }
.fs-how-header { text-align: center; margin-bottom: 60px; }
.fs-how-sub {
  font-size: 15px; color: rgba(255,255,255,.45);
  margin: 14px auto 0; max-width: 480px; line-height: 1.7;
}
.fs-steps { display: flex; align-items: flex-start; gap: 0; }
.fs-step {
  flex: 1; background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 32px 28px;
  transition: border-color .2s, background .2s;
}
.fs-step:hover { border-color: rgba(0,87,255,.3); background: rgba(0,87,255,.04); }
.fs-step-num {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(0,87,255,.12); border: 1px solid rgba(0,87,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; color: #0057FF; margin-bottom: 20px;
}
.fs-step h3 { font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 10px; letter-spacing: -.02em; }
.fs-step p { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.65; margin: 0; }
.fs-step-arrow { flex-shrink: 0; align-self: center; padding: 0 12px; margin-top: -20px; }

/* ═══════════════════════════════════════════
   DEEP DIVES
═══════════════════════════════════════════ */
.fs-dive { padding: 90px 40px; background: #0B1120; }
.fs-dive-alt { background: rgba(255,255,255,.015); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.fs-dive-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.fs-dive-rev { direction: rtl; }
.fs-dive-rev > * { direction: ltr; }
.fs-dive-h {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800; letter-spacing: -.03em; color: #fff; margin: 0 0 18px; line-height: 1.2;
}
.fs-dive-copy p { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.7; margin: 0 0 20px; }
.fs-dive-list {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.fs-dive-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.5;
}
.fs-dive-list li::before {
  content: '';
  display: block; flex-shrink: 0; width: 16px; height: 16px; border-radius: 50%;
  background: rgba(0,87,255,.12); border: 1px solid rgba(0,87,255,.25);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2 2 4-4' stroke='%230057FF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; margin-top: 1px;
}
.fs-dive-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: #0057FF; transition: gap .15s;
}
.fs-dive-link:hover { gap: 10px; }

/* Segment card */
.fs-segment-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px; overflow: hidden;
}
.fs-sc-header {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.07);
  font-size: 12px; color: rgba(255,255,255,.45);
}
.fs-sc-match { margin-left: auto; font-size: 11px; font-weight: 600; color: #0057FF; }
.fs-sc-rules { padding: 14px 18px; display: flex; flex-direction: column; gap: 8px; }
.fs-sc-row {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.04); border-radius: 8px; padding: 7px 10px;
}
.fs-sc-field { font-size: 12px; color: rgba(255,255,255,.55); font-weight: 500; }
.fs-sc-op { font-size: 11px; color: rgba(255,255,255,.3); }
.fs-sc-val {
  font-size: 12px; font-weight: 600; color: #fff;
  background: rgba(0,87,255,.15); border-radius: 4px; padding: 1px 7px;
}
.fs-sc-and { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.25); letter-spacing: .08em; padding-left: 10px; }
.fs-sc-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 18px; border-top: 1px solid rgba(255,255,255,.07);
}
.fs-sc-avs { display: flex; align-items: center; }
.fs-sc-av {
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 700; border: 2px solid #0F1929;
  margin-right: -6px;
}
.fs-a1 { background: #0057FF; color: #fff; }
.fs-a2 { background: #25D366; color: #fff; }
.fs-a3 { background: #7c3aed; color: #fff; }
.fs-a4 { background: rgba(255,255,255,.1); color: rgba(255,255,255,.6); font-size: 8px; margin-right: 0; }
.fs-sc-save { font-size: 11px; font-weight: 600; color: #0057FF; cursor: pointer; }

/* Analytics card */
.fs-analytics-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px; overflow: hidden;
}
.fs-ac-header {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.fs-ac-title { font-size: 13px; font-weight: 700; color: #fff; }
.fs-ac-rev { font-size: 12px; font-weight: 700; color: #25D366; }
.fs-ac-funnel { padding: 14px 18px; display: flex; flex-direction: column; gap: 10px; }
.fs-ac-row { display: flex; align-items: center; gap: 10px; }
.fs-ac-label { font-size: 11px; color: rgba(255,255,255,.4); width: 60px; flex-shrink: 0; }
.fs-ac-bar-wrap { flex: 1; height: 5px; background: rgba(255,255,255,.06); border-radius: 3px; overflow: hidden; }
.fs-ac-bar { height: 100%; background: rgba(0,87,255,.5); border-radius: 3px; }
.fs-bar-2 { background: rgba(0,87,255,.7); }
.fs-bar-3 { background: #0057FF; }
.fs-bar-4 { background: #25D366; }
.fs-ac-val { font-size: 11px; color: rgba(255,255,255,.65); width: 80px; text-align: right; flex-shrink: 0; }
.fs-ac-val span { color: rgba(255,255,255,.35); font-size: 10px; }
.fs-ac-footer {
  display: flex; align-items: center;
  padding: 12px 18px; border-top: 1px solid rgba(255,255,255,.07);
}
.fs-ac-ft-item { flex: 1; text-align: center; }
.fs-ac-ft-n { font-size: 15px; font-weight: 800; color: #fff; line-height: 1; }
.fs-ac-ft-l { font-size: 10px; color: rgba(255,255,255,.35); margin-top: 3px; }
.fs-ac-ft-div { width: 1px; height: 28px; background: rgba(255,255,255,.08); }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.fs-cta {
  position: relative; overflow: hidden;
  padding: 100px 40px; background: #07101f; text-align: center;
}
.fs-cta-glow {
  position: absolute; width: 600px; height: 400px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(0,87,255,.22) 0%, transparent 70%);
  pointer-events: none;
}
.fs-cta-inner { position: relative; z-index: 1; }
.fs-cta-h {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800; letter-spacing: -.04em; color: #fff; margin: 0 0 16px; line-height: 1.15;
}
.fs-cta-sub { font-size: 16px; color: rgba(255,255,255,.5); margin: 0 0 36px; }
.fs-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.fs-cta-note { font-size: 12px; color: rgba(255,255,255,.28); }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 1060px) {
  .fs-hero-inner { gap: 40px; }
}
@media (max-width: 860px) {
  .fs-hero { padding: 90px 28px 60px; }
  .fs-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .fs-hero-copy { padding-top: 0; }
  .fs-hero-stat-card { right: auto; left: auto; top: 12px; }

  .fs-stats { padding: 0 28px; }
  .fs-stats-inner { flex-wrap: wrap; }
  .fs-stat { flex: 1 0 calc(50% - 1px); }
  .fs-stat-sep { display: none; }

  .fs-how { padding: 70px 28px; }
  .fs-steps { flex-direction: column; gap: 16px; }
  .fs-step-arrow { display: none; }

  .fs-dive, .fs-dive-alt { padding: 70px 28px; }
  .fs-dive-inner { grid-template-columns: 1fr; gap: 48px; }
  .fs-dive-rev { direction: ltr; }

  .fs-cta { padding: 80px 28px; }
}
@media (max-width: 600px) {
  .fs-hero { padding: 80px 20px 48px; }
  .fs-hero-h1 { font-size: 2rem; }
  .fs-hero-actions { flex-direction: column; }
  .fs-btn-primary, .fs-btn-ghost { width: 100%; }
  .fs-hero-stat-card { position: static; margin-top: 16px; display: inline-flex; }

  .fs-stats { padding: 0 20px; }
  .fs-stat { flex: 1 0 100%; padding: 24px 16px; }
  .fs-stat:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.06); }

  .fs-how { padding: 60px 20px; }
  .fs-dive, .fs-dive-alt { padding: 60px 20px; }
  .fs-cta { padding: 70px 20px; }
  .fs-cta-h { font-size: 1.85rem; }
  .fs-cta-btns { flex-direction: column; }
}
