{"id":5919,"date":"2025-03-19T00:34:40","date_gmt":"2025-03-19T00:34:40","guid":{"rendered":"https:\/\/vibromera.eu\/pricing-4\/"},"modified":"2026-06-08T03:56:25","modified_gmt":"2026-06-08T03:56:25","slug":"pricing-all","status":"publish","type":"page","link":"https:\/\/vibromera.eu\/te\/pricing-all\/","title":{"rendered":""},"content":{"rendered":"<div id=\"pl-5919\"  class=\"panel-layout\" ><div id=\"pg-5919-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-5919-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-5919-0-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" ><div class=\"textwidget custom-html-widget\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Pricing Plans<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            min-height: 100vh;\n            padding: 40px 20px;\n        }\n\n        .pricing-container {\n            max-width: 1600px;\n            margin: 0 auto;\n        }\n\n        .pricing-header {\n            text-align: center;\n            margin-bottom: 60px;\n            animation: fadeInDown 0.8s ease-out;\n        }\n\n        .pricing-header h1 {\n            font-size: 3em;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n\n        .pricing-header p {\n            font-size: 1.3em;\n            color: #5a6c7d;\n        }\n\n        .period-toggle {\n            display: flex;\n            justify-content: center;\n            margin-bottom: 40px;\n            gap: 20px;\n        }\n\n        .period-btn {\n            padding: 12px 30px;\n            background: #f8f9fa;\n            border: 2px solid #dee2e6;\n            color: #495057;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-size: 1.1em;\n            font-weight: 600;\n        }\n\n        .period-btn.active {\n            background: #2a5298;\n            color: white;\n            border-color: #2a5298;\n        }\n\n        .period-btn:hover {\n            background: #e9ecef;\n        }\n\n        .period-btn.active:hover {\n            background: #1e3c72;\n            border-color: #1e3c72;\n        }\n\n        .save-badge {\n            background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\n            color: white;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 0.85em;\n            margin-left: 10px;\n            animation: pulse 2s infinite;\n            box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);\n        }\n\n        .pricing-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-bottom: 40px;\n        }\n\n        .pricing-card {\n            background: white;\n            border-radius: 20px;\n            padding: 35px 25px;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            border: 1px solid #e9ecef;\n            animation: fadeInUp 0.8s ease-out;\n            animation-fill-mode: both;\n        }\n\n        .pricing-card:nth-child(1) {\n            animation-delay: 0.1s;\n        }\n\n        .pricing-card:nth-child(2) {\n            animation-delay: 0.15s;\n        }\n\n        .pricing-card:nth-child(3) {\n            animation-delay: 0.2s;\n        }\n\n        .pricing-card:nth-child(4) {\n            animation-delay: 0.25s;\n        }\n\n        .pricing-card:nth-child(5) {\n            animation-delay: 0.3s;\n        }\n\n        .pricing-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 5px;\n            background: linear-gradient(90deg, var(--card-color) 0%, var(--card-color-light) 100%);\n        }\n\n        .pricing-card.basic {\n            --card-color: #6c757d;\n            --card-color-light: #868e96;\n        }\n\n        .pricing-card.support {\n            --card-color: #17a2b8;\n            --card-color-light: #3bc9db;\n        }\n\n        .pricing-card.catalog {\n            --card-color: #f39c12;\n            --card-color-light: #f1c40f;\n            transform: scale(1.05);\n            box-shadow: 0 10px 40px rgba(243, 156, 18, 0.15);\n            z-index: 2;\n            border-color: #f39c12;\n        }\n\n        .pricing-card.premium {\n            --card-color: #9b59b6;\n            --card-color-light: #a569bd;\n        }\n\n        .pricing-card.premium-plus {\n            --card-color: #e74c3c;\n            --card-color-light: #c0392b;\n        }\n\n        .pricing-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);\n            border-color: transparent;\n        }\n\n        .pricing-card.catalog:hover {\n            transform: translateY(-10px) scale(1.05);\n            box-shadow: 0 20px 50px rgba(243, 156, 18, 0.2);\n        }\n\n        .popular-badge {\n            position: absolute;\n            top: -10px;\n            right: 20px;\n            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);\n            color: white;\n            padding: 8px 20px;\n            border-radius: 25px;\n            font-size: 0.85em;\n            font-weight: 600;\n            box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);\n            animation: bounce 2s infinite;\n        }\n\n        .card-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--card-color) 0%, var(--card-color-light) 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 15px;\n            font-size: 26px;\n            color: white;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .card-title {\n            font-size: 1.5em;\n            color: #2c3e50;\n            text-align: center;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .card-price {\n            font-size: 2.8em;\n            background: linear-gradient(135deg, var(--card-color) 0%, var(--card-color-light) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            text-align: center;\n            margin-bottom: 5px;\n            font-weight: 800;\n            line-height: 1;\n        }\n\n        .card-price.yearly {\n            display: none;\n        }\n\n        .card-price .old-price {\n            font-size: 0.5em;\n            text-decoration: line-through;\n            opacity: 0.6;\n            -webkit-text-fill-color: #95a5a6;\n            margin-right: 10px;\n        }\n\n        .card-price span {\n            font-size: 0.35em;\n            -webkit-text-fill-color: #7f8c8d;\n        }\n\n        .card-description {\n            text-align: center;\n            color: #7f8c8d;\n            margin-bottom: 20px;\n            font-size: 0.9em;\n            line-height: 1.5;\n            min-height: 40px;\n        }\n\n        .divider {\n            width: 50px;\n            height: 2px;\n            background: linear-gradient(90deg, transparent, var(--card-color), transparent);\n            margin: 20px auto;\n            border-radius: 2px;\n        }\n\n        .features-list {\n            list-style: none;\n            margin-bottom: 25px;\n        }\n\n        .features-list li {\n            padding: 10px 0;\n            padding-left: 30px;\n            position: relative;\n            color: #34495e;\n            line-height: 1.5;\n            font-size: 0.9em;\n        }\n\n        .features-list li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: var(--card-color);\n            font-weight: bold;\n            font-size: 1.2em;\n            top: 8px;\n        }\n\n        .features-list li.included {\n            color: #95a5a6;\n            font-size: 0.85em;\n        }\n\n        .features-list li.highlight {\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .btn-purchase {\n            display: block;\n            width: 100%;\n            padding: 15px 30px;\n            background: linear-gradient(135deg, var(--card-color) 0%, var(--card-color-light) 100%);\n            color: white;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 700;\n            text-align: center;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            font-size: 1.05em;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .btn-purchase::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 0;\n            height: 0;\n            background: rgba(255, 255, 255, 0.3);\n            border-radius: 50%;\n            transform: translate(-50%, -50%);\n            transition: width 0.6s, height 0.6s;\n        }\n\n        .btn-purchase:hover::before {\n            width: 350px;\n            height: 350px;\n        }\n\n        .btn-purchase:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n        }\n\n        .includes-text {\n            text-align: center;\n            font-size: 0.8em;\n            color: #95a5a6;\n            margin-bottom: 10px;\n            font-style: italic;\n        }\n\n        @keyframes fadeInDown {\n            from {\n                opacity: 0;\n                transform: translateY(-30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes bounce {\n            0%, 100% {\n                transform: translateY(0);\n            }\n            50% {\n                transform: translateY(-10px);\n            }\n        }\n\n        @keyframes pulse {\n            0% {\n                transform: scale(1);\n            }\n            50% {\n                transform: scale(1.05);\n            }\n            100% {\n                transform: scale(1);\n            }\n        }\n\n        @media (max-width: 1400px) {\n            .pricing-cards {\n                grid-template-columns: repeat(3, 1fr);\n            }\n            \n            .pricing-card:nth-child(4),\n            .pricing-card:nth-child(5) {\n                grid-column: span 1.5;\n            }\n        }\n\n        @media (max-width: 1024px) {\n            .pricing-cards {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .pricing-card:nth-child(4),\n            .pricing-card:nth-child(5) {\n                grid-column: span 1;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .pricing-cards {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .pricing-card.catalog {\n                transform: scale(1);\n            }\n\n            .pricing-header h1 {\n                font-size: 2em;\n            }\n\n            .card-price {\n                font-size: 2.2em;\n            }\n\n            .card-title {\n                font-size: 1.3em;\n            }\n\n            .period-toggle {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n\n        .pricing-card:hover .card-icon {\n            animation: rotate 0.8s ease-in-out;\n        }\n\n        @keyframes rotate {\n            0% {\n                transform: rotate(0deg) scale(1);\n            }\n            50% {\n                transform: rotate(180deg) scale(1.1);\n            }\n            100% {\n                transform: rotate(360deg) scale(1);\n            }\n        }\n\n        .google-ads-badge {\n            position: absolute;\n            top: 50%;\n            right: -60px;\n            transform: translateY(-50%) rotate(45deg);\n            background: linear-gradient(135deg, #4285f4 0%, #ea4335 50%, #fbbc04 75%, #34a853 100%);\n            color: white;\n            padding: 5px 60px;\n            font-size: 0.7em;\n            font-weight: 700;\n            box-shadow: 0 3px 8px rgba(0,0,0,0.2);\n        }\n\n        \/* Technical Support Section *\/\n        .support-section {\n            max-width: 1200px;\n            margin: 80px auto 40px;\n            background: white;\n            border-radius: 20px;\n            padding: 50px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        }\n\n        .support-section h2 {\n            font-size: 2.5em;\n            color: #2c3e50;\n            margin-bottom: 20px;\n        }\n\n        .support-section h3 {\n            font-size: 1.8em;\n            color: #2c3e50;\n            margin-top: 40px;\n            margin-bottom: 15px;\n        }\n\n        .support-section p {\n            font-size: 1.1em;\n            line-height: 1.8;\n            color: #5a6c7d;\n            margin-bottom: 20px;\n        }\n\n        .support-section strong {\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .support-section a {\n            color: #17a2b8;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        .support-section a:hover {\n            color: #138496;\n            text-decoration: underline;\n        }\n\n        .support-section hr {\n            border: none;\n            height: 2px;\n            background: linear-gradient(90deg, transparent, #e9ecef, transparent);\n            margin: 40px 0;\n        }\n\n        .gallery {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .gallery img {\n            width: 100%;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .gallery img:hover {\n            transform: scale(1.05);\n        }\n\n        @media (max-width: 768px) {\n            .support-section {\n                padding: 30px 20px;\n            }\n\n            .support-section h2 {\n                font-size: 1.8em;\n            }\n\n            .support-section h3 {\n                font-size: 1.4em;\n            }\n\n            .gallery {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"pricing-container\">\n        <div class=\"pricing-header\">\n            <h1>Choose Your Plan<\/h1>\n            <p>Each tier includes all features from previous levels<\/p>\n        <\/div>\n\n        <div class=\"period-toggle\">\n            <button class=\"period-btn active\" onclick=\"togglePeriod('monthly')\">\n                Monthly\n            <\/button>\n            <button class=\"period-btn\" onclick=\"togglePeriod('yearly')\">\n                Yearly\n                <span class=\"save-badge\">-40%<\/span>\n            <\/button>\n        <\/div>\n\n        <div class=\"pricing-cards\">\n            <div class=\"pricing-card basic\">\n                <div class=\"card-icon\">\ud83d\udc64<\/div>\n                <h2 class=\"card-title\">Basic<\/h2>\n                <div class=\"card-price monthly\">1\u20ac<span> \/ month<\/span><\/div>\n                <div class=\"card-price yearly\">7\u20ac<span> \/ year<\/span><\/div>\n                <p class=\"card-description\">This is your registration on the site &mdash; create your vibromera.eu account<\/p>\n                <div class=\"divider\"><\/div>\n                <ul class=\"features-list\">\n                    <li class=\"highlight\">Account registration on the website (this is your site sign-up)<\/li>\n                    <li class=\"highlight\">Access to referral program<\/li>\n                    <li class=\"highlight\">50\u20ac discount on Balanset-1A<\/li>\n                    <li>Forum access<\/li>\n                    <li>Create topics and comments<\/li>\n                <\/ul>\n                <a href=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6612&single_plan=yes\" class=\"btn-purchase\" data-monthly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6612&single_plan=yes\" data-yearly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6624&single_plan=yes\">\n                    Get Started\n                <\/a>\n            <\/div>\n\n            <div class=\"pricing-card support\">\n                <div class=\"card-icon\">\ud83d\udcac<\/div>\n                <h2 class=\"card-title\">Tech Support<\/h2>\n                <div class=\"card-price monthly\">29\u20ac<span> \/ month<\/span><\/div>\n                <div class=\"card-price yearly\"><span class=\"old-price\">348\u20ac<\/span>209\u20ac<span> \/ year<\/span><\/div>\n                <p class=\"card-description\">Personal support and consultations<\/p>\n                <div class=\"divider\"><\/div>\n                <p class=\"includes-text\">Includes everything from Basic plus:<\/p>\n                <ul class=\"features-list\">\n                    <li class=\"included\">\u2713 All Basic plan features<\/li>\n                    <li class=\"highlight\">Personal technical support<\/li>\n                    <li class=\"highlight\">Direct WhatsApp contact<\/li>\n                    <li class=\"highlight\">Priority responses to questions<\/li>\n                    <li class=\"highlight\">Access to software updates<\/li>\n                <\/ul>\n                <a href=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6613&single_plan=yes\" class=\"btn-purchase\" data-monthly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6613&single_plan=yes\" data-yearly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6625&single_plan=yes\">\n                    Choose Plan\n                <\/a>\n            <\/div>\n\n            <div class=\"pricing-card catalog\">\n                <div class=\"popular-badge\">POPULAR<\/div>\n                <div class=\"card-icon\">\ud83c\udfe2<\/div>\n                <h2 class=\"card-title\">Business Directory<\/h2>\n                <div class=\"card-price monthly\">49\u20ac<span> \/ month<\/span><\/div>\n                <div class=\"card-price yearly\"><span class=\"old-price\">588\u20ac<\/span>353\u20ac<span> \/ year<\/span><\/div>\n                <p class=\"card-description\">Promote your business<\/p>\n                <div class=\"divider\"><\/div>\n                <p class=\"includes-text\">Includes everything from Tech Support plus:<\/p>\n                <ul class=\"features-list\">\n                    <li class=\"included\">\u2713 All previous features<\/li>\n                    <li class=\"highlight\">Company directory listing<\/li>\n                    <li class=\"highlight\">Company profile from your website info<\/li>\n                    <li class=\"highlight\">DoFollow link to your website<\/li>\n                    <li class=\"highlight\">SEO-optimized profile<\/li>\n                <\/ul>\n                <a href=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6614&single_plan=yes\" class=\"btn-purchase\" data-monthly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6614&single_plan=yes\" data-yearly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6626&single_plan=yes\">\n                    Choose Plan\n                <\/a>\n            <\/div>\n\n            <div class=\"pricing-card premium\">\n                <div class=\"card-icon\">\ud83d\ude80<\/div>\n                <h2 class=\"card-title\">Premium<\/h2>\n                <div class=\"card-price monthly\">99\u20ac<span> \/ month<\/span><\/div>\n                <div class=\"card-price yearly\"><span class=\"old-price\">1188\u20ac<\/span>713\u20ac<span> \/ year<\/span><\/div>\n                <p class=\"card-description\">Maximum promotional capabilities<\/p>\n                <div class=\"divider\"><\/div>\n                <p class=\"includes-text\">Includes all previous features plus:<\/p>\n                <ul class=\"features-list\">\n                    <li class=\"included\">\u2713 Everything from Business Directory<\/li>\n                    <li class=\"highlight\">5 additional posts<\/li>\n                    <li class=\"highlight\">DoFollow links in each post<\/li>\n                    <li class=\"highlight\">Priority indexing<\/li>\n                <\/ul>\n                <a href=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6615&single_plan=yes\" class=\"btn-purchase\" data-monthly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6615&single_plan=yes\" data-yearly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6627&single_plan=yes\">\n                    Choose Plan\n                <\/a>\n            <\/div>\n\n            <div class=\"pricing-card premium-plus\">\n                <div class=\"google-ads-badge\">Google Ads<\/div>\n                <div class=\"card-icon\">\ud83d\udc8e<\/div>\n                <h2 class=\"card-title\">Premium+<\/h2>\n                <div class=\"card-price monthly\">199\u20ac<span> \/ month<\/span><\/div>\n                <div class=\"card-price yearly\"><span class=\"old-price\">2388\u20ac<\/span>1433\u20ac<span> \/ year<\/span><\/div>\n                <p class=\"card-description\">Premium + advertising campaign<\/p>\n                <div class=\"divider\"><\/div>\n                <p class=\"includes-text\">Includes everything from Premium plus:<\/p>\n                <ul class=\"features-list\">\n                    <li class=\"included\">\u2713 All Premium plan features<\/li>\n                    <li class=\"highlight\" style=\"font-size: 1em; color: #e74c3c;\">200% of the budget (\u20ac398) for Google Ads goes to your business card and your posts<\/li>\n                    <li class=\"highlight\">Targeted profile advertising<\/li>\n                    <li class=\"highlight\">Ad campaign setup<\/li>\n                    <li class=\"highlight\">Monthly advertising reports<\/li>\n                <\/ul>\n                <a href=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6616&single_plan=yes\" class=\"btn-purchase\" data-monthly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6616&single_plan=yes\" data-yearly=\"https:\/\/vibromera.eu\/register-pro\/?subscription_plan=6628&single_plan=yes\">\n                    Choose Plan\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Technical Support Section -->\n        <div class=\"support-section\">\n            <h2>Technical Support<\/h2>\n\n            <p>We offer two levels of technical support for our customers.<\/p>\n\n            <p>Our standard technical support is available to all users \u2014 you can send your questions, photos, and vibration data to our email or post them on our support forum. Our specialists will review your request and provide detailed guidance and recommendations.<\/p>\n\n            <p>In addition, we offer extended technical support, which provides direct communication with our engineers, real-time assistance via WhatsApp, help with balancing procedures, data analysis, and personalized consultation for your specific machines.<\/p>\n\n            <p>More details about the extended support are provided below.<\/p>\n\n            <hr>\n\n            <h3>Extended Technical Support<\/h3>\n\n            <p>The Extended Technical Support from Vibromera provides professional assistance for users of Balanset-1A and Balanset-1A OEM devices at every stage of operation. It is designed to ensure confident use of the equipment and to help customers achieve maximum efficiency in real industrial applications.<\/p>\n\n            <p><strong>The support includes:<\/strong><\/p>\n\n            <p><strong>Individual consultations with Vibromera engineers.<\/strong> Our specialists assist with device setup, sensor and software configuration, explain measurement procedures, and guide users through the one- and two-plane balancing process.<\/p>\n\n            <p><strong>Practical real-time assistance.<\/strong> Users can send photos or videos of their work via WhatsApp, and an engineer will promptly give recommendations, point out possible mistakes, suggest corrections, and help complete the balancing procedure successfully.<\/p>\n\n            <p><strong>Data analysis and diagnostics.<\/strong> When needed, our experts help interpret vibration data, analyze vibration spectra, and identify causes of imbalance, misalignment, or mechanical defects.<\/p>\n\n            <p><strong>Support for complex cases.<\/strong> If vibration is unstable or the rotor has specific design characteristics (such as soft supports, resonance areas, or nonlinear behavior), Vibromera engineers will help select the appropriate measurement and balancing mode.<\/p>\n\n            <p><strong>Software updates and configuration assistance.<\/strong> Users receive help with installing, updating, and using the Balanset software, drivers, and data archives.<\/p>\n\n            <p><strong>Training and operator guidance.<\/strong> Within the subscription, users receive step-by-step training: how to operate the device, understand vibration diagnostics, avoid common mistakes, and apply practical examples from real balancing tasks.<\/p>\n\n            <p>The Extended Technical Support gives you direct access to experienced Vibromera engineers, ensuring quick and accurate solutions for any questions related to vibration diagnostics and rotor balancing.<\/p>\n\n            <p><strong>You can subscribe here:<\/strong><br>\n            \ud83d\udc49 <a href=\"https:\/\/vibromera.eu\/pricing-all\/\">https:\/\/vibromera.eu\/pricing-all\/<\/a><\/p>\n\n            <hr>\n\n            <h3>Extended Support in Action<\/h3>\n\n            <p>See how our engineers provide real-time assistance via WhatsApp:<\/p>\n\n            <div class=\"gallery\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-195709.webp\" alt=\"Technical support example 1\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-195829.webp\" alt=\"Technical support example 2\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-195844.webp\" alt=\"Technical support example 3\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-195856.webp\" alt=\"Technical support example 4\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-195952.webp\" alt=\"Technical support example 5\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-200547.webp\" alt=\"Technical support example 6\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-200621.webp\" alt=\"Technical support example 7\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-200737.webp\" alt=\"Technical support example 8\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-200936.webp\" alt=\"Technical support example 9\">\n                <img decoding=\"async\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-30-201033.webp\" alt=\"Technical support example 10\">\n            <\/div>\n\n            <hr>\n\n            <h3>Contact Information<\/h3>\n\n            <p><strong>Standard Technical Support:<\/strong><br>\n            Email: <a href=\"mailto:info@vibromera.eu\">info@vibromera.eu<\/a><br>\n            Forum: <a href=\"https:\/\/vibromera.eu\/community\/\">https:\/\/vibromera.eu\/community\/<\/a><\/p>\n\n            <p><strong>Extended Technical Support:<\/strong><br>\n            <a href=\"https:\/\/vibromera.eu\/pricing-all\/\">https:\/\/vibromera.eu\/pricing-all\/<\/a><\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        function togglePeriod(period) {\n            const monthlyPrices = document.querySelectorAll('.card-price.monthly');\n            const yearlyPrices = document.querySelectorAll('.card-price.yearly');\n            const periodBtns = document.querySelectorAll('.period-btn');\n            const purchaseBtns = document.querySelectorAll('.btn-purchase');\n            \n            periodBtns.forEach(btn => btn.classList.remove('active'));\n            \n            if (period === 'monthly') {\n                monthlyPrices.forEach(price => price.style.display = 'block');\n                yearlyPrices.forEach(price => price.style.display = 'none');\n                periodBtns[0].classList.add('active');\n                \n                purchaseBtns.forEach(btn => {\n                    btn.href = btn.getAttribute('data-monthly');\n                });\n            } else {\n                monthlyPrices.forEach(price => price.style.display = 'none');\n                yearlyPrices.forEach(price => price.style.display = 'block');\n                periodBtns[1].classList.add('active');\n                \n                purchaseBtns.forEach(btn => {\n                    btn.href = btn.getAttribute('data-yearly');\n                });\n            }\n        }\n\n        document.addEventListener('DOMContentLoaded', function() {\n            const cards = document.querySelectorAll('.pricing-card');\n            \n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            cards.forEach(card => {\n                observer.observe(card);\n            });\n\n            cards.forEach(card => {\n                card.addEventListener('mouseenter', function() {\n                    const highlights = this.querySelectorAll('.features-list li.highlight');\n                    highlights.forEach((item, index) => {\n                        setTimeout(() => {\n                            item.style.transform = 'translateX(5px)';\n                            item.style.transition = 'transform 0.3s ease';\n                        }, index * 50);\n                    });\n                });\n                \n                card.addEventListener('mouseleave', function() {\n                    const highlights = this.querySelectorAll('.features-list li.highlight');\n                    highlights.forEach(item => {\n                        item.style.transform = 'translateX(0)';\n                    });\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Pricing Plans Choose Your Plan Each tier includes all features from previous levels Monthly Yearly -40% \ud83d\udc64 Basic 1\u20ac \/ month 7\u20ac \/ year This is your registration on the site &mdash; create your vibromera.eu account Account registration on the website (this is your site sign-up) Access to referral program [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ai_generated_summary":"","footnotes":""},"class_list":["post-5919","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/pages\/5919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/comments?post=5919"}],"version-history":[{"count":9,"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/pages\/5919\/revisions"}],"predecessor-version":[{"id":101726,"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/pages\/5919\/revisions\/101726"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/te\/wp-json\/wp\/v2\/media?parent=5919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}