/* tabelle confronto versioni */
.sfms-page-wrapper {
    width: 100%;
    margin: 0 auto;
}

.sfms-main-title {
    color: #2c3e50;
    font-weight: 700;
}

.sfms-page-wrapper .sfms-table {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

.sfms-page-wrapper .sfms-table th, 
.sfms-page-wrapper .sfms-table td {
    padding: 1.25rem 1rem;
    border-color: #e9ecef;
}

.sfms-col-features {
    width: 30%;
}

.sfms-feature-link {
    font-weight: 700;
    color: #0056b3;
    text-decoration: none;
    font-size: 1.05rem;
}

.sfms-feature-link:hover {
    color: #003d82;
    text-decoration: underline;
}

.sfms-feature-subtitle {
    line-height: 1.2;
    margin-top: 4px;
}

.sfms-page-wrapper .sfms-thead-light th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 700;
    font-size: 1.1rem;
    border-bottom: 2px solid #dee2e6;
}

.sfms-page-wrapper .sfms-price-row td {
    background-color: #f8f9fa;
    color: #212529;
}

/* Evidenziazione Colonna: Professional Plus */
.sfms-page-wrapper .sfms-highlight-pro {
    background-color: #fff9e6 !important;
    border-left: 2px solid #ffc107 !important;
    border-right: 2px solid #ffc107 !important;
    position: relative;
    z-index: 1;
}

.sfms-page-wrapper thead .sfms-highlight-pro {
    background-color: #fff3cd !important;
    border-top: 2px solid #ffc107 !important;
}

.sfms-page-wrapper tfoot .sfms-highlight-pro {
    background-color: #fff3cd !important;
    border-bottom: 2px solid #ffc107 !important;
    color: #b38600;
}

/* Evidenziazione Colonna: Ecommerce Plus */
.sfms-page-wrapper .sfms-highlight-eco {
    background-color: #f0fdf4 !important;
    border-left: 2px solid #198754 !important;
    border-right: 2px solid #198754 !important;
    position: relative;
    z-index: 1;
}

.sfms-page-wrapper thead .sfms-highlight-eco {
    background-color: #d1e7dd !important;
    border-top: 2px solid #198754 !important;
}

.sfms-page-wrapper tfoot .sfms-highlight-eco {
    background-color: #d1e7dd !important;
    border-bottom: 2px solid #198754 !important;
    color: #146c43;
}

.sfms-page-wrapper .sfms-badge {
    font-size: 0.85rem;
    padding: 0.5em 0.8em;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    white-space: normal;
}

@media (max-width: 768px) {
    .sfms-page-wrapper .sfms-table th, 
    .sfms-page-wrapper .sfms-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }
    .sfms-col-features {
        width: 35%;
    }
}

/* miglioramento menu */
/* ── DROPDOWN PRINCIPALE (1° livello) ── */
.sp-megamenu-parent .sp-dropdown-main .sp-dropdown-inner {
  background-color: #ffffff !important;
  border-top: 3px solid #0345bf !important;
  border-radius: 0 0 6px 6px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}
/* ── VOCI DEL DROPDOWN ── */
.sp-megamenu-parent .sp-dropdown-items .sp-menu-item a {
  color: #222222 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 10px 18px !important;
  display: block !important;
  border-bottom: 1px solid rgba(0,0,0,0.07) !important;
  transition: background 0.2s, padding-left 0.2s !important;
}
/* ── HOVER VOCE ── */
.sp-megamenu-parent .sp-dropdown-items .sp-menu-item a:hover {
  background-color: #0345bf !important;
  color: #ffffff !important;
  padding-left: 24px !important;
}
/* ── SEPARATORE "Soluzioni verticali" ── */
.sp-megamenu-parent .sp-dropdown-items .sp-menu-separator {
  color: #888888 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  padding: 10px 18px 4px !important;
  display: block !important;
}
/* ── SOTTOMENU 3° LIVELLO ── */
.sp-megamenu-parent .sp-dropdown-sub .sp-dropdown-inner {
  background-color: #f5f7fa !important;
  border-top: 3px solid #0345bf !important;
  border-radius: 0 0 6px 6px !important;
  box-shadow: 4px 8px 20px rgba(0,0,0,0.12) !important;
}

