.iubenda-uspr-btn[data-tp-float] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  color: white;

}

.view-article a {
  color: white;
}


#t4-mainbody {
  background: #1c2e4b;
}

.result-title a, .tag-similar-title {
  color: white;
  font-size: 2rem;
}
/*per ordasoft*/

.jart-gallery-text-content {
  padding: 10px;
}

.jart-gallery-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.jart-gallery-item img {
    max-width: 50%;
}

#wptp-container .jart-gallery-item .jart-gallery-text-content {
    padding: 16px !important;
    font-size: large;
    overflow: scroll;
}

/*fine per ordasoft*/

.projects .item-content-wrap .item-info {
  opacity: 1;
}
figure.pull-left.item-image {
  width: 100%;
  margin: auto 0px;
}
.iubenda-uspr-btn {
  display: none !important;
}

i.fa.fa-bars.toggle-bars {
    font-size: 35px;
}

.t4-col.mainnav.col {
    padding-right: 30px;
}

.t4-section-module .sub-title, .category-module.mod-blog .category-link,.category-module.mod-projects .category-link {
  font-family: poppins;
}

      #t4-header+#t4-hero {
        margin-top: -100px;
    }

@media (max-width: 991.98px) {
    #t4-header .container {
        padding-bottom: 1rem;
    }
}
  .acm-hero h2.hero-heading {
    font-family: Poppins;
}

  #wptp-container * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        #wptp-container {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.7;
            color: #333;
            background: #fff;
        }

        /* Navigazione fissa */
        #wptp-container .wptp-fixed-nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 340px;
            background: #fff;
            border-bottom: 1px solid #e0e0e0;
            z-index: 999;
            padding: 0;
            transform: translateY(-100%);
            transition: transform 0.3s ease;
        }

        #wptp-container .wptp-fixed-nav.visible {
            transform: translateY(0);
        }

        #wptp-container .wptp-nav-buttons {
            display: flex;
            max-width: 900px;
            margin: 0 auto;
            padding: 0 40px;
        }

        #wptp-container .wptp-nav-button {
            flex: 1;
            background: #fff;
            color: #666;
            border: none;
            padding: 15px 20px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.2s ease;
            border-right: 1px solid #e0e0e0;
            text-decoration: none;
            text-align: center;
            display: block;
        }

        #wptp-container .wptp-nav-button:last-child {
            border-right: none;
        }

        #wptp-container .wptp-nav-button.active,
        #wptp-container .wptp-nav-button:hover {
            background: #eb1d05;
            color: #fff;
        }

        /* Sidebar */
        #wptp-container .wptp-sidebar {
            position: fixed;
            top: 20px;
            right: 0;
            width: 320px;
            height: 100vh;
            background: #fff;
            border-left: 1px solid #e0e0e0;
            padding: 30px 25px;
            z-index: 1000;
            overflow-y: auto;
            padding-top: 90px;
        }

        #wptp-container .wptp-sidebar-header {
            text-align: center;
            padding-bottom: 25px;
            border-bottom: 1px solid #f0f0f0;
            margin-bottom: 30px;
        }

        #wptp-container .wptp-template-name {
            color: #eb1d05;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;
            letter-spacing: -0.01em;
        }

        #wptp-container .wptp-template-subtitle {
            color: #666;
           /* font-size: 13px;*/
            margin: 0;
        }

        #wptp-container .wptp-tags-section {
            padding-bottom: 25px;
            border-bottom: 1px solid #f0f0f0;
            max-height: 228px;
            overflow: scroll;
            margin: 25px 0px;
        }


        #wptp-container  a.jart-tag-link {
            float: left;
            margin: 0 5px 5px 0;
            color: #343a40;
            display: inline-block;
            border-radius: .25rem;
            padding: 2px 14px;
            background: #cecece;        
        }



        #wptp-container .wptp-tags-section h4 {
            color: #333;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        #wptp-container .wptp-tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        #wptp-container .wptp-tag {
            background: #f5f5f5;
            color: #666;
            padding: 5px 10px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 500;
            border: 1px solid #e0e0e0;
            transition: all 0.2s ease;
        }

        #wptp-container .wptp-tag:hover {
            background: #eb1d05;
            color: #fff;
            border-color: #eb1d05;
        }

        #wptp-container .wptp-features-section {
            margin-bottom: 30px;
        }

        #wptp-container .wptp-features-section h3 {
            color: #333;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        #wptp-container .wptp-sidebar-feature {
            padding: 15px 0;
            border-bottom: 1px solid #f5f5f5;
        }

        #wptp-container .wptp-sidebar-feature:last-of-type {
            border-bottom: none;
        }

        #wptp-container .wptp-sidebar-feature h4 {
            color: #333;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 6px;
        }

        #wptp-container .wptp-sidebar-feature p {
            font-size: 12px;
            color: #666;
            line-height: 1.4;
        }

        #wptp-container .wptp-sidebar-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
        }


        .wptp-sidebar-actions.review {
    display: flex;
    justify-content: space-around;
}

        .review .wptp-demo-button,.review .wptp-buy-button, #wptp-container .wptp-demo-button, #wptp-container .wptp-buy-button {
            text-decoration: none;
            font-weight: 500;
            /*font-size: 14px;*/
            transition: all 0.2s ease;
            text-align: center;
            border-radius: 4px;
            padding: 12px 20px;
        }

        .review .wptp-demo-button, #wptp-container .wptp-demo-button {
            background: #fff;
            color: #eb1d05;
            border: 1px solid #eb1d05;
        }

        .review .wptp-demo-button:hover, #wptp-container .wptp-demo-button:hover {
            background: #eb1d05;
            color: #fff;
        }

        .review .wptp-buy-button, #wptp-container .wptp-buy-button {
            background: #f3ac00;
            color: #fff;
            border: 1px solid #f3ac00;
        }

        .review .wptp-buy-button:hover, #wptp-container .wptp-buy-button:hover {
            background: #d4950a;
            border-color: #d4950a;
        }

        /* Contenuto principale */
        @media (max-width: 800.98px) {
            #wptp-container .wptp-main-content {
            min-height: 100vh;
            min-width: 70vw;
        }
        }

        #wptp-container .wptp-main-content {
            /*min-height: 100vh;*/
            min-width: 50vw;
        }

        /* Hero Section */
        #wptp-container .wptp-hero {
            padding: 120px 0 100px;
            text-align: center;
            background: #fff;
        }

        #wptp-container .wptp-hero h1 {
            font-size: 3rem;
            font-weight: 300;
            color: #333;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
        }

        #wptp-container .wptp-hero p {
            text-align: justify;
            font-size: 1.1rem;
            color: #666;
            /*max-width: 500px;*/
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        #wptp-container .wptp-hero-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        #wptp-container .wptp-hero-button {
            display: inline-block;
            padding: 14px 28px;
            text-decoration: none;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.2s ease;
            background: #f3ac00;
            color: #fff;
        }

        #wptp-container .wptp-hero-button:hover {
            background: #d4950a;
        }

        #wptp-container .wptp-container {
            max-width: 80%;
            margin: 0 auto;
            padding: 0 40px;
            margin-left: 0px;

        }

        /* Sezioni */
        #wptp-container .wptp-section {
            padding: 80px 0;
        }

        #wptp-container .wptp-section:nth-child(even) {
            background: #fafafa;
        }

        #wptp-container .wptp-section h2 {
            font-size: 2rem;
            font-weight: 300;
            color: #333;
            text-align: center;
            margin-bottom: 60px;
            letter-spacing: -0.01em;
        }

        /* Griglia Features */
        #wptp-container .wptp-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
        }

        #wptp-container .wptp-feature-card {
            background: #fff;
            padding: 40px 30px;
            border: 1px solid #e0e0e0;
            transition: border-color 0.2s ease;
        }

        #wptp-container .wptp-feature-card:hover {
            border-color: #f3ac00;
        }

        #wptp-container .wptp-feature-card h3 {
            color: #333;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 16px;
        }

        #wptp-container .wptp-feature-card p {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
        }

        /* Demo Section */
        #wptp-container .wptp-demos-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
        }

        #wptp-container .wptp-demo-card {
         border: 1px solid #e0e0e0;
         border-radius: 12px;
         box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         text-align: center;
         max-width: 300px;
         display: inline-block;
         position: relative;
         background: #f3ac00;
        }

        #wptp-container .wptp-demo-card:hover {
            transform: translateY(-5px);
        }

        #wptp-container .wptp-demo-card h3:hover {
         color: red;
         font-size: 1.4rem;
        }
        #wptp-container .wptp-demo-card img {
            width: 100%;
            height: auto;
            display: block;
        }

        #wptp-container .wptp-demo-card-content {
            padding: 30px;
        }

        #wptp-container .wptp-demo-card h3 {
            color: whitesmoke;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 12px;
        }

        #wptp-container .wptp-demo-card p {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
        }

        /* Feature Tabs */
        #wptp-container .wptp-feature-tabs {
            display: flex;
            justify-content: center;
            gap: 0;
            margin-bottom: 60px;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            overflow: hidden;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        #wptp-container .wptp-tab-button {
            background: #fff;
            color: #666;
            border: none;
            padding: 12px 24px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.2s ease;
            border-right: 1px solid #e0e0e0;
        }

        #wptp-container .wptp-tab-button:last-child {
            border-right: none;
        }

        #wptp-container .wptp-tab-button.active,
        #wptp-container .wptp-tab-button:hover {
            background: #eb1d05;
            color: #fff;
        }

        #wptp-container .wptp-tab-content {
            display: none;
        }

        #wptp-container .wptp-tab-content.active {
            display: block;
        }

        #wptp-container .wptp-feature-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1px;
            background: #e0e0e0;
            border: 1px solid #e0e0e0;
        }

        #wptp-container .wptp-feature-item-extended {
            background: #fff;
            padding: 30px;
        }

        #wptp-container .wptp-feature-item-extended h4 {
            color: #333;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 8px;
        }

        #wptp-container .wptp-feature-item-extended p {
            color: #666;
            font-size: 13px;
            line-height: 1.5;
        }

        /* Recensioni */
        #wptp-container .wptp-review-card {
            background: #fafafa;
            padding: 40px;
            margin: 30px 0;
            border-left: 3px solid #f3ac00;
        }

        #wptp-container .wptp-review-text {
            font-size: 16px;
            color: #555;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        #wptp-container .wptp-review-author {
            color: #333;
            font-weight: 500;
            font-size: 14px;
        }

        /* Responsivo */
        @media (max-width: 1200px) {
            #wptp-container .wptp-sidebar {
                width: 280px;
            }
            #wptp-container .wptp-main-content {
                margin-right: 300px;
            }
            #wptp-container .wptp-fixed-nav {
                right: 300px;
            }
        }

        @media (max-width: 768px) {
            #wptp-container .wptp-sidebar {
                position: relative;
                width: 100%;
                border-left: none;
                border-bottom: 1px solid #e0e0e0;
                padding: 25px 20px;
                /* Rimuove position:fixed per lo stack su mobile */
                position: static;
                height: auto;
                overflow-y: visible;
            }
            #wptp-container .wptp-sidebar-actions {
                flex-direction: row;
                justify-content: space-between;
            }
            #wptp-container .wptp-demo-button, #wptp-container .wptp-buy-button {
                flex: 1;
            }
            #wptp-container .wptp-main-content {
                margin-right: 0;
            }
            #wptp-container .wptp-fixed-nav {
                /* Nasconde la nav fissa su mobile per semplicità */
                display: none;
            }
            #wptp-container .wptp-hero h1 {
                font-size: 2.2rem;
            }
            #wptp-container .wptp-hero {
                padding: 80px 20px 60px;
            }
             #wptp-container .wptp-container {
                padding: 0 20px;
            }
            #wptp-container .wptp-hero-buttons {
                flex-direction: column;
                align-items: center;
            }
            #wptp-container .wptp-hero-button {
                width: 100%;
                max-width: 280px;
            }
            #wptp-container .wptp-features-grid,
            #wptp-container .wptp-demos-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            #wptp-container .wptp-feature-tabs {
                flex-direction: column;
                width: 100%;
            }
            #wptp-container .wptp-tab-button {
                border-right: none;
                border-bottom: 1px solid #e0e0e0;
            }
            #wptp-container .wptp-tab-button:last-child {
                border-bottom: none;
            }

            .jart-gallery-item {
    flex-direction: column;
}

