.elementor-5357 .elementor-element.elementor-element-b5c3c81{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e8bbda7 *//* FM DETAIL PAGE CSS - paste into Elementor Page Settings > Custom CSS */

/* Back button */
.pc-back-wrap { padding: 20px 40px 0; }
.pc-back-btn {
  display: inline-flex; align-items: center; gap: 7px;
  color: #94a3b8; text-decoration: none; font-size: 14px;
  border: 1px solid rgba(255,255,255,0.1); border-radius: 8px;
  padding: 8px 16px; transition: color .2s, border-color .2s, background .2s;
}
.pc-back-btn:hover { color: #04ffe1; border-color: rgba(4,255,225,0.4); background: rgba(4,255,225,0.05); }

/* Hero */
.pc-hero { padding: 56px 40px 48px; max-width: 860px; }
.pc-pill {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid rgba(4,255,225,0.4); background: rgba(4,255,225,0.08);
  color: #04ffe1; font-size: 11px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 28px;
}
.pc-hero h1 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 700; line-height: 1.15; color: #fff; margin-bottom: 20px; }
.pc-accent { color: #04ffe1; }
.pc-hero p { font-size: 16px; color: #64748b; line-height: 1.75; max-width: 680px; }

/* Stats */
.pc-stats {
  display: flex; align-items: stretch;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin: 0 0 48px 0; padding: 0 40px;
}
.pc-stat { flex: 1; padding: 32px 24px 32px 0; }
.pc-stat-value { font-size: clamp(24px, 3.5vw, 38px); font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 10px; }
.pc-stat-value.pc-accent { color: #04ffe1; }
.pc-stat-label { font-size: 13px; color: #64748b; line-height: 1.5; }
.pc-stat-divider { width: 1px; background: rgba(255,255,255,0.08); margin: 24px 24px 24px 0; }

/* Journey */
.pc-journey { padding: 0 40px 48px; max-width: 860px; }
.pc-journey-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; color: #475569; text-transform: uppercase; margin-bottom: 28px; }

/* Steps */
.pc-step {
  display: flex; gap: 24px; align-items: flex-start;
  background: #131920; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 28px; margin-bottom: 16px;
}
.pc-step-num {
  min-width: 40px; height: 40px; border-radius: 50%;
  background: rgba(4,255,225,0.1); border: 1px solid rgba(4,255,225,0.3);
  color: #04ffe1; font-size: 15px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pc-star-num { color: #04ffe1; }
.pc-step-body { flex: 1; }
.pc-step-body h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 10px; }
.pc-step-body p { font-size: 14px; color: #64748b; line-height: 1.7; margin-bottom: 16px; }
.pc-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.pc-tag { font-size: 12px; color: #94a3b8; border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 4px 12px; }
.pc-outcome { border-color: rgba(4,255,225,0.25); background: rgba(4,255,225,0.04); }
.pc-outcome .pc-step-body h3 { color: #04ffe1; }

/* Generate sections */
.pc-generate { padding: 0 40px 48px; max-width: 860px; }
.pc-generate:last-child { padding-bottom: 80px; }
.pc-gen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.pc-gen-card {
  background: #131920; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 20px 18px;
  display: flex; align-items: flex-start; gap: 14px;
  transition: border-color .2s, background .2s;
}
.pc-gen-card:hover { border-color: rgba(4,255,225,0.3); background: #161f28; }
.pc-gen-icon {
  min-width: 36px; height: 36px; background: rgba(4,255,225,0.1);
  border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.pc-gen-icon svg { width: 18px; height: 18px; stroke: #04ffe1; }
.pc-gen-text { font-size: 13px; color: #cbd5e1; line-height: 1.5; padding-top: 2px; }
.pc-gen-clickable { cursor: pointer; }
.pc-gen-clickable:hover { border-color: rgba(4,255,225,0.5); background: #161f28; }
.pc-gen-clickable:hover .pc-gen-text { color: #04ffe1; }

/* Responsive */
@media (max-width: 700px) {
  .pc-back-wrap { padding: 14px 16px 0; }
  .pc-hero { padding: 40px 16px 32px; }
  .pc-stats { flex-direction: column; padding: 0 16px; }
  .pc-stat-divider { width: 100%; height: 1px; margin: 0; }
  .pc-stat { padding: 24px 0; }
  .pc-journey { padding: 0 16px 40px; }
  .pc-generate { padding: 0 16px 48px; }
  .pc-step { flex-direction: column; }
  .pc-gen-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .pc-gen-grid { grid-template-columns: 1fr; }
}/* End custom CSS */