/* Start custom CSS */{
  "version": "3.31.0",
  "title": "PIM PAM PUM • Protocolos de Misión (Diseño Premium)",
  "type": "page",
  "page_settings": {
    "layout": "elementor_full_width",
    "background": "#050505",
    "content_width": 1200
  },
  "design_system": {
    "colors": {
      "primary": "#FF6A00",
      "secondary": "#111111",
      "surface": "#1A1A1A",
      "text": "#FFFFFF",
      "textMuted": "#D1D5DB"
    },
    "fonts": {
      "heading": "Bebas Neue / Anton",
      "body": "Montserrat"
    }
  },
  "sections": [
    {
      "id": "hero",
      "type": "container",
      "background": "gradient(#050505,#2B1200)",
      "padding": "80px 60px",
      "columns": [
        {
          "width": "55%",
          "widgets": [
            {
              "type": "badge",
              "text": "COMANDANTE PIM",
              "color": "#FF6A00"
            },
            {
              "type": "heading",
              "size": 72,
              "color": "#FFFFFF",
              "text": "PROTOCOLOS DE MISIÓN"
            },
            {
              "type": "text",
              "color": "#E5E7EB",
              "text": "Estas son las leyes que todo agente debe seguir. No son sugerencias. Son órdenes de misión."
            },
            {
              "type": "button",
              "text": "EMPEZAR LA MISIÓN",
              "style": "orange-solid",
              "link": "/reservas"
            }
          ]
        },
        {
          "width": "45%",
          "widgets": [
            {
              "type": "image",
              "src": "assets/comandante-pim.png",
              "alt": "Comandante PIM",
              "width": 480
            }
          ]
        }
      ]
    },
    {
      "id": "intro",
      "type": "container",
      "background": "#111111",
      "padding": "35px",
      "border_left": "6px solid #FF6A00",
      "widgets": [
        {
          "type": "heading",
          "size": 18,
          "color": "#FF6A00",
          "text": "DIRECTIVA SUPREMA"
        },
        {
          "type": "heading",
          "size": 30,
          "color": "#FFFFFF",
          "text": "Protección Ocular Táctica Siempre"
        },
        {
          "type": "text",
          "color": "#D1D5DB",
          "text": "Las gafas deben permanecer puestas durante toda la partida. Si se caen o se empañan, baja la marcadora y avisa al monitor."
        }
      ]
    },
    {
      "id": "rules",
      "type": "grid",
      "columns": {
        "desktop": 4,
        "tablet": 2,
        "mobile": 1
      },
      "gap": 24,
      "cards": [
        {
          "icon": "eye",
          "title": "PROTECCIÓN OCULAR",
          "subtitle": "TÁCTICA SIEMPRE",
          "text": "Usa las gafas durante toda la misión."
        },
        {
          "icon": "target",
          "title": "PROHIBIDO EL FUEGO",
          "subtitle": "A LA CABEZA",
          "text": "Nunca apuntes al rostro ni a la cabeza."
        },
        {
          "icon": "hand",
          "title": "ALTO AL TOQUE",
          "subtitle": "DE DIANA",
          "text": "Levanta la mano y dirígete al respawn."
        },
        {
          "icon": "users",
          "title": "CERO CONTACTO",
          "subtitle": "FÍSICO",
          "text": "No empujes ni agarres a otros jugadores."
        },
        {
          "icon": "shield",
          "title": "RESPETA AL",
          "subtitle": "MONITOR",
          "text": "El monitor es la máxima autoridad del campo."
        },
        {
          "icon": "crosshair",
          "title": "MUNICIÓN SIEMPRE",
          "subtitle": "AL FRENTE",
          "text": "Dispara siempre hacia delante y mantén distancia."
        },
        {
          "icon": "flag",
          "title": "CUIDA LA BASE",
          "subtitle": "Y EL ESCENARIO",
          "text": "Respeta obstáculos y decorados."
        },
        {
          "icon": "bell",
          "title": "SILBATO = MISIÓN",
          "subtitle": "EN PAUSA",
          "text": "Detente inmediatamente cuando suene el silbato."
        }
      ]
    },
    {
      "id": "elite",
      "type": "container",
      "background": "#0A0A0A",
      "padding": "50px",
      "radius": 24,
      "widgets": [
        {
          "type": "heading",
          "size": 38,
          "color": "#FF6A00",
          "text": "UN AGENTE DE ÉLITE... CUMPLE LA MISIÓN"
        },
        {
          "type": "text",
          "color": "#FFFFFF",
          "text": "Estas directivas existen para que todos vivamos la mejor experiencia de juego. Más diversión. Más emoción. Más PIM PAM PUM JUEGO."
        },
        {
          "type": "button",
          "text": "¿LISTO PARA LA MISIÓN?",
          "style": "orange-solid",
          "link": "/reservas"
        }
      ]
    }
  ],
  "custom_css": "\nbody.elementor-page-334 .mission-card{\n    background:#111111;\n    border:2px solid #FF6A00;\n    border-radius:20px;\n    padding:24px;\n    transition:all .35s ease;\n    box-shadow:0 0 18px rgba(255,106,0,.15);\n}\nbody.elementor-page-334 .mission-card:hover{\n    transform:translateY(-6px);\n    box-shadow:0 0 30px rgba(255,106,0,.35);\n}\n"
}/* End custom CSS */