{
  "version": 3,
  "settings": {
    "templateName": "Welcome",
    "templateDescription": "Email-safe welcome starter",
    "emailType": "new_user_registration",
    "bodyStyle": {
      "backgroundColor": "#f4f7fb",
      "contentBackgroundColor": "#ffffff",
      "contentWidth": 600,
      "fontFamily": "Arial",
      "fontSize": 14,
      "primaryColor": "#0f766e",
      "secondaryColor": "#334155"
    }
  },
  "elements": [
    {
      "id": "sec_welcome",
      "elType": "section",
      "settings": {
        "background_color": "#ffffff",
        "padding": { "top": 24, "right": 24, "bottom": 24, "left": 24, "unit": "px" }
      },
      "elements": [
        {
          "id": "col_welcome",
          "elType": "column",
          "isInner": true,
          "settings": {},
          "elements": [
            {
              "id": "w_welcome_heading",
              "elType": "widget",
              "widgetType": "heading",
              "settings": {
                "content": "Welcome to {store_name}",
                "fontSize": 28,
                "fontWeight": "700",
                "color": "#0f172a",
                "textAlign": "center"
              },
              "elements": []
            },
            {
              "id": "w_welcome_text",
              "elType": "widget",
              "widgetType": "text",
              "settings": {
                "content": "<p style=\"text-align:center;color:#475569;line-height:1.6;\">Hi {customer_name}, thanks for joining us. Your account is ready — explore the shop whenever you are.</p>"
              },
              "elements": []
            },
            {
              "id": "w_welcome_button",
              "elType": "widget",
              "widgetType": "button",
              "settings": {
                "text": "Start shopping",
                "url": "{shop_url}",
                "backgroundColor": "#0f766e",
                "color": "#ffffff",
                "align": "center",
                "borderRadius": 4,
                "padding": { "top": 12, "right": 24, "bottom": 12, "left": 24 }
              },
              "elements": []
            },
            {
              "id": "w_welcome_footer",
              "elType": "widget",
              "widgetType": "text",
              "settings": {
                "content": "<p style=\"text-align:center;color:#94a3b8;font-size:12px;margin-top:24px;\">{store_name} · {store_address}</p>"
              },
              "elements": []
            }
          ]
        }
      ]
    }
  ]
}
