{"id":938,"date":"2025-08-27T23:59:01","date_gmt":"2025-08-27T23:59:01","guid":{"rendered":"https:\/\/fitconsent.com\/?page_id=938"},"modified":"2025-10-25T15:06:58","modified_gmt":"2025-10-25T15:06:58","slug":"prezzi","status":"publish","type":"page","link":"https:\/\/fitconsent.com\/it_it\/prezzi\/","title":{"rendered":"Prezzi"},"content":{"rendered":"<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Pricing Toggle Switch<\/title>\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=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #f8fafc; \/* bg-slate-50 *\/\n            \/* Subtle background pattern for an artistic touch *\/\n            background-image: radial-gradient(#e2e8f0 0.5px, transparent 0.5px);\n            background-size: 16px 16px;\n        }\n\n        \/* The core toggle switch styling *\/\n        .switch {\n            position: relative;\n            display: inline-block;\n            width: 60px;\n            height: 34px;\n        }\n\n        \/* Hide the default HTML checkbox *\/\n        .switch input {\n            opacity: 0;\n            width: 0;\n            height: 0;\n        }\n\n        \/* The slider\/track of the toggle *\/\n        .slider {\n            position: absolute;\n            cursor: pointer;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-color: #e5e7eb; \/* gray-200 *\/\n            transition: .4s;\n            border-radius: 34px;\n        }\n\n        \/* The thumb\/circle of the toggle switch *\/\n        .slider:before {\n            position: absolute;\n            content: \"\";\n            height: 26px;\n            width: 26px;\n            left: 4px;\n            bottom: 4px;\n            background-color: white;\n            transition: .4s;\n            border-radius: 50%;\n        }\n\n        \/* Change background color when the switch is checked (on) *\/\n        input:checked + .slider {\n            background-color: #2563eb; \/* blue-600 *\/\n        }\n\n        \/* Move the thumb to the right when the switch is checked *\/\n        input:checked + .slider:before {\n            transform: translateX(26px);\n        }\n        \n        \/* --- NEW: Key improvements for card layout and button alignment --- *\/\n\n        \/* Ensure all cards in the grid stretch to the same height *\/\n        .pricing-card {\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* Make the inner WooCommerce container also a flex column that fills the card *\/\n        .wp-block-woocommerce-single-product {\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n\n        \/* Key improvement for equal height cards in WooCommerce blocks *\/\n        .wp-block-woocommerce-single-product {\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        .wp-block-woocommerce-single-product .wp-block-columns {\n            flex-grow: 1;\n        }\n\n        \/* Style WooCommerce buttons to match the custom button for a consistent look *\/\n        .wp-block-woocommerce-single-product .wp-block-button__link {\n            width: 100%;\n            text-align: center;\n            background-color: #1f2937; \/* bg-gray-800 *\/\n            color: white !important; \/* Override theme link colors *\/\n            font-weight: 600; \/* font-semibold *\/\n            padding-top: 0.75rem; \/* py-3 *\/\n            padding-bottom: 0.75rem;\n            border-radius: 0.5rem; \/* rounded-lg *\/\n            transition: background-color 0.3s;\n            border: none !important; \/* Remove default borders *\/\n        }\n        .wp-block-woocommerce-single-product .wp-block-button__link:hover {\n            background-color: #111827; \/* bg-gray-900 *\/\n        }\n\n        \/* Consistent feature list styling *\/\n        .feature-list {\n            list-style: none;\n            padding: 0;\n        }\n        .feature-list li, .woocommerce-product-details__short-description p {\n            display: flex;\n            align-items: center;\n            margin-bottom: 1rem !important; \/* Use !important to override WP inline styles *\/\n            font-size: 0.875rem;\n            color: #4b5563; \/* gray-600 *\/\n        }\n        .feature-list li::before, .woocommerce-product-details__short-description p::before {\n            \/* Modern SVG checkmark icon *\/\n            content: '';\n            flex-shrink: 0;\n            display: inline-block;\n            width: 1.25rem; \/* w-5 *\/\n            height: 1.25rem; \/* h-5 *\/\n            margin-right: 0.75rem; \/* mr-3 *\/\n            background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 20 20' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd' \/%3e%3c\/svg%3e\");\n            background-size: contain;\n            background-repeat: no-repeat;\n        }\n\n    .feature-comparison-container {\n        max-width: 1200px;\n        margin: 2rem auto;\n        padding: 0 1rem;\nbackground-color: #ffffff;\n    }\n    \n    .feature-comparison-table {\n        width: 100%;\n        border-collapse: collapse;\n        border: 1px solid #e5e7eb;\n        border-radius: 0.75rem;\n        overflow: hidden;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);\n    }\n    \n    .feature-comparison-table th,\n    .feature-comparison-table td {\n        padding: 1rem 1.25rem;\n        text-align: left;\n        border-bottom: 1px solid #e5e7eb;\n    }\n    \n    .feature-comparison-table thead th {\n        background-color: #f9fafb;\n        font-size: 1rem;\n        font-weight: 600;\n        text-align: center;\n        border-left: 1px solid #e5e7eb;\n    }\n\n    .feature-comparison-table thead th:first-child {\n        text-align: left;\n        border-left: none;\n    }\n    \n    .feature-comparison-table tbody td {\n        font-size: 0.875rem;\n        color: #374151;\n        text-align: center;\n        border-left: 1px solid #e5e7eb;\n    }\n\n    .feature-comparison-table tbody td:first-child {\n        text-align: left;\n        font-weight: 500;\n        color: #111827;\n        border-left: none;\n    }\n\n    .category-row td {\n        background-color: #f9fafb;\n        font-size: 18;\n        font-weight: 700;\n        color: #000;\n        padding-top: 1.5rem;\n        padding-bottom: 0.5rem;\n        border-left: none;\n    }\n  \n    .check-icon {\n        color: #22c55e; \/* Green-500 *\/\n        font-weight: bold;\n        font-size: 1.25rem;\n    }\n    \n    .cross-icon {\n        color: #9ca3af; \/* Gray-400 *\/\n        font-weight: bold;\n        font-size: 1.25rem;\n    }\n\n    .text-value {\n        font-size: 0.75rem;\n        font-weight: 500;\n        color: #4b5563;\n    }\n\n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n        .feature-comparison-container {\n            overflow-x: auto;\n        }\n        .feature-comparison-table {\n            min-width: 800px; \/* Ensure table is wide enough to scroll *\/\n        }\n    }\n    <\/style>\n<\/head>\n<body class=\"font-sans antialiased text-gray-800\">\n<!-- Main Container -->\n\n<div class=\"w-full max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8\">\n<div class=\"text-center mb-12\">\n<h1 class=\"text-4xl sm:text-5xl font-extrabold text-gray-900 leading-tight\">\nPrezzi semplici e trasparenti\n<\/h1>\n<p class=\"mt-4 text-xl text-gray-600 max-w-2xl mx-auto\">\nNessun costo nascosto. Nessuna sorpresa. Semplicemente un ottimo servizio a un prezzo equo.\n<\/p>\n<\/div>\n\n<!-- Toggle Switch Container -->\n<div class=\"flex flex-col items-center space-y-4 mb-12\">\n    <div class=\"flex items-center space-x-4 p-2 bg-white rounded-full shadow-lg border border-gray-200\">\n        <span id=\"monthly-text\" class=\"text-gray-900 font-semibold transition-colors duration-300\">Mensile<\/span>\n        <label class=\"switch\">\n            <input type=\"checkbox\" id=\"planToggleSwitch\">\n            <span class=\"slider\"><\/span>\n        <\/label>\n        <span id=\"annual-text\" class=\"text-gray-400 font-semibold transition-colors duration-300\">Annuale<\/span>\n    <\/div>\n    <!-- Savings text, hidden by default -->\n    <div id=\"annual-savings\" class=\"hidden text-sm font-semibold text-green-600 bg-green-50 px-3 py-1.5 rounded-full mt-2\">\n        Risparmia il 10% con la fatturazione annuale!\n    <\/div>\n<\/div>\n\n<!-- Pricing Plans Container -->\n<div id=\"pricing-plans-container\">\n\n    <!-- Monthly Plans -->\n    <div id=\"monthly-plans\" class=\"flex flex-wrap justify-center -mx-4\">\n        \n        <!-- Hobby Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <div class=\"text-center\">\n                    <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Hobby<\/h3>\n                    <p class=\"mt-2 text-lg text-gray-800\">Fino a 20 sottopagine<\/p>\n                    <p class=\"mt-6 mb-8 text-4xl font-extrabold text-gray-900\">Gratuito<\/p>\n                <\/div>\n                <div class=\"flex-grow\">\n                    <ul class=\"feature-list space-y-4\">\n                        <li>Google Consent Mode v2<\/li>\n                        <li>Personalizzazione base del banner<\/li>\n                        <li>1 Lingua<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"mt-8 pt-6 is-layout-flow wp-block-column-is-layout-flow\">\n                    \n                    <div class=\"wp-block-buttons alignfull is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n                        \n                        <div class=\"wp-block-button is-style-fill w-full\"><a class=\"wp-block-button__link wp-element-button w-full text-center bg-gray-800 hover:bg-gray-900 text-white font-semibold py-3 rounded-lg transition-colors\" href=\"https:\/\/app.fitconsent.com\/it\/dashboard\">Inizia<\/a><\/div>\n                        \n                    <\/div>\n                    \n                <\/div>\n            <\/div>\n        <\/div>\n        \n\n        <!-- Lite Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl is-layout-flow wp-block-column-is-layout-flow\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"281\" data-wp-context=\"{&quot;productId&quot;:281,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Lite<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Fino a 60 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>13.00<\/bdi><\/span> <span class=\"subscription-details\">\/mese con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-it\" class=\"feature-list space-y-4 text-gray-700\" lang=\"it\">\n<li>Tutte le funzionalit\u00e0 di Hobby, pi\u00f9:<\/li>\n<li>Rimozione del marchio &#8220;Powered by&#8221;<\/li>\n<li>Dichiarazione dei cookie incorporabile<\/li>\n<li>Colori e stile dei caratteri avanzati<\/li>\n<li>Lingue illimitate<\/li>\n<li>Geotargeting<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":281,\"productType\":\"subscription\",\"addToCartText\":\"Iscriviti\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/it_it\/wp-json\/wp\/v2\/pages\/938?add-to-cart=281\" rel=\"nofollow\" data-product_id=\"281\" data-product_sku=\"\" aria-label=\"Iscriviti: &quot;FitConsent Lite Plan - Monthly&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Iscriviti<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n        \n\n        <!-- Pro Plan (Most Popular) -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"popular-card relative bg-gradient-to-b from-blue-50 to-white rounded-2xl shadow-lg p-8 h-full flex flex-col border-2 border-blue-600 transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <span class=\"absolute top-0 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 bg-blue-600 text-white text-xs font-bold px-3 py-1 rounded-full shadow-md is-layout-flow wp-block-column-is-layout-flow\">\n                    Pi\u00f9 popolare\n                <\/span>\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"122\" data-wp-context=\"{&quot;productId&quot;:122,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Fino a 400 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>17.00<\/bdi><\/span> <span class=\"subscription-details\">\/mese con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-it\" class=\"feature-list space-y-4 text-gray-700\" lang=\"it\">\n<li>Tutte le funzionalit\u00e0 Lite, pi\u00f9:<\/li>\n<li>Ottimizzazione basata sull&#8217;intelligenza artificiale<\/li>\n<li>Analisi dettagliate ed esportazione<\/li>\n<li>Global Privacy Control (GPC)<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":122,\"productType\":\"subscription\",\"addToCartText\":\"Iscriviti\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/it_it\/wp-json\/wp\/v2\/pages\/938?add-to-cart=122\" rel=\"nofollow\" data-product_id=\"122\" data-product_sku=\"\" aria-label=\"Iscriviti: &quot;FitConsent Pro Plan - Monthly&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Iscriviti<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n        \n\n        <!-- Pro Large Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl is-layout-flow wp-block-column-is-layout-flow\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"125\" data-wp-context=\"{&quot;productId&quot;:125,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro Large<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Fino a 6.000 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>63.00<\/bdi><\/span> <span class=\"subscription-details\">\/mese con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-it\" class=\"feature-list space-y-4 text-gray-700\" lang=\"it\">\n<li>Tutte le funzionalit\u00e0 Pro, pi\u00f9:<\/li>\n<li>Scansioni giornaliere dei cookie<\/li>\n<li>Supporto prioritario via email e chat<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w--full  align- is-style-fill w--full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":125,\"productType\":\"subscription\",\"addToCartText\":\"Iscriviti\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/it_it\/wp-json\/wp\/v2\/pages\/938?add-to-cart=125\" rel=\"nofollow\" data-product_id=\"125\" data-product_sku=\"\" aria-label=\"Iscriviti: &quot;FitConsent Pro Large Plan - Monthly&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Iscriviti<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n        \n\n        <!-- Business Plan -->\n        \n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl is-layout-flow wp-block-column-is-layout-flow\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"289\" data-wp-context=\"{&quot;productId&quot;:289,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Business<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Pi\u00f9 di 6.000 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>90.00<\/bdi><\/span> <span class=\"subscription-details\">\/mese con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-it\" class=\"feature-list space-y-4 text-gray-700\" lang=\"it\">\n<li>Tutte le funzionalit\u00e0 di Pro Large, pi\u00f9:<\/li>\n<li>Integrazioni personalizzate<\/li>\n<li>Analisi dettagliate ed esportazione<\/li>\n<li>Support Manager dedicato<\/li>\n<li>Garanzie SLA<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":289,\"productType\":\"subscription\",\"addToCartText\":\"Iscriviti\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/it_it\/wp-json\/wp\/v2\/pages\/938?add-to-cart=289\" rel=\"nofollow\" data-product_id=\"289\" data-product_sku=\"\" aria-label=\"Iscriviti: &quot;FitConsent Business Plan - Monthly&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Iscriviti<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n        \n    <\/div>\n\n    <!-- Annual Plans -->\n    <div id=\"annual-plans\" class=\"hidden flex flex-wrap justify-center -mx-4\">\n        <!-- Hobby Plan -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <div class=\"text-center\">\n                    <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Hobby<\/h3>\n                    <p class=\"mt-2 text-lg text-gray-800\">Fino a 20 sottopagine<\/p>\n                    <p class=\"mt-6 mb-8 text-4xl font-extrabold text-gray-900\">Gratuito<\/p>\n                <\/div>\n                <div class=\"flex-grow\">\n                    <ul class=\"feature-list space-y-4\">\n                        <li>Google Consent Mode v2<\/li>\n                        <li>Personalizzazione base del banner<\/li>\n                        <li>1 Lingua<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"mt-8 pt-6\">\n                    <div class=\"wp-block-buttons alignfull\">\n                        <div class=\"wp-block-button is-style-fill w-full\"><a class=\"wp-block-button__link wp-element-button w-full text-center bg-gray-800 hover:bg-gray-900 text-white font-semibold py-3 rounded-lg transition-colors\">Inizia<\/a><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Lite Plan - Annual -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"291\" data-wp-context=\"{&quot;productId&quot;:291,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Lite<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Fino a 60 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>130.00<\/bdi><\/span> <span class=\"subscription-details\">\/anno con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-it\" class=\"feature-list space-y-4 text-gray-700\" lang=\"it\">\n<li>Tutte le funzionalit\u00e0 di Hobby, pi\u00f9:<\/li>\n<li>Rimozione del marchio &#8220;Powered by&#8221;<\/li>\n<li>Dichiarazione dei cookie incorporabile<\/li>\n<li>Colori e stile dei caratteri avanzati<\/li>\n<li>Lingue illimitate<\/li>\n<li>Geotargeting<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":291,\"productType\":\"subscription\",\"addToCartText\":\"Iscriviti\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/it_it\/wp-json\/wp\/v2\/pages\/938?add-to-cart=291\" rel=\"nofollow\" data-product_id=\"291\" data-product_sku=\"\" aria-label=\"Iscriviti: &quot;FitConsent Lite Plan - Annual&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Iscriviti<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n\n        <!-- Pro Plan - Annual (Most Popular) -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"popular-card relative bg-gradient-to-b from-blue-50 to-white rounded-2xl shadow-lg p-8 h-full flex flex-col border-2 border-blue-600 transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                <span class=\"absolute top-0 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 bg-blue-600 text-white text-xs font-bold px-3 py-1 rounded-full shadow-md\">\n                    Pi\u00f9 popolare\n                <\/span>\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"292\" data-wp-context=\"{&quot;productId&quot;:292,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Fino a 400 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>170.00<\/bdi><\/span> <span class=\"subscription-details\">\/anno con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-it\" class=\"feature-list space-y-4 text-gray-700\" lang=\"it\">\n<li>Tutte le funzionalit\u00e0 Lite, pi\u00f9:<\/li>\n<li>Ottimizzazione basata sull&#8217;intelligenza artificiale<\/li>\n<li>Analisi dettagliate ed esportazione<\/li>\n<li>Global Privacy Control (GPC)<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":292,\"productType\":\"subscription\",\"addToCartText\":\"Iscriviti\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/it_it\/wp-json\/wp\/v2\/pages\/938?add-to-cart=292\" rel=\"nofollow\" data-product_id=\"292\" data-product_sku=\"\" aria-label=\"Iscriviti: &quot;FitConsent Pro Plan - Annual&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Iscriviti<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n\n        <!-- Pro Large Plan - Annual -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"293\" data-wp-context=\"{&quot;productId&quot;:293,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Pro Large<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Fino a 6.000 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>630.00<\/bdi><\/span> <span class=\"subscription-details\">\/anno con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<ul id=\"features-it\" class=\"feature-list space-y-4 text-gray-700\" lang=\"it\">\n<li>Tutte le funzionalit\u00e0 Pro, pi\u00f9:<\/li>\n<li>Scansioni giornaliere dei cookie<\/li>\n<li>Supporto prioritario via email e chat<\/li>\n<\/ul>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":293,\"productType\":\"subscription\",\"addToCartText\":\"Iscriviti\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button add_to_cart_button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"\/it_it\/wp-json\/wp\/v2\/pages\/938?add-to-cart=293\" rel=\"nofollow\" data-product_id=\"293\" data-product_sku=\"\" aria-label=\"Iscriviti: &quot;FitConsent Pro Large Plan - Annual&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Iscriviti<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n                \n                \n            <\/div>\n        <\/div>\n\n        <!-- Business Plan - Annual -->\n        <div class=\"wp-block-column pricing-card w-full md:w-1\/2 lg:w-1\/3 p-4\">\n            <div class=\"bg-white rounded-2xl shadow-lg p-8 h-full flex flex-col transition-all duration-300 hover:-translate-y-2 hover:shadow-2xl\">\n                \n                <div data-block-name=\"woocommerce\/single-product\" data-product-id=\"927\" data-wp-context=\"{&quot;productId&quot;:927,&quot;variationId&quot;:null}\" data-wp-interactive=\"woocommerce\/single-product\" class=\"wp-block-woocommerce-single-product woocommerce\">\n                    <div class=\"text-center\">\n                        <h3 class=\"wp-block-heading text-2xl font-bold text-gray-900\">Business<\/h3>\n                        <p class=\"mt-2 text-lg text-gray-800\">Pi\u00f9 di 6.000 sottopagine<\/p>\n                    <\/div>\n                    <div data-block-name=\"woocommerce\/product-price\" data-is-descendent-of-single-product-block=\"true\" data-text-align=\"center\" class=\"has-text-align-center mt-6 mb-8 text-4xl font-extrabold text-gray-900 mt-6 mb-8 text-4xl font-extrabold text-gray-900 wp-block-woocommerce-product-price\" ><div class=\"wc-block-components-product-price wc-block-grid__product-price\" >\n\t\t\t\t\t<span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;<\/span>750.00<\/bdi><\/span> <span class=\"subscription-details\">\/anno con di 14 giorni di prova gratuita<\/span>\n\t\t\t\t<\/div><\/div>\n                    <div class=\"flex-grow\">\n                        <div data-block-name=\"woocommerce\/product-summary\" data-is-descendent-of-single-product-block=\"true\" class=\"wp-block-woocommerce-product-summary\"><div class=\"wc-block-components-product-summary \" style=\"\">\n\t\t\t\t<div class=\"flex-grow\">\n<ul class=\"feature-list space-y-4\">\n<li>Toutes les fonctionnalit\u00e9s de Pro Large, plus\u00a0:<\/li>\n<li>Int\u00e9grations personnalis\u00e9es<\/li>\n<li>Analyses et exportations d\u00e9taill\u00e9es<\/li>\n<li>Responsable support d\u00e9di\u00e9<\/li>\n<li>Garanties SLA<\/li>\n<\/ul>\n<\/div>\n\n\t\t\t<\/div><\/div>\n                    <\/div>\n                    <div class=\"mt-8 pt-6\">\n                        <div data-block-name=\"woocommerce\/product-button\" class=\"wp-block-button wc-block-components-product-button is-style-fill w-full  align- is-style-fill w-full wp-block-woocommerce-product-button\"\n\t\t\t\t\t\n\t\t\t\t\tdata-wp-context='{\"quantityToAdd\":1,\"productId\":927,\"productType\":\"subscription\",\"addToCartText\":\"Continua a leggere\",\"tempQuantity\":0,\"animationStatus\":\"IDLE\",\"inTheCartText\":\"### nel carrello\",\"noticeId\":\"\",\"hasPressedButton\":false}'\n\t\t\t\t>\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"wp-block-button__link wp-element-button wc-block-components-product-button__button product_type_subscription wc-interactive\"\n\t\t\t\t\t\tstyle=\"\"\n\t\t\t\t\t\thref=\"https:\/\/fitconsent.com\/it_it\/?post_type=product&#038;p=927\" rel=\"nofollow\" data-product_id=\"927\" data-product_sku=\"\" aria-label=\"Leggi di pi\u00f9 su &quot;Business Plan - Annual FR&quot;\"\n\t\t\t\t\t\tdata-wp-on--click=\"woocommerce\/product-collection::actions.viewProduct\"\n\t\t\t\t\t>\n\t\t\t\t\t<span >Continua a leggere<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n                    <\/div>\n                <\/div>\n            \n                \n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"text-center mt-12 mb-12\">\n    <h1 class=\"text-4xl sm:text-5xl font-extrabold text-gray-900 leading-tight\">\n       Confronta le funzionalit\u00e0\n    <\/h1>\n    <p class=\"mt-4 text-xl text-gray-600 max-w-2xl mx-auto\">\n        Trova il piano perfetto per le tue esigenze.\n    <\/p>\n<\/div>\n<div class=\"feature-comparison-container\">\n    <table class=\"feature-comparison-table\">\n        <thead>\n            <tr>\n                <th>Funzionalit\u00e0<\/th>\n                <th>Hobby<\/th>\n                <th>Lite<\/th>\n                <th>Pro<\/th>\n                <th>Pro Large<\/th>\n                <th>Business<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n            <!-- General Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Generale<\/td>\n            <\/tr>\n            <tr>\n                <td>Google Consent Mode v2<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Membri del team \/ Utenti<\/td>\n                <td colspan=\"5\"><span class=\"text-value\">Illimitato<\/span><\/td>\n            <\/tr>\n\n            <!-- Banner Customization Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Personalizzazione del banner<\/td>\n            <\/tr>\n            <tr>\n                <td>Conformit\u00e0 GDPR, CCPA<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Layout di banner e dialogo<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Stili avanzati di colore e carattere<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Logo e immagine di sfondo<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Supporto multilingue<\/td>\n                <td><span class=\"text-value\">1 Lingua<\/span><\/td>\n                <td colspan=\"4\"><span class=\"text-value\">Illimitato<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Rimuovi il branding &#8216;Powered by&#8217;<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n\n            <!-- Compliance & User Experience Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Conformit\u00e0 ed esperienza utente<\/td>\n            <\/tr>\n            <tr>\n                <td>Consenso esplicito richiesto (Nessuno scorrimento\/navigazione)<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n             <tr>\n                <td>Geolocalizzazione (es. solo UE)<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Ottimizzazione basata sull&#8217;IA<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Scadenza del cookie di consenso<\/td>\n                <td><span class=\"text-value\">30 Giorni<\/span><\/td>\n                <td colspan=\"4\"><span class=\"text-value\">365 Giorni<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Attivatore di consenso fluttuante<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            \n            <!-- Cookie Management Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Gestione dei cookie<\/td>\n            <\/tr>\n             <tr>\n                <td>Dichiarazione sui cookie incorporabile<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Scansioni automatiche dei cookie<\/td>\n                <td><span class=\"text-value\">Ogni 7 giorni<\/span><\/td>\n                <td><span class=\"text-value\">Ogni 7 giorni<\/span><\/td>\n                <td colspan=\"3\"><span class=\"text-value\">Quotidiano<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Gestione manuale dei cookie<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n\n            <!-- Compliance & Reporting Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Conformit\u00e0 e reportistica<\/td>\n            <\/tr>\n            <tr>\n                <td>Registro dei consensi e registrazione<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n             <tr>\n                <td>Google Tag Manager Template<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Controllo globale della privacy (GPC)<\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n           \n            \n            <!-- Analytics Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Analisi<\/td>\n            <\/tr>\n            <tr>\n                <td>Dashboard di analisi<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Esporta dati di consenso (XML)<\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n\n             <!-- Support Category -->\n            <tr class=\"category-row\">\n                <td colspan=\"6\">Supporto<\/td>\n            <\/tr>\n            <tr>\n                <td>Centro assistenza e documentazione<\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n             <tr>\n                <td>Supporto via email e chatbot<\/td>\n                 <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                 <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n            <tr>\n                <td>Supporto tecnico prioritario<\/td>\n                 <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"cross-icon\">\u2716<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n                <td><span class=\"check-icon\">\u2714<\/span><\/td>\n            <\/tr>\n        <\/tbody>\n    <\/table>\n<\/div>\n\n\n    <script>\n        \/\/ Get the checkbox and the pricing plan containers\n        const planToggleSwitch = document.getElementById('planToggleSwitch');\n        const monthlyText = document.getElementById('monthly-text');\n        const annualText = document.getElementById('annual-text');\n        const monthlyPlans = document.getElementById('monthly-plans');\n        const annualPlans = document.getElementById('annual-plans');\n        const annualSavings = document.getElementById('annual-savings'); \/\/ Get the savings text element\n\n        \/\/ Add an event listener for when the checkbox state changes\n        planToggleSwitch.addEventListener('change', function() {\n            \/\/ Check if the switch is currently checked (on)\n            if (this.checked) {\n                \/\/ If it's on, show the annual plans (as a flex container) and hide the monthly plans\n                annualPlans.style.display = 'flex';\n                monthlyPlans.style.display = 'none';\n                annualText.classList.remove('text-gray-400');\n                annualText.classList.add('text-gray-900');\n                monthlyText.classList.remove('text-gray-900');\n                monthlyText.classList.add('text-gray-400');\n                annualSavings.classList.remove('hidden'); \/\/ Show the savings text\n            } else {\n                \/\/ If it's off, show the monthly plans (as a flex container) and hide the annual plans\n                annualPlans.style.display = 'none';\n                monthlyPlans.style.display = 'flex';\n                annualText.classList.remove('text-gray-900');\n                annualText.classList.add('text-gray-400');\n                monthlyText.classList.remove('text-gray-400');\n                monthlyText.classList.add('text-gray-900');\n                annualSavings.classList.add('hidden'); \/\/ Hide the savings text\n            }\n        });\n    <\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Read website_id from the page's URL\n    const urlParams = new URLSearchParams(window.location.search);\n    const websiteId = urlParams.get('website_id');\n\n    if (websiteId) {\n        \/\/ Find all \"Add to Cart\" buttons\/links on the page\n        \/\/ You may need to adjust the selector to match your theme's buttons\n        const addToCartButtons = document.querySelectorAll('a.add_to_cart_button, .product_type_subscription a.button');\n\n        addToCartButtons.forEach(function(button) {\n            const originalUrl = new URL(button.href);\n            \/\/ Append the website_id to the button's link\n            originalUrl.searchParams.set('website_id', websiteId);\n            button.href = originalUrl.toString();\n        });\n    }\n});\n<\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Dynamic Pricing Toggle Switch Prezzi semplici e trasparenti Nessun costo nascosto. Nessuna sorpresa. Semplicemente un ottimo servizio a un prezzo equo. Mensile Annuale Risparmia il 10% con la fatturazione annuale! Hobby Fino a 20 sottopagine Gratuito Google Consent Mode v2 Personalizzazione base del banner 1 Lingua Inizia Pi\u00f9 popolare Confronta le funzionalit\u00e0 Trova il piano [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_fitconsent_language":"it_IT","_fitconsent_translation_group":"130","footnotes":""},"class_list":["post-938","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Prezzi - FitConsent<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fitconsent.com\/it_it\/prezzi\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Prezzi - FitConsent\" \/>\n<meta property=\"og:description\" content=\"Dynamic Pricing Toggle Switch Prezzi semplici e trasparenti Nessun costo nascosto. Nessuna sorpresa. Semplicemente un ottimo servizio a un prezzo equo. Mensile Annuale Risparmia il 10% con la fatturazione annuale! Hobby Fino a 20 sottopagine Gratuito Google Consent Mode v2 Personalizzazione base del banner 1 Lingua Inizia Pi\u00f9 popolare Confronta le funzionalit\u00e0 Trova il piano [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fitconsent.com\/it_it\/prezzi\/\" \/>\n<meta property=\"og:site_name\" content=\"FitConsent\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-25T15:06:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fitconsent.com\/it_it\/prezzi\/\",\"url\":\"https:\/\/fitconsent.com\/it_it\/prezzi\/\",\"name\":\"Prezzi - FitConsent\",\"isPartOf\":{\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#website\"},\"datePublished\":\"2025-08-27T23:59:01+00:00\",\"dateModified\":\"2025-10-25T15:06:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fitconsent.com\/it_it\/prezzi\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fitconsent.com\/it_it\/prezzi\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fitconsent.com\/it_it\/prezzi\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fitconsent.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Prezzi\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#website\",\"url\":\"https:\/\/fitconsent.com\/fr_fr\/\",\"name\":\"FitConsent\",\"description\":\"By DIGITLOAD\",\"publisher\":{\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fitconsent.com\/fr_fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#organization\",\"name\":\"DIGITLOAD\",\"url\":\"https:\/\/fitconsent.com\/fr_fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png\",\"contentUrl\":\"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png\",\"width\":512,\"height\":512,\"caption\":\"DIGITLOAD\"},\"image\":{\"@id\":\"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Prezzi - FitConsent","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:\/\/fitconsent.com\/it_it\/prezzi\/","og_locale":"it_IT","og_type":"article","og_title":"Prezzi - FitConsent","og_description":"Dynamic Pricing Toggle Switch Prezzi semplici e trasparenti Nessun costo nascosto. Nessuna sorpresa. Semplicemente un ottimo servizio a un prezzo equo. Mensile Annuale Risparmia il 10% con la fatturazione annuale! Hobby Fino a 20 sottopagine Gratuito Google Consent Mode v2 Personalizzazione base del banner 1 Lingua Inizia Pi\u00f9 popolare Confronta le funzionalit\u00e0 Trova il piano [&hellip;]","og_url":"https:\/\/fitconsent.com\/it_it\/prezzi\/","og_site_name":"FitConsent","article_modified_time":"2025-10-25T15:06:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"2 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fitconsent.com\/it_it\/prezzi\/","url":"https:\/\/fitconsent.com\/it_it\/prezzi\/","name":"Prezzi - FitConsent","isPartOf":{"@id":"https:\/\/fitconsent.com\/fr_fr\/#website"},"datePublished":"2025-08-27T23:59:01+00:00","dateModified":"2025-10-25T15:06:58+00:00","breadcrumb":{"@id":"https:\/\/fitconsent.com\/it_it\/prezzi\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fitconsent.com\/it_it\/prezzi\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fitconsent.com\/it_it\/prezzi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fitconsent.com\/"},{"@type":"ListItem","position":2,"name":"Prezzi"}]},{"@type":"WebSite","@id":"https:\/\/fitconsent.com\/fr_fr\/#website","url":"https:\/\/fitconsent.com\/fr_fr\/","name":"FitConsent","description":"By DIGITLOAD","publisher":{"@id":"https:\/\/fitconsent.com\/fr_fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fitconsent.com\/fr_fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/fitconsent.com\/fr_fr\/#organization","name":"DIGITLOAD","url":"https:\/\/fitconsent.com\/fr_fr\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/","url":"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png","contentUrl":"https:\/\/fitconsent.com\/wp-content\/uploads\/2025\/08\/cropped-icon.png","width":512,"height":512,"caption":"DIGITLOAD"},"image":{"@id":"https:\/\/fitconsent.com\/fr_fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/pages\/938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/comments?post=938"}],"version-history":[{"count":3,"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/pages\/938\/revisions"}],"predecessor-version":[{"id":2097,"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/pages\/938\/revisions\/2097"}],"wp:attachment":[{"href":"https:\/\/fitconsent.com\/it_it\/wp-json\/wp\/v2\/media?parent=938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}