.jart-gallery-item img {
    max-width: 100%;
}
        }

/*per la galleria delle immagini*/

   .jart-image-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(50vw, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .jart-gallery-item {
            position: relative;
            /*overflow: hidden;*/
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            /*overflow: scroll;*/
        }

        .jart-gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
        }

        .jart-gallery-item img {
          /*  width: 100%;*/
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .jart-gallery-item:hover img {
            transform: scale(1.05);
        }

        .jart-gallery-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding: 20px 15px 15px;
            font-size: 14px;
        }
.wptp-ffsfsfs ul {
  list-style: none;
}
.wptp-ffsfsfs ul li {
  border-bottom: 1px solid #f3ac0075;
  padding-top: 15px !important;
}
.wptp-features-grid h3 {
  font-size: 1.4rem;
  font-weight: 100;
  border-bottom: 1px solid #f3ac0063;
  border-radius: 5px;
}

a:hover {
  text-decoration: none;
}

figure figcaption.caption {
  display: none;
}

.category-module.mod-projects .mod-project-item {
  min-height: 100%;
}

.t4-offcanvas .t4-off-canvas-header {
    display: none;
}

.view-category .items-row.cols-3 .item .item-image {
    height: 250px;
    border-bottom: 0.5px solid #ffc10794;
    /* border-top: 0.5px solid #ffc10794; */
}