/* backgound grigio card home page */
#features-12.shape--bg::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 48%;
    height: 72%;
    top: 21%;
    left: 52%;
    background-color: #f2f4f8;
}

#features-12.shape--bgright::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 48%;
    height: 62%;
    top: 25%;
    right: 52%;
    background-color: #f2f4f8;
}

/* whatsapp */

.whatsappchat_475.is_bottom_right {
    bottom: 45px;
}

.is-bottom_right {
    right: 10px;
}


/* scroll up spostamento */
.sp-scroll-up {
    bottom: 70px;
}

/* home page: banda vuota sotto il menu, solo su chrome

#sp-main #sp-section-1 { display: none; }

 */

/* correzione menu mobile */
@media (max-width: 991px) {
    /* Rende il contenitore dell'header il riferimento per il posizionamento */
    #sp-header .container, 
    #sp-header .row {
        position: relative !important;
    }

    #offcanvas-toggler {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
        margin: 0 !important;
    }

    /* Assicura che il logo non venga coperto se troppo largo */
    #sp-logo {
        max-width: 80% !important;
    }
}


/* Breadcumb --------------------------------------------- */
.fa-map-marker-alt:before {
    content: none!important;
}

/* Button ------------------------------------------------ */
.btn-primary a:hover, a:focus, a:active {
    color: #000 !important;
}

/* Component: -------------------------------------------- */
#sp-main-body {
    padding: 50px 0;
}

/* Content: Documentazione -------------------------------- */

.doc-intro-grid {
    margin: 10px;
}

@media (min-width: 768px) {
    .doc-intro-grid {
        width: 47.6%;
    }
}

.article-info strong {
  display: none;
}

.menu-news .articles-leading .article-intro-image { /* disattiva immagine su prima news */
  display: none;
}

    
.menu-news .articles-leading { 
  background-color: #f4f4f4;
}

.menu-news .readmore a { 
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    border-color: #ccc;
}

.btn-facile {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 5px 3px 5px;
    background-color: #e7e7e7;
    border-color: #000;  
}

.btn-primary a:hover, a:focus, a:active {
    color: gray!important;
}


/* Content: Tabella Ecommerce --------------------------------------------- */
.riga-ecommerce-odd {
    padding: 10px;
    background: #f4f4f4;
}

.riga-ecommerce-even {
    padding: 10px;
    background: #ddd;
}

/* Easystore ------------------------------------------------------- */

.easystore-product-weight {
    display: none;
}
.easystore-checkout-shipping__weight { /* nasconde il peso */
  display: none;
}

.sppb-nav-modern>li>a#sppb-content1-1 {
  font-size: 18px!Important;
  display: none;
}

.easystore-product-payoff {
    font-size: 0.80em; /* leggermente più piccolo */
    font-style: italic; /* corsivo */
    font-weight: normal; /* non in grassetto */
    color: #555; /* colore più tenue, personalizza se desideri */
    margin-top: 5px; /* spazio sopra il pay-off */
}

.easystore-product-category {
    display:none;
}

.easystore-product-price {
    font-size: 25px;
}

/* Easystore lista prodotti----------------------------------------- */
/* ===== SPAZIATURA GRUPPI DI CARD ===== */
.sgsproduct-list-container {
    display: flex;
    flex-direction: column;
}

.sgsproduct-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* Leggermente ridotto lo spazio tra le card dello STESSO gruppo */
}

/* Nuova classe per distanziare maggiormente i blocchi (4, 2, 2) */
.sgs-group-separator {
    margin-top: 4.5rem; 
}

.sgsproduct-group .group-ecommerce .sgs-group-separator {
    margin-top: 60px;
}

.sgsproduct-group .group-assistenza .sgs-group-separator {
    margin-top: 60px;
}


/* ===== STRUTTURA CARD PIÙ COMPATTA ===== */
.sgsproduct-card {
    background: #fff;
    border: 1px solid #e8e8e4;
    border-radius: 12px;
    padding: 0.85rem 1.5rem; /* Ridotto il padding top/bottom per abbassare l'altezza */
    display: flex;
    gap: 1.5rem; /* Ridotto il gap orizzontale */
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Gruppo 1: Bordo Standard */
.sgsproduct-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1D9E75, #378ADD, #7F77DD);
    border-radius: 12px 12px 0 0;
}

