/* ============================================================
   Tema cernierepermobili — design system + componenti
   (estratto dal markup statico temp1, condiviso da tutte le pagine)
   ============================================================ */

/* --- base + scheda prodotto --- */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --red:        #CC0000;
      --red-dark:   #A00000;
      --red-deeper: #7a0000;
      --red-pale:   #fdf0f0;
      --red-border: #f5c0c0;

      --gray-900: #1a1a1a;
      --gray-700: #3a3a3a;
      --gray-500: #6a6a6a;
      --gray-400: #909090;
      --gray-300: #d0d0d0;
      --gray-200: #e4e4e4;
      --gray-100: #f4f4f4;
      --gray-50:  #fafafa;
      --white:    #ffffff;
      --dark:     #1c1c1c;

      --radius-sm:  4px;
      --radius-md:  8px;
      --radius-lg: 12px;
      --font: 'Inter', system-ui, sans-serif;
      --max-w: 1140px;
    }

    html { font-size: 15px; scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--gray-900); background: var(--gray-50); -webkit-font-smoothing: antialiased; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; height: auto; }
    .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

    /* ── TOPBAR ── */
    .topbar { background: var(--dark); padding: 7px 0; font-size: 12px; color: #777; }
    .topbar .container { display: flex; justify-content: space-between; align-items: center; }
    .topbar a { color: #777; transition: color .15s; }
    .topbar a:hover { color: #fff; }
    .topbar-right { display: flex; gap: 20px; justify-content: flex-end; }

    /* ── NAV ── */
    .nav { background: var(--white); border-bottom: 1px solid var(--gray-300); position: sticky; top: 0; z-index: 100; transition: box-shadow .2s; }
    .nav .container { display: flex; align-items: center; justify-content: space-between; height: 66px; }
    .nav-logo { display: flex; align-items: center; gap: 12px; }
    .nav-logo img { height: 48px; width: auto; }
    .nav-logo-text .brand { font-size: 16px; font-weight: 600; color: var(--gray-900); letter-spacing: -.3px; }
    .nav-logo-text .brand span { color: var(--red); }
    .nav-logo-text .sub { font-size: 10px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 1.2px; }
    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a { font-size: 14px; color: var(--gray-700); transition: color .15s; }
    .nav-links a:hover, .nav-links a.active { color: var(--red); }
    .nav-links a.active { font-weight: 500; }
    .nav-cta { display: inline-flex; align-items: center; gap: 7px; background: var(--red); color: #fff; border: none; border-radius: var(--radius-md); padding: 10px 20px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .15s; font-family: var(--font); }
    .nav-cta:hover { background: var(--red-dark); }
    .nav-cta svg { width: 15px; height: 15px; }

    /* ── BREADCRUMB ── */
    .breadcrumb-bar { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 11px 0; }
    .breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gray-500); flex-wrap: wrap; }
    .breadcrumb a { color: var(--red); }
    .breadcrumb a:hover { text-decoration: underline; }
    .breadcrumb-sep { color: var(--gray-300); }

    /* ── PAGE LAYOUT ── */
    .page-body { padding: 36px 0 64px; }
    .page-body .container { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
    .article-body { padding: 36px 0 64px; }
    .article-body .container {  grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }

    /* ── MAIN COLUMN ── */
    .main-col { display: flex; flex-direction: column; gap: 36px; }

    /* ── PRODUCT HEADER ── */
    .prod-header { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
    .prod-header-top { padding: 24px 28px 20px; border-bottom: 1px solid var(--gray-100); }
    .prod-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
    .prod-cat-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--red); font-weight: 600; background: var(--red-pale); border: 1px solid var(--red-border); border-radius: 20px; padding: 3px 12px; }
    .prod-tipo { font-size: 11px; color: var(--gray-500); }
    .prod-h1 { font-size: 26px; font-weight: 600; color: var(--gray-900); letter-spacing: -.4px; line-height: 1.2; margin-bottom: 10px; }
    .prod-subtitle { font-size: 15px; color: var(--gray-500); line-height: 1.7; }
    .prod-header-meta { padding: 14px 28px; display: flex; gap: 24px; flex-wrap: wrap; }
    .meta-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--gray-500); }
    .meta-item svg { width: 15px; height: 15px; color: var(--red); flex-shrink: 0; }
    .meta-item strong { color: var(--gray-900); }

    /* ── GALLERY ── */
    .gallery-block { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
    .gallery-main { position: relative; height: 340px; background: var(--gray-100); overflow: hidden; cursor: zoom-in; }
    .gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
    .gallery-main:hover img { transform: scale(1.03); }
    .gallery-badge { position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 4px; }
    .gallery-thumbs { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--gray-100); overflow-x: auto; }
    .thumb { width: 80px; height: 64px; border-radius: var(--radius-sm); overflow: hidden; border: 2px solid transparent; cursor: pointer; flex-shrink: 0; transition: border-color .15s; background: var(--gray-100); }
    .thumb img { width: 100%; height: 100%; object-fit: cover; }
    .thumb.active { border-color: var(--red); }
    .thumb:hover { border-color: var(--gray-400); }

    /* Griglia gallery a fine articolo (immagini ingrandibili nel lightbox) */
    .gal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
    .gal-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-sm); cursor: zoom-in; transition: opacity .15s; }
    .gal-grid img:hover { opacity: .85; }

    /* ── DESCRIZIONE ── */
    .section-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 28px; }
    .card-label { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: var(--red); font-weight: 600; margin-bottom: 10px; }
    .card-h2 { font-size: 18px; font-weight: 600; color: var(--gray-900); margin-bottom: 16px; letter-spacing: -.2px; }
    .card-body { font-size: 14px; color: var(--gray-700); line-height: 1.8; }
    .card-body p + p { margin-top: 12px; }
    .card-body strong { color: var(--gray-900); font-weight: 600; }

    /* Applicazioni */
    .app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
    .app-item { border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 14px; text-align: center; }
    .app-item svg { width: 28px; height: 28px; color: var(--red); margin: 0 auto 8px; }
    .app-item h4 { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
    .app-item p { font-size: 12px; color: var(--gray-500); line-height: 1.5; }

    /* ── SPECIFICHE TECNICHE ── */
    .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; margin-top: 4px; }
    .spec-row { display: contents; }
    .spec-key { background: var(--gray-50); padding: 12px 16px; font-size: 13px; font-weight: 500; color: var(--gray-700); border-bottom: 1px solid var(--gray-200); border-right: 1px solid var(--gray-200); }
    .spec-val { background: var(--white); padding: 12px 16px; font-size: 13px; color: var(--gray-900); border-bottom: 1px solid var(--gray-200); }
    .spec-key:last-of-type, .spec-val:last-of-type { border-bottom: none; }

    /* highlight spec */
    .spec-highlight { background: var(--red-pale); }
    .spec-highlight .spec-key { background: #f7e0e0; color: var(--red-deeper); border-right-color: var(--red-border); border-bottom-color: var(--red-border); }
    .spec-highlight .spec-val { background: var(--red-pale); border-bottom-color: var(--red-border); font-weight: 600; color: var(--red-deeper); }

    /* Marche compatibili */
    .brands-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
    .brand-pill { border: 1px solid var(--gray-300); border-radius: 6px; padding: 6px 14px; font-size: 12px; font-weight: 500; color: var(--gray-700); background: var(--white); }

    /* ── COME SI INSTALLA ── */
    .steps { display: flex; flex-direction: column; gap: 0; margin-top: 4px; }
    .step { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--gray-100); align-items: start; }
    .step:last-child { border-bottom: none; padding-bottom: 0; }
    .step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: #fff; font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .step-body h4 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
    .step-body p { font-size: 13px; color: var(--gray-500); line-height: 1.65; }

    /* ── PRODOTTI CORRELATI ── */
    .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .related-card { border: 1px solid var(--gray-200); border-radius: var(--radius-md); overflow: hidden; background: var(--white); transition: border-color .15s; }
    .related-card:hover { border-color: var(--red); }
    .related-img { height: 100px; overflow: hidden; background: var(--gray-100); }
    .related-img img { width: 100%; height: 100%; object-fit: cover; }
    .related-body { padding: 12px; }
    .related-body .tag { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--red); font-weight: 600; margin-bottom: 4px; }
    .related-body h4 { font-size: 13px; font-weight: 600; margin-bottom: 8px; line-height: 1.35; }
    .related-link { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: var(--red); font-weight: 500; }
    .related-link svg { width: 12px; height: 12px; }

    /* ── SIDEBAR ── */
    .sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 82px; }

    /* Form sidebar */
    .form-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
    .form-card-head { background: var(--red); padding: 18px 22px; }
    .form-card-head h3 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 3px; }
    .form-card-head p { font-size: 12px; color: rgba(255,255,255,.75); }
    .form-card-body { padding: 20px 22px; display: flex; flex-direction: column; gap: 10px; }
    .form-group { display: flex; flex-direction: column; gap: 4px; }
    .form-label { font-size: 11px; font-weight: 600; color: var(--red-deeper); text-transform: uppercase; letter-spacing: .8px; }
    .form-card input, .form-card select, .form-card textarea {
      border: 1px solid var(--gray-300); border-radius: var(--radius-md); padding: 9px 11px;
      font-size: 13px; background: var(--white); color: var(--gray-900);
      font-family: var(--font); transition: border-color .15s; outline: none;
    }
    .form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--red); }
    .form-card textarea { height: 76px; resize: vertical; }
    .form-card select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23CC0000' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; padding-right: 28px; }
    .form-privacy { display: flex; align-items: flex-start; gap: 7px; font-size: 11px; color: var(--gray-500); }
    .form-privacy input { width: auto; margin-top: 2px; accent-color: var(--red); }
    .form-submit { display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--red); color: #fff; border: none; border-radius: var(--radius-md); padding: 12px; font-size: 14px; font-weight: 600; cursor: pointer; width: 100%; font-family: var(--font); transition: background .15s; }
    .form-submit:hover { background: var(--red-dark); }
    .form-submit svg { width: 15px; height: 15px; }
    .form-footer { padding: 0 22px 18px; display: flex; flex-direction: column; gap: 7px; }
    .form-guarantee { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--gray-500); }
    .form-guarantee svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0; }

    /* Quick specs sidebar */
    .quick-specs { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
    .quick-specs-head { background: var(--gray-100); padding: 14px 18px; border-bottom: 1px solid var(--gray-200); }
    .quick-specs-head h4 { font-size: 13px; font-weight: 600; color: var(--gray-900); }
    .quick-spec-item { display: flex; justify-content: space-between; align-items: center; padding: 11px 18px; border-bottom: 1px solid var(--gray-100); font-size: 13px; }
    .quick-spec-item:last-child { border-bottom: none; }
    .quick-spec-item .k { color: var(--gray-500); }
    .quick-spec-item .v { font-weight: 500; color: var(--gray-900); }
    .quick-spec-item .v.red { color: var(--red); }

    /* Download card */
    .download-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 18px; }
    .download-card h4 { font-size: 13px; font-weight: 600; margin-bottom: 12px; }
    .download-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid var(--gray-200); border-radius: var(--radius-md); margin-bottom: 8px; cursor: pointer; transition: border-color .15s; }
    .download-item:last-child { margin-bottom: 0; }
    .download-item:hover { border-color: var(--red); }
    .download-icon { width: 36px; height: 36px; background: var(--red-pale); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .download-icon svg { width: 18px; height: 18px; color: var(--red); }
    .download-info { flex: 1; }
    .download-info .name { font-size: 13px; font-weight: 500; color: var(--gray-900); }
    .download-info .meta { font-size: 11px; color: var(--gray-500); }
    .download-arrow { color: var(--gray-400); }
    .download-arrow svg { width: 14px; height: 14px; }

    /* Navbar tipologie verticale sidebar */
    .nav-tipologie { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; }
    .nav-tipologie-head { background: var(--dark); padding: 13px 18px; }
    .nav-tipologie-head h4 { font-size: 12px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
    .nav-tip-item { display: flex; align-items: center; justify-content: space-between; padding: 11px 18px; border-bottom: 1px solid var(--gray-100); font-size: 13px; color: var(--gray-700); transition: all .15s; }
    .nav-tip-item:last-child { border-bottom: none; }
    .nav-tip-item:hover { background: var(--gray-50); color: var(--red); }
    .nav-tip-item.current { background: var(--red-pale); color: var(--red); font-weight: 600; border-left: 3px solid var(--red); padding-left: 15px; }
    .nav-tip-item svg { width: 13px; height: 13px; flex-shrink: 0; }

    /* ── FAQ ── */
    .faq-list { display: flex; flex-direction: column; gap: 0; }
    .faq-item { border-bottom: 1px solid var(--gray-200); }
    .faq-item:last-child { border-bottom: none; }
    .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; cursor: pointer; gap: 12px; }
    .faq-question h4 { font-size: 14px; font-weight: 600; color: var(--gray-900); line-height: 1.4; }
    .faq-toggle { width: 24px; height: 24px; border-radius: 50%; background: var(--red-pale); border: 1px solid var(--red-border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .15s; }
    .faq-toggle svg { width: 12px; height: 12px; color: var(--red); transition: transform .2s; }
    .faq-answer { font-size: 13px; color: var(--gray-500); line-height: 1.75; padding-bottom: 16px; display: none; }
    .faq-item.open .faq-answer { display: block; }
    .faq-item.open .faq-toggle { background: var(--red); }
    .faq-item.open .faq-toggle svg { color: #fff; transform: rotate(45deg); }

    /* ── BANNER STRIP ── */
    .banner-strip { background: var(--red); padding: 20px 0; }
    .banner-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
    .banner-strip h3 { font-size: 16px; font-weight: 600; color: #fff; }
    .banner-strip p { font-size: 13px; color: rgba(255,255,255,.75); margin-top: 2px; }
    .btn-white { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--red); border: none; border-radius: var(--radius-md); padding: 11px 22px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: var(--font); white-space: nowrap; transition: background .15s; }
    .btn-white:hover { background: #f5e8e8; }
    .btn-white svg { width: 15px; height: 15px; }

    /* ── FOOTER ── */
    .site-footer { background: var(--dark); padding: 44px 0 0; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .footer-brand img { height: 40px; width: auto; margin-bottom: 12px; filter: brightness(0) invert(1); opacity: .8; }
    .footer-brand p { font-size: 13px; color: #777; line-height: 1.7; }
    .footer-col h5 { font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; color: var(--red); font-weight: 600; margin-bottom: 14px; }
    .footer-col a { display: block; font-size: 13px; color: #777; margin-bottom: 8px; transition: color .15s; }
    .footer-col a:hover { color: #fff; }
    .footer-col a.current-page { color: #ccc; font-weight: 500; }
    .footer-bottom { background: #111; padding: 13px 0; }
    .footer-bottom .container { display: flex; justify-content: space-between; font-size: 12px; color: #555; flex-wrap: wrap; gap: 8px; }
    .footer-bottom-links { display: flex; gap: 18px; }
    .footer-bottom-links a { color: #555; }
    .footer-bottom-links a:hover { color: #999; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1000px) {
      .page-body .container { grid-template-columns: 1fr; }
      .sidebar { position: static; }
      .app-grid { grid-template-columns: repeat(3, 1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 640px) {
      .nav-links { display: none; }
      .app-grid { grid-template-columns: 1fr; }
      .related-grid { grid-template-columns: 1fr; }
      .specs-grid { grid-template-columns: 1fr; }
      .spec-key { border-right: none; border-bottom-color: var(--gray-100); }
      .spec-val { border-bottom-color: var(--gray-200); }
      .footer-grid { grid-template-columns: 1fr; }
      .prod-h1 { font-size: 20px; }
      .gallery-main { height: 240px; }
      .banner-strip .container { flex-direction: column; align-items: flex-start; }
    }

/* --- home / listino / news / faq --- */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      /* Brand rosso originale cernierepermobili.it */
      --red:          #CC0000;
      --red-dark:     #A00000;
      --red-deeper:   #7a0000;
      --red-pale:     #fdf0f0;
      --red-border:   #f5c0c0;

      /* Neutri caldi per bilanciare il rosso */
      --gray-900:     #1a1a1a;
      --gray-700:     #3a3a3a;
      --gray-500:     #6a6a6a;
      --gray-300:     #d0d0d0;
      --gray-100:     #f4f4f4;
      --gray-50:      #fafafa;
      --white:        #ffffff;

      /* Accento scuro per header/footer */
      --dark:         #1c1c1c;
      --dark-mid:     #2a2a2a;
      --dark-soft:    #3d3d3d;
      --dark-muted:   #888888;

      --radius-sm:  4px;
      --radius-md:  8px;
      --radius-lg: 12px;
      --font: 'Inter', system-ui, sans-serif;
      --max-w: 1140px;
    }

    html { font-size: 15px; scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--gray-900); background: var(--gray-50); -webkit-font-smoothing: antialiased; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; height: auto; }

    .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

    /* ── TOPBAR ── */
    .topbar { background: var(--dark); padding: 7px 0; font-size: 12px; color: var(--dark-muted); }
    .topbar .container { display: flex; justify-content: space-between; align-items: center; }
    .topbar a { color: var(--dark-muted); transition: color .15s; }
    .topbar a:hover { color: #fff; }
    .topbar-right { display: flex; gap: 20px; }

    /* ── NAV ── */
    .nav { background: var(--white); border-bottom: 1px solid var(--gray-300); position: sticky; top: 0; z-index: 100; transition: box-shadow .2s; }
    .nav .container { display: flex; align-items: center; justify-content: space-between; height: 66px; }

    .nav-logo { display: flex; align-items: center; gap: 12px; }
    .nav-logo img.logo-img { height: 48px; width: auto; }
    .nav-logo-text { display: flex; flex-direction: column; gap: 1px; }
    .nav-logo-text .brand { font-size: 16px; font-weight: 600; color: var(--gray-900); letter-spacing: -0.3px; }
    .nav-logo-text .brand span { color: var(--red); }
    .nav-logo-text .sub { font-size: 10px; color: var(--gray-500); text-transform: uppercase; letter-spacing: 1.2px; }

    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a { font-size: 14px; color: var(--gray-700); transition: color .15s; position: relative; }
    .nav-links a:hover { color: var(--red); }
    .nav-links a.active { color: var(--red); font-weight: 500; }
    .nav-links a.active::after { content:''; position:absolute; bottom:-23px; left:0; right:0; height:3px; background:var(--red); border-radius:2px 2px 0 0; }

    .nav-cta { display:inline-flex; align-items:center; gap:7px; background:var(--red); color:#fff; border:none; border-radius:var(--radius-md); padding:10px 20px; font-size:13px; font-weight:600; cursor:pointer; transition:background .15s; font-family:var(--font); }
    .nav-cta:hover { background:var(--red-dark); }
    .nav-cta svg { width:15px; height:15px; }

    /* ── HERO ── */
    .hero { position: relative; overflow: hidden; min-height: 420px; }
    .hero-bg {
      position: absolute; inset: 0;
      background-image: url('https://www.cernierepermobili.it/media/generale/2026/06/4006002a9b2b6cbd.jpg');
      background-size: cover; background-position: center;
      filter: brightness(0.38);
    }
    .hero-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(28,28,28,0.92) 40%, rgba(28,28,28,0.55) 100%); }
    .hero-content { position:relative; z-index:2; padding: 72px 0 64px; }
    .hero-content .container { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; }

    .hero-left { display:flex; flex-direction:column; gap:22px; }
    .hero-eyebrow { font-size:11px; text-transform:uppercase; letter-spacing:2.5px; color:var(--red); font-weight:600; }
    .hero-h1 { font-size:36px; font-weight:600; color:#fff; line-height:1.2; letter-spacing:-0.5px; }
    .hero-h1 em { font-style:normal; color:#f88; }
    .hero-desc { font-size:15px; color:#b8b8b8; line-height:1.75; max-width:480px; }
    .hero-btns { display:flex; gap:12px; flex-wrap:wrap; }

    .btn-red { display:inline-flex; align-items:center; gap:7px; background:var(--red); color:#fff; border:none; border-radius:var(--radius-md); padding:12px 24px; font-size:14px; font-weight:600; cursor:pointer; transition:background .15s; font-family:var(--font); }
    .btn-red:hover { background:var(--red-dark); }
    .btn-red svg { width:16px; height:16px; }
    .btn-ghost { display:inline-flex; align-items:center; gap:7px; background:transparent; color:#ccc; border:1px solid rgba(255,255,255,0.25); border-radius:var(--radius-md); padding:12px 24px; font-size:14px; font-weight:500; cursor:pointer; transition:all .15s; font-family:var(--font); }
    .btn-ghost:hover { background:rgba(255,255,255,0.08); color:#fff; }
    .btn-ghost svg { width:16px; height:16px; }

    /* Stats box hero */
    .hero-stats { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:rgba(255,255,255,0.08); border-radius:var(--radius-lg); overflow:hidden; }
    .hero-stat { background:rgba(255,255,255,0.06); padding:24px 18px; text-align:center; display:flex; flex-direction:column; gap:6px; }
    .hero-stat .num { font-size:28px; font-weight:600; color:var(--red); letter-spacing:-0.5px; line-height:1; }
    .hero-stat .num-sm { font-size:20px; font-weight:600; color:var(--red); }
    .hero-stat .lbl { font-size:11px; color:#999; text-transform:uppercase; letter-spacing:.8px; line-height:1.5; }

    /* ── BREADCRUMB ── */
    .breadcrumb-bar { background:var(--white); border-bottom:1px solid var(--gray-300); padding:10px 0; }
    .breadcrumb { display:flex; align-items:center; gap:6px; font-size:12px; color:var(--gray-500); }
    .breadcrumb a { color:var(--red); }
    .breadcrumb a:hover { text-decoration:underline; }
    .breadcrumb-sep { color:var(--gray-300); }

    /* ── SECTION COMMONS ── */
    .section-label { font-size:11px; text-transform:uppercase; letter-spacing:2px; color:var(--red); font-weight:600; margin-bottom:8px; }
    .section-h2 { font-size:22px; font-weight:600; color:var(--gray-900); letter-spacing:-0.3px; margin-bottom:10px; }
    .section-desc { font-size:14px; color:var(--gray-500); line-height:1.75; max-width:680px; }

    /* ── INTRO + FILTER ── */
    /* Copertina della pagina: fascia a tutta larghezza sopra il contenuto */
    .page-cover { display:block; width:100%; max-height:420px; object-fit:cover; }

    .intro-section { background:var(--white); padding:36px 0 0; }

    .filter-bar { display:flex; gap:8px; flex-wrap:wrap; padding-bottom:24px; border-bottom:1px solid var(--gray-300); margin-top:22px; }
    .filter-chip { border:1px solid var(--gray-300); border-radius:20px; padding:6px 16px; font-size:13px; cursor:pointer; background:transparent; color:var(--gray-700); font-family:var(--font); transition:all .15s; }
    .filter-chip:hover { border-color:var(--red); color:var(--red); }
    .filter-chip.active { background:var(--red); color:#fff; border-color:var(--red); font-weight:500; }

    /* ── PRODUCT GRID ── */
    .products-section { background:var(--white); padding:28px 0 52px; }
    .product-grid { display:grid; grid-template-columns:repeat(var(--zb-cols,3),1fr); gap:18px; margin:10px 0; }

    .prod-card { border:1px solid var(--gray-300); border-radius:var(--radius-lg); background:var(--white); overflow:hidden; display:flex; flex-direction:column; transition:border-color .15s, box-shadow .15s; }
    .prod-card:hover { border-color:var(--red); box-shadow:0 4px 20px rgba(204,0,0,0.08); }

    /* immagine prodotto */
    .prod-img { position:relative; height:230px; overflow:hidden; background:var(--gray-100); }
    .prod-img img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
    .prod-card:hover .prod-img img { transform:scale(1.04); }
    .prod-img-placeholder { width:100%; height:100%; display:flex; align-items:center; justify-content:center; background:var(--gray-100); }
    .prod-img-placeholder svg { width:56px; height:56px; color:var(--gray-300); }

    .prod-body { padding:16px; flex:1; display:flex; flex-direction:column; }
    .prod-tag { font-size:10px; text-transform:uppercase; letter-spacing:1.2px; color:var(--red); font-weight:600; margin-bottom:6px; }
    .prod-name { font-size:15px; font-weight:600; color:var(--gray-900); margin-bottom:8px; line-height:1.35; }
    .prod-desc { font-size:13px; color:var(--gray-500); line-height:1.65; flex:1; margin-bottom:14px; }
    .prod-materials { display:flex; gap:5px; flex-wrap:wrap; margin-bottom:14px; }
    .mat-tag { background:var(--gray-100); border:1px solid var(--gray-300); border-radius:4px; padding:2px 8px; font-size:11px; color:var(--gray-500); }
    .prod-foot { border-top:1px solid var(--gray-100); padding-top:12px; display:flex; justify-content:space-between; align-items:center; }
    .prod-link { display:inline-flex; align-items:center; gap:5px; font-size:13px; color:var(--red); font-weight:500; transition:gap .15s; }
    .prod-link:hover { gap:8px; }
    .prod-link svg { width:14px; height:14px; }
    .prod-req { font-size:12px; color:var(--gray-500); background:none; border:none; cursor:pointer; font-family:var(--font); text-decoration:underline; text-underline-offset:2px; }
    .prod-req:hover { color:var(--red); }

    .view-all-wrap { text-align:center; padding-top:32px; }
    .btn-view-all { display:inline-flex; align-items:center; gap:7px; border:1px solid var(--red); color:var(--red); background:transparent; border-radius:var(--radius-md); padding:12px 28px; font-size:14px; font-weight:600; cursor:pointer; font-family:var(--font); transition:all .15s; }
    .btn-view-all:hover { background:var(--red); color:#fff; }
    .btn-view-all svg { width:15px; height:15px; }

    /* ── BANNER STRIP ── */
    .banner-strip { background:var(--red); padding:22px 0; }
    .banner-strip .container { display:flex; align-items:center; justify-content:space-between; gap:24px; }
    .banner-strip-text h3 { font-size:17px; font-weight:600; color:#fff; }
    .banner-strip-text p { font-size:13px; color:rgba(255,255,255,.75); margin-top:3px; }
    .btn-white { display:inline-flex; align-items:center; gap:7px; background:#fff; color:var(--red); border:none; border-radius:var(--radius-md); padding:11px 22px; font-size:14px; font-weight:600; cursor:pointer; font-family:var(--font); transition:background .15s; white-space:nowrap; }
    .btn-white:hover { background:#f5e8e8; }
    .btn-white svg { width:15px; height:15px; }

    /* ── REQUEST FORM ── */
    .req-section { background:var(--gray-50); padding:52px 0; }
    .req-box { border:1px solid var(--red-border); border-radius:var(--radius-lg); background:var(--red-pale); padding:40px 44px; /*display:grid;*/ grid-template-columns:1fr 1.5fr; gap:52px; align-items:start; }
    .req-left h3 { font-size:20px; font-weight:600; color:var(--red-deeper); margin-bottom:10px; line-height:1.3; }
    .req-left p { font-size:14px; color:#7a2020; line-height:1.75; margin-bottom:20px; }
    .req-benefits { list-style:none; display:flex; flex-direction:column; gap:9px; }
    .req-benefits li { display:flex; align-items:center; gap:8px; font-size:13px; color:#7a2020; }
    .req-benefits li svg { width:15px; height:15px; color:var(--red); flex-shrink:0; }

    .req-form { display:flex; flex-direction:column; gap:10px; }
    .req-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
    .form-group { display:flex; flex-direction:column; gap:4px; }
    .form-label { font-size:11px; font-weight:600; color:var(--red-deeper); text-transform:uppercase; letter-spacing:.8px; }
    .req-form input, .req-form select, .req-form textarea { border:1px solid #e8b0b0; border-radius:var(--radius-md); padding:10px 12px; font-size:13px; background:#fff; color:var(--gray-900); width:100%; font-family:var(--font); transition:border-color .15s; outline:none; }
    .req-form input:focus, .req-form select:focus, .req-form textarea:focus { border-color:var(--red); }
    .req-form textarea { height:84px; resize:vertical; }
    .req-form select { appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23CC0000' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 10px center; padding-right:30px; }
    .req-privacy { display:flex; align-items:flex-start; gap:8px; font-size:12px; color:#7a2020; }
    .req-privacy input { width:auto; margin-top:2px; accent-color:var(--red); }
    .req-submit { display:flex; align-items:center; justify-content:center; gap:8px; background:var(--red); color:#fff; border:none; border-radius:var(--radius-md); padding:13px; font-size:14px; font-weight:600; cursor:pointer; width:100%; font-family:var(--font); transition:background .15s; }
    .req-submit:hover { background:var(--red-dark); }
    .req-submit svg { width:16px; height:16px; }

    /* ── GEO GRID ── */
    .geo-section { background:var(--white); padding:52px 0; }
    .geo-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
    .geo-card { border:1px solid var(--gray-300); border-radius:var(--radius-lg); padding:22px; background:var(--white); transition:border-color .15s; }
    .geo-card:hover { border-color:var(--red); }
    .geo-icon { width:42px; height:42px; background:var(--red-pale); border-radius:var(--radius-md); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
    .geo-icon svg { width:20px; height:20px; color:var(--red); }
    .geo-card h4 { font-size:14px; font-weight:600; margin-bottom:6px; }
    .geo-card p { font-size:13px; color:var(--gray-500); line-height:1.65; }

    /* ── NEWS ── */
    .news-section { background:var(--gray-50); padding:52px 0; }
    .section-header-row { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:24px; }
    .all-link { display:flex; align-items:center; gap:5px; font-size:13px; color:var(--red); font-weight:500; transition:gap .15s; }
    .all-link:hover { gap:8px; }
    .all-link svg { width:14px; height:14px; }

    .news-grid { display:grid; grid-template-columns:repeat(var(--zb-cols,3),1fr); gap:16px; margin:10px 0;}
    .news-card { border:1px solid var(--gray-300); border-radius:var(--radius-lg); background:var(--white); overflow:hidden; display:flex; flex-direction:column; transition:border-color .15s, box-shadow .15s; }
    .news-card:hover { border-color:var(--red); box-shadow:0 4px 16px rgba(204,0,0,0.07); }

    /* immagine news */
    .news-img { height:250px; overflow:hidden; background:var(--gray-100); }
    .news-img img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
    .news-card:hover .news-img img { transform:scale(1.04); }

    .news-head { padding:10px 16px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--gray-100); }
    .news-cat { font-size:10px; text-transform:uppercase; letter-spacing:1.2px; color:var(--red); font-weight:600; }
    .news-date { font-size:11px; color:var(--gray-500); }
    .news-body { padding:14px 16px; flex:1; }
    .news-body h4 { font-size:14px; font-weight:600; color:var(--gray-900); line-height:1.45; margin-bottom:7px; }
    .news-body p { font-size:13px; color:var(--gray-500); line-height:1.65; }
    .news-footer { padding:12px 16px 14px; border-top:1px solid var(--gray-100); }
    .news-link { display:inline-flex; align-items:center; gap:5px; font-size:13px; color:var(--red); font-weight:500; transition:gap .15s; }
    .news-link:hover { gap:8px; }
    .news-link svg { width:13px; height:13px; }

    /* ── FAQ ── */
    .faq-section { background:var(--white); padding:52px 0; }
    .faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
    .faq-item { border:1px solid var(--gray-300); border-radius:var(--radius-lg); padding:20px 22px; background:var(--white); border-left:3px solid var(--red); margin-top:10px;}
    .faq-item h4 { font-size:14px; font-weight:600; margin-bottom:8px; line-height:1.4; }
    .faq-item p { font-size:13px; color:var(--gray-500); line-height:1.7; }

    /* ── FOOTER ── */
    .site-footer { background:var(--dark); padding:52px 0 0; }
    .footer-top-bar { background:var(--red); padding:14px 0; margin-bottom:0; }
    .footer-top-bar .container { display:flex; align-items:center; justify-content:space-between; }
    .footer-top-bar span { font-size:13px; color:rgba(255,255,255,.85); }
    .footer-top-bar a { font-size:13px; color:#fff; font-weight:600; text-decoration:underline; }

    .footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:32px; padding:40px 0; border-bottom:1px solid rgba(255,255,255,.07); }
    .footer-brand .logo-footer { height:44px; width:auto; margin-bottom:14px; filter:brightness(0) invert(1); opacity:.85; }
    .footer-brand p { font-size:13px; color:#777; line-height:1.75; margin-bottom:16px; }
    .footer-social { display:flex; gap:8px; }
    .footer-social a { width:32px; height:32px; border:1px solid rgba(255,255,255,.12); border-radius:6px; display:flex; align-items:center; justify-content:center; color:#666; transition:all .15s; }
    .footer-social a:hover { border-color:var(--red); color:var(--red); }
    .footer-social svg { width:14px; height:14px; }

    .footer-col h5 { font-size:11px; text-transform:uppercase; letter-spacing:1.2px; color:var(--red); font-weight:600; margin-bottom:14px; }
    .footer-col a { display:block; font-size:13px; color:#777; margin-bottom:9px; transition:color .15s; }
    .footer-col a:hover { color:#fff; }

    .footer-bottom { background:#111; padding:14px 0; }
    .footer-bottom .container { display:flex; justify-content:space-between; align-items:center; font-size:12px; color:#555; }
    .footer-bottom-links { display:flex; gap:20px; }
    .footer-bottom-links a { color:#555; }
    .footer-bottom-links a:hover { color:#999; }

    /* ── RESPONSIVE ── */
    @media (max-width:960px) {
      .hero-content .container { grid-template-columns:1fr; }
      .hero-stats { display:none; }
      .product-grid { grid-template-columns:repeat(2,1fr); }
      .geo-grid { grid-template-columns:repeat(2,1fr); }
      .news-grid { grid-template-columns:repeat(2,1fr); }
      .req-box { grid-template-columns:1fr; gap:28px; padding:28px; }
      .footer-grid { grid-template-columns:1fr 1fr; }
      .banner-strip .container { flex-direction:column; align-items:flex-start; gap:14px; }
    }
    @media (max-width:640px) {
      .nav-links { display:none; }
      .product-grid { grid-template-columns:1fr; }
      .geo-grid { grid-template-columns:1fr; }
      .news-grid { grid-template-columns:1fr; }
      .faq-grid { grid-template-columns:1fr; }
      .footer-grid { grid-template-columns:1fr; }
      .req-row { grid-template-columns:1fr; }
      .hero-h1 { font-size:26px; }
    }

    /* ====== Menù gestiti (modulo Menus) integrati nel tema ====== */
    .nav-links .nav-menu { display:flex; align-items:center; gap:28px; list-style:none; margin:0; padding:0; }
    .nav-links .nav-menu .menu-item { position:relative; }
    .nav-links .nav-menu .submenu { position:absolute; top:100%; left:0; min-width:190px; background:#fff; border:1px solid var(--gray-300);
        border-radius:var(--radius-md); box-shadow:0 8px 24px rgba(0,0,0,0.08); padding:8px 0; list-style:none; margin:10px 0 0; display:none; z-index:60; }
    .nav-links .nav-menu .menu-item:hover > .submenu { display:block; }
    .nav-links .nav-menu .submenu .menu-item { display:block; }
    .nav-links .nav-menu .submenu a { display:block; padding:8px 16px; font-size:13px; }
    .footer-col .footer-menu, .footer-col .footer-menu .submenu { list-style:none; margin:0; padding:0; }
    .footer-col .footer-menu .submenu { margin:2px 0 6px 12px; }

    /* ====== Griglia colonne Page Builder (stile Bootstrap) ======
       Le sezioni del builder generano <div class="row"> con colonne
       <div class="col-md-{1..12} zb-column">. Su mobile le colonne si impilano,
       da ≥768px assumono la larghezza in dodicesimi. */
    .row { display:flex; flex-wrap:wrap; margin:0 -12px; width: 100%;}
    /*.row > [class*="col-md-"] { width:100%; padding:0 12px; box-sizing:border-box; }*/
    @media (min-width:768px) {
        .col-md-1  { width:8.333333%; }
        .col-md-2  { width:16.666667%; }
        .col-md-3  { width:25%; }
        .col-md-4  { width:33.333333%; }
        .col-md-5  { width:41.666667%; }
        .col-md-6  { width:50%; }
        .col-md-7  { width:58.333333%; }
        .col-md-8  { width:66.666667%; }
        .col-md-9  { width:75%; }
        .col-md-10 { width:83.333333%; }
        .col-md-11 { width:91.666667%; }
        .col-md-12 { width:100%; }
    }
    /* spaziatura tra colonne (gap della sezione) */
    .zb-gap-no .row { margin:0; }
    .zb-gap-no .row > [class*="col-md-"] { padding:0; }
    .zb-gap-narrow .row { margin:0 -6px; }
    .zb-gap-narrow .row > [class*="col-md-"] { padding:0 6px; }
    .zb-gap-wide .row { margin:0 -24px; }
    .zb-gap-wide .row > [class*="col-md-"] { padding:0 24px; }
    .titolo-card-articolo {font-size:15px; margin-bottom: 5px;}

    /* ====== Banner cookie (GDPR / Garante) ====== */
    .cookie-banner { position:fixed; left:0; right:0; bottom:0; z-index:200000; background:#1c1c1c; color:#eaeaea; box-shadow:0 -4px 24px rgba(0,0,0,.35); }
    .cookie-banner[hidden] { display:none; }
    .cookie-banner__inner { max-width:var(--max-w); margin:0 auto; padding:18px 24px; display:flex; flex-wrap:wrap; gap:16px 24px; align-items:center; }
    .cookie-banner__text { flex:1 1 320px; font-size:13px; line-height:1.55; }
    .cookie-banner__text strong { display:block; margin-bottom:4px; font-size:15px; color:#fff; }
    .cookie-banner__text p { margin:0; color:#bdbdbd; }
    .cookie-banner__text a { color:#ff9a9a; text-decoration:underline; }
    .cookie-banner__actions { display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
    .cookie-banner__main { margin-left:auto; }
    .cb-btn { background:transparent; color:#eaeaea; border:1px solid #555; border-radius:var(--radius-md); padding:9px 18px; font-size:13px; font-weight:500; cursor:pointer; font-family:var(--font); transition:all .15s; }
    .cb-btn:hover { border-color:#999; }
    .cb-btn--primary { background:var(--red); border-color:var(--red); color:#fff; font-weight:600; }
    .cb-btn--primary:hover { background:var(--red-dark); border-color:var(--red-dark); }
    /* "Rifiuta" con pari evidenza grafica di "Accetta" (requisito Garante) */
    .cb-btn--solid { background:#4a4a4a; border-color:#4a4a4a; color:#fff; font-weight:600; }
    .cb-btn--solid:hover { background:#5a5a5a; border-color:#5a5a5a; }
    /* "Personalizza" meno prominente (consentito) */
    .cb-btn--customize { opacity:.92; }
    .cookie-prefs { flex-basis:100%; display:flex; flex-direction:column; gap:12px; border-top:1px solid #333; padding-top:14px; margin-top:4px; }
    .cookie-opt { display:flex; gap:10px; align-items:flex-start; }
    .cookie-opt input { margin-top:3px; flex:0 0 auto; width:16px; height:16px; }
    .cookie-opt span { display:flex; flex-direction:column; }
    .cookie-opt strong { font-size:13px; color:#fff; }
    .cookie-opt em { font-style:normal; font-size:12px; color:#999; }
    .footer-cookie-btn { background:none; border:0; padding:0; color:inherit; font:inherit; cursor:pointer; text-decoration:none; }
    .footer-cookie-btn:hover { color:#fff; }
    @media (max-width:640px) {
        .cookie-banner__main { margin-left:0; }
        .cb-btn { flex:1 1 auto; }
    }

    .checkbox-form{
    width: 20px;
    height: 21px;
    border: 2px solid #ccc !important;
    }

    /* ====== Form contatti (.cms-form) — stile brand del tema ======
       Vale per QUALSIASI form del sito (widget Form in home, pagine, ecc.).
       Selettori con prefisso "form.cms-form" per avere priorità sul CSS base del modulo. */
    form.cms-form { max-width:none; gap:14px; }
    form.cms-form .cms-form__row { gap:5px; }
    form.cms-form .cms-form__row > label { font-size:11px; font-weight:600; color:var(--red-deeper); text-transform:uppercase; letter-spacing:.7px; }
    form.cms-form input[type="text"],
    form.cms-form input[type="email"],
    form.cms-form input[type="tel"],
    form.cms-form input[type="number"],
    form.cms-form select,
    form.cms-form textarea {
        width:100%; box-sizing:border-box; padding:10px 12px; font:inherit;
        background:#fff; color:var(--gray-900);
        border:1px solid var(--gray-300); border-radius:var(--radius-md);
        transition:border-color .15s, box-shadow .15s;
    }
    form.cms-form input:focus,
    form.cms-form select:focus,
    form.cms-form textarea:focus { outline:none; border-color:var(--red); box-shadow:0 0 0 3px rgba(204,0,0,.12); }
    form.cms-form textarea { min-height:120px; resize:vertical; }
    form.cms-form .cms-form__consent,
    form.cms-form .cms-form__check { font-size:13px; color:var(--gray-700); line-height:1.5; }
    form.cms-form .cms-form__consent a { color:var(--red); text-decoration:underline; }
    form.cms-form .req { color:var(--red); }
    form.cms-form .cms-form__submit {
        justify-self:start; background:var(--red); color:#fff; border:0; border-radius:var(--radius-md);
        padding:12px 26px; font-weight:600; font-size:14px; cursor:pointer; transition:background .15s;
    }
    form.cms-form .cms-form__submit:hover { background:var(--red-dark); }
    form.cms-form .cms-form__msg.is-ok { color:#2d7a2d; font-weight:600; }
    form.cms-form .cms-form__msg.is-error { color:var(--red); }

    /* ── Layout personalizzato di un singolo form (esempio: "Contatti Home" = id 2) ──
       Ogni form ha un selettore unico  form.cms-form[data-form-id="N"]  (N = id del form,
       lo trovi in Admin → Form). Qui sotto: i campi vanno su 2 colonne da ≥600px,
       mentre messaggio/area testo/privacy/invio restano a tutta larghezza.
       Per un altro form cambia il numero; per TUTTI i form togli la parte [data-form-id]. */
    @media (min-width:600px) {
        form.cms-form[data-form-id="2"] { grid-template-columns:1fr 1fr; }
        form.cms-form[data-form-id="2"] .cms-form__row:has(textarea),
        form.cms-form[data-form-id="2"] .cms-form__consent,
        form.cms-form[data-form-id="2"] .cms-form__check,
        form.cms-form[data-form-id="2"] .cms-form__submit,
        form.cms-form[data-form-id="2"] .cms-form__msg,
        form.cms-form[data-form-id="2"] .g-recaptcha { grid-column:1 / -1; }
    }
    /* Esempio per posizionare UN campo specifico: ogni campo ha un input con id="f_<nometecnico>".
       Es. per mettere "telefono" su tutta la riga:
       form.cms-form[data-form-id="2"] .cms-form__row:has(#f_telefono) { grid-column:1 / -1; } */

       .mt-1 {margin-top: 10px !important;}
       .mt-2 {margin-top: 20px !important;}
       .mt-3 {margin-top: 30px !important;}
       .mt-4 {margin-top: 40px !important;}
       .mt-5 {margin-top: 50px !important;}
       .mt-6 {margin-top: 60px !important;}
       .mt-7 {margin-top: 70px !important;}
       .mb-1 {margin-bottom: 10px !important;}
       .mb-2 {margin-bottom: 20px !important;}
       .mb-3 {margin-bottom: 30px !important;}
       .mb-4 {margin-bottom: 40px !important;}
       .mb-5 {margin-bottom: 50px !important;}
       .mb-6 {margin-bottom: 60px !important;}
       .mb-7 {margin-bottom: 70px !important;}