.blog .item-content .page-header>h2 a {
    border-bottom: 1px solid #ffc10794;
    /* border-top: 0.5px solid #ffc10794; */
}

#wptp-reviews {
  display: none !important;
}
/*
.wptp-main-content .jart-image-gallery .wptp-sidebar-actions
 {
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
}
*/


.wp-template-menu .projects .item-content-wrap {
  max-height: 683px;
  overflow: hidden;
}

.wp-template-menu .projects figure.item-image {
  max-height: 683px;
  overflow: hidden;
}


.articolo-blog, .articolo-blog .wptp-sidebar-actions.review {
  padding: 20px 0px;
}

.articolo-blog .imgblog {
  margin: 100px 0px;
}


.astra .jart-gallery-item {
    flex-direction: column;
    max-width: 95%;
}

.astra .jart-gallery-item img {
    max-width: 100%;
}

.sharper-joomla .jart-gallery-item {
    flex-direction: row;
}

.blog-template figure.pull-left.item-image {
  display: none;
}


.mod-tagssimilar .tag-similar-image img {
  width: 550px !important;
}
.mod-tagssimilar .tag-similar-title {
  min-width: fit-content;
}



@media (min-width: 1200px) {
    
    .container {
    left: -150px;
    }
}



/*.com-content-article.item-page.project-page.joomla-template.sharper-joomla {
    border-bottom: 3px solid #ffc107;
    padding-bottom: 200px;
    border-radius: 17px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    padding: 15px;
}
*/

