/*------------------------------------*\
  #Features Page
\*------------------------------------*/

/* ─── Social Clips Spotlight ───────────────────────────────────── */
.social-clips-section {
  background: #0d0a17;
  padding: 90px 0;
}

.social-clips-badge {
  display: inline-block;
  background: linear-gradient(135deg, #925add, #6a3db5);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.social-clips-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f0eaff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.social-clips-title span {
  color: #925add;
}

.social-clips-desc {
  color: #b8a8d9;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.social-clips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-clips-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #c8bfe8;
  font-size: 15px;
  margin-bottom: 14px;
  line-height: 1.5;
}

.social-clips-list li i {
  color: #925add;
  font-size: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

.social-clips-stat-box {
  background: #1c2535;
  border-radius: 20px;
  padding: 48px 36px;
  text-align: center;
  border: 1px solid rgba(146, 90, 221, 0.2);
}

.social-clips-icon {
  font-size: 52px;
  color: #925add;
  margin-bottom: 24px;
}

.social-clips-stat-number {
  font-size: 3.2rem;
  font-weight: 800;
  color: #b08cf0;
  line-height: 1;
  margin-bottom: 8px;
}

.social-clips-stat-label {
  color: #b8a8d9;
  font-size: 15px;
  margin-bottom: 32px;
}

.social-clips-stat-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

.social-clips-platform-label {
  color: #b8a8d9;
  font-size: 13px;
  margin-bottom: 16px;
}

.social-clips-outputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social-clips-output-tag {
  background: rgba(146, 90, 221, 0.12);
  border: 1px solid rgba(146, 90, 221, 0.35);
  color: #c5adf5;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 12px;
  letter-spacing: 0.5px;
}

/* ─── Core Transcription — Split Layout ────────────────────────── */
.split-section {
  padding: 90px 0;
}

.split-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #925add;
  margin-bottom: 12px;
}

.split-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #f0eaff;
  margin-bottom: 16px;
}

.split-desc {
  color: #b8a8d9;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.split-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.split-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #c8bfe8;
  line-height: 1.5;
}

.split-list li i {
  color: #925add;
  font-size: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ─── Stat Cards ────────────────────────────────────────────────── */
.stat-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stat-card {
  background: #1c2535;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(146, 90, 221, 0.15);
  text-align: center;
}

.stat-card .stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #b08cf0;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-card .stat-txt {
  font-size: 13px;
  color: #b8a8d9;
  line-height: 1.4;
}

/* ─── Team & Workflow — Checklist ──────────────────────────────── */
.checklist-section {
  padding: 90px 0;
  background: #0d0a17;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  margin-top: 48px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(146, 90, 221, 0.12);
}

.ci-icon {
  width: 42px;
  height: 42px;
  background: rgba(146, 90, 221, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ci-icon i {
  color: #925add;
  font-size: 15px;
}

.checklist-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #f0eaff;
  margin: 0 0 5px 0;
}

.checklist-item p {
  font-size: 14px;
  color: #b8a8d9;
  margin: 0;
  line-height: 1.55;
}

/* ─── Process Panels Overrides ─────────────────────────────────── */
.processes .process-panels-container .process-panel {
  text-align: center;
}

.processes .process-panels-container .process-panel .process-phase {
  margin-bottom: 24px;
}

.processes .process-panels-container .process-panel .process-phase i {
  font-size: 36px;
  color: #925add;
  display: block;
}

/* ─── Responsive ────────────────────────────────────────────────── */
@media (max-width: 991px) {
  .social-clips-title {
    font-size: 2rem;
  }
  .social-clips-section > .container > .row > [class*="col-"] {
    margin-bottom: 40px;
  }
  .split-section > .container > .row > [class*="col-"] {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .checklist-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .stat-cards-row {
    grid-template-columns: 1fr 1fr;
  }
  .social-clips-title {
    font-size: 1.75rem;
  }
}