/* Gruppo 2: Bordo E-commerce */
.sgsproduct-card.card-ecommerce::before {
    background: linear-gradient(90deg, #ff8c00, #ffcc00, #ff8c00);
}

/* Gruppo 3: Bordo Assistenza */
.sgsproduct-card.card-assistenza::before {
    background: linear-gradient(90deg, #1a2a5a, #25c0a0, #1a2a5a);
}

.sgsproduct-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ELEMENTI INTERNI OTTIMIZZATI PER L'ALTEZZA */
.sgsproduct-thumb {
    width: 65px; /* Immagine più piccola per non forzare l'altezza della card */
    flex-shrink: 0;
}
.sgsproduct-thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sgsproduct-title {
    font-size: 1.15rem; /* Leggermente ridotto */
    font-weight: 700;
}
.sgsproduct-title a {
    color: inherit;
    text-decoration: none;
}

/* Sottotitolo più scuro e leggibile */
.sgsproduct-subtitle {
    font-size: 0.9rem;
    line-height: 1.3;
    color: #495057; /* Grigio scuro, molto più leggibile di text-muted (#6c757d) */
    font-weight: 500;
}

.sgs-btn-dettagli {
    background-color: #378ADD;
    border: none;
    padding: 0.35rem 1rem; /* Pulsante leggermente più basso */
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}
.sgs-btn-dettagli:hover {
    background-color: #1D9E75;
    color: #fff;
}

/* Riposizionamento proporzionale del badge */
.sgs-badge-bestseller {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: #f7b733;
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    z-index: 10;
}

/* Gestione Mobile dell'intestazione e delle card */
@media (max-width: 768px) {
    .easystore-product-list .d-flex.mb-4 {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }
    .sgsproduct-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.25rem;
    }
    .sgsproduct-thumb {
        align-self: center;
        width: 80px;
    }
    .sgsproduct-actions {
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    .sgs-badge-bestseller {
        top: 8px;
        right: 8px;
    }
}


/* Fabrik: --------------------------------------------------------- */

textarea.fabrikinput {
  width: 100%;
}

.btn-group .btn-primary,  .btn-group .btn-secondary {
  margin-bottom: 10px;
}

.text-bg-light {
      background-color: transparent!important;
}

.addbutton, .clearFilters {
    border: 1px solid #ECECEC;
    BACKGROUND: #ececec;
    margin-right: 20px;
  }

.fabrikForm {
    font-size: 15px;
}

/* Finder- Search -------------------------------------------------- */

.result__taxonomy--Type {
  display:none!important;
}

.result__taxonomy-item+.result__taxonomy-item:before {
    content: none;
    padding-inline-end: 0;
}

#search-result-list time.result__date {
  display: none;
}

/* Homepage: Prezzi   ---------------------------------------------- */

.sppb-pricing-features {
  padding: 10px 10px;
    min-height: 220px;
    background-color: #f4f4f4;
    margin-top: 10px;
    border-radius: 5px;
}

/* Login: page --------------------------------------------------- */
.login #com-users-login__form {
      border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 5px 10px #ccc;
}

/* Menu mobile: forza visualizzazione sotto menu ----------------- */

.offcanvas-menu .menu-parent .menu-child { /* Nasconde i sottomenu per default */
  display: none;
  padding-left: 1rem;
}

.offcanvas-menu .menu-parent > a::after {  /* Aggiunge icona ▼ alla voce genitore */
  content: " ▼";
  float: right;
  font-size: 0.8em;
}

/* Menu: Principale ---------------------------------------------- */
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 16px;
}

/* Menu: Top destra -------------------------------------------- */