.sharper-joomla .jart-gallery-item img {
    max-width: 50%;
}

#wptp-features .wptp-features-grid li {
    border-bottom: 1px solid #ffc107;
    border-bottom-right-radius: 17px;
    margin-top: 25px;
    list-style: none;
}


/* ==========================================================================
   NovaCMS Article Styles - Compatibile con Joomla/WordPress/CMS
   Tutte le classi prefissate con 'nova-' per evitare conflitti
   ========================================================================== */

/* Variabili CSS */
.novacms-article {
    --nova-primary: #1A1A2E;
    --nova-secondary: #FFFFFF;
    --nova-bg-light: #FAFBFC;
    --nova-bg-gray: #F4F6F8;
    --nova-accent: #4A90E2;
    --nova-accent-dark: #2E5A8C;
    --nova-accent-light: #7AB6F5;
    --nova-text-dark: #2C2C3E;
    --nova-text-light: #6B7280;
    --nova-border: #E8ECEF;
    --nova-border-dark: #D1D5DB;
    --nova-shadow: rgba(26, 26, 46, 0.06);
    --nova-shadow-md: rgba(26, 26, 46, 0.1);
    --nova-shadow-lg: rgba(26, 26, 46, 0.15);
    --nova-transition: all 0.3s ease;

    font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: var(--nova-text-dark);
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero Section */
.nova-hero {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, var(--nova-secondary) 0%, var(--nova-bg-light) 100%);
    border-bottom: 1px solid var(--nova-border);
    margin-bottom: 2rem;
}

.nova-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.nova-subtitle {
    font-size: 0.9rem;
    color: var(--nova-accent);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.nova-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    color: var(--nova-primary);
    letter-spacing: -0.02em;
    margin: 0 0 1rem 0;
    line-height: 1.1;
}

.nova-version {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    border: 1px solid var(--nova-border-dark);
    background: var(--nova-secondary);
    color: var(--nova-text-dark);
    font-size: 0.85rem;
    font-weight: 500;
    transition: var(--nova-transition);
}

.nova-version:hover {
    border-color: var(--nova-accent);
    color: var(--nova-accent);
}

/* Sezioni */
.nova-section {
    padding: 3rem 2rem;
    margin-bottom: 1rem;
}

