{
  "name": "Website Full Brief",
  "description": "Complete project brief for website redesigns and new builds — goals, pages, deadline, references, content, and key contacts.",
  "version": "1.0",
  "questions": [
    {
      "questionText": "What is the project name?",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "What is the primary goal of the website?",
      "questionType": "textarea",
      "required": true
    },
    {
      "questionText": "Which pages should the website include? (e.g. Home, About, Services, Contact)",
      "questionType": "textarea",
      "required": true
    },
    {
      "questionText": "What is the target launch date?",
      "questionType": "date",
      "required": true
    },
    {
      "questionText": "Do you have reference websites or design inspirations? Please share links.",
      "questionType": "textarea",
      "required": false
    },
    {
      "questionText": "Which tone of voice fits the brand?",
      "questionType": "select",
      "required": true,
      "options": ["Professional", "Friendly", "Bold / Edgy", "Minimal / Clean", "Playful", "Luxury"]
    },
    {
      "questionText": "Who is the primary point of contact for this project?",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Contact email for project communication",
      "questionType": "email",
      "required": true
    },
    {
      "questionText": "Contact phone number",
      "questionType": "phone",
      "required": false
    },
    {
      "questionText": "Please upload existing brand assets (logos, style guides, mockups).",
      "questionType": "file",
      "required": false,
      "fileConfig": {
        "allowedFileTypes": ["image/*", "application/pdf", ".ai", ".eps", ".svg", ".zip"],
        "maxFileSizeMB": 50,
        "maxFiles": 10
      }
    },
    {
      "questionText": "Is there existing website content (copy) ready, or does it need to be created?",
      "questionType": "select",
      "required": true,
      "options": ["Content is ready", "Partially ready", "Needs to be created from scratch"]
    },
    {
      "questionText": "Estimated budget range (optional)",
      "questionType": "select",
      "required": false,
      "options": ["Under €1,000", "€1,000 – €3,000", "€3,000 – €8,000", "€8,000 – €20,000", "Over €20,000"]
    },
    {
      "questionText": "Any additional notes or requirements?",
      "questionType": "textarea",
      "required": false
    }
  ]
}
