{"id":1102,"date":"2026-04-26T11:48:21","date_gmt":"2026-04-26T11:48:21","guid":{"rendered":"http:\/\/workspacesglobal.com\/contact-us\/"},"modified":"2026-06-17T17:29:29","modified_gmt":"2026-06-17T17:29:29","slug":"contacto","status":"publish","type":"page","link":"https:\/\/workspacesglobal.com\/en\/contacto\/","title":{"rendered":"Contact"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Contacta con WorkspaceGlobal. Soporte para registrar tu espacio de coworking u oficina. Tel&eacute;fono, email, direcci&oacute;n en Valencia y formulario de contacto.\">\n    <meta name=\"keywords\" content=\"contacto workspaceglobal, soporte coworking, registrar oficina, ayuda workspace, valencia\">\n    <title>Contact | WorkspaceGlobal &#8211; Space Support and Registration<\/title>\n    \n    <!-- Open Graph \/ Social Media -->\n    <meta property=\"og:title\" content=\"Contacta con WorkspaceGlobal | Soporte 24\/7\">\n    <meta property=\"og:description\" content=\"&iquest;Preguntas sobre registrar tu espacio? Cont&aacute;ctanos por formulario, tel&eacute;fono o email. Estamos en Valencia, operando globalmente.\">\n    <meta property=\"og:image\" content=\"https:\/\/workspaceglobal.com\/images\/og-contact.jpg\">\n    <meta property=\"og:url\" content=\"https:\/\/workspaceglobal.com\/contacto\">\n    <meta property=\"og:type\" content=\"website\">\n    \n    <!-- Schema.org ContactPage + LocalBusiness -->\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"ContactPage\",\n      \"mainEntity\": {\n        \"@type\": \"LocalBusiness\",\n        \"name\": \"WorkspaceGlobal\",\n        \"image\": \"https:\/\/workspaceglobal.com\/images\/logo.png\",\n        \"description\": \"Directorio internacional de oficinas y espacios de coworking en alquiler.\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"streetAddress\": \"Carrera Fuente de San Luis 17, Bajo\",\n          \"addressLocality\": \"Valencia\",\n          \"postalCode\": \"46006\",\n          \"addressCountry\": \"ES\"\n        },\n        \"geo\": {\n          \"@type\": \"GeoCoordinates\",\n          \"latitude\": \"39.4699\",\n          \"longitude\": \"-0.3763\"\n        },\n        \"telephone\": \"+34633679903\",\n        \"email\": \"hola@workspaceglobal.com\",\n        \"url\": \"https:\/\/workspaceglobal.com\",\n        \"openingHoursSpecification\": {\n          \"@type\": \"OpeningHoursSpecification\",\n          \"dayOfWeek\": [\"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\"],\n          \"opens\": \"09:00\",\n          \"closes\": \"18:00\"\n        },\n        \"contactPoint\": [\n          {\n            \"@type\": \"ContactPoint\",\n            \"telephone\": \"+34-633-679-903\",\n            \"contactType\": \"customer service\",\n            \"areaServed\": \"World\",\n            \"availableLanguage\": [\"Spanish\", \"English\"]\n          },\n          {\n            \"@type\": \"ContactPoint\",\n            \"email\": \"soporte@workspaceglobal.com\",\n            \"contactType\": \"technical support\"\n          }\n        ]\n      }\n    }\n    <\/script>\n\n    <style>\n        :root {\n            --primary: #003580;\n            --primary-dark: #00224f;\n            --secondary: #feba02;\n            --text-dark: #1a1a1a;\n            --text-light: #666;\n            --bg-light: #f5f5f5;\n            --white: #ffffff;\n            --shadow: 0 2px 12px rgba(0,0,0,0.1);\n            --shadow-lg: 0 8px 30px rgba(0,0,0,0.15);\n            --radius: 8px;\n            --radius-lg: 16px;\n            --transition: all 0.3s ease;\n            --error: #e74c3c;\n            --success: #27ae60;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: var(--text-dark);\n            background: var(--white);\n        }\n\n        \/* Header *\/\n        header {\n            background: var(--white);\n            box-shadow: var(--shadow);\n            position: fixed;\n            width: 100%;\n            top: 0;\n            z-index: 1000;\n        }\n        .nav-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 1rem 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .logo {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: var(--primary);\n            text-decoration: none;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        .logo span { color: var(--secondary); }\n        nav ul {\n            display: flex;\n            list-style: none;\n            gap: 2rem;\n        }\n        nav a {\n            text-decoration: none;\n            color: var(--text-dark);\n            font-weight: 500;\n            transition: var(--transition);\n        }\n        nav a:hover, nav a.active { color: var(--primary); }\n        .cta-button {\n            background: var(--secondary);\n            color: var(--primary-dark);\n            padding: 0.75rem 1.5rem;\n            border-radius: var(--radius);\n            text-decoration: none;\n            font-weight: 600;\n            transition: var(--transition);\n            border: none;\n            cursor: pointer;\n            display: inline-block;\n        }\n        .cta-button:hover {\n            background: #e5a900;\n            transform: translateY(-2px);\n        }\n\n        \/* Hero Section *\/\n        .hero-contact {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n            color: var(--white);\n            padding: 8rem 2rem 4rem;\n            text-align: center;\n            margin-top: 70px;\n        }\n        .hero-contact h1 {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n        .hero-contact p {\n            font-size: 1.2rem;\n            max-width: 650px;\n            margin: 0 auto;\n            opacity: 0.95;\n        }\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: rgba(254,186,2,0.2);\n            color: var(--secondary);\n            padding: 0.5rem 1.25rem;\n            border-radius: 50px;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--secondary);\n        }\n\n        \/* Contact Layout *\/\n        .contact-layout {\n            padding: 4rem 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1.2fr;\n            gap: 3rem;\n            align-items: start;\n        }\n\n        \/* Contact Info Sidebar *\/\n        .contact-sidebar {\n            position: sticky;\n            top: 100px;\n        }\n        .contact-card {\n            background: var(--white);\n            border-radius: var(--radius-lg);\n            padding: 2rem;\n            box-shadow: var(--shadow-lg);\n            margin-bottom: 1.5rem;\n        }\n        .contact-card h3 {\n            color: var(--primary);\n            margin-bottom: 1.5rem;\n            padding-bottom: 1rem;\n            border-bottom: 2px solid var(--bg-light);\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        .contact-method {\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            padding: 1rem 0;\n            border-bottom: 1px solid var(--bg-light);\n        }\n        .contact-method:last-child { border-bottom: none; }\n        .contact-icon {\n            width: 40px;\n            height: 40px;\n            background: var(--primary);\n            color: var(--white);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            font-size: 1.1rem;\n        }\n        .contact-details strong {\n            display: block;\n            color: var(--text-dark);\n            margin-bottom: 0.25rem;\n        }\n        .contact-details a,\n        .contact-details span {\n            color: var(--text-light);\n            text-decoration: none;\n            transition: var(--transition);\n        }\n        .contact-details a:hover {\n            color: var(--primary);\n        }\n        .hours-list {\n            list-style: none;\n            font-size: 0.95rem;\n            color: var(--text-light);\n        }\n        .hours-list li {\n            display: flex;\n            justify-content: space-between;\n            padding: 0.4rem 0;\n        }\n        .hours-list li.urgent {\n            color: var(--secondary);\n            font-weight: 600;\n        }\n\n        \/* Map Placeholder *\/\n        .map-card {\n            background: var(--white);\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            box-shadow: var(--shadow-lg);\n        }\n        .map-placeholder {\n            height: 200px;\n            background: linear-gradient(135deg, var(--bg-light) 0%, #e0e0e0 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-light);\n            font-size: 0.9rem;\n            text-align: center;\n            padding: 1rem;\n        }\n        .map-actions {\n            padding: 1rem;\n            display: flex;\n            gap: 0.5rem;\n            flex-wrap: wrap;\n        }\n        .map-btn {\n            flex: 1;\n            min-width: 120px;\n            padding: 0.6rem;\n            background: var(--bg-light);\n            border: none;\n            border-radius: 4px;\n            font-size: 0.85rem;\n            cursor: pointer;\n            transition: var(--transition);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.3rem;\n        }\n        .map-btn:hover {\n            background: var(--primary);\n            color: var(--white);\n        }\n\n        \/* Contact Form *\/\n        .contact-form-card {\n            background: var(--white);\n            border-radius: var(--radius-lg);\n            padding: 2.5rem;\n            box-shadow: var(--shadow-lg);\n        }\n        .form-header {\n            margin-bottom: 2rem;\n        }\n        .form-header h3 {\n            color: var(--primary);\n            font-size: 1.5rem;\n            margin-bottom: 0.5rem;\n        }\n        .form-header p {\n            color: var(--text-light);\n        }\n        .form-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1.25rem;\n        }\n        .form-group {\n            margin-bottom: 0;\n        }\n        .form-group.full-width {\n            grid-column: 1 \/ -1;\n        }\n        .form-group label {\n            display: block;\n            margin-bottom: 0.5rem;\n            font-weight: 500;\n            color: var(--text-dark);\n            font-size: 0.95rem;\n        }\n        .form-group label .required {\n            color: var(--error);\n            margin-left: 2px;\n        }\n        .form-control {\n            width: 100%;\n            padding: 0.875rem;\n            border: 2px solid #e0e0e0;\n            border-radius: var(--radius);\n            font-size: 1rem;\n            transition: var(--transition);\n            background: var(--white);\n        }\n        .form-control:focus {\n            outline: none;\n            border-color: var(--primary);\n            box-shadow: 0 0 0 3px rgba(0,53,128,0.1);\n        }\n        .form-control.error {\n            border-color: var(--error);\n        }\n        .form-control::placeholder {\n            color: #aaa;\n        }\n        textarea.form-control {\n            min-height: 140px;\n            resize: vertical;\n            font-family: inherit;\n        }\n        select.form-control {\n            appearance: none;\n            background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'\/%3E%3C\/svg%3E\");\n            background-repeat: no-repeat;\n            background-position: right 1rem center;\n            padding-right: 2.5rem;\n        }\n        .form-help {\n            font-size: 0.8rem;\n            color: var(--text-light);\n            margin-top: 0.35rem;\n        }\n        .submit-section {\n            margin-top: 1.5rem;\n            padding-top: 1.5rem;\n            border-top: 1px solid var(--bg-light);\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n        .submit-btn {\n            background: var(--primary);\n            color: var(--white);\n            border: none;\n            padding: 1rem 2.5rem;\n            border-radius: var(--radius);\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: var(--transition);\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        .submit-btn:hover {\n            background: var(--primary-dark);\n            transform: translateY(-2px);\n        }\n        .submit-btn:disabled {\n            background: #ccc;\n            cursor: not-allowed;\n            transform: none;\n        }\n        .privacy-note {\n            font-size: 0.8rem;\n            color: var(--text-light);\n            display: flex;\n            align-items: center;\n            gap: 0.3rem;\n        }\n        .privacy-note a {\n            color: var(--primary);\n            text-decoration: none;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            padding: 4rem 2rem;\n            background: var(--bg-light);\n        }\n        .faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .faq-item {\n            background: var(--white);\n            border-radius: var(--radius);\n            margin-bottom: 1rem;\n            box-shadow: var(--shadow);\n            overflow: hidden;\n        }\n        .faq-question {\n            padding: 1.25rem 1.5rem;\n            font-weight: 600;\n            color: var(--text-dark);\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: var(--transition);\n        }\n        .faq-question:hover {\n            background: var(--bg-light);\n        }\n        .faq-question::after {\n            content: \"+\";\n            font-size: 1.5rem;\n            color: var(--primary);\n            transition: var(--transition);\n        }\n        .faq-item.active .faq-question::after {\n            content: \"&minus;\";\n        }\n        .faq-answer {\n            padding: 0 1.5rem;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n            color: var(--text-light);\n        }\n        .faq-item.active .faq-answer {\n            padding: 0 1.5rem 1.25rem;\n            max-height: 500px;\n        }\n\n        \/* Success Message *\/\n        .success-message {\n            display: none;\n            background: linear-gradient(135deg, var(--success) 0%, #219a52 100%);\n            color: var(--white);\n            padding: 1.5rem;\n            border-radius: var(--radius);\n            margin-bottom: 1.5rem;\n            text-align: center;\n            animation: slideIn 0.3s ease;\n        }\n        .success-message.show {\n            display: block;\n        }\n        @keyframes slideIn {\n            from { opacity: 0; transform: translateY(-10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 992px) {\n            .contact-grid {\n                grid-template-columns: 1fr;\n            }\n            .contact-sidebar {\n                position: static;\n            }\n        }\n        @media (max-width: 768px) {\n            .nav-container {\n                flex-direction: column;\n                gap: 1rem;\n            }\n            nav ul {\n                gap: 1rem;\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            .hero-contact h1 {\n                font-size: 2rem;\n            }\n            .form-grid {\n                grid-template-columns: 1fr;\n            }\n            .contact-method {\n                flex-direction: column;\n                text-align: center;\n            }\n            .contact-icon {\n                margin: 0 auto;\n            }\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .animate {\n            animation: fadeInUp 0.6s ease forwards;\n            opacity: 0;\n        }\n        .delay-1 { animation-delay: 0.1s; }\n        .delay-2 { animation-delay: 0.2s; }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header>\n        <div class=\"nav-container\">\n            <a href=\"\/\" class=\"logo\">Workspace<span>Global<\/span><\/a>\n            <nav>\n                <ul>\n                    <li><a href=\"\/\">Home<\/a><\/li>\n                    <li><a href=\"\/#espacios\">Spaces<\/a><\/li>\n                    <li><a href=\"\/#espana\">Spain<\/a><\/li>\n                    <li><a href=\"\/#precios\">Prices<\/a><\/li>\n                    <li><a href=\"\/about\">About Us<\/a><\/li>\n                <\/ul>\n            <\/nav>\n            <a href=\"\/#registro\" class=\"cta-button\">Register My Space<\/a>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero-contact\">\n        <span class=\"hero-badge\">  We&#8217;re here to help you<\/span>\n        <h1>Contact us<\/h1>\n        <p>Questions about registering your space? Do you need technical support? Our team is ready to help you in English and Spanish.<\/p>\n    <\/section>\n\n    <!-- Main Contact Section -->\n    <section class=\"contact-layout\">\n        <div class=\"contact-grid\">\n            \n            <!-- Sidebar: Contact Info -->\n            <aside class=\"contact-sidebar\">\n                \n                <!-- Direct Contact Card -->\n                <div class=\"contact-card animate\">\n                    <h3>o Direct contact<\/h3>\n                    \n                    <div class=\"contact-method\">\n                        <div class=\"contact-icon\">&#128205;<\/div>\n                        <div class=\"contact-details\">\n                            <strong>Direction<\/strong>\n                            <a href=\"https:\/\/maps.google.com\/?q=Carrera+Fuente+de+San+Luis+17,+Valencia\" target=\"_blank\" rel=\"noopener\">Carrera Fuente de San Luis 17, Bajo<br>Valencia, 46006, Spain\n <\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-method\">\n                        <div class=\"contact-icon\">&#128241;<\/div>\n                        <div class=\"contact-details\">\n                            <strong>Phone \/ WhatsApp<\/strong>\n                            <a href=\"tel:+34633679903\">+34 633 679 903<\/a>\n                            <span style=\"font-size: 0.85rem; display: block; margin-top: 0.25rem;\">Lun-Vie: 9:00-18:00 CET<\/span>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-method\">\n                        <div class=\"contact-icon\"> &#65039;<\/div>\n                        <div class=\"contact-details\">\n                            <strong>Email General<\/strong>\n                            <a href=\"mailto:hola@workspaceglobal.com\">hello@workspaceglobal.com<\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-method\">\n                        <div class=\"contact-icon\"> &#65039;<\/div>\n                        <div class=\"contact-details\">\n                            <strong>Technical Support<\/strong>\n                            <a href=\"mailto:soporte@workspaceglobal.com\">support@workspaceglobal.com<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Hours Card -->\n                <div class=\"contact-card animate delay-1\">\n                    <h3> de Attention hours<\/h3>\n                    <ul class=\"hours-list\">\n                        <li><span>Monday &#8211; Friday<\/span> <strong>09:00 &#8211; 18:00 CET<\/strong><\/li>\n                        <li><span>Saturday<\/span> <strong>10:00 &#8211; 14:00 CET<\/strong><\/li>\n                        <li class=\"urgent\"><span>Sunday<\/span> <strong>Closed<\/strong><\/li>\n                    <\/ul>\n                    <p style=\"margin-top: 1rem; font-size: 0.9rem; color: var(--text-light);\">&#9660; Answer guaranteed in less than 24h laborable.\n <\/p>\n                <\/div>\n\n                <!-- Map Card -->\n                <div class=\"map-card animate delay-2\">\n                    <div class=\"map-placeholder\"> &#65039;<br>\n                        <strong>WorkspaceGlobal HQ<\/strong><br>Valencia, Spain<br>\n                        <span style=\"font-size: 0.85rem; margin-top: 0.5rem; display: block;\">Interactive map (Google Maps \/ OpenStreetMap)\n <\/span>\n                    <\/div>\n                    <div class=\"map-actions\">\n                        <button class=\"map-btn\" onclick=\"window.open('https:\/\/maps.google.com\/?q=39.4699,-0.3763', '_blank')\"> en&#65039; View on Google Maps\n <\/button>\n                        <button class=\"map-btn\" onclick=\"navigator.clipboard.writeText('Carrera Fuente de San Luis 17, Bajo, 46006 Valencia')\">r Copy Address\n <\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- Quick Tips Card -->\n                <div class=\"contact-card animate\" style=\"background: linear-gradient(135deg, #fff9e6 0%, #fff 100%); border-left: 4px solid var(--secondary);\">\n                    <h3 style=\"border-bottom-color: #ffeaa7;\">&#9660; Quick Tips<\/h3>\n                    <ul style=\"list-style: none; font-size: 0.95rem; color: var(--text-light);\">\n                        <li style=\"margin-bottom: 0.75rem;\">&#9989; <strong>To register a space:<\/strong> Use the form and select &#8220;Space Record&#8221;<\/li>\n                        <li style=\"margin-bottom: 0.75rem;\">&#9989; <strong>Payment support:<\/strong> Include your transaction ID in the matter<\/li>\n                        <li style=\"margin-bottom: 0.75rem;\">&#9989; <strong>ER:<\/strong> Call +34 633 679 903 for immediate response<\/li>\n                        <li>&#9989; <strong>Language:<\/strong> Write us in English or Spanish, we will answer you in your language<\/li>\n                    <\/ul>\n                <\/div>\n\n            <\/aside>\n\n            <!-- Main Form -->\n            <main class=\"contact-form-card animate\">\n                \n                <!-- Success Message (Hidden by default) -->\n                <div id=\"successMessage\" class=\"success-message\">\n                    <strong>&#9655; Message Sent!<\/strong><br>Thank you for contacting us. We have received your consultation and we will answer you within 24 working hours.\n <\/div>\n\n                <div class=\"form-header\">\n                    <h3>Send us a message<\/h3>\n                    <p>Complete the form and we will contact you as soon as possible.<\/p>\n                <\/div>\n\n                <form id=\"contactForm\" action=\"https:\/\/formspree.io\/f\/xbdqbblz\" method=\"POST\">\n                    \n                    <!-- Formspree Hidden Fields -->\n                    <input type=\"hidden\" name=\"_subject\" value=\"Nueva consulta desde workspaceglobal.com\/contacto\">\n                    <input type=\"hidden\" name=\"_next\" value=\"https:\/\/workspaceglobal.com\/gracias.html\">\n                    <input type=\"hidden\" name=\"_cc\" value=\"soporte@workspaceglobal.com\">\n                    \n                    <div class=\"form-grid\">\n                        <!-- Name -->\n                        <div class=\"form-group\">\n                            <label for=\"name\">Full name <span class=\"required\">*<\/span><\/label>\n                            <input type=\"text\" id=\"name\" name=\"name\" class=\"form-control\" required placeholder=\"Tu nombre y apellidos\">\n                        <\/div>\n                        \n                        <!-- Email -->\n                        <div class=\"form-group\">\n                            <label for=\"email\">Professional email <span class=\"required\">*<\/span><\/label>\n                            <input type=\"email\" id=\"email\" name=\"email\" class=\"form-control\" required placeholder=\"tu@empresa.com\">\n                        <\/div>\n                        \n                        <!-- Phone -->\n                        <div class=\"form-group\">\n                            <label for=\"phone\">Telephone<\/label>\n                            <input type=\"tel\" id=\"phone\" name=\"phone\" class=\"form-control\" placeholder=\"+34 600 000 000\">\n                            <span class=\"form-help\">Optional, but recommended for quick response<\/span>\n                        <\/div>\n                        \n                        <!-- Company -->\n                        <div class=\"form-group\">\n                            <label for=\"company\">Company \/ Space<\/label>\n                            <input type=\"text\" id=\"company\" name=\"company\" class=\"form-control\" placeholder=\"Nombre de tu empresa o espacio\">\n                        <\/div>\n                        \n                        <!-- Inquiry Type -->\n                        <div class=\"form-group full-width\">\n                            <label for=\"inquiry_type\">Type of Consultation <span class=\"required\">*<\/span><\/label>\n                            <select id=\"inquiry_type\" name=\"inquiry_type\" class=\"form-control\" required>\n                                <option value=\"\">Select an option<\/option>\n                                <optgroup label=\"&#127970; Para Propietarios de Espacios\">\n                                    <option value=\"registro\">Register my space in the directory<\/option>\n                                    <option value=\"precios\">Consult plans and commissions<\/option>\n                                    <option value=\"soporte_listado\">Support for my existing listing<\/option>\n                                    <option value=\"pagos\">Consultation on payments or billing<\/option>\n                                <\/optgroup>\n                                <optgroup label=\"&#128269; Para Usuarios \/ Buscadores\">\n                                    <option value=\"buscar_espacio\">Help to find a space<\/option>\n                                    <option value=\"reserva\">Problems with a reservation<\/option>\n                                    <option value=\"feedback\">Suggestions or feedback<\/option>\n                                <\/optgroup>\n                                <optgroup label=\"&#129309; Otros\">\n                                    <option value=\"partnership\">Proposal for collaboration \/ Partnership<\/option>\n                                    <option value=\"prensa\">Press\/media contact<\/option>\n                                    <option value=\"otro\">Another consultation<\/option>\n                                <\/optgroup>\n                            <\/select>\n                        <\/div>\n                        \n                        <!-- Location (for space owners) -->\n                        <div class=\"form-group\" id=\"locationGroup\" style=\"display: none;\">\n                            <label for=\"location\">Space Location<\/label>\n                            <input type=\"text\" id=\"location\" name=\"location\" class=\"form-control\" placeholder=\"Ciudad, Pa&iacute;s\">\n                            <span class=\"form-help\">E.g.: Valencia, Spain | Madrid, Spain | Mexico City, Mexico<\/span>\n                        <\/div>\n                        \n                        <!-- Message -->\n                        <div class=\"form-group full-width\">\n                            <label for=\"message\">Message <span class=\"required\">*<\/span><\/label>\n                            <textarea id=\"message\" name=\"message\" class=\"form-control\" required placeholder=\"Describe tu consulta con el mayor detalle posible...\"><\/textarea>\n                            <span class=\"form-help\">Includes relevant information: URL of your space, booking ID, screenshots if applicable.<\/span>\n                        <\/div>\n                        \n                        <!-- GDPR Consent -->\n                        <div class=\"form-group full-width\">\n                            <label style=\"display: flex; align-items: flex-start; gap: 0.5rem; cursor: pointer;\">\n                                <input type=\"checkbox\" name=\"_gotcha\" style=\"margin-top: 4px; display: none;\" aria-hidden=\"true\">\n                                <input type=\"checkbox\" id=\"consent\" name=\"consent\" required style=\"margin-top: 4px; width: auto;\">\n                                <span style=\"font-size: 0.9rem; color: var(--text-light);\">I accept the <a href=\"\/privacidad.html\" target=\"_blank\">Privacy Policy<\/a> and I authorize WorkspaceGlobal to process my data to respond to this query. <span class=\"required\">*<\/span>\n                                <\/span>\n                            <\/label>\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Submit -->\n                    <div class=\"submit-section\">\n                        <button type=\"submit\" id=\"submitBtn\" class=\"submit-btn\">  Send Message\n <\/button>\n                        <span class=\"privacy-note\">Your data is protected. We will never share your information without consent.\n <\/span>\n                    <\/div>\n                <\/form>\n            <\/main>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section class=\"faq-section\">\n        <div class=\"faq-container\">\n            <div class=\"section-title\" style=\"text-align: center; margin-bottom: 2.5rem;\">\n                <h2 style=\"color: var(--primary); font-size: 2rem; margin-bottom: 0.75rem;\">  Frequently asked questions<\/h2>\n                <p style=\"color: var(--text-light);\">Rapid responses to the most common consultations<\/p>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">How long does it take to activate my space after I register?<\/div>\n                <div class=\"faq-answer\">\n                    <p>Once you have completed the registration and verified the information, your space will be visible in the directory within a maximum period of time <strong>24-48 working hours<\/strong>. You will receive a confirmation email with the details of access to your management panel.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">What payment methods do you accept for the fee of &euro;10\/month?<\/div>\n                <div class=\"faq-answer\">\n                    <p>We accept credit\/debit cards (Visa, Mastercard, Amex), PayPal and SEPA bank transfer for customers in the EU. All payments are processed through secure gateways with SSL encryption.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Can I cancel my subscription at any time?<\/div>\n                <div class=\"faq-answer\">\n                    <p>Yeah, absolutely. There is no permanence or penalties. You can cancel your subscription from your control panel or contact with support, and your space will remain active until the end of the billed period.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Do you offer support in English or other languages?<\/div>\n                <div class=\"faq-answer\">\n                    <p>Yeah. Our support team assists in <strong>English and Spanish<\/strong>. For other languages, we use professional translation tools to ensure clear communication. Indicate your preferred language on the form and we will respond accordingly.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">How are the commissions calculated by reservation?<\/div>\n                <div class=\"faq-answer\">\n                    <p>The commissions are transparent and apply only to confirmed and paid reservations. The exact percentage depends on the type of space and location, and is detailed in your accession contract. You can consult the complete breakdown in your manager panel.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">What do I do if I have a technical problem with my listing?<\/div>\n                <div class=\"faq-answer\">\n                    <p>For technical incidents, send an email to <strong>support@workspaceglobal.com<\/strong> with the subject &#8220;[URGENTE] + Brief description&#8221; and includes: URL of your space, browser you use and a screenshot if possible. We prioritize these consultations in response within 4 working hours.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA -->\n    <section class=\"cta-section\" style=\"background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: var(--white); padding: 3rem 2rem; text-align: center;\">\n        <h2 style=\"font-size: 1.8rem; margin-bottom: 1rem;\">Ready to take the next step?<\/h2>\n        <p style=\"max-width: 600px; margin: 0 auto 1.5rem; opacity: 0.95;\">Whether you want to register your space or need help, we&#8217;re a message away.\n <\/p>\n        <div style=\"display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;\">\n            <a href=\"\/#registro\" class=\"cta-button\">Register my Space &#8211; &euro;10\/month<\/a>\n            <a href=\"tel:+34633679903\" class=\"cta-secondary\" style=\"background: transparent; color: white; border: 2px solid white; padding: 0.75rem 2rem; border-radius: 8px; text-decoration: none; font-weight: 600;\">&#128222; Llamar Ahora<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer style=\"background: var(--primary-dark); color: var(--white); padding: 3rem 2rem 1rem;\">\n        <div class=\"footer-content\" style=\"max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem;\">\n            <div class=\"footer-section\">\n                <h4 style=\"margin-bottom: 1rem; color: var(--secondary);\">WorkspaceGlobal<\/h4>\n                <p style=\"opacity: 0.9; line-height: 1.7;\">\n                    Conectando espacios de trabajo con profesionales en todo el mundo. \n                    Plataforma segura, transparente y global.\n                <\/p>\n            <\/div>\n            \n            <div class=\"footer-section\">\n                <h4 style=\"margin-bottom: 1rem; color: var(--secondary);\">Plataforma<\/h4>\n                <a href=\"\/#espacios\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Buscar Espacios<\/a>\n                <a href=\"\/#registro\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Registrar mi Espacio<\/a>\n                <a href=\"\/#precios\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Precios y Planes<\/a>\n                <a href=\"\/about\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Sobre Nosotros<\/a>\n            <\/div>\n            \n            <div class=\"footer-section\">\n                <h4 style=\"margin-bottom: 1rem; color: var(--secondary);\">Soporte<\/h4>\n                <a href=\"#\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Centro de Ayuda<\/a>\n                <a href=\"\/contacto\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Contactar con Soporte<\/a>\n                <a href=\"#\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Pol&iacute;tica de Comisiones<\/a>\n                <a href=\"#\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">T&eacute;rminos de Pago<\/a>\n            <\/div>\n            \n            <div class=\"footer-section\">\n                <h4 style=\"margin-bottom: 1rem; color: var(--secondary);\">Legal<\/h4>\n                <a href=\"\/privacidad.html\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Pol&iacute;tica de Privacidad<\/a>\n                <a href=\"\/terminos.html\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">T&eacute;rminos de Servicio<\/a>\n                <a href=\"\/cookies.html\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Pol&iacute;tica de Cookies<\/a>\n                <a href=\"\/aviso-legal.html\" style=\"display: block; color: rgba(255,255,255,0.8); text-decoration: none; margin-bottom: 0.5rem; transition: var(--transition);\">Aviso Legal<\/a>\n            <\/div>\n        <\/div>\n        \n        <div class=\"footer-bottom\" style=\"text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.875rem; opacity: 0.8;\">\n            <p>&copy; 2026 WorkspaceGlobal. Todos los derechos reservados. | \n               <a href=\"https:\/\/workspaceglobal.com\" style=\"color: var(--secondary); text-decoration: none;\">workspaceglobal.com<\/a><\/p>\n            <p style=\"margin-top: 0.5rem; font-size: 0.8rem; opacity: 0.7;\">\n               Carrera Fuente de San Luis 17, Bajo, 46006 Valencia, Espa&ntilde;a | Tel: +34 633 679 903\n            <\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Scripts -->\n    <script>\n        \/\/ Show location field when \"Registrar espacio\" is selected\n        document.getElementById('inquiry_type')?.addEventListener('change', function() {\n            const locationGroup = document.getElementById('locationGroup');\n            const locationInput = document.getElementById('location');\n            const isSpaceOwner = ['registro', 'precios', 'soporte_listado', 'pagos'].includes(this.value);\n            \n            if (isSpaceOwner) {\n                locationGroup.style.display = 'block';\n                locationInput.required = true;\n            } else {\n                locationGroup.style.display = 'none';\n                locationInput.required = false;\n                locationInput.value = '';\n            }\n        });\n\n        \/\/ FAQ Accordion\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const item = question.parentElement;\n                const isActive = item.classList.contains('active');\n                \n                \/\/ Close all\n                document.querySelectorAll('.faq-item').forEach(i => i.classList.remove('active'));\n                \n                \/\/ Toggle current\n                if (!isActive) {\n                    item.classList.add('active');\n                }\n            });\n        });\n\n        \/\/ Form Validation & Submit\n        const form = document.getElementById('contactForm');\n        const submitBtn = document.getElementById('submitBtn');\n        const successMessage = document.getElementById('successMessage');\n\n        form?.addEventListener('submit', async function(e) {\n            e.preventDefault();\n            \n            \/\/ Basic validation\n            const required = form.querySelectorAll('[required]');\n            let valid = true;\n            \n            required.forEach(field => {\n                if (field.type === 'checkbox') {\n                    if (!field.checked) {\n                        valid = false;\n                        field.closest('.form-group').querySelector('label').style.color = 'var(--error)';\n                    } else {\n                        field.closest('.form-group').querySelector('label').style.color = '';\n                    }\n                } else if (!field.value.trim()) {\n                    valid = false;\n                    field.classList.add('error');\n                } else {\n                    field.classList.remove('error');\n                }\n            });\n            \n            if (!valid) {\n                alert('Por favor, completa todos los campos obligatorios (*)');\n                return;\n            }\n            \n            \/\/ Disable button & show loading\n            submitBtn.disabled = true;\n            submitBtn.innerHTML = '&#9203; Enviando...';\n            \n            try {\n                \/\/ Submit via Fetch for better UX (optional: remove if using Formspree default)\n                const formData = new FormData(form);\n                const response = await fetch(form.action, {\n                    method: form.method,\n                    body: formData,\n                    headers: { 'Accept': 'application\/json' }\n                });\n                \n                if (response.ok) {\n                    \/\/ Show success message\n                    successMessage.classList.add('show');\n                    form.reset();\n                    \/\/ Hide success after 5 seconds\n                    setTimeout(() => successMessage.classList.remove('show'), 5000);\n                } else {\n                    throw new Error('Error en el env&iacute;o');\n                }\n            } catch (error) {\n                \/\/ Fallback: let Formspree handle redirect\n                form.submit();\n            } finally {\n                submitBtn.disabled = false;\n                submitBtn.innerHTML = '&#128228; Enviar Mensaje';\n            }\n        });\n\n        \/\/ Copy address functionality\n        document.querySelector('.map-btn:nth-child(2)')?.addEventListener('click', function() {\n            navigator.clipboard.writeText('Carrera Fuente de San Luis 17, Bajo, 46006 Valencia, Espa&ntilde;a')\n                .then(() => {\n                    const originalText = this.innerHTML;\n                    this.innerHTML = '&#9989; &iexcl;Copiada!';\n                    this.style.background = 'var(--success)';\n                    this.style.color = 'white';\n                    setTimeout(() => {\n                        this.innerHTML = originalText;\n                        this.style.background = '';\n                        this.style.color = '';\n                    }, 2000);\n                });\n        });\n\n        \/\/ Fade-in animations on scroll\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1 });\n\n        document.querySelectorAll('.animate').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(20px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(el);\n        });\n\n        \/\/ Active nav link\n        const currentPath = window.location.pathname;\n        document.querySelectorAll('nav a').forEach(link => {\n            if (link.getAttribute('href')?.includes('contacto') || \n                (currentPath.includes('contact') && link.textContent.includes('Contacto'))) {\n                link.classList.add('active');\n            }\n        });\n    <\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Contact | WorkspaceGlobal &#8211; Space Support and Registration WorkspaceGlobal Home Spaces Spain Prices About Us Register My Space We&#8217;re here to help you Contact us Questions about registering your space? Do you need technical support? Our team is ready to help you in English and Spanish. o Direct contact &#128205; Direction Carrera Fuente de San<\/p>\n","protected":false},"author":1,"featured_media":3593,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_rtcl_gb_attr":"","footnotes":""},"class_list":["post-1102","page","type-page","status-publish","has-post-thumbnail","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages\/1102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/comments?post=1102"}],"version-history":[{"count":5,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages\/1102\/revisions"}],"predecessor-version":[{"id":3821,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages\/1102\/revisions\/3821"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/media\/3593"}],"wp:attachment":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/media?parent=1102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}