.nova-section--light {
    background: var(--nova-bg-light);
}

.nova-section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 500;
    margin: 0 0 2rem 0;
    text-align: center;
    color: var(--nova-primary);
    position: relative;
    padding-bottom: 1.5rem;
}

.nova-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--nova-accent);
}

/* Grid Layout */
.nova-grid {
    display: grid;
    gap: 2rem;
}

.nova-grid--2col {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .nova-grid--2col {
        grid-template-columns: 1fr;
    }
}

/* Content */
.nova-content {
    font-size: 1rem;
    color: var(--nova-text-light);
}

.nova-content p {
    margin-bottom: 1.25rem;
}

.nova-content strong {
    color: var(--nova-text-dark);
    font-weight: 500;
}

/* Badge */
.nova-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--nova-accent);
    color: white;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
}

.nova-badge-inline {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    background: var(--nova-accent);
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Stats */
.nova-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.nova-stat {
    padding: 1.5rem;
    background: var(--nova-secondary);
    border: 1px solid var(--nova-border);
    text-align: center;
    transition: var(--nova-transition);
}

.nova-stat:hover {
    transform: translateY(-4px);
    border-color: var(--nova-accent);
    box-shadow: 0 8px 24px var(--nova-shadow-md);
}

.nova-stat-number {
    display: block;
    font-family: 'Ubuntu Mono', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--nova-accent);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.nova-stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--nova-text-light);
}

/* Cards */
.nova-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.nova-card {
    padding: 2rem;
    background: var(--nova-secondary);
    border: 1px solid var(--nova-border);
    transition: var(--nova-transition);
}

.nova-card:hover {
    transform: translateY(-4px);
    border-color: var(--nova-accent-light);
    box-shadow: 0 8px 24px var(--nova-shadow-md);
}

.nova-card-icon {
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.nova-card-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
    color: var(--nova-primary);
}

/* Lists */
.nova-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nova-list li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--nova-text-light);
    font-size: 0.95rem;
}

.nova-list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--nova-accent);
    font-weight: bold;
}

/* Table */
.nova-table-wrapper {
    overflow-x: auto;
    background: var(--nova-secondary);
    border: 1px solid var(--nova-border);
    box-shadow: 0 2px 8px var(--nova-shadow);
}

.nova-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.nova-table thead {
    background: var(--nova-bg-gray);
    border-bottom: 2px solid var(--nova-accent);
}

.nova-table th {
    padding: 1rem 1.5rem;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.85rem;
    color: var(--nova-primary);
}

.nova-table td {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--nova-border);
    color: var(--nova-text-dark);
}

.nova-table tbody tr:hover {
    background: var(--nova-bg-light);
}

.nova-table tbody tr:last-child td {
    border-bottom: none;
}

/* Features */
.nova-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.nova-feature {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--nova-secondary);
    border: 1px solid var(--nova-border);
    transition: var(--nova-transition);
}

.nova-feature:hover {
    transform: translateY(-4px);
    border-color: var(--nova-accent-light);
    box-shadow: 0 8px 24px var(--nova-shadow-md);
}

