{
  "theme_name": "Luxury Gold",
  "theme_description": "Gold gradients with charcoal accents and refined serif type set a regal mood for premium launches, gala invites, and VIP touchpoints.",
  "theme_category": "creative",
  "version": "1.0.0",
  "styles": {
    "form_style": {
      "default": {
        "background_mode": "gradient",
        "background-color": "#ffffff",
        "gradient_color_1": "#fefcfa",
        "gradient_color_2": "#fffbf5",
        "gradient_angle": "180deg",
        "border": {
          "color": "rgba(217, 176, 115, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "12px",
        "padding": {
          "top": "24px",
          "right": "24px",
          "bottom": "24px",
          "left": "24px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "8px",
          "blur": "24px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.15)"
        },
        "custom_css": "backdrop-filter: blur(10px);"
      }
    },
    "page_style": {
      "default": {
        "background_mode": "single",
        "background-color": "transparent",
        "border": {
          "color": "transparent",
          "width": {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          },
          "style": "none"
        },
        "border-radius": "0px",
        "padding": {
          "top": "24px",
          "right": "24px",
          "bottom": "24px",
          "left": "24px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "0px",
          "color": "rgba(0, 0, 0, 0)"
        }
      }
    },
    "row_style": {
      "default": {
        "background-color": "transparent",
        "gap": "24px",
        "margin": {
          "top": "0px",
          "right": "0px",
          "bottom": "24px",
          "left": "0px"
        }
      }
    },
    "field_style": {
      "text_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.95)",
          "color": "#2f2a1f",
          "placeholder_color": "rgba(47, 42, 31, 0.6)",
          "padding": {
            "top": "14px",
            "right": "18px",
            "bottom": "14px",
            "left": "18px"
          },
          "border": {
            "color": "rgba(217, 176, 115, 0.35)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "6px",
            "blur": "18px",
            "spread": "0px",
            "color": "rgba(217, 176, 115, 0.2)"
          },
          "font-size": "15px"
        },
        "focus": {
          "border": {
            "color": "rgba(217, 176, 115, 0.8)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "8px",
            "blur": "20px",
            "spread": "0px",
            "color": "rgba(217, 176, 115, 0.3)"
          },
          "outline": "0"
        },
        "hover": {
          "border": {
            "color": "rgba(217, 176, 115, 0.5)"
          }
        }
      },
      "textarea": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.95)",
          "color": "#2f2a1f",
          "placeholder_color": "rgba(47, 42, 31, 0.6)",
          "padding": {
            "top": "14px",
            "right": "18px",
            "bottom": "14px",
            "left": "18px"
          },
          "border": {
            "color": "rgba(217, 176, 115, 0.35)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "6px",
            "blur": "18px",
            "spread": "0px",
            "color": "rgba(217, 176, 115, 0.2)"
          },
          "font-size": "15px"
        },
        "focus": {
          "border": {
            "color": "rgba(217, 176, 115, 0.8)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "8px",
            "blur": "20px",
            "spread": "0px",
            "color": "rgba(217, 176, 115, 0.3)"
          },
          "outline": "0"
        },
        "hover": {
          "border": {
            "color": "rgba(217, 176, 115, 0.5)"
          }
        }
      },
      "select_input": {
        "default": {
          "background-color": "rgba(255, 255, 255, 0.95)",
          "color": "#2f2a1f",
          "padding": {
            "top": "14px",
            "right": "18px",
            "bottom": "14px",
            "left": "18px"
          },
          "border": {
            "color": "rgba(217, 176, 115, 0.35)",
            "width": {
              "top": "1px",
              "right": "1px",
              "bottom": "1px",
              "left": "1px"
            },
            "style": "solid"
          },
          "border-radius": "10px",
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "6px",
            "blur": "18px",
            "spread": "0px",
            "color": "rgba(217, 176, 115, 0.2)"
          },
          "font-size": "15px"
        },
        "focus": {
          "border": {
            "color": "rgba(217, 176, 115, 0.8)"
          },
          "box-shadow": {
            "offset_x": "0px",
            "offset_y": "8px",
            "blur": "20px",
            "spread": "0px",
            "color": "rgba(217, 176, 115, 0.3)"
          },
          "outline": "0"
        },
        "hover": {
          "border": {
            "color": "rgba(217, 176, 115, 0.5)"
          }
        }
      },
      "checkbox_radio": {
        "default": {
          "accent_color": "#b48640",
          "size": "18px",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "hover": {
          "accent_color": "#d9b073",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        },
        "focus": {
          "accent_color": "#b48640",
          "margin": {
            "top": "10px",
            "right": "5px",
            "bottom": "10px",
            "left": "0px"
          }
        }
      }
    },
    "submit_button": {
      "default": {
        "background_mode": "gradient",
        "background-color": "#b48640",
        "gradient_color_1": "#b48640",
        "gradient_color_2": "#d9b073",
        "gradient_angle": "135deg",
        "border": {
          "color": "rgba(180, 134, 64, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "32px",
          "bottom": "12px",
          "left": "32px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.4)"
        },
        "color": "#ffffff"
      },
      "hover": {
        "gradient_color_1": "#d9b073",
        "gradient_color_2": "#eac588",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.5)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(217, 176, 115, 0.4)"
        },
        "outline": "0",
        "color": "#ffffff"
      },
      "active": {
        "gradient_color_1": "#a17739",
        "gradient_color_2": "#b48640",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.5)"
        },
        "color": "#ffffff"
      }
    },
    "previous_button": {
      "default": {
        "background_mode": "single",
        "background-color": "rgba(217, 176, 115, 0.15)",
        "border": {
          "color": "rgba(217, 176, 115, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "32px",
          "bottom": "12px",
          "left": "32px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.2)"
        },
        "color": "#1f2937"
      },
      "hover": {
        "background-color": "rgba(217, 176, 115, 0.25)",
        "border": {
          "color": "rgba(217, 176, 115, 0.6)"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "12px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.3)"
        },
        "color": "#1f2937"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(217, 176, 115, 0.3)"
        },
        "outline": "0",
        "color": "#1f2937"
      },
      "active": {
        "background-color": "rgba(217, 176, 115, 0.35)",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "1px",
          "blur": "4px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.3)"
        },
        "color": "#1f2937"
      }
    },
    "next_button": {
      "default": {
        "background_mode": "gradient",
        "background-color": "#b48640",
        "gradient_color_1": "#b48640",
        "gradient_color_2": "#d9b073",
        "gradient_angle": "135deg",
        "border": {
          "color": "rgba(180, 134, 64, 0.3)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "999px",
        "padding": {
          "top": "12px",
          "right": "32px",
          "bottom": "12px",
          "left": "32px"
        },
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "4px",
          "blur": "16px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.4)"
        },
        "color": "#ffffff"
      },
      "hover": {
        "gradient_color_1": "#d9b073",
        "gradient_color_2": "#eac588",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "6px",
          "blur": "20px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.5)"
        },
        "color": "#ffffff"
      },
      "focus": {
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "0px",
          "blur": "0px",
          "spread": "4px",
          "color": "rgba(217, 176, 115, 0.4)"
        },
        "outline": "0",
        "color": "#ffffff"
      },
      "active": {
        "gradient_color_1": "#a17739",
        "gradient_color_2": "#b48640",
        "box-shadow": {
          "offset_x": "0px",
          "offset_y": "2px",
          "blur": "8px",
          "spread": "0px",
          "color": "rgba(180, 134, 64, 0.5)"
        },
        "color": "#ffffff"
      }
    },
    "button_typography": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "16px",
        "color": "#ffffff",
        "font-weight": "600",
        "letter-spacing": "0.03em",
        "text-transform": "none",
        "text-align": "center"
      }
    },
    "form_title": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "28px",
        "color": "#2f2a1f",
        "font-weight": "600",
        "letter-spacing": "0.02em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "form_description": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "15px",
        "color": "rgba(47, 42, 31, 0.75)",
        "font-weight": "400",
        "letter-spacing": "0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_heading": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "24px",
        "color": "#2f2a1f",
        "font-weight": "600",
        "letter-spacing": "0.02em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "page_description": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "14px",
        "color": "rgba(47, 42, 31, 0.75)",
        "font-weight": "400",
        "letter-spacing": "0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_heading": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "18px",
        "color": "#2f2a1f",
        "font-weight": "600",
        "letter-spacing": "0.02em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "row_description": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "13px",
        "color": "rgba(47, 42, 31, 0.7)",
        "font-weight": "400",
        "letter-spacing": "0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_label": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "14px",
        "color": "#2f2a1f",
        "font-weight": "500",
        "letter-spacing": "0.03em",
        "text-transform": "uppercase",
        "text-align": "left"
      }
    },
    "field_description": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "12px",
        "color": "rgba(47, 42, 31, 0.7)",
        "font-weight": "400",
        "letter-spacing": "0.01em",
        "text-transform": "none",
        "text-align": "left"
      }
    },
    "field_errors": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "12px",
        "color": "#b40f2f",
        "font-weight": "500",
        "letter-spacing": "0.02em",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(255, 245, 240, 1)",
        "padding": {
          "top": "6px",
          "right": "10px",
          "bottom": "6px",
          "left": "10px"
        },
        "border": {
          "color": "rgba(180, 15, 47, 0.25)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "6px"
      }
    },
    "success_message": {
      "default": {
        "font-family": "Georgia, 'Times New Roman', serif",
        "font-size": "14px",
        "color": "#1f4d1f",
        "font-weight": "500",
        "letter-spacing": "0.01em",
        "text-transform": "none",
        "text-align": "left",
        "background-color": "rgba(232, 246, 232, 1)",
        "padding": {
          "top": "16px",
          "right": "20px",
          "bottom": "16px",
          "left": "20px"
        },
        "border": {
          "color": "rgba(130, 180, 130, 0.4)",
          "width": {
            "top": "1px",
            "right": "1px",
            "bottom": "1px",
            "left": "1px"
          },
          "style": "solid"
        },
        "border-radius": "8px"
      }
    }
  }
}
