{"id":32424,"date":"2026-02-24T16:18:17","date_gmt":"2026-02-24T19:18:17","guid":{"rendered":"https:\/\/sobelconsult.com\/drafts-etc\/find-your-regulatory-path\/"},"modified":"2026-03-31T16:33:10","modified_gmt":"2026-03-31T19:33:10","slug":"find-your-regulatory-path","status":"publish","type":"page","link":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/","title":{"rendered":"Encuentra tu v\u00eda reglamentaria"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"32424\" class=\"elementor elementor-32424 elementor-32397\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-229362c e-con-full e-flex e-con e-parent\" data-id=\"229362c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-490e803 elementor-widget elementor-widget-html\" data-id=\"490e803\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div>\r\n\r\n\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=anchura-dispositivo, initial-scale=1.0\">\r\n    <title>Tu viaje normativo | Sobel<\/title>\r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        html, body { font-family: 'Inter', system-ui, -apple-system, \"Segoe UI\", Roboto, Arial, sans-serif; background: #f8f9fa; color: #1a1a1a; line-height: 1.6; min-height: 100vh; width: 100%; }\r\n        .loading-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #002da8 0%, #0043d1 50%, #0066ff 100%); z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s ease; }\r\n        .loading-screen.hidden { opacity: 0; visibility: hidden; pointer-events: none; }\r\n        .loading-logo { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.15); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; animation: logoPulse 2s ease-in-out infinite; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); }\r\n        .loading-logo svg { width: 40px; height: 40px; color: #fff; }\r\n        @keyframes logoPulse { 0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); } 50% { transform: scale(1.05); box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.1); } }\r\n        .loading-title { color: #fff; font-size: 28px; font-weight: 700; margin-bottom: 10px; opacity: 0; animation: fadeInUp 0.6s ease 0.3s forwards; }\r\n        .loading-subtitle { color: rgba(255, 255, 255, 0.7); font-size: 14px; margin-bottom: 40px; opacity: 0; animation: fadeInUp 0.6s ease 0.5s forwards; }\r\n        @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\r\n        .loading-bar-container { width: 280px; height: 4px; background: rgba(255, 255, 255, 0.2); border-radius: 2px; overflow: hidden; position: relative; }\r\n        .loading-bar { height: 100%; background: linear-gradient(90deg, #fff, #a8c5ff); border-radius: 2px; width: 0%; animation: loadingProgress 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); }\r\n        @keyframes loadingProgress { 0% { width: 0%; } 50% { width: 60%; } 100% { width: 100%; } }\r\n        .loading-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; pointer-events: none; }\r\n        .particle { position: absolute; width: 6px; height: 6px; background: rgba(255, 255, 255, 0.3); border-radius: 50%; animation: float 8s ease-in-out infinite; }\r\n        .particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }\r\n        .particle:nth-child(2) { left: 20%; top: 80%; animation-delay: 1s; }\r\n        .particle:nth-child(3) { left: 30%; top: 40%; animation-delay: 2s; }\r\n        .particle:nth-child(4) { left: 50%; top: 10%; animation-delay: 0.5s; }\r\n        .particle:nth-child(5) { left: 60%; top: 70%; animation-delay: 1.5s; }\r\n        .particle:nth-child(6) { left: 70%; top: 30%; animation-delay: 2.5s; }\r\n        .particle:nth-child(7) { left: 80%; top: 60%; animation-delay: 3s; }\r\n        .particle:nth-child(8) { left: 90%; top: 20%; animation-delay: 0.8s; }\r\n        .particle:nth-child(9) { left: 15%; top: 50%; animation-delay: 1.8s; }\r\n        .particle:nth-child(10) { left: 85%; top: 85%; animation-delay: 2.2s; }\r\n        @keyframes float { 0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; } 50% { transform: translateY(-30px) scale(1.2); opacity: 0.6; } }\r\n        .journey-progress { position: fixed; top: 0; left: 0; right: 0; height: 4px; background: #e8e8e8; z-index: 100; }\r\n        .journey-progress-fill { height: 100%; background: linear-gradient(90deg, #002da8, #0043d1); width: 0%; transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1); }\r\n        .app-wrapper { width: 100%; min-height: 100vh; display: flex; flex-direction: column; }\r\n        .journey-header { background: #fff; padding: 30px 40px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; justify-content: space-between; }\r\n        .journey-brand { display: flex; align-items: center; gap: 15px; }\r\n        .journey-logo { width: 40px; height: 40px; background: linear-gradient(135deg, #002da8, #0043d1); border-radius: 10px; display: flex; align-items: center; justify-content: center; }\r\n        .journey-logo svg { width: 22px; height: 22px; color: #fff; }\r\n        .journey-title-group h1 { font-size: 20px; font-weight: 700; color: #002da8; margin: 0; }\r\n        .journey-title-group p { font-size: 13px; color: #666; margin: 2px 0 0 0; }\r\n        .journey-step-indicator { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #666; }\r\n        .journey-step-indicator span { color: #002da8; font-weight: 700; }\r\n        .journey-content { flex: 1; padding: 40px; display: flex; flex-direction: column; }\r\n        .step-content { display: none; animation: fadeInUp 0.5s ease; max-width: 1200px; margin: 0 auto; width: 100%; }\r\n        .step-content.active { display: block; }\r\n        .step-welcome { text-align: center; margin-bottom: 50px; }\r\n        .step-welcome h2 { font-size: 32px; font-weight: 700; color: #002da8; margin-bottom: 12px; }\r\n        .step-welcome p { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto; }\r\n        .step-question { margin-bottom: 40px; }\r\n        .step-question h3 { font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }\r\n        .step-question p { color: #666; font-size: 15px; }\r\n        .options-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 40px; }\r\n        .option-card { background: #fff; border: 2px solid #e8e8e8; border-radius: 16px; padding: 28px; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; text-align: center; }\r\n        .option-card::before { content: \"\"; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: #002da8; transform: scaleX(0); transition: transform 0.3s ease; }\r\n        .option-card:hover { border-color: #002da8; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0, 45, 168, 0.12); }\r\n        .option-card.selected { border-color: #002da8; background: #f8faff; box-shadow: 0 8px 30px rgba(0, 45, 168, 0.15); }\r\n        .option-card.selected::before { transform: scaleX(1); }\r\n        .option-icon { width: 56px; height: 56px; background: #f0f4ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 22px; color: #002da8; transition: all 0.3s ease; overflow: hidden; }\r\n        .option-icon img { width: 32px; height: 32px; object-fit: contain; }\r\n        .option-card.selected .option-icon { background: #002da8; color: #fff; }\r\n        .option-title { font-size: 17px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }\r\n        .option-desc { font-size: 13px; color: #666; line-height: 1.5; }\r\n        .option-check { position: absolute; top: 16px; right: 16px; width: 24px; height: 24px; border: 2px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; opacity: 0; transform: scale(0.8); }\r\n        .option-card.selected .option-check { opacity: 1; transform: scale(1); background: #002da8; border-color: #002da8; }\r\n        .option-check::after { content: \"\"; width: 6px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); margin-bottom: 2px; }\r\n        .step-nav { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid #eee; max-width: 1200px; margin: 0 auto; width: 100%; }\r\n        .btn { padding: 14px 32px !important; border-radius: 100px !important; font-weight: 700 !important; font-size: 15px !important; cursor: pointer !important; transition: all 0.3s ease !important; border: none !important; display: inline-flex !important; align-items: center !important; gap: 8px !important; }\r\n        .btn-primary { background: #002da8 !important; color: #fff !important; box-shadow: 0 4px 15px rgba(0, 45, 168, 0.3) !important; }\r\n        .btn-primary:hover { background: #0039d1 !important; transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(0, 45, 168, 0.4) !important; }\r\n        .btn-primary:active { transform: translateY(0) !important; }\r\n        .btn-primary:disabled { opacity: 0.5 !important; cursor: not-allowed !important; transform: none !important; }\r\n        .btn-secondary { background: transparent !important; color: #666 !important; border: 2px solid #e0e0e0 !important; }\r\n        .btn-secondary:hover { border-color: #002da8 !important; color: #002da8 !important; background: #f8faff !important; }\r\n        .summary-box { background: #f8faff; border: 2px solid #e0e8ff; border-radius: 16px; padding: 30px; margin-bottom: 30px; }\r\n        .summary-item { display: flex; align-items: center; padding: 16px 0; border-bottom: 1px solid #e0e8ff; }\r\n        .summary-item:last-child { border-bottom: none; }\r\n        .summary-label { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; width: 140px; flex-shrink: 0; }\r\n        .summary-value { font-size: 16px; font-weight: 700; color: #002da8; flex: 1; }\r\n        .summary-edit { color: #002da8; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: underline; opacity: 0.7; transition: opacity 0.2s; }\r\n        .summary-edit:hover { opacity: 1; }\r\n        .results-section { margin-top: 40px; }\r\n        .results-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }\r\n        .results-count { font-size: 18px; font-weight: 700; color: #1a1a1a; }\r\n        .results-count span { color: #002da8; font-size: 24px; }\r\n        .results-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); gap: 20px; }\r\n        .service-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 16px; padding: 28px; transition: all 0.3s ease; position: relative; overflow: hidden; }\r\n        .service-card::before { content: \"\"; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #002da8; transform: scaleY(0); transition: transform 0.3s ease; }\r\n        .service-card:hover { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); transform: translateY(-4px); border-color: #002da8; }\r\n        .service-card:hover::before { transform: scaleY(1); }\r\n        .service-badges { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }\r\n        .badge { padding: 6px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }\r\n        .badge-unit { background: #002da8; color: #fff; }\r\n        .badge-stage { background: #f0f4ff; color: #002da8; border: 1px solid #e0e8ff; }\r\n        .service-title { font-size: 18px; font-weight: 700; color: #1a1a1a; margin-bottom: 12px; line-height: 1.4; }\r\n        .service-desc { font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 20px; }\r\n        .service-footer { display: flex; justify-content: space-between; align-items: flex-start; padding-top: 20px; border-top: 1px solid #f0f0f0; flex-direction: column; gap: 10px; }\r\n        .service-route { font-size: 13px; color: #888; font-weight: 600; }\r\n        .service-actions { display: flex; gap: 12px; }\r\n        .btn-contact { padding: 10px 20px !important; background: #002da8 !important; color: #fff !important; text-decoration: none !important; border-radius: 100px !important; font-size: 13px !important; font-weight: 700 !important; transition: all 0.3s ease !important; display: inline-flex !important; align-items: center !important; gap: 6px !important; cursor: pointer !important; border: none !important; }\r\n        .btn-contact:hover { background: #0039d1 !important; transform: translateY(-2px) !important; box-shadow: 0 4px 12px rgba(0, 45, 168, 0.3) !important; }\r\n        .btn-view { padding: 10px 20px !important; background: transparent !important; color: #666 !important; text-decoration: none !important; border-radius: 100px !important; font-size: 13px !important; font-weight: 700 !important; transition: all 0.3s ease !important; border: 2px solid #e0e0e0 !important; display: inline-flex !important; align-items: center !important; gap: 6px !important; }\r\n        .btn-view:hover { border-color: #002da8 !important; color: #002da8 !important; background: #f8faff !important; }\r\n        .empty-state { text-align: center; padding: 60px 20px; color: #666; }\r\n        .empty-state h3 { font-size: 20px; color: #1a1a1a; margin-bottom: 8px; }\r\n        .badge-md { background: #00b4d8; }\r\n        .badge-cos { background: #bd68ee; }\r\n        .badge-ivd { background: #db7275; }\r\n        \r\n        \/* Form Styles *\/\r\n        .contact-form-container { max-width: 600px; margin: 0 auto; background: #fff; border-radius: 16px; padding: 40px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }\r\n        .contact-form-container h3 { font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; text-align: center; }\r\n        .contact-form-container .form-subtitle { color: #666; font-size: 15px; text-align: center; margin-bottom: 30px; }\r\n        .form-group { margin-bottom: 24px; }\r\n        .form-group label { display: block; font-size: 14px; font-weight: 600; color: #333; margin-bottom: 8px; }\r\n        .form-group label .optional { color: #999; font-weight: 400; font-size: 13px; }\r\n        .form-group input[type=\"text\"], .form-group input[type=\"email\"], .form-group input[type=\"tel\"], .form-group textarea { width: 100% !important; padding: 14px 16px !important; border: 2px solid #e8e8e8 !important; border-radius: 10px !important; font-size: 15px !important; font-family: inherit !important; transition: all 0.3s ease !important; background: #fafafa !important; }\r\n        .form-group input:focus, .form-group textarea:focus { outline: none !important; border-color: #002da8 !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(0, 45, 168, 0.1) !important; }\r\n        .form-group textarea { resize: vertical !important; min-height: 120px !important; }\r\n        .phone-input-wrapper { display: flex; gap: 12px; }\r\n        .phone-input-wrapper select { width: 120px !important; padding: 14px 12px !important; border: 2px solid #e8e8e8 !important; border-radius: 10px !important; font-size: 14px !important; font-family: inherit !important; background: #fafafa !important; cursor: pointer !important; transition: all 0.3s ease !important; }\r\n        .phone-input-wrapper select:focus { outline: none !important; border-color: #002da8 !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(0, 45, 168, 0.1) !important; }\r\n        .phone-input-wrapper input[type=\"tel\"] { flex: 1 !important; }\r\n        .journey-info-box { background: #f8faff; border: 1px solid #e0e8ff; border-radius: 12px; padding: 20px; margin-bottom: 30px; }\r\n        .journey-info-box h4 { font-size: 14px; font-weight: 700; color: #002da8; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }\r\n        .journey-info-item { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #e0e8ff; font-size: 14px; }\r\n        .journey-info-item:last-child { border-bottom: none; }\r\n        .journey-info-item span:first-child { color: #666; }\r\n        .journey-info-item span:last-child { color: #1a1a1a; font-weight: 600; }\r\n        .form-submit-btn { width: 100% !important; padding: 16px !important; background: #002da8 !important; color: #fff !important; border: none !important; border-radius: 100px !important; font-size: 16px !important; font-weight: 700 !important; cursor: pointer !important; transition: all 0.3s ease !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; }\r\n        .form-submit-btn:hover { background: #0039d1 !important; transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(0, 45, 168, 0.3) !important; }\r\n        .form-submit-btn:disabled { opacity: 0.6 !important; cursor: not-allowed !important; transform: none !important; }\r\n        .form-submit-btn.loading { pointer-events: none !important; }\r\n        .form-submit-btn.loading::after { content: \"\" !important; width: 18px !important; height: 18px !important; border: 2px solid transparent !important; border-top-color: #fff !important; border-radius: 50% !important; animation: spin 0.8s linear infinite !important; }\r\n        @keyframes spin { to { transform: rotate(360deg); } }\r\n        .form-message { padding: 16px; border-radius: 10px; margin-bottom: 20px; display: none; }\r\n        .form-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; display: block; }\r\n        .form-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; display: block; }\r\n        .form-message a { color: #002da8; text-decoration: underline; font-weight: 600; }\r\n        \r\n        @media (max-width: 768px) {\r\n            .journey-header { padding: 20px; flex-direction: column; gap: 15px; align-items: flex-start; }\r\n            .journey-content { padding: 24px 20px; }\r\n            .options-grid { grid-template-columns: 1fr; }\r\n            .results-grid { grid-template-columns: 1fr; }\r\n            .step-welcome h2 { font-size: 24px; }\r\n            .service-footer { flex-direction: column; gap: 15px; align-items: flex-start; }\r\n            .service-actions { width: 100%; }\r\n            .btn-contact, .btn-view { flex: 1; justify-content: center; }\r\n            .loading-title { font-size: 22px; }\r\n            .loading-bar-container { width: 220px; }\r\n            .contact-form-container { padding: 24px; }\r\n            .phone-input-wrapper { flex-direction: column; }\r\n            .phone-input-wrapper select { width: 100% !important; }\r\n        }\r\n    <\/style>\r\n\r\n\r\n\r\n<div class=\"loading-screen\" id=\"loadingScreen\">\r\n    <div class=\"loading-particles\">\r\n        <div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div>\r\n        <div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div><div class=\"particle\"><\/div>\r\n    <\/div>\r\n    <div class=\"loading-logo\">\r\n        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/>\r\n        <\/svg>\r\n    <\/div>\r\n    <h1 class=\"loading-title\" id=\"loadingTitle\">Tu viaje normativo<\/h1>\r\n    <p class=\"loading-subtitle\" id=\"loadingSubtitle\">Sobel est\u00e1 preparando tu camino personalizado...<\/p>\r\n    <div class=\"loading-bar-container\"><div class=\"loading-bar\"><\/div><\/div>\r\n<\/div>\r\n\r\n<div class=\"journey-progress\"><div class=\"journey-progress-fill\" id=\"journeyProgress\"><\/div><\/div>\r\n\r\n<div class=\"app-wrapper\">\r\n    <header class=\"journey-header\">\r\n        <div class=\"journey-brand\">\r\n            <div class=\"journey-logo\">\r\n                <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                    <path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/>\r\n                <\/svg>\r\n            <\/div>\r\n            <div class=\"journey-title-group\">\r\n                <h1 id=\"headerTitle\">Tu viaje normativo<\/h1>\r\n                <p id=\"headerSubtitle\">Guiado por Sobel<\/p>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"journey-step-indicator\">\r\n            <span id=\"stepNumber\">1<\/span> <span id=\"stepOf\">de<\/span> <span id=\"stepTotal\">7<\/span>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <main class=\"journey-content\">\r\n        <!-- Step 1: Language Selection -->\r\n        <div class=\"step-content active\" id=\"step1\">\r\n            <div class=\"step-welcome\">\r\n                <h2>\u00bfQu\u00e9 lengua hablas?<\/h2>\r\n                <p>Quelle langue parlez-vous? \/ \u00bfQu\u00e9 idioma hablas? \/ Welche Sprache sprechen Sie? \/ \u00bfQu\u00e9 idioma hablas?   <\/p>\r\n            <\/div>\r\n            <div class=\"step-question\">\r\n                <h3 id=\"langSelectTitle\">\u00bfQu\u00e9 lengua hablas?<\/h3>\r\n                <p id=\"langSelectSubtitle\">Elige la lengua que prefieras para continuar tu viaje<\/p>\r\n            <\/div>\r\n            <div class=\"options-grid\" id=\"languageOptions\">\r\n                <div class=\"option-card\" data-value=\"en\" onclick=\"selectLanguage('en')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png\" alt=\"Ingl\u00e9s\"><\/div>\r\n                    <div class=\"option-title\">Hablo ingl\u00e9s<\/div>\r\n                    <div class=\"option-desc\">Ingl\u00e9s<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"pt\" onclick=\"selectLanguage('pt')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/br-flag.png\" alt=\"Portugu\u00eas\"><\/div>\r\n                    <div class=\"option-title\">Eu falo Portugu\u00eas<\/div>\r\n                    <div class=\"option-desc\">Portugu\u00eas<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"es\" onclick=\"selectLanguage('es')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/es-flag.png\" alt=\"English\"><\/div>\r\n                    <div class=\"option-title\">Yo hablo Espa\u00f1ol<\/div>\r\n                    <div class=\"option-desc\">English<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"de\" onclick=\"selectLanguage('de')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/gr-flag.png\" alt=\"Deutsch\"><\/div>\r\n                    <div class=\"option-title\">Ich spreche Deutsch<\/div>\r\n                    <div class=\"option-desc\">Deutsch<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"fr\" onclick=\"selectLanguage('fr')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/fr-flag.png\" alt=\"Fran\u00e7ais\"><\/div>\r\n                    <div class=\"option-title\">Je parle Fran\u00e7ais<\/div>\r\n                    <div class=\"option-desc\">Fran\u00e7ais<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"step-nav\">\r\n                <div><\/div>\r\n                <button class=\"btn btn-primary\" id=\"next1\" enabled=\"\">\r\n                    <span id=\"next1Text\">Contin\u00faa tu viaje<\/span>\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Step 2: Origin Country -->\r\n        <div class=\"step-content\" id=\"step2\">\r\n            <div class=\"step-welcome\">\r\n                <h2 id=\"welcomeTitle\">Comencemos tu viaje<\/h2>\r\n                <p id=\"welcomeSubtitle\">Estamos aqu\u00ed para guiarte a trav\u00e9s del panorama normativo. Dinos de d\u00f3nde partes y te ayudaremos a encontrar el camino perfecto. <\/p>\r\n            <\/div>\r\n            <div class=\"step-question\">\r\n                <h3 id=\"originQuestion\">\u00bfD\u00f3nde est\u00e1 ubicada tu empresa?<\/h3>\r\n                <p id=\"originDescription\">Selecciona tu mercado de origen para que podamos entender tu punto de partida.<\/p>\r\n            <\/div>\r\n            <div class=\"options-grid\" id=\"originOptions\">\r\n                <div class=\"option-card\" data-value=\"BR\" onclick=\"selectOrigin('BR')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/br-flag.png\" alt=\"Brazil\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"brazilOption\">Brazil<\/div>\r\n                    <div class=\"option-desc\" data-key=\"brazilDesc\">Tu viaje comienza en Brasil<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"CA\" onclick=\"selectOrigin('CA')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/canada-flag.png\" alt=\"Canada\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"canadaOption\">Canada<\/div>\r\n                    <div class=\"option-desc\" data-key=\"canadaDesc\">Tu viaje comienza en Canad\u00e1<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"EU\" onclick=\"selectOrigin('EU')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/eu-flag.png\" alt=\"UE\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"euOption\">Uni\u00f3n Europea<\/div>\r\n                    <div class=\"option-desc\" data-key=\"euDesc\">Tu viaje comienza en la UE<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"US\" onclick=\"selectOrigin('US')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png\" alt=\"EE.UU.\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"usaOption\">Estados Unidos<\/div>\r\n                    <div class=\"option-desc\" data-key=\"usaDesc\">Tu viaje comienza en EEUU<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"OTHER\" onclick=\"selectOrigin('OTHER')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/othermkt-flag.png\" alt=\"Otros\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"otherOption\">Otros mercados<\/div>\r\n                    <div class=\"option-desc\" data-key=\"otherDesc\">Tu viaje comienza en otro lugar<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"step-nav\">\r\n                 <button class=\"btn btn-secondary\" id=\"prev2\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M19 12H5M12 19l-7-7 7-7\"\/><\/svg>\r\n                    <span id=\"prev2Text\">Volver<\/span>\r\n                <\/button>\r\n                <button class=\"btn btn-primary\" id=\"next2\" disabled>\r\n                    <span id=\"next2Text\">Contin\u00faa tu viaje<\/span>\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n                <\/button> \r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Step 3: Target Market -->\r\n        <div class=\"step-content\" id=\"step3\">\r\n            <div class=\"step-question\">\r\n                <h3 id=\"targetQuestion\">\u00bfD\u00f3nde quieres expandirte?<\/h3>\r\n                <p id=\"targetDescription\">Dinos cu\u00e1l es tu mercado de destino y trazaremos el camino normativo para ti.<\/p>\r\n            <\/div>\r\n            <div class=\"options-grid\" id=\"targetOptions\">\r\n                <div class=\"option-card\" data-value=\"BR\" onclick=\"selectTarget('BR')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/br-flag.png\" alt=\"Brazil\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"brazilOption\">Brazil<\/div>\r\n                    <div class=\"option-desc\" data-key=\"brazilTargetDesc\">Navegar por la normativa ANVISA<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"CA\" onclick=\"selectTarget('CA')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/canada-flag.png\" alt=\"Canada\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"canadaOption\">Canada<\/div>\r\n                    <div class=\"option-desc\" data-key=\"canadaTargetDesc\">Navegar por los requisitos del Ministerio de Sanidad de Canad\u00e1<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"EU\" onclick=\"selectTarget('EU')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/eu-flag.png\" alt=\"UE\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"euOption\">Uni\u00f3n Europea<\/div>\r\n                    <div class=\"option-desc\" data-key=\"euTargetDesc\">Navegar por la certificaci\u00f3n del marcado CE<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"US\" onclick=\"selectTarget('US')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png\" alt=\"EE.UU.\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"usaOption\">Estados Unidos<\/div>\r\n                    <div class=\"option-desc\" data-key=\"usaTargetDesc\">Navegar por el cumplimiento de la FDA<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"OTHER\" onclick=\"selectTarget('OTHER')\">\r\n                    <div class=\"option-icon\"><img decoding=\"async\" src=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/othermkt-flag.png\" alt=\"Otros\"><\/div>\r\n                    <div class=\"option-title\" data-key=\"otherOption\">Otros mercados<\/div>\r\n                    <div class=\"option-desc\" data-key=\"otherTargetDesc\">Explora v\u00edas reglamentarias personalizadas<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"step-nav\">\r\n                 <button class=\"btn btn-secondary\" id=\"prev3\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M19 12H5M12 19l-7-7 7-7\"\/><\/svg>\r\n                    <span id=\"prev3Text\">Volver<\/span>\r\n                <\/button>\r\n                <button class=\"btn btn-primary\" id=\"next3\" disabled>\r\n                    <span id=\"next3Text\">Contin\u00faa tu viaje<\/span>\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n                <\/button> \r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Step 4: Business Unit -->\r\n        <div class=\"step-content\" id=\"step4\">\r\n            <div class=\"step-question\">\r\n                <h3 id=\"unitQuestion\">\u00bfCu\u00e1l es tu sector?<\/h3>\r\n                <p id=\"unitDescription\">D\u00e9janos entender tu negocio para que podamos adaptar la orientaci\u00f3n normativa perfecta.<\/p>\r\n            <\/div>\r\n            <div class=\"options-grid\" id=\"unitOptions\">\r\n                <div class=\"option-card\" data-value=\"MD\" onclick=\"selectUnit('MD')\">\r\n                    <div class=\"option-icon\">MD<\/div>\r\n                    <div class=\"option-title\" data-key=\"mdOption\">Productos sanitarios<\/div>\r\n                    <div class=\"option-desc\" data-key=\"mdDesc\">Aparatos, equipos y diagn\u00f3sticos<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"COS\" onclick=\"selectUnit('COS')\">\r\n                    <div class=\"option-icon\">CS<\/div>\r\n                    <div class=\"option-title\" data-key=\"cosOption\">Cosm\u00e9ticos<\/div>\r\n                    <div class=\"option-desc\" data-key=\"cosDesc\">Productos de belleza y cuidado personal<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"IVD\" id=\"ivdOption\" style=\"display: none;\" onclick=\"selectUnit('IVD')\">\r\n                    <div class=\"option-icon\">IV<\/div>\r\n                    <div class=\"option-title\" data-key=\"ivdOption\">DIVs<\/div>\r\n                    <div class=\"option-desc\" data-key=\"ivdDesc\">Diagn\u00f3stico in vitro<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"step-nav\">\r\n                 <button class=\"btn btn-secondary\" id=\"prev4\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M19 12H5M12 19l-7-7 7-7\"\/><\/svg>\r\n                    <span id=\"prev4Text\">Volver<\/span>\r\n                <\/button>\r\n                <button class=\"btn btn-primary\" id=\"next4\" disabled>\r\n                    <span id=\"next4Text\">Contin\u00faa tu viaje<\/span>\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n                <\/button> \r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Step 5: Documentation Stage -->\r\n        <div class=\"step-content\" id=\"step5\">\r\n            <div class=\"step-question\">\r\n                <h3 id=\"stageQuestion\">\u00bfEn qu\u00e9 punto de tu viaje te encuentras?<\/h3>\r\n                <p id=\"stageDescription\">Cu\u00e9ntanos en qu\u00e9 fase te encuentras y te indicaremos los siguientes pasos de tu camino.<\/p>\r\n            <\/div>\r\n            <div class=\"options-grid\" id=\"stageOptions\">\r\n                <div class=\"option-card\" data-value=\"ANY\" onclick=\"selectStage('ANY')\">\r\n                    <div class=\"option-icon\">01<\/div>\r\n                    <div class=\"option-title\" data-key=\"anyStage\">S\u00f3lo explorando<\/div>\r\n                    <div class=\"option-desc\" data-key=\"anyStageDesc\">Mu\u00e9strame todos los caminos posibles<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"START\" onclick=\"selectStage('START')\">\r\n                    <div class=\"option-icon\">02<\/div>\r\n                    <div class=\"option-title\" data-key=\"startStage\">C\u00f3mo empezar<\/div>\r\n                    <div class=\"option-desc\" data-key=\"startStageDesc\">Estoy al principio de mi viaje<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"DOCS\" onclick=\"selectStage('DOCS')\">\r\n                    <div class=\"option-icon\">03<\/div>\r\n                    <div class=\"option-title\" data-key=\"docsStage\">Tener documentaci\u00f3n<\/div>\r\n                    <div class=\"option-desc\" data-key=\"docsStageDesc\">He preparado mis documentos reglamentarios<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n                <div class=\"option-card\" data-value=\"READY\" onclick=\"selectStage('READY')\">\r\n                    <div class=\"option-icon\">04<\/div>\r\n                    <div class=\"option-title\" data-key=\"readyStage\">Listo para enviar<\/div>\r\n                    <div class=\"option-desc\" data-key=\"readyStageDesc\">Estoy preparado para la aprobaci\u00f3n<\/div>\r\n                    <div class=\"option-check\"><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"step-nav\">\r\n                 <button class=\"btn btn-secondary\" id=\"prev5\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M19 12H5M12 19l-7-7 7-7\"\/><\/svg>\r\n                    <span id=\"prev5Text\">Volver<\/span>\r\n                <\/button>\r\n                <button class=\"btn btn-primary\" id=\"next5\" disabled>\r\n                    <span id=\"next5Text\">Ver tu camino<\/span>\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n                <\/button> \r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Step 6: Summary & Results -->\r\n        <div class=\"step-content\" id=\"step6\">\r\n            <div class=\"step-welcome\">\r\n                <h2 id=\"summaryTitle\">Mapa de tu viaje<\/h2>\r\n                <p id=\"summarySubtitle\">En funci\u00f3n de tus respuestas, aqu\u00ed tienes tu camino normativo personalizado. Rev\u00edsalo y demos juntos el siguiente paso. <\/p>\r\n            <\/div>\r\n            <div class=\"summary-box\">\r\n                <div class=\"summary-item\">\r\n                    <div class=\"summary-label\" data-key=\"startingFrom\">A partir de<\/div>\r\n                    <div class=\"summary-value\" id=\"summaryOrigin\">-<\/div>\r\n                    <div class=\"summary-edit\" onclick=\"goToStep(2)\" data-key=\"changeLink\">Cambia<\/div>\r\n                <\/div>\r\n                <div class=\"summary-item\">\r\n                    <div class=\"summary-label\" data-key=\"destination\">Destino<\/div>\r\n                    <div class=\"summary-value\" id=\"summaryTarget\">-<\/div>\r\n                    <div class=\"summary-edit\" onclick=\"goToStep(3)\" data-key=\"changeLink\">Cambia<\/div>\r\n                <\/div>\r\n                <div class=\"summary-item\">\r\n                    <div class=\"summary-label\" data-key=\"industry\">Industria<\/div>\r\n                    <div class=\"summary-value\" id=\"summaryUnit\">-<\/div>\r\n                    <div class=\"summary-edit\" onclick=\"goToStep(4)\" data-key=\"changeLink\">Cambia<\/div>\r\n                <\/div>\r\n                <div class=\"summary-item\">\r\n                    <div class=\"summary-label\" data-key=\"currentStage\">Etapa actual<\/div>\r\n                    <div class=\"summary-value\" id=\"summaryStage\">-<\/div>\r\n                    <div class=\"summary-edit\" onclick=\"goToStep(5)\" data-key=\"changeLink\">Cambia<\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"step-nav\">\r\n                 <button class=\"btn btn-secondary\" id=\"prev6\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M19 12H5M12 19l-7-7 7-7\"\/><\/svg>\r\n                    <span id=\"prev6Text\">Volver<\/span>\r\n                <\/button>\r\n                <button class=\"btn btn-primary\" id=\"searchBtn\">\r\n                    <span id=\"searchBtnText\">Revela tu camino<\/span>\r\n                <\/button> \r\n            <\/div>\r\n            <div class=\"results-section\" id=\"resultsSection\" style=\"display: none;\">\r\n                <div class=\"results-header\">\r\n                    <div class=\"results-count\"><span id=\"resultCount\">0<\/span> <span id=\"resultsTitle\">pasos en tu viaje<\/span><\/div>\r\n                <\/div>\r\n                <div class=\"results-grid\" id=\"resultsGrid\"><\/div>\r\n                <div class=\"empty-state\" id=\"emptyState\" style=\"display: none;\">\r\n                    <h3 id=\"noPathsFound\">No se han encontrado rutas<\/h3>\r\n                    <p id=\"noPathsDesc\">Intenta ajustar tu destino o etapa para explorar otras opciones.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Step 7: Contact Form -->\r\n        <div class=\"step-content\" id=\"step7\">\r\n            <div class=\"step-welcome\">\r\n                <h2 id=\"contactTitle\">Hablemos<\/h2>\r\n                <p id=\"contactSubtitle\">Rellena tus datos y nos pondremos en contacto contigo con orientaci\u00f3n personalizada para tu viaje normativo.<\/p>\r\n            <\/div>\r\n            <div class=\"contact-form-container\">\r\n                <div class=\"journey-info-box\">\r\n                    <h4 id=\"journeyInfoTitle\">Detalles de tu viaje<\/h4>\r\n                    <div class=\"journey-info-item\">\r\n                        <span id=\"journeyFromLabel\">De:<\/span>\r\n                        <span id=\"journeyFromValue\">-<\/span>\r\n                    <\/div>\r\n                    <div class=\"journey-info-item\">\r\n                        <span id=\"journeyToLabel\">A:<\/span>\r\n                        <span id=\"journeyToValue\">-<\/span>\r\n                    <\/div>\r\n                    <div class=\"journey-info-item\">\r\n                        <span id=\"journeyIndustryLabel\">Industria:<\/span>\r\n                        <span id=\"journeyIndustryValue\">-<\/span>\r\n                    <\/div>\r\n                    <div class=\"journey-info-item\">\r\n                        <span id=\"journeyStageLabel\">Escenario:<\/span>\r\n                        <span id=\"journeyStageValue\">-<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div id=\"formMessage\" class=\"form-message\"><\/div>\r\n                \r\n                <form id=\"sobelContactForm\" method=\"POST\">\r\n                    <input type=\"hidden\" id=\"formJourneyLanguage\" name=\"journey_language\">\r\n                    <input type=\"hidden\" id=\"formJourneyFrom\" name=\"journey_from\">\r\n                    <input type=\"hidden\" id=\"formJourneyTo\" name=\"journey_to\">\r\n                    <input type=\"hidden\" id=\"formJourneyUnit\" name=\"journey_unit\">\r\n                    <input type=\"hidden\" id=\"formJourneyStage\" name=\"journey_stage\">\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"formFullName\" id=\"labelFullName\">Nombre completo *<\/label>\r\n                        <input type=\"text\" id=\"first_name\" name=\"full_name\" required=\"\">\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"formEmail\" id=\"labelEmail\">Correo electr\u00f3nico *<\/label>\r\n                        <input type=\"email\" id=\"emailaddress\" name=\"email\" required=\"\">\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"formCompany\" id=\"labelCompany\">Nombre de la empresa *<\/label>\r\n                        <input type=\"text\" id=\"company\" name=\"company_name\" required=\"\">\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"formPhone\" id=\"labelPhone\">Tel\u00e9fono *<\/label>\r\n                        <div class=\"phone-input-wrapper\">\r\n                            <select id=\"formCountryCode\" name=\"country_code\" required=\"\">\r\n                                <option value=\"+1\">+1 (EEUU\/CA)<\/option>\r\n                                <option value=\"+55\" selected>+55 (BR)<\/option>\r\n                                <option value=\"+44\">+44 (REINO UNIDO)<\/option>\r\n                                <option value=\"+49\">+49 (DE)<\/option>\r\n                                <option value=\"+33\">+33 (FR)<\/option>\r\n                                <option value=\"+34\">+34 (ES)<\/option>\r\n                                <option value=\"+39\">+39 (IT)<\/option>\r\n                                <option value=\"+31\">+31 (NL)<\/option>\r\n                                <option value=\"+32\">+32 (BE)<\/option>\r\n                                <option value=\"+41\">+41 (CH)<\/option>\r\n                                <option value=\"+351\">+351 (PT)<\/option>\r\n                                <option value=\"+52\">+52 (MX)<\/option>\r\n                                <option value=\"+54\">+54 (AR)<\/option>\r\n                                <option value=\"+56\">+56 (CL)<\/option>\r\n                                <option value=\"+57\">+57 (CO)<\/option>\r\n                                <option value=\"+58\">+58 (VE)<\/option>\r\n                                <option value=\"+61\">+61 (AU)<\/option>\r\n                                <option value=\"+65\">+65 (SG)<\/option>\r\n                                <option value=\"+81\">+81 (JP)<\/option>\r\n                                <option value=\"+86\">+86 (CN)<\/option>\r\n                                <option value=\"+91\">+91 (IN)<\/option>\r\n                                <option value=\"+7\">+7 (RU)<\/option>\r\n                                <option value=\"+27\">+27 (ZA)<\/option>\r\n                                <option value=\"+971\">+971 (AE)<\/option>\r\n                                <option value=\"+966\">+966 (SA)<\/option>\r\n                                <option value=\"+90\">+90 (TR)<\/option>\r\n                                <option value=\"+82\">+82 (KR)<\/option>\r\n                                <option value=\"+62\">+62 (ID)<\/option>\r\n                                <option value=\"+60\">+60 (MY)<\/option>\r\n                                <option value=\"+63\">+63 (PH)<\/option>\r\n                                <option value=\"+84\">+84 (VN)<\/option>\r\n                                <option value=\"+66\">+66 (TH)<\/option>\r\n                                <option value=\"+48\">+48 (PL)<\/option>\r\n                                <option value=\"+46\">+46 (SE)<\/option>\r\n                                <option value=\"+47\">+47 (NO)<\/option>\r\n                                <option value=\"+45\">+45 (DK)<\/option>\r\n                                <option value=\"+358\">+358 (FI)<\/option>\r\n                                <option value=\"+420\">+420 (CZ)<\/option>\r\n                                <option value=\"+36\">+36 (HU)<\/option>\r\n                                <option value=\"+30\">+30 (GR)<\/option>\r\n                                <option value=\"+353\">+353 (IE)<\/option>\r\n                                <option value=\"+43\">+43 (AT)<\/option>\r\n                                <option value=\"+972\">+972 (IL)<\/option>\r\n                                <option value=\"+20\">+20 (EG)<\/option>\r\n                                <option value=\"+212\">+212 (MA)<\/option>\r\n                                <option value=\"+234\">+234 (NG)<\/option>\r\n                                <option value=\"+254\">+254 (KE)<\/option>\r\n                                <option value=\"+507\">+507 (PA)<\/option>\r\n                                <option value=\"+506\">+506 (CR)<\/option>\r\n                                <option value=\"+503\">+503 (SV)<\/option>\r\n                                <option value=\"+502\">+502 (GT)<\/option>\r\n                                <option value=\"+504\">+504 (HN)<\/option>\r\n                                <option value=\"+505\">+505 (NI)<\/option>\r\n                                <option value=\"+593\">+593 (CE)<\/option>\r\n                                <option value=\"+51\">+51 (PE)<\/option>\r\n                                <option value=\"+591\">+591 (BO)<\/option>\r\n                                <option value=\"+595\">+595 (PY)<\/option>\r\n                                <option value=\"+598\">+598 (UY)<\/option>\r\n                            <\/select>\r\n                            <input type=\"tel\" id=\"phonenumber\" name=\"phone\" placeholder=\"(00) 00000-0000\" required=\"\">\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"form-group\">\r\n                        <label for=\"formMessageText\" id=\"labelMessage\">Mensaje <span class=\"optional\" id=\"optionalText\">(opcional)<\/span><\/label>\r\n                        <textarea id=\"message\" name=\"message\" placeholder=\"Cu\u00e9ntanos m\u00e1s sobre tu proyecto...\"><\/textarea>\r\n                    <\/div>\r\n                    \r\n                    <button type=\"submit\" class=\"form-submit-btn\" id=\"formSubmitBtn\">\r\n                        <span id=\"submitBtnText\">Enviar mensaje<\/span>\r\n                        <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z\"\/><\/svg>\r\n                    <\/button>\r\n                <\/form>\r\n            <\/div>\r\n            <div class=\"step-nav\" style=\"margin-top: 30px;\">\r\n                <button class=\"btn btn-secondary\" id=\"prev7\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M19 12H5M12 19l-7-7 7-7\"\/><\/svg>\r\n                    <span id=\"prev7Text\">Volver a resultados<\/span>\r\n                <\/button>\r\n                <div><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/main>\r\n<\/div>\r\n\r\n<script>\r\n\/\/ Translations\r\nconst translations = {\r\n  en: {\r\n    loadingTitle: \"Your Regulatory Journey\", loadingSubtitle: \"Sobel is preparing your personalized path...\",\r\n    headerTitle: \"Your Regulatory Journey\", headerSubtitle: \"Guided by Sobel\", stepOf: \"of\",\r\n    langSelectTitle: \"What language do you speak?\", langSelectSubtitle: \"Choose your preferred language to continue your journey\",\r\n    continueButton: \"Continue Your Journey\", welcomeTitle: \"Let's Start Your Journey\",\r\n    welcomeSubtitle: \"We're here to guide you through the regulatory landscape. Tell us where you're starting from, and we'll help you find the perfect path forward.\",\r\n    originQuestion: \"Where is your company located?\", originDescription: \"Select your home market so we can understand your starting point.\",\r\n    brazilOption: \"Brazil\", brazilDesc: \"Your journey starts in Brazil\", canadaOption: \"Canada\", canadaDesc: \"Your journey starts in Canada\",\r\n    euOption: \"European Union\", euDesc: \"Your journey starts in the EU\", usaOption: \"United States\", usaDesc: \"Your journey starts in the USA\",\r\n    otherOption: \"Other Markets\", otherDesc: \"Your journey starts elsewhere\",\r\n    targetQuestion: \"Where do you want to expand?\", targetDescription: \"Tell us your destination market, and we'll map out the regulatory path for you.\",\r\n    brazilTargetDesc: \"Navigate ANVISA regulations\", canadaTargetDesc: \"Navigate Health Canada requirements\",\r\n    euTargetDesc: \"Navigate CE Mark certification\", usaTargetDesc: \"Navigate FDA compliance\", otherTargetDesc: \"Explore custom regulatory paths\",\r\n    unitQuestion: \"What's your industry?\", unitDescription: \"Let us understand your business so we can tailor the perfect regulatory guidance.\",\r\n    mdOption: \"Medical Devices\", mdDesc: \"Devices, equipment & diagnostics\", cosOption: \"Cosmetics\", cosDesc: \"Beauty & personal care products\",\r\n    ivdOption: \"IVDs\", ivdDesc: \"In Vitro Diagnostics\",\r\n    stageQuestion: \"Where are you in your journey?\", stageDescription: \"Tell us your current stage, and we'll show you the next steps on your path.\",\r\n    anyStage: \"Just Exploring\", anyStageDesc: \"Show me all possible paths\", startStage: \"Getting Started\", startStageDesc: \"I'm at the beginning of my journey\",\r\n    docsStage: \"Have Documentation\", docsStageDesc: \"I've prepared my regulatory docs\", readyStage: \"Ready to Submit\", readyStageDesc: \"I'm prepared for approval\",\r\n    summaryTitle: \"Your Journey Map\", summarySubtitle: \"Based on your answers, here's your personalized regulatory path. Review and let's take the next step together.\",\r\n    startingFrom: \"Starting From\", destination: \"Destination\", industry: \"Industry\", currentStage: \"Current Stage\",\r\n    changeLink: \"Change\", revealPathButton: \"Reveal Your Path\", resultsTitle: \"steps on your journey\",\r\n    noPathsFound: \"No paths found\", noPathsDesc: \"Try adjusting your destination or stage to explore other options.\",\r\n    letsTalkButton: \"Let's Talk\", learnMoreButton: \"Learn More\", backButton: \"Back\", seeYourPathButton: \"See Your Path\",\r\n    BR: \"Brazil\", CA: \"Canada\", EU: \"European Union\", US: \"United States\", OTHER: \"Other markets\",\r\n    MD: \"Medical Devices\", COS: \"Cosmetics\", IVD: \"IVDs\", ANY: \"Exploring\", START: \"Getting Started\", DOCS: \"Have Documentation\", READY: \"Ready to Submit\",\r\n    contactTitle: \"Let's Talk\", contactSubtitle: \"Fill in your details and we'll get back to you with personalized guidance for your regulatory journey.\",\r\n    journeyInfoTitle: \"Your Journey Details\", journeyFromLabel: \"From:\", journeyToLabel: \"To:\", journeyIndustryLabel: \"Industry:\", journeyStageLabel: \"Stage:\",\r\n    labelFullName: \"Full Name *\", labelEmail: \"Email *\", labelCompany: \"Company Name *\", labelPhone: \"Phone *\", labelMessage: \"Message\",\r\n    optionalText: \"(optional)\", submitBtnText: \"Send Message\", backToResults: \"Back to Results\",\r\n    formSuccessMessage: \"Thank you! Your message has been sent successfully. Redirecting...\",\r\n    formErrorMessage: \"Sorry, there was an error sending your message. Please <a href='https:\/\/sobelconsult.com\/#footer-cta' target='_blank'>contact us here<\/a>.\",\r\n    svc_gapAnalysis_title: \"Gap Analysis\", svc_gapAnalysis_excerpt: \"We'll assess your submission readiness and review your labels to ensure compliance with Health Canada.\",\r\n    svc_qmsSupport_title: \"Quality Management Support\", svc_qmsSupport_excerpt: \"Let us help align your quality management system with Health Canada's regulatory expectations.\",\r\n    svc_bepBer_title: \"Biological Evaluation Plan & Report\", svc_bepBer_excerpt: \"We'll prepare your BEP and BER to support your Health Canada submission with comprehensive safety data.\",\r\n    svc_tra_title: \"Toxicological Risk Assessment\", svc_tra_excerpt: \"Our experts will conduct TRA aligned with ISO 10993-18 and Health Canada expectations.\",\r\n    svc_techDocs_title: \"Technical Documentation\", svc_techDocs_excerpt: \"We'll structure your documentation to meet all regulatory requirements for a smooth submission.\",\r\n    svc_supplierAudit_title: \"Supplier Audit\", svc_supplierAudit_excerpt: \"Strengthen your supply chain control with our structured audit services.\",\r\n    svc_internalAudit_title: \"Internal Audit\", svc_internalAudit_excerpt: \"Prepare for regulatory certifications with our thorough internal audit process.\",\r\n    svc_mdLicense_title: \"Medical Device License Support\", svc_mdLicense_excerpt: \"We'll guide you through licensing applications and ensure ongoing compliance with Health Canada.\",\r\n    svc_prodClass_title: \"Product Classification Assessment\", svc_prodClass_excerpt: \"We'll help classify your product correctly as cosmetic, natural health product, or other category.\",\r\n    svc_safetyGap_title: \"Safety & Regulatory Gap Analysis\", svc_safetyGap_excerpt: \"Identify potential risks and gaps in your formulation and labeling before submission.\",\r\n    svc_gmpGuidance_title: \"GMP Guidance\", svc_gmpGuidance_excerpt: \"Learn best practices for manufacturing safe and compliant cosmetic products.\",\r\n    svc_cosNotif_title: \"Cosmetic Notification Package\", svc_cosNotif_excerpt: \"We'll handle your cosmetic notification and ensure full compliance with Health Canada.\",\r\n    svc_cosIngReview_title: \"Cosmetic Ingredient Review\", svc_cosIngReview_excerpt: \"We'll review your formulation to ensure alignment with Health Canada's Cosmetic Ingredient Hotlist.\",\r\n    svc_safetyReport_title: \"Evidence of Safety Report\", svc_safetyReport_excerpt: \"We'll compile all safety data to create a comprehensive dossier certifying your product's safety.\",\r\n    svc_labelReview_title: \"Label Compliance Review\", svc_labelReview_excerpt: \"Ensure bilingual labeling (EN\/FR) and proper INCI ingredient listing requirements.\",\r\n    svc_adReview_title: \"Advertising & Claim Review\", svc_adReview_excerpt: \"We'll review your advertising materials to ensure compliance with non-therapeutic claims.\",\r\n    svc_facilityReg_title: \"Facility Registration\", svc_facilityReg_excerpt: \"Complete support for registering your company with Health Canada.\",\r\n    svc_postMarket_title: \"Post-Market Surveillance Support\", svc_postMarket_excerpt: \"Ongoing support for handling adverse reactions and maintaining Health Canada compliance.\",\r\n    svc_ear_title: \"European Authorized Representative\", svc_ear_excerpt: \"We'll act as your EAR, providing regulatory oversight and ensuring EU market access.\",\r\n    svc_qmsServices_title: \"Quality Management Services\", svc_qmsServices_excerpt: \"Align your QMS with EU MDR and ISO 13485 requirements for European compliance.\",\r\n    svc_regTraining_title: \"Regulatory Affairs Training\", svc_regTraining_excerpt: \"Expert-led courses on CE Marking, EU MDR, UK MDR, and more.\",\r\n    svc_ceMark_title: \"CE Mark Regulatory Support\", svc_ceMark_excerpt: \"Gap analysis, technical documentation, and ongoing regulatory support for your CE Mark.\",\r\n    svc_bioEval_title: \"Biological Evaluation (BEP, BER)\", svc_bioEval_excerpt: \"Expert biological evaluation services including BEP, BER, gap analysis, and regulatory support.\",\r\n    svc_clinEval_title: \"Clinical Evaluation (CEP & CER)\", svc_clinEval_excerpt: \"Structured clinical evaluation with CEP, CER, literature search, and Notified Body support.\",\r\n    svc_traEU_title: \"Toxicological Risk Assessment (TRA)\", svc_traEU_excerpt: \"TRA aligned with EU MDR and ISO 10993 series for comprehensive chemical safety evidence.\",\r\n    svc_suppQual_title: \"Supplier Qualification and Audit\", svc_suppQual_excerpt: \"Audits and qualification aligned with ISO 13485 and EU MDR requirements.\",\r\n    svc_internalAudits_title: \"Internal Audits\", svc_internalAudits_excerpt: \"Internal audits supporting ISO 13485 compliance and notified body readiness.\",\r\n    svc_respPerson_title: \"Responsible Person\", svc_respPerson_excerpt: \"We'll serve as your European Authorized Representative for market access and compliance.\",\r\n    svc_cpsrSupport_title: \"Cosmetic Product Notification and CPSR Support\", svc_cpsrSupport_excerpt: \"We'll handle both CPNP notification and CPSR preparation for you.\",\r\n    svc_cpsr_title: \"Cosmetic Product Safety Report\", svc_cpsr_excerpt: \"CPSR preparation in full compliance with EU Regulation (EC) No. 1223\/2009.\",\r\n    svc_pif_title: \"PIF \u2013 Product Information File\", svc_pif_excerpt: \"Review and preparation of your Product Information File for regulatory compliance.\",\r\n    svc_labelArtwork_title: \"Label and Artwork Review for Cosmetics in Europe\", svc_labelArtwork_excerpt: \"Expert label and artwork review to meet all EU regulatory requirements.\",\r\n    svc_cosInternalAudit_title: \"Internal Audit for Cosmetics Manufacturers\", svc_cosInternalAudit_excerpt: \"Ensure your cosmetic operations meet EU 1223\/2009 standards.\",\r\n    svc_suppAuditQual_title: \"Supplier Audit and Qualification\", svc_suppAuditQual_excerpt: \"Ensure compliance and quality across your entire supply chain.\",\r\n    svc_usAgent_title: \"US Agent Service\", svc_usAgent_excerpt: \"Navigate US market access with Sobel as your dedicated device US Agent.\",\r\n    svc_bioEvalUS_title: \"Biological Evaluation (BEP, BER)\", svc_bioEvalUS_excerpt: \"BEP, BER, and toxicological support with clear, defensible documentation.\",\r\n    svc_clinEvalUS_title: \"Clinical Evaluation (CEP, CER)\", svc_clinEvalUS_excerpt: \"Support for CEP and CER development including strategic planning and literature reviews.\",\r\n    svc_suppAuditQualUS_title: \"Supplier Audit and Qualification\", svc_suppAuditQualUS_excerpt: \"Strengthen your supply chain with our audit and qualification services.\",\r\n    svc_regConsult_title: \"Regulatory Consulting Services\", svc_regConsult_excerpt: \"Support for Premarket Notification 510(k), FDA submissions, registration, UDI, and more.\",\r\n    svc_cosFdaPkg_title: \"Cosmetic FDA Package\", svc_cosFdaPkg_excerpt: \"Complete package: registration, label review, and safety substantiation.\",\r\n    svc_safetySub_title: \"Safety Substantiation\", svc_safetySub_excerpt: \"Compilation of safety data to support MoCRA compliance.\",\r\n    svc_formulaReview_title: \"Formula Review for Cosmetic Registration\", svc_formulaReview_excerpt: \"Ensure every formula complies with MoCRA before US market launch.\",\r\n    svc_prodLabel_title: \"Product Labeling (Review)\", svc_prodLabel_excerpt: \"Expert support for label verification, gap assessment, and revision under MoCRA.\",\r\n    svc_gmpManual_title: \"Update of GMP Manual\", svc_gmpManual_excerpt: \"We'll help revise your documentation for full GMP compliance.\",\r\n    svc_sop_title: \"Elaboration of Standard Operational Procedure\", svc_sop_excerpt: \"Get FDA- and GMP-ready SOPs for your cosmetics business.\",\r\n    svc_facilityListing_title: \"Facility Registration & Product Listing\", svc_facilityListing_excerpt: \"Registration of cosmetic companies with the FDA under new regulations.\",\r\n    svc_cosReg_title: \"Cosmetic Registration\", svc_cosReg_excerpt: \"Complete cosmetic registration and product listing according to FDA regulations.\",\r\n    svc_cosRegChange_title: \"Change in Cosmetic Registration\", svc_cosRegChange_excerpt: \"Support with FDA cosmetic registration changes from documentation to submission.\",\r\n    svc_mdTrainingBR_title: \"Medical Devices Regulatory Training\", svc_mdTrainingBR_excerpt: \"Expert training on ISO 13485, MDSAP, ISO 10993 and Anvisa's RDCs.\",\r\n    svc_qmBR_title: \"Quality Management\", svc_qmBR_excerpt: \"Align your QMS in Brazil with ISO 13485 and RDC 665\/2022.\",\r\n    svc_brHolder_title: \"Brazilian Registration Holder\", svc_brHolder_excerpt: \"Navigate Brazilian market access with Sobel as your registration holder.\",\r\n    svc_bioEvalBR_title: \"Biological Evaluation\", svc_bioEvalBR_excerpt: \"Complete biological evaluation aligned with ISO 10993 for safety and compliance.\",\r\n    svc_clinEvalBR_title: \"Clinical Evaluation\", svc_clinEvalBR_excerpt: \"Clinical evaluation aligned with Guidance n\u00ba 31\/2020 for device safety.\",\r\n    svc_mdRegBR_title: \"Medical Device Registration and Notification\", svc_mdRegBR_excerpt: \"Notification, registration, and updates under RDC 978\/2025 and RDC 658\/2022.\",\r\n    svc_inmetro_title: \"Inmetro or Anatel Certification Support\", svc_inmetro_excerpt: \"Support for Anatel and Inmetro certification in Brazil.\",\r\n    svc_anvisaGap_title: \"Anvisa Gap Analysis\", svc_anvisaGap_excerpt: \"Identify gaps in documents to improve compliance before registration.\",\r\n    svc_brRep_title: \"Brazilian Regulatory Representative\", svc_brRep_excerpt: \"We'll act as your regulatory representative and manage Anvisa processes.\",\r\n    svc_sds_title: \"Safety Data Sheet Consulting\", svc_sds_excerpt: \"Compliant SDS creation following Brazil's NBR 14725:2023 and Anvisa requirements.\",\r\n    svc_suppAuditQualBR_title: \"Supplier Audit & Qualification\", svc_suppAuditQualBR_excerpt: \"Supplier audits to help you meet GMP and certification requirements.\",\r\n    svc_cosInternalAuditBR_title: \"Internal Audit for Cosmetics Manufacturers\", svc_cosInternalAuditBR_excerpt: \"Be compliant with GMP and Anvisa before your next inspection.\",\r\n    svc_regNotifBR_title: \"Registration and Notification\", svc_regNotifBR_excerpt: \"We'll support Anvisa registration and notification processes.\",\r\n    svc_cosRegUpdateBR_title: \"Cosmetic Registration and Notification Updates\", svc_cosRegUpdateBR_excerpt: \"Keep your cosmetics compliant. We'll handle Anvisa updates for you.\",\r\n    svc_brRepIvd_title: \"Brazilian Representative IVD\", svc_brRepIvd_excerpt: \"We'll act as your official Anvisa representative for registration and compliance.\",\r\n    svc_ivdReg_title: \"IVD Notification and Registration\", svc_ivdReg_excerpt: \"Strategic support to register or notify your IVD in Brazil with full process management.\",\r\n    svc_custom_title: \"Customized Regulatory Path\", svc_custom_excerpt: \"Every journey is unique. Let our experts create a personalized regulatory roadmap tailored specifically to your needs and goals.\"\r\n  },\r\n  pt: {\r\n    loadingTitle: \"Sua Jornada Regulat\u00f3ria\", loadingSubtitle: \"A Sobel est\u00e1 preparando seu caminho personalizado...\",\r\n    headerTitle: \"Sua Jornada Regulat\u00f3ria\", headerSubtitle: \"Guiado pela Sobel\", stepOf: \"de\",\r\n    langSelectTitle: \"Qual idioma voc\u00ea fala?\", langSelectSubtitle: \"Escolha seu idioma preferido para continuar sua jornada\",\r\n    continueButton: \"Continue Sua Jornada\", welcomeTitle: \"Vamos Come\u00e7ar Sua Jornada\",\r\n    welcomeSubtitle: \"Estamos aqui para gui\u00e1-lo pela paisagem regulat\u00f3ria. Diga-nos de onde voc\u00ea est\u00e1 partindo e ajudaremos voc\u00ea a encontrar o caminho perfeito.\",\r\n    originQuestion: \"Onde sua empresa est\u00e1 localizada?\", originDescription: \"Selecione seu mercado de origem para que possamos entender seu ponto de partida.\",\r\n    brazilOption: \"Brasil\", brazilDesc: \"Sua jornada come\u00e7a no Brasil\", canadaOption: \"Canad\u00e1\", canadaDesc: \"Sua jornada come\u00e7a no Canad\u00e1\",\r\n    euOption: \"Uni\u00e3o Europeia\", euDesc: \"Sua jornada come\u00e7a na UE\", usaOption: \"Estados Unidos\", usaDesc: \"Sua jornada come\u00e7a nos EUA\",\r\n    otherOption: \"Outros Mercados\", otherDesc: \"Sua jornada come\u00e7a em outro lugar\",\r\n    targetQuestion: \"Para onde voc\u00ea quer expandir?\", targetDescription: \"Diga-nos seu mercado de destino e tra\u00e7aremos o caminho regulat\u00f3rio para voc\u00ea.\",\r\n    brazilTargetDesc: \"Navegue pelas regulamenta\u00e7\u00f5es da ANVISA\", canadaTargetDesc: \"Navegue pelos requisitos do Health Canada\",\r\n    euTargetDesc: \"Navegue pela certifica\u00e7\u00e3o CE Mark\", usaTargetDesc: \"Navegue pela conformidade com a FDA\", otherTargetDesc: \"Explore caminhos regulat\u00f3rios personalizados\",\r\n    unitQuestion: \"Qual \u00e9 a sua ind\u00fastria?\", unitDescription: \"Deixe-nos entender seu neg\u00f3cio para que possamos oferecer a orienta\u00e7\u00e3o regulat\u00f3ria perfeita.\",\r\n    mdOption: \"Dispositivos M\u00e9dicos\", mdDesc: \"Dispositivos, equipamentos e diagn\u00f3sticos\", cosOption: \"Cosm\u00e9ticos\", cosDesc: \"Produtos de beleza e cuidados pessoais\",\r\n    ivdOption: \"IVDs\", ivdDesc: \"Diagn\u00f3sticos In Vitro\",\r\n    stageQuestion: \"Onde voc\u00ea est\u00e1 em sua jornada?\", stageDescription: \"Diga-nos sua etapa atual e mostraremos os pr\u00f3ximos passos em seu caminho.\",\r\n    anyStage: \"Apenas Explorando\", anyStageDesc: \"Mostre-me todos os caminhos poss\u00edveis\", startStage: \"Come\u00e7ando\", startStageDesc: \"Estou no in\u00edcio da minha jornada\",\r\n    docsStage: \"Tenho Documenta\u00e7\u00e3o\", docsStageDesc: \"Preparei meus documentos regulat\u00f3rios\", readyStage: \"Pronto para Enviar\", readyStageDesc: \"Estou preparado para aprova\u00e7\u00e3o\",\r\n    summaryTitle: \"Seu Mapa de Jornada\", summarySubtitle: \"Com base em suas respostas, aqui est\u00e1 seu caminho regulat\u00f3rio personalizado. Revise e vamos dar o pr\u00f3ximo passo juntos.\",\r\n    startingFrom: \"Partindo De\", destination: \"Destino\", industry: \"Ind\u00fastria\", currentStage: \"Etapa Atual\",\r\n    changeLink: \"Alterar\", revealPathButton: \"Revele Seu Caminho\", resultsTitle: \"etapas em sua jornada\",\r\n    noPathsFound: \"Nenhum caminho encontrado\", noPathsDesc: \"Tente ajustar seu destino ou etapa para explorar outras op\u00e7\u00f5es.\",\r\n    letsTalkButton: \"Vamos Conversar\", learnMoreButton: \"Saiba Mais\", backButton: \"Voltar\", seeYourPathButton: \"Veja Seu Caminho\",\r\n    BR: \"Brasil\", CA: \"Canad\u00e1\", EU: \"Uni\u00e3o Europeia\", US: \"Estados Unidos\", OTHER: \"Outros mercados\",\r\n    MD: \"Dispositivos M\u00e9dicos\", COS: \"Cosm\u00e9ticos\", IVD: \"IVDs\", ANY: \"Explorando\", START: \"Come\u00e7ando\", DOCS: \"Tenho Documenta\u00e7\u00e3o\", READY: \"Pronto para Enviar\",\r\n    contactTitle: \"Vamos Conversar\", contactSubtitle: \"Preencha seus dados e entraremos em contato com orienta\u00e7\u00e3o personalizada para sua jornada regulat\u00f3ria.\",\r\n    journeyInfoTitle: \"Detalhes da Sua Jornada\", journeyFromLabel: \"De:\", journeyToLabel: \"Para:\", journeyIndustryLabel: \"Ind\u00fastria:\", journeyStageLabel: \"Etapa:\",\r\n    labelFullName: \"Nome Completo *\", labelEmail: \"Email *\", labelCompany: \"Nome da Empresa *\", labelPhone: \"Telefone *\", labelMessage: \"Mensagem\",\r\n    optionalText: \"(opcional)\", submitBtnText: \"Enviar Mensagem\", backToResults: \"Voltar aos Resultados\",\r\n    formSuccessMessage: \"Obrigado! Sua mensagem foi enviada com sucesso. Redirecionando...\",\r\n    formErrorMessage: \"Desculpe, houve um erro ao enviar sua mensagem. Por favor, <a href='https:\/\/sobelconsult.com\/#footer-cta' target='_blank'>entre em contato aqui<\/a>.\",\r\n    svc_gapAnalysis_title: \"An\u00e1lise de Lacunas\", svc_gapAnalysis_excerpt: \"Avaliaremos sua prontid\u00e3o para submiss\u00e3o e revisaremos seus r\u00f3tulos para garantir conformidade com o Health Canada.\",\r\n    svc_qmsSupport_title: \"Suporte em Gest\u00e3o da Qualidade\", svc_qmsSupport_excerpt: \"Deixe-nos ajudar a alinhar seu sistema de gest\u00e3o da qualidade com as expectativas regulat\u00f3rias do Health Canada.\",\r\n    svc_bepBer_title: \"Plano e Relat\u00f3rio de Avalia\u00e7\u00e3o Biol\u00f3gica\", svc_bepBer_excerpt: \"Prepararemos seu BEP e BER para apoiar sua submiss\u00e3o ao Health Canada com dados de seguran\u00e7a abrangentes.\",\r\n    svc_tra_title: \"Avalia\u00e7\u00e3o de Risco Toxicol\u00f3gico\", svc_tra_excerpt: \"Nossos especialistas realizar\u00e3o TRA alinhado com ISO 10993-18 e expectativas do Health Canada.\",\r\n    svc_techDocs_title: \"Documenta\u00e7\u00e3o T\u00e9cnica\", svc_techDocs_excerpt: \"Estruturaremos sua documenta\u00e7\u00e3o para atender a todos os requisitos regulat\u00f3rios para uma submiss\u00e3o tranquila.\",\r\n    svc_supplierAudit_title: \"Auditoria de Fornecedores\", svc_supplierAudit_excerpt: \"Fortale\u00e7a o controle da sua cadeia de suprimentos com nossos servi\u00e7os estruturados de auditoria.\",\r\n    svc_internalAudit_title: \"Auditoria Interna\", svc_internalAudit_excerpt: \"Prepare-se para certifica\u00e7\u00f5es regulat\u00f3rias com nosso processo completo de auditoria interna.\",\r\n    svc_mdLicense_title: \"Suporte \u00e0 Licen\u00e7a de Dispositivos M\u00e9dicos\", svc_mdLicense_excerpt: \"Orientaremos voc\u00ea atrav\u00e9s das aplica\u00e7\u00f5es de licenciamento e garantiremos conformidade cont\u00ednua com o Health Canada.\",\r\n    svc_prodClass_title: \"Avalia\u00e7\u00e3o de Classifica\u00e7\u00e3o de Produtos\", svc_prodClass_excerpt: \"Ajudaremos a classificar seu produto corretamente como cosm\u00e9tico, produto natural para sa\u00fade ou outra categoria.\",\r\n    svc_safetyGap_title: \"An\u00e1lise de Lacunas de Seguran\u00e7a e Regulat\u00f3ria\", svc_safetyGap_excerpt: \"Identifique riscos potenciais e lacunas em sua formula\u00e7\u00e3o e rotulagem antes da submiss\u00e3o.\",\r\n    svc_gmpGuidance_title: \"Orienta\u00e7\u00e3o em BPF\", svc_gmpGuidance_excerpt: \"Aprenda as melhores pr\u00e1ticas para fabricar produtos cosm\u00e9ticos seguros e em conformidade.\",\r\n    svc_cosNotif_title: \"Pacote de Notifica\u00e7\u00e3o de Cosm\u00e9ticos\", svc_cosNotif_excerpt: \"Cuidaremos da sua notifica\u00e7\u00e3o de cosm\u00e9ticos e garantiremos total conformidade com o Health Canada.\",\r\n    svc_cosIngReview_title: \"Revis\u00e3o de Ingredientes Cosm\u00e9ticos\", svc_cosIngReview_excerpt: \"Revisaremos sua formula\u00e7\u00e3o para garantir alinhamento com a Lista de Ingredientes Cosm\u00e9ticos do Health Canada.\",\r\n    svc_safetyReport_title: \"Relat\u00f3rio de Evid\u00eancia de Seguran\u00e7a\", svc_safetyReport_excerpt: \"Compilaremos todos os dados de seguran\u00e7a para criar um dossi\u00ea abrangente certificando a seguran\u00e7a do seu produto.\",\r\n    svc_labelReview_title: \"Revis\u00e3o de Conformidade de R\u00f3tulos\", svc_labelReview_excerpt: \"Garanta rotulagem bilingue (EN\/FR) e requisitos adequados de listagem de ingredientes INCI.\",\r\n    svc_adReview_title: \"Revis\u00e3o de Publicidade e Alega\u00e7\u00f5es\", svc_adReview_excerpt: \"Revisaremos seus materiais publicit\u00e1rios para garantir conformidade com alega\u00e7\u00f5es n\u00e3o terap\u00eauticas.\",\r\n    svc_facilityReg_title: \"Registro de Instala\u00e7\u00f5es\", svc_facilityReg_excerpt: \"Suporte completo para registrar sua empresa com o Health Canada.\",\r\n    svc_postMarket_title: \"Suporte \u00e0 Vigil\u00e2ncia P\u00f3s-Mercado\", svc_postMarket_excerpt: \"Suporte cont\u00ednuo para lidar com rea\u00e7\u00f5es adversas e manter conformidade com o Health Canada.\",\r\n    svc_ear_title: \"Representante Autorizado Europeu\", svc_ear_excerpt: \"Atuaremos como seu EAR, fornecendo supervis\u00e3o regulat\u00f3ria e garantindo acesso ao mercado da UE.\",\r\n    svc_qmsServices_title: \"Servi\u00e7os de Gest\u00e3o da Qualidade\", svc_qmsServices_excerpt: \"Alinhe seu QMS com os requisitos do EU MDR e ISO 13485 para conformidade europeia.\",\r\n    svc_regTraining_title: \"Treinamento em Assuntos Regulat\u00f3rios\", svc_regTraining_excerpt: \"Cursos ministrados por especialistas em Marca\u00e7\u00e3o CE, EU MDR, UK MDR e mais.\",\r\n    svc_ceMark_title: \"Suporte Regulat\u00f3rio para Marca\u00e7\u00e3o CE\", svc_ceMark_excerpt: \"An\u00e1lise de lacunas, documenta\u00e7\u00e3o t\u00e9cnica e suporte regulat\u00f3rio cont\u00ednuo para sua Marca\u00e7\u00e3o CE.\",\r\n    svc_bioEval_title: \"Avalia\u00e7\u00e3o Biol\u00f3gica (BEP, BER)\", svc_bioEval_excerpt: \"Servi\u00e7os especializados de avalia\u00e7\u00e3o biol\u00f3gica incluindo BEP, BER, an\u00e1lise de lacunas e suporte regulat\u00f3rio.\",\r\n    svc_clinEval_title: \"Avalia\u00e7\u00e3o Cl\u00ednica (CEP & CER)\", svc_clinEval_excerpt: \"Avalia\u00e7\u00e3o cl\u00ednica estruturada com CEP, CER, pesquisa de literatura e suporte do Organismo Notificado.\",\r\n    svc_traEU_title: \"Avalia\u00e7\u00e3o de Risco Toxicol\u00f3gico (TRA)\", svc_traEU_excerpt: \"TRA alinhado com EU MDR e s\u00e9rie ISO 10993 para evid\u00eancia abrangente de seguran\u00e7a qu\u00edmica.\",\r\n    svc_suppQual_title: \"Qualifica\u00e7\u00e3o e Auditoria de Fornecedores\", svc_suppQual_excerpt: \"Auditorias e qualifica\u00e7\u00e3o alinhadas com ISO 13485 e requisitos do EU MDR.\",\r\n    svc_internalAudits_title: \"Auditorias Internas\", svc_internalAudits_excerpt: \"Auditorias internas apoiando conformidade ISO 13485 e prontid\u00e3o para organismo notificado.\",\r\n    svc_respPerson_title: \"Pessoa Respons\u00e1vel\", svc_respPerson_excerpt: \"Serviremos como seu Representante Autorizado Europeu para acesso ao mercado e conformidade.\",\r\n    svc_cpsrSupport_title: \"Suporte \u00e0 Notifica\u00e7\u00e3o de Produtos Cosm\u00e9ticos e CPSR\", svc_cpsrSupport_excerpt: \"Cuidaremos tanto da notifica\u00e7\u00e3o CPNP quanto da prepara\u00e7\u00e3o do CPSR para voc\u00ea.\",\r\n    svc_cpsr_title: \"Relat\u00f3rio de Seguran\u00e7a de Produtos Cosm\u00e9ticos\", svc_cpsr_excerpt: \"Prepara\u00e7\u00e3o de CPSR em total conformidade com o Regulamento (CE) N\u00ba 1223\/2009 da UE.\",\r\n    svc_pif_title: \"PIF \u2013 Arquivo de Informa\u00e7\u00f5es do Produto\", svc_pif_excerpt: \"Revis\u00e3o e prepara\u00e7\u00e3o do seu Arquivo de Informa\u00e7\u00f5es do Produto para conformidade regulat\u00f3ria.\",\r\n    svc_labelArtwork_title: \"Revis\u00e3o de R\u00f3tulos e Artes para Cosm\u00e9ticos na Europa\", svc_labelArtwork_excerpt: \"Revis\u00e3o especializada de r\u00f3tulos e artes para atender a todos os requisitos regulat\u00f3rios da UE.\",\r\n    svc_cosInternalAudit_title: \"Auditoria Interna para Fabricantes de Cosm\u00e9ticos\", svc_cosInternalAudit_excerpt: \"Garanta que suas opera\u00e7\u00f5es de cosm\u00e9ticos atendam aos padr\u00f5es EU 1223\/2009.\",\r\n    svc_suppAuditQual_title: \"Auditoria e Qualifica\u00e7\u00e3o de Fornecedores\", svc_suppAuditQual_excerpt: \"Garanta conformidade e qualidade em toda a sua cadeia de suprimentos.\",\r\n    svc_usAgent_title: \"Servi\u00e7o de Agente nos EUA\", svc_usAgent_excerpt: \"Navegue pelo acesso ao mercado dos EUA com a Sobel como seu Agente dedicado para dispositivos.\",\r\n    svc_bioEvalUS_title: \"Avalia\u00e7\u00e3o Biol\u00f3gica (BEP, BER)\", svc_bioEvalUS_excerpt: \"Suporte em BEP, BER e toxicologia com documenta\u00e7\u00e3o clara e defens\u00e1vel.\",\r\n    svc_clinEvalUS_title: \"Avalia\u00e7\u00e3o Cl\u00ednica (CEP, CER)\", svc_clinEvalUS_excerpt: \"Suporte para desenvolvimento de CEP e CER incluindo planejamento estrat\u00e9gico e revis\u00f5es de literatura.\",\r\n    svc_suppAuditQualUS_title: \"Auditoria e Qualifica\u00e7\u00e3o de Fornecedores\", svc_suppAuditQualUS_excerpt: \"Fortale\u00e7a sua cadeia de suprimentos com nossos servi\u00e7os de auditoria e qualifica\u00e7\u00e3o.\",\r\n    svc_regConsult_title: \"Servi\u00e7os de Consultoria Regulat\u00f3ria\", svc_regConsult_excerpt: \"Suporte para Notifica\u00e7\u00e3o Pr\u00e9-Mercado 510(k), submiss\u00f5es FDA, registro, UDI e mais.\",\r\n    svc_cosFdaPkg_title: \"Pacote FDA para Cosm\u00e9ticos\", svc_cosFdaPkg_excerpt: \"Pacote completo: registro, revis\u00e3o de r\u00f3tulos e substancia\u00e7\u00e3o de seguran\u00e7a.\",\r\n    svc_safetySub_title: \"Substancia\u00e7\u00e3o de Seguran\u00e7a\", svc_safetySub_excerpt: \"Compila\u00e7\u00e3o de dados de seguran\u00e7a para apoiar conformidade com MoCRA.\",\r\n    svc_formulaReview_title: \"Revis\u00e3o de F\u00f3rmula para Registro de Cosm\u00e9ticos\", svc_formulaReview_excerpt: \"Garanta que cada f\u00f3rmula esteja em conformidade com MoCRA antes do lan\u00e7amento no mercado dos EUA.\",\r\n    svc_prodLabel_title: \"Rotulagem de Produtos (Revis\u00e3o)\", svc_prodLabel_excerpt: \"Suporte especializado para verifica\u00e7\u00e3o de r\u00f3tulos, avalia\u00e7\u00e3o de lacunas e revis\u00e3o sob MoCRA.\",\r\n    svc_gmpManual_title: \"Atualiza\u00e7\u00e3o do Manual de BPF\", svc_gmpManual_excerpt: \"Ajudaremos a revisar sua documenta\u00e7\u00e3o para total conformidade com BPF.\",\r\n    svc_sop_title: \"Elabora\u00e7\u00e3o de Procedimento Operacional Padr\u00e3o\", svc_sop_excerpt: \"Obtenha POPs prontos para FDA e BPF para seu neg\u00f3cio de cosm\u00e9ticos.\",\r\n    svc_facilityListing_title: \"Registro de Instala\u00e7\u00f5es e Listagem de Produtos\", svc_facilityListing_excerpt: \"Registro de empresas de cosm\u00e9ticos com a FDA sob novos regulamentos.\",\r\n    svc_cosReg_title: \"Registro de Cosm\u00e9ticos\", svc_cosReg_excerpt: \"Registro completo de cosm\u00e9ticos e listagem de produtos de acordo com regulamentos da FDA.\",\r\n    svc_cosRegChange_title: \"Altera\u00e7\u00e3o no Registro de Cosm\u00e9ticos\", svc_cosRegChange_excerpt: \"Suporte com altera\u00e7\u00f5es de registro de cosm\u00e9ticos da FDA da documenta\u00e7\u00e3o \u00e0 submiss\u00e3o.\",\r\n    svc_mdTrainingBR_title: \"Treinamento Regulat\u00f3rio em Dispositivos M\u00e9dicos\", svc_mdTrainingBR_excerpt: \"Treinamento especializado em ISO 13485, MDSAP, ISO 10993 e RDCs da Anvisa.\",\r\n    svc_qmBR_title: \"Gest\u00e3o da Qualidade\", svc_qmBR_excerpt: \"Alinhe seu QMS no Brasil com ISO 13485 e RDC 665\/2022.\",\r\n    svc_brHolder_title: \"Titular de Registro Brasileiro\", svc_brHolder_excerpt: \"Navegue pelo acesso ao mercado brasileiro com a Sobel como seu titular de registro.\",\r\n    svc_bioEvalBR_title: \"Avalia\u00e7\u00e3o Biol\u00f3gica\", svc_bioEvalBR_excerpt: \"Avalia\u00e7\u00e3o biol\u00f3gica completa alinhada com ISO 10993 para seguran\u00e7a e conformidade.\",\r\n    svc_clinEvalBR_title: \"Avalia\u00e7\u00e3o Cl\u00ednica\", svc_clinEvalBR_excerpt: \"Avalia\u00e7\u00e3o cl\u00ednica alinhada com a Orienta\u00e7\u00e3o n\u00ba 31\/2020 para seguran\u00e7a de dispositivos.\",\r\n    svc_mdRegBR_title: \"Registro e Notifica\u00e7\u00e3o de Dispositivos M\u00e9dicos\", svc_mdRegBR_excerpt: \"Notifica\u00e7\u00e3o, registro e atualiza\u00e7\u00f5es sob RDC 978\/2025 e RDC 658\/2022.\",\r\n    svc_inmetro_title: \"Suporte \u00e0 Certifica\u00e7\u00e3o Inmetro ou Anatel\", svc_inmetro_excerpt: \"Suporte para certifica\u00e7\u00e3o Anatel e Inmetro no Brasil.\",\r\n    svc_anvisaGap_title: \"An\u00e1lise de Lacunas Anvisa\", svc_anvisaGap_excerpt: \"Identifique lacunas em documentos para melhorar conformidade antes do registro.\",\r\n    svc_brRep_title: \"Representante Regulat\u00f3rio Brasileiro\", svc_brRep_excerpt: \"Atuaremos como seu representante regulat\u00f3rio e gerenciaremos processos da Anvisa.\",\r\n    svc_sds_title: \"Consultoria em Ficha de Seguran\u00e7a\", svc_sds_excerpt: \"Cria\u00e7\u00e3o de FDS conforme NBR 14725:2023 do Brasil e requisitos da Anvisa.\",\r\n    svc_suppAuditQualBR_title: \"Auditoria e Qualifica\u00e7\u00e3o de Fornecedores\", svc_suppAuditQualBR_excerpt: \"Auditorias de fornecedores para ajud\u00e1-lo a atender requisitos de BPF e certifica\u00e7\u00e3o.\",\r\n    svc_cosInternalAuditBR_title: \"Auditoria Interna para Fabricantes de Cosm\u00e9ticos\", svc_cosInternalAuditBR_excerpt: \"Esteja em conformidade com BPF e Anvisa antes da sua pr\u00f3xima inspe\u00e7\u00e3o.\",\r\n    svc_regNotifBR_title: \"Registro e Notifica\u00e7\u00e3o\", svc_regNotifBR_excerpt: \"Apoiaremos processos de registro e notifica\u00e7\u00e3o na Anvisa.\",\r\n    svc_cosRegUpdateBR_title: \"Atualiza\u00e7\u00f5es de Registro e Notifica\u00e7\u00e3o de Cosm\u00e9ticos\", svc_cosRegUpdateBR_excerpt: \"Mantenha seus cosm\u00e9ticos em conformidade. Cuidaremos das atualiza\u00e7\u00f5es da Anvisa para voc\u00ea.\",\r\n    svc_brRepIvd_title: \"Representante Brasileiro IVD\", svc_brRepIvd_excerpt: \"Atuaremos como seu representante oficial da Anvisa para registro e conformidade.\",\r\n    svc_ivdReg_title: \"Notifica\u00e7\u00e3o e Registro de IVD\", svc_ivdReg_excerpt: \"Suporte estrat\u00e9gico para registrar ou notificar seu IVD no Brasil com gest\u00e3o completa do processo.\",\r\n    svc_custom_title: \"Caminho Regulat\u00f3rio Personalizado\", svc_custom_excerpt: \"Cada jornada \u00e9 \u00fanica. Deixe nossos especialistas criarem um roteiro regulat\u00f3rio personalizado especificamente para suas necessidades e objetivos.\"\r\n  },\r\n  es: {\r\n    loadingTitle: \"Tu Viaje Regulatorio\", loadingSubtitle: \"Sobel est\u00e1 preparando tu camino personalizado...\",\r\n    headerTitle: \"Tu Viaje Regulatorio\", headerSubtitle: \"Guiado por Sobel\", stepOf: \"de\",\r\n    langSelectTitle: \"\u00bfQu\u00e9 idioma hablas?\", langSelectSubtitle: \"Elige tu idioma preferido para continuar tu viaje\",\r\n    continueButton: \"Contin\u00faa Tu Viaje\", welcomeTitle: \"Comencemos Tu Viaje\",\r\n    welcomeSubtitle: \"Estamos aqu\u00ed para guiarte por el panorama regulatorio. Cu\u00e9ntanos desde d\u00f3nde partes y te ayudaremos a encontrar el camino perfecto.\",\r\n    originQuestion: \"\u00bfD\u00f3nde est\u00e1 ubicada tu empresa?\", originDescription: \"Selecciona tu mercado de origen para que podamos entender tu punto de partida.\",\r\n    brazilOption: \"Brasil\", brazilDesc: \"Tu viaje comienza en Brasil\", canadaOption: \"Canad\u00e1\", canadaDesc: \"Tu viaje comienza en Canad\u00e1\",\r\n    euOption: \"Uni\u00f3n Europea\", euDesc: \"Tu viaje comienza en la UE\", usaOption: \"Estados Unidos\", usaDesc: \"Tu viaje comienza en EE.UU.\",\r\n    otherOption: \"Otros Mercados\", otherDesc: \"Tu viaje comienza en otro lugar\",\r\n    targetQuestion: \"\u00bfD\u00f3nde quieres expandirte?\", targetDescription: \"Cu\u00e9ntanos tu mercado de destino y trazaremos el camino regulatorio para ti.\",\r\n    brazilTargetDesc: \"Navega las regulaciones de ANVISA\", canadaTargetDesc: \"Navega los requisitos de Health Canada\",\r\n    euTargetDesc: \"Navega la certificaci\u00f3n CE Mark\", usaTargetDesc: \"Navega el cumplimiento de la FDA\", otherTargetDesc: \"Explora caminos regulatorios personalizados\",\r\n    unitQuestion: \"\u00bfCu\u00e1l es tu industria?\", unitDescription: \"D\u00e9janos entender tu negocio para que podamos ofrecerte la orientaci\u00f3n regulatoria perfecta.\",\r\n    mdOption: \"Dispositivos M\u00e9dicos\", mdDesc: \"Dispositivos, equipos y diagn\u00f3sticos\", cosOption: \"Cosm\u00e9ticos\", cosDesc: \"Productos de belleza y cuidado personal\",\r\n    ivdOption: \"IVDs\", ivdDesc: \"Diagn\u00f3sticos In Vitro\",\r\n    stageQuestion: \"\u00bfD\u00f3nde est\u00e1s en tu viaje?\", stageDescription: \"Cu\u00e9ntanos tu etapa actual y te mostraremos los siguientes pasos en tu camino.\",\r\n    anyStage: \"Solo Explorando\", anyStageDesc: \"Mu\u00e9strame todos los caminos posibles\", startStage: \"Comenzando\", startStageDesc: \"Estoy al inicio de mi viaje\",\r\n    docsStage: \"Tengo Documentaci\u00f3n\", docsStageDesc: \"He preparado mis documentos regulatorios\", readyStage: \"Listo para Enviar\", readyStageDesc: \"Estoy preparado para aprobaci\u00f3n\",\r\n    summaryTitle: \"Tu Mapa de Viaje\", summarySubtitle: \"Basado en tus respuestas, aqu\u00ed est\u00e1 tu camino regulatorio personalizado. Rev\u00edsalo y demos el siguiente paso juntos.\",\r\n    startingFrom: \"Partiendo De\", destination: \"Destino\", industry: \"Industria\", currentStage: \"Etapa Actual\",\r\n    changeLink: \"Cambiar\", revealPathButton: \"Revela Tu Camino\", resultsTitle: \"pasos en tu viaje\",\r\n    noPathsFound: \"No se encontraron caminos\", noPathsDesc: \"Intenta ajustar tu destino o etapa para explorar otras opciones.\",\r\n    letsTalkButton: \"Hablemos\", learnMoreButton: \"Saber M\u00e1s\", backButton: \"Atr\u00e1s\", seeYourPathButton: \"Ve Tu Camino\",\r\n    BR: \"Brasil\", CA: \"Canad\u00e1\", EU: \"Uni\u00f3n Europea\", US: \"Estados Unidos\", OTHER: \"Otros mercados\",\r\n    MD: \"Dispositivos M\u00e9dicos\", COS: \"Cosm\u00e9ticos\", IVD: \"IVDs\", ANY: \"Explorando\", START: \"Comenzando\", DOCS: \"Tengo Documentaci\u00f3n\", READY: \"Listo para Enviar\",\r\n    contactTitle: \"Hablemos\", contactSubtitle: \"Completa tus datos y nos pondremos en contacto contigo con orientaci\u00f3n personalizada para tu viaje regulatorio.\",\r\n    journeyInfoTitle: \"Detalles de Tu Viaje\", journeyFromLabel: \"Desde:\", journeyToLabel: \"Hacia:\", journeyIndustryLabel: \"Industria:\", journeyStageLabel: \"Etapa:\",\r\n    labelFullName: \"Nombre Completo *\", labelEmail: \"Email *\", labelCompany: \"Nombre de la Empresa *\", labelPhone: \"Tel\u00e9fono *\", labelMessage: \"Mensaje\",\r\n    optionalText: \"(opcional)\", submitBtnText: \"Enviar Mensaje\", backToResults: \"Volver a Resultados\",\r\n    formSuccessMessage: \"\u00a1Gracias! Tu mensaje ha sido enviado exitosamente. Redirigiendo...\",\r\n    formErrorMessage: \"Lo sentimos, hubo un error al enviar tu mensaje. Por favor, <a href='https:\/\/sobelconsult.com\/#footer-cta' target='_blank'>cont\u00e1ctanos aqu\u00ed<\/a>.\",\r\n    svc_gapAnalysis_title: \"An\u00e1lisis de Brechas\", svc_gapAnalysis_excerpt: \"Evaluaremos tu preparaci\u00f3n para la presentaci\u00f3n y revisaremos tus etiquetas para garantizar el cumplimiento con Health Canada.\",\r\n    svc_qmsSupport_title: \"Soporte en Gesti\u00f3n de Calidad\", svc_qmsSupport_excerpt: \"D\u00e9janos ayudarte a alinear tu sistema de gesti\u00f3n de calidad con las expectativas regulatorias de Health Canada.\",\r\n    svc_bepBer_title: \"Plan y Reporte de Evaluaci\u00f3n Biol\u00f3gica\", svc_bepBer_excerpt: \"Prepararemos tu BEP y BER para apoyar tu presentaci\u00f3n a Health Canada con datos de seguridad integrales.\",\r\n    svc_tra_title: \"Evaluaci\u00f3n de Riesgo Toxicol\u00f3gico\", svc_tra_excerpt: \"Nuestros expertos realizar\u00e1n TRA alineado con ISO 10993-18 y expectativas de Health Canada.\",\r\n    svc_techDocs_title: \"Documentaci\u00f3n T\u00e9cnica\", svc_techDocs_excerpt: \"Estructuraremos tu documentaci\u00f3n para cumplir con todos los requisitos regulatorios para una presentaci\u00f3n fluida.\",\r\n    svc_supplierAudit_title: \"Auditor\u00eda de Proveedores\", svc_supplierAudit_excerpt: \"Fortalece el control de tu cadena de suministro con nuestros servicios estructurados de auditor\u00eda.\",\r\n    svc_internalAudit_title: \"Auditor\u00eda Interna\", svc_internalAudit_excerpt: \"Prep\u00e1rate para certificaciones regulatorias con nuestro proceso completo de auditor\u00eda interna.\",\r\n    svc_mdLicense_title: \"Soporte de Licencia de Dispositivos M\u00e9dicos\", svc_mdLicense_excerpt: \"Te guiaremos a trav\u00e9s de las aplicaciones de licenciamiento y garantizaremos cumplimiento continuo con Health Canada.\",\r\n    svc_prodClass_title: \"Evaluaci\u00f3n de Clasificaci\u00f3n de Productos\", svc_prodClass_excerpt: \"Ayudaremos a clasificar tu producto correctamente como cosm\u00e9tico, producto natural para la salud u otra categor\u00eda.\",\r\n    svc_safetyGap_title: \"An\u00e1lisis de Brechas de Seguridad y Regulatorias\", svc_safetyGap_excerpt: \"Identifica riesgos potenciales y brechas en tu formulaci\u00f3n y etiquetado antes de la presentaci\u00f3n.\",\r\n    svc_gmpGuidance_title: \"Orientaci\u00f3n en BPF\", svc_gmpGuidance_excerpt: \"Aprende las mejores pr\u00e1cticas para fabricar productos cosm\u00e9ticos seguros y conformes.\",\r\n    svc_cosNotif_title: \"Paquete de Notificaci\u00f3n de Cosm\u00e9ticos\", svc_cosNotif_excerpt: \"Manejaremos tu notificaci\u00f3n de cosm\u00e9ticos y garantizaremos cumplimiento total con Health Canada.\",\r\n    svc_cosIngReview_title: \"Revisi\u00f3n de Ingredientes Cosm\u00e9ticos\", svc_cosIngReview_excerpt: \"Revisaremos tu formulaci\u00f3n para garantizar alineaci\u00f3n con la Lista de Ingredientes Cosm\u00e9ticos de Health Canada.\",\r\n    svc_safetyReport_title: \"Reporte de Evidencia de Seguridad\", svc_safetyReport_excerpt: \"Compilaremos todos los datos de seguridad para crear un dossier integral certificando la seguridad de tu producto.\",\r\n    svc_labelReview_title: \"Revisi\u00f3n de Cumplimiento de Etiquetas\", svc_labelReview_excerpt: \"Garantiza etiquetado biling\u00fce (EN\/FR) y requisitos adecuados de listado de ingredientes INCI.\",\r\n    svc_adReview_title: \"Revisi\u00f3n de Publicidad y Reclamos\", svc_adReview_excerpt: \"Revisaremos tus materiales publicitarios para garantizar cumplimiento con reclamos no terap\u00e9uticos.\",\r\n    svc_facilityReg_title: \"Registro de Instalaciones\", svc_facilityReg_excerpt: \"Soporte completo para registrar tu empresa con Health Canada.\",\r\n    svc_postMarket_title: \"Soporte de Vigilancia Post-Mercado\", svc_postMarket_excerpt: \"Soporte continuo para manejar reacciones adversas y mantener cumplimiento con Health Canada.\",\r\n    svc_ear_title: \"Representante Autorizado Europeo\", svc_ear_excerpt: \"Actuaremos como tu EAR, proporcionando supervisi\u00f3n regulatoria y garantizando acceso al mercado de la UE.\",\r\n    svc_qmsServices_title: \"Servicios de Gesti\u00f3n de Calidad\", svc_qmsServices_excerpt: \"Alinea tu QMS con los requisitos del EU MDR e ISO 13485 para cumplimiento europeo.\",\r\n    svc_regTraining_title: \"Entrenamiento en Asuntos Regulatorios\", svc_regTraining_excerpt: \"Cursos dirigidos por expertos en Marcado CE, EU MDR, UK MDR y m\u00e1s.\",\r\n    svc_ceMark_title: \"Soporte Regulatorio para Marcado CE\", svc_ceMark_excerpt: \"An\u00e1lisis de brechas, documentaci\u00f3n t\u00e9cnica y soporte regulatorio continuo para tu Marcado CE.\",\r\n    svc_bioEval_title: \"Evaluaci\u00f3n Biol\u00f3gica (BEP, BER)\", svc_bioEval_excerpt: \"Servicios expertos de evaluaci\u00f3n biol\u00f3gica incluyendo BEP, BER, an\u00e1lisis de brechas y soporte regulatorio.\",\r\n    svc_clinEval_title: \"Evaluaci\u00f3n Cl\u00ednica (CEP & CER)\", svc_clinEval_excerpt: \"Evaluaci\u00f3n cl\u00ednica estructurada con CEP, CER, b\u00fasqueda de literatura y soporte del Organismo Notificado.\",\r\n    svc_traEU_title: \"Evaluaci\u00f3n de Riesgo Toxicol\u00f3gico (TRA)\", svc_traEU_excerpt: \"TRA alineado con EU MDR y serie ISO 10993 para evidencia integral de seguridad qu\u00edmica.\",\r\n    svc_suppQual_title: \"Calificaci\u00f3n y Auditor\u00eda de Proveedores\", svc_suppQual_excerpt: \"Auditor\u00edas y calificaci\u00f3n alineadas con ISO 13485 y requisitos del EU MDR.\",\r\n    svc_internalAudits_title: \"Auditor\u00edas Internas\", svc_internalAudits_excerpt: \"Auditor\u00edas internas apoyando cumplimiento ISO 13485 y preparaci\u00f3n para organismo notificado.\",\r\n    svc_respPerson_title: \"Persona Responsable\", svc_respPerson_excerpt: \"Serviremos como tu Representante Autorizado Europeo para acceso al mercado y cumplimiento.\",\r\n    svc_cpsrSupport_title: \"Soporte de Notificaci\u00f3n de Productos Cosm\u00e9ticos y CPSR\", svc_cpsrSupport_excerpt: \"Manejaremos tanto la notificaci\u00f3n CPNP como la preparaci\u00f3n del CPSR para ti.\",\r\n    svc_cpsr_title: \"Reporte de Seguridad de Productos Cosm\u00e9ticos\", svc_cpsr_excerpt: \"Preparaci\u00f3n de CPSR en total cumplimiento con el Reglamento (CE) N\u00ba 1223\/2009 de la UE.\",\r\n    svc_pif_title: \"PIF \u2013 Archivo de Informaci\u00f3n del Producto\", svc_pif_excerpt: \"Revisi\u00f3n y preparaci\u00f3n de tu Archivo de Informaci\u00f3n del Producto para cumplimiento regulatorio.\",\r\n    svc_labelArtwork_title: \"Revisi\u00f3n de Etiquetas y Artes para Cosm\u00e9ticos en Europa\", svc_labelArtwork_excerpt: \"Revisi\u00f3n experta de etiquetas y artes para cumplir con todos los requisitos regulatorios de la UE.\",\r\n    svc_cosInternalAudit_title: \"Auditor\u00eda Interna para Fabricantes de Cosm\u00e9ticos\", svc_cosInternalAudit_excerpt: \"Garantiza que tus operaciones de cosm\u00e9ticos cumplan con los est\u00e1ndares EU 1223\/2009.\",\r\n    svc_suppAuditQual_title: \"Auditor\u00eda y Calificaci\u00f3n de Proveedores\", svc_suppAuditQual_excerpt: \"Garantiza cumplimiento y calidad en toda tu cadena de suministro.\",\r\n    svc_usAgent_title: \"Servicio de Agente en EE.UU.\", svc_usAgent_excerpt: \"Navega el acceso al mercado de EE.UU. con Sobel como tu Agente dedicado para dispositivos.\",\r\n    svc_bioEvalUS_title: \"Evaluaci\u00f3n Biol\u00f3gica (BEP, BER)\", svc_bioEvalUS_excerpt: \"Soporte en BEP, BER y toxicolog\u00eda con documentaci\u00f3n clara y defendible.\",\r\n    svc_clinEvalUS_title: \"Evaluaci\u00f3n Cl\u00ednica (CEP, CER)\", svc_clinEvalUS_excerpt: \"Soporte para desarrollo de CEP y CER incluyendo planificaci\u00f3n estrat\u00e9gica y revisiones de literatura.\",\r\n    svc_suppAuditQualUS_title: \"Auditor\u00eda y Calificaci\u00f3n de Proveedores\", svc_suppAuditQualUS_excerpt: \"Fortalece tu cadena de suministro con nuestros servicios de auditor\u00eda y calificaci\u00f3n.\",\r\n    svc_regConsult_title: \"Servicios de Consultor\u00eda Regulatoria\", svc_regConsult_excerpt: \"Soporte para Notificaci\u00f3n Pre-Mercado 510(k), presentaciones FDA, registro, UDI y m\u00e1s.\",\r\n    svc_cosFdaPkg_title: \"Paquete FDA para Cosm\u00e9ticos\", svc_cosFdaPkg_excerpt: \"Paquete completo: registro, revisi\u00f3n de etiquetas y substanciaci\u00f3n de seguridad.\",\r\n    svc_safetySub_title: \"Substanciaci\u00f3n de Seguridad\", svc_safetySub_excerpt: \"Compilaci\u00f3n de datos de seguridad para apoyar cumplimiento con MoCRA.\",\r\n    svc_formulaReview_title: \"Revisi\u00f3n de F\u00f3rmula para Registro de Cosm\u00e9ticos\", svc_formulaReview_excerpt: \"Garantiza que cada f\u00f3rmula cumpla con MoCRA antes del lanzamiento en el mercado de EE.UU.\",\r\n    svc_prodLabel_title: \"Etiquetado de Productos (Revisi\u00f3n)\", svc_prodLabel_excerpt: \"Soporte experto para verificaci\u00f3n de etiquetas, evaluaci\u00f3n de brechas y revisi\u00f3n bajo MoCRA.\",\r\n    svc_gmpManual_title: \"Actualizaci\u00f3n del Manual de BPF\", svc_gmpManual_excerpt: \"Ayudaremos a revisar tu documentaci\u00f3n para cumplimiento total con BPF.\",\r\n    svc_sop_title: \"Elaboraci\u00f3n de Procedimiento Operacional Est\u00e1ndar\", svc_sop_excerpt: \"Obt\u00e9n POEs listos para FDA y BPF para tu negocio de cosm\u00e9ticos.\",\r\n    svc_facilityListing_title: \"Registro de Instalaciones y Listado de Productos\", svc_facilityListing_excerpt: \"Registro de empresas de cosm\u00e9ticos con la FDA bajo nuevos regulamentos.\",\r\n    svc_cosReg_title: \"Registro de Cosm\u00e9ticos\", svc_cosReg_excerpt: \"Registro completo de cosm\u00e9ticos y listado de productos de acuerdo con regulamentos de la FDA.\",\r\n    svc_cosRegChange_title: \"Cambio en Registro de Cosm\u00e9ticos\", svc_cosRegChange_excerpt: \"Soporte con cambios de registro de cosm\u00e9ticos de la FDA desde documentaci\u00f3n hasta presentaci\u00f3n.\",\r\n    svc_mdTrainingBR_title: \"Entrenamiento Regulatorio en Dispositivos M\u00e9dicos\", svc_mdTrainingBR_excerpt: \"Entrenamiento experto en ISO 13485, MDSAP, ISO 10993 y RDCs de Anvisa.\",\r\n    svc_qmBR_title: \"Gesti\u00f3n de Calidad\", svc_qmBR_excerpt: \"Alinea tu QMS en Brasil con ISO 13485 y RDC 665\/2022.\",\r\n    svc_brHolder_title: \"Titular de Registro Brasile\u00f1o\", svc_brHolder_excerpt: \"Navega el acceso al mercado brasile\u00f1o con Sobel como tu titular de registro.\",\r\n    svc_bioEvalBR_title: \"Evaluaci\u00f3n Biol\u00f3gica\", svc_bioEvalBR_excerpt: \"Evaluaci\u00f3n biol\u00f3gica completa alineada con ISO 10993 para seguridad y cumplimiento.\",\r\n    svc_clinEvalBR_title: \"Evaluaci\u00f3n Cl\u00ednica\", svc_clinEvalBR_excerpt: \"Evaluaci\u00f3n cl\u00ednica alineada con la Orientaci\u00f3n n\u00ba 31\/2020 para seguridad de dispositivos.\",\r\n    svc_mdRegBR_title: \"Registro y Notificaci\u00f3n de Dispositivos M\u00e9dicos\", svc_mdRegBR_excerpt: \"Notificaci\u00f3n, registro y actualizaciones bajo RDC 978\/2025 y RDC 658\/2022.\",\r\n    svc_inmetro_title: \"Soporte a Certificaci\u00f3n Inmetro o Anatel\", svc_inmetro_excerpt: \"Soporte para certificaci\u00f3n Anatel e Inmetro en Brasil.\",\r\n    svc_anvisaGap_title: \"An\u00e1lisis de Brechas Anvisa\", svc_anvisaGap_excerpt: \"Identifica brechas en documentos para mejorar cumplimiento antes del registro.\",\r\n    svc_brRep_title: \"Representante Regulatorio Brasile\u00f1o\", svc_brRep_excerpt: \"Actuaremos como tu representante regulatorio y gestionaremos procesos de Anvisa.\",\r\n    svc_sds_title: \"Consultor\u00eda en Ficha de Seguridad\", svc_sds_excerpt: \"Creaci\u00f3n de FDS conforme a NBR 14725:2023 de Brasil y requisitos de Anvisa.\",\r\n    svc_suppAuditQualBR_title: \"Auditor\u00eda y Calificaci\u00f3n de Proveedores\", svc_suppAuditQualBR_excerpt: \"Auditor\u00edas de proveedores para ayudarte a cumplir requisitos de BPF y certificaci\u00f3n.\",\r\n    svc_cosInternalAuditBR_title: \"Auditor\u00eda Interna para Fabricantes de Cosm\u00e9ticos\", svc_cosInternalAuditBR_excerpt: \"Estate en cumplimiento con BPF y Anvisa antes de tu pr\u00f3xima inspecci\u00f3n.\",\r\n    svc_regNotifBR_title: \"Registro y Notificaci\u00f3n\", svc_regNotifBR_excerpt: \"Apoyaremos procesos de registro y notificaci\u00f3n en Anvisa.\",\r\n    svc_cosRegUpdateBR_title: \"Actualizaciones de Registro y Notificaci\u00f3n de Cosm\u00e9ticos\", svc_cosRegUpdateBR_excerpt: \"Mant\u00e9n tus cosm\u00e9ticos en cumplimiento. Cuidaremos las actualizaciones de Anvisa para ti.\",\r\n    svc_brRepIvd_title: \"Representante Brasile\u00f1o IVD\", svc_brRepIvd_excerpt: \"Actuaremos como tu representante oficial de Anvisa para registro y cumplimiento.\",\r\n    svc_ivdReg_title: \"Notificaci\u00f3n y Registro de IVD\", svc_ivdReg_excerpt: \"Soporte estrat\u00e9gico para registrar o notificar tu IVD en Brasil con gesti\u00f3n completa del proceso.\",\r\n    svc_custom_title: \"Camino Regulatorio Personalizado\", svc_custom_excerpt: \"Cada viaje es \u00fanico. Deja que nuestros expertos creen una hoja de ruta regulatoria personalizada espec\u00edficamente para tus necesidades y objetivos.\"\r\n  },\r\n  de: {\r\n    loadingTitle: \"Ihre Regulatorische Reise\", loadingSubtitle: \"Sobel bereitet Ihren personalisierten Weg vor...\",\r\n    headerTitle: \"Ihre Regulatorische Reise\", headerSubtitle: \"Begleitet von Sobel\", stepOf: \"von\",\r\n    langSelectTitle: \"Welche Sprache sprechen Sie?\", langSelectSubtitle: \"W\u00e4hlen Sie Ihre bevorzugte Sprache, um Ihre Reise fortzusetzen\",\r\n    continueButton: \"Setzen Sie Ihre Reise Fort\", welcomeTitle: \"Lassen Sie uns Ihre Reise Beginnen\",\r\n    welcomeSubtitle: \"Wir sind hier, um Sie durch die regulatorische Landschaft zu f\u00fchren. Sagen Sie uns, wo Sie starten, und wir helfen Ihnen, den perfekten Weg nach vorne zu finden.\",\r\n    originQuestion: \"Wo befindet sich Ihr Unternehmen?\", originDescription: \"W\u00e4hlen Sie Ihren Heimatmarkt, damit wir Ihren Ausgangspunkt verstehen k\u00f6nnen.\",\r\n    brazilOption: \"Brasilien\", brazilDesc: \"Ihre Reise beginnt in Brasilien\", canadaOption: \"Kanada\", canadaDesc: \"Ihre Reise beginnt in Kanada\",\r\n    euOption: \"Europ\u00e4ische Union\", euDesc: \"Ihre Reise beginnt in der EU\", usaOption: \"Vereinigte Staaten\", usaDesc: \"Ihre Reise beginnt in den USA\",\r\n    otherOption: \"Andere M\u00e4rkte\", otherDesc: \"Ihre Reise beginnt anderswo\",\r\n    targetQuestion: \"Wo m\u00f6chten Sie expandieren?\", targetDescription: \"Sagen Sie uns Ihren Zielmarkt, und wir zeichnen den regulatorischen Weg f\u00fcr Sie.\",\r\n    brazilTargetDesc: \"Navigieren Sie durch ANVISA-Vorschriften\", canadaTargetDesc: \"Navigieren Sie durch Health Canada-Anforderungen\",\r\n    euTargetDesc: \"Navigieren Sie durch die CE-Kennzeichnung\", usaTargetDesc: \"Navigieren Sie durch FDA-Konformit\u00e4t\", otherTargetDesc: \"Erkunden Sie individuelle regulatorische Wege\",\r\n    unitQuestion: \"Was ist Ihre Branche?\", unitDescription: \"Lassen Sie uns Ihr Unternehmen verstehen, damit wir die perfekte regulatorische Beratung anbieten k\u00f6nnen.\",\r\n    mdOption: \"Medizinprodukte\", mdDesc: \"Ger\u00e4te, Ausr\u00fcstung & Diagnostik\", cosOption: \"Kosmetika\", cosDesc: \"Sch\u00f6nheits- und K\u00f6rperpflegeprodukte\",\r\n    ivdOption: \"IVDs\", ivdDesc: \"In-vitro-Diagnostika\",\r\n    stageQuestion: \"Wo befinden Sie sich auf Ihrer Reise?\", stageDescription: \"Sagen Sie uns Ihre aktuelle Etappe, und wir zeigen Ihnen die n\u00e4chsten Schritte auf Ihrem Weg.\",\r\n    anyStage: \"Nur Erkunden\", anyStageDesc: \"Zeigen Sie mir alle m\u00f6glichen Wege\", startStage: \"Am Anfang\", startStageDesc: \"Ich bin am Anfang meiner Reise\",\r\n    docsStage: \"Habe Dokumentation\", docsStageDesc: \"Ich habe meine regulatorischen Dokumente vorbereitet\", readyStage: \"Bereit zur Einreichung\", readyStageDesc: \"Ich bin bereit f\u00fcr die Genehmigung\",\r\n    summaryTitle: \"Ihre Reisekarte\", summarySubtitle: \"Basierend auf Ihren Antworten ist hier Ihr personalisierter regulatorischer Weg. \u00dcberpr\u00fcfen Sie ihn, und lassen Sie uns gemeinsam den n\u00e4chsten Schritt machen.\",\r\n    startingFrom: \"Startend Von\", destination: \"Ziel\", industry: \"Branche\", currentStage: \"Aktuelle Etappe\",\r\n    changeLink: \"\u00c4ndern\", revealPathButton: \"Enth\u00fcllen Sie Ihren Weg\", resultsTitle: \"Schritte auf Ihrer Reise\",\r\n    noPathsFound: \"Keine Wege gefunden\", noPathsDesc: \"Versuchen Sie, Ihr Ziel oder Ihre Etappe anzupassen, um andere Optionen zu erkunden.\",\r\n    letsTalkButton: \"Lassen Sie uns Reden\", learnMoreButton: \"Mehr Erfahren\", backButton: \"Zur\u00fcck\", seeYourPathButton: \"Sehen Sie Ihren Weg\",\r\n    BR: \"Brasilien\", CA: \"Kanada\", EU: \"Europ\u00e4ische Union\", US: \"Vereinigte Staaten\", OTHER: \"Andere M\u00e4rkte\",\r\n    MD: \"Medizinprodukte\", COS: \"Kosmetika\", IVD: \"IVDs\", ANY: \"Erkunden\", START: \"Am Anfang\", DOCS: \"Habe Dokumentation\", READY: \"Bereit zur Einreichung\",\r\n    contactTitle: \"Lassen Sie uns Reden\", contactSubtitle: \"F\u00fcllen Sie Ihre Daten aus und wir melden uns bei Ihnen mit pers\u00f6nlicher Beratung f\u00fcr Ihre regulatorische Reise.\",\r\n    journeyInfoTitle: \"Details Ihrer Reise\", journeyFromLabel: \"Von:\", journeyToLabel: \"Nach:\", journeyIndustryLabel: \"Branche:\", journeyStageLabel: \"Etappe:\",\r\n    labelFullName: \"Vollst\u00e4ndiger Name *\", labelEmail: \"E-Mail *\", labelCompany: \"Firmenname *\", labelPhone: \"Telefon *\", labelMessage: \"Nachricht\",\r\n    optionalText: \"(optional)\", submitBtnText: \"Nachricht Senden\", backToResults: \"Zur\u00fcck zu Ergebnissen\",\r\n    formSuccessMessage: \"Vielen Dank! Ihre Nachricht wurde erfolgreich gesendet. Weiterleitung...\",\r\n    formErrorMessage: \"Entschuldigung, beim Senden Ihrer Nachricht ist ein Fehler aufgetreten. Bitte <a href='https:\/\/sobelconsult.com\/#footer-cta' target='_blank'>kontaktieren Sie uns hier<\/a>.\",\r\n    svc_gapAnalysis_title: \"L\u00fcckenanalyse\", svc_gapAnalysis_excerpt: \"Wir bewerten Ihre Einreichungsbereitschaft und \u00fcberpr\u00fcfen Ihre Etiketten, um die Einhaltung von Health Canada sicherzustellen.\",\r\n    svc_qmsSupport_title: \"Qualit\u00e4tsmanagement-Unterst\u00fctzung\", svc_qmsSupport_excerpt: \"Lassen Sie uns helfen, Ihr Qualit\u00e4tsmanagementsystem an die regulatorischen Erwartungen von Health Canada anzupassen.\",\r\n    svc_bepBer_title: \"Biologischer Bewertungsplan & Bericht\", svc_bepBer_excerpt: \"Wir bereiten Ihren BEP und BER vor, um Ihre Einreichung bei Health Canada mit umfassenden Sicherheitsdaten zu unterst\u00fctzen.\",\r\n    svc_tra_title: \"Toxikologische Risikobewertung\", svc_tra_excerpt: \"Unsere Experten f\u00fchren TRA gem\u00e4\u00df ISO 10993-18 und den Erwartungen von Health Canada durch.\",\r\n    svc_techDocs_title: \"Technische Dokumentation\", svc_techDocs_excerpt: \"Wir strukturieren Ihre Dokumentation, um alle regulatorischen Anforderungen f\u00fcr eine reibungslose Einreichung zu erf\u00fcllen.\",\r\n    svc_supplierAudit_title: \"Lieferantenaudit\", svc_supplierAudit_excerpt: \"St\u00e4rken Sie Ihre Lieferkettenkontrolle mit unseren strukturierten Auditservices.\",\r\n    svc_internalAudit_title: \"Internes Audit\", svc_internalAudit_excerpt: \"Bereiten Sie sich auf regulatorische Zertifizierungen mit unserem gr\u00fcndlichen internen Auditprozess vor.\",\r\n    svc_mdLicense_title: \"Unterst\u00fctzung bei Medizinproduktlizenzen\", svc_mdLicense_excerpt: \"Wir f\u00fchren Sie durch Lizenzantr\u00e4ge und sorgen f\u00fcr laufende Konformit\u00e4t mit Health Canada.\",\r\n    svc_prodClass_title: \"Produktklassifizierungsbewertung\", svc_prodClass_excerpt: \"Wir helfen Ihnen, Ihr Produkt korrekt als Kosmetikum, Naturgesundheitsprodukt oder andere Kategorie zu klassifizieren.\",\r\n    svc_safetyGap_title: \"Sicherheits- und regulatorische L\u00fcckenanalyse\", svc_safetyGap_excerpt: \"Identifizieren Sie potenzielle Risiken und L\u00fccken in Ihrer Formulierung und Etikettierung vor der Einreichung.\",\r\n    svc_gmpGuidance_title: \"GMP-Leitlinien\", svc_gmpGuidance_excerpt: \"Lernen Sie bew\u00e4hrte Verfahren f\u00fcr die Herstellung sicherer und konformer Kosmetikprodukte.\",\r\n    svc_cosNotif_title: \"Kosmetik-Benachrichtigungspaket\", svc_cosNotif_excerpt: \"Wir k\u00fcmmern uns um Ihre Kosmetikbenachrichtigung und sorgen f\u00fcr volle Konformit\u00e4t mit Health Canada.\",\r\n    svc_cosIngReview_title: \"\u00dcberpr\u00fcfung kosmetischer Inhaltsstoffe\", svc_cosIngReview_excerpt: \"Wir \u00fcberpr\u00fcfen Ihre Formulierung, um die \u00dcbereinstimmung mit der Kosmetik-Inhaltsstoff-Liste von Health Canada sicherzustellen.\",\r\n    svc_safetyReport_title: \"Sicherheitsnachweisbericht\", svc_safetyReport_excerpt: \"Wir erstellen alle Sicherheitsdaten, um ein umfassendes Dossier zu erstellen, das die Sicherheit Ihres Produkts bescheinigt.\",\r\n    svc_labelReview_title: \"Etikettenkonformit\u00e4tspr\u00fcfung\", svc_labelReview_excerpt: \"Sorgen Sie f\u00fcr zweisprachige Etikettierung (EN\/FR) und ordnungsgem\u00e4\u00dfe INCI-Inhaltsstofflistenanforderungen.\",\r\n    svc_adReview_title: \"Werbe- & Claim-\u00dcberpr\u00fcfung\", svc_adReview_excerpt: \"Wir \u00fcberpr\u00fcfen Ihre Werbematerialien, um die Einhaltung nicht-therapeutischer Claims sicherzustellen.\",\r\n    svc_facilityReg_title: \"Einrichtungsregistrierung\", svc_facilityReg_excerpt: \"Umfassende Unterst\u00fctzung bei der Registrierung Ihres Unternehmens bei Health Canada.\",\r\n    svc_postMarket_title: \"Post-Market-\u00dcberwachungsunterst\u00fctzung\", svc_postMarket_excerpt: \"Laufende Unterst\u00fctzung bei der Bew\u00e4ltigung unerw\u00fcnschter Reaktionen und Aufrechterhaltung der Health Canada-Konformit\u00e4t.\",\r\n    svc_ear_title: \"Europ\u00e4ischer Bevollm\u00e4chtigter\", svc_ear_excerpt: \"Wir handeln als Ihr EAR, bieten regulatorische Aufsicht und sichern den EU-Marktzugang.\",\r\n    svc_qmsServices_title: \"Qualit\u00e4tsmanagement-Services\", svc_qmsServices_excerpt: \"Richten Sie Ihr QMS an den Anforderungen der EU-MDR und ISO 13485 f\u00fcr europ\u00e4ische Konformit\u00e4t aus.\",\r\n    svc_regTraining_title: \"Regulatorisches Training\", svc_regTraining_excerpt: \"Expertengef\u00fchrte Kurse zu CE-Kennzeichnung, EU-MDR, UK-MDR und mehr.\",\r\n    svc_ceMark_title: \"CE-Kennzeichnungs-Regulatory-Support\", svc_ceMark_excerpt: \"L\u00fcckenanalyse, technische Dokumentation und laufender regulatorischer Support f\u00fcr Ihre CE-Kennzeichnung.\",\r\n    svc_bioEval_title: \"Biologische Bewertung (BEP, BER)\", svc_bioEval_excerpt: \"Expertige biologische Bewertungsservices einschlie\u00dflich BEP, BER, L\u00fcckenanalyse und regulatorischer Unterst\u00fctzung.\",\r\n    svc_clinEval_title: \"Klinische Bewertung (CEP & CER)\", svc_clinEval_excerpt: \"Strukturierte klinische Bewertung mit CEP, CER, Literaturrecherche und Benannte-Stelle-Unterst\u00fctzung.\",\r\n    svc_traEU_title: \"Toxikologische Risikobewertung (TRA)\", svc_traEU_excerpt: \"TRA gem\u00e4\u00df EU-MDR und ISO 10993-Serie f\u00fcr umfassende chemische Sicherheitsnachweise.\",\r\n    svc_suppQual_title: \"Lieferantenqualifizierung und -audit\", svc_suppQual_excerpt: \"Audits und Qualifizierung gem\u00e4\u00df ISO 13485 und EU-MDR-Anforderungen.\",\r\n    svc_internalAudits_title: \"Interne Audits\", svc_internalAudits_excerpt: \"Interne Audits zur Unterst\u00fctzung der ISO 13485-Konformit\u00e4t und Benannte-Stelle-Bereitschaft.\",\r\n    svc_respPerson_title: \"Verantwortliche Person\", svc_respPerson_excerpt: \"Wir dienen als Ihr Europ\u00e4ischer Bevollm\u00e4chtigter f\u00fcr Marktzugang und Konformit\u00e4t.\",\r\n    svc_cpsrSupport_title: \"Kosmetikproduktbenachrichtigung und CPSR-Support\", svc_cpsrSupport_excerpt: \"Wir k\u00fcmmern uns sowohl um die CPNP-Benachrichtigung als auch um die CPSR-Vorbereitung f\u00fcr Sie.\",\r\n    svc_cpsr_title: \"Kosmetikproduktsicherheitsbericht\", svc_cpsr_excerpt: \"CPSR-Vorbereitung in voller \u00dcbereinstimmung mit der EU-Verordnung (EG) Nr. 1223\/2009.\",\r\n    svc_pif_title: \"PIF \u2013 Produktinformationsdatei\", svc_pif_excerpt: \"\u00dcberpr\u00fcfung und Vorbereitung Ihrer Produktinformationsdatei f\u00fcr regulatorische Konformit\u00e4t.\",\r\n    svc_labelArtwork_title: \"Etiketten- und Artwork-\u00dcberpr\u00fcfung f\u00fcr Kosmetika in Europa\", svc_labelArtwork_excerpt: \"Experten\u00fcberpr\u00fcfung von Etiketten und Artwork, um alle EU-regulatorischen Anforderungen zu erf\u00fcllen.\",\r\n    svc_cosInternalAudit_title: \"Internes Audit f\u00fcr Kosmetikhersteller\", svc_cosInternalAudit_excerpt: \"Stellen Sie sicher, dass Ihre Kosmetikoperationen den EU-1223\/2009-Standards entsprechen.\",\r\n    svc_suppAuditQual_title: \"Lieferantenaudit und -qualifizierung\", svc_suppAuditQual_excerpt: \"Sorgen Sie f\u00fcr Konformit\u00e4t und Qualit\u00e4t in Ihrer gesamten Lieferkette.\",\r\n    svc_usAgent_title: \"US-Agent-Service\", svc_usAgent_excerpt: \"Navigieren Sie den US-Marktzugang mit Sobel als Ihrem dedizierten Ger\u00e4te-US-Agenten.\",\r\n    svc_bioEvalUS_title: \"Biologische Bewertung (BEP, BER)\", svc_bioEvalUS_excerpt: \"BEP-, BER- und toxikologische Unterst\u00fctzung mit klarer, verteidigbarer Dokumentation.\",\r\n    svc_clinEvalUS_title: \"Klinische Bewertung (CEP, CER)\", svc_clinEvalUS_excerpt: \"Unterst\u00fctzung bei der CEP- und CER-Entwicklung einschlie\u00dflich strategischer Planung und Literaturrecherchen.\",\r\n    svc_suppAuditQualUS_title: \"Lieferantenaudit und -qualifizierung\", svc_suppAuditQualUS_excerpt: \"St\u00e4rken Sie Ihre Lieferkette mit unseren Audit- und Qualifizierungsservices.\",\r\n    svc_regConsult_title: \"Regulatorische Beratungsdienste\", svc_regConsult_excerpt: \"Unterst\u00fctzung bei Premarket Notification 510(k), FDA-Einreichungen, Registrierung, UDI und mehr.\",\r\n    svc_cosFdaPkg_title: \"Kosmetik-FDA-Paket\", svc_cosFdaPkg_excerpt: \"Komplettpaket: Registrierung, Etiketten\u00fcberpr\u00fcfung und Sicherheitsnachweis.\",\r\n    svc_safetySub_title: \"Sicherheitsnachweis\", svc_safetySub_excerpt: \"Zusammenstellung von Sicherheitsdaten zur Unterst\u00fctzung der MoCRA-Konformit\u00e4t.\",\r\n    svc_formulaReview_title: \"Formel\u00fcberpr\u00fcfung f\u00fcr Kosmetikregistrierung\", svc_formulaReview_excerpt: \"Stellen Sie sicher, dass jede Formel vor dem US-Marktstart MoCRA-konform ist.\",\r\n    svc_prodLabel_title: \"Produktetikettierung (\u00dcberpr\u00fcfung)\", svc_prodLabel_excerpt: \"Expertenunterst\u00fctzung f\u00fcr Etikettenverifizierung, L\u00fcckenbewertung und \u00dcberarbeitung unter MoCRA.\",\r\n    svc_gmpManual_title: \"Aktualisierung des GMP-Handbuchs\", svc_gmpManual_excerpt: \"Wir helfen Ihnen bei der \u00dcberarbeitung Ihrer Dokumentation f\u00fcr volle GMP-Konformit\u00e4t.\",\r\n    svc_sop_title: \"Ausarbeitung von Standardbetriebsverfahren\", svc_sop_excerpt: \"Holen Sie sich FDA- und GMP-fertige SOPs f\u00fcr Ihr Kosmetikgesch\u00e4ft.\",\r\n    svc_facilityListing_title: \"Einrichtungsregistrierung & Produktlistung\", svc_facilityListing_excerpt: \"Registrierung von Kosmetikunternehmen bei der FDA unter neuen Vorschriften.\",\r\n    svc_cosReg_title: \"Kosmetikregistrierung\", svc_cosReg_excerpt: \"Vollst\u00e4ndige Kosmetikregistrierung und Produktlistung gem\u00e4\u00df FDA-Vorschriften.\",\r\n    svc_cosRegChange_title: \"\u00c4nderung der Kosmetikregistrierung\", svc_cosRegChange_excerpt: \"Unterst\u00fctzung bei \u00c4nderungen der FDA-Kosmetikregistrierung von der Dokumentation bis zur Einreichung.\",\r\n    svc_mdTrainingBR_title: \"Schulung f\u00fcr Medizinprodukte-Regulierung\", svc_mdTrainingBR_excerpt: \"Expertenschulung zu ISO 13485, MDSAP, ISO 10993 und Anvisas RDCs.\",\r\n    svc_qmBR_title: \"Qualit\u00e4tsmanagement\", svc_qmBR_excerpt: \"Richten Sie Ihr QMS in Brasilien an ISO 13485 und RDC 665\/2022 aus.\",\r\n    svc_brHolder_title: \"Brasilianischer Registrierungsinhaber\", svc_brHolder_excerpt: \"Navigieren Sie den brasilianischen Marktzugang mit Sobel als Ihrem Registrierungsinhaber.\",\r\n    svc_bioEvalBR_title: \"Biologische Bewertung\", svc_bioEvalBR_excerpt: \"Vollst\u00e4ndige biologische Bewertung gem\u00e4\u00df ISO 10993 f\u00fcr Sicherheit und Konformit\u00e4t.\",\r\n    svc_clinEvalBR_title: \"Klinische Bewertung\", svc_clinEvalBR_excerpt: \"Klinische Bewertung gem\u00e4\u00df Leitlinie Nr. 31\/2020 f\u00fcr Ger\u00e4tesicherheit.\",\r\n    svc_mdRegBR_title: \"Medizinproduktregistrierung und -benachrichtigung\", svc_mdRegBR_excerpt: \"Benachrichtigung, Registrierung und Aktualisierungen gem\u00e4\u00df RDC 978\/2025 und RDC 658\/2022.\",\r\n    svc_inmetro_title: \"Inmetro- oder Anatel-Zertifizierungsunterst\u00fctzung\", svc_inmetro_excerpt: \"Unterst\u00fctzung f\u00fcr Anatel- und Inmetro-Zertifizierung in Brasilien.\",\r\n    svc_anvisaGap_title: \"Anvisa-L\u00fcckenanalyse\", svc_anvisaGap_excerpt: \"Identifizieren Sie L\u00fccken in Dokumenten, um die Konformit\u00e4t vor der Registrierung zu verbessern.\",\r\n    svc_brRep_title: \"Brasilianischer Regulierungsbeauftragter\", svc_brRep_excerpt: \"Wir handeln als Ihr Regulierungsbeauftragter und verwalten Anvisa-Prozesse.\",\r\n    svc_sds_title: \"Sicherheitsdatenblatt-Beratung\", svc_sds_excerpt: \"Konforme SDS-Erstellung gem\u00e4\u00df Brasiliens NBR 14725:2023 und Anvisa-Anforderungen.\",\r\n    svc_suppAuditQualBR_title: \"Lieferantenaudit & -qualifizierung\", svc_suppAuditQualBR_excerpt: \"Lieferantenaudits, um Ihnen zu helfen, GMP- und Zertifizierungsanforderungen zu erf\u00fcllen.\",\r\n    svc_cosInternalAuditBR_title: \"Internes Audit f\u00fcr Kosmetikhersteller\", svc_cosInternalAuditBR_excerpt: \"Seien Sie vor Ihrer n\u00e4chsten Inspektion GMP- und Anvisa-konform.\",\r\n    svc_regNotifBR_title: \"Registrierung und Benachrichtigung\", svc_regNotifBR_excerpt: \"Wir unterst\u00fctzen Anvisa-Registrierungs- und Benachrichtigungsprozesse.\",\r\n    svc_cosRegUpdateBR_title: \"Kosmetikregistrierungs- und -benachrichtigungsaktualisierungen\", svc_cosRegUpdateBR_excerpt: \"Halten Sie Ihre Kosmetika konform. Wir k\u00fcmmern uns um Anvisa-Aktualisierungen f\u00fcr Sie.\",\r\n    svc_brRepIvd_title: \"Brasilianischer IVD-Vertreter\", svc_brRepIvd_excerpt: \"Wir handeln als Ihr offizieller Anvisa-Vertreter f\u00fcr Registrierung und Konformit\u00e4t.\",\r\n    svc_ivdReg_title: \"IVD-Benachrichtigung und -Registrierung\", svc_ivdReg_excerpt: \"Strategische Unterst\u00fctzung zur Registrierung oder Benachrichtigung Ihres IVD in Brasilien mit vollst\u00e4ndigem Prozessmanagement.\",\r\n    svc_custom_title: \"Individueller regulatorischer Weg\", svc_custom_excerpt: \"Jede Reise ist einzigartig. Lassen Sie unsere Experten eine personalisierte regulatorische Roadmap erstellen, die speziell auf Ihre Bed\u00fcrfnisse und Ziele zugeschnitten ist.\"\r\n  },\r\n  fr: {\r\n    loadingTitle: \"Votre Parcours R\u00e9glementaire\", loadingSubtitle: \"Sobel pr\u00e9pare votre chemin personnalis\u00e9...\",\r\n    headerTitle: \"Votre Parcours R\u00e9glementaire\", headerSubtitle: \"Guid\u00e9 par Sobel\", stepOf: \"sur\",\r\n    langSelectTitle: \"Quelle langue parlez-vous?\", langSelectSubtitle: \"Choisissez votre langue pr\u00e9f\u00e9r\u00e9e pour continuer votre parcours\",\r\n    continueButton: \"Continuez Votre Parcours\", welcomeTitle: \"Commen\u00e7ons Votre Parcours\",\r\n    welcomeSubtitle: \"Nous sommes l\u00e0 pour vous guider \u00e0 travers le paysage r\u00e9glementaire. Dites-nous d'o\u00f9 vous partez et nous vous aiderons \u00e0 trouver le chemin parfait.\",\r\n    originQuestion: \"O\u00f9 est situ\u00e9e votre entreprise?\", originDescription: \"S\u00e9lectionnez votre march\u00e9 d'origine pour que nous puissions comprendre votre point de d\u00e9part.\",\r\n    brazilOption: \"Br\u00e9sil\", brazilDesc: \"Votre parcours commence au Br\u00e9sil\", canadaOption: \"Canada\", canadaDesc: \"Votre parcours commence au Canada\",\r\n    euOption: \"Union Europ\u00e9enne\", euDesc: \"Votre parcours commence dans l'UE\", usaOption: \"\u00c9tats-Unis\", usaDesc: \"Votre parcours commence aux \u00c9tats-Unis\",\r\n    otherOption: \"Autres March\u00e9s\", otherDesc: \"Votre parcours commence ailleurs\",\r\n    targetQuestion: \"O\u00f9 voulez-vous vous d\u00e9velopper?\", targetDescription: \"Dites-nous votre march\u00e9 de destination et nous tracerons le chemin r\u00e9glementaire pour vous.\",\r\n    brazilTargetDesc: \"Naviguez dans les r\u00e9glementations ANVISA\", canadaTargetDesc: \"Naviguez dans les exigences de Sant\u00e9 Canada\",\r\n    euTargetDesc: \"Naviguez dans la certification CE Mark\", usaTargetDesc: \"Naviguez dans la conformit\u00e9 FDA\", otherTargetDesc: \"Explorez des chemins r\u00e9glementaires personnalis\u00e9s\",\r\n    unitQuestion: \"Quelle est votre industrie?\", unitDescription: \"Laissez-nous comprendre votre entreprise pour que nous puissions offrir les conseils r\u00e9glementaires parfaits.\",\r\n    mdOption: \"Dispositifs M\u00e9dicaux\", mdDesc: \"Dispositifs, \u00e9quipements et diagnostics\", cosOption: \"Cosm\u00e9tiques\", cosDesc: \"Produits de beaut\u00e9 et de soins personnels\",\r\n    ivdOption: \"IVDs\", ivdDesc: \"Diagnostics In Vitro\",\r\n    stageQuestion: \"O\u00f9 en \u00eates-vous dans votre parcours?\", stageDescription: \"Dites-nous votre \u00e9tape actuelle et nous vous montrerons les prochaines \u00e9tapes sur votre chemin.\",\r\n    anyStage: \"Juste Explorer\", anyStageDesc: \"Montrez-moi tous les chemins possibles\", startStage: \"Commencer\", startStageDesc: \"Je suis au d\u00e9but de mon parcours\",\r\n    docsStage: \"Avoir de la Documentation\", docsStageDesc: \"J'ai pr\u00e9par\u00e9 mes documents r\u00e9glementaires\", readyStage: \"Pr\u00eat \u00e0 Soumettre\", readyStageDesc: \"Je suis pr\u00eat pour l'approbation\",\r\n    summaryTitle: \"Votre Carte de Parcours\", summarySubtitle: \"Bas\u00e9 sur vos r\u00e9ponses, voici votre chemin r\u00e9glementaire personnalis\u00e9. Examinez-le et franchissons ensemble la prochaine \u00e9tape.\",\r\n    startingFrom: \"Partant De\", destination: \"Destination\", industry: \"Industrie\", currentStage: \"\u00c9tape Actuelle\",\r\n    changeLink: \"Modifier\", revealPathButton: \"R\u00e9v\u00e9lez Votre Chemin\", resultsTitle: \"\u00e9tapes sur votre parcours\",\r\n    noPathsFound: \"Aucun chemin trouv\u00e9\", noPathsDesc: \"Essayez d'ajuster votre destination ou votre \u00e9tape pour explorer d'autres options.\",\r\n    letsTalkButton: \"Parlons\", learnMoreButton: \"En Savoir Plus\", backButton: \"Retour\", seeYourPathButton: \"Voyez Votre Chemin\",\r\n    BR: \"Br\u00e9sil\", CA: \"Canada\", EU: \"Union Europ\u00e9enne\", US: \"\u00c9tats-Unis\", OTHER: \"Autres march\u00e9s\",\r\n    MD: \"Dispositifs M\u00e9dicaux\", COS: \"Cosm\u00e9tiques\", IVD: \"IVDs\", ANY: \"Explorer\", START: \"Commencer\", DOCS: \"Avoir de la Documentation\", READY: \"Pr\u00eat \u00e0 Soumettre\",\r\n    contactTitle: \"Parlons\", contactSubtitle: \"Remplissez vos coordonn\u00e9es et nous vous contacterons avec des conseils personnalis\u00e9s pour votre parcours r\u00e9glementaire.\",\r\n    journeyInfoTitle: \"D\u00e9tails de Votre Parcours\", journeyFromLabel: \"De:\", journeyToLabel: \"Vers:\", journeyIndustryLabel: \"Industrie:\", journeyStageLabel: \"\u00c9tape:\",\r\n    labelFullName: \"Nom Complet *\", labelEmail: \"Email *\", labelCompany: \"Nom de l'Entreprise *\", labelPhone: \"T\u00e9l\u00e9phone *\", labelMessage: \"Message\",\r\n    optionalText: \"(optionnel)\", submitBtnText: \"Envoyer le Message\", backToResults: \"Retour aux R\u00e9sultats\",\r\n    formSuccessMessage: \"Merci! Votre message a \u00e9t\u00e9 envoy\u00e9 avec succ\u00e8s. Redirection...\",\r\n    formErrorMessage: \"D\u00e9sol\u00e9, une erreur s'est produite lors de l'envoi de votre message. Veuillez <a href='https:\/\/sobelconsult.com\/#footer-cta' target='_blank'>nous contacter ici<\/a>.\",\r\n    svc_gapAnalysis_title: \"Analyse des \u00c9carts\", svc_gapAnalysis_excerpt: \"Nous \u00e9valuerons votre pr\u00e9paration \u00e0 la soumission et examinerons vos \u00e9tiquettes pour garantir la conformit\u00e9 avec Sant\u00e9 Canada.\",\r\n    svc_qmsSupport_title: \"Support en Gestion de la Qualit\u00e9\", svc_qmsSupport_excerpt: \"Laissez-nous vous aider \u00e0 aligner votre syst\u00e8me de management de la qualit\u00e9 avec les attentes r\u00e9glementaires de Sant\u00e9 Canada.\",\r\n    svc_bepBer_title: \"Plan et Rapport d'\u00c9valuation Biologique\", svc_bepBer_excerpt: \"Nous pr\u00e9parerons votre BEP et BER pour soutenir votre soumission \u00e0 Sant\u00e9 Canada avec des donn\u00e9es de s\u00e9curit\u00e9 compl\u00e8tes.\",\r\n    svc_tra_title: \"\u00c9valuation du Risque Toxicologique\", svc_tra_excerpt: \"Nos experts effectueront une TRA align\u00e9e sur l'ISO 10993-18 et les attentes de Sant\u00e9 Canada.\",\r\n    svc_techDocs_title: \"Documentation Technique\", svc_techDocs_excerpt: \"Nous structurerons votre documentation pour r\u00e9pondre \u00e0 toutes les exigences r\u00e9glementaires pour une soumission fluide.\",\r\n    svc_supplierAudit_title: \"Audit Fournisseur\", svc_supplierAudit_excerpt: \"Renforcez le contr\u00f4le de votre cha\u00eene d'approvisionnement avec nos services d'audit structur\u00e9s.\",\r\n    svc_internalAudit_title: \"Audit Interne\", svc_internalAudit_excerpt: \"Pr\u00e9parez-vous aux certifications r\u00e9glementaires avec notre processus d'audit interne approfondi.\",\r\n    svc_mdLicense_title: \"Support de Licence de Dispositifs M\u00e9dicaux\", svc_mdLicense_excerpt: \"Nous vous guiderons \u00e0 travers les demandes de licence et assurerons la conformit\u00e9 continue avec Sant\u00e9 Canada.\",\r\n    svc_prodClass_title: \"\u00c9valuation de Classification des Produits\", svc_prodClass_excerpt: \"Nous vous aiderons \u00e0 classer correctement votre produit comme cosm\u00e9tique, produit de sant\u00e9 naturel ou autre cat\u00e9gorie.\",\r\n    svc_safetyGap_title: \"Analyse des \u00c9carts de S\u00e9curit\u00e9 et R\u00e9glementaires\", svc_safetyGap_excerpt: \"Identifiez les risques potentiels et les \u00e9carts dans votre formulation et votre \u00e9tiquetage avant la soumission.\",\r\n    svc_gmpGuidance_title: \"Guide BPF\", svc_gmpGuidance_excerpt: \"Apprenez les meilleures pratiques pour fabriquer des produits cosm\u00e9tiques s\u00fbrs et conformes.\",\r\n    svc_cosNotif_title: \"Package de Notification Cosm\u00e9tique\", svc_cosNotif_excerpt: \"Nous g\u00e9rerons votre notification cosm\u00e9tique et assurerons la pleine conformit\u00e9 avec Sant\u00e9 Canada.\",\r\n    svc_cosIngReview_title: \"Examen des Ingr\u00e9dients Cosm\u00e9tiques\", svc_cosIngReview_excerpt: \"Nous examinerons votre formulation pour assurer l'alignement avec la Liste des Ingr\u00e9dients Cosm\u00e9tiques de Sant\u00e9 Canada.\",\r\n    svc_safetyReport_title: \"Rapport de Preuve de S\u00e9curit\u00e9\", svc_safetyReport_excerpt: \"Nous compilerons toutes les donn\u00e9es de s\u00e9curit\u00e9 pour cr\u00e9er un dossier complet certifiant la s\u00e9curit\u00e9 de votre produit.\",\r\n    svc_labelReview_title: \"Examen de Conformit\u00e9 des \u00c9tiquettes\", svc_labelReview_excerpt: \"Assurez un \u00e9tiquetage bilingue (EN\/FR) et des exigences appropri\u00e9es de liste des ingr\u00e9dients INCI.\",\r\n    svc_adReview_title: \"Examen de Publicit\u00e9 et de R\u00e9clamations\", svc_adReview_excerpt: \"Nous examinerons vos supports publicitaires pour assurer la conformit\u00e9 avec les r\u00e9clamations non th\u00e9rapeutiques.\",\r\n    svc_facilityReg_title: \"Enregistrement des Installations\", svc_facilityReg_excerpt: \"Support complet pour enregistrer votre entreprise aupr\u00e8s de Sant\u00e9 Canada.\",\r\n    svc_postMarket_title: \"Support de Surveillance Post-March\u00e9\", svc_postMarket_excerpt: \"Support continu pour g\u00e9rer les r\u00e9actions ind\u00e9sirables et maintenir la conformit\u00e9 avec Sant\u00e9 Canada.\",\r\n    svc_ear_title: \"Repr\u00e9sentant Autoris\u00e9 Europ\u00e9en\", svc_ear_excerpt: \"Nous agirons comme votre EAR, fournissant une surveillance r\u00e9glementaire et assurant l'acc\u00e8s au march\u00e9 de l'UE.\",\r\n    svc_qmsServices_title: \"Services de Management de la Qualit\u00e9\", svc_qmsServices_excerpt: \"Alignez votre QMS avec les exigences du EU MDR et ISO 13485 pour la conformit\u00e9 europ\u00e9enne.\",\r\n    svc_regTraining_title: \"Formation en Affaires R\u00e9glementaires\", svc_regTraining_excerpt: \"Cours dirig\u00e9s par des experts sur le Marquage CE, EU MDR, UK MDR et plus.\",\r\n    svc_ceMark_title: \"Support R\u00e9glementaire pour le Marquage CE\", svc_ceMark_excerpt: \"Analyse des \u00e9carts, documentation technique et support r\u00e9glementaire continu pour votre Marquage CE.\",\r\n    svc_bioEval_title: \"\u00c9valuation Biologique (BEP, BER)\", svc_bioEval_excerpt: \"Services d'\u00e9valuation biologique experts incluant BEP, BER, analyse des \u00e9carts et support r\u00e9glementaire.\",\r\n    svc_clinEval_title: \"\u00c9valuation Clinique (CEP & CER)\", svc_clinEval_excerpt: \"\u00c9valuation clinique structur\u00e9e avec CEP, CER, recherche documentaire et support de l'Organisme Notifi\u00e9.\",\r\n    svc_traEU_title: \"\u00c9valuation du Risque Toxicologique (TRA)\", svc_traEU_excerpt: \"TRA align\u00e9e sur le EU MDR et la s\u00e9rie ISO 10993 pour des preuves de s\u00e9curit\u00e9 chimique compl\u00e8tes.\",\r\n    svc_suppQual_title: \"Qualification et Audit des Fournisseurs\", svc_suppQual_excerpt: \"Audits et qualification align\u00e9s sur ISO 13485 et les exigences du EU MDR.\",\r\n    svc_internalAudits_title: \"Audits Internes\", svc_internalAudits_excerpt: \"Audits internes soutenant la conformit\u00e9 ISO 13485 et la pr\u00e9paration \u00e0 l'organisme notifi\u00e9.\",\r\n    svc_respPerson_title: \"Personne Responsable\", svc_respPerson_excerpt: \"Nous servirons comme votre Repr\u00e9sentant Autoris\u00e9 Europ\u00e9en pour l'acc\u00e8s au march\u00e9 et la conformit\u00e9.\",\r\n    svc_cpsrSupport_title: \"Support de Notification de Produits Cosm\u00e9tiques et CPSR\", svc_cpsrSupport_excerpt: \"Nous g\u00e9rerons \u00e0 la fois la notification CPNP et la pr\u00e9paration du CPSR pour vous.\",\r\n    svc_cpsr_title: \"Rapport de S\u00e9curit\u00e9 des Produits Cosm\u00e9tiques\", svc_cpsr_excerpt: \"Pr\u00e9paration du CPSR en pleine conformit\u00e9 avec le R\u00e8glement (CE) N\u00b0 1223\/2009 de l'UE.\",\r\n    svc_pif_title: \"PIF \u2013 Dossier d'Information du Produit\", svc_pif_excerpt: \"Examen et pr\u00e9paration de votre Dossier d'Information du Produit pour la conformit\u00e9 r\u00e9glementaire.\",\r\n    svc_labelArtwork_title: \"Examen des \u00c9tiquettes et Artwork pour les Cosm\u00e9tiques en Europe\", svc_labelArtwork_excerpt: \"Examen expert des \u00e9tiquettes et artwork pour r\u00e9pondre \u00e0 toutes les exigences r\u00e9glementaires de l'UE.\",\r\n    svc_cosInternalAudit_title: \"Audit Interne pour les Fabricants de Cosm\u00e9tiques\", svc_cosInternalAudit_excerpt: \"Assurez-vous que vos op\u00e9rations cosm\u00e9tiques r\u00e9pondent aux normes EU 1223\/2009.\",\r\n    svc_suppAuditQual_title: \"Audit et Qualification des Fournisseurs\", svc_suppAuditQual_excerpt: \"Assurez la conformit\u00e9 et la qualit\u00e9 dans toute votre cha\u00eene d'approvisionnement.\",\r\n    svc_usAgent_title: \"Service d'Agent US\", svc_usAgent_excerpt: \"Naviguez l'acc\u00e8s au march\u00e9 am\u00e9ricain avec Sobel comme votre Agent US d\u00e9di\u00e9 pour les dispositifs.\",\r\n    svc_bioEvalUS_title: \"\u00c9valuation Biologique (BEP, BER)\", svc_bioEvalUS_excerpt: \"Support BEP, BER et toxicologique avec une documentation claire et d\u00e9fendable.\",\r\n    svc_clinEvalUS_title: \"\u00c9valuation Clinique (CEP, CER)\", svc_clinEvalUS_excerpt: \"Support pour le d\u00e9veloppement CEP et CER incluant la planification strat\u00e9gique et les revues de litt\u00e9rature.\",\r\n    svc_suppAuditQualUS_title: \"Audit et Qualification des Fournisseurs\", svc_suppAuditQualUS_excerpt: \"Renforcez votre cha\u00eene d'approvisionnement avec nos services d'audit et de qualification.\",\r\n    svc_regConsult_title: \"Services de Consultation R\u00e9glementaire\", svc_regConsult_excerpt: \"Support pour la Notification Pr\u00e9-March\u00e9 510(k), les soumissions FDA, l'enregistrement, l'UDI et plus.\",\r\n    svc_cosFdaPkg_title: \"Package FDA pour Cosm\u00e9tiques\", svc_cosFdaPkg_excerpt: \"Package complet: enregistrement, examen des \u00e9tiquettes et justification de la s\u00e9curit\u00e9.\",\r\n    svc_safetySub_title: \"Justification de la S\u00e9curit\u00e9\", svc_safetySub_excerpt: \"Compilation des donn\u00e9es de s\u00e9curit\u00e9 pour soutenir la conformit\u00e9 MoCRA.\",\r\n    svc_formulaReview_title: \"Examen de Formule pour l'Enregistrement des Cosm\u00e9tiques\", svc_formulaReview_excerpt: \"Assurez-vous que chaque formule est conforme \u00e0 MoCRA avant le lancement sur le march\u00e9 am\u00e9ricain.\",\r\n    svc_prodLabel_title: \"\u00c9tiquetage des Produits (Examen)\", svc_prodLabel_excerpt: \"Support expert pour la v\u00e9rification des \u00e9tiquettes, l'\u00e9valuation des \u00e9carts et la r\u00e9vision sous MoCRA.\",\r\n    svc_gmpManual_title: \"Mise \u00e0 Jour du Manuel BPF\", svc_gmpManual_excerpt: \"Nous vous aiderons \u00e0 r\u00e9viser votre documentation pour une pleine conformit\u00e9 BPF.\",\r\n    svc_sop_title: \"\u00c9laboration de Proc\u00e9dures Op\u00e9rationnelles Standard\", svc_sop_excerpt: \"Obtenez des POS pr\u00eats pour la FDA et BPF pour votre entreprise de cosm\u00e9tiques.\",\r\n    svc_facilityListing_title: \"Enregistrement des Installations & Liste des Produits\", svc_facilityListing_excerpt: \"Enregistrement des entreprises de cosm\u00e9tiques aupr\u00e8s de la FDA sous les nouveaux r\u00e8glements.\",\r\n    svc_cosReg_title: \"Enregistrement des Cosm\u00e9tiques\", svc_cosReg_excerpt: \"Enregistrement complet des cosm\u00e9tiques et liste des produits selon les r\u00e8glements de la FDA.\",\r\n    svc_cosRegChange_title: \"Changement dans l'Enregistrement des Cosm\u00e9tiques\", svc_cosRegChange_excerpt: \"Support pour les changements d'enregistrement des cosm\u00e9tiques FDA de la documentation \u00e0 la soumission.\",\r\n    svc_mdTrainingBR_title: \"Formation R\u00e9glementaire sur les Dispositifs M\u00e9dicaux\", svc_mdTrainingBR_excerpt: \"Formation experte sur ISO 13485, MDSAP, ISO 10993 et les RDCs d'Anvisa.\",\r\n    svc_qmBR_title: \"Management de la Qualit\u00e9\", svc_qmBR_excerpt: \"Alignez votre QMS au Br\u00e9sil avec ISO 13485 et RDC 665\/2022.\",\r\n    svc_brHolder_title: \"Titulaire d'Enregistrement Br\u00e9silien\", svc_brHolder_excerpt: \"Naviguez l'acc\u00e8s au march\u00e9 br\u00e9silien avec Sobel comme votre titulaire d'enregistrement.\",\r\n    svc_bioEvalBR_title: \"\u00c9valuation Biologique\", svc_bioEvalBR_excerpt: \"\u00c9valuation biologique compl\u00e8te align\u00e9e sur ISO 10993 pour la s\u00e9curit\u00e9 et la conformit\u00e9.\",\r\n    svc_clinEvalBR_title: \"\u00c9valuation Clinique\", svc_clinEvalBR_excerpt: \"\u00c9valuation clinique align\u00e9e sur l'Orientation n\u00b0 31\/2020 pour la s\u00e9curit\u00e9 des dispositifs.\",\r\n    svc_mdRegBR_title: \"Enregistrement et Notification des Dispositifs M\u00e9dicaux\", svc_mdRegBR_excerpt: \"Notification, enregistrement et mises \u00e0 jour sous RDC 978\/2025 et RDC 658\/2022.\",\r\n    svc_inmetro_title: \"Support de Certification Inmetro ou Anatel\", svc_inmetro_excerpt: \"Support pour la certification Anatel et Inmetro au Br\u00e9sil.\",\r\n    svc_anvisaGap_title: \"Analyse des \u00c9carts Anvisa\", svc_anvisaGap_excerpt: \"Identifiez les \u00e9carts dans les documents pour am\u00e9liorer la conformit\u00e9 avant l'enregistrement.\",\r\n    svc_brRep_title: \"Repr\u00e9sentant R\u00e9glementaire Br\u00e9silien\", svc_brRep_excerpt: \"Nous agirons comme votre repr\u00e9sentant r\u00e9glementaire et g\u00e9rerons les processus Anvisa.\",\r\n    svc_sds_title: \"Consultation sur la Fiche de Donn\u00e9es de S\u00e9curit\u00e9\", svc_sds_excerpt: \"Cr\u00e9ation de FDS conforme \u00e0 la NBR 14725:2023 du Br\u00e9sil et aux exigences d'Anvisa.\",\r\n    svc_suppAuditQualBR_title: \"Audit & Qualification des Fournisseurs\", svc_suppAuditQualBR_excerpt: \"Audits des fournisseurs pour vous aider \u00e0 r\u00e9pondre aux exigences BPF et de certification.\",\r\n    svc_cosInternalAuditBR_title: \"Audit Interne pour les Fabricants de Cosm\u00e9tiques\", svc_cosInternalAuditBR_excerpt: \"Soyez conforme BPF et Anvisa avant votre prochaine inspection.\",\r\n    svc_regNotifBR_title: \"Enregistrement et Notification\", svc_regNotifBR_excerpt: \"Nous soutiendrons les processus d'enregistrement et de notification Anvisa.\",\r\n    svc_cosRegUpdateBR_title: \"Mises \u00e0 Jour d'Enregistrement et de Notification des Cosm\u00e9tiques\", svc_cosRegUpdateBR_excerpt: \"Gardez vos cosm\u00e9tiques conformes. Nous g\u00e9rerons les mises \u00e0 jour Anvisa pour vous.\",\r\n    svc_brRepIvd_title: \"Repr\u00e9sentant Br\u00e9silien IVD\", svc_brRepIvd_excerpt: \"Nous agirons comme votre repr\u00e9sentant officiel Anvisa pour l'enregistrement et la conformit\u00e9.\",\r\n    svc_ivdReg_title: \"Notification et Enregistrement IVD\", svc_ivdReg_excerpt: \"Support strat\u00e9gique pour enregistrer ou notifier votre IVD au Br\u00e9sil avec une gestion compl\u00e8te du processus.\",\r\n    svc_custom_title: \"Chemin R\u00e9glementaire Personnalis\u00e9\", svc_custom_excerpt: \"Chaque parcours est unique. Laissez nos experts cr\u00e9er une feuille de route r\u00e9glementaire personnalis\u00e9e sp\u00e9cifiquement adapt\u00e9e \u00e0 vos besoins et objectifs.\"\r\n  }\r\n};\r\n\r\n\/\/ Services Data\r\nconst SERVICES = {\r\n  \/\/ Canada Services\r\n  CA: {\r\n    MD: {\r\n      ANY: ['gapAnalysis', 'qmsSupport', 'bepBer', 'tra', 'techDocs', 'supplierAudit', 'internalAudit', 'mdLicense'],\r\n      START: ['gapAnalysis', 'qmsSupport', 'bepBer', 'tra', 'techDocs'],\r\n      DOCS: ['gapAnalysis', 'techDocs', 'supplierAudit', 'internalAudit', 'mdLicense'],\r\n      READY: ['mdLicense', 'supplierAudit', 'internalAudit']\r\n    },\r\n    COS: {\r\n      ANY: ['prodClass', 'safetyGap', 'gmpGuidance', 'cosNotif', 'cosIngReview', 'safetyReport', 'labelReview', 'adReview', 'facilityReg', 'postMarket'],\r\n      START: ['prodClass', 'safetyGap', 'gmpGuidance', 'cosNotif'],\r\n      DOCS: ['cosNotif', 'labelReview', 'adReview', 'safetyReport'],\r\n      READY: ['cosNotif', 'facilityReg', 'postMarket']\r\n    }\r\n  },\r\n  \/\/ EU Services\r\n  EU: {\r\n    MD: {\r\n      ANY: ['ear', 'qmsServices', 'regTraining', 'ceMark', 'bioEval', 'clinEval', 'traEU', 'suppQual', 'internalAudits'],\r\n      START: ['ear', 'qmsServices', 'regTraining', 'bioEval', 'clinEval'],\r\n      DOCS: ['ceMark', 'bioEval', 'clinEval', 'suppQual', 'internalAudits'],\r\n      READY: ['ceMark', 'suppQual', 'internalAudits']\r\n    },\r\n    COS: {\r\n      ANY: ['respPerson', 'cpsrSupport', 'cpsr', 'pif', 'labelArtwork', 'cosInternalAudit', 'suppAuditQual'],\r\n      START: ['respPerson', 'cpsr', 'pif', 'labelArtwork'],\r\n      DOCS: ['cpsrSupport', 'pif', 'labelArtwork', 'cosInternalAudit'],\r\n      READY: ['cpsrSupport', 'suppAuditQual']\r\n    }\r\n  },\r\n  \/\/ USA Services\r\n  US: {\r\n    MD: {\r\n      ANY: ['usAgent', 'bioEvalUS', 'clinEvalUS', 'suppAuditQualUS', 'regConsult'],\r\n      START: ['usAgent', 'bioEvalUS', 'clinEvalUS'],\r\n      DOCS: ['usAgent', 'regConsult', 'suppAuditQualUS'],\r\n      READY: ['regConsult', 'suppAuditQualUS']\r\n    },\r\n    COS: {\r\n      ANY: ['cosFdaPkg', 'safetySub', 'formulaReview', 'prodLabel', 'gmpManual', 'sop', 'facilityListing'],\r\n      START: ['cosFdaPkg', 'formulaReview', 'gmpManual', 'sop'],\r\n      DOCS: ['safetySub', 'prodLabel', 'facilityListing'],\r\n      READY: ['facilityListing', 'sop']\r\n    }\r\n  },\r\n  \/\/ Brazil Services\r\n  BR: {\r\n    MD: {\r\n      ANY: ['mdTrainingBR', 'qmBR', 'brHolder', 'bioEvalBR', 'clinEvalBR', 'mdRegBR', 'inmetro', 'anvisaGap', 'brRep'],\r\n      START: ['mdTrainingBR', 'qmBR', 'bioEvalBR', 'clinEvalBR'],\r\n      DOCS: ['brHolder', 'mdRegBR', 'anvisaGap', 'inmetro'],\r\n      READY: ['mdRegBR', 'brRep', 'inmetro']\r\n    },\r\n    COS: {\r\n      ANY: ['sds', 'suppAuditQualBR', 'cosInternalAuditBR', 'regNotifBR', 'cosRegUpdateBR'],\r\n      START: ['sds', 'suppAuditQualBR', 'cosInternalAuditBR'],\r\n      DOCS: ['regNotifBR', 'cosRegUpdateBR', 'suppAuditQualBR'],\r\n      READY: ['regNotifBR', 'cosRegUpdateBR']\r\n    },\r\n    IVD: {\r\n      ANY: ['brRepIvd', 'ivdReg'],\r\n      START: ['brRepIvd'],\r\n      DOCS: ['ivdReg'],\r\n      READY: ['ivdReg', 'brRepIvd']\r\n    }\r\n  },\r\n  \/\/ Other Markets - Custom Path\r\n  OTHER: {\r\n    MD: { ANY: ['custom'], START: ['custom'], DOCS: ['custom'], READY: ['custom'] },\r\n    COS: { ANY: ['custom'], START: ['custom'], DOCS: ['custom'], READY: ['custom'] },\r\n    IVD: { ANY: ['custom'], START: ['custom'], DOCS: ['custom'], READY: ['custom'] }\r\n  }\r\n};\r\n\r\n\/\/ Service details with links\r\nconst SERVICE_DETAILS = {\r\n  \/\/ Canada MD\r\n  gapAnalysis: { link: 'https:\/\/sobelconsult.com\/canada-medical-device\/' },\r\n  qmsSupport: { link: 'https:\/\/sobelconsult.com\/qms\/' },\r\n  bepBer: { link: 'https:\/\/sobelconsult.com\/bep-ber\/' },\r\n  tra: { link: 'https:\/\/sobelconsult.com\/tra\/' },\r\n  techDocs: { link: 'https:\/\/sobelconsult.com\/tech-docs\/' },\r\n  supplierAudit: { link: 'https:\/\/sobelconsult.com\/supplier-audit\/' },\r\n  internalAudit: { link: 'https:\/\/sobelconsult.com\/internal-audit\/' },\r\n  mdLicense: { link: 'https:\/\/sobelconsult.com\/md-license\/' },\r\n  \/\/ Canada COS\r\n  prodClass: { link: 'https:\/\/sobelconsult.com\/canada-cosmetics\/' },\r\n  safetyGap: { link: 'https:\/\/sobelconsult.com\/safety-gap\/' },\r\n  gmpGuidance: { link: 'https:\/\/sobelconsult.com\/gmp-guidance\/' },\r\n  cosNotif: { link: 'https:\/\/sobelconsult.com\/cos-notif\/' },\r\n  cosIngReview: { link: 'https:\/\/sobelconsult.com\/cos-ing-review\/' },\r\n  safetyReport: { link: 'https:\/\/sobelconsult.com\/safety-report\/' },\r\n  labelReview: { link: 'https:\/\/sobelconsult.com\/label-review\/' },\r\n  adReview: { link: 'https:\/\/sobelconsult.com\/ad-review\/' },\r\n  facilityReg: { link: 'https:\/\/sobelconsult.com\/facility-reg\/' },\r\n  postMarket: { link: 'https:\/\/sobelconsult.com\/post-market\/' },\r\n  \/\/ EU MD\r\n  ear: { link: 'https:\/\/sobelconsult.com\/european-authorized-representative\/' },\r\n  qmsServices: { link: 'https:\/\/sobelconsult.com\/qms-services\/' },\r\n  regTraining: { link: 'https:\/\/sobelconsult.com\/regulatory-training\/' },\r\n  ceMark: { link: 'https:\/\/sobelconsult.com\/ce-mark\/' },\r\n  bioEval: { link: 'https:\/\/sobelconsult.com\/bio-eval\/' },\r\n  clinEval: { link: 'https:\/\/sobelconsult.com\/clin-eval\/' },\r\n  traEU: { link: 'https:\/\/sobelconsult.com\/tra-eu\/' },\r\n  suppQual: { link: 'https:\/\/sobelconsult.com\/supp-qual\/' },\r\n  internalAudits: { link: 'https:\/\/sobelconsult.com\/internal-audits\/' },\r\n  \/\/ EU COS\r\n  respPerson: { link: 'https:\/\/sobelconsult.com\/responsible-person\/' },\r\n  cpsrSupport: { link: 'https:\/\/sobelconsult.com\/cpsr-support\/' },\r\n  cpsr: { link: 'https:\/\/sobelconsult.com\/cpsr\/' },\r\n  pif: { link: 'https:\/\/sobelconsult.com\/pif\/' },\r\n  labelArtwork: { link: 'https:\/\/sobelconsult.com\/label-artwork\/' },\r\n  cosInternalAudit: { link: 'https:\/\/sobelconsult.com\/cos-internal-audit\/' },\r\n  suppAuditQual: { link: 'https:\/\/sobelconsult.com\/supp-audit-qual\/' },\r\n  \/\/ USA MD\r\n  usAgent: { link: 'https:\/\/sobelconsult.com\/us-agent\/' },\r\n  bioEvalUS: { link: 'https:\/\/sobelconsult.com\/bio-eval-us\/' },\r\n  clinEvalUS: { link: 'https:\/\/sobelconsult.com\/clin-eval-us\/' },\r\n  suppAuditQualUS: { link: 'https:\/\/sobelconsult.com\/supp-audit-qual-us\/' },\r\n  regConsult: { link: 'https:\/\/sobelconsult.com\/reg-consult\/' },\r\n  \/\/ USA COS\r\n  cosFdaPkg: { link: 'https:\/\/sobelconsult.com\/cos-fda-pkg\/' },\r\n  safetySub: { link: 'https:\/\/sobelconsult.com\/safety-sub\/' },\r\n  formulaReview: { link: 'https:\/\/sobelconsult.com\/formula-review\/' },\r\n  prodLabel: { link: 'https:\/\/sobelconsult.com\/prod-label\/' },\r\n  gmpManual: { link: 'https:\/\/sobelconsult.com\/gmp-manual\/' },\r\n  sop: { link: 'https:\/\/sobelconsult.com\/sop\/' },\r\n  facilityListing: { link: 'https:\/\/sobelconsult.com\/facility-listing\/' },\r\n  \/\/ Brazil MD\r\n  mdTrainingBR: { link: 'https:\/\/sobelconsult.com\/md-training-br\/' },\r\n  qmBR: { link: 'https:\/\/sobelconsult.com\/qm-br\/' },\r\n  brHolder: { link: 'https:\/\/sobelconsult.com\/br-holder\/' },\r\n  bioEvalBR: { link: 'https:\/\/sobelconsult.com\/bio-eval-br\/' },\r\n  clinEvalBR: { link: 'https:\/\/sobelconsult.com\/clin-eval-br\/' },\r\n  mdRegBR: { link: 'https:\/\/sobelconsult.com\/md-reg-br\/' },\r\n  inmetro: { link: 'https:\/\/sobelconsult.com\/inmetro\/' },\r\n  anvisaGap: { link: 'https:\/\/sobelconsult.com\/anvisa-gap\/' },\r\n  brRep: { link: 'https:\/\/sobelconsult.com\/br-rep\/' },\r\n  \/\/ Brazil COS\r\n  sds: { link: 'https:\/\/sobelconsult.com\/sds\/' },\r\n  suppAuditQualBR: { link: 'https:\/\/sobelconsult.com\/supp-audit-qual-br\/' },\r\n  cosInternalAuditBR: { link: 'https:\/\/sobelconsult.com\/cos-internal-audit-br\/' },\r\n  regNotifBR: { link: 'https:\/\/sobelconsult.com\/reg-notif-br\/' },\r\n  cosRegUpdateBR: { link: 'https:\/\/sobelconsult.com\/cos-reg-update-br\/' },\r\n  \/\/ Brazil IVD\r\n  brRepIvd: { link: 'https:\/\/sobelconsult.com\/br-rep-ivd\/' },\r\n  ivdReg: { link: 'https:\/\/sobelconsult.com\/ivd-reg\/' },\r\n  \/\/ Custom\r\n  custom: { link: 'https:\/\/sobelconsult.com\/contact\/' }\r\n};\r\n\r\n\/\/ State\r\nlet currentStep = 1;\r\nlet selectedLanguage = 'en';\r\nlet journeyData = { origin: '', target: '', unit: '', stage: '' };\r\n\r\n\/\/ DOM Elements\r\nconst loadingScreen = document.getElementById('loadingScreen');\r\nconst journeyProgress = document.getElementById('journeyProgress');\r\nconst stepNumber = document.getElementById('stepNumber');\r\nconst stepTotal = document.getElementById('stepTotal');\r\n\r\n\/\/ Initialize\r\nsetTimeout(hideLoadingScreen, 2500);\r\n\r\nfunction hideLoadingScreen() {\r\n  loadingScreen.classList.add('hidden');\r\n}\r\n\r\nfunction updateTranslations() {\r\n  const t = translations[selectedLanguage];\r\n  \r\n  \/\/ Update all elements with data-key attribute\r\n  document.querySelectorAll('[data-key]').forEach(el => {\r\n    const key = el.getAttribute('data-key');\r\n    if (t[key]) el.textContent = t[key];\r\n  });\r\n  \r\n  \/\/ Update specific elements\r\n  document.getElementById('loadingTitle').textContent = t.loadingTitle;\r\n  document.getElementById('loadingSubtitle').textContent = t.loadingSubtitle;\r\n  document.getElementById('headerTitle').textContent = t.headerTitle;\r\n  document.getElementById('headerSubtitle').textContent = t.headerSubtitle;\r\n  document.getElementById('stepOf').textContent = t.stepOf;\r\n  document.getElementById('langSelectTitle').textContent = t.langSelectTitle;\r\n  document.getElementById('langSelectSubtitle').textContent = t.langSelectSubtitle;\r\n  document.getElementById('next1Text').textContent = t.continueButton;\r\n  document.getElementById('welcomeTitle').textContent = t.welcomeTitle;\r\n  document.getElementById('welcomeSubtitle').textContent = t.welcomeSubtitle;\r\n  document.getElementById('originQuestion').textContent = t.originQuestion;\r\n  document.getElementById('originDescription').textContent = t.originDescription;\r\n  document.getElementById('next2Text').textContent = t.continueButton;\r\n  document.getElementById('prev2Text').textContent = t.backButton;\r\n  document.getElementById('targetQuestion').textContent = t.targetQuestion;\r\n  document.getElementById('targetDescription').textContent = t.targetDescription;\r\n  document.getElementById('next3Text').textContent = t.continueButton;\r\n  document.getElementById('prev3Text').textContent = t.backButton;\r\n  document.getElementById('unitQuestion').textContent = t.unitQuestion;\r\n  document.getElementById('unitDescription').textContent = t.unitDescription;\r\n  document.getElementById('next4Text').textContent = t.continueButton;\r\n  document.getElementById('prev4Text').textContent = t.backButton;\r\n  document.getElementById('stageQuestion').textContent = t.stageQuestion;\r\n  document.getElementById('stageDescription').textContent = t.stageDescription;\r\n  document.getElementById('next5Text').textContent = t.seeYourPathButton;\r\n  document.getElementById('prev5Text').textContent = t.backButton;\r\n  document.getElementById('summaryTitle').textContent = t.summaryTitle;\r\n  document.getElementById('summarySubtitle').textContent = t.summarySubtitle;\r\n  document.getElementById('searchBtnText').textContent = t.revealPathButton;\r\n  document.getElementById('prev6Text').textContent = t.backButton;\r\n  document.getElementById('resultsTitle').textContent = t.resultsTitle;\r\n  document.getElementById('noPathsFound').textContent = t.noPathsFound;\r\n  document.getElementById('noPathsDesc').textContent = t.noPathsDesc;\r\n  \r\n  \/\/ Contact Form translations\r\n  document.getElementById('contactTitle').textContent = t.contactTitle;\r\n  document.getElementById('contactSubtitle').textContent = t.contactSubtitle;\r\n  document.getElementById('journeyInfoTitle').textContent = t.journeyInfoTitle;\r\n  document.getElementById('journeyFromLabel').textContent = t.journeyFromLabel;\r\n  document.getElementById('journeyToLabel').textContent = t.journeyToLabel;\r\n  document.getElementById('journeyIndustryLabel').textContent = t.journeyIndustryLabel;\r\n  document.getElementById('journeyStageLabel').textContent = t.journeyStageLabel;\r\n  document.getElementById('labelFullName').textContent = t.labelFullName;\r\n  document.getElementById('labelEmail').textContent = t.labelEmail;\r\n  document.getElementById('labelCompany').textContent = t.labelCompany;\r\n  document.getElementById('labelPhone').textContent = t.labelPhone;\r\n  document.getElementById('labelMessage').textContent = t.labelMessage;\r\n  document.getElementById('optionalText').textContent = t.optionalText;\r\n  document.getElementById('submitBtnText').textContent = t.submitBtnText;\r\n  document.getElementById('prev7Text').textContent = t.backToResults;\r\n}\r\n\r\nfunction updateJourneyProgress() {\r\n  const progress = (currentStep \/ 7) * 100;\r\n  journeyProgress.style.width = progress + '%';\r\n  stepNumber.textContent = currentStep;\r\n}\r\n\r\nfunction showStep(step) {\r\n  document.querySelectorAll('.step-content').forEach(s => s.classList.remove('active'));\r\n  document.getElementById('step' + step).classList.add('active');\r\n  currentStep = step;\r\n  updateJourneyProgress();\r\n  window.scrollTo({ top: 0, behavior: 'smooth' });\r\n}\r\n\r\nfunction goToStep(step) {\r\n  showStep(step);\r\n}\r\n\r\nfunction selectOption(containerId, value, callback) {\r\n  const container = document.getElementById(containerId);\r\n  container.querySelectorAll('.option-card').forEach(card => {\r\n    card.classList.remove('selected');\r\n    if (card.dataset.value === value) card.classList.add('selected');\r\n  });\r\n  if (callback) callback(value);\r\n}\r\n\r\nfunction updateSummary() {\r\n  const t = translations[selectedLanguage];\r\n  document.getElementById('summaryOrigin').textContent = t[journeyData.origin] || journeyData.origin;\r\n  document.getElementById('summaryTarget').textContent = t[journeyData.target] || journeyData.target;\r\n  document.getElementById('summaryUnit').textContent = t[journeyData.unit] || journeyData.unit;\r\n  document.getElementById('summaryStage').textContent = t[journeyData.stage + 'Stage'] || journeyData.stage;\r\n}\r\n\r\nfunction updateFormJourneyInfo() {\r\n  const t = translations[selectedLanguage];\r\n  document.getElementById('journeyFromValue').textContent = t[journeyData.origin] || journeyData.origin;\r\n  document.getElementById('journeyToValue').textContent = t[journeyData.target] || journeyData.target;\r\n  document.getElementById('journeyIndustryValue').textContent = t[journeyData.unit] || journeyData.unit;\r\n  document.getElementById('journeyStageValue').textContent = t[journeyData.stage + 'Stage'] || journeyData.stage;\r\n  \r\n  \/\/ Update hidden form fields\r\n  document.getElementById('formJourneyLanguage').value = selectedLanguage;\r\n  document.getElementById('formJourneyFrom').value = journeyData.origin;\r\n  document.getElementById('formJourneyTo').value = journeyData.target;\r\n  document.getElementById('formJourneyUnit').value = journeyData.unit;\r\n  document.getElementById('formJourneyStage').value = journeyData.stage;\r\n}\r\n\r\nfunction stageList(stage) {\r\n  if (stage === 'ANY') return ['ANY', 'START', 'DOCS', 'READY'];\r\n  if (stage === 'START') return ['START', 'DOCS', 'READY'];\r\n  if (stage === 'DOCS') return ['DOCS', 'READY'];\r\n  return [stage];\r\n}\r\n\r\nfunction resolveServices() {\r\n  const targetServices = SERVICES[journeyData.target] || SERVICES.OTHER;\r\n  const unitServices = targetServices[journeyData.unit] || targetServices.MD;\r\n  const stages = stageList(journeyData.stage);\r\n  \r\n  let serviceKeys = [];\r\n  stages.forEach(stage => {\r\n    if (unitServices[stage]) {\r\n      unitServices[stage].forEach(key => {\r\n        if (!serviceKeys.includes(key)) serviceKeys.push(key);\r\n      });\r\n    }\r\n  });\r\n  \r\n  return serviceKeys;\r\n}\r\n\r\nfunction renderServices() {\r\n  const t = translations[selectedLanguage];\r\n  const serviceKeys = resolveServices();\r\n  const resultsGrid = document.getElementById('resultsGrid');\r\n  const resultCount = document.getElementById('resultCount');\r\n  const emptyState = document.getElementById('emptyState');\r\n  \r\n  resultsGrid.innerHTML = '';\r\n  resultCount.textContent = serviceKeys.length;\r\n  \r\n  if (serviceKeys.length === 0) {\r\n    emptyState.style.display = 'block';\r\n    return;\r\n  }\r\n  emptyState.style.display = 'none';\r\n  \r\n  serviceKeys.forEach(key => {\r\n    const titleKey = 'svc_' + key + '_title';\r\n    const excerptKey = 'svc_' + key + '_excerpt';\r\n    const title = t[titleKey] || key;\r\n    const excerpt = t[excerptKey] || '';\r\n    const details = SERVICE_DETAILS[key] || { link: 'https:\/\/sobelconsult.com\/contact\/' };\r\n    \r\n    const unitClass = journeyData.unit === 'MD' ? 'badge-md' : (journeyData.unit === 'COS' ? 'badge-cos' : 'badge-ivd');\r\n    const unitLabel = t[journeyData.unit] || journeyData.unit;\r\n    const stageLabel = t[journeyData.stage + 'Stage'] || journeyData.stage;\r\n    \r\n    const card = document.createElement('div');\r\n    card.className = 'service-card';\r\n    card.innerHTML = `\r\n      <div class=\"service-badges\">\r\n        <span class=\"badge ${unitClass}\">${unitLabel}<\/span>\r\n        <span class=\"badge badge-stage\">${stageLabel}<\/span>\r\n      <\/div>\r\n      <h4 class=\"service-title\">${title}<\/h4>\r\n      <p class=\"service-desc\">${excerpt}<\/p>\r\n      <div class=\"service-footer\">\r\n        <div class=\"service-route\">${t[journeyData.origin] || journeyData.origin} <span style=\"color:#002da8;\">\u2192<\/span> ${t[journeyData.target] || journeyData.target}<\/div>\r\n        <div class=\"service-actions\">\r\n          <button class=\"btn-contact\" onclick=\"goToContactForm()\">\r\n            <span>${t.letsTalkButton}<\/span>\r\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 2L11 13M22 2l-7 20-4-9-9-4 20-7z\"\/><\/svg>\r\n          <\/button>\r\n          <a href=\"${details.link}\" target=\"_blank\" class=\"btn-view\">\r\n            <span>${t.learnMoreButton}<\/span>\r\n            <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6M15 3h6v6M10 14L21 3\"\/><\/svg>\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    `;\r\n    resultsGrid.appendChild(card);\r\n  });\r\n}\r\n\r\nfunction goToContactForm() {\r\n  updateFormJourneyInfo();\r\n  showStep(7);\r\n}\r\n\r\n\/\/ ===== INLINE SELECTION FUNCTIONS (called by onclick handlers) =====\r\nfunction selectLanguage(lang) {\r\n  selectedLanguage = lang;\r\n  \r\n  \/\/ Remove selected class from all language cards\r\n  document.querySelectorAll('#languageOptions .option-card').forEach(c => c.classList.remove('selected'));\r\n  \r\n  \/\/ Add selected class to clicked card\r\n  document.querySelector('#languageOptions .option-card[data-value=\"' + lang + '\"]').classList.add('selected');\r\n  \r\n  \/\/ Update translations\r\n  updateTranslations();\r\n  \r\n  \/\/ Enable next button\r\n  document.getElementById('next1').disabled = false;\r\n}\r\n\r\nfunction selectOrigin(origin) {\r\n  journeyData.origin = origin;\r\n  \r\n  \/\/ Remove selected class from all origin cards\r\n  document.querySelectorAll('#originOptions .option-card').forEach(c => c.classList.remove('selected'));\r\n  \r\n  \/\/ Add selected class to clicked card\r\n  document.querySelector('#originOptions .option-card[data-value=\"' + origin + '\"]').classList.add('selected');\r\n  \r\n  \/\/ Enable next button\r\n  document.getElementById('next2').disabled = false;\r\n}\r\n\r\nfunction selectTarget(target) {\r\n  journeyData.target = target;\r\n  \r\n  \/\/ Remove selected class from all target cards\r\n  document.querySelectorAll('#targetOptions .option-card').forEach(c => c.classList.remove('selected'));\r\n  \r\n  \/\/ Add selected class to clicked card\r\n  document.querySelector('#targetOptions .option-card[data-value=\"' + target + '\"]').classList.add('selected');\r\n  \r\n  \/\/ Enable next button\r\n  document.getElementById('next3').disabled = false;\r\n  \r\n  \/\/ Update IVD visibility\r\n  updateIVDVisibility();\r\n}\r\n\r\nfunction selectUnit(unit) {\r\n  journeyData.unit = unit;\r\n  \r\n  \/\/ Remove selected class from all unit cards\r\n  document.querySelectorAll('#unitOptions .option-card').forEach(c => c.classList.remove('selected'));\r\n  \r\n  \/\/ Add selected class to clicked card\r\n  document.querySelector('#unitOptions .option-card[data-value=\"' + unit + '\"]').classList.add('selected');\r\n  \r\n  \/\/ Enable next button\r\n  document.getElementById('next4').disabled = false;\r\n}\r\n\r\nfunction selectStage(stage) {\r\n  journeyData.stage = stage;\r\n  \r\n  \/\/ Remove selected class from all stage cards\r\n  document.querySelectorAll('#stageOptions .option-card').forEach(c => c.classList.remove('selected'));\r\n  \r\n  \/\/ Add selected class to clicked card\r\n  document.querySelector('#stageOptions .option-card[data-value=\"' + stage + '\"]').classList.add('selected');\r\n  \r\n  \/\/ Enable next button\r\n  document.getElementById('next5').disabled = false;\r\n}\r\n\r\n\/\/ Event Listeners - Step 1: Language\r\nconst languageOptions = document.getElementById('languageOptions');\r\nconst next1 = document.getElementById('next1');\r\n\r\nlanguageOptions.querySelectorAll('.option-card').forEach(card => {\r\n  card.addEventListener('click', function() {\r\n    const val = this.dataset.value;\r\n    \r\n    \/\/ Remove selected class from all cards\r\n    languageOptions.querySelectorAll('.option-card').forEach(c => c.classList.remove('selected'));\r\n    \r\n    \/\/ Add selected class to clicked card\r\n    this.classList.add('selected');\r\n    \r\n    \/\/ Update language and enable button\r\n    selectedLanguage = val;\r\n    updateTranslations();\r\n    next1.disabled = false;\r\n  });\r\n});\r\n\r\nnext1.addEventListener('click', () => {\r\n  if (selectedLanguage) showStep(2);\r\n});\r\n\r\n\/\/ Event Listeners - Step 2: Origin\r\nconst originOptions = document.getElementById('originOptions');\r\nconst next2 = document.getElementById('next2');\r\nconst prev2 = document.getElementById('prev2');\r\n\r\noriginOptions.querySelectorAll('.option-card').forEach(card => {\r\n  card.addEventListener('click', function() {\r\n    const val = this.dataset.value;\r\n    \r\n    \/\/ Remove selected class from all cards\r\n    originOptions.querySelectorAll('.option-card').forEach(c => c.classList.remove('selected'));\r\n    \r\n    \/\/ Add selected class to clicked card\r\n    this.classList.add('selected');\r\n    \r\n    \/\/ Update data and enable button\r\n    journeyData.origin = val;\r\n    next2.disabled = false;\r\n  });\r\n});\r\n\r\nnext2.addEventListener('click', () => {\r\n  if (journeyData.origin) showStep(3);\r\n});\r\n\r\nprev2.addEventListener('click', () => showStep(1));\r\n\r\n\/\/ Event Listeners - Step 3: Target\r\nconst targetOptions = document.getElementById('targetOptions');\r\nconst next3 = document.getElementById('next3');\r\nconst prev3 = document.getElementById('prev3');\r\n\r\ntargetOptions.querySelectorAll('.option-card').forEach(card => {\r\n  card.addEventListener('click', function() {\r\n    const val = this.dataset.value;\r\n    \r\n    \/\/ Remove selected class from all cards\r\n    targetOptions.querySelectorAll('.option-card').forEach(c => c.classList.remove('selected'));\r\n    \r\n    \/\/ Add selected class to clicked card\r\n    this.classList.add('selected');\r\n    \r\n    \/\/ Update data and enable button\r\n    journeyData.target = val;\r\n    next3.disabled = false;\r\n  });\r\n});\r\n\r\nnext3.addEventListener('click', () => {\r\n  if (journeyData.target) showStep(4);\r\n});\r\n\r\nprev3.addEventListener('click', () => showStep(2));\r\n\r\n\/\/ Event Listeners - Step 4: Unit\r\nconst unitOptions = document.getElementById('unitOptions');\r\nconst next4 = document.getElementById('next4');\r\nconst prev4 = document.getElementById('prev4');\r\n\r\n\/\/ Show IVD option only for Brazil target\r\nfunction updateIVDVisibility() {\r\n  const ivdOption = document.getElementById('ivdOption');\r\n  if (journeyData.target === 'BR') {\r\n    ivdOption.style.display = 'block';\r\n  } else {\r\n    ivdOption.style.display = 'none';\r\n    if (journeyData.unit === 'IVD') {\r\n      journeyData.unit = '';\r\n      next4.disabled = true;\r\n    }\r\n  }\r\n}\r\n\r\nunitOptions.querySelectorAll('.option-card').forEach(card => {\r\n  card.addEventListener('click', function() {\r\n    const val = this.dataset.value;\r\n    \r\n    \/\/ Remove selected class from all cards\r\n    unitOptions.querySelectorAll('.option-card').forEach(c => c.classList.remove('selected'));\r\n    \r\n    \/\/ Add selected class to clicked card\r\n    this.classList.add('selected');\r\n    \r\n    \/\/ Update data and enable button\r\n    journeyData.unit = val;\r\n    next4.disabled = false;\r\n  });\r\n});\r\n\r\nnext4.addEventListener('click', () => {\r\n  if (journeyData.unit) showStep(5);\r\n});\r\n\r\nprev4.addEventListener('click', () => showStep(3));\r\n\r\n\/\/ Event Listeners - Step 5: Stage\r\nconst stageOptions = document.getElementById('stageOptions');\r\nconst next5 = document.getElementById('next5');\r\nconst prev5 = document.getElementById('prev5');\r\n\r\nstageOptions.querySelectorAll('.option-card').forEach(card => {\r\n  card.addEventListener('click', function() {\r\n    const val = this.dataset.value;\r\n    \r\n    \/\/ Remove selected class from all cards\r\n    stageOptions.querySelectorAll('.option-card').forEach(c => c.classList.remove('selected'));\r\n    \r\n    \/\/ Add selected class to clicked card\r\n    this.classList.add('selected');\r\n    \r\n    \/\/ Update data and enable button\r\n    journeyData.stage = val;\r\n    next5.disabled = false;\r\n  });\r\n});\r\n\r\nnext5.addEventListener('click', () => {\r\n  if (journeyData.stage) {\r\n    updateSummary();\r\n    showStep(6);\r\n  }\r\n});\r\n\r\nprev5.addEventListener('click', () => showStep(4));\r\n\r\n\/\/ Event Listeners - Step 6: Summary & Results\r\nconst prev6 = document.getElementById('prev6');\r\nconst searchBtn = document.getElementById('searchBtn');\r\n\r\nprev6.addEventListener('click', () => showStep(5));\r\n\r\nsearchBtn.addEventListener('click', () => {\r\n  document.getElementById('resultsSection').style.display = 'block';\r\n  renderServices();\r\n  document.getElementById('resultsSection').scrollIntoView({ behavior: 'smooth' });\r\n});\r\n\r\n\/\/ Event Listeners - Step 7: Contact Form\r\nconst prev7 = document.getElementById('prev7');\r\n\r\nprev7.addEventListener('click', () => showStep(6));\r\n\r\n\/\/ Form Submission Handler - WordPress AJAX\r\ndocument.getElementById('sobelContactForm').addEventListener('submit', function(e) {\r\n  e.preventDefault();\r\n  \r\n  const form = this;\r\n  const submitBtn = document.getElementById('formSubmitBtn');\r\n  const formMessage = document.getElementById('formMessage');\r\n  \r\n  \/\/ Disable button and show loading\r\n  submitBtn.disabled = true;\r\n  submitBtn.classList.add('loading');\r\n  formMessage.className = 'form-message';\r\n  formMessage.style.display = 'none';\r\n  \r\n  \/\/ Prepare form data\r\n  const formData = new FormData(form);\r\n  \r\n  \/\/ Concatenate country code with phone\r\n  const countryCode = document.getElementById('formCountryCode').value;\r\n  const phone = document.getElementById('phonenumber').value;\r\n  formData.append('full_phone', countryCode + ' ' + phone);\r\n  \r\n  \/\/ Add WordPress AJAX action\r\n  formData.append('action', 'sobel_journey_form_submit');\r\n  \r\n  \/\/ Send AJAX request to WordPress admin-ajax.php\r\n  fetch('\/wp-admin\/admin-ajax.php', {\r\n    method: 'POST',\r\n    body: formData,\r\n    credentials: 'same-origin'\r\n  })\r\n  .then(response => response.json())\r\n  .then(data => {\r\n    submitBtn.disabled = false;\r\n    submitBtn.classList.remove('loading');\r\n    \r\n    if (data.success) {\r\n      \/\/ Show success message briefly then redirect\r\n      formMessage.className = 'form-message success';\r\n      formMessage.innerHTML = translations[selectedLanguage].formSuccessMessage;\r\n      formMessage.style.display = 'block';\r\n      \r\n      setTimeout(() => {\r\n        window.location.href = data.data.redirect || 'https:\/\/sobelconsult.com\/thank-you-page\/';\r\n      }, 1500);\r\n    } else {\r\n      \/\/ Show error message\r\n      formMessage.className = 'form-message error';\r\n      formMessage.innerHTML = data.data?.message || translations[selectedLanguage].formErrorMessage;\r\n      formMessage.style.display = 'block';\r\n    }\r\n  })\r\n  .catch(error => {\r\n    submitBtn.disabled = false;\r\n    submitBtn.classList.remove('loading');\r\n    \r\n    \/\/ Show error message\r\n    formMessage.className = 'form-message error';\r\n    formMessage.innerHTML = translations[selectedLanguage].formErrorMessage;\r\n    formMessage.style.display = 'block';\r\n    console.error('Form submission error:', error);\r\n  });\r\n});\r\n\r\n\/\/ Initialize\r\nupdateJourneyProgress();\r\n<\/script>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Tu viaje normativo | Sobel Tu viaje normativo Sobel est\u00e1 preparando tu camino personalizado&#8230; Tu viaje normativo Guiado por Sobel 1 de 7 \u00bfQu\u00e9 lengua hablas? Quelle langue parlez-vous? \/ \u00bfQu\u00e9 idioma hablas? \/ Welche Sprache sprechen Sie? \/ \u00bfQu\u00e9 idioma hablas? \u00bfQu\u00e9 lengua hablas? Elige la lengua que prefieras para continuar tu viaje Hablo [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-32424","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Encuentra tu v\u00eda reglamentaria - Sobel<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Encuentra tu v\u00eda reglamentaria\" \/>\n<meta property=\"og:description\" content=\"Tu viaje normativo | Sobel Tu viaje normativo Sobel est\u00e1 preparando tu camino personalizado&#8230; Tu viaje normativo Guiado por Sobel 1 de 7 \u00bfQu\u00e9 lengua hablas? Quelle langue parlez-vous? \/ \u00bfQu\u00e9 idioma hablas? \/ Welche Sprache sprechen Sie? \/ \u00bfQu\u00e9 idioma hablas? \u00bfQu\u00e9 lengua hablas? Elige la lengua que prefieras para continuar tu viaje Hablo [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/\" \/>\n<meta property=\"og:site_name\" content=\"Sobel\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-31T19:33:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/\",\"url\":\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/\",\"name\":\"Encuentra tu v\u00eda reglamentaria - Sobel\",\"isPartOf\":{\"@id\":\"https:\/\/sobelconsult.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png\",\"datePublished\":\"2026-02-24T19:18:17+00:00\",\"dateModified\":\"2026-03-31T19:33:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#primaryimage\",\"url\":\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png\",\"contentUrl\":\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/sobelconsult.com\/es\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Encuentra tu v\u00eda reglamentaria\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sobelconsult.com\/es\/#website\",\"url\":\"https:\/\/sobelconsult.com\/es\/\",\"name\":\"Sobel\",\"description\":\"Regulatory Consultancy\",\"publisher\":{\"@id\":\"https:\/\/sobelconsult.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sobelconsult.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sobelconsult.com\/es\/#organization\",\"name\":\"Sobel\",\"url\":\"https:\/\/sobelconsult.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/sobelconsult.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2024\/07\/Logo-Oficial-Website-White.png\",\"contentUrl\":\"https:\/\/sobelconsult.com\/wp-content\/uploads\/2024\/07\/Logo-Oficial-Website-White.png\",\"width\":741,\"height\":290,\"caption\":\"Sobel\"},\"image\":{\"@id\":\"https:\/\/sobelconsult.com\/es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Encuentra tu v\u00eda reglamentaria - Sobel","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/","og_locale":"es_ES","og_type":"article","og_title":"Encuentra tu v\u00eda reglamentaria","og_description":"Tu viaje normativo | Sobel Tu viaje normativo Sobel est\u00e1 preparando tu camino personalizado&#8230; Tu viaje normativo Guiado por Sobel 1 de 7 \u00bfQu\u00e9 lengua hablas? Quelle langue parlez-vous? \/ \u00bfQu\u00e9 idioma hablas? \/ Welche Sprache sprechen Sie? \/ \u00bfQu\u00e9 idioma hablas? \u00bfQu\u00e9 lengua hablas? Elige la lengua que prefieras para continuar tu viaje Hablo [&hellip;]","og_url":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/","og_site_name":"Sobel","article_modified_time":"2026-03-31T19:33:10+00:00","og_image":[{"url":"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/","url":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/","name":"Encuentra tu v\u00eda reglamentaria - Sobel","isPartOf":{"@id":"https:\/\/sobelconsult.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#primaryimage"},"image":{"@id":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#primaryimage"},"thumbnailUrl":"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png","datePublished":"2026-02-24T19:18:17+00:00","dateModified":"2026-03-31T19:33:10+00:00","breadcrumb":{"@id":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#primaryimage","url":"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png","contentUrl":"https:\/\/sobelconsult.com\/wp-content\/uploads\/2026\/02\/usa-flag.png"},{"@type":"BreadcrumbList","@id":"https:\/\/sobelconsult.com\/es\/find-your-regulatory-path\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/sobelconsult.com\/es\/home\/"},{"@type":"ListItem","position":2,"name":"Encuentra tu v\u00eda reglamentaria"}]},{"@type":"WebSite","@id":"https:\/\/sobelconsult.com\/es\/#website","url":"https:\/\/sobelconsult.com\/es\/","name":"Sobel","description":"Regulatory Consultancy","publisher":{"@id":"https:\/\/sobelconsult.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sobelconsult.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/sobelconsult.com\/es\/#organization","name":"Sobel","url":"https:\/\/sobelconsult.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/sobelconsult.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/sobelconsult.com\/wp-content\/uploads\/2024\/07\/Logo-Oficial-Website-White.png","contentUrl":"https:\/\/sobelconsult.com\/wp-content\/uploads\/2024\/07\/Logo-Oficial-Website-White.png","width":741,"height":290,"caption":"Sobel"},"image":{"@id":"https:\/\/sobelconsult.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/pages\/32424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/comments?post=32424"}],"version-history":[{"count":10,"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/pages\/32424\/revisions"}],"predecessor-version":[{"id":32965,"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/pages\/32424\/revisions\/32965"}],"wp:attachment":[{"href":"https:\/\/sobelconsult.com\/es\/wp-json\/wp\/v2\/media?parent=32424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}