.nova-feature-icon {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.nova-feature-title {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0 0 0.75rem 0;
    color: var(--nova-primary);
}

.nova-feature p {
    color: var(--nova-text-light);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.6;
}

/* Gallery */
.nova-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.nova-gallery-item {
    background: var(--nova-secondary);
    border: 1px solid var(--nova-border);
    overflow: hidden;
    transition: var(--nova-transition);
}

.nova-gallery-item:hover {
    transform: translateY(-4px);
    border-color: var(--nova-accent-light);
    box-shadow: 0 8px 24px var(--nova-shadow-md);
}

.nova-gallery-image {
    aspect-ratio: 16/10;
    background: var(--nova-bg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu Mono', monospace;
    font-size: 1.5rem;
    color: var(--nova-text-light);
    border-bottom: 1px solid var(--nova-border);
}

.nova-gallery-item:hover .nova-gallery-image {
    background: var(--nova-bg-light);
    color: var(--nova-accent);
}

.nova-gallery-info {
    padding: 1.5rem;
}

.nova-gallery-info h4 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 0.5rem 0;
    color: var(--nova-primary);
}

.nova-gallery-info p {
    color: var(--nova-text-light);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* CTA */
.nova-cta {
    text-align: center;
    padding: 4rem 2rem;
    background: var(--nova-secondary);
    border: 1px solid var(--nova-border);
    margin-top: 2rem;
}

.nova-cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 500;
    margin: 0 0 1rem 0;
    color: var(--nova-primary);
}

.nova-cta-text {
    color: var(--nova-text-light);
    font-size: 1rem;
    margin-bottom: 2rem;
}

.nova-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.nova-btn {
    display: inline-block;
    padding: 0.9rem 2rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: var(--nova-transition);
    cursor: pointer;
}

.nova-btn--primary {
    background: var(--nova-accent);
    color: white;
    border: 1px solid var(--nova-accent);
}

.nova-btn--primary:hover {
    background: var(--nova-accent-dark);
    border-color: var(--nova-accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.3);
}

.nova-btn--secondary {
    background: var(--nova-secondary);
    color: var(--nova-primary);
    border: 1px solid var(--nova-border-dark);
}

.nova-btn--secondary:hover {
    background: var(--nova-primary);
    color: white;
    border-color: var(--nova-primary);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 640px) {
    .nova-hero {
        padding: 2.5rem 1.5rem;
    }

    .nova-section {
        padding: 2rem 1.5rem;
    }

    .nova-stats {
        grid-template-columns: 1fr;
    }

    .nova-cta {
        padding: 2.5rem 1.5rem;
    }

    .nova-cta-buttons {
        flex-direction: column;
    }

    .nova-btn {
        width: 100%;
        text-align: center;
    }
}


.wayne-wrapper {
    /* Scoped Variables */
    --wayne-primary: #1A1A2E;
    --wayne-secondary: #FFFFFF;
    --wayne-bg-light: #FAFBFC;
    --wayne-bg-gray: #F4F6F8;
    --wayne-accent: #4A90E2;
    --wayne-accent-dark: #2E5A8C;
    --wayne-accent-gold: #D4AF37;
    --wayne-text-dark: #2C2C3E;
    --wayne-text-light: #6B7280;
    --wayne-border: #E8ECEF;
    --wayne-border-dark: #D1D5DB;
    --wayne-shadow: rgba(26, 26, 46, 0.06);
    --wayne-shadow-md: rgba(26, 26, 46, 0.1);
    --wayne-shadow-lg: rgba(26, 26, 46, 0.15);
    --wayne-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --wayne-transition-fast: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);

    font-family: 'Ubuntu', sans-serif;
    background: var(--wayne-secondary);
    color: var(--wayne-text-dark);
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Scoped Reset */
.wayne-wrapper * {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

.wayne-wrapper .wayne-box-sizing-reset {
    box-sizing: border-box;
}

.wayne-wrapper.wayne-has-sidebar {
    margin-right: 340px;
    width: 100%;
}

/* Sidebar fissa */
.wayne-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 340px;
    height: 100vh;
    background: linear-gradient(180deg, var(--wayne-primary) 0%, #0f1419 100%);
    padding: 2.5rem;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.3);
}

.wayne-sidebar-content {
    position: sticky;
    top: 2rem;
    padding-top: 75px;
}



.wayne-sidebar-features-list li {
  list-style: none;
}

.jart-features li {
  list-style: disclosure-closed;
}


.wayne-sidebar-logo {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wayne-sidebar-logo-text {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--wayne-secondary);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.wayne-sidebar-version {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 0.9rem;
    color: var(--wayne-accent);
}

.wayne-sidebar-info {
    margin-bottom: 2.5rem;
}

.wayne-sidebar-info-item {
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.wayne-sidebar-info-item:last-child {
    border-bottom: none;
}

.wayne-sidebar-info-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.6rem;
}

.wayne-sidebar-info-value {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--wayne-secondary);
}

.wayne-sidebar-downloads {
    background: rgba(74, 144, 226, 0.1);
    padding: 1.8rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(74, 144, 226, 0.2);
}

.wayne-sidebar-downloads-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.6rem;
}

.wayne-sidebar-downloads-number {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--wayne-accent);
    margin-bottom: 0.3rem;
}

.wayne-sidebar-downloads-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.wayne-sidebar-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wayne-sidebar-features {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wayne-sidebar-features-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.2rem;
}

.wayne-sidebar-features-list {
    list-style: none;
}

.wayne-sidebar-features-list li {
    padding: 0.6rem 0;
    padding-left: 1.8rem;
    position: relative;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.wayne-sidebar-features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--wayne-accent);
    font-weight: bold;
    font-size: 1.1rem;
}

/* Hero Section */
.wayne-hero {
    position: relative;
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    overflow: hidden;
}

