{
  "$mulmocast": { "version": "1.1" },
  "lang": "en",
  "title": "Slide Plugin Test - New Layouts",
  "beats": [
    {
      "text": "SWOT Analysis matrix layout",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "0F172A",
            "bgCard": "1E293B",
            "bgCardAlt": "334155",
            "text": "F8FAFC",
            "textMuted": "CBD5E1",
            "textDim": "64748B",
            "primary": "3B82F6",
            "accent": "8B5CF6",
            "success": "22C55E",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "EC4899"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "matrix",
          "accentColor": "primary",
          "title": "SWOT Analysis",
          "subtitle": "Strategic assessment for Q2 2026",
          "rows": 2,
          "cols": 2,
          "cells": [
            {
              "label": "Strengths",
              "accentColor": "success",
              "items": ["Strong brand recognition", "Experienced engineering team", "High customer retention (95%)"]
            },
            {
              "label": "Weaknesses",
              "accentColor": "danger",
              "items": ["Limited international presence", "Legacy codebase in core product", "High customer acquisition cost"]
            },
            {
              "label": "Opportunities",
              "accentColor": "primary",
              "items": ["AI-driven product features", "Expansion to APAC market", "Strategic partnership with AWS"]
            },
            {
              "label": "Threats",
              "accentColor": "warning",
              "items": ["Increasing competition from startups", "Regulatory changes in EU", "Economic downturn risk"]
            }
          ]
        }
      }
    },
    {
      "text": "Feature comparison table",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "0F172A",
            "bgCard": "1E293B",
            "bgCardAlt": "334155",
            "text": "F8FAFC",
            "textMuted": "CBD5E1",
            "textDim": "64748B",
            "primary": "3B82F6",
            "accent": "8B5CF6",
            "success": "22C55E",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "EC4899"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "table",
          "accentColor": "accent",
          "title": "Feature Comparison",
          "subtitle": "Comparing our plans side by side",
          "headers": ["Feature", "Starter", "Pro", "Enterprise"],
          "rowHeaders": true,
          "rows": [
            ["Storage", "10 GB", "100 GB", { "text": "Unlimited", "color": "success", "bold": true }],
            ["Users", "3", "25", { "text": "Unlimited", "color": "success", "bold": true }],
            ["API Calls", "1,000/day", "50,000/day", { "text": "Unlimited", "color": "success", "bold": true }],
            ["Support", "Email", "Priority", { "text": "24/7 Dedicated", "color": "primary", "bold": true }],
            ["SLA", { "text": "—", "color": "danger" }, "99.9%", { "text": "99.99%", "color": "success", "bold": true }],
            ["Price", "$9/mo", "$29/mo", "Custom"]
          ],
          "style": { "footer": "Prices effective from March 2026" }
        }
      }
    },
    {
      "text": "Sales pipeline funnel",
      "image": {
        "type": "slide",
        "theme": {
          "colors": {
            "bg": "0F172A",
            "bgCard": "1E293B",
            "bgCardAlt": "334155",
            "text": "F8FAFC",
            "textMuted": "CBD5E1",
            "textDim": "64748B",
            "primary": "3B82F6",
            "accent": "8B5CF6",
            "success": "22C55E",
            "warning": "F59E0B",
            "danger": "EF4444",
            "info": "06B6D4",
            "highlight": "EC4899"
          },
          "fonts": { "title": "Georgia", "body": "Calibri", "mono": "Consolas" }
        },
        "slide": {
          "layout": "funnel",
          "accentColor": "info",
          "title": "Sales Pipeline",
          "subtitle": "Current quarter conversion funnel",
          "stages": [
            { "label": "Awareness", "value": "12,400", "description": "Website visitors", "color": "primary" },
            { "label": "Interest", "value": "4,200", "description": "Signed up for trial", "color": "accent" },
            { "label": "Evaluation", "value": "1,800", "description": "Active in trial", "color": "info" },
            { "label": "Decision", "value": "620", "description": "Requested quote", "color": "warning" },
            { "label": "Purchase", "value": "280", "description": "Closed deals", "color": "success" }
          ],
          "callout": {
            "label": "Conversion Rate",
            "text": "Overall: 2.3% — Industry avg: 1.8%",
            "color": "success"
          }
        }
      }
    }
  ]
}
