/*
Theme Name: SERPE-BLOCKS
Theme URI: https://serperiparazioni.it
Author: SERPE SRL RIPARAZIONI
Author URI: https://serperiparazioni.it
Description: Tema a blocchi custom per assistenza elettrodomestici
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: serpe-blocks
Tags: blocks, responsive, accessibility
*/

/* ============================================
   INDICE CSS
   ============================================
   1. RESET E BASE
   2. LOGO MARQUEE
   3. CSS PAGINE ZONA FOLLETTO
      - Hero Section
      - Sezioni Generiche
      - Grid Servizi
      - Processo 5 Step
      - Sezione Zone con Mappa
      - FAQ Accordion
      - CTA Finale
   4. CSS HOMEPAGE
      - Hero Homepage
      - Sezioni Homepage
      - Grid Servizi Homepage
      - Statistiche
      - Zone Homepage
      - FAQ Homepage
      - CTA Homepage
   5. LINK INTERNI
   6. FOOTER PROFESSIONALE
   7. WHATSAPP FLOATING
   8. RESPONSIVE
   ============================================ */


/* ============================================
   1. RESET E BASE
   ============================================ */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden !important;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #111827;
    line-height: 1.6;
}

html {
    max-width: 100%;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Reset Homepage per tema WordPress */
.page-id-1851 .site-main,
.page-id-1851 .entry-content,
.page-id-1851 article,
.page-id-1851 .content-area {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* ============================================
   2. LOGO MARQUEE ANIMATO
   Desktop: 22s | Mobile: 18s
   ============================================ */
.logo-marquee {
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-marquee-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    will-change: transform;
    transform: translate3d(100vw, 0, 0);
    animation: serpeMarquee 22s linear infinite;
}

.logo-marquee-track img {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
}

@keyframes serpeMarquee {
    from { transform: translate3d(100vw, 0, 0); }
    to { transform: translate3d(calc(-100% - 100vw), 0, 0); }
}


/* ============================================
   3. CSS PAGINE ZONA FOLLETTO
   ============================================ */

/* --- HERO SECTION PAGINE ZONA --- */
.hero-zone {
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, #e8f5eb 0%, #ffffff 50%, #fef3c7 100%);
}

.hero-zone-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 3rem;
    align-items: center;
}

.zona-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a5f2a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.zona-badge::before {
    content: '✓';
    width: 22px;
    height: 22px;
    background: #1a5f2a;
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hero-zone h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 5vw, 3rem);
    color: #111827;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-zone h1 span {
    color: #1a5f2a;
}

.hero-zone-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #111827;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.6;
}

.zona-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.zona-feature {
    background: #ffffff;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    color: #111827;
}

.zona-note {
    font-size: 0.95rem;
    color: #111827;
    font-weight: 600;
}

.zona-image {
    width: 100%;
    max-width: 400px;
    justify-self: center;
}

.zona-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: contain;
}


/* --- SEZIONI GENERICHE PAGINE ZONA --- */
.section-zona {
    padding: 3rem 1.5rem;
    background: #ffffff;
}