.wayne-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg,
            transparent,
            transparent 80px,
            rgba(74, 144, 226, 0.02) 80px,
            rgba(74, 144, 226, 0.02) 81px),
        repeating-linear-gradient(90deg,
            transparent,
            transparent 80px,
            rgba(74, 144, 226, 0.02) 80px,
            rgba(74, 144, 226, 0.02) 81px);
}

.wayne-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(74, 144, 226, 0.3), transparent);
}

.wayne-hero-content {
    text-align: center;
    z-index: 2;
    animation: fadeInUp 1s ease;
    max-width: 1000px;
    padding: 0 2rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wayne-hero-badge {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: rgba(74, 144, 226, 0.15);
    border: 1px solid rgba(74, 144, 226, 0.3);
    color: var(--wayne-accent);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease 0.1s backwards;
}

.wayne-hero h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 700;
    color: var(--wayne-secondary);
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease 0.2s backwards;
    line-height: 1.1;
}

.wayne-hero .wayne-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 0.02em;
    animation: fadeInUp 1s ease 0.3s backwards;
    margin-bottom: 1rem;
}

.wayne-hero .wayne-version {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 1rem 2.8rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    color: var(--wayne-secondary);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    animation: fadeInUp 1s ease 0.4s backwards;
    transition: var(--wayne-transition);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.wayne-hero .wayne-version:hover {
    transform: translateY(-3px);
    border-color: var(--wayne-accent);
    background: rgba(74, 144, 226, 0.1);
    box-shadow: 0 8px 30px rgba(74, 144, 226, 0.3);
}

/* Container */
.wayne-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

/* Section Title */
.wayne-section-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--wayne-primary);
    position: relative;
    padding-bottom: 3rem;
}

.wayne-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--wayne-accent);
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

/* Technical Specifications - Highlight Section */
.wayne-tech-specs-highlight {
    padding: 6rem 0;
    background: var(--wayne-bg-light);
    border-top: 3px solid var(--wayne-accent);
    border-bottom: 3px solid var(--wayne-accent);
}

.wayne-tech-specs-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.wayne-tech-specs-intro h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--wayne-primary);
    margin-bottom: 1rem;
}

.wayne-tech-specs-intro p {
    font-size: 1.1rem;
    color: var(--wayne-text-light);
    line-height: 1.8;
}

/* Main Tech Table - Evidenziata */
.wayne-tech-table-main {
    background: var(--wayne-secondary);
    border: 2px solid var(--wayne-accent);
    box-shadow: 0 10px 40px var(--wayne-shadow-lg);
    margin-bottom: 3rem;
    overflow: hidden;
}

.wayne-tech-table-main table {
    width: 100%;
    border-collapse: collapse;
}

.wayne-tech-table-main thead {
    background: linear-gradient(135deg, var(--wayne-accent) 0%, var(--wayne-accent-dark) 100%);
}

.wayne-tech-table-main th {
    padding: 1.8rem 2rem;
    text-align: left;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wayne-tech-table-main tbody tr {
    border-bottom: 1px solid var(--wayne-border);
    transition: var(--wayne-transition-fast);
}

.wayne-tech-table-main tbody tr:hover {
    background: rgba(74, 144, 226, 0.03);
}

.wayne-tech-table-main tbody tr:last-child {
    border-bottom: none;
}

.wayne-tech-table-main td {
    padding: 1.5rem 2rem;
    vertical-align: middle;
}

.wayne-tech-table-main td:first-child {
    font-weight: 600;
    color: var(--wayne-primary);
    width: 35%;
    background: rgba(74, 144, 226, 0.02);
}

.wayne-tech-table-main td:nth-child(2) {
    color: var(--wayne-text-dark);
    font-weight: 500;
}

.wayne-tech-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: var(--wayne-accent);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'Ubuntu Mono', monospace;
    letter-spacing: 0.03em;
}

.wayne-tech-badge.wayne-success {
    background: #10B981;
}

.wayne-tech-badge.wayne-warning {
    background: #F59E0B;
}