.menutopright {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.menutopright li {
    display: inline-block;
    margin: 0 10px;	  
    color: white;
}

.menutopright a {
  color: white!important;
}
@media screen and (max-width: 1024px) {
 #sp-top2 { display: none; } /* nascondi su smartphone */
}

/* Modulo: Trust pilot *---------------------------------------------- */
.css-trustpilotbottom {
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    margin-top: 20px;
    padding: 30px;
}
 
/* Modulo: Box laterale di acquisto */
.j2store-box-content {
    /* background: #d9edf7; */
    padding-bottom: 10px;
}

/* Moduli: tutti, separatore su li------------------------------------ */
.vedi-anche > ul>li {    
    border-bottom: 1px solid #ccc!important;
}

.vedi-anche .sp-module ul>li>a {
    color: #0345BF;
}
div.vedi-anche li a {
  color: #0345BF!important;
}

/* Modulo: Cerca ----------------------------------------------------- */
label.finder {
  display: none;
}

/* Modulo: Indice documentazione ------------------------------------- */
.youtube-button {
  display: inline-flex;
  align-items: center;
  background-color: #FF0000;
  color: white;
  padding: 5px 5px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.youtube-button i {
  margin-right: 8px;
  font-size: 20px;
}

.youtube-button:hover {
  background-color: #cc0000;
}


/* Modulo: Menu Caratteristiche e funzionalità ---------------------- */

/* Stile per il contenitore del menu */
.box-menu-stile {
  background-color: #e8f4fd;         /* Azzurro chiaro */
  border-left: 6px solid #0078d4!important;    /* Bordo verticale blu evidenziato */
  padding: 1rem 1.2rem!important;              /* Spaziatura interna */
  border-radius: 10px!important;               /* Angoli arrotondati */
  box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* Ombra leggera */
  font-size: 1.05rem;                /* Testo leggermente più grande */
  font-weight: 500;                  /* Peso del testo medio */
  color: #2c3e50;                    /* Colore testo principale */
  margin-bottom: 20px;              /* Distanza inferiore tra più box */
}

/* Titolo della sezione del menu */
.box-menu-stile h3 {
  border-left: transparent !important;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0078d4;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #0078d4;
  padding-left: 1.8rem;                 /* Blu intenso per il titolo */
}

/* Stile per i link nel menu */
.box-menu-stile .menu a {
  display: block;
  padding: 1rem;
  color: #2c3e50;                    /* Colore testo principale */
  text-decoration: none;             /* Rimuove la sottolineatura */
  background-color: transparent;    /* Sfondo trasparente di default */
  border-radius: 5px;                /* Angoli arrotondati */
  transition: all 0.3s ease;         /* Transizione fluida per gli effetti */
  margin-bottom: 0.5rem;             /* Spazio tra i link */
  font-weight: 500;                  /* Peso del testo normale */
}

/* Hover per i link del menu */
.box-menu-stile .menu a:hover {
  background-color: #f0f7ff;        /* Colore di sfondo chiaro al passaggio del mouse */
  color: #0078d4;                   /* Colore del testo blu al passaggio del mouse */
  transform: translateX(5px);       /* Effetto spostamento verso destra */
}

/* Evidenziazione del link attivo */
.box-menu-stile .menu .active > a,
.box-menu-stile .menu .current > a {
  color: #0078d4;                   /* Colore del testo blu per il link attivo */
  font-weight: 600;                  /* Testo più spesso per l'attivo */
  padding-left: 2rem;                /* Aumento il padding a sinistra per spostare il testo */
  background-color: #e8f4fd;        /* Colore di sfondo azzurro chiaro per il link attivo */
  border-left: 4px solid #0078d4;    /* Bordo sinistro blu per l'attivo */
}

/* Hover per il link attivo */
.box-menu-stile .menu .active > a:hover {
  background-color: #e8f4fd;        /* Sfondo azzurro chiaro al passaggio del mouse */
  color: #0078d4;                   /* Colore del testo blu */
  transform: translateX(0);         /* Non spostare il testo al passaggio del mouse */
}

.easystore-product-description .hide-in-acquista {
  display: none;
}

/* Separazione tra i link nel menu */
.box-menu-stile .menu a + a {
  margin-top: 0.4rem;               /* Spazio tra i link */
}



  
.menu-divider {
  pointer-events: none;
  cursor: default;
  border-top: 1px solid #ccc;
  margin: 4px 0;
  padding: 0;
  font-size: 0;
  height: 1px;
  background: none;
}

a.icon-link-versione {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background-color: #f0f7ff;
  border: 1px solid #cce4ff;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
  color: #00529b;
  font-weight: 500;
  font-size: 0.95rem; /* Ridotto il font */
  transition: background-color 0.2s ease;
  margin-right: 0.6rem; /* Spazio tra i link */
  white-space: nowrap; /* Impedisce il ritorno a capo nel mezzo del testo */
  text-transform: none !important; /* Usa !important per sovrascrivere altri stili */
}

a.icon-link-versione img {
  width: 20px;
  height: 20px;
  margin-right: 0.6rem;
}

a.icon-link-versione:hover {
  background-color: #dcefff;
}

/* Assicura che i link non tocchino i border quando vanno a capo */
a.icon-link-versione + a.icon-link-versione {
  margin-top: 0.4rem;
}

/* Modulo: Soluzioni, a destra -------------------------------------- */

.modulo-soluzioni a {
    color: #0345bf!important;
    font-weight: 600;
}


/* Modulo: Soluzioni, nel bottom------------------------------------- */

.mod-soluzioni a {
  color: white!important;
}
.mod-soluzioni .mod-articles-category-date {
  color: #A2A2A2;
}

/* Top Bar ---------------------------------------------------------- */
#sp-top-bar a {
    color: white;
}

/* sp page builder css class inside */
.css-ilpiuvenduto h5 {
      border: 1px solid orange;
    padding: 2px 5px!important;
    border-radius: 5px;
    background-color: orange;
}

/* css per gestionali verticali  */
/* css per gestionali verticali  */
:root {
  --sfmfs-bg: #ffffff;
  --sfmfs-bg-soft: #f6f8fb;
  --sfmfs-text: #1b2430;
  --sfmfs-muted: #5b6574;
  --sfmfs-primary: #0b63ce;
  --sfmfs-primary-dark: #084b9c;
  --sfmfs-accent: #eaf3ff;
  --sfmfs-border: #dfe6ee;
  --sfmfs-shadow: 0 10px 30px rgba(10, 35, 66, 0.08);
  --sfmfs-radius: 18px;
  --sfmfs-container: 1180px;
}

.sfmfs-topbar,
.sfmfs-site-header,
.sfmfs-footer,
.sfmfs-hero,
.sfmfs-alt-section,
.sfmfs-cta-box,
.sfmfs-feature-card,
.sfmfs-faq-item,
.sfmfs-season-card,
.sfmfs-module-card,
.sfmfs-testimonial-card,
.sfmfs-image-card,
.sfmfs-tag,
.sfmfs-btn,
.sfmfs-logo,
.sfmfs-nav-links a,
.sfmfs-breadcrumbs,
.sfmfs-breadcrumbs a,
.sfmfs-eyebrow,
.sfmfs-caption,
.sfmfs-keyline,
.sfmfs-author,
.sfmfs-quote,
.sfmfs-stars,
.sfmfs-section-intro,
.sfmfs-content-block,
.sfmfs-grid-2,
.sfmfs-grid-3,
.sfmfs-grid-4,
.sfmfs-tags,
.sfmfs-hero-points,
.sfmfs-cta-actions,
.sfmfs-faq-list,
.sfmfs-season-body ul,
.sfmfs-season-body li,
.sfmfs-module-icon,
.sfmfs-intro-badge,
.sfmfs-intro-visual-inner,
.sfmfs-fashion-label,
.sfmfs-fashion-icons,
.sfmfs-fashion-icons-small,
.sfmfs-icon {
  box-sizing: border-box;
}

.sfmfs-vertical-page {
  color: var(--sfmfs-text);
  background: var(--sfmfs-bg);
  line-height: 1.6;
}

.sfmfs-vertical-page img {
  max-width: 100%;
  display: block;
  height: auto;
}

.sfmfs-container {
  width: min(100% - 32px, var(--sfmfs-container));
  margin: 0 auto;
}

.sfmfs-topbar {
  background: #0d1b2a;
  color: #fff;
  font-size: 14px;
}

.sfmfs-topbar .sfmfs-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.sfmfs-site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--sfmfs-border);
}