.section-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header-zona {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-label-zona {
    display: inline-block;
    background: #e8f5eb;
    color: #1a5f2a;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

.section-zona h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.section-zona p {
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-weight: 500;
}


/* --- GRID SERVIZI PAGINE ZONA --- */
.services-grid-zona {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.service-box-zona {
    background: #fdfbf7;
    border-radius: 16px;
    padding: 2rem;
    border: 2px solid #e8f5eb;
    text-align: center;
    transition: all 0.3s ease;
}

.service-box-zona:hover {
    border-color: #1a5f2a;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(26, 95, 42, 0.15);
}

.service-icon-zona {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.service-box-zona h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.service-box-zona p {
    font-size: 1.05rem;
    color: #111827;
    line-height: 1.6;
    font-weight: 500;
}


/* --- PROCESSO 5 STEP PAGINE ZONA --- */
.process-grid-zona {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-card-zona {
    background: #ffffff;
    border: 3px solid #1a5f2a;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 4px 12px rgba(26, 95, 42, 0.15);
    transition: all 0.3s ease;
}

.process-card-zona:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(26, 95, 42, 0.25);
    border-color: #2d8a3e;
}

.process-header-zona {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e8f5eb;
}

.process-num-zona {
    min-width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #1a5f2a 0%, #2d8a3e 100%);
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(26, 95, 42, 0.3);
    flex-shrink: 0;
}

.process-header-zona h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    margin: 0;
}

.process-card-zona p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #111827;
    font-weight: 500;
    margin: 0;
}

.process-card-zona strong {
    color: #1a5f2a;
    font-weight: 700;
}


/* --- SEZIONE ZONE CON MAPPA --- */
.zone-section {
    padding: 3rem 1.5rem;
    background: #fdfbf7;
}

.zone-container-zona {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 3rem;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}

/* Box Dove Siamo */
.zone-map-card-zona {
    background: linear-gradient(135deg, #f0f9f4 0%, #e8f5eb 100%);
    border: 3px solid #1a5f2a;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 6px 20px rgba(26, 95, 42, 0.15);
    position: sticky;
    top: 100px;
}

.map-icon-zona {
    font-size: 4rem;
    margin-bottom: 1rem;
    display: block;
}

.zone-map-card-zona h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a5f2a;
    margin-bottom: 1.5rem;
}

.map-address-zona {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #111827;
    margin-bottom: 1rem;
    padding: 1.25rem;
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #d1e7dd;
}

.map-button-zona {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #1a5f2a 0%, #2d8a3e 100%);
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(26, 95, 42, 0.3);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    width: 100%;
}

.map-button-zona:hover {
    background: linear-gradient(135deg, #2d8a3e 0%, #1a5f2a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(26, 95, 42, 0.4);
}

.map-button-icon {
    font-size: 1.3rem;
}

.map-info-zona {
    text-align: center;
    padding: 1rem;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 0.75rem;
}

.map-info-zona p {
    margin: 0.5rem 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #111827;
    font-weight: 500;
}

.map-info-zona strong {
    color: #1a5f2a;
    font-weight: 700;
}

/* Contenuto Zone */
.zone-content-card-zona {
    background: #ffffff;
}

.zone-content-card-zona h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #1a5f2a;
}

.zone-content-card-zona p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #111827;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

/* Grid Zone */
.zone-grid-zona {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.zone-item-zona {
    background: linear-gradient(135deg, #f0f9f4 0%, #ffffff 100%);
    border: 2px solid #2d8a3e;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a5f2a;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(26, 95, 42, 0.1);
}

.zone-item-zona::before {
    content: '📍';
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.zone-item-zona:hover {
    background: linear-gradient(135deg, #1a5f2a 0%, #2d8a3e 100%);
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(26, 95, 42, 0.25);
}

/* Alert Zona */
.zone-alert-zona {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%);
    border: 3px solid #ffc107;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #111827;
    font-weight: 600;
    text-align: center;
}


/* --- FAQ ACCORDION PAGINE ZONA --- */
.faq-zona {
    padding: 3rem 1.5rem;
    background: #ffffff;
}

.faq-inner-zona {
    max-width: 900px;
    margin: 0 auto;
}

.faq-list-zona {
    margin-top: 2.5rem;
}

.faq-item-zona {
    background: #fdfbf7;
    border-radius: 8px;
    margin-bottom: 1rem;
    border: 2px solid #e8f5eb;
    transition: all 0.3s ease;
}

.faq-item-zona:hover {
    border-color: #1a5f2a;
}

.faq-question-zona {
    width: 100%;
    padding: 1.3rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111827;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.4;
    transition: background 0.3s ease;
}

.faq-question-zona:hover {
    background: rgba(26, 95, 42, 0.05);
}

.faq-icon-zona {
    font-size: 2rem;
    color: #1a5f2a;
    font-weight: 700;
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.3s ease;
}

.faq-icon-zona::before {
    content: '+';
}

.faq-item-zona.active .faq-icon-zona {
    transform: rotate(45deg);
}

.faq-item-zona.active .faq-icon-zona::before {
    content: '×';
}

.faq-answer-zona {
    display: none;
    padding: 0 1.3rem 1.3rem;
    animation: fadeIn 0.3s ease;
}

.faq-item-zona.active .faq-answer-zona {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-answer-zona p {
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
}

.faq-answer-zona strong {
    color: #1a5f2a;
    font-weight: 700;
}


/* --- CTA FINALE PAGINE ZONA --- */
.cta-zona {
    padding: 3rem 1.5rem;
    background: #fef3c7;
    text-align: center;
}

.cta-inner-zona {
    max-width: 800px;
    margin: 0 auto;
}

.cta-zona h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.cta-zona p {
    color: #111827;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
}


/* ============================================
   4. CSS HOMEPAGE
   ============================================ */

/* --- HERO HOMEPAGE --- */
.hero-home {
    background: linear-gradient(135deg, #1a5f2a 0%, #2d8a4b 100%);
    padding: 4rem 2.5%;
    margin: 0;
    width: 100%;
}

.hero-home-inner {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 4rem;
    align-items: center;
}

.hero-home-content h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-home-content h1 span {
    color: #ffd700;
}

.hero-home-content p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.hero-home-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.hero-home-features {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.hero-home-feature {
    background: rgba(255, 255, 255, 0.15);
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.hero-home-note {
    color: #fff;
    opacity: 0.9;
    font-size: 0.95rem;
}

.hero-home-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}


/* --- SEZIONI HOMEPAGE --- */
.section-home {
    padding: 4rem 2.5%;
    width: 100%;
}

.section-home-inner {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
}

.section-header-home {
    text-align: center;
    margin-bottom: 3rem;
}

.section-label-home {
    display: inline-block;
    background: #e6f4ea;
    color: #1a5f2a;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-header-home h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #1a5f2a;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.section-header-home p {
    font-size: 1.15rem;
    color: #666;
    max-width: 900px;
    margin: 0 auto;
}


/* --- GRID SERVIZI HOMEPAGE --- */
.services-grid-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.service-card-home {
    background: #fff;
    border: 2px solid #e6f4ea;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card-home:hover {
    border-color: #1a5f2a;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(26, 95, 42, 0.15);
}

.service-card-home img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto 1.5rem;
}

.service-card-home h3 {
    font-size: 1.5rem;
    color: #1a5f2a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-card-home p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.service-card-home a {
    color: #1a5f2a;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.service-card-home a:hover {
    text-decoration: underline;
    transform: translateX(5px);
}


/* --- PROCESSO HOMEPAGE --- */
.process-grid-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}

.process-card-home {
    background: #fff;
    border-left: 4px solid #1a5f2a;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.process-card-home:hover {
    box-shadow: 0 8px 20px rgba(26, 95, 42, 0.15);
    transform: translateY(-5px);
}

.process-num-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1a5f2a, #2d8a4b);
    color: #fff;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.process-card-home h3 {
    font-size: 1.4rem;
    color: #1a5f2a;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.process-card-home p {
    color: #666;
    line-height: 1.7;
    font-size: 1.05rem;
}


/* --- STATISTICHE HOMEPAGE --- */
.stats-home {
    background: linear-gradient(135deg, #1a5f2a, #2d8a4b);
    padding: 4rem 2.5%;
    text-align: center;
    width: 100%;
}

.stats-home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem;
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
}

.stat-home {
    color: #fff;
}

.stat-home-num {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-home-label {
    font-size: 1.15rem;
    opacity: 0.95;
}


/* --- MARCHI HOMEPAGE --- */
.brands-grid-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.brand-item-home {
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    color: #1a5f2a;
    font-size: 1rem;
    border: 2px solid #e6f4ea;
    transition: all 0.3s ease;
}

.brand-item-home:hover {
    border-color: #1a5f2a;
    box-shadow: 0 4px 12px rgba(26, 95, 42, 0.1);
    transform: translateY(-3px);
}


/* --- ZONE HOMEPAGE --- */
.zone-section-home {
    padding: 4rem 2.5%;
    background: #fff;
    width: 100%;
}

.zone-container-home {
    max-width: 1600px;
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 4rem;
}

.zone-map-card-home {
    background: #e6f4ea;
    padding: 2.5rem;
    border-radius: 12px;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.zone-map-card-home h3 {
    color: #1a5f2a;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.map-button-home {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #1a5f2a;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.map-button-home:hover {
    background: #0d4a1a;
    transform: translateY(-2px);
}

.zone-grid-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.zone-item-home {
    background: #fff;
    padding: 1.25rem;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e6f4ea;
    font-weight: 600;
    color: #1a5f2a;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.zone-item-home:hover {
    border-color: #1a5f2a;
    box-shadow: 0 4px 12px rgba(26, 95, 42, 0.1);
    transform: translateY(-3px);
}


/* --- FAQ HOMEPAGE --- */
.faq-list-home {
    max-width: 1200px;
    margin: 2rem auto 0;
}

.faq-item-home {
    background: #fff;
    border: 2px solid #e6f4ea;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item-home:hover {
    border-color: #1a5f2a;
}

.faq-question-home {
    width: 100%;
    text-align: left;
    padding: 1.5rem 2rem;
    background: #fff;
    border: none;
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a5f2a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question-home:hover {
    background: #f8faf9;
}

.faq-answer-home {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer-home p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #666;
}

.faq-item-home.active .faq-answer-home {
    padding: 0 2rem 1.5rem;
    max-height: 500px;
}

.faq-icon-home {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.faq-item-home.active .faq-icon-home {
    transform: rotate(180deg);
}

/* Icona + per FAQ Homepage - FIX */
.faq-question-home::after {
    content: '+';
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a5f2a;
    margin-left: 1rem;
    transition: transform 0.3s ease;
}

.faq-item-home.active .faq-question-home::after {
    content: '×';
    transform: rotate(90deg);
}


/* --- CTA HOMEPAGE --- */
.cta-home {
    background: #e6f4ea;
    padding: 4rem 2.5%;
    text-align: center;
    width: 100%;
}

.cta-home-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.cta-home h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #1a5f2a;
    margin-bottom: 1rem;
}

.cta-home p {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 2rem;
}

.cta-home-highlights {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a5f2a;
    line-height: 1.8;
}

/* Homepage extra classes */
.section-home-bg {
    background: #f8faf9;
}

.service-icon-home {
    font-size: 4.5rem;
    margin-bottom: 1rem;
}

.section-header-left {
    text-align: left;
    margin-bottom: 2rem;
}

.section-header-left p {
    max-width: 100%;
}

.map-icon-home {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.map-address-home {
    font-weight: 600;
    margin: 1rem 0;
    font-size: 1.05rem;
}

.map-subtitle-home {
    font-size: 1rem;
    color: #1a5f2a;
    font-weight: 600;
    margin-bottom: 1rem;
}

.map-info-home {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #1a5f2a;
}

.map-info-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.map-info-home p {
    font-size: 1rem;
}

.zone-alert-home {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin-top: 2rem;
    border-radius: 8px;
}

.zone-alert-home p {
    margin: 0;
    font-weight: 600;
    font-size: 1.05rem;
}

.zone-alert-home p:first-child {
    margin-bottom: 0.5rem;
}

.marchi-image {
    text-align: center;
    margin: 2rem 0;
}

.marchi-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.youtube-image {
    text-align: center;
    margin: 3rem 0;
}

.youtube-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.youtube-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    margin: 2rem auto 0;
    max-width: 1200px;
}

.youtube-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    border: 2px solid #e6f4ea;
    text-align: center;
}

.youtube-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.youtube-card strong {
    font-size: 1.15rem;
    display: block;
    margin-bottom: 0.5rem;
}

.youtube-card span {
    font-size: 1rem;
    color: #666;
}

.youtube-button {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 1.25rem 3rem;
    background: #1a5f2a;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.youtube-button:hover {
    background: #0d4a1a;
    transform: translateY(-2px);
}

.youtube-button-center {
    text-align: center;
    margin: 0 auto;
}

.link-youtube {
    color: #1a5f2a;
    font-weight: 600;
}


/* ============================================
   5. LINK INTERNI
   ============================================ */
.link-interno {
    color: #1a5f2a;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.link-interno:hover {
    color: #0d4015;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.link-interno:focus {
    outline: 2px solid #1a5f2a;
    outline-offset: 2px;
    border-radius: 2px;
}


/* ============================================
   6. FOOTER PROFESSIONALE
   ============================================ */
.footer-serpe {
    width: 100%;
    background: linear-gradient(135deg, #1a5f2a 0%, #2d8a4b 100%);
    color: #fff;
    margin-top: 4rem;
}

.footer-main {
    padding: 3rem 2rem 2rem;
}

.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.footer-col h2,
.footer-col h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.5rem;
}

.footer-brand {
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

.footer-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 1rem 0;
    color: rgba(255, 255, 255, 0.9);
}

.footer-cert {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 0.75rem;
}

.footer-col ul a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.95rem;
}

.footer-col ul a:hover {
    color: #fff;
    transform: translateX(5px);
}

/* Contatti Footer */
.footer-contact {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #fff;
}

.footer-contact p {
    margin-bottom: 1.2rem;
}

.footer-contact strong {
    color: #fff;
    font-weight: 700;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 700;
}

.footer-contact a:hover {
    color: #e6f4ea;
    text-decoration: underline;
}

.footer-phone,
.footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    flex-shrink: 0;
}

.footer-hours {
    font-size: 1.05rem !important;
    font-weight: 700;
    line-height: 1.8;
}

/* Social Footer */
.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: flex-start;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.footer-social svg {
    width: 20px;
    height: 20px;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #fff;
    text-decoration: underline;
}


/* ============================================
   7. WHATSAPP FLOATING BUTTON
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 35px;
    height: 35px;
    fill: #ffffff;
}


/* ============================================
   8. RESPONSIVE
   ============================================ */

/* --- TABLET (1024px) --- */
@media (max-width: 1024px) {
    /* Hero Zone */
    .hero-zone-inner {
        grid-template-columns: 1fr 350px;
        gap: 2rem;
    }
    
    .zona-image {
        max-width: 350px;
    }
    
    /* Services Grid */
    .services-grid-zona {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Zone Container */
    .zone-container-zona,
    .zone-container-home {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .zone-map-card-zona,
    .zone-map-card-home {
        position: relative;
        top: 0;
    }
    
    /* Process Grid */
    .process-grid-zona,
    .process-grid-home {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .zone-grid-zona {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    
    /* Hero Homepage */
    .hero-home-inner {
        grid-template-columns: 1fr;
    }
    
    .hero-home-image {
        order: -1;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    
    /* Logo Marquee */
    .logo-marquee {
        height: 54px;
    }
    
    .logo-marquee-track {
        animation-duration: 18s;
    }
}

/* --- MOBILE (768px) --- */
@media (max-width: 768px) {
    /* Hero Zone */
    .hero-zone {
        padding: 2rem 1rem;
    }
    
    .hero-zone-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .zona-image {
        order: -1;
        max-width: 100%;
    }
    
    /* Services Grid */
    .services-grid-zona,
    .services-grid-home {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Zone Container */
    .zone-container-zona,
    .zone-section-home {
        padding: 2rem 1rem;
    }
    
    .zone-map-card-zona {
        padding: 2rem 1.5rem;
    }
    
    .map-icon-zona {
        font-size: 3rem;
    }
    
    .zone-map-card-zona h3 {
        font-size: 1.5rem;
    }
    
    /* Process Grid */
    .process-grid-zona,
    .process-grid-home {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .process-card-zona {
        padding: 1.5rem 1.25rem;
    }
    
    .process-num-zona {
        min-width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .process-header-zona h3 {
        font-size: 1.1rem;
    }
    
    .process-card-zona p {
        font-size: 0.95rem;
    }
    
    /* Zone Grid */
    .zone-grid-zona,
    .zone-grid-home {
        grid-template-columns: 1fr;
    }
    
    .zone-item-zona {
        padding: 0.85rem 1rem;
        font-size: 1rem;
    }
    
    /* Sections */
    .section-zona,
    .zone-section,
    .faq-zona,
    .cta-zona,
    .section-home {
        padding: 2rem 1rem;
    }
    
    /* Features */
    .zona-features {
        flex-direction: column;
    }
    
    .zona-feature {
        width: 100%;
    }
    
    /* WhatsApp Float - FIX MOBILE */
    .whatsapp-float {
        bottom: 12px;
        right: 12px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
    
    /* Back to Top - FIX MOBILE */
    .back-to-top {
        right: 12px;
        bottom: 70px;
        width: 40px;
        height: 40px;
    }
    
    .back-to-top::before {
        width: 20px;
        height: 20px;
    }
    
    /* Hero Homepage */
    .hero-home {
        padding: 2rem 4%;
    }
    
    .hero-home-inner {
        width: 92%;
        gap: 2rem;
    }
    
    .section-home-inner {
        width: 92%;
    }
    
    /* Stats Grid */
    .stats-home-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 92%;
    }
    
    /* Brands Grid */
    .brands-grid-home {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 1rem;
    }
    
    .brand-item-home {
        padding: 1rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .zone-container-home {
        width: 92%;
        gap: 2rem;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .footer-main {
        padding: 2.5rem 1.5rem 2rem;
    }
    
    .footer-col {
        text-align: center;
    }
    
    .footer-col h2,
    .footer-col h3 {
        text-align: center;
    }
    
    .footer-brand,
    .footer-desc,
    .footer-cert {
        text-align: center;
    }
    
    .footer-col ul {
        text-align: center;
    }
    
    .footer-col ul a {
        display: inline-block;
    }
    
    .footer-col ul a:hover {
        transform: none;
    }
    
    .footer-contact {
        text-align: center;
    }
    
    .footer-phone,
    .footer-whatsapp {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* --- SMALL MOBILE (480px) --- */
@media (max-width: 480px) {
    .hero-zone h1 {
        font-size: 1.5rem;
    }
    
    .service-box-zona {
        padding: 1.5rem;
    }
    
    .faq-question-zona,
    .faq-question-home {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .stats-home-grid {
        grid-template-columns: 1fr;
    }
    
    /* Brands mobile - massimo 2 colonne su schermi piccoli */
    .brands-grid-home {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .brand-item-home {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }
}

/* ============================================
   FINE CSS SERPE RIPARAZIONI
   ============================================ */

/* ============================================
   FIX FOOTER MOBILE - CONTATTI CENTRATI
   ============================================ */
@media (max-width: 640px) {
    /* Centra tutto il paragrafo contatti */
    .footer-contact p {
        display: block !important;
        text-align: center !important;
        margin-bottom: 1.2rem !important;
    }
    
    /* Forza centramento icone + numeri */
    .footer-phone,
    .footer-whatsapp {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    /* Centra anche i link telefonici */
    .footer-contact a {
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        text-align: center !important;
    }
}

/* ============================================
   BOTTONE TORNA SU - STILE BOOTSTRAP ITALIA
   ============================================ */
.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 998;
    width: 48px;
    height: 48px;
    background: #0066CC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #004080;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Icona SVG freccia inline */
.back-to-top::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M12 4L4 12h5v8h6v-8h5L12 4z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Versione con ombra più forte */
.back-to-top.shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.back-to-top.shadow:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Mobile - Adatta posizione bottoni */
@media (max-width: 640px) {
}
/* WOOCOMMERCE PRODUCT GRID CUSTOMIZATION */
@media (min-width: 960px) {
  ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
  }
  ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
	text-align: center !important;
  }
}

@media (max-width: 600px) {
  ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
	text-align: center !important;

  }
}


/* Titoli WooCommerce - Colore Brand */
.woocommerce-products-header__title, 
.page-title, 
h1.wp-block-heading {
    text-align: center !important;
}

.woocommerce-loop-product__title, 
.woocommerce-loop-category__title,
h2.woocommerce-loop-product__title,
h2.woocommerce-loop-category__title {
    color: #1a5f2a !important;
}
.woocommerce-loop-category__title mark.count { 
  display: none !important; 
}

/* Woo query loop archives after stripping core block CSS */
.woocommerce main .wp-block-query {
    max-width: min(1680px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
}

.woocommerce main .wp-block-query-title {
    margin: clamp(1.4rem, 3vw, 2.4rem) auto 0.6rem !important;
    max-width: min(1680px, calc(100% - 2rem));
}

.woocommerce main ul.wp-block-post-template.is-layout-grid {
    list-style: none;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 2vw, 1.25rem) !important;
    align-items: stretch;
}

.woocommerce main ul.wp-block-post-template.is-layout-grid > li.wp-block-post.product {
    margin: 0 !important;
    width: auto !important;
    min-width: 0;
}

.woocommerce main ul.wp-block-post-template.is-layout-grid > li.wp-block-post.product > .wp-block-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    background: #ffffff;
    border: 1px solid #d9ded8 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    overflow: hidden;
    padding: 0.85rem !important;
}

.woocommerce main .wp-block-woocommerce-product-image {
    margin: 0;
}

.woocommerce main .wp-block-woocommerce-product-image > a,
.woocommerce main .wp-block-woocommerce-product-image .wc-block-components-product-image__inner-container {
    display: block;
}

.woocommerce main .wp-block-woocommerce-product-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #f7faf8;
    border-radius: 7px;
    object-fit: contain !important;
    padding: 0.7rem;
}

.woocommerce main .wp-block-post-title {
    margin: 0.15rem 0 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    text-wrap: balance;
}

.woocommerce main .wp-block-post-title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.woocommerce main .wp-block-woocommerce-product-price {
    margin-top: auto;
}

.woocommerce main .wc-block-grid__product-price,
.woocommerce main .wp-block-woocommerce-product-price {
    font-weight: 700;
}

@media (max-width: 959px) {
    .woocommerce main ul.wp-block-post-template.is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 600px) {
    .woocommerce main ul.wp-block-post-template.is-layout-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Single product template after stripping block theme CSS */
.single-product main {
    max-width: min(1400px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
}

.single-product main > .wp-block-columns.is-layout-flex {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: start;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.single-product main > .wp-block-columns > .wp-block-column {
    min-width: 0;
}

.single-product main > .wp-block-columns > .wp-block-column:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.single-product main > .wp-block-columns > .wp-block-column:last-child {
    background: #ffffff;
    border: 1px solid #d9ded8;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
    padding: clamp(1.2rem, 2.2vw, 2rem);
}

.single-product main .wp-block-woocommerce-product-image {
    width: 100%;
    margin: 0;
}

.single-product main .wp-block-woocommerce-product-image > a {
    display: block;
    width: 100%;
}

.single-product main .wp-block-woocommerce-product-image img {
    width: 100%;
    max-width: min(100%, 720px);
    max-height: 720px;
    height: auto;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    object-fit: contain !important;
    padding: clamp(0.8rem, 1.8vw, 1.25rem);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

.single-product main .wp-block-post-title {
    margin: 0 0 0.75rem !important;
    color: #111827 !important;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
    line-height: 1.12 !important;
    text-wrap: balance;
}

.single-product main .wp-block-woocommerce-product-price,
.single-product main .wc-block-grid__product-price {
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 800;
}

.single-product main .wp-block-buttons {
    margin-top: 0.25rem;
}

.single-product main .wp-block-button__link[href*="wa.me"] {
    width: 100%;
    max-width: 420px;
}

.single-product main .wp-block-post-excerpt__excerpt {
    color: #334155;
    font-size: 1rem;
    line-height: 1.75;
}

@media (max-width: 1024px) {
    .single-product main > .wp-block-columns.is-layout-flex {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
        gap: 1.5rem;
    }
}

@media (max-width: 760px) {
    .single-product main > .wp-block-columns.is-layout-flex {
        grid-template-columns: 1fr;
    }

    .single-product main > .wp-block-columns > .wp-block-column:last-child {
        padding: 1rem;
    }

    .single-product main .wp-block-post-title {
        font-size: clamp(1.55rem, 7vw, 2rem) !important;
    }

    .single-product main .wp-block-button__link[href*="wa.me"] {
        max-width: none;
        width: 100%;
    }
}

body.woocommerce-shop main.wp-block-group.alignwide {
    max-width: none !important;
    width: 100% !important;
}

.serpe-shop-catalog-hero {
    background: linear-gradient(135deg, #edf8f0 0%, #ffffff 60%, #fff4bf 100%);
    padding: clamp(2.6rem, 5.5vw, 5rem) 0;
}

.serpe-shop-catalog-note,
.serpe-shop-catalog-footer {
    padding: clamp(2.6rem, 5vw, 4.5rem) 0;
}

.serpe-shop-catalog-note {
    background: #ffffff;
}

body.woocommerce-shop main.wp-block-group.alignwide > h2.wp-block-heading {
    margin: clamp(2rem, 4vw, 3rem) auto 1.5rem !important;
    max-width: min(1680px, calc(100% - 2rem));
}

body.woocommerce-shop ul.products {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(1680px, calc(100% - 2rem)) !important;
}

body.woocommerce-shop ul.products li.product {
    background: #ffffff;
    border: 1px solid #d9ded8;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    overflow: hidden;
    padding: 0.85rem !important;
}

body.woocommerce-shop ul.products li.product a {
    color: #1a5f2a !important;
    text-decoration: none !important;
}

body.woocommerce-shop ul.products li.product img {
    aspect-ratio: 1 / 1;
    background: #f7faf8;
    border-radius: 7px;
    object-fit: contain;
    padding: 0.7rem;
}

body.woocommerce-shop .woocommerce-loop-category__title {
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
    margin: 0.7rem 0 0.25rem !important;
}

.serpe-shop-category-block {
    padding: clamp(1rem, 3vw, 2rem) 0 clamp(3rem, 5vw, 5rem);
}

.serpe-shop-category-block .wc-block-product-categories-list--depth-0 {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    list-style: none !important;
    margin: 0 auto !important;
    max-width: min(1680px, calc(100% - 2rem));
    padding: 0 !important;
}

.serpe-shop-category-block .wc-block-product-categories-list-item {
    background: #ffffff;
    border: 1px solid #d9ded8;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    min-height: 210px;
    overflow: hidden;
    padding: 0.85rem !important;
    text-align: center;
}

.serpe-shop-category-block .wc-block-product-categories-list-item a {
    align-items: center;
    color: #1a5f2a !important;
    display: grid;
    gap: 0.7rem;
    justify-items: center;
    text-decoration: none !important;
}

.serpe-shop-category-block .wc-block-product-categories-list-item__image {
    align-items: center;
    background: #f7faf8;
    border-radius: 7px;
    display: flex !important;
    height: 140px;
    justify-content: center;
    margin: 0 !important;
    width: 100% !important;
}

.serpe-shop-category-block .wc-block-product-categories-list-item__image img {
    display: block;
    height: 120px !important;
    max-width: 150px !important;
    object-fit: contain;
    width: 100% !important;
}

.serpe-shop-category-block .wc-block-product-categories-list-item__name {
    color: #1a5f2a;
    display: block;
    font-weight: 900;
    line-height: 1.2;
}

.serpe-shop-category-block .wc-block-product-categories-list-item-count {
    background: #e8f5eb;
    border: 1px solid #cde8d5;
    border-radius: 999px;
    color: #0f4a22;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    margin-top: 0.55rem;
    padding: 0.25rem 0.55rem;
}

@media (max-width: 1180px) {
    .serpe-shop-category-block .wc-block-product-categories-list--depth-0 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 520px) {
    .serpe-shop-category-block .wc-block-product-categories-list--depth-0 {
        grid-template-columns: 1fr !important;
        max-width: min(100% - 1.25rem, 1680px);
    }
}

/* SEO homepage refresh */
.serpe-seo-hero .hero-home-content {
    max-width: 760px;
}

.hero-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.hero-home-actions-center {
    justify-content: center;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.25rem;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.home-btn:hover {
    transform: translateY(-2px);
}

.home-btn-primary {
    background: #ffe600;
    color: #111827;
}

.home-btn-whatsapp {
    background: #25D366;
    color: #ffffff;
}

.home-btn-outline {
    background: rgba(255, 255, 255, 0.14);
    border: 2px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
}

.cta-home .home-btn-outline {
    background: #ffffff;
    border-color: #2b4892;
    color: #2b4892;
}

.trust-strip-home {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 1.2rem 2.5%;
}

.trust-strip-grid {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    gap: 1rem;
}

.trust-strip-grid div {
    background: #f8faf9;
    border: 1px solid #e6f4ea;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.trust-strip-grid strong {
    display: block;
    color: #1a5f2a;
    font-size: 1.35rem;
    line-height: 1.1;
}

.trust-strip-grid span {
    display: block;
    color: #374151;
    font-weight: 700;
    margin-top: 0.35rem;
}

.service-icon-home {
    width: 90px;
    height: 90px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a5f2a, #2d8a4b);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.serpe-brand-grid .brand-item-home,
.zone-grid-home .zone-item-home {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
}

.footer-grid-seo {
    max-width: 1500px;
    grid-template-columns: 1.35fr repeat(4, minmax(170px, 1fr));
    gap: 2rem;
}

.footer-serpe-seo .footer-col ul li {
    line-height: 1.45;
}

.footer-serpe-seo .footer-col ul li a {
    margin-right: 0.2rem;
}

.footer-col-brand .footer-cert {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 1180px) {
    .footer-grid-seo,
    .trust-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .hero-home-actions,
    .hero-home-actions-center {
        flex-direction: column;
        align-items: stretch;
    }

    .home-btn {
        width: 100%;
    }

    .trust-strip-grid,
    .footer-grid-seo {
        grid-template-columns: 1fr;
    }

    .serpe-brand-grid .brand-item-home,
    .zone-grid-home .zone-item-home {
        min-height: 56px;
    }
}

/* Homepage V3 - SEO, trust and readable contrast */
.home-v3 {
    --serpe-blue: #1f376f;
    --serpe-blue-dark: #14213d;
    --serpe-blue-soft: #eef4ff;
    --serpe-yellow: #ffe600;
    --serpe-ink: #111827;
    --serpe-muted: #4b5563;
    --serpe-border: #dbe4f3;
    background: #ffffff;
    color: var(--serpe-ink);
}

.home-v3 a {
    color: var(--serpe-blue);
}

.home-v3 .home-v3-hero {
    background: linear-gradient(135deg, #1f376f 0%, #2b4892 58%, #153066 100%);
    padding: clamp(2.75rem, 6vw, 5rem) 2.5%;
}

.home-v3 .hero-home-inner {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.home-v3 .hero-home-content {
    max-width: 740px;
}

.home-v3 .hero-home-badge,
.home-v3 .home-v3-heading span,
.home-v3 .home-v3-trust-copy > span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: var(--serpe-yellow);
    color: #111827;
    border: 0;
    border-radius: 999px;
    padding: 0.48rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-v3 .hero-home-content h1 {
    color: #ffffff;
    margin: 1rem 0 1rem;
    font-size: clamp(2.15rem, 4vw, 4rem);
    line-height: 1.04;
    letter-spacing: 0;
    text-shadow: none;
}

.home-v3 .hero-home-content h1 span {
    color: var(--serpe-yellow);
}

.home-v3 .hero-home-content p {
    color: #f4f7ff;
    font-size: 1.08rem;
    line-height: 1.75;
    text-shadow: none;
}

.home-v3 .hero-home-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.35rem 0 0;
}

.home-v3 .hero-home-feature {
    background: #2b4892;
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.58rem 0.85rem;
    font-weight: 800;
    line-height: 1.15;
}

.home-v3 .hero-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.6rem 0 1rem;
}

.home-v3 .hero-home-actions-center {
    justify-content: center;
}

.home-v3 .home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.86rem 1.16rem;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(12, 24, 50, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-v3 .home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(12, 24, 50, 0.22);
}

.home-v3 .home-btn-primary {
    background: var(--serpe-yellow);
    color: #111827 !important;
}

.home-v3 .home-btn-whatsapp {
    background: #087a3a;
    color: #ffffff !important;
}

.home-v3 .home-btn-outline {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: var(--serpe-blue) !important;
}

.home-v3 .hero-home-note {
    color: #e9eefc;
    font-size: 0.98rem;
    margin: 0;
}

.home-v3 .hero-home-image {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 0;
}

.home-v3 .hero-home-image img {
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.26);
    display: block;
}

.home-v3-proof {
    background: #ffffff;
    padding: 1.25rem 2.5%;
    border-bottom: 1px solid #e5eaf3;
}

.home-v3-proof-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-v3-proof-grid div {
    background: #ffffff;
    border: 1px solid var(--serpe-border);
    border-top: 4px solid var(--serpe-yellow);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 6px 18px rgba(31, 55, 111, 0.06);
}

.home-v3-proof-grid strong {
    display: block;
    color: var(--serpe-blue);
    font-size: 1.35rem;
    line-height: 1.1;
}

.home-v3-proof-grid span {
    display: block;
    color: #374151;
    font-weight: 800;
    margin-top: 0.35rem;
}

.home-v3-section {
    padding: clamp(3rem, 6vw, 5.25rem) 2.5%;
}

.home-v3-services,
.home-v3-brands,
.home-v3-process {
    background: #f7f9fc;
}

.home-v3-trust,
.home-v3-zones,
.home-v3-faq {
    background: #ffffff;
}

.home-v3-wrap {
    max-width: 1320px;
    margin: 0 auto;
}

.home-v3-heading {
    max-width: 880px;
    margin: 0 auto 2.4rem;
    text-align: center;
}

.home-v3-heading h2,
.home-v3-trust-copy h2,
.home-v3-cta h2 {
    color: #17315f;
    font-size: clamp(1.85rem, 3vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: 0;
    margin: 0.9rem 0 0.85rem;
}

.home-v3-heading p,
.home-v3-trust-copy p,
.home-v3-service-card p,
.home-v3-zone-layout p,
.home-v3-steps p {
    color: var(--serpe-muted);
    line-height: 1.7;
}

.home-v3-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

.home-v3-service-card {
    background: #ffffff;
    border: 1px solid var(--serpe-border);
    border-radius: 8px;
    padding: 1.35rem;
    box-shadow: 0 8px 24px rgba(31, 55, 111, 0.07);
}

.home-v3-service-featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 1.2rem;
    align-items: center;
}

.home-v3-service-featured img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #f8fafc;
}

.home-v3-service-card h3,
.home-v3-zone-layout h3,
.home-v3-steps h3 {
    color: #17315f;
    font-size: 1.18rem;
    line-height: 1.25;
    margin: 0 0 0.7rem;
}

.home-v3-service-card a,
.home-v3-zone-layout a,
.home-v3-inline-actions a {
    color: var(--serpe-blue) !important;
    font-weight: 900;
    text-decoration: none;
}

.home-v3-service-card a:hover,
.home-v3-zone-layout a:hover,
.home-v3-inline-actions a:hover,
.home-v3-zone-links a:hover,
.home-v3-logo-card:hover span {
    text-decoration: underline;
}

.home-v3-trust-layout {
    display: grid;
    grid-template-columns: minmax(280px, 460px) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.home-v3-trust-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(20, 33, 61, 0.16);
}

.home-v3-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.55rem 0;
}

.home-v3-trust-grid div {
    background: #f7f9fc;
    border: 1px solid var(--serpe-border);
    border-left: 4px solid var(--serpe-yellow);
    border-radius: 8px;
    padding: 1rem;
}

.home-v3-trust-grid strong {
    color: #17315f;
    display: block;
    margin-bottom: 0.25rem;
}

.home-v3-trust-grid small {
    color: var(--serpe-muted);
    line-height: 1.5;
}

.home-v3-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-v3-inline-actions a {
    background: var(--serpe-blue);
    color: #ffffff !important;
    border-radius: 8px;
    padding: 0.8rem 1rem;
}

.home-v3-inline-actions a + a {
    background: var(--serpe-yellow);
    color: #111827 !important;
}

.home-v3-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 1rem;
}

.home-v3-logo-card {
    min-height: 142px;
    background: #ffffff;
    border: 1px solid var(--serpe-border);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #17315f;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(31, 55, 111, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-v3-logo-card img {
    width: 100%;
    max-width: 134px;
    height: 64px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto 0.75rem;
}

.home-v3-logo-card span {
    color: #17315f;
    line-height: 1.2;
}

.home-v3-logo-card:hover {
    border-color: var(--serpe-blue);
    box-shadow: 0 14px 32px rgba(31, 55, 111, 0.13);
    transform: translateY(-2px);
}

.home-v3-zone-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.home-v3-zone-layout article {
    background: #f7f9fc;
    border: 1px solid var(--serpe-border);
    border-top: 4px solid var(--serpe-blue);
    border-radius: 8px;
    padding: 1.35rem;
}

.home-v3-zone-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.65rem;
}

.home-v3-zone-links a {
    background: #ffffff;
    color: #17315f !important;
    border: 1px solid #cdd8ec;
    border-radius: 999px;
    padding: 0.55rem 0.85rem;
    font-weight: 850;
    text-decoration: none;
}

.home-v3-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-v3-steps div {
    background: #ffffff;
    border: 1px solid var(--serpe-border);
    border-radius: 8px;
    padding: 1.25rem;
}

.home-v3-steps strong {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--serpe-yellow);
    color: #111827;
    border-radius: 50%;
    margin-bottom: 0.8rem;
}

.home-v3-faq .faq-list-home {
    max-width: 940px;
    margin: 0 auto;
}

.home-v3-faq .faq-item-home {
    background: #ffffff;
    border: 1px solid var(--serpe-border);
    border-radius: 8px;
    margin-bottom: 0.85rem;
    overflow: hidden;
}

.home-v3-faq .faq-question-home {
    width: 100%;
    background: #ffffff;
    color: #17315f;
    border: 0;
    padding: 1rem 1.1rem;
    text-align: left;
    font-weight: 900;
}

.home-v3-faq .faq-question-home::after {
    content: "+";
    float: right;
    color: var(--serpe-blue);
}

.home-v3-faq .faq-answer-home {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.1rem;
    color: var(--serpe-muted);
}

.home-v3-faq .faq-item-home.active .faq-answer-home {
    max-height: 500px;
    padding: 0 1.1rem 1rem;
}

.home-v3-cta {
    background: var(--serpe-blue);
    color: #ffffff;
    padding: clamp(3rem, 6vw, 4.5rem) 2.5%;
    text-align: center;
}

.home-v3-cta > div {
    max-width: 900px;
    margin: 0 auto;
}

.home-v3-cta h2 {
    color: #ffffff;
}

.home-v3-cta p {
    color: #eef2ff;
    font-size: 1.08rem;
    line-height: 1.7;
}

.footer-serpe.footer-v3 {
    --serpe-blue: #1f376f;
    --serpe-yellow: #ffe600;
    background: #14213d;
    color: #ffffff;
    margin-top: 0;
}

.footer-v3 .footer-main {
    padding: 3rem 2rem 2.25rem;
}

.footer-v3-top {
    max-width: 1320px;
    margin: 0 auto 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: flex-start;
}

.footer-v3-top h2,
.footer-v3-top h3,
.footer-v3 .footer-col h2,
.footer-v3 .footer-col h3 {
    color: var(--serpe-yellow);
}

.footer-v3-top p {
    max-width: 760px;
    color: #e5e7eb;
    line-height: 1.7;
    margin: 0;
}

.footer-v3-cta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-v3-cta a {
    background: var(--serpe-yellow);
    color: #111827 !important;
    border-radius: 8px;
    padding: 0.82rem 1rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.footer-v3-cta a + a {
    background: #087a3a;
    color: #ffffff !important;
}

.footer-v3 .footer-v3-grid {
    max-width: 1320px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
}

.footer-v3 .footer-col h2,
.footer-v3 .footer-col h3 {
    border-bottom-color: rgba(255, 230, 0, 0.34);
}

.footer-v3 .footer-col ul li,
.footer-v3 .footer-contact p {
    color: #dbe4ff;
    line-height: 1.55;
}

.footer-v3 .footer-col ul a,
.footer-v3 .footer-contact a,
.footer-v3 .footer-legal a {
    color: #ffffff !important;
}

.footer-v3 .footer-col ul a:hover,
.footer-v3 .footer-contact a:hover,
.footer-v3 .footer-legal a:hover {
    color: var(--serpe-yellow);
}

.footer-v3 .footer-bottom {
    background: #101a33;
    color: #e5e7eb;
}

.footer-v3 .footer-bottom-inner {
    max-width: 1320px;
}

@media (max-width: 1180px) {
    .home-v3 .hero-home-inner,
    .home-v3-trust-layout {
        grid-template-columns: 1fr;
    }

    .home-v3 .hero-home-content {
        max-width: 880px;
    }

    .home-v3 .hero-home-image {
        order: 0;
    }

    .home-v3-proof-grid,
    .home-v3-service-grid,
    .home-v3-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-v3-zone-layout {
        grid-template-columns: 1fr;
    }

    .footer-v3 .footer-v3-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .home-v3 .home-v3-hero {
        padding: 2.35rem 4%;
    }

    .home-v3 .hero-home-inner {
        gap: 1.6rem;
    }

    .home-v3 .hero-home-actions,
    .home-v3 .hero-home-actions-center,
    .home-v3-inline-actions,
    .footer-v3-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .home-v3 .home-btn,
    .home-v3-inline-actions a,
    .footer-v3-cta a {
        width: 100%;
    }

    .home-v3-proof-grid,
    .home-v3-service-grid,
    .home-v3-trust-grid,
    .home-v3-steps,
    .footer-v3 .footer-v3-grid {
        grid-template-columns: 1fr;
    }

    .home-v3-service-featured {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .home-v3-service-featured img {
        max-width: 260px;
        margin: 0 auto;
    }

    .home-v3-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .home-v3-logo-card {
        min-height: 132px;
        padding: 0.85rem;
    }

    .home-v3-logo-card img {
        max-width: 118px;
        height: 58px;
    }

    .footer-v3-top {
        display: block;
    }

    .footer-v3-cta {
        margin-top: 1.2rem;
    }
}

@media (max-width: 420px) {
    .home-v3-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Homepage Pro - aligned with the Assistenza Folletto page style */
.home-pro {
    --home-green: #1a5f2a;
    --home-green-dark: #0f4a22;
    --home-green-soft: #e6f4ea;
    --home-cream: #fdfbf7;
    --home-yellow: #ffe600;
    --home-blue: #1f376f;
    --home-ink: #111827;
    --home-muted: #4b5563;
    --home-border: #d9ded8;
    background: #ffffff;
    color: var(--home-ink);
}

.home-pro a {
    color: var(--home-green) !important;
}

.home-pro .home-pro-hero {
    background: linear-gradient(135deg, #f2fbf5 0%, #ffffff 62%, #fff7cf 100%);
    padding: clamp(3rem, 6vw, 5.2rem) 1.5rem;
}

.home-pro .home-pro-hero-inner {
    max-width: 1320px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.home-pro .home-pro-hero-content {
    max-width: 780px;
}

.home-pro .zona-badge,
.home-pro .section-label-zona {
    background: var(--home-green-soft);
    color: var(--home-green-dark);
    box-shadow: none;
}

.home-pro .hero-zone h1,
.home-pro .section-zona h2,
.home-pro .faq-zona h2,
.home-pro .cta-zona h2 {
    color: var(--home-ink);
    letter-spacing: 0;
}

.home-pro .hero-zone h1 span,
.home-pro .section-zona h2 span {
    color: var(--home-green);
}

.home-pro .hero-zone-subtitle {
    color: #111827;
    line-height: 1.8;
}

.home-pro .home-pro-feature-row {
    gap: 0.65rem;
}

.home-pro .home-pro-feature-row .zona-feature {
    background: var(--home-green-soft);
    color: var(--home-green-dark);
    border: 1px solid #cce9d4;
    border-radius: 6px;
    padding: 0.55rem 0.8rem;
    font-weight: 900;
}

.home-pro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.35rem 0 1rem;
}

.home-pro-actions-center {
    justify-content: center;
}

.home-pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.88rem 1.18rem;
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-pro-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.home-pro-btn-primary {
    background: var(--home-green);
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(26, 95, 42, 0.16);
}

.home-pro-btn-whatsapp {
    background: #25d366;
    color: #063b1b !important;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.16);
}

.home-pro-btn-light {
    background: #ffffff;
    color: var(--home-green) !important;
    border: 2px solid var(--home-green);
}

.home-pro a.home-pro-btn-primary {
    color: #ffffff !important;
}

.home-pro a.home-pro-btn-whatsapp {
    color: #063b1b !important;
}

a.wp-block-button__link[href*="wa.me"][style*="25, 211, 102"],
a.wp-block-button__link[href*="wa.me"][style*="#25d366"],
a.wp-block-button__link[href*="wa.me"].has-background {
    color: #063b1b !important;
}

.serpe-blog-main {
    background: #ffffff;
    padding: clamp(2.6rem, 5vw, 4.5rem) 1rem;
}

.serpe-blog-hero {
    margin: 0 auto 2rem;
    max-width: 920px;
    text-align: center;
}

.serpe-blog-hero h1 {
    color: #111827;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.08;
}

.serpe-blog-hero p {
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.7;
}

.serpe-blog-list {
    display: grid;
    gap: 1rem;
}

.serpe-blog-card {
    border: 1px solid #d9ded8;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    padding: 1.25rem;
}

.serpe-blog-card .wp-block-post-title {
    margin-top: 0;
}

.serpe-blog-card .wp-block-post-title a {
    color: #111827 !important;
    text-decoration: none;
}

.home-pro a.home-pro-btn-light {
    color: var(--home-green) !important;
}

.home-pro .zona-note {
    color: var(--home-ink);
}

.home-pro .home-pro-hero-media {
    align-items: center;
    align-self: start;
    display: flex;
    justify-content: center;
    min-height: 545px;
    padding-top: clamp(0.8rem, 1.5vw, 1.4rem);
}

.home-pro .home-pro-hero-media img {
    aspect-ratio: 800 / 752;
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(26, 95, 42, 0.16);
    box-shadow: 0 24px 55px rgba(17, 24, 39, 0.12);
}

.home-pro-proof {
    background: #ffffff;
    padding: 1.4rem 1.5rem;
    border-top: 1px solid #edf3ee;
    border-bottom: 1px solid #edf3ee;
}

.home-pro-proof-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-pro-proof-grid div {
    background: #ffffff;
    border: 1px solid var(--home-border);
    border-top: 4px solid var(--home-green);
    border-radius: 8px;
    padding: 1.1rem;
    text-align: center;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

.home-pro-proof-grid strong {
    display: block;
    color: var(--home-green);
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.05;
}

.home-pro-proof-grid span {
    display: block;
    color: #111827;
    font-weight: 800;
    margin-top: 0.35rem;
}

.home-pro-section {
    padding: clamp(3.25rem, 6vw, 5.5rem) 1.5rem;
}

.home-pro-services,
.home-pro-brands,
.home-pro-process {
    background: #f7f9f8;
}

.home-pro-trust,
.home-pro-zones,
.home-pro-video {
    background: #ffffff;
}

.home-pro .section-inner {
    max-width: 1320px;
}

.home-pro .section-header-zona {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.home-pro .section-header-zona p {
    color: var(--home-muted);
    line-height: 1.75;
}

.home-pro-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.home-pro .home-pro-service-card,
.home-pro .home-pro-reason-grid .service-box-zona,
.home-pro .home-pro-video-card,
.home-pro .home-pro-review-card {
    background: #ffffff;
    border: 1px solid var(--home-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.home-pro .home-pro-service-card:hover,
.home-pro-brand-card:hover,
.home-pro .home-pro-reason-grid .service-box-zona:hover {
    border-color: var(--home-green);
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(26, 95, 42, 0.12);
}

.home-pro-service-wide {
    grid-column: span 3;
    display: grid;
    grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    text-align: left;
}

.home-pro-card-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    background: #f5f7f5;
}

.home-pro-card-kicker {
    display: inline-block;
    color: var(--home-green);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    margin-bottom: 0.25rem;
}

.home-pro-card-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

.home-pro-card-links a,
.home-pro .service-box-zona > a {
    display: inline-flex;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.home-pro-mini-logos {
    height: 78px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 1rem;
}

.home-pro-mini-logos img {
    width: 100%;
    max-height: 54px;
    object-fit: contain;
    display: block;
}

.home-pro-card-symbol,
.home-pro-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--home-green-soft);
    color: var(--home-green-dark);
    font-weight: 900;
}

.home-pro-split {
    display: grid;
    grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
}

.home-pro-split-media img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid var(--home-border);
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.14);
}

.home-pro-reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.home-pro-reason-grid .service-box-zona {
    min-height: 0;
    padding: 1.25rem;
}

.home-pro-reason-grid .home-pro-icon {
    margin-bottom: 0.75rem;
}

.home-pro-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.home-pro-brand-card {
    min-height: 142px;
    background: #ffffff;
    border: 1px solid var(--home-border);
    border-radius: 8px;
    padding: 1rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
    color: var(--home-ink) !important;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-pro-brand-card img {
    width: 100%;
    max-width: 128px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.home-pro-brand-card span {
    color: var(--home-ink);
    line-height: 1.2;
}

.home-pro-zone-panel {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.home-pro-zone-feature {
    background: linear-gradient(135deg, #e6f4ea 0%, #ffffff 100%);
    border: 1px solid #cce9d4;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 10px 24px rgba(26, 95, 42, 0.08);
}

.home-pro-zone-feature span {
    color: var(--home-green);
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.home-pro-zone-feature h3 {
    margin: 0.5rem 0 0.75rem;
    font-size: 1.65rem;
    color: var(--home-ink);
}

.home-pro-zone-feature p {
    color: var(--home-muted);
    line-height: 1.7;
}

.home-pro-zone-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.75rem;
}

.home-pro .home-pro-zone-grid .zone-item-zona {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid var(--home-border);
    border-radius: 8px;
    color: var(--home-ink) !important;
    font-weight: 800;
    padding: 0.75rem;
}

.home-pro .home-pro-zone-grid .zone-item-zona::before {
    content: "";
}

.home-pro .home-pro-zone-grid .zone-item-zona:hover {
    background: var(--home-green);
    color: #ffffff !important;
}

.home-pro-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 1.25rem;
}

.home-pro-video-card {
    display: grid;
    grid-template-columns: minmax(220px, 420px) minmax(0, 1fr);
    gap: 1.4rem;
    padding: 1.25rem;
    align-items: center;
}

.home-pro-video-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.home-pro-video-card span,
.home-pro-review-card span {
    color: var(--home-green);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.home-pro-video-card h3,
.home-pro-review-card h3 {
    color: var(--home-ink);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    margin: 0.5rem 0 0.75rem;
}

.home-pro-video-card p,
.home-pro-review-card p {
    color: var(--home-muted);
    line-height: 1.7;
}

.home-pro-review-card {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-pro-stars {
    margin-top: 1rem;
    background: #fff4b8;
    border: 1px solid #f3d94d;
    border-radius: 8px;
    padding: 1rem;
    color: #111827;
    font-weight: 900;
    text-align: center;
}

.home-pro-process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-pro .process-card-zona {
    background: #ffffff;
}

.home-pro .process-num-zona {
    background: var(--home-green);
    color: #ffffff;
}

.home-pro-faq {
    background: #ffffff;
}

.home-pro-faq .faq-item-home {
    background: var(--home-cream);
    border: 1px solid var(--home-border);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.home-pro-faq .faq-question-home {
    width: 100%;
    background: transparent;
    color: var(--home-ink);
    border: 0;
    text-align: left;
    font-weight: 900;
    padding: 1.15rem 1.25rem;
}

.home-pro-faq .faq-answer-home {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.25rem;
}

.home-pro-faq .faq-item-home.active .faq-answer-home {
    max-height: 500px;
    padding: 0 1.25rem 1.15rem;
}

.home-pro-cta {
    background: linear-gradient(135deg, #f4fbf7 0%, #fff7cf 100%);
}

.home-pro-cta .cta-inner-zona {
    background: #ffffff;
    border: 1px solid var(--home-border);
    border-radius: 8px;
    padding: clamp(2rem, 4vw, 3rem);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

@media (max-width: 1180px) {
    .home-pro .home-pro-hero-inner,
    .home-pro-split,
    .home-pro-zone-panel,
    .home-pro-video-grid,
    .home-pro-video-card {
        grid-template-columns: 1fr;
    }

    .home-pro-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-pro-service-wide {
        grid-column: span 2;
    }

    .home-pro-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-pro-split-media img {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .home-pro .home-pro-hero {
        padding: 1.5rem 1rem 2.4rem;
    }

    .home-pro .home-pro-hero-inner {
        gap: 1.3rem;
    }

    .home-pro .home-pro-hero-media {
        min-height: auto;
        order: -1;
    }

    .home-pro .home-pro-hero-media img {
        max-width: 100%;
    }

    .home-pro .hero-zone h1 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .home-pro-actions,
    .home-pro-actions-center {
        flex-direction: column;
        align-items: stretch;
    }

    .home-pro-btn {
        width: 100%;
    }

    .home-pro-proof-grid,
    .home-pro-service-grid,
    .home-pro-reason-grid,
    .home-pro-process-grid {
        grid-template-columns: 1fr;
    }

    .home-pro-service-wide {
        grid-column: auto;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .home-pro-mini-logos {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-pro-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .home-pro-brand-card {
        min-height: 128px;
        padding: 0.8rem;
    }

    .home-pro-brand-card img {
        max-width: 116px;
        height: 56px;
    }

    .home-pro-zone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-pro-video-card,
    .home-pro-review-card {
        padding: 1rem;
    }
}

@media (max-width: 420px) {
    .home-pro-zone-grid {
        grid-template-columns: 1fr;
    }
}

/* Zone servite page - local SEO hub */
.zone-pro {
    --zone-green: #1a5f2a;
    --zone-green-dark: #0f4a22;
    --zone-green-soft: #e6f4ea;
    --zone-yellow: #ffe600;
    --zone-blue: #1f376f;
    --zone-ink: #111827;
    --zone-muted: #4b5563;
    --zone-border: #d9ded8;
    --zone-cream: #f8faf8;
    background: #ffffff;
    color: var(--zone-ink);
}

.zone-pro * {
    box-sizing: border-box;
}

.zone-pro a {
    color: var(--zone-green) !important;
}

.zone-pro-inner,
.zone-pro-hero-inner {
    width: min(1320px, calc(100% - 2rem));
    margin: 0 auto;
}

.zone-pro-hero {
    background: linear-gradient(135deg, #f2fbf5 0%, #ffffff 62%, #fff7cf 100%);
    padding: clamp(2.5rem, 6vw, 5.2rem) 0;
}

.zone-pro-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.zone-pro-badge,
.zone-pro-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    background: var(--zone-green-soft);
    color: var(--zone-green-dark);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    padding: 0.45rem 0.75rem;
    text-transform: uppercase;
}

.zone-pro h1,
.zone-pro h2,
.zone-pro h3,
.zone-pro p {
    letter-spacing: 0;
}

.zone-pro h1 {
    color: var(--zone-ink);
    font-size: clamp(2.35rem, 5vw, 4.6rem);
    font-weight: 900;
    line-height: 1.04;
    margin: 1rem 0 1rem;
    max-width: 800px;
}

.zone-pro-hero-copy > p,
.zone-pro-section-head p,
.zone-pro-split-copy p,
.zone-pro-cta p {
    color: var(--zone-muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.zone-pro-hero-copy > p {
    color: #111827;
    max-width: 820px;
}

.zone-pro-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.25rem 0 0;
}

.zone-pro-hero-points span {
    background: var(--zone-green-soft);
    border: 1px solid #cce9d4;
    border-radius: 6px;
    color: var(--zone-green-dark);
    font-weight: 900;
    padding: 0.55rem 0.78rem;
}

.zone-pro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.35rem 0 1rem;
}

.zone-pro-actions-center {
    justify-content: center;
}

.zone-pro-btn {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 0.88rem 1.18rem;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zone-pro-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.zone-pro a.zone-pro-btn-primary {
    background: var(--zone-green);
    box-shadow: 0 12px 24px rgba(26, 95, 42, 0.16);
    color: #ffffff !important;
}

.zone-pro a.zone-pro-btn-whatsapp {
    background: #25d366;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.16);
    color: #063b1b !important;
}

.zone-pro a.zone-pro-btn-light {
    background: #ffffff;
    border: 2px solid var(--zone-green);
    color: var(--zone-green) !important;
}

.zone-pro-note {
    color: var(--zone-muted);
    font-weight: 800;
    margin-bottom: 0;
}

.zone-pro-hero-media img,
.zone-pro-split-media img {
    background: #ffffff;
    border: 1px solid rgba(26, 95, 42, 0.16);
    border-radius: 8px;
    box-shadow: 0 24px 55px rgba(17, 24, 39, 0.12);
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 560px;
    object-fit: contain;
    width: 100%;
}

.zone-pro-menu {
    background: #ffffff;
    border-bottom: 1px solid #edf3ee;
    border-top: 1px solid #edf3ee;
    padding: 1.5rem 0;
}

.zone-pro-menu-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zone-pro-menu-card {
    background: #ffffff;
    border: 1px solid var(--zone-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    color: var(--zone-ink) !important;
    display: grid;
    min-height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zone-pro-menu-card:hover {
    border-color: var(--zone-green);
    box-shadow: 0 16px 34px rgba(26, 95, 42, 0.12);
    transform: translateY(-4px);
    text-decoration: none;
}

.zone-pro-menu-image {
    aspect-ratio: 4 / 3;
    background: var(--zone-cream);
    display: block;
    overflow: hidden;
}

.zone-pro-menu-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.zone-pro-menu-copy {
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
}

.zone-pro-menu-copy strong {
    color: var(--zone-ink);
    font-size: 1.05rem;
    line-height: 1.2;
}

.zone-pro-menu-copy small {
    color: var(--zone-muted);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.zone-pro-section {
    padding: clamp(3.25rem, 6vw, 5.5rem) 0;
}

.zone-pro-areas,
.zone-pro-trust {
    background: #f7f9f8;
}

.zone-pro-zone-section,
.zone-pro-brand-help,
.zone-pro-faq {
    background: #ffffff;
}

.zone-pro-section-head {
    margin: 0 auto 2rem;
    max-width: 920px;
    text-align: center;
}

.zone-pro-section-head h2,
.zone-pro-split-copy h2,
.zone-pro-cta h2 {
    color: var(--zone-ink);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    line-height: 1.12;
    margin: 0.9rem 0 0.75rem;
}

.zone-pro-area-grid,
.zone-pro-trust-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zone-pro-area-card,
.zone-pro-trust-grid article,
.zone-pro-zone-card {
    background: #ffffff;
    border: 1px solid var(--zone-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.zone-pro-area-card {
    border-top: 4px solid var(--zone-green);
    padding: 1.25rem;
}

.zone-pro-area-card h3,
.zone-pro-trust-grid h3,
.zone-pro-zone-card h3 {
    color: var(--zone-ink);
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 0.6rem;
}

.zone-pro-area-card p,
.zone-pro-trust-grid p,
.zone-pro-zone-card p {
    color: var(--zone-muted);
    line-height: 1.6;
    margin: 0;
}

.zone-pro-zone-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.zone-pro-zone-card {
    display: flex;
    flex-direction: column;
    min-height: 188px;
    padding: 1rem;
}

.zone-pro-zone-card div {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    padding-top: 1rem;
}

.zone-pro-zone-card a {
    align-items: center;
    background: var(--zone-green-soft);
    border: 1px solid #cce9d4;
    border-radius: 7px;
    color: var(--zone-green-dark) !important;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0.55rem;
    text-decoration: none;
}

.zone-pro-zone-card a:hover {
    background: var(--zone-green);
    color: #ffffff !important;
    text-decoration: none;
}

.zone-pro-split {
    align-items: center;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
}

.zone-pro-split-copy {
    max-width: 720px;
}

.zone-pro-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zone-pro-trust-grid article {
    border-top: 4px solid var(--zone-green);
    padding: 1.25rem;
}

.zone-pro-trust-grid strong {
    align-items: center;
    background: var(--zone-green-soft);
    border-radius: 50%;
    color: var(--zone-green-dark);
    display: inline-flex;
    font-weight: 900;
    height: 52px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 52px;
}

.zone-pro-faq-inner {
    max-width: 980px;
}

.zone-pro-faq-item {
    background: var(--zone-cream);
    border: 1px solid var(--zone-border);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.zone-pro-faq-item summary {
    color: var(--zone-ink);
    cursor: pointer;
    font-weight: 900;
    list-style-position: outside;
    padding: 1.1rem 1.25rem;
}

.zone-pro-faq-item p {
    color: var(--zone-muted);
    line-height: 1.7;
    margin: 0;
    padding: 0 1.25rem 1.15rem;
}

.zone-pro-cta {
    background: linear-gradient(135deg, #f4fbf7 0%, #fff7cf 100%);
    padding: clamp(3rem, 6vw, 4.5rem) 0;
    text-align: center;
}

.zone-pro-cta .zone-pro-inner {
    background: #ffffff;
    border: 1px solid var(--zone-border);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
    padding: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 1180px) {
    .zone-pro-hero-inner,
    .zone-pro-split {
        grid-template-columns: 1fr;
    }

    .zone-pro-menu-grid,
    .zone-pro-area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zone-pro-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .zone-pro-inner,
    .zone-pro-hero-inner {
        width: min(100% - 1.25rem, 1320px);
    }

    .zone-pro-hero {
        padding: 1.5rem 0 2.4rem;
    }

    .zone-pro-hero-media {
        order: -1;
    }

    .zone-pro h1 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .zone-pro-menu-grid,
    .zone-pro-area-grid,
    .zone-pro-trust-grid {
        grid-template-columns: 1fr;
    }

    .zone-pro-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .zone-pro-btn {
        width: 100%;
    }

    .zone-pro-zone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zone-pro-zone-card {
        min-height: 178px;
    }
}

@media (max-width: 480px) {
    .zone-pro-zone-grid {
        grid-template-columns: 1fr;
    }
}

/* Zone servite clean - compact centered page */
.zone-clean {
    --zc-green: #1a5f2a;
    --zc-green-dark: #0f4a22;
    --zc-green-soft: #e8f5eb;
    --zc-yellow: #ffe600;
    --zc-blue: #1f376f;
    --zc-ink: #111827;
    --zc-muted: #4b5563;
    --zc-border: #d9ded8;
    background: #ffffff;
    color: var(--zc-ink);
}

.zone-clean * {
    box-sizing: border-box;
}

.zone-clean-wrap {
    width: min(1180px, calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
}

.zone-clean-hero {
    background: linear-gradient(135deg, #e8f5eb 0%, #ffffff 56%, #fff4bf 100%);
    padding: clamp(2.2rem, 5vw, 4.2rem) 0;
}

.zone-clean-hero-grid {
    display: grid;
    grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    align-items: center;
}

.zone-clean-hero-media {
    display: flex;
    justify-content: center;
}

.zone-clean-hero-media img,
.zone-clean-split > img {
    width: 100%;
    max-width: 430px;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(26, 95, 42, 0.18);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.12);
}

.zone-clean-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: var(--zc-green-soft);
    color: var(--zc-green-dark);
    border-radius: 999px;
    padding: 0.48rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.zone-clean h1,
.zone-clean h2,
.zone-clean h3 {
    color: var(--zc-ink);
    letter-spacing: 0;
}

.zone-clean h1 {
    font-size: clamp(2.05rem, 4.2vw, 3.6rem);
    line-height: 1.08;
    margin: 1rem 0;
    max-width: 760px;
}

.zone-clean h2 {
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.15;
    margin: 0.8rem 0 0.75rem;
}

.zone-clean p {
    color: var(--zc-muted);
    line-height: 1.72;
}

.zone-clean-hero-copy > p {
    color: var(--zc-ink);
    font-size: 1.06rem;
    max-width: 760px;
}

.zone-clean-proof,
.zone-clean-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.zone-clean-proof {
    margin: 1.25rem 0 1.35rem;
}

.zone-clean-proof span {
    background: #ffffff;
    border: 1px solid #cde8d5;
    border-radius: 8px;
    color: var(--zc-green-dark);
    font-weight: 900;
    padding: 0.58rem 0.8rem;
}

.zone-clean-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    padding: 0.85rem 1.1rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
}

.zone-clean-btn-call {
    background: var(--zc-green);
    color: #ffffff !important;
}

.zone-clean-btn-wa {
    background: #25d366;
    color: #063b1b !important;
}

.zone-clean-btn-line {
    background: #ffffff;
    border: 2px solid var(--zc-green);
    color: var(--zc-green) !important;
}

.zone-clean-section {
    padding: clamp(2.5rem, 5vw, 4.2rem) 0;
}

.zone-clean-menu-section,
.zone-clean-zones,
.zone-clean-faq {
    background: #ffffff;
}

.zone-clean-trust,
.zone-clean-section:nth-of-type(3) {
    background: #f7faf8;
}

.zone-clean-section-head {
    max-width: 820px;
    margin: 0 auto 1.7rem;
    text-align: center;
}

.zone-clean-section-head p {
    margin: 0 auto;
    max-width: 760px;
}

.zone-clean-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.zone-clean-tile {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
    background: #ffffff;
    border: 1px solid var(--zc-border);
    border-radius: 12px;
    padding: 0.85rem;
    min-height: 210px;
    text-align: center;
    text-decoration: none !important;
    color: var(--zc-ink) !important;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

.zone-clean-tile img {
    width: 100%;
    height: 115px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    background: #f7faf8;
}

.zone-clean-tile strong {
    color: var(--zc-ink);
    font-size: 1.05rem;
    line-height: 1.2;
}

.zone-clean-tile small {
    color: var(--zc-muted);
    font-weight: 800;
    line-height: 1.3;
}

.zone-clean-panel {
    background: #ffffff;
    border: 1px solid var(--zc-border);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.zone-clean-area-grid,
.zone-clean-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.zone-clean-area-grid article,
.zone-clean-mini-grid article,
.zone-clean-zone-grid article,
.zone-clean-faq details {
    background: #ffffff;
    border: 1px solid var(--zc-border);
    border-top: 4px solid var(--zc-green);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.zone-clean-area-grid h3,
.zone-clean-zone-grid h3,
.zone-clean-mini-grid strong {
    display: block;
    color: var(--zc-ink);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 0.45rem;
}

.zone-clean-area-grid p,
.zone-clean-mini-grid span {
    color: var(--zc-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.zone-clean-zone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 0.8rem;
}

.zone-clean-zone-grid article {
    min-height: 118px;
    padding: 0.9rem;
    border-top-width: 3px;
}

.zone-clean-zone-grid article div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    margin-top: 0.7rem;
}

.zone-clean-zone-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border-radius: 7px;
    background: var(--zc-green-soft);
    border: 1px solid #cde8d5;
    color: var(--zc-green-dark) !important;
    font-size: 0.88rem;
    font-weight: 900;
    text-decoration: none !important;
}

.zone-clean-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
}

.zone-clean-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.2rem;
}

.zone-clean-faq-wrap {
    max-width: 900px;
}

.zone-clean-faq details {
    border-top-width: 0;
    margin-bottom: 0.85rem;
}

.zone-clean-faq summary {
    color: var(--zc-ink);
    cursor: pointer;
    font-weight: 900;
}

.zone-clean-faq details p {
    margin: 0.8rem 0 0;
}

.zone-clean-cta {
    background: #fef3c7;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    text-align: center;
}

.zone-clean-cta h2 {
    margin-top: 0;
}

.zone-clean-cta p {
    max-width: 720px;
    margin: 0 auto 1.3rem;
    color: var(--zc-ink);
}

.zone-clean-actions-center {
    justify-content: center;
}

@media (max-width: 980px) {
    .zone-clean-hero-grid,
    .zone-clean-split {
        grid-template-columns: 1fr;
    }

    .zone-clean-hero-copy,
    .zone-clean-split > div {
        text-align: center;
    }

    .zone-clean-hero-copy .zone-clean-kicker,
    .zone-clean-split .zone-clean-kicker {
        margin-left: auto;
        margin-right: auto;
    }

    .zone-clean-proof,
    .zone-clean-actions {
        justify-content: center;
    }

    .zone-clean-menu-grid,
    .zone-clean-area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .zone-clean-wrap {
        width: min(100% - 1.25rem, 1180px);
    }

    .zone-clean-hero {
        padding: 1.6rem 0 2.2rem;
    }

    .zone-clean-hero-media img {
        max-width: 320px;
    }

    .zone-clean h1 {
        font-size: clamp(1.85rem, 8.5vw, 2.65rem);
    }

    .zone-clean-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .zone-clean-tile {
        min-height: 174px;
        padding: 0.65rem;
    }

    .zone-clean-tile img {
        height: 92px;
    }

    .zone-clean-area-grid,
    .zone-clean-mini-grid {
        grid-template-columns: 1fr;
    }

    .zone-clean-zone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .zone-clean-zone-grid article {
        min-height: 112px;
        padding: 0.75rem;
    }

    .zone-clean-zone-grid h3 {
        font-size: 0.93rem;
    }

    .zone-clean-btn {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .zone-clean-menu-grid,
    .zone-clean-zone-grid {
        grid-template-columns: 1fr;
    }
}

/* Zone servite - uses the existing Folletto page design system */
.zone-native .hero-zone-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

.zone-native .zona-image {
    max-width: 420px;
}

.zone-native .zona-image img,
.zone-native-trust > img {
    background: #ffffff;
    border: 1px solid #d9ded8;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
}

.zone-native-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.zone-native-menu-card {
    background: #ffffff;
    border: 1px solid #d9ded8;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
    color: #111827 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 220px;
    padding: 1rem;
    text-align: center;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zone-native-menu-card:hover {
    border-color: #1a5f2a;
    box-shadow: 0 12px 28px rgba(26, 95, 42, 0.12);
    transform: translateY(-3px);
}

.zone-native-menu-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    background: #f8faf9;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.zone-native-menu-card strong {
    color: #111827;
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.zone-native-menu-card span {
    color: #4b5563;
    font-weight: 700;
    line-height: 1.35;
}

.zone-native-area-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zone-native-area-grid .service-box-zona,
.zone-native-trust .service-box-zona {
    background: #ffffff;
    border-radius: 8px;
}

.zone-native-local-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.85rem;
    margin: 2rem 0;
}

.zone-native-local-grid article {
    background: linear-gradient(135deg, #f0f9f4 0%, #ffffff 100%);
    border: 2px solid #2d8a3e;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(26, 95, 42, 0.08);
    padding: 0.95rem;
}

.zone-native-local-grid h3 {
    color: #111827;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.75rem;
}

.zone-native-local-grid article div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.zone-native-local-grid a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cde8d5;
    border-radius: 8px;
    color: #1a5f2a !important;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 900;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem;
    text-decoration: none !important;
}

.zone-native-whatsapp {
    background: #25d366 !important;
    color: #063b1b !important;
}

.zone-native-trust {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: 2.5rem;
}

.zone-native-trust .services-grid-zona {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
}

.zone-native-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.zone-native-actions .map-button-zona {
    width: auto;
    margin-bottom: 0;
}

.zone-native details[open] .faq-answer-zona {
    display: block;
}

.zone-native details .faq-question-zona {
    list-style: none;
}

.zone-native details .faq-question-zona::-webkit-details-marker {
    display: none;
}

@media (max-width: 1024px) {
    .zone-native-area-grid,
    .zone-native-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zone-native-trust {
        grid-template-columns: 1fr;
    }

    .zone-native-trust > img {
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .zone-native .hero-zone-inner {
        grid-template-columns: 1fr;
    }

    .zone-native-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .zone-native-menu-card {
        min-height: 176px;
        padding: 0.75rem;
    }

    .zone-native-menu-card img {
        height: 86px;
        margin-bottom: 0.75rem;
    }

    .zone-native-area-grid,
    .zone-native-trust .services-grid-zona {
        grid-template-columns: 1fr;
    }

    .zone-native-local-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .zone-native-local-grid article {
        padding: 0.75rem;
    }

    .zone-native-local-grid h3 {
        font-size: 0.92rem;
    }
}

@media (max-width: 420px) {
    .zone-native-local-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zone-native-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 360px) {
    .zone-native-local-grid,
    .zone-native-menu-grid {
        grid-template-columns: 1fr;
    }
}

/* Zone servite - final board layout */
.zone-board {
    --zb-green: #1a5f2a;
    --zb-green-dark: #0f4a22;
    --zb-green-soft: #e8f5eb;
    --zb-yellow: #ffe600;
    --zb-ink: #111827;
    --zb-muted: #4b5563;
    --zb-border: #d9ded8;
    background: #ffffff;
    color: var(--zb-ink);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.zone-board * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.zone-board-wrap {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.zone-board-hero {
    background: linear-gradient(135deg, #edf8f0 0%, #ffffff 60%, #fff4bf 100%);
    padding: clamp(2.25rem, 5vw, 4.5rem) 0;
}

.zone-board-hero-grid,
.zone-board-trust {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.zone-board-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background: var(--zb-green-soft);
    color: var(--zb-green-dark);
    border-radius: 999px;
    padding: 0.48rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.zone-board h1,
.zone-board h2,
.zone-board h3 {
    color: var(--zb-ink);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
}

.zone-board h1 {
    font-size: clamp(2rem, 4vw, 3.55rem);
    line-height: 1.08;
    margin: 0.95rem 0 1rem;
}

.zone-board h2 {
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.15;
    margin: 0.8rem 0 0.7rem;
}

.zone-board h3 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0 0 0.55rem;
}

.zone-board p {
    color: var(--zb-muted);
    line-height: 1.7;
}

.zone-board-copy p,
.zone-board-trust > div > p {
    color: var(--zb-ink);
    font-size: 1.05rem;
}

.zone-board-photo img,
.zone-board-trust > img {
    width: 100%;
    height: auto;
    display: block;
    background: #ffffff;
    border: 1px solid var(--zb-border);
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.12);
}

.zone-board-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.zone-board-actions-center {
    justify-content: center;
}

.zone-board-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    padding: 0.82rem 1.08rem;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
}

.zone-board-btn-primary {
    background: var(--zb-green);
    color: #ffffff !important;
}

.zone-board-btn-wa {
    background: #25d366;
    color: #063b1b !important;
}

.zone-board-btn-outline {
    background: #ffffff;
    border: 2px solid var(--zb-green);
    color: var(--zb-green) !important;
}

.zone-board-stats {
    background: #ffffff;
    border-bottom: 1px solid #edf3ee;
    border-top: 1px solid #edf3ee;
    padding: 1.1rem 0;
}

.zone-board-stat-grid,
.zone-board-service-grid,
.zone-board-area-grid,
.zone-board-mini {
    display: grid;
    gap: 1rem;
}

.zone-board-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zone-board-stat-grid div,
.zone-board-service-grid a,
.zone-board-area,
.zone-board-mini div,
.zone-board-faq details {
    background: #ffffff;
    border: 1px solid var(--zb-border);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}

.zone-board-stat-grid div {
    padding: 1rem;
    text-align: center;
}

.zone-board-stat-grid strong {
    display: block;
    color: var(--zb-green-dark);
    font-size: 1.25rem;
}

.zone-board-stat-grid span {
    color: var(--zb-muted);
    font-weight: 800;
}

.zone-board-section {
    padding: clamp(2.75rem, 5vw, 4.6rem) 0;
}

.zone-board-alt,
.zone-board-faq {
    background: #f7faf8;
}

.zone-board-head {
    max-width: 820px;
    margin: 0 auto 1.8rem;
    text-align: center;
}

.zone-board-head p {
    margin: 0 auto;
    max-width: 740px;
}

.zone-board-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zone-board-service-grid-wide {
    align-items: stretch;
}

.zone-board-service-grid a {
    display: grid;
    gap: 0.45rem;
    min-height: 220px;
    padding: 0.9rem;
    text-align: center;
    text-decoration: none !important;
    color: var(--zb-ink) !important;
}

.zone-board-service-grid img {
    width: 100%;
    height: 112px;
    object-fit: contain;
    object-position: center;
    background: #f7faf8;
    border-radius: 8px;
}

.zone-board-service-grid strong {
    color: var(--zb-ink);
    font-size: 1.05rem;
    line-height: 1.2;
}

.zone-board-service-grid span {
    color: var(--zb-muted);
    font-weight: 800;
    line-height: 1.35;
}

.zone-board-card-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    align-items: center;
    min-height: 112px;
    padding: 0.75rem;
    background: #f7faf8;
    border-radius: 8px;
}

.zone-board-service-grid .zone-board-card-logos img {
    width: 100%;
    height: 58px;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
}

.zone-board-brand-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.85rem;
}

.zone-board-brand-grid a {
    display: grid;
    gap: 0.55rem;
    align-items: center;
    justify-items: center;
    min-height: 136px;
    padding: 0.85rem 0.65rem;
    background: #ffffff;
    border: 1px solid var(--zb-border);
    border-radius: 8px;
    color: var(--zb-ink) !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.05);
}

.zone-board-brand-grid img {
    width: 100%;
    max-width: 126px;
    height: 62px;
    object-fit: contain;
}

.zone-board-brand-grid span {
    color: var(--zb-green-dark);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.15;
}

.zone-board-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zone-board-area {
    border-top: 4px solid var(--zb-green);
    padding: 1.2rem;
}

.zone-board-area > p {
    margin-bottom: 0.9rem;
}

.zone-board-zone-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.2rem 0 0.9rem;
}

.zone-board-zone-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.42rem 0.62rem;
    border-radius: 7px;
    background: var(--zb-green-soft);
    border: 1px solid #cde8d5;
    color: var(--zb-green-dark);
    font-weight: 900;
    line-height: 1.15;
}

.zone-board-area-note {
    margin: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #edf3ee;
    color: var(--zb-muted) !important;
    font-weight: 800;
}

.zone-board-local-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
}

.zone-board-city {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 78px 78px;
    gap: 0.5rem;
    align-items: center;
    border-top: 1px solid #edf3ee;
    padding: 0.58rem 0;
}

.zone-board-city span {
    color: var(--zb-ink);
    font-weight: 900;
    line-height: 1.2;
}

.zone-board-city a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 7px;
    background: var(--zb-green-soft);
    border: 1px solid #cde8d5;
    color: var(--zb-green-dark) !important;
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none !important;
}

.zone-board-trust {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
}

.zone-board-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.15rem;
}

.zone-board-mini div {
    border-top: 4px solid var(--zb-green);
    padding: 1rem;
}

.zone-board-mini strong,
.zone-board-mini span {
    display: block;
}

.zone-board-mini strong {
    color: var(--zb-ink);
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.zone-board-mini span {
    color: var(--zb-muted);
    line-height: 1.45;
}

.zone-board-faq-wrap {
    max-width: 900px;
}

.zone-board-faq details {
    margin-bottom: 0.85rem;
    padding: 1rem 1.1rem;
}

.zone-board-faq summary {
    color: var(--zb-ink);
    cursor: pointer;
    font-weight: 900;
}

.zone-board-faq details p {
    margin: 0.8rem 0 0;
}

.zone-board-cta {
    background: #fef3c7;
    padding: clamp(2.6rem, 5vw, 4rem) 0;
    text-align: center;
}

.zone-board-cta p {
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .zone-board-hero-grid,
    .zone-board-trust {
        grid-template-columns: 1fr;
    }

    .zone-board-copy,
    .zone-board-trust > div {
        text-align: center;
    }

    .zone-board-label {
        margin-left: auto;
        margin-right: auto;
    }

    .zone-board-actions {
        justify-content: center;
    }

    .zone-board-photo img,
    .zone-board-trust > img {
        max-width: 560px;
        margin: 0 auto;
    }

    .zone-board-service-grid,
    .zone-board-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zone-board-brand-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .zone-board-local-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .zone-board-wrap {
        width: min(100% - 1.25rem, 1180px);
    }

    .zone-board-hero {
        padding: 1.6rem 0 2.2rem;
    }

    .zone-board h1 {
        font-size: clamp(1.9rem, 8vw, 2.55rem);
    }

    .zone-board h2 {
        font-size: clamp(1.55rem, 7vw, 2.1rem);
    }

    .zone-board-service-grid,
    .zone-board-stat-grid,
    .zone-board-area-grid,
    .zone-board-mini {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .zone-board-service-grid a {
        min-height: 184px;
        padding: 0.7rem;
    }

    .zone-board-service-grid img {
        height: 88px;
    }

    .zone-board-card-logos {
        grid-template-columns: 1fr;
        min-height: 88px;
        padding: 0.55rem;
    }

    .zone-board-service-grid .zone-board-card-logos img {
        height: 36px;
    }

    .zone-board-area-grid {
        grid-template-columns: 1fr;
    }

    .zone-board-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .zone-board-brand-grid a {
        min-height: 118px;
        padding: 0.75rem 0.55rem;
    }

    .zone-board-brand-grid img {
        max-width: 112px;
        height: 52px;
    }

    .zone-board-stat-grid div {
        padding: 0.82rem;
    }

    .zone-board-stat-grid strong {
        font-size: 1.02rem;
    }

    .zone-board-stat-grid span {
        font-size: 0.88rem;
        line-height: 1.25;
    }

    .zone-board-city {
        grid-template-columns: minmax(0, 1fr) 66px 66px;
        gap: 0.4rem;
        text-align: left;
        padding: 0.52rem 0;
    }

    .zone-board-city a {
        min-height: 34px;
        font-size: 0.78rem;
    }

    .zone-board-btn {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .zone-board-service-grid,
    .zone-board-stat-grid,
    .zone-board-mini,
    .zone-board-brand-grid {
        grid-template-columns: 1fr;
    }
}

/* Content density pass: keep header/footer untouched, give main page layouts the width users expect on desktop. */
@media (min-width: 1181px) {
    .home-pro .home-pro-hero,
    .home-pro-section,
    .home-pro-proof {
        padding-left: 0;
        padding-right: 0;
    }

    .home-pro .home-pro-hero-inner,
    .home-pro .section-inner,
    .home-pro-proof-grid,
    .hero-zone-inner,
    .section-inner,
    .zone-pro-inner,
    .zone-pro-hero-inner,
    .zone-clean-wrap {
        width: min(1680px, calc(100% - 2rem));
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-zone,
    .section-zona {
        padding-left: 0;
        padding-right: 0;
    }

    .home-pro .home-pro-hero-content {
        max-width: 860px;
    }

    .hero-zone-content {
        max-width: 860px;
    }

    .home-pro .home-pro-hero-media img {
        max-width: 760px;
    }

    .home-pro .home-pro-hero-media {
        justify-self: center;
        min-height: 545px;
        max-width: 760px;
        width: 100%;
    }

    .home-pro .section-header-zona {
        max-width: 980px;
    }

    .zone-board-wrap {
        width: min(1680px, calc(100% - 2rem));
    }

    .zone-board-head {
        max-width: 980px;
    }

    .zone-board-head p {
        max-width: 900px;
    }

    .zone-board-service-grid a {
        min-height: 245px;
    }

    .zone-board-service-grid img {
        height: clamp(112px, 8vw, 154px);
    }

    .zone-board-brand-grid img {
        max-width: 150px;
        height: 72px;
    }
}

/* Conversion polish: header visibility, maps links, centered copy, and shared trust counters. */
.serpe-header-top {
    align-items: center;
    background: #2b4892;
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.serpe-header-logo {
    align-items: center;
    display: flex;
    justify-content: center;
}

.serpe-header-logo img {
    display: block;
    object-fit: contain;
}

.serpe-header-call {
    background: #ffe600;
    border-radius: 20px;
    color: #111111;
    font-weight: 900;
    margin: 0.5rem;
    padding: 0.35rem 0.75rem;
    text-align: center;
}

.serpe-header-call a {
    align-items: center;
    color: #111111 !important;
    display: inline-flex;
    gap: 0.45rem;
    justify-content: center;
    text-decoration: none !important;
}

.wp-block-group,
.wp-block-image,
.wp-block-post-content,
.wp-block-template-part {
    box-sizing: border-box;
}

.wp-block-post-content {
    display: flow-root;
}

.wp-block-spacer {
    clear: both;
}

.wp-block-post-title {
    box-sizing: border-box;
    word-break: break-word;
}

.wp-block-post-title a {
    color: inherit;
    text-decoration: none;
}

.wp-block-columns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.wp-block-column {
    flex: 1 1 0;
    min-width: 0;
}

.wp-block-buttons {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.wp-block-button {
    display: inline-block;
    margin: 0;
}

.wp-block-button__link {
    align-items: center;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0.72rem 1rem;
    text-align: center;
    text-decoration: none !important;
}

.wp-block-post-excerpt {
    box-sizing: border-box;
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-post-excerpt__more-link {
    display: inline-block;
}

.wc-block-components-product-price {
    display: block;
}

.wc-block-components-product-price:empty,
.wc-block-components-product-price > :empty {
    display: none;
}

.has-text-align-center {
    text-align: center;
}

.has-primary-background-color {
    background-color: #2b4892;
}

.has-secondary-background-color {
    background-color: #ffe600;
}

.has-black-color {
    color: #111111;
}

.has-background {
    background-clip: border-box;
}

.serpe-main-nav {
    background: #2b4892;
    color: #ffe600;
    width: 100%;
}

.serpe-main-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 1rem;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0.7rem clamp(0.75rem, 3vw, 1.45rem);
}

.serpe-main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.serpe-main-menu a {
    color: #ffe600 !important;
    display: inline-flex;
    font-size: clamp(0.92rem, 1.35vw, 1.18rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 38px;
    padding: 0.45rem 0.25rem;
    text-decoration: none !important;
}

.serpe-main-menu a:hover,
.serpe-main-menu a:focus-visible {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 0.18em;
}

.serpe-header-call a::before {
    background: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 1.1em;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 1.1em;
}

.footer-phone,
.footer-whatsapp,
.footer-maps {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.footer-maps a {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.home-pro-store-note {
    align-items: center;
    color: var(--home-ink);
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(1rem, 1.15vw, 1.18rem);
    gap: 0.6rem;
    justify-content: center;
    line-height: 1.35;
    margin: 1.2rem auto 0;
    max-width: 860px;
    text-align: center;
}

.home-pro-store-note strong,
.home-pro-store-note span,
.home-pro-map-link,
.home-pro-map-inline,
.zone-board-map-link {
    align-items: center;
    background: #ffffff;
    border: 1px solid #cce9d4;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0.55rem 0.75rem;
}

.home-pro-map-link,
.home-pro-map-inline,
.zone-board-map-link {
    color: var(--home-green, #1a5f2a) !important;
    gap: 0.4rem;
    text-decoration: none !important;
}

.home-pro-map-link::before,
.home-pro-map-inline::before,
.zone-board-map-link::before,
.zone-board-btn-map::before {
    background: currentColor;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 1.05em;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 1.05em;
}

.home-pro-map-inline,
.zone-board-map-link {
    margin-top: 0.7rem;
}

.zone-board-btn-map {
    background: #ffffff;
    border: 2px solid var(--zb-green);
    color: var(--zb-green) !important;
    gap: 0.4rem;
}

.home-pro .home-pro-hero-content,
.zone-board-copy,
.home-pro .home-pro-service-card,
.home-pro .home-pro-reason-grid .service-box-zona,
.home-pro .home-pro-video-card,
.home-pro .home-pro-review-card,
.home-pro-zone-feature,
.zone-board-area,
.zone-board-mini div,
.zone-board-trust > div {
    text-align: center;
}

.home-pro .zona-badge,
.home-pro .section-label-zona,
.zone-board-copy .zone-board-label {
    margin-left: auto;
    margin-right: auto;
}

.home-pro-actions,
.home-pro-card-links,
.zone-board-copy .zone-board-actions,
.zone-board-zone-chips {
    justify-content: center;
}

.home-pro-service-wide {
    text-align: center;
}

@media (min-width: 1025px) {
    .serpe-header-top {
        align-items: center !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        min-height: 160px !important;
    }

    .serpe-header-logo {
        flex: 0 0 276px !important;
        margin: 0 !important;
        width: 276px !important;
    }

    .serpe-header-logo img {
        height: 152px !important;
        max-width: none !important;
        width: 276px !important;
    }

    .serpe-trust-slot {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        justify-content: center;
        min-height: 52px;
        min-width: 0;
    }

    .serpe-header-call {
        font-size: 1.22rem !important;
        line-height: 1.25 !important;
        padding-bottom: 0.18rem !important;
        padding-top: 0.18rem !important;
    }
}

@media (max-width: 760px) {
    .serpe-header-top {
        align-items: center !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        min-height: 150px !important;
    }

    .serpe-header-logo {
        flex: 0 0 107px !important;
        margin: 0 !important;
    }

    .serpe-trust-slot {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        justify-content: center;
        min-height: 54px;
        min-width: 0;
    }

    .serpe-main-menu {
        gap: 0;
        justify-content: flex-start;
        padding: 0.2rem 0.45rem;
    }

    .serpe-main-menu li {
        flex: 1 1 50%;
    }

    .serpe-main-menu a {
        font-size: 0.84rem;
        min-height: 30px;
        padding: 0.28rem 0.35rem;
        width: 100%;
    }

    .wp-block-columns {
        flex-direction: column;
    }

    .home-pro-store-note {
        align-items: stretch;
        flex-direction: column;
    }

    .home-pro-store-note strong,
    .home-pro-store-note span,
    .home-pro-map-link,
    .home-pro-map-inline,
    .zone-board-map-link {
        width: 100%;
    }
}

/* Service pillar and local landing pages */
.serpe-service {
    --ss-green: #1a5f2a;
    --ss-green-dark: #0f4a22;
    --ss-green-soft: #e8f5eb;
    --ss-yellow: #ffe600;
    --ss-ink: #111827;
    --ss-muted: #4b5563;
    --ss-border: #d9ded8;
    background: #ffffff;
    color: var(--ss-ink);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.serpe-service * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.serpe-service a {
    color: var(--ss-green) !important;
}

.serpe-service-wrap {
    margin: 0 auto;
    width: min(1680px, calc(100% - 2rem));
}

.serpe-service-hero {
    background: linear-gradient(135deg, #edf8f0 0%, #ffffff 60%, #fff4bf 100%);
    padding: clamp(2.6rem, 5.5vw, 5rem) 0;
}

.serpe-service-hero-grid,
.serpe-service-two {
    align-items: center;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.serpe-service-copy,
.serpe-service-head,
.serpe-service-cta,
.serpe-service-card-grid article,
.serpe-service-faq,
.serpe-service-trust > div {
    text-align: center;
}

.serpe-service-label {
    align-items: center;
    background: var(--ss-green-soft);
    border-radius: 999px;
    color: var(--ss-green-dark);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    padding: 0.48rem 0.9rem;
    text-transform: uppercase;
}

.serpe-service h1,
.serpe-service h2,
.serpe-service h3 {
    color: var(--ss-ink);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
}

.serpe-service h1 {
    font-size: clamp(2.2rem, 4.7vw, 4.45rem);
    line-height: 1.05;
    margin-bottom: 1rem;
    margin-top: 1rem;
    max-width: 900px;
}

.serpe-service h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.75rem);
    line-height: 1.13;
    margin-bottom: 0.75rem;
    margin-top: 0.85rem;
    max-width: 980px;
}

.serpe-service p {
    color: var(--ss-muted);
    font-size: 1.04rem;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.serpe-service-copy > p {
    color: var(--ss-ink);
    font-size: clamp(1.02rem, 1.25vw, 1.15rem);
}

.serpe-service-actions,
.serpe-service-link-row,
.serpe-service-local-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.serpe-service-actions {
    margin: 1.35rem 0 1rem;
}

.serpe-service-btn,
.serpe-service-link-row a,
.serpe-service-local-links a {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 46px;
    padding: 0.82rem 1.08rem;
    text-decoration: none !important;
}

.serpe-service-btn-primary {
    background: var(--ss-green);
    box-shadow: 0 12px 24px rgba(26, 95, 42, 0.16);
    color: #ffffff !important;
}

.serpe-service a.serpe-service-btn-primary {
    color: #ffffff !important;
}

.serpe-service-btn-wa {
    background: #25d366;
    color: #063b1b !important;
}

.serpe-service a.serpe-service-btn-wa {
    color: #063b1b !important;
}

.serpe-service-btn-youtube {
    background: #d92323;
    box-shadow: 0 12px 24px rgba(217, 35, 35, 0.16);
    color: #ffffff !important;
}

.serpe-service a.serpe-service-btn-youtube {
    color: #ffffff !important;
}

.serpe-service-btn-outline,
.serpe-service-link-row a,
.serpe-service-local-links a {
    background: #ffffff;
    border: 2px solid var(--ss-green);
    color: var(--ss-green) !important;
}

.serpe-service-proof {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.2rem;
}

.serpe-service-proof span {
    align-items: center;
    background: var(--ss-green-soft);
    border: 1px solid #cde8d5;
    border-radius: 7px;
    color: var(--ss-green-dark);
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 0.5rem 0.7rem;
    text-align: center;
}

.serpe-service-media {
    display: grid;
    gap: 1rem;
    justify-items: center;
}

.serpe-service-photo {
    background: #ffffff;
    border: 1px solid var(--ss-border);
    border-radius: 8px;
    box-shadow: 0 24px 55px rgba(17, 24, 39, 0.12);
    display: block;
    height: auto;
    max-width: min(700px, 100%);
    object-fit: contain;
    width: 100%;
}

.serpe-service-photo-logo {
    aspect-ratio: 16 / 9;
    min-height: 260px;
    padding: clamp(1.4rem, 4vw, 3.2rem);
}

.serpe-service-logo {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--ss-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
    display: inline-flex;
    justify-content: center;
    min-height: 96px;
    min-width: 210px;
    padding: 1rem;
}

.serpe-service-logo img {
    display: block;
    height: 70px;
    max-width: 180px;
    object-fit: contain;
    width: 100%;
}

.serpe-service-section {
    padding: clamp(3rem, 5.4vw, 5rem) 0;
}

.serpe-service-alt {
    background: #f7faf8;
}

.serpe-service-head {
    margin: 0 auto 2rem;
    max-width: 980px;
}

.serpe-service-card-grid,
.serpe-service-brand-grid,
.serpe-service-mini {
    display: grid;
    gap: 1rem;
}

.serpe-service-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.serpe-service-card-grid article,
.serpe-service-brand-grid a,
.serpe-service-mini div,
.serpe-service-faq details {
    background: #ffffff;
    border: 1px solid var(--ss-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.serpe-service-card-grid article {
    border-top: 4px solid var(--ss-green);
    display: grid;
    gap: 0.45rem;
    min-height: 160px;
    padding: 1.15rem;
}

.serpe-service-card-grid strong {
    color: var(--ss-ink);
    font-size: 1.05rem;
}

.serpe-service-card-grid span,
.serpe-service-mini span {
    color: var(--ss-muted);
    font-weight: 800;
    line-height: 1.45;
}

.serpe-service-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin-top: 1rem;
}

.serpe-service-chips span {
    align-items: center;
    background: var(--ss-green-soft);
    border: 1px solid #cde8d5;
    border-radius: 7px;
    color: var(--ss-green-dark);
    display: inline-flex;
    font-weight: 900;
    min-height: 36px;
    padding: 0.45rem 0.65rem;
}

.serpe-service-link-row {
    margin-bottom: 1rem;
}

.serpe-service-local-links a {
    background: var(--ss-green-soft);
    border-color: #cde8d5;
    min-height: 38px;
    padding: 0.5rem 0.75rem;
}

.serpe-service-trust img {
    background: #ffffff;
    border: 1px solid var(--ss-border);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.14);
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
}

.serpe-service-mini {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.1rem;
}

.serpe-service-mini div {
    border-top: 4px solid var(--ss-green);
    padding: 1rem;
    text-align: center;
}

.serpe-service-mini strong {
    color: var(--ss-green-dark);
    display: block;
    font-size: 1.65rem;
    line-height: 1.1;
}

.serpe-service-brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.serpe-service-brand-grid a {
    align-items: center;
    color: var(--ss-ink) !important;
    display: grid;
    gap: 0.7rem;
    justify-items: center;
    min-height: 132px;
    padding: 1rem;
    text-align: center;
    text-decoration: none !important;
}

.serpe-service-brand-grid img {
    display: block;
    height: 62px;
    max-width: 138px;
    object-fit: contain;
    width: 100%;
}

.serpe-service-brand-grid span {
    color: var(--ss-green-dark);
    font-weight: 900;
    line-height: 1.2;
}

.serpe-service-faq {
    max-width: 930px;
}

.serpe-service-faq details {
    margin-bottom: 0.85rem;
    padding: 1rem 1.1rem;
    text-align: left;
}

.serpe-service-faq summary {
    color: var(--ss-ink);
    cursor: pointer;
    font-weight: 900;
}

.serpe-service-faq details p {
    margin: 0.8rem 0 0;
    max-width: none;
}

.serpe-service-cta {
    background: #fef3c7;
    padding: clamp(2.6rem, 5vw, 4rem) 0;
}

.serpe-service-cta p {
    color: var(--ss-ink);
}

.serpe-menu-page .serpe-service-photo-cover {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.serpe-menu-product-grid,
.serpe-menu-gallery,
.serpe-menu-timeline {
    display: grid;
    gap: 1rem;
}

.serpe-menu-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.serpe-menu-product-card,
.serpe-menu-gallery figure,
.serpe-menu-timeline article,
.serpe-video-link-card {
    background: #ffffff;
    border: 1px solid var(--ss-border);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    overflow: hidden;
}

.serpe-menu-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
}

.serpe-menu-product-card img,
.serpe-menu-gallery img {
    background: #f7faf8;
    display: block;
    height: 190px;
    object-fit: contain;
    padding: 0.9rem;
    width: 100%;
}

.serpe-menu-product-card div {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
    text-align: center;
}

.serpe-menu-product-card strong,
.serpe-menu-timeline strong,
.serpe-video-link-card strong {
    color: var(--ss-ink);
    font-weight: 900;
}

.serpe-menu-product-card span,
.serpe-menu-timeline span,
.serpe-video-link-card span {
    color: var(--ss-muted);
    font-weight: 800;
    line-height: 1.45;
}

.serpe-menu-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.serpe-menu-gallery figure {
    margin: 0;
}

.serpe-menu-gallery figcaption {
    color: var(--ss-green-dark);
    font-weight: 900;
    padding: 0 1rem 1rem;
    text-align: center;
}

.serpe-menu-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.serpe-menu-timeline article {
    border-top: 4px solid var(--ss-green);
    display: grid;
    gap: 0.6rem;
    padding: 1.15rem;
    text-align: center;
}

.serpe-video-link-card {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 92px 1fr;
    padding: 1rem;
    text-align: left;
}

.serpe-video-link-card img {
    border-radius: 8px;
    display: block;
    height: 92px;
    object-fit: cover;
    width: 92px;
}

@media (max-width: 1180px) {
    .serpe-service-hero-grid,
    .serpe-service-two {
        grid-template-columns: 1fr;
    }

    .serpe-service-card-grid,
    .serpe-service-brand-grid,
    .serpe-menu-product-grid,
    .serpe-menu-gallery,
    .serpe-menu-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .serpe-service-wrap {
        width: min(100% - 1.25rem, 1680px);
    }

    .serpe-service h1 {
        font-size: clamp(1.95rem, 8vw, 2.8rem);
    }

    .serpe-service h2 {
        font-size: clamp(1.55rem, 7vw, 2.1rem);
    }

    .serpe-service-actions,
    .serpe-service-link-row {
        align-items: stretch;
        flex-direction: column;
    }

    .serpe-service-btn,
    .serpe-service-link-row a {
        width: 100%;
    }

    .serpe-service-proof,
    .serpe-service-card-grid,
    .serpe-service-mini,
    .serpe-service-brand-grid,
    .serpe-menu-product-grid,
    .serpe-menu-gallery,
    .serpe-menu-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .serpe-service-photo {
        max-width: 100%;
    }

    .serpe-service-photo-logo {
        min-height: 210px;
        padding: 1.4rem;
    }
}

@media (max-width: 420px) {
    .serpe-service-proof,
    .serpe-service-card-grid,
    .serpe-service-mini,
    .serpe-service-brand-grid,
    .serpe-menu-product-grid,
    .serpe-menu-gallery,
    .serpe-menu-timeline {
        grid-template-columns: 1fr;
    }

    .serpe-video-link-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .serpe-video-link-card img {
        margin: 0 auto;
    }
}

/* Native Google reviews header - Trustindex-like compact badge */
.serpe-google-proof {
    align-items: center;
    display: flex;
    justify-content: center;
}

.serpe-google-proof__link {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 7px;
    box-shadow: 0 8px 22px rgba(4, 28, 14, 0.16);
    color: #111827;
    display: grid;
    gap: 0.68rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    line-height: 1.08;
    max-width: min(100%, 358px);
    min-height: 54px;
    padding: 0.55rem 0.72rem;
    text-decoration: none;
}

.serpe-google-proof__score {
    align-items: center;
    color: #121a16;
    display: flex;
    font-size: 1.38rem;
    font-weight: 800;
    letter-spacing: 0;
}

.serpe-google-proof__main {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
    text-align: left;
}

.serpe-google-proof__stars {
    color: #f6b400;
    font-size: 0.84rem;
    letter-spacing: 0;
    line-height: 1;
}

.serpe-google-proof__headline {
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.serpe-google-proof__meta {
    color: #0f172a;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serpe-google-proof__meta b {
    color: #020617;
    font-weight: 900;
}

.serpe-google-proof__source {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #2563eb;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0.24rem 0.46rem;
}

@media (max-width: 760px) {
    .serpe-google-proof__link {
        gap: 0.48rem;
        grid-template-columns: auto minmax(0, 1fr);
        max-width: min(100%, 242px);
        min-height: 48px;
        padding: 0.48rem 0.58rem;
    }

    .serpe-google-proof__score {
        font-size: 1.08rem;
    }

    .serpe-google-proof__stars {
        font-size: 0.74rem;
    }

    .serpe-google-proof__headline {
        font-size: 0.72rem;
    }

    .serpe-google-proof__meta {
        font-size:  0.68rem;
    }

    .serpe-google-proof__source {
        display: none;
    }
}

/* Shop category grid polish - start */
.serpe-shop-catalog-page .serpe-shop-category-block,
.serpe-catalog-page .serpe-shop-category-block {
    background: linear-gradient(180deg, #f3f8f5 0%, #eef6f1 100%);
    padding: clamp(3.75rem, 6vw, 6.75rem) 1rem clamp(4.5rem, 7vw, 7rem);
}

.serpe-shop-catalog-groups {
    display: grid;
    gap: clamp(2.75rem, 4.5vw, 4.25rem);
    margin: 0 auto;
    max-width: 1320px;
}

.serpe-catalog-group {
    margin: 0;
}

.serpe-catalog-group__head {
    margin: 0 auto clamp(1.2rem, 2vw, 1.7rem);
    max-width: 820px;
    text-align: center;
}

.serpe-catalog-group__head h3 {
    color: #111827;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0.55rem 0 0.55rem;
}

.serpe-catalog-group__head p {
    color: #3b4656;
    font-size: 1.02rem;
    line-height: 1.7;
    margin: 0;
}

.serpe-catalog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.35rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 1320px;
}

.serpe-catalog-card {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid rgba(15, 91, 43, 0.15);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    color: #0f5b2b;
    display: flex;
    flex: 0 1 calc((100% - 4.05rem) / 4);
    flex-direction: column;
    max-width: calc((100% - 4.05rem) / 4);
    min-height: 382px;
    overflow: hidden;
    padding: 1.15rem;
    text-align: center;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.serpe-catalog-card:hover,
.serpe-catalog-card:focus-visible {
    border-color: rgba(15, 91, 43, 0.38);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    transform: translateY(-3px);
}

.serpe-catalog-card__media {
    align-items: center;
    background: radial-gradient(circle at 50% 42%, #ffffff 0%, #ffffff 45%, #edf6f0 100%);
    border: 1px solid #deebe3;
    border-radius: 8px;
    display: flex;
    flex: 1 1 auto;
    height: 245px;
    justify-content: center;
    margin: 0 0 1rem;
    overflow: hidden;
    width: 100%;
}

.serpe-catalog-card__image {
    display: block;
    height: 100% !important;
    max-height: 236px !important;
    max-width: 100% !important;
    object-fit: contain;
    transform: scale(1.18);
    width: 100% !important;
}

.serpe-catalog-card__family {
    color: #687385;
    display: block;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0 0 0.35rem;
    text-transform: uppercase;
}

.serpe-catalog-card__title {
    color: #0f5b2b;
    display: block;
    font-size: 1.17rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.16;
    min-height: 2.35em;
}

.serpe-catalog-card__action {
    align-self: center;
    border-bottom: 2px solid rgba(15, 91, 43, 0.25);
    color: #0f5b2b;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1;
    margin-top: 0.9rem;
    padding-bottom: 0.18rem;
}

.serpe-shop-category-block .wc-block-product-categories-list-item-count {
    display: none !important;
}

@media (max-width: 1100px) {
    .serpe-catalog-card {
        flex-basis: calc((100% - 1.35rem) / 2);
        max-width: calc((100% - 1.35rem) / 2);
    }
}

@media (max-width: 760px) {
    .serpe-shop-catalog-page .serpe-shop-category-block,
    .serpe-catalog-page .serpe-shop-category-block {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .serpe-shop-catalog-groups {
        gap: 2.75rem;
        max-width: 430px;
    }

    .serpe-catalog-grid {
        gap: 1rem;
        max-width: 430px;
    }

    .serpe-catalog-card {
        flex-basis: 100%;
        max-width: none;
        min-height: 0;
        padding: 1rem;
        width: 100%;
    }

    .serpe-catalog-card__media {
        height: 260px;
    }

    .serpe-catalog-card__image {
        max-height: 250px !important;
        transform: scale(1.12);
    }

    .serpe-catalog-card__title {
        font-size: 1.08rem;
        min-height: 0;
    }
}
/* Shop category grid polish - end */

/* Visual sitemap with brand logos */
.serpe-page-index .serpe-service-wrap {
    width: min(1500px, calc(100% - 2rem));
}

.serpe-page-index-hero {
    background:
        linear-gradient(135deg, rgba(232, 245, 235, 0.96), rgba(255, 255, 255, 0.94) 54%, rgba(255, 246, 166, 0.92)),
        radial-gradient(circle at 82% 18%, rgba(255, 230, 0, 0.28), transparent 34%);
}

.serpe-page-index .serpe-service-media {
    position: relative;
}

.serpe-page-index .serpe-service-media::after {
    background: #ffe600;
    border: 1px solid rgba(15, 91, 43, 0.18);
    border-radius: 8px;
    bottom: 1rem;
    color: #0f5b2b;
    content: "1200+ recensioni Google";
    font-size: 0.9rem;
    font-weight: 950;
    left: 50%;
    padding: 0.6rem 0.85rem;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.serpe-index-main-grid,
.serpe-index-brand-grid,
.serpe-index-local-grid,
.serpe-index-category-grid {
    display: grid;
    gap: 1rem;
}

.serpe-index-main-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.serpe-index-main-card,
.serpe-index-brand-card,
.serpe-index-local-grid article,
.serpe-index-category-grid a {
    background: #ffffff;
    border: 1px solid var(--ss-border);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
    text-decoration: none !important;
}

.serpe-index-main-card {
    align-content: start;
    border-top: 4px solid var(--ss-green);
    display: grid;
    gap: 0.65rem;
    min-height: 190px;
    padding: 1.25rem;
}

.serpe-index-main-icon {
    align-items: center;
    background: var(--ss-green-soft);
    border: 1px solid #cde8d5;
    border-radius: 8px;
    color: var(--ss-green-dark);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 950;
    justify-content: center;
    justify-self: center;
    min-height: 44px;
    min-width: 88px;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
}

.serpe-index-main-card strong,
.serpe-index-brand-card strong,
.serpe-index-local-grid h3,
.serpe-index-category-grid strong {
    color: var(--ss-ink);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.18;
}

.serpe-index-main-card span:not(.serpe-index-main-icon),
.serpe-index-brand-card span:not(.serpe-index-brand-logo) {
    color: var(--ss-muted);
    font-size: 0.96rem;
    font-weight: 780;
    line-height: 1.45;
}

.serpe-index-brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.serpe-index-brand-card {
    align-content: start;
    display: grid;
    gap: 0.65rem;
    min-height: 226px;
    padding: 1rem;
    text-align: center;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.serpe-index-brand-card:hover,
.serpe-index-brand-card:focus-visible,
.serpe-index-category-grid a:hover,
.serpe-index-category-grid a:focus-visible {
    border-color: rgba(15, 91, 43, 0.38);
    box-shadow: 0 18px 38px rgba(17, 24, 39, 0.1);
    transform: translateY(-3px);
}

.serpe-index-brand-logo {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
    border: 1px solid #dde9e1;
    border-radius: 8px;
    display: flex;
    height: 96px;
    justify-content: center;
    padding: 0.85rem;
    width: 100%;
}

.serpe-index-brand-logo img {
    display: block;
    height: 100%;
    max-height: 78px;
    max-width: 190px;
    object-fit: contain;
    width: 100%;
}

.serpe-index-brand-card em {
    align-self: end;
    border-top: 1px solid #e3eee6;
    color: var(--ss-green-dark);
    font-size: 0.84rem;
    font-style: normal;
    font-weight: 950;
    margin-top: 0.1rem;
    padding-top: 0.7rem;
}

.serpe-index-local-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.serpe-index-local-grid article {
    border-top: 4px solid var(--ss-green);
    padding: 1.15rem;
    text-align: center;
}

.serpe-index-local-grid h3 {
    font-size: 1.14rem;
    margin: 0 0 0.85rem;
}

.serpe-index-local-grid .serpe-service-local-links {
    justify-content: center;
}

.serpe-index-local-grid .serpe-service-local-links a {
    font-size: 0.88rem;
    min-height: 36px;
    padding: 0.48rem 0.7rem;
}

.serpe-index-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.serpe-index-category-grid a {
    align-content: start;
    display: grid;
    gap: 0.8rem;
    min-height: 230px;
    padding: 1rem;
    text-align: center;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.serpe-index-category-grid span {
    align-items: center;
    background: #f7faf8;
    border: 1px solid #dde9e1;
    border-radius: 8px;
    display: flex;
    height: 150px;
    justify-content: center;
    overflow: hidden;
    padding: 0.8rem;
}

.serpe-index-category-grid img {
    display: block;
    height: 100%;
    max-height: 132px;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 1180px) {
    .serpe-index-brand-grid,
    .serpe-index-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .serpe-index-main-grid,
    .serpe-index-local-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .serpe-page-index .serpe-service-wrap {
        width: min(100% - 1.25rem, 1500px);
    }

    .serpe-page-index .serpe-service-media::after {
        bottom: 0.7rem;
        font-size: 0.82rem;
        max-width: calc(100% - 1.4rem);
        text-align: center;
    }

    .serpe-index-main-grid,
    .serpe-index-local-grid,
    .serpe-index-category-grid {
        grid-template-columns: 1fr;
    }

    .serpe-index-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .serpe-index-brand-card {
        min-height: 214px;
        padding: 0.85rem;
    }

    .serpe-index-brand-logo {
        height: 86px;
        padding: 0.7rem;
    }

    .serpe-index-category-grid a {
        min-height: 0;
    }
}

@media (max-width: 420px) {
    .serpe-index-brand-grid {
        grid-template-columns: 1fr;
    }
}
/* Visual sitemap with brand logos - end */