.wayne-tech-icon {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

/* Stats Grid */
.wayne-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.wayne-stat-card {
    background: var(--wayne-secondary);
    padding: 2.5rem;
    border: 2px solid var(--wayne-border);
    transition: var(--wayne-transition);
    text-align: center;
}

.wayne-stat-card:hover {
    transform: translateY(-6px);
    border-color: var(--wayne-accent);
    box-shadow: 0 12px 32px var(--wayne-shadow-lg);
}

.wayne-stat-number {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 3rem;
    font-weight: 700;
    color: var(--wayne-accent);
    margin-bottom: 0.75rem;
}

.wayne-stat-label {
    font-size: 0.95rem;
    color: var(--wayne-text-light);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Buttons */
.wayne-btn, wptp-sidebar-actions, .wptp-demo-button, .wptp-buy-button {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem 2.75rem;
    font-size: 0.975rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--wayne-transition);
    position: relative;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    box-shadow: 0 2px 8px var(--wayne-shadow);
}

.wayne-btn-primary, .wptp-demo-button {
    background: var(--wayne-accent);
    color: white;
    border: 1px solid var(--wayne-accent);
}

.wayne-btn-primary:hover, .wptp-demo-button:hover {
    transform: translateY(-3px);
    background: var(--wayne-accent-dark);
    box-shadow: 0 8px 24px rgba(74, 144, 226, 0.35);
}

.wayne-btn-secondary, .wptp-buy-button {
    background: transparent;
    color: var(--wayne-secondary);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.wayne-btn-secondary:hover, .wptp-buy-button:hover {
   /* background: rgba(255, 255, 255, 0.1);*/
   /* border-color: var(--wayne-secondary);*/
    transform: translateY(-3px);
}

.wayne-section-cta, .wptp-sidebar-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid var(--wayne-border);
}

/* Features Section */
.wayne-features-section {
    padding: 8rem 0;
    background: var(--wayne-secondary);
}

.wayne-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.wayne-feature-card {
    padding: 3rem 2.5rem;
    background: var(--wayne-bg-light);
    border: 1px solid var(--wayne-border);
    transition: var(--wayne-transition);
    position: relative;
    overflow: hidden;
}

.wayne-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--wayne-accent);
    transform: scaleX(0);
    transition: var(--wayne-transition);
}

.wayne-feature-card:hover::before {
    transform: scaleX(1);
}

.wayne-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px var(--wayne-shadow-lg);
}

.wayne-feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--wayne-accent);
}

.wayne-feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--wayne-primary);
    margin-bottom: 1rem;
}

.wayne-feature-description {
    font-size: 1rem;
    color: var(--wayne-text-light);
    line-height: 1.8;
}

/* Footer */
.wayne-footer {
    padding: 4rem 0;
    background: var(--wayne-primary);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    border-top: 4px solid var(--wayne-accent);
}

.wayne-footer a {
    color: var(--wayne-accent);
    text-decoration: none;
    transition: var(--wayne-transition-fast);
}

.wayne-footer a:hover {
    color: var(--wayne-secondary);
}

/* Responsive */
@media (max-width: 1200px) {
    .wayne-sidebar {
        display: none;
    }

    .wayne-wrapper.wayne-has-sidebar {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .wayne-container {
        padding: 0 1.5rem;
    }

    .wayne-tech-table-main {
        overflow-x: auto;
    }

    .wayne-tech-table-main thead {
        display: none;
    }

    .wayne-tech-table-main tbody tr {
        display: block;
        margin-bottom: 1.5rem;
        border: 2px solid var(--wayne-border);
    }

    .wayne-tech-table-main td {
        display: block;
        padding: 1rem 1.5rem;
        border: none;
    }

    .wayne-tech-table-main td:first-child {
        background: var(--wayne-bg-light);
        font-weight: 700;
        border-bottom: 1px solid var(--wayne-border);
    }

    .wayne-section-cta {
        flex-direction: column;
    }
}

.wayne-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.wayne-reveal.wayne-active {
    opacity: 1;
    transform: translateY(0);
}


.wayne-btn.wayne-btn-secondary, .wptp-buy-button {
  background: white;
  border-color: #4A90E2;
  color: #4A90E2;
}
.wayne-section-cta.wayne-reveal.wayne-active, .wptp-sidebar-actions {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--wayne-border);
}

/*PER TEMPLATE JOOMLA DOPO INTRO WAYNE*/


.joomla-template .t4-col.component.col-md {
  padding-top: 0px;
}
.view-article.joomla-template .page-header {
  display: none;
}

.sharper-joomla figure.pull-left.item-image img {
  width: 90%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  margin: 10% 5%;
  border-radius: 10px;
  /*! left: -25px; */
  /*! position: relative; */
}

.view-article a.wptp-buy-button {
  color: #4A90E2;
}