.sfmfs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.sfmfs-logo {
  font-size: 24px;
  font-weight: 700;
  color: var(--sfmfs-text);
  text-decoration: none;
}

.sfmfs-logo span { color: var(--sfmfs-primary); }

.sfmfs-nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.sfmfs-nav-links a {
  color: var(--sfmfs-text);
  text-decoration: none;
}

.sfmfs-nav-links a:hover,
.sfmfs-breadcrumbs a:hover {
  text-decoration: underline;
}

.sfmfs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: .2s ease;
  text-decoration: none;
}

.sfmfs-btn-primary {
  background: var(--sfmfs-primary);
  color: #fff !important;
  box-shadow: var(--sfmfs-shadow);
}

.sfmfs-btn-primary:hover {
  background: var(--sfmfs-primary-dark);
  text-decoration: none;
}

.sfmfs-btn-secondary {
  border-color: var(--sfmfs-border);
  color: var(--sfmfs-text);
  background: #fff;
}

.sfmfs-btn-secondary:hover {
  text-decoration: none;
}

/* Spaziature applicate TASSATIVAMENTE solo alle sezioni principali della landing */
.sfmfs-vertical-page section.sfmfs-main-section {
  padding: 50px 0 !important;
  margin: 0 !important;
}

.sfmfs-vertical-page .sfmfs-hero.sfmfs-main-section {
  padding: 50px 0 60px !important;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

/* Protezione totale per evitare che i moduli ereditino padding indesiderati sui loro tag section */
.sfmfs-vertical-page section.sfmfs-main-section section,
.sfmfs-vertical-page .container-fluid section {
  padding: 0 !important;
  margin: 0 !important;
}

.sfmfs-hero-grid,
.sfmfs-content-block,
.sfmfs-grid-2,
.sfmfs-grid-3,
.sfmfs-grid-4 {
  display: grid;
  gap: 24px;
}

.sfmfs-hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.sfmfs-content-block {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 20px 0;
}

.sfmfs-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sfmfs-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sfmfs-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.sfmfs-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 12px;
  background: var(--sfmfs-accent);
  color: var(--sfmfs-primary-dark);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.sfmfs-vertical-page h1, 
.sfmfs-vertical-page h2, 
.sfmfs-vertical-page h3 {
  line-height: 1.2;
  margin: 0 0 20px;
}

.sfmfs-vertical-page h1 { font-size: clamp(34px, 5vw, 56px); }
.sfmfs-vertical-page h2 { font-size: clamp(28px, 4vw, 40px); }
.sfmfs-vertical-page h3 { font-size: 22px; }

.sfmfs-lead,
.sfmfs-section-intro p,
.sfmfs-feature-card p,
.sfmfs-faq-item p,
.sfmfs-season-body li,
.sfmfs-module-card p,
.sfmfs-author,
.sfmfs-caption,
.sfmfs-breadcrumbs,
.sfmfs-content-block p {
  color: var(--sfmfs-muted);
}

.sfmfs-lead {
  font-size: 19px;
  margin: 0 0 24px;
}

.sfmfs-hero-actions,
.sfmfs-tags,
.sfmfs-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.sfmfs-hero-actions {
  margin-bottom: 24px;
}

.sfmfs-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.sfmfs-hero-points div,
.sfmfs-feature-card,
.sfmfs-faq-item,
.sfmfs-season-card,
.sfmfs-module-card,
.sfmfs-testimonial-card,
.sfmfs-image-card,
.sfmfs-cta-box {
  background: #fff;
  border: 1px solid var(--sfmfs-border);
  border-radius: var(--sfmfs-radius);
  box-shadow: var(--sfmfs-shadow);
}

.sfmfs-hero-points div {
  padding: 14px 16px;
  font-weight: 700;
  color: #233044;
}

.sfmfs-image-card {
  overflow: hidden;
  position: relative;
}

.sfmfs-image-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.sfmfs-caption {
  padding: 16px;
  font-size: 15px;
}

.sfmfs-section-intro {
  max-width: 760px;
  margin-bottom: 44px;
}

.sfmfs-section-intro p {
  margin: 12px 0 0 0;
  font-size: 18px;
}

.sfmfs-feature-card,
.sfmfs-faq-item,
.sfmfs-season-card,
.sfmfs-module-card,
.sfmfs-testimonial-card,
.sfmfs-cta-box {
  padding: 30px;
}

.sfmfs-feature-card:hover,
.sfmfs-module-card:hover,
.sfmfs-testimonial-card:hover,
.sfmfs-season-card:hover {
  transform: translateY(-2px);
  transition: transform .2s ease;
}

.sfmfs-icon,
.sfmfs-module-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--sfmfs-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.sfmfs-keyline {
  display: inline-block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--sfmfs-primary);
}

