{"id":3503,"date":"2021-01-14T16:35:35","date_gmt":"2021-01-14T15:35:35","guid":{"rendered":"https:\/\/www.reservit.ca\/\/reservit-pms-hebergement\/"},"modified":"2025-11-24T10:57:54","modified_gmt":"2025-11-24T15:57:54","slug":"operation-reservit-pms","status":"publish","type":"page","link":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/","title":{"rendered":""},"content":{"rendered":"<div class=\"vce-row-container\" data-vce-boxed-width=\"true\"><div class=\"vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" id=\"el-72bb5b41\" data-vce-do-apply=\"all el-72bb5b41\"><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-91148425\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-91148425\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-91148425\"><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-0f44b73c\" data-vce-do-apply=\"all el-0f44b73c\">\n\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <title>Reservit PMS Hotel | 100% Cloud-Based Property Management System<\/title>\n    <meta name=\"description\" content=\"Optimize every aspect of your property's operations with Reservit PMS. Automated check-in, PCI-DSS L1 secure payments, mobile app and team management. Free demo.\">\n    <meta name=\"robots\" content=\"index,follow\">\n\n    <link rel=\"canonical\" href=\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\">\n    <link rel=\"alternate\" hreflang=\"fr-ca\" href=\"https:\/\/www.reservit.ca\/reservit-pms-hebergement\/\">\n    <link rel=\"alternate\" hreflang=\"en-ca\" href=\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\">\n    <link rel=\"alternate\" hreflang=\"x-default\" href=\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\">\n\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:title\" content=\"Reservit PMS Hotel | 100% Cloud-Based Property Management System\">\n    <meta property=\"og:description\" content=\"Optimize every aspect of your property's operations with Reservit PMS. Automated check-in, PCI-DSS L1 secure payments, mobile app and team management. Free demo.\">\n    <meta property=\"og:url\" content=\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\">\n    <meta property=\"og:locale\" content=\"en_CA\">\n    <meta property=\"og:site_name\" content=\"Reservit Canada\">\n    <meta property=\"og:image\" content=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\">\n    <meta property=\"og:image:alt\" content=\"Reservit PMS interface for reservation management\">\n\n    <meta name=\"twitter:card\" content=\"summary_large_image\">\n    <meta name=\"twitter:title\" content=\"Reservit PMS Hotel | 100% Cloud-Based Property Management System\">\n    <meta name=\"twitter:description\" content=\"Optimize every aspect of your property's operations with Reservit PMS. Automated check-in, PCI-DSS L1 secure payments, mobile app and team management. Free demo.\">\n    <meta name=\"twitter:image\" content=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\">\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"SoftwareApplication\",\n      \"name\": \"Reservit PMS Hotel\",\n      \"operatingSystem\": \"Web\",\n      \"applicationCategory\": \"BusinessApplication\",\n      \"description\": \"Reservit PMS is a 100% cloud-based hotel management system that helps optimize every aspect of property operations: reservations, check-in, payments, invoicing, teams, and statistics.\",\n      \"url\": \"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\",\n      \"publisher\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Reservit Canada\",\n        \"url\": \"https:\/\/www.reservit.ca\"\n      }\n    }\n    <\/script>\n\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['\"Plus Jakarta Sans\"', 'sans-serif'],\n                    },\n                    colors: {\n                        brand: {\n                            light: '#E0F7FA',\n                            DEFAULT: '#23bfd1', \n                            dark: '#1a8fa0',\n                        },\n                        accent: {\n                            DEFAULT: '#f7951e',\n                        },\n                        dark: {\n                            surface: '#111827'\n                        }\n                    },\n                    animation: {\n                        'marquee': 'marquee 40s linear infinite',\n                        'float-slow': 'float 8s ease-in-out infinite',\n                        'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                        'grow-bar': 'grow 2s ease-out forwards',\n                        'grow-path': 'growPath 2s ease-out forwards',\n                        'unlock': 'unlock 1s ease-in-out forwards',\n                    },\n                    keyframes: {\n                        marquee: {\n                            '0%': { transform: 'translateX(0%)' },\n                            '100%': { transform: 'translateX(-50%)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0px)' },\n                            '50%': { transform: 'translateY(-15px)' },\n                        },\n                        grow: {\n                            '0%': { height: '0%' },\n                            '100%': { height: 'var(--h)' },\n                        },\n                        growPath: {\n                            '0%': { strokeDasharray: '0, 1000' },\n                            '100%': { strokeDasharray: '1000, 0' },\n                        },\n                        unlock: {\n                            '0%': { transform: 'rotate(0deg)', color: '#ef4444' },\n                            '50%': { transform: 'rotate(-15deg)' },\n                            '100%': { transform: 'rotate(0deg)', color: '#22c55e' },\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* Utilities *\/\n        .gradient-text {\n            background: linear-gradient(135deg, #1a8fa0 0%, #23bfd1 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        \/* Animation Classes *\/\n        .fade-in-up {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n        .fade-in-up.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Tabs Styling *\/\n        .tab-btn { transition: all 0.3s ease; }\n        .tab-btn.active { background-color: #23bfd1; color: white; box-shadow: 0 4px 12px rgba(35, 191, 209, 0.3); transform: translateY(-2px); border-color: transparent; }\n        .tab-content { display: none; animation: fadeIn 0.5s ease; }\n        .tab-content.active { display: block; }\n        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n\n        \/* Custom Illustration Containers *\/\n        .illustration-container { background: linear-gradient(135deg, #f8fafc, #f1f5f9); border-radius: 1.5rem; padding: 2rem; display: flex; align-items: center; justify-content: center; height: 100%; min-height: 500px; position: relative; overflow: hidden; }\n        .mobile-checkin-container { background: linear-gradient(135deg, #f0f9ff, #e0f2fe); }\n        .payment-container { background: linear-gradient(135deg, #ecfdf5, #d1fae5); }\n        .billing-container { background: linear-gradient(135deg, #f3e8ff, #ede9fe); }\n        .teams-container { background: linear-gradient(135deg, #eef2ff, #e0e7ff); }\n        .mobile-app-container { background: linear-gradient(135deg, #e0f7fa, #ffffff); }\n        .multi-property-container { background: #fff7ed; } \n        .stats-container { background: linear-gradient(135deg, #f0fdf4, #dcfce7); }\n\n        \/* Phone Mockup Styling *\/\n        .phone-mockup { \n            width: 260px; \n            height: 520px; \n            border-radius: 40px; \n            border: 10px solid #111827; \n            overflow: hidden; \n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3); \n            background: #111827; \n            position: relative; \n            z-index: 10;\n        }\n        .phone-mockup img { \n            width: 100%; \n            height: 100%; \n            object-fit: cover; \n            display: block; \n            border-radius: 30px; \n        }\n\n        \/* Logos strip \u2013 avoid overlapping *\/\n        .logo-strip img {\n            flex-shrink: 0;\n        }\n        \n        \/* Mobile Adjustments *\/\n        @media (max-width: 768px) {\n            .illustration-container {\n                min-height: 400px;\n                padding: 1rem;\n            }\n            .illustration-scale-mobile {\n                transform: scale(0.75);\n            }\n            .payment-container svg, .multi-property-container svg {\n                opacity: 0.3;\n            }\n             \/* Adjustments for complex visuals on mobile *\/\n            .payment-grid-mobile { grid-template-columns: 1fr !important; gap: 1rem !important; }\n             .stats-grid-mobile { grid-template-columns: 1fr !important; }\n        }\n\n        \/* Details\/Summary Animation *\/\n        details > summary { list-style: none; }\n        details > summary::-webkit-details-marker { display: none; }\n        details[open] summary ~ * { animation: fadeIn 0.3s ease-in-out; }\n    <\/style>\n\n\n\n    <main>\n        <section class=\"relative pt-12 pb-20 lg:pt-20 lg:pb-28 overflow-hidden bg-gradient-to-b from-blue-50\/50 to-white\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid lg:grid-cols-2 gap-16 items-center\">\n                    <div class=\"text-center lg:text-left fade-in-up\">\n                        <div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white text-brand-dark text-xs font-bold uppercase tracking-wider mb-6 border border-blue-100 shadow-sm\">\n                            <span class=\"w-2 h-2 rounded-full bg-brand animate-pulse-slow\"><\/span>\n                            Hotel management system\n                        <\/div>\n                        <h1 class=\"text-5xl lg:text-6xl font-extrabold tracking-tight mb-6 leading-[1.1]\">\n                            Properties aiming for <span class=\"gradient-text\">excellence<\/span> choose Reservit PMS.\n                        <\/h1>\n                        <p class=\"text-xl text-gray-600 mb-10 leading-relaxed max-w-lg mx-auto lg:mx-0\">\n                            Designed to streamline every operation in an accommodation business, from reservation to invoicing.\n                        <\/p>\n                        \n                        <div class=\"flex flex-col sm:flex-row gap-4 justify-center lg:justify-start\">\n                            <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" class=\"flex items-center justify-center gap-3 bg-brand hover:bg-brand-dark text-white px-8 py-4 rounded-full font-bold text-lg transition-all shadow-lg hover:shadow-xl transform hover:-translate-y-1\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                Request a demo\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative fade-in-up lg:pl-10\" style=\"transition-delay: 0.2s;\">\n                        <div class=\"animate-float-slow relative z-10\">\n                            <img src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\" alt=\"Reservit PMS interface - Reservation management\" class=\"w-full h-auto drop-shadow-2xl\" loading=\"eager\" decoding=\"async\">\n                        <\/div>\n                        <div class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[120%] h-[120%] bg-gradient-to-tr from-blue-100 to-cyan-50 rounded-full blur-3xl -z-10 opacity-60\"><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"border-y border-gray-100 bg-white py-12 overflow-hidden relative\">\n            <div class=\"text-center mb-10\">\n                <p class=\"text-sm font-bold text-gray-400 uppercase tracking-widest\">They trust us<\/p>\n            <\/div>\n            \n            <div class=\"relative w-full overflow-hidden\">\n                <div class=\"absolute inset-y-0 left-0 w-32 bg-gradient-to-r from-white to-transparent z-10 pointer-events-none\"><\/div>\n                <div class=\"absolute inset-y-0 right-0 w-32 bg-gradient-to-l from-white to-transparent z-10 pointer-events-none\"><\/div>\n\n                <div class=\"flex animate-marquee items-center gap-20 px-8\">\n                    <div class=\"flex items-center gap-20 flex-none logo-strip\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/1-2.svg\" alt=\"Reservit client property 1\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/2-2.svg\" alt=\"Reservit client property 2\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/3-2.svg\" alt=\"Reservit client property 3\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/4-2.svg\" alt=\"Reservit client property 4\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/5-2.svg\" alt=\"Reservit client property 5\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/6-1.svg\" alt=\"Reservit client property 6\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/7-1.svg\" alt=\"Reservit client property 7\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/8-1.svg\" alt=\"Reservit client property 8\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/9-1.svg\" alt=\"Reservit client property 9\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/10-1.svg\" alt=\"Reservit client property 10\" class=\"h-32 w-auto object-contain opacity-60 hover:opacity-100 grayscale hover:grayscale-0 transition-all flex-none\">\n                    <\/div>\n\n                    <div class=\"flex items-center gap-20 flex-none logo-strip\" aria-hidden=\"true\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/1-2.svg\" alt=\"Reservit client property 1\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/2-2.svg\" alt=\"Reservit client property 2\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/3-2.svg\" alt=\"Reservit client property 3\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/4-2.svg\" alt=\"Reservit client property 4\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/5-2.svg\" alt=\"Reservit client property 5\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/6-1.svg\" alt=\"Reservit client property 6\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/7-1.svg\" alt=\"Reservit client property 7\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/8-1.svg\" alt=\"Reservit client property 8\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/9-1.svg\" alt=\"Reservit client property 9\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                        <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/10-1.svg\" alt=\"Reservit client property 10\" class=\"h-32 w-auto object-contain opacity-60 grayscale transition-all flex-none\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-24 bg-gray-50\" id=\"avantages\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"text-center mb-16 fade-in-up\">\n                    <h2 class=\"text-4xl font-bold mb-4\">Why choose <span class=\"gradient-text\">Reservit PMS<\/span><\/h2>\n                    <p class=\"text-lg text-gray-600 max-w-3xl mx-auto\">Features designed to simplify your daily operations.<\/p>\n                <\/div>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n                    <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg transition-all fade-in-up\">\n                        <div class=\"w-14 h-14 rounded-xl bg-brand\/10 flex items-center justify-center text-brand mb-6\">\n                            <span class=\"material-symbols-rounded text-3xl\">psychology<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-3\">Intuitive<\/h3>\n                        <p class=\"text-gray-600\">The PMS is easy to learn, even without hotel experience. Your teams are fully operational right away.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg transition-all fade-in-up\" style=\"transition-delay: 100ms;\">\n                        <div class=\"w-14 h-14 rounded-xl bg-accent\/10 flex items-center justify-center text-accent mb-6\">\n                            <span class=\"material-symbols-rounded text-3xl\">cloud<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-3\">100% Cloud-Based<\/h3>\n                        <p class=\"text-gray-600\">With 25 years of innovation, Reservit is a pioneer in cloud hospitality technology. Access anywhere, anytime.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg transition-all fade-in-up\" style=\"transition-delay: 200ms;\">\n                        <div class=\"w-14 h-14 rounded-xl bg-green-100 flex items-center justify-center text-green-600 mb-6\">\n                            <span class=\"material-symbols-rounded text-3xl\">auto_awesome<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-3\">Automation<\/h3>\n                        <p class=\"text-gray-600\">The system automates repetitive tasks and significantly reduces human errors.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg transition-all fade-in-up\" style=\"transition-delay: 300ms;\">\n                        <div class=\"w-14 h-14 rounded-xl bg-pink-100 flex items-center justify-center text-pink-600 mb-6\">\n                            <span class=\"material-symbols-rounded text-3xl\">location_on<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-3\">Close to you<\/h3>\n                        <p class=\"text-gray-600\">Our local team offers personalized service tailored to the specifics of the Canadian market.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-8 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg transition-all fade-in-up md:col-span-2\" style=\"transition-delay: 400ms;\">\n                        <div class=\"flex flex-col md:flex-row gap-6 items-start md:items-center\">\n                            <div class=\"w-14 h-14 rounded-xl bg-indigo-100 flex items-center justify-center text-indigo-600 shrink-0\">\n                                <span class=\"material-symbols-rounded text-3xl\">support_agent<\/span>\n                            <\/div>\n                            <div>\n                                <h3 class=\"text-xl font-bold mb-2\">Dedicated Customer Support<\/h3>\n                                <p class=\"text-gray-600 mb-3\">Daily support by phone and email <strong>at no extra cost<\/strong> to answer all your questions.<\/p>\n                                <div class=\"inline-flex items-center gap-2 bg-green-50 text-green-700 px-3 py-1 rounded-full text-sm font-bold border border-green-100\">\n                                    <span class=\"material-symbols-rounded text-sm\">thumb_up<\/span> 97% satisfaction rate\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"fonctions\" class=\"py-24 relative bg-white\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"text-center max-w-3xl mx-auto mb-16 fade-in-up\">\n                    <h2 class=\"text-4xl font-bold mb-6\">All your operations, <span class=\"gradient-text\">centralized<\/span><\/h2>\n                    <p class=\"text-lg text-gray-600\">Discover the key features that make the difference.<\/p>\n                <\/div>\n\n                <div class=\"flex flex-wrap justify-center gap-3 mb-12 fade-in-up\">\n                    <button class=\"tab-btn active px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'reservations')\">Reservations<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'checkin')\">Check-in<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'paiements')\">Payments<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'facturation')\">Invoicing<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'extras')\">Extras<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'stats')\">Statistics<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'equipes')\">Teams<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'mobile')\">Mobile<\/button>\n                    <button class=\"tab-btn px-5 py-2.5 rounded-full text-sm font-bold border border-gray-200 hover:border-brand text-gray-600 bg-white\" onclick=\"openTab(event, 'multi')\">Multi-Property<\/button>\n                <\/div>\n\n                <div id=\"reservations\" class=\"tab-content active\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div class=\"order-2 lg:order-1\">\n                             <span class=\"text-brand font-bold tracking-wider text-sm uppercase\">Interactive planner<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">See your business at a glance.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">An interactive system simplifies day-to-day reservation management and gives a quick overview of guest activity, including for groups.<\/p>\n                            <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-brand mt-1\">check_circle<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Simplified group management<\/h4><p class=\"text-gray-600 text-sm\">Easily manage multiple bookings and allotments.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-brand mt-1\">check_circle<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Instant visibility<\/h4><p class=\"text-gray-600 text-sm\">Intuitive color-coding to track statuses.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/www.reservit.ca\/en\/operation-reservation-management\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-brand font-bold hover:underline flex items-center gap-2\">Learn more about reservation management <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                        <\/div>\n                        <div class=\"order-1 lg:order-2 fade-in-up\">\n                             <div class=\"relative rounded-2xl overflow-hidden transform hover:scale-[1.02] transition-transform duration-500\">\n                                <img src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/PlanningRPMS.svg\" alt=\"Reservit PMS interactive planner\" class=\"w-full h-auto\" loading=\"lazy\" decoding=\"async\">\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"checkin\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div class=\"order-2 lg:order-1\">\n                            <div class=\"mobile-checkin-container illustration-container relative\">\n                                <div class=\"w-full flex justify-center items-center scale-90\">\n                                    <div class=\"relative flex items-center justify-center\">\n                                        <div class=\"relative w-64 h-[500px] bg-gray-900 rounded-[3rem] border-8 border-gray-900 shadow-2xl overflow-hidden animate-float-slow z-10\">\n                                            <div class=\"bg-white w-full h-full flex flex-col items-center justify-center p-6 relative overflow-hidden\">\n                                                <div class=\"absolute top-0 left-0 w-full h-1\/2 bg-brand\/10 rounded-b-[3rem]\"><\/div>\n                                                <span class=\"material-symbols-rounded text-6xl text-brand mb-4 relative z-10 animate-pulse-slow\">vpn_key<\/span>\n                                                <h4 class=\"text-xl font-bold text-gray-800 relative z-10\">Room 302<\/h4>\n                                                <p class=\"text-sm text-gray-500 mb-6 relative z-10\">Digital key active<\/p>\n                                                <div class=\"bg-white p-2 rounded-xl shadow-sm border border-gray-100 relative z-10\">\n                                                    <img decoding=\"async\" src=\"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=120x120&amp;data=ReservitCheckIn123\" alt=\"Reservit check-in QR code\" class=\"w-28 h-28 opacity-80\">\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n                                        <div class=\"absolute right-[-25px] top-1\/2 -translate-y-1\/2 flex flex-col items-center z-20\">\n                                            <div class=\"w-14 h-20 bg-gray-200 rounded-lg border-4 border-gray-300 flex items-center justify-center shadow-lg relative\">\n                                                 <span class=\"material-symbols-rounded text-3xl text-red-500 animate-unlock\">lock<\/span>\n                                                 <div class=\"absolute top-2 w-2 h-2 rounded-full bg-red-500 animate-ping\"><\/div>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"absolute bottom-12 left-1\/2 -translate-x-1\/2 bg-white px-5 py-3 rounded-full shadow-xl border border-gray-100 text-sm font-bold text-brand flex items-center gap-2 whitespace-nowrap z-30\">\n                                    <span class=\"material-symbols-rounded\">verified<\/span> Self check-in successful!\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"order-1 lg:order-2\">\n                            <span class=\"text-accent font-bold tracking-wider text-sm uppercase\">Automated &amp; Compatible<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">Reinvented check-in, no more waiting.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">Self check-in helps optimize your occupancy rate by enabling walk-in offers. If you don't have a self-service kiosk, we are compatible with leading lock providers.<\/p>\n                             <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-accent mt-1\">key<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Lock compatibility<\/h4><p class=\"text-gray-600 text-sm\">Direct connection with <strong>DormaKaba<\/strong>, <strong>Assa Abloy<\/strong>, <strong>Onity<\/strong>, etc.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-accent mt-1\">check_circle<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">24\/7 self check-in<\/h4><p class=\"text-gray-600 text-sm\">Streamline arrivals, even when reception staff are not on site.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/www.reservit.ca\/en\/check-in-walk-in\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-accent font-bold hover:underline flex items-center gap-2\">Learn more about automated check-ins <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                 <div id=\"paiements\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div>\n                            <span class=\"text-green-600 font-bold tracking-wider text-sm uppercase\">Omnichannel &amp; PCI-DSS L1 certified<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">Secure your revenue on every channel.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">Manage all your payments: in-person terminals, virtual terminals, payment links and in-app payments. Automate deposits and OTA virtual cards.<\/p>\n                            \n                            <div class=\"bg-white p-4 rounded-xl shadow-sm border border-green-100 inline-block mb-8 animate-float-slow\">\n                                <p class=\"text-sm text-gray-500 flex items-center gap-2\"><span class=\"material-symbols-rounded text-green-600\">savings<\/span> Savings observed<\/p>\n                                <p class=\"text-2xl font-extrabold text-green-600\">~$3,500 \/ year<\/p>\n                                <p class=\"text-xs text-gray-400\">on transaction fees<\/p>\n                            <\/div>\n\n                            <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-green-600 mt-1\">verified_user<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Highest level of certification (PCI-DSS Level 1)<\/h4><p class=\"text-gray-600 text-sm\">The highest security standard for payment data.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-green-600 mt-1\">credit_card<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Virtual cards &amp; deposits<\/h4><p class=\"text-gray-600 text-sm\">Automated management of OTA payments and security deposits.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/www.reservit.ca\/en\/embedded-payments\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-green-600 font-bold hover:underline flex items-center gap-2\">Learn more about payments <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                        <\/div>\n                        <div>\n                            <div class=\"payment-container illustration-container relative p-0\">\n                                <div class=\"illustration-scale-mobile w-full h-full flex items-center justify-center relative p-4\">\n                                    <div class=\"grid grid-cols-3 gap-6 items-center w-full max-w-2xl relative z-10 payment-grid-mobile\">\n                                        <div class=\"flex flex-col gap-5\">\n                                             <div class=\"bg-white p-4 rounded-2xl shadow-md text-center text-sm font-bold text-blue-600 flex items-center justify-center gap-3 whitespace-nowrap hover:scale-105 transition-transform\"><span class=\"material-symbols-rounded text-2xl\">point_of_sale<\/span> In-Person<\/div>\n                                             <div class=\"bg-white p-4 rounded-2xl shadow-md text-center text-sm font-bold text-purple-600 flex items-center justify-center gap-3 whitespace-nowrap hover:scale-105 transition-transform\"><span class=\"material-symbols-rounded text-2xl\">devices<\/span> Virtual POS<\/div>\n                                             <div class=\"bg-white p-4 rounded-2xl shadow-md text-center text-sm font-bold text-indigo-600 flex items-center justify-center gap-3 whitespace-nowrap hover:scale-105 transition-transform\"><span class=\"material-symbols-rounded text-2xl\">link<\/span> Web \/ Link<\/div>\n                                              <div class=\"bg-white p-4 rounded-2xl shadow-md text-center text-sm font-bold text-brand flex items-center justify-center gap-3 whitespace-nowrap hover:scale-105 transition-transform\"><span class=\"material-symbols-rounded text-2xl\">smartphone<\/span> Mobile app<\/div>\n                                        <\/div>\n                                        <div class=\"flex justify-center\">\n                                             <div class=\"bg-white border-4 border-green-100 p-6 rounded-full shadow-2xl w-44 h-44 flex flex-col items-center justify-center relative z-20 animate-pulse-slow\">\n                                                <span class=\"material-symbols-rounded text-5xl text-green-500 mb-2\">shield_lock<\/span>\n                                                <p class=\"font-extrabold text-gray-900 text-sm text-center leading-tight\">SECURE HUB<br>PCI-DSS L1<\/p>\n                                            <\/div>\n                                        <\/div>\n                                        <div class=\"flex flex-col gap-5 text-right\">\n                                            <div class=\"bg-white p-4 rounded-2xl shadow-md text-center text-sm font-bold text-green-600 flex items-center justify-center gap-3 whitespace-nowrap hover:scale-105 transition-transform\"><span class=\"material-symbols-rounded text-2xl\">payments<\/span> Installment plans<\/div>\n                                            <div class=\"bg-white p-4 rounded-2xl shadow-md text-center text-sm font-bold text-green-600 flex items-center justify-center gap-3 whitespace-nowrap hover:scale-105 transition-transform\"><span class=\"material-symbols-rounded text-2xl\">lock_person<\/span> Auto deposit<\/div>\n                                            <div class=\"bg-white p-4 rounded-2xl shadow-md text-center text-sm font-bold text-green-600 flex items-center justify-center gap-3 whitespace-nowrap hover:scale-105 transition-transform\"><span class=\"material-symbols-rounded text-2xl\">credit_card<\/span> Virtual card<\/div>\n                                        <\/div>\n                                    <\/div>\n                                     <svg class=\"absolute inset-0 w-full h-full -z-10 pointer-events-none hidden md:block\">\n                                        <line x1=\"25%\" y1=\"20%\" x2=\"50%\" y2=\"50%\" stroke=\"#22c55e\" stroke-width=\"2\" stroke-dasharray=\"4,4\" opacity=\"0.3\"><\/line>\n                                        <line x1=\"25%\" y1=\"40%\" x2=\"50%\" y2=\"50%\" stroke=\"#22c55e\" stroke-width=\"2\" stroke-dasharray=\"4,4\" opacity=\"0.3\"><\/line>\n                                        <line x1=\"25%\" y1=\"60%\" x2=\"50%\" y2=\"50%\" stroke=\"#22c55e\" stroke-width=\"2\" stroke-dasharray=\"4,4\" opacity=\"0.3\"><\/line>\n                                        <line x1=\"25%\" y1=\"80%\" x2=\"50%\" y2=\"50%\" stroke=\"#22c55e\" stroke-width=\"2\" stroke-dasharray=\"4,4\" opacity=\"0.3\"><\/line>\n                                        <line x1=\"50%\" y1=\"50%\" x2=\"75%\" y2=\"30%\" stroke=\"#22c55e\" stroke-width=\"2\" stroke-dasharray=\"4,4\" opacity=\"0.3\"><\/line>\n                                        <line x1=\"50%\" y1=\"50%\" x2=\"75%\" y2=\"50%\" stroke=\"#22c55e\" stroke-width=\"2\" stroke-dasharray=\"4,4\" opacity=\"0.3\"><\/line>\n                                        <line x1=\"50%\" y1=\"50%\" x2=\"75%\" y2=\"70%\" stroke=\"#22c55e\" stroke-width=\"2\" stroke-dasharray=\"4,4\" opacity=\"0.3\"><\/line>\n                                    <\/svg>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"facturation\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                         <div class=\"order-2 lg:order-1 flex items-center justify-center\">\n                            <div class=\"billing-container illustration-container relative\">\n                                <div class=\"illustration-scale-mobile relative\">\n                                    <div class=\"absolute top-[-30px] left-[-30px] bg-purple-50 p-6 rounded-2xl shadow-sm max-w-sm w-full z-0 transform rotate-[-5deg] border border-purple-100 opacity-90\">\n                                         <div class=\"flex justify-between items-center border-b border-purple-200 pb-2 mb-3\">\n                                            <span class=\"text-xs font-bold text-purple-800\">ACCOUNT STATEMENT<\/span>\n                                            <span class=\"text-[10px] bg-purple-200 px-2 rounded text-purple-800\">Jan 2025<\/span>\n                                        <\/div>\n                                        <div class=\"space-y-2\">\n                                            <div class=\"flex justify-between text-[10px] text-purple-800\"><span>Opening balance<\/span><span>$0.00<\/span><\/div>\n                                            <div class=\"flex justify-between text-[10px] text-purple-800\"><span>Debtors<\/span><span>$1,250.00<\/span><\/div>\n                                            <div class=\"flex justify-between text-[10px] text-purple-800 font-bold\"><span>Deposits<\/span><span>$450.00<\/span><\/div>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"bg-white p-8 rounded-2xl shadow-lg max-w-sm w-full relative z-10 animate-float-slow\">\n                                        <div class=\"flex justify-between items-center border-b border-gray-100 pb-4 mb-4\">\n                                            <div class=\"text-lg font-bold text-gray-900\">INVOICE #2025<\/div>\n                                            <span class=\"bg-green-100 text-green-700 px-2 py-1 rounded text-xs font-bold\">PAID<\/span>\n                                        <\/div>\n                                        <div class=\"space-y-2 mb-4 text-sm\">\n                                            <div class=\"flex justify-between\"><span class=\"text-gray-900 font-medium\">Room (1 night)<\/span> <span>$200.00<\/span><\/div>\n                                            <div class=\"flex justify-between text-gray-600 text-xs pl-2\"><span>Lodging tax (3.5%)<\/span> <span>$7.00<\/span><\/div>\n                                            <div class=\"flex justify-between pt-1 pb-2 border-b border-gray-50\"><span class=\"text-gray-500 text-xs\">Accommodation subtotal<\/span> <span class=\"text-gray-700 text-xs\">$207.00<\/span><\/div>\n                                            \n                                            <div class=\"flex justify-between\"><span class=\"text-gray-900 font-medium\">Breakfast<\/span> <span>$20.00<\/span><\/div>\n\n                                            <div class=\"pt-3 space-y-1 border-t border-gray-100 mt-2\">\n                                                <div class=\"flex justify-between\"><span class=\"text-gray-500 text-xs\">GST (5%)<\/span> <span class=\"text-xs\">$11.35<\/span><\/div>\n                                                <div class=\"flex justify-between\"><span class=\"text-gray-500 text-xs\">QST (9.975%)<\/span> <span class=\"text-xs\">$22.64<\/span><\/div>\n                                            <\/div>\n                                        <\/div>\n                                        <div class=\"flex justify-between font-bold text-xl border-t border-gray-100 pt-4\">\n                                            <span>Total CAD<\/span>\n                                            <span>$260.99<\/span>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"order-1 lg:order-2\">\n                            <span class=\"text-purple-600 font-bold tracking-wider text-sm uppercase\">Simplified accounting<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">Manage your finances and reporting.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">Customizable invoicing reduces manual work. The system centralizes all services to facilitate financial management.<\/p>\n                            <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-purple-600 mt-1\">check_circle<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Compliant invoices<\/h4><p class=\"text-gray-600 text-sm\">Automatic management of local taxes (lodging tax, GST, QST).<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-purple-600 mt-1\">description<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Reports &amp; account statements<\/h4><p class=\"text-gray-600 text-sm\">Track deposits, debtors, and generate accurate monthly statements.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-purple-600 mt-1\">upload_file<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Compatible exports<\/h4><p class=\"text-gray-600 text-sm\">Import-ready formats for <strong>Sage50<\/strong>, <strong>QuickBooks<\/strong>, <strong>Acomba<\/strong>.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/www.reservit.ca\/en\/accommodation-invoicing-management\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-purple-600 font-bold hover:underline flex items-center gap-2\">Learn more about invoicing <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"extras\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div>\n                            <span class=\"text-accent font-bold tracking-wider text-sm uppercase\">Additional revenue<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">Increase your average spend per stay.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">The platform helps you promote extras and additional services. It automates their management from A to Z.<\/p>\n                            \n                            <div class=\"bg-white p-4 rounded-xl shadow-sm border border-accent inline-block mb-8 animate-float-slow\">\n                                <p class=\"text-sm text-gray-500 flex items-center gap-2\"><span class=\"material-symbols-rounded text-accent\">trending_up<\/span> Average impact observed<\/p>\n                                <p class=\"text-2xl font-extrabold text-accent\">+13% revenue \/ stay<\/p>\n                            <\/div>\n\n                            <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-accent mt-1\">check_circle<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Automated management<\/h4><p class=\"text-gray-600 text-sm\">Payments, invoicing and notifications handled by the system.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-accent mt-1\">check_circle<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Smart upselling<\/h4><p class=\"text-gray-600 text-sm\">Offer the right services at the right time to maximize sales.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-accent font-bold hover:underline flex items-center gap-2\">Learn more about services &amp; extras <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                        <\/div>\n                        <div class=\"grid grid-cols-2 gap-4\">\n                            <div class=\"bg-white p-6 rounded-xl text-center shadow-sm hover:shadow-md transition animate-float-slow\" style=\"animation-delay: 0s;\">\n                                <span class=\"material-symbols-rounded text-4xl text-accent mb-2\">restaurant<\/span>\n                                <p class=\"font-bold text-sm\">Breakfast<\/p>\n                            <\/div>\n                            <div class=\"bg-white p-6 rounded-xl text-center shadow-sm hover:shadow-md transition animate-float-slow\" style=\"animation-delay: 0.5s;\">\n                                <span class=\"material-symbols-rounded text-4xl text-accent mb-2\">spa<\/span>\n                                <p class=\"font-bold text-sm\">Spa access<\/p>\n                            <\/div>\n                            <div class=\"bg-white p-6 rounded-xl text-center shadow-sm hover:shadow-md transition animate-float-slow\" style=\"animation-delay: 1s;\">\n                                <span class=\"material-symbols-rounded text-4xl text-accent mb-2\">local_parking<\/span>\n                                <p class=\"font-bold text-sm\">Parking<\/p>\n                            <\/div>\n                            <div class=\"bg-white p-6 rounded-xl text-center shadow-sm hover:shadow-md transition animate-float-slow\" style=\"animation-delay: 1.5s;\">\n                                <span class=\"material-symbols-rounded text-4xl text-accent mb-2\">redeem<\/span>\n                                <p class=\"font-bold text-sm\">Romantic package<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"stats\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div class=\"order-2 lg:order-1\">\n                             <span class=\"text-indigo-600 font-bold tracking-wider text-sm uppercase\">Performance &amp; Data<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">Analyze your performance your way.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">Access detailed reports (financial, production, occupancy) to support your decision-making.<\/p>\n                            <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-indigo-600 mt-1\">tune<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Advanced customization<\/h4><p class=\"text-gray-600 text-sm\">Create your own views and dashboards.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-indigo-600 mt-1\">filter_alt<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Quick filtering<\/h4><p class=\"text-gray-600 text-sm\">Analyze by period, room type, channel, and more.<\/p><\/div>\n                                <\/li>\n                                 <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-indigo-600 mt-1\">pie_chart<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Wide range of reports<\/h4><p class=\"text-gray-600 text-sm\">Production, financial, marketing and operational reports.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                        <\/div>\n                        <div class=\"order-1 lg:order-2\">\n                            <div class=\"stats-container illustration-container relative p-4 flex flex-col\">\n                                <div class=\"grid grid-cols-2 gap-4 w-full h-full illustration-scale-mobile flex-1 stats-grid-mobile\">\n                                    <div class=\"bg-white p-4 rounded-2xl shadow-lg animate-float-slow flex flex-col justify-between overflow-hidden\">\n                                        <div>\n                                            <h5 class=\"text-xs font-bold text-gray-500 uppercase mb-1\">Monthly revenue<\/h5>\n                                            <p class=\"text-lg font-bold text-indigo-600\">$45,200<\/p>\n                                        <\/div>\n                                        <div class=\"flex items-end gap-1 h-20 w-full mt-2\">\n                                            <div class=\"w-1\/6 bg-indigo-200 rounded-t-sm h-[40%]\"><\/div>\n                                            <div class=\"w-1\/6 bg-indigo-300 rounded-t-sm h-[70%]\"><\/div>\n                                            <div class=\"w-1\/6 bg-indigo-400 rounded-t-sm h-[85%]\"><\/div>\n                                            <div class=\"w-1\/6 bg-indigo-600 rounded-t-sm h-[0%] animate-[grow_1s_ease-out_forwards]\" style=\"--h: 95%\"><\/div>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"bg-white p-4 rounded-2xl shadow-lg animate-float-slow flex flex-col justify-between\" style=\"animation-delay: 0.2s;\">\n                                         <div>\n                                            <h5 class=\"text-xs font-bold text-gray-500 uppercase mb-1\">Channels<\/h5>\n                                            <p class=\"text-lg font-bold text-indigo-600\">70% direct<\/p>\n                                        <\/div>\n                                        <div class=\"relative w-20 h-20 mx-auto mt-2\">\n                                            <svg viewBox=\"0 0 36 36\" class=\"w-full h-full text-indigo-600\"><path stroke-dasharray=\"70, 100\" d=\"M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831\" fill=\"none\" stroke=\"#e0e7ff\" stroke-width=\"4\"><\/path><path stroke-dasharray=\"70, 100\" d=\"M18 2.0845 a 15.9155 15.9155 0 0 1 0 31.831 a 15.9155 15.9155 0 0 1 0 -31.831\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4\" class=\"animate-[grow_1s_ease-out_forwards]\" style=\"--h: 70%\"><\/path><\/svg>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"bg-white p-4 rounded-2xl shadow-lg animate-float-slow flex flex-col justify-between\" style=\"animation-delay: 0.4s;\">\n                                         <div>\n                                            <h5 class=\"text-xs font-bold text-gray-500 uppercase mb-1\">Occupancy rate<\/h5>\n                                            <p class=\"text-lg font-bold text-indigo-600\">85% avg<\/p>\n                                        <\/div>\n                                        <div class=\"h-20 w-full flex items-end mt-2\">\n                                            <svg viewBox=\"0 0 100 50\" class=\"w-full h-full\" preserveAspectRatio=\"none\">\n                                                 <polyline fill=\"none\" stroke=\"#818cf8\" stroke-width=\"3\" points=\"0,40 20,35 40,20 60,25 80,10 100,5\" class=\"animate-[grow-path_2s_ease-out_forwards]\"><\/polyline>\n                                            <\/svg>\n                                        <\/div>\n                                    <\/div>\n                                     <div class=\"bg-white p-4 rounded-2xl shadow-lg animate-float-slow flex flex-col justify-between\" style=\"animation-delay: 0.6s;\">\n                                         <div>\n                                            <h5 class=\"text-xs font-bold text-gray-500 uppercase mb-1\">RevPAR performance<\/h5>\n                                            <p class=\"text-lg font-bold text-indigo-600\">$142<\/p>\n                                        <\/div>\n                                        <div class=\"h-20 w-full flex items-end mt-2\">\n                                            <svg viewBox=\"0 0 100 50\" class=\"w-full h-full\" preserveAspectRatio=\"none\">\n                                                 <path fill=\"#c7d2fe\" opacity=\"0.6\" d=\"M0,50 L0,30 Q25,10 50,25 T100,5 L100,50 Z\" class=\"animate-[grow_1s_ease-out_forwards]\" style=\"--h: 100%\"><\/path>\n                                            <\/svg>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"equipes\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div class=\"order-2 lg:order-1\">\n                            <div class=\"teams-container illustration-container relative p-6\">\n                                <div class=\"illustration-scale-mobile w-full h-full flex items-center justify-center\">\n                                    <div class=\"w-full max-w-2xl bg-white rounded-xl shadow-xl overflow-hidden flex flex-col h-full max-h-[400px]\">\n                                        <div class=\"bg-indigo-600 text-white p-4 flex justify-between items-center\">\n                                            <span class=\"font-bold\">Task board<\/span>\n                                            <div class=\"flex gap-2\">\n                                                <span class=\"bg-indigo-500 px-3 py-1 rounded-full text-xs font-semibold\">Front desk: 5<\/span>\n                                                <span class=\"bg-indigo-700 px-3 py-1 rounded-full text-xs font-semibold\">Housekeeping: 8<\/span>\n                                            <\/div>\n                                        <\/div>\n                                        <div class=\"p-4 grid grid-cols-3 gap-4 bg-gray-50 flex-1 overflow-hidden\">\n                                            <div class=\"flex flex-col gap-3\">\n                                                <h5 class=\"font-bold text-xs text-gray-500 uppercase\">To do (3)<\/h5>\n                                                <div class=\"bg-white p-3 rounded-lg shadow-sm border-l-4 border-red-400 flex flex-col gap-1\">\n                                                    <div class=\"flex justify-between\"><span class=\"font-bold text-sm\">#101<\/span> <span class=\"text-[10px] bg-red-100 text-red-600 px-1 rounded\">High<\/span><\/div>\n                                                    <p class=\"text-xs text-gray-600\">Deep clean<\/p>\n                                                <\/div>\n                                                <div class=\"bg-white p-3 rounded-lg shadow-sm border-l-4 border-gray-300 flex flex-col gap-1 opacity-70\">\n                                                    <div class=\"flex justify-between\"><span class=\"font-bold text-sm\">#105<\/span><\/div>\n                                                    <p class=\"text-xs text-gray-600\">Stayover clean<\/p>\n                                                <\/div>\n                                            <\/div>\n                                            <div class=\"flex flex-col gap-3\">\n                                                <h5 class=\"font-bold text-xs text-gray-500 uppercase\">In progress (2)<\/h5>\n                                                <div class=\"bg-white p-3 rounded-lg shadow-sm border-l-4 border-yellow-400 flex flex-col gap-1\">\n                                                    <div class=\"flex justify-between\"><span class=\"font-bold text-sm\">#202<\/span> <span class=\"material-symbols-rounded text-xs text-yellow-500 animate-pulse\">timelapse<\/span><\/div>\n                                                    <p class=\"text-xs text-gray-600\">Inspection<\/p>\n                                                    <div class=\"flex items-center gap-1 mt-1\"><span class=\"material-symbols-rounded text-xs text-gray-400\">person<\/span> <span class=\"text-[10px] font-semibold\">Sophie<\/span><\/div>\n                                                <\/div>\n                                            <\/div>\n                                            <div class=\"flex flex-col gap-3\">\n                                                <h5 class=\"font-bold text-xs text-gray-500 uppercase\">Completed (5)<\/h5>\n                                                <div class=\"bg-white p-3 rounded-lg shadow-sm border-l-4 border-green-400 flex flex-col gap-1 opacity-60\">\n                                                    <div class=\"flex justify-between\"><span class=\"font-bold text-sm line-through\">#305<\/span> <span class=\"material-symbols-rounded text-xs text-green-600\">check<\/span><\/div>\n                                                    <p class=\"text-xs text-gray-600 line-through\">Cleaning<\/p>\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"order-1 lg:order-2\">\n                            <span class=\"text-indigo-600 font-bold tracking-wider text-sm uppercase\">Coordination &amp; efficiency<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">Coordinate your teams in real time.<\/h3>\n                            <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-indigo-600 mt-1\">check_circle<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Custom access rights<\/h4><p class=\"text-gray-600 text-sm\">Define roles: front desk, housekeeping, management.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-indigo-600 mt-1\">view_kanban<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Visual task tracking<\/h4><p class=\"text-gray-600 text-sm\">Intuitive dashboard to monitor housekeeping progress.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-indigo-600 mt-1\">print<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Daily reports<\/h4><p class=\"text-gray-600 text-sm\">Print task lists for your teams.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/www.reservit.ca\/en\/teams-tasks-housekeeping-management\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-indigo-600 font-bold hover:underline flex items-center gap-2\">Learn more about team management <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"mobile\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div class=\"order-2 lg:order-1\">\n                             <span class=\"text-brand font-bold tracking-wider text-sm uppercase\">Total mobility<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">The power of Reservit in your pocket.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">Turn your phone into an intelligent control center. Manage everything, wherever you are.<\/p>\n                            \n                             <div class=\"grid grid-cols-2 gap-4 mb-8\">\n                                <div class=\"flex items-center gap-2\"><span class=\"material-symbols-rounded text-brand\">edit_calendar<\/span> <span class=\"text-sm font-bold\">Take reservations<\/span><\/div>\n                                <div class=\"flex items-center gap-2\"><span class=\"material-symbols-rounded text-brand\">sync_alt<\/span> <span class=\"text-sm font-bold\">Channel Manager<\/span><\/div>\n                                <div class=\"flex items-center gap-2\"><span class=\"material-symbols-rounded text-brand\">cleaning_services<\/span> <span class=\"text-sm font-bold\">Housekeeping<\/span><\/div>\n                                <div class=\"flex items-center gap-2\"><span class=\"material-symbols-rounded text-brand\">sell<\/span> <span class=\"text-sm font-bold\">Rates &amp; offers<\/span><\/div>\n                            <\/div>\n\n                            <div class=\"flex flex-wrap gap-4 mb-6\">\n                                <a href=\"https:\/\/apps.apple.com\/us\/app\/reservit-manager\/id6743842504\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex items-center gap-2 bg-gray-900 text-white px-4 py-2 rounded-xl hover:bg-gray-800 transition\">\n                                    <span class=\"material-symbols-rounded text-2xl\">phone_iphone<\/span>\n                                    <div class=\"text-left\">\n                                        <p class=\"text-[10px] uppercase leading-tight\">Available on<\/p>\n                                        <p class=\"font-bold leading-tight\">App Store<\/p>\n                                    <\/div>\n                                <\/a>\n                                <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.reservit.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex items-center gap-2 bg-gray-900 text-white px-4 py-2 rounded-xl hover:bg-gray-800 transition\">\n                                    <span class=\"material-symbols-rounded text-2xl\">android<\/span>\n                                     <div class=\"text-left\">\n                                        <p class=\"text-[10px] uppercase leading-tight\">Available on<\/p>\n                                        <p class=\"font-bold leading-tight\">Google Play<\/p>\n                                    <\/div>\n                                <\/a>\n                            <\/div>\n                             <div>\n                                <a href=\"https:\/\/www.reservit.ca\/en\/mobile-app\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-brand font-bold hover:underline flex items-center gap-2\">Discover the mobile app <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                             <\/div>\n                        <\/div>\n                        <div class=\"order-1 lg:order-2\">\n                             <div class=\"mobile-app-container illustration-container relative\">\n                                <div class=\"illustration-scale-mobile flex justify-center w-full h-full items-center relative\">\n                                    <div class=\"phone-mockup animate-float-slow relative z-10 mx-auto\">\n                                        <img src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/08\/Interface-calendrierplanning.png\" alt=\"Reservit mobile app interface\" loading=\"lazy\" decoding=\"async\">\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div id=\"multi\" class=\"tab-content\">\n                    <div class=\"grid lg:grid-cols-2 gap-12 items-center bg-gray-50 rounded-3xl p-8 lg:p-12 border border-gray-100\">\n                        <div class=\"order-2 lg:order-1\">\n                             <span class=\"text-accent font-bold tracking-wider text-sm uppercase\">For groups &amp; chains<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-6\">Manage your network from a single interface.<\/h3>\n                            <p class=\"text-lg text-gray-600 mb-8\">Centralize availability, standardize your rates and access consolidated statistics.<\/p>\n                            <ul class=\"space-y-5 mb-8\">\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-accent mt-1\">hub<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Centralized inventory<\/h4><p class=\"text-gray-600 text-sm\">Manage the availability of all your properties in a single click.<\/p><\/div>\n                                <\/li>\n                                <li class=\"flex items-start gap-4\">\n                                    <span class=\"material-symbols-rounded text-accent mt-1\">analytics<\/span>\n                                    <div><h4 class=\"font-bold text-lg\">Consolidated statistics<\/h4><p class=\"text-gray-600 text-sm\">Analyze overall performance or by property.<\/p><\/div>\n                                <\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/www.reservit.ca\/en\/accommodation-multi-property\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-accent font-bold hover:underline flex items-center gap-2\">Discover the multi-property solution <span class=\"material-symbols-rounded text-sm\">arrow_forward<\/span><\/a>\n                        <\/div>\n                        <div class=\"order-1 lg:order-2\">\n                             <div class=\"multi-property-container illustration-container relative\">\n                                <div class=\"illustration-scale-mobile w-full h-full flex flex-col items-center justify-center relative z-10\">\n                                    <div class=\"w-24 h-24 bg-white rounded-full shadow-xl flex items-center justify-center mb-12 relative z-20 border-4 border-orange-100\">\n                                        <span class=\"material-symbols-rounded text-5xl text-accent\">domain<\/span>\n                                    <\/div>\n                                    <div class=\"grid grid-cols-2 gap-6 w-full max-w-xs relative z-20\">\n                                        <div class=\"bg-white p-4 rounded-xl shadow-sm text-center border border-orange-100\">\n                                            <span class=\"material-symbols-rounded text-gray-400 mb-1\">hotel<\/span>\n                                            <p class=\"font-bold text-xs text-gray-700\">Hotel A<\/p>\n                                        <\/div>\n                                        <div class=\"bg-white p-4 rounded-xl shadow-sm text-center border border-orange-100\">\n                                            <span class=\"material-symbols-rounded text-gray-400 mb-1\">cottage<\/span>\n                                            <p class=\"font-bold text-xs text-gray-700\">Inn B<\/p>\n                                        <\/div>\n                                        <div class=\"bg-white p-4 rounded-xl shadow-sm text-center border border-orange-100\">\n                                            <span class=\"material-symbols-rounded text-gray-400 mb-1\">apartment<\/span>\n                                            <p class=\"font-bold text-xs text-gray-700\">Residence C<\/p>\n                                        <\/div>\n                                        <div class=\"bg-white p-4 rounded-xl shadow-sm text-center border border-orange-100\">\n                                            <span class=\"material-symbols-rounded text-gray-400 mb-1\">camping<\/span>\n                                            <p class=\"font-bold text-xs text-gray-700\">Campground D<\/p>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 bg-gray-900 text-white relative overflow-hidden\">\n            <div class=\"max-w-7xl mx-auto px-6 relative z-10\">\n                <div class=\"grid grid-cols-2 md:grid-cols-4 gap-8 md:gap-12 text-center\">\n                    <div class=\"fade-in-up group\">\n                        <div class=\"text-5xl lg:text-6xl font-extrabold text-transparent bg-clip-text bg-gradient-to-b from-white to-gray-400 mb-2 group-hover:scale-110 transition-transform duration-300\">25+<\/div>\n                        <div class=\"h-1 w-12 bg-brand mx-auto mb-4 rounded-full\"><\/div> <div class=\"text-sm text-gray-400 uppercase tracking-widest font-bold\">Years of expertise<\/div>\n                    <\/div>\n                    <div class=\"fade-in-up group\" style=\"transition-delay: 100ms;\">\n                        <div class=\"text-5xl lg:text-6xl font-extrabold text-transparent bg-clip-text bg-gradient-to-b from-white to-gray-400 mb-2 group-hover:scale-110 transition-transform duration-300\">10K+<\/div>\n                        <div class=\"h-1 w-12 bg-accent mx-auto mb-4 rounded-full\"><\/div> <div class=\"text-sm text-gray-400 uppercase tracking-widest font-bold\">Properties<\/div>\n                    <\/div>\n                    <div class=\"fade-in-up group\" style=\"transition-delay: 200ms;\">\n                        <div class=\"text-5xl lg:text-6xl font-extrabold text-transparent bg-clip-text bg-gradient-to-b from-white to-gray-400 mb-2 group-hover:scale-110 transition-transform duration-300\">300+<\/div>\n                        <div class=\"h-1 w-12 bg-brand mx-auto mb-4 rounded-full\"><\/div> <div class=\"text-sm text-gray-400 uppercase tracking-widest font-bold\">Connected channels<\/div>\n                    <\/div>\n                    <div class=\"fade-in-up group\" style=\"transition-delay: 300ms;\">\n                        <div class=\"text-5xl lg:text-6xl font-extrabold text-transparent bg-clip-text bg-gradient-to-b from-white to-gray-400 mb-2 group-hover:scale-110 transition-transform duration-300\">97%<\/div>\n                        <div class=\"h-1 w-12 bg-accent mx-auto mb-4 rounded-full\"><\/div> <div class=\"text-sm text-gray-400 uppercase tracking-widest font-bold\">Customer satisfaction<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-24 bg-gray-50\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"text-center mb-16 fade-in-up\">\n                    <h2 class=\"text-4xl font-bold mb-6\">Switching PMS: the task you dread most?<\/h2>\n                    <p class=\"text-lg text-gray-600 max-w-3xl mx-auto\">\n                        It\u2019s probably the most complex IT challenge for a hotel. But rest assured, we are transition experts and support you at every step.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-16\">\n                    <div class=\"bg-white p-6 rounded-xl shadow-sm border border-gray-100 text-center hover:-translate-y-1 transition fade-in-up\">\n                        <div class=\"w-12 h-12 bg-brand\/10 text-brand rounded-full flex items-center justify-center mx-auto mb-4\"><span class=\"material-symbols-rounded\">sync<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2\">Smooth migration<\/h3>\n                        <p class=\"text-sm text-gray-600\">Secure transfer of your guest profiles and existing reservations.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-6 rounded-xl shadow-sm border border-gray-100 text-center hover:-translate-y-1 transition fade-in-up\" style=\"transition-delay: 100ms;\">\n                        <div class=\"w-12 h-12 bg-accent\/10 text-accent rounded-full flex items-center justify-center mx-auto mb-4\"><span class=\"material-symbols-rounded\">rocket_launch<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2\">Fast setup<\/h3>\n                        <p class=\"text-sm text-gray-600\">Go live in just a few days with our dedicated onboarding support.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-6 rounded-xl shadow-sm border border-gray-100 text-center hover:-translate-y-1 transition fade-in-up\" style=\"transition-delay: 200ms;\">\n                        <div class=\"w-12 h-12 bg-green-100 text-green-600 rounded-full flex items-center justify-center mx-auto mb-4\"><span class=\"material-symbols-rounded\">school<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2\">Tailored training<\/h3>\n                        <p class=\"text-sm text-gray-600\">Training sessions adapted to your team for a quick ramp-up.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-6 rounded-xl shadow-sm border border-gray-100 text-center hover:-translate-y-1 transition fade-in-up\" style=\"transition-delay: 300ms;\">\n                        <div class=\"w-12 h-12 bg-purple-100 text-purple-600 rounded-full flex items-center justify-center mx-auto mb-4\"><span class=\"material-symbols-rounded\">verified<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2\">Turnkey solution<\/h3>\n                        <p class=\"text-sm text-gray-600\">We take care of the technical configuration for you.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"bg-gradient-to-r from-brand\/5 to-brand\/10 rounded-3xl p-8 md:p-12 border border-brand\/20 fade-in-up\">\n                    <div class=\"grid md:grid-cols-2 gap-8 items-center\">\n                        <div>\n                            <span class=\"text-brand-dark font-bold text-xs uppercase tracking-widest\">Ongoing support<\/span>\n                            <h3 class=\"text-3xl font-bold mt-2 mb-4\">Comprehensive training portal<\/h3>\n                            <p class=\"text-gray-700 mb-6\">Reservit offers a complete online help center to support users every day.<\/p>\n                            <div class=\"flex flex-col gap-3\">\n                                <div class=\"flex items-center gap-3\"><span class=\"material-symbols-rounded text-brand\">play_circle<\/span> <span class=\"font-semibold\">Video tutorials<\/span><\/div>\n                                <div class=\"flex items-center gap-3\"><span class=\"material-symbols-rounded text-brand\">article<\/span> <span class=\"font-semibold\">Step-by-step guides<\/span><\/div>\n                                <div class=\"flex items-center gap-3\"><span class=\"material-symbols-rounded text-brand\">forum<\/span> <span class=\"font-semibold\">Detailed FAQ<\/span><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex justify-center\">\n                            <div class=\"bg-white p-6 rounded-2xl shadow-lg text-center max-w-xs w-full animate-float-slow\">\n                                <span class=\"material-symbols-rounded text-6xl text-brand mb-4\">menu_book<\/span>\n                                <p class=\"text-gray-600 font-medium mb-4\">Reservit Help Center<\/p>\n                                <a href=\"https:\/\/help.reservit.com\/EN\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"block w-full py-3 bg-brand text-white font-bold rounded-lg hover:bg-brand-dark transition\">Access the portal<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-24 bg-white relative border-t border-gray-100\" id=\"faq\">\n            <div class=\"max-w-4xl mx-auto px-6\">\n                <div class=\"text-center mb-16 fade-in-up\">\n                    <h2 class=\"text-4xl font-bold mb-6\">Frequently Asked <span class=\"gradient-text\">Questions<\/span><\/h2>\n                    <p class=\"text-lg text-gray-600\">Everything you need to know before upgrading your management system.<\/p>\n                <\/div>\n\n                <div class=\"space-y-4 fade-in-up\" style=\"transition-delay: 100ms;\">\n                    \n                    <details class=\"group bg-gray-50 rounded-2xl p-6 [&amp;_summary::-webkit-details-marker]:hidden open:bg-white open:shadow-lg open:ring-1 open:ring-gray-200 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-lg text-gray-800\">Is Reservit PMS compatible with my current Channel Manager?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Absolutely. Reservit PMS includes native 2-way connectivity with over 300 channels (Booking, Expedia, Airbnb...). If you already use an external Channel Manager, for example, for your chain, we can also connect to it ensure perfect inventory and rate synchronization.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-6 [&amp;_summary::-webkit-details-marker]:hidden open:bg-white open:shadow-lg open:ring-1 open:ring-gray-200 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-lg text-gray-800\">Is my data secure in the Cloud?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes, security is our priority. Reservit is <strong>PCI-DSS Level 1<\/strong> certified, the highest security standard for banking transactions. Your data is hosted on secure servers with automatic daily backups. You no longer risk losing data due to a faulty computer at the front desk.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-6 [&amp;_summary::-webkit-details-marker]:hidden open:bg-white open:shadow-lg open:ring-1 open:ring-gray-200 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-lg text-gray-800\">How long does it take to migrate to Reservit PMS?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            The transition is fast and fully supported. On average, a property is operational within a few days. Our team handles data retrieval (upcoming reservations, guest files) and configures the system for you. Dedicated training ensures your staff is autonomous immediately.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-6 [&amp;_summary::-webkit-details-marker]:hidden open:bg-white open:shadow-lg open:ring-1 open:ring-gray-200 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-lg text-gray-800\">Can I manage multiple properties with one login?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Definitely. Our Multi-Property module is designed for hotel groups, chains, and multi-property managers. You can switch between properties without logging out, centralize your statistics, and standardize your pricing policy from a single interface.\n                        <\/div>\n                    <\/details>\n\n                     <details class=\"group bg-gray-50 rounded-2xl p-6 [&amp;_summary::-webkit-details-marker]:hidden open:bg-white open:shadow-lg open:ring-1 open:ring-gray-200 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-lg text-gray-800\">Is technical support included?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes, and it is one of our greatest strengths. Our local support is available by phone and email at no extra cost. We never leave you alone with an operational issue. Additionally, you have 24\/7 access to a comprehensive knowledge base (videos, tutorials).\n                        <\/div>\n                    <\/details>\n\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <script type=\"application\/ld+json\">\n        {\n          \"@context\": \"https:\/\/schema.org\",\n          \"@type\": \"FAQPage\",\n          \"mainEntity\": [{\n            \"@type\": \"Question\",\n            \"name\": \"Is Reservit PMS compatible with my current Channel Manager?\",\n            \"acceptedAnswer\": {\n              \"@type\": \"Answer\",\n              \"text\": \"Absolutely. Reservit PMS includes native 2-way connectivity with over 300 channels. If you already use an external Channel Manager, for example, for your chain, we can also connect to it ensure perfect inventory and rate synchronization.\"\n            }\n          }, {\n            \"@type\": \"Question\",\n            \"name\": \"Is my data secure in the Cloud?\",\n            \"acceptedAnswer\": {\n              \"@type\": \"Answer\",\n              \"text\": \"Yes, Reservit is PCI-DSS Level 1 certified. Your data is hosted on secure servers with automatic daily backups.\"\n            }\n          }, {\n            \"@type\": \"Question\",\n            \"name\": \"How long does it take to migrate to Reservit PMS?\",\n            \"acceptedAnswer\": {\n              \"@type\": \"Answer\",\n              \"text\": \"On average, a property is operational within a few days. Our team handles data retrieval and system configuration.\"\n            }\n          }, {\n            \"@type\": \"Question\",\n            \"name\": \"Can I manage multiple properties with one login?\",\n            \"acceptedAnswer\": {\n              \"@type\": \"Answer\",\n              \"text\": \"Yes, the Multi-Property module allows you to manage multiple properties, centralize statistics, and standardize rates from a single interface.\"\n            }\n          }, {\n            \"@type\": \"Question\",\n            \"name\": \"Is technical support included?\",\n            \"acceptedAnswer\": {\n              \"@type\": \"Answer\",\n              \"text\": \"Yes, our local support is available by phone and email at no extra cost.\"\n            }\n          }]\n        }\n        <\/script>\n        <section class=\"py-28 bg-dark-surface text-white text-center relative overflow-hidden\">\n            <div class=\"absolute inset-0 opacity-20\" style=\"background-image: radial-gradient(#23bfd1 1px, transparent 1px); background-size: 30px 30px;\"><\/div>\n            \n            <div class=\"max-w-4xl mx-auto px-6 relative z-10 fade-in-up\">\n                <h2 class=\"text-white text-5xl md:text-6xl font-extrabold mb-8 tracking-tight leading-tight\">\n                    Join more than <br>\n                    <span class=\"text-white\">10,000 properties<\/span>\n                <\/h2>\n                \n                <div class=\"flex flex-col sm:flex-row justify-center gap-6\">\n                    <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" class=\"bg-brand hover:bg-brand-dark text-white font-bold text-xl px-12 py-5 rounded-full shadow-2xl hover:shadow-brand\/50 transition transform hover:-translate-y-1 border-2 border-transparent\" target=\"_blank\" rel=\"noopener noreferrer\">\n                        Request a demo\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <script>\n        \/\/ Tab Logic\n        function openTab(evt, tabName) {\n            var i, tabcontent, tablinks;\n            tabcontent = document.getElementsByClassName(\"tab-content\");\n            for (i = 0; i < tabcontent.length; i++) {\n                tabcontent[i].style.display = \"none\";\n                tabcontent[i].classList.remove(\"active\");\n            }\n            tablinks = document.getElementsByClassName(\"tab-btn\");\n            for (i = 0; i < tablinks.length; i++) {\n                tablinks[i].className = tablinks[i].className.replace(\" active\", \"\").replace(\"bg-white\", \"\").replace(\"text-gray-600\", \"\");\n                tablinks[i].classList.add(\"text-gray-600\", \"bg-white\");\n            }\n            document.getElementById(tabName).style.display = \"block\";\n            document.getElementById(tabName).classList.add(\"active\");\n            evt.currentTarget.className += \" active\";\n            evt.currentTarget.classList.remove(\"text-gray-600\", \"bg-white\");\n        }\n\n        \/\/ Intersection Observer for Fade In animations\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                }\n            });\n        });\n        document.querySelectorAll('.fade-in-up').forEach((el) => observer.observe(el));\n    <\/script>\n\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Reservit PMS Hotel | 100% Cloud-Based Property Management System Hotel management system Properties aiming for excellence choose Reservit PMS. Designed to streamline every operation in an accommodation business, from reservation to invoicing. Request a demo They trust us Why choose Reservit PMS Features designed to simplify your daily operations. psychology Intuitive The PMS is easy [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":11241,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3503","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Reservit PMS Hotel | 100% Cloud-Based Management System<\/title>\n<meta name=\"description\" content=\"100% cloud-based hotel PMS to manage reservations, self check-in, PCI-DSS secure payments, invoicing and teams. Expert migration support and free demo.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reservit PMS Hotel | 100% Cloud-Based Management System\" \/>\n<meta property=\"og:description\" content=\"100% cloud-based hotel PMS to manage reservations, self check-in, PCI-DSS secure payments, invoicing and teams. Expert migration support and free demo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\" \/>\n<meta property=\"og:site_name\" content=\"Reservit Canada\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-24T15:57:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\",\"url\":\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\",\"name\":\"Reservit PMS Hotel | 100% Cloud-Based Management System\",\"isPartOf\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\",\"datePublished\":\"2021-01-14T15:35:35+00:00\",\"dateModified\":\"2025-11-24T15:57:54+00:00\",\"description\":\"100% cloud-based hotel PMS to manage reservations, self check-in, PCI-DSS secure payments, invoicing and teams. Expert migration support and free demo.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#primaryimage\",\"url\":\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\",\"contentUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.reservit.ca\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Operations | Reservit PMS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#website\",\"url\":\"https:\/\/www.reservit.ca\/en\/\",\"name\":\"Reservit Canada\",\"description\":\"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada\",\"publisher\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.reservit.ca\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#organization\",\"name\":\"Reservit Canada\",\"url\":\"https:\/\/www.reservit.ca\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"contentUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"width\":512,\"height\":512,\"caption\":\"Reservit Canada\"},\"image\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reservit PMS Hotel | 100% Cloud-Based Management System","description":"100% cloud-based hotel PMS to manage reservations, self check-in, PCI-DSS secure payments, invoicing and teams. Expert migration support and free demo.","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:\/\/www.reservit.ca\/en\/operation-reservit-pms\/","og_locale":"en_US","og_type":"article","og_title":"Reservit PMS Hotel | 100% Cloud-Based Management System","og_description":"100% cloud-based hotel PMS to manage reservations, self check-in, PCI-DSS secure payments, invoicing and teams. Expert migration support and free demo.","og_url":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/","og_site_name":"Reservit Canada","article_publisher":"https:\/\/www.facebook.com\/moteur.reservation.reservit\/","article_modified_time":"2025-11-24T15:57:54+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/","url":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/","name":"Reservit PMS Hotel | 100% Cloud-Based Management System","isPartOf":{"@id":"https:\/\/www.reservit.ca\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#primaryimage"},"image":{"@id":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg","datePublished":"2021-01-14T15:35:35+00:00","dateModified":"2025-11-24T15:57:54+00:00","description":"100% cloud-based hotel PMS to manage reservations, self check-in, PCI-DSS secure payments, invoicing and teams. Expert migration support and free demo.","breadcrumb":{"@id":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#primaryimage","url":"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg","contentUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/Gestion-reservations.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.reservit.ca\/en\/operation-reservit-pms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.reservit.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Operations | Reservit PMS"}]},{"@type":"WebSite","@id":"https:\/\/www.reservit.ca\/en\/#website","url":"https:\/\/www.reservit.ca\/en\/","name":"Reservit Canada","description":"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada","publisher":{"@id":"https:\/\/www.reservit.ca\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.reservit.ca\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/www.reservit.ca\/en\/#organization","name":"Reservit Canada","url":"https:\/\/www.reservit.ca\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg","contentUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg","width":512,"height":512,"caption":"Reservit Canada"},"image":{"@id":"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/moteur.reservation.reservit\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages\/3503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/comments?post=3503"}],"version-history":[{"count":0,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages\/3503\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/media\/11241"}],"wp:attachment":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/media?parent=3503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}