.sfmfs-alt-section {
  background: var(--sfmfs-bg-soft);
}

.sfmfs-tags {
  margin-top: 28px;
}

.sfmfs-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(11, 99, 206, 0.08);
  border: 1px solid rgba(11, 99, 206, 0.18);
  color: var(--sfmfs-primary);
  font-size: 13px;
  font-weight: 700;
}

.sfmfs-intro-visual {
  min-height: 420px;
  background: linear-gradient(135deg, #edf5ff 0%, #f8fbff 100%);
}

.sfmfs-intro-visual-inner {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.sfmfs-fashion-icons {
  font-size: 64px;
}

.sfmfs-fashion-icons-small {
  font-size: 42px;
}

.sfmfs-fashion-label {
  font-size: 24px;
  font-weight: 700;
  color: var(--sfmfs-primary-dark);
}

.sfmfs-intro-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: var(--sfmfs-primary);
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: var(--sfmfs-shadow);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .06em;
}

.sfmfs-intro-badge strong {
  display: block;
  font-size: 28px;
  letter-spacing: normal;
}

.sfmfs-season-card {
  overflow: hidden;
  padding: 0;
}

.sfmfs-season-top {
  padding: 26px 22px 18px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sfmfs-season-pe { background: linear-gradient(160deg, #fef0d0, #e8c97a); }
.sfmfs-season-ai { background: linear-gradient(160deg, #f0e0c8, #d4916e); }
.sfmfs-season-sale { background: linear-gradient(160deg, #d0e8f0, #8ab8d4); }
.sfmfs-season-end { background: linear-gradient(160deg, #dce8f4, #9ab4d8); }

.sfmfs-season-emoji {
  font-size: 38px;
  margin-bottom: 10px;
}

.sfmfs-season-body {
  padding: 20px 22px 24px;
}

.sfmfs-season-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sfmfs-season-body li {
  padding: 8px 0;
  border-bottom: 1px solid var(--sfmfs-border);
  display: flex;
  gap: 8px;
}

.sfmfs-season-body li:last-child { border-bottom: 0; }
.sfmfs-season-body li::before {
  content: "✓";
  color: var(--sfmfs-primary);
  font-weight: 700;
}

.sfmfs-modules-grid {
  gap: 20px;
}

.sfmfs-module-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.sfmfs-stars {
  color: var(--sfmfs-primary);
  letter-spacing: .12em;
  margin-bottom: 10px;
}

.sfmfs-quote {
  font-size: 20px;
  line-height: 1.5;
  color: var(--sfmfs-text);
  margin: 0 0 18px;
}

.sfmfs-author strong {
  display: block;
  color: var(--sfmfs-text);
  margin-bottom: 4px;
}

.sfmfs-faq-list {
  display: grid;
  gap: 20px;
}

.sfmfs-faq-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.sfmfs-cta-box {
  background: linear-gradient(135deg, #0b63ce 0%, #084b9c 100%);
  color: #fff;
  border: none;
}

.sfmfs-cta-box h2,
.sfmfs-cta-box p,
.sfmfs-cta-box a {
  color: #fff;
}

.sfmfs-cta-actions {
  margin-top: 20px;
}

.sfmfs-cta-actions .sfmfs-btn-secondary {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.28);
  color: #fff;
}

.sfmfs-breadcrumbs {
  font-size: 14px;
  margin: 18px 0 0;
}

.sfmfs-breadcrumbs a {
  color: var(--sfmfs-muted);
  text-decoration: none;
}

.sfmfs-footer {
  padding: 28px 0 42px;
  border-top: 1px solid var(--sfmfs-border);
  color: var(--sfmfs-muted);
  font-size: 15px;
}

@media (max-width: 980px) {
  .sfmfs-hero-grid,
  .sfmfs-content-block,
  .sfmfs-grid-4,
  .sfmfs-grid-3,
  .sfmfs-grid-2,
  .sfmfs-hero-points {
    grid-template-columns: 1fr;
  }

  .sfmfs-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}