/* ================================================
   EUROBRAND - FORCE OVERRIDE GeneratePress
   Versione: 1.0.3
   Data: 2 Novembre 2025
   ================================================ */

/* ============================================================================
   FORCE OVERRIDE - GENERATEPRESS THEME
   ============================================================================ */

/* Assicura che il contenuto principale non abbia padding/margini strani */
.site-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.inside-page-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.inside-article {
    padding: 0 !important;
}

.content-area {
    max-width: 100% !important;
    width: 100% !important;
}

body {
    background: #f9fafb !important;
}

/* ============================================================================
   PAGE.PHP - PAGINE STATICHE EUROBRAND (OVERRIDE)
   ============================================================================ */

.eurobrand-page-wrapper {
    background: #f9fafb !important;
    min-height: 100vh;
    padding-bottom: 60px;
    max-width: 100%;
    width: 100%;
}

/* HERO PAGE - FORCE */
.eurobrand-page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    padding: 80px 20px !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.25) !important;
    margin: 0 !important;
}

.eurobrand-page-hero-content h1 {
    font-size: 3em !important;
    font-weight: 900 !important;
    margin: 0 0 15px 0 !important;
    letter-spacing: -1px !important;
    line-height: 1.2 !important;
    color: #fff !important;
}

.eurobrand-page-subtitle {
    font-size: 1.2em !important;
    opacity: 0.95 !important;
    margin: 0 auto !important;
    max-width: 800px !important;
    color: #fff !important;
}

/* CONTAINER PRINCIPALE - FORCE */
.eurobrand-page-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100%;
}

/* FEATURED IMAGE - FORCE */
.eurobrand-page-featured-image {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 40px !important;
    overflow: hidden !important;
}

.eurobrand-page-img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    display: block !important;
}

/* CONTENUTO PRINCIPALE - FORCE */
.eurobrand-page-content {
    background: #fff !important;
    padding: 50px 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08) !important;
    line-height: 1.8 !important;
    color: #4b5563 !important;
}

.eurobrand-page-content h2 {
    font-size: 2em !important;
    color: #1a1a1a !important;
    margin: 40px 0 20px 0 !important;
    font-weight: 800 !important;
    border-bottom: 3px solid #667eea !important;
    padding-bottom: 10px !important;
}

.eurobrand-page-content h3 {
    font-size: 1.5em !important;
    color: #374151 !important;
    margin: 30px 0 15px 0 !important;
    font-weight: 700 !important;
}

.eurobrand-page-content h4 {
    font-size: 1.2em !important;
    color: #4b5563 !important;
    margin: 20px 0 10px 0 !important;
    font-weight: 600 !important;
}

.eurobrand-page-content p {
    font-size: 1.05em !important;
    color: #4b5563 !important;
    margin: 15px 0 !important;
    line-height: 1.8 !important;
}

.eurobrand-page-content a {
    color: #667eea !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-bottom: 2px solid transparent !important;
    transition: all 0.2s !important;
}

.eurobrand-page-content a:hover {
    color: #764ba2 !important;
    border-bottom-color: #764ba2 !important;
}

.eurobrand-page-content ul,
.eurobrand-page-content ol {
    margin: 20px 0 !important;
    padding-left: 30px !important;
    color: #4b5563 !important;
    font-size: 1.05em !important;
}

.eurobrand-page-content li {
    margin: 12px 0 !important;
    line-height: 1.8 !important;
}

.eurobrand-page-content ul li:before {
    content: "✓" !important;
    color: #00796B !important;
    font-weight: 900 !important;
    margin-right: 10px !important;
}

.eurobrand-page-content blockquote {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%) !important;
    border-left: 5px solid #667eea !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    border-radius: 8px !important;
    font-size: 1.1em !important;
    color: #4b5563 !important;
    font-style: italic !important;
}

.eurobrand-page-content code {
    background: #f3f4f6 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-family: 'Courier New', monospace !important;
    color: #dc2626 !important;
    font-size: 0.9em !important;
}

.eurobrand-page-content pre {
    background: #1f2937 !important;
    color: #f3f4f6 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    overflow-x: auto !important;
    margin: 20px 0 !important;
    font-family: 'Courier New', monospace !important;
}

.eurobrand-page-content pre code {
    background: none !important;
    color: #f3f4f6 !important;
    padding: 0 !important;
}

.eurobrand-page-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 30px 0 !important;
    border: 1px solid #e5e7eb !important;
}

.eurobrand-page-content table th {
    background: #667eea !important;
    color: #fff !important;
    padding: 15px !important;
    text-align: left !important;
    font-weight: 700 !important;
}

.eurobrand-page-content table td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.eurobrand-page-content table tr:nth-child(even) {
    background: #f9fafb !important;
}

.eurobrand-page-content table tr:hover {
    background: #f3f4f6 !important;
}

/* CTA FINALE - FORCE */
.eurobrand-page-cta {
    text-align: center !important;
    margin-top: 50px !important;
    padding: 40px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 16px !important;
}

.eurobrand-cta-button {
    display: inline-block !important;
    background: #fff !important;
    color: #667eea !important;
    padding: 18px 40px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

.eurobrand-cta-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4) !important;
    background: #f3f4f6 !important;
}

/* PAGE LINKS - FORCE */
.page-links {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 30px 0 !important;
    padding: 20px !important;
    background: #f9fafb !important;
    border-radius: 8px !important;
    border-left: 4px solid #667eea !important;
    font-size: 0.95em !important;
}

.page-links-title {
    font-weight: 700 !important;
    color: #1a1a1a !important;
}

.page-links span {
    padding: 8px 12px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #e5e7eb !important;
    display: inline-block !important;
}

.page-links a {
    color: #667eea !important;
    text-decoration: none !important;
    padding: 8px 12px !important;
    background: #fff !important;
    border-radius: 6px !important;
    border: 1px solid #667eea !important;
    font-weight: 600 !important;
    transition: all 0.2s !important;
}

.page-links a:hover {
    background: #667eea !important;
    color: #fff !important;
    border-color: #667eea !important;
}

/* ============================================================================
   RESPONSIVE - PAGE.PHP (FORCE)
   ============================================================================ */

@media (max-width: 768px) {
    .eurobrand-page-hero {
        padding: 50px 20px !important;
    }

    .eurobrand-page-hero-content h1 {
        font-size: 2em !important;
    }

    .eurobrand-page-hero-content p {
        font-size: 1em !important;
    }

    .eurobrand-page-content {
        padding: 30px 20px !important;
    }

    .eurobrand-page-content h2 {
        font-size: 1.5em !important;
    }

    .eurobrand-page-content h3 {
        font-size: 1.2em !important;
    }

    .eurobrand-page-content p,
    .eurobrand-page-content ul,
    .eurobrand-page-content ol {
        font-size: 1em !important;
    }

    .eurobrand-page-content table {
        font-size: 0.9em !important;
    }

    .eurobrand-page-content table th,
    .eurobrand-page-content table td {
        padding: 10px !important;
    }
}

@media (max-width: 480px) {
    .eurobrand-page-hero-content h1 {
        font-size: 1.5em !important;
    }

    .eurobrand-page-content {
        padding: 20px 15px !important;
    }

    .eurobrand-page-featured-image {
        padding: 15px !important;
    }

    .eurobrand-page-content h2 {
        font-size: 1.3em !important;
    }

    .eurobrand-page-content blockquote {
        padding: 15px !important;
        font-size: 1em !important;
    }
}



/* ================================================
   EUROBRAND - Stili Custom Homepage e Prodotti
   Versione: 1.0.2
   Data: 19 Ottobre 2025
   ================================================ */

/* === CUSTOM BASE === */

/* ============================================================================
   CATALOGO KIT GRID
   ============================================================================ */
.eurobrand-catalogo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin: 40px 0;
    padding: 0;
}

.eurobrand-kit-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.eurobrand-kit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 121, 107, 0.15);
    border-color: #00796B;
}

.kit-thumbnail {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: linear-gradient(135deg, #00796B 0%, #004D40 100%);
}

.kit-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.eurobrand-kit-card:hover .kit-thumbnail img {
    transform: scale(1.08);
}

.kit-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.kit-title {
    margin: 0 0 15px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
}

.kit-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.kit-title a:hover {
    color: #00796B;
}

.kit-excerpt {
    color: #4b5563;
    margin-bottom: 20px;
    line-height: 1.7;
    flex-grow: 1;
    font-size: 0.95rem;
}

.kit-pricing {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.prezzo-originale {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 1rem;
    font-weight: 500;
}

.prezzo-scontato {
    font-size: 2rem;
    font-weight: 800;
    color: #00796B;
    letter-spacing: -0.5px;
}

.prezzo-attuale {
    font-size: 2rem;
    font-weight: 800;
    color: #00796B;
    letter-spacing: -0.5px;
}

.kit-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: auto;
}

.btn-dettagli,
.btn-acquista {
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-dettagli {
    background: #f3f4f6;
    color: #374151;
    border-color: #e5e7eb;
}

.btn-dettagli:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
    color: #1f2937;
}

.btn-acquista {
    background: linear-gradient(135deg, #00796B 0%, #004D40 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 121, 107, 0.25);
}

.btn-acquista:hover {
    background: linear-gradient(135deg, #004D40 0%, #00251a 100%);
    box-shadow: 0 6px 20px rgba(0, 121, 107, 0.35);
    transform: translateY(-2px);
}

.eurobrand-no-kits {
    text-align: center;
    padding: 60px 20px;
    background: #f9fafb;
    border-radius: 12px;
    margin: 40px 0;
}

.eurobrand-no-kits p {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0;
}

/* ============================================================================
   BLOG GRID
   ============================================================================ */
.eurobrand-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
    padding: 0;
}

.eurobrand-blog-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.eurobrand-blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #00796B;
}

.blog-thumbnail {
    position: relative;
    overflow: hidden;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.eurobrand-blog-card:hover .blog-thumbnail img {
    transform: scale(1.05);
}

.blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-size: 0.8rem;
    color: #6b7280;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-date,
.blog-categoria {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog-categoria {
    background: #f3f4f6;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    color: #4b5563;
}

.blog-title {
    margin: 0 0 14px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
}

.blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #00796B;
}

.blog-excerpt {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 18px;
    flex-grow: 1;
    font-size: 0.95rem;
}

.read-more {
    color: #00796B;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.read-more:hover {
    color: #004D40;
    gap: 10px;
}

.read-more svg {
    transition: transform 0.3s ease;
}

.read-more:hover svg {
    transform: translateX(4px);
}

.eurobrand-no-posts {
    text-align: center;
    padding: 60px 20px;
    background: #f9fafb;
    border-radius: 12px;
    margin: 40px 0;
}

.eurobrand-no-posts p {
    color: #6b7280;
    font-size: 1.1rem;
    margin: 0;
}

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (max-width: 768px) {
    .eurobrand-catalogo-grid,
    .eurobrand-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .kit-actions {
        grid-template-columns: 1fr;
    }
    
    .kit-title,
    .blog-title {
        font-size: 1.15rem;
    }
    
    .prezzo-scontato,
    .prezzo-attuale {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .kit-content,
    .blog-content {
        padding: 20px;
    }
    
    .kit-thumbnail,
    .blog-thumbnail {
        height: 180px;
    }
}


/* === BASE RESET === */
.eb-container { 
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 20px; 
}

/* === HERO SECTION === */
.eb-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  padding: 80px 30px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 60px;
  box-shadow: 0 15px 50px rgba(30, 58, 138, 0.3);
}

.eb-hero-logo {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.eb-hero-tagline {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.95;
  margin-bottom: 20px;
}

.eb-hero-description {
  font-size: 18px;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

/* === SECTIONS === */
.eb-section {
  margin-bottom: 80px;
}

.eb-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.eb-section-title {
  font-size: 38px;
  color: #1e3a8a;
  font-weight: 900;
  margin-bottom: 15px;
}

.eb-section-subtitle {
  font-size: 18px;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

/* === KIT GRID === */
.eb-kit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.eb-kit-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #e5e7eb;
  position: relative;
}

.eb-kit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.eb-kit-coming {
  opacity: 0.75;
}

.eb-kit-coming:hover {
  transform: none;
}

.eb-kit-badge-soon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fbbf24;
  color: #78350f;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 4px 15px rgba(251, 191, 36, 0.4);
  z-index: 10;
}

.eb-kit-header {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  padding: 35px 30px;
  text-align: center;
}

.eb-kit-icon {
  font-size: 52px;
  margin-bottom: 15px;
  display: inline-block;
}

.eb-kit-title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 10px;
}

.eb-kit-subtitle {
  font-size: 16px;
  opacity: 0.95;
}

.eb-kit-body {
  padding: 30px;
}

.eb-kit-description {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 25px;
}

.eb-kit-features {
  margin-bottom: 25px;
}

.eb-kit-feature {
  font-size: 15px;
  color: #374151;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}

.eb-kit-feature:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 900;
  font-size: 18px;
}

.eb-kit-footer {
  padding: 0 30px 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.eb-kit-price {
  font-size: 32px;
  font-weight: 900;
  color: #7c3aed;
}

.eb-kit-cta {
  display: inline-block;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.eb-kit-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  color: #fff;
  text-decoration: none;
}

.eb-kit-cta-disabled {
  background: #9ca3af !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  pointer-events: none;
}

/* === MISSION SECTION === */
.eb-mission {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  padding: 60px 40px;
  border-radius: 16px;
  margin-bottom: 60px;
  border: 2px solid #e5e7eb;
}

.eb-mission-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.eb-mission-title {
  font-size: 32px;
  color: #1e3a8a;
  font-weight: 900;
  margin-bottom: 25px;
}

.eb-mission-text {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.9;
  margin-bottom: 20px;
}

.eb-mission-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.eb-value-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
  text-align: left;
}

.eb-value-icon {
  font-size: 36px;
  margin-bottom: 15px;
  display: block;
}

.eb-value-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.eb-value-description {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
}

/* === BLOG SECTION === */
.eb-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 35px;
  margin-top: 40px;
}

.eb-blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
}

.eb-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.eb-blog-image {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 48px;
}

.eb-blog-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.eb-blog-content {
  padding: 25px;
}

.eb-blog-meta {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 12px;
}

.eb-blog-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.eb-blog-title a {
  color: #1f2937;
  text-decoration: none;
}

.eb-blog-title a:hover {
  color: #3b82f6;
}

.eb-blog-excerpt {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 15px;
}

.eb-blog-link {
  display: inline-block;
  color: #3b82f6;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.eb-blog-link:hover {
  text-decoration: underline;
}

/* === NEWSLETTER === */
.eb-newsletter {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  color: #fff;
  padding: 60px 30px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 60px;
  box-shadow: 0 15px 50px rgba(124, 58, 237, 0.3);
}

.eb-newsletter h2 {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 15px;
}

.eb-newsletter p {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* === FOOTER GLOBALE === */
.eb-footer-global {
  background: #1f2937;
  padding: 20px;
  text-align: center;
  margin-top: 0;
  border-radius: 0 0 12px 12px;
}

.eb-footer-links-global {
  font-size: 13px;
}

.eb-footer-links-global a {
  color: #60a5fa;
  text-decoration: none;
  margin: 0 5px;
  display: inline-block;
}

.eb-footer-links-global a:hover {
  text-decoration: underline;
  color: #93c5fd;
}

.eb-separator {
  color: #6b7280;
  margin: 0 8px;
}


/* === FOOTER === */
.eb-footer {
  background: #1f2937;
  color: #9ca3af;
  padding: 50px 30px 30px 30px;
  border-radius: 16px;
}

.eb-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.eb-footer-section h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.eb-footer-section p, .eb-footer-section a {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
  display: block;
}

.eb-footer-section a {
  color: #9ca3af;
  text-decoration: none;
}

.eb-footer-section a:hover {
  color: #60a5fa;
  text-decoration: underline;
}

.eb-footer-divider {
  border-top: 1px solid #374151;
  padding-top: 30px;
  text-align: center;
}

.eb-footer-bottom {
  font-size: 14px;
  margin-bottom: 15px;
}

.eb-footer-links {
  font-size: 13px;
  margin-top: 15px;
}

.eb-footer-links a {
  color: #60a5fa;
  text-decoration: none;
  margin: 0 15px;
  display: inline-block;
}

.eb-footer-links a:hover {
  text-decoration: underline;
}

/* ============================================
   NEWSLETTER SECTION - HTML FORM CUSTOM
   ============================================ */

.newsletter-section-eurobrand {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  padding: 60px 20px;
  margin: 80px auto;
  text-align: center;
  border-radius: 12px;
  max-width: 1200px;
}

.newsletter-container {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-section-eurobrand h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.newsletter-section-eurobrand p {
  color: #f0fdfa;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Form Styling */
#eurobrand-newsletter-form {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  text-align: left;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #1e293b;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 2px solid #cbd5e1;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: inherit;
}

.form-group input:focus {
  border-color: #14b8a6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(20,184,166,0.1);
}

/* Checkbox Privacy GDPR */
.form-group-checkbox {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.form-group-checkbox input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #14b8a6;
}

.form-group-checkbox label {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  cursor: pointer;
}

.form-group-checkbox a {
  color: #0f766e;
  text-decoration: underline;
  font-weight: 600;
}

.form-group-checkbox a:hover {
  color: #14b8a6;
}

/* Submit Button */
.btn-submit-newsletter {
  width: 100%;
  background: #fb923c;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(251,146,60,0.4);
  font-family: inherit;
}

.btn-submit-newsletter:hover {
  background: #f97316;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(251,146,60,0.6);
}

.btn-submit-newsletter:active {
  transform: translateY(0);
}

.btn-submit-newsletter:disabled {
  background: #94a3b8;
  cursor: not-allowed;
  transform: none;
}

/* Form Response Messages */
.form-response {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: none;
  animation: slideDown 0.3s ease;
}

.form-response.show {
  display: block;
}

.form-response.success {
  background: #d1fae5;
  color: #065f46;
  border-left: 4px solid #10b981;
}

.form-response.error {
  background: #fee2e2;
  color: #991b1b;
  border-left: 4px solid #ef4444;
}

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

/* Privacy Note */
.privacy-note {
  font-size: 13px;
  color: #ccfbf1;
  margin-top: 20px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .newsletter-section-eurobrand {
    padding: 40px 15px;
    margin: 60px 15px;
  }
  
  .newsletter-section-eurobrand h2 {
    font-size: 24px;
  }
  
  .newsletter-section-eurobrand p {
    font-size: 16px;
  }
  
  #eurobrand-newsletter-form {
    padding: 25px 20px;
  }
  
  .btn-submit-newsletter {
    font-size: 16px;
    padding: 14px 18px;
  }
}


/* === RESPONSIVE === */
@media (max-width: 768px) {
  .eb-newsletter-form { flex-direction: column; }
  .eb-newsletter-input { min-width: 100%; }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .eb-hero-logo { font-size: 36px; }
  .eb-hero-tagline { font-size: 20px; }
  .eb-hero-description { font-size: 16px; }
  .eb-section-title { font-size: 30px; }
  .eb-kit-grid { grid-template-columns: 1fr; }
  .eb-kit-footer { 
    flex-direction: column; 
    align-items: stretch; 
  }
  .eb-kit-cta { 
    text-align: center; 
  }
  .eb-footer-links-global {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .eb-separator {
    display: none;
  }
}


/* ============================================================================
   PAGINA BLOG STATICA - HERO + LAYOUT
   ============================================================================ */

.eurobrand-blog-page-wrapper {
    background: #f8f9fa;
    padding-bottom: 60px;
}

.eurobrand-blog-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 50px;
}

.eurobrand-blog-hero-content h1 {
    font-size: 3em;
    font-weight: 900;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.eurobrand-blog-hero-content p {
    font-size: 1.2em;
    opacity: 0.95;
    margin: 0;
    max-width: 700px;
    margin: 0 auto;
}

.eurobrand-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* PAGINATION */
.eurobrand-blog-pagination {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #e5e7eb;
}

.eurobrand-blog-pagination a,
.eurobrand-blog-pagination span {
    display: inline-block;
    padding: 12px 20px;
    margin: 0 5px;
    background: #fff;
    color: #667eea;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    font-weight: 600;
}

.eurobrand-blog-pagination a:hover,
.eurobrand-blog-pagination .current {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
    transform: translateY(-2px);
}

.eurobrand-blog-pagination .current {
    pointer-events: none;
}

/* PLACEHOLDER IMMAGINE */
.blog-placeholder {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    color: rgba(255,255,255,0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .eurobrand-blog-hero-content h1 {
        font-size: 2em;
    }
    
    .eurobrand-blog-hero-content p {
        font-size: 1em;
    }
    
    .eurobrand-blog-hero {
        padding: 50px 20px;
    }
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.7;
  color: #1f2937;
  background: #fff;
}

.eu-container { max-width: 900px; margin: 0 auto; padding: 20px; }

/* === HERO SECTION === */
.eu-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  padding: 60px 30px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.3);
}

.eu-hero h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

.eu-hero h2 {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.95;
  line-height: 1.4;
  margin-bottom: 30px;
}

.eu-subtitle {
  font-size: 18px;
  color: #d1d5db;
  line-height: 1.8;
  max-width: 700px;
  margin: 20px auto;
}

/* === FEATURES GRID === */
.eu-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.eu-feature {
  background: #f0f9ff;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
}

.eu-feature h3 {
  font-size: 20px;
  color: #1e3a8a;
  margin-bottom: 12px;
  font-weight: 700;
}

.eu-feature p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

/* === SECTION === */
.eu-section {
  background: #fff;
  padding: 60px 30px;
  margin-bottom: 40px;
}

.eu-section h2 {
  font-size: 36px;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}

.eu-section-intro {
  font-size: 18px;
  text-align: center;
  color: #4b5563;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* === PRICING === */
.eu-pricing {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 15px 50px rgba(124, 58, 237, 0.4);
}

.eu-pricing-header {
  font-size: 18px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.eu-price-display {
  font-size: 64px;
  font-weight: 900;
  color: #fde047;
  margin: 20px 0;
}

.eu-old-price {
  font-size: 28px;
  text-decoration: line-through;
  opacity: 0.7;
  margin-right: 15px;
}

.eu-savings {
  font-size: 19px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
}

/* === CTA BUTTON === */
.eu-cta-section {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  padding: 70px 30px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(5, 150, 105, 0.3);
}

.eu-cta-section h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 900;
}

.eu-cta-button {
  display: inline-block;
  background: #fff;
  color: #059669;
  font-size: 28px;
  font-weight: 900;
  padding: 25px 70px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px 0;
}

.eu-cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.eu-payment-methods {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.eu-payment-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 700;
}

/* === FAQ === */
.eu-faq { padding: 60px 30px; margin-bottom: 40px; }

.eu-faq h2 {
  font-size: 34px;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 40px;
}

.eu-faq-item {
  background: #f9fafb;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
  margin-bottom: 25px;
}

.eu-faq-item h3 {
  font-size: 19px;
  color: #1e3a8a;
  margin-bottom: 12px;
}

.eu-faq-item p {
  color: #4b5563;
  line-height: 1.7;
  font-size: 16px;
}

/* === FOOTER === */
.eu-footer {
  background: #1f2937;
  color: #9ca3af;
  padding: 40px 30px;
  text-align: center;
  border-radius: 12px;
}

.eu-footer h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.eu-footer p {
  font-size: 15px;
  margin-bottom: 15px;
}

.eu-footer a {
  color: #60a5fa;
  text-decoration: none;
}

.eu-footer a:hover { text-decoration: underline; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .eu-hero h1 { font-size: 32px; }
  .eu-hero h2 { font-size: 20px; }
  .eu-section h2 { font-size: 28px; }
  .eu-cta-button { font-size: 22px; padding: 20px 50px; }
  .eu-price-display { font-size: 48px; }
}
/* LANDING PAGE NOTTI SERENE - VERSIONE COMPLETA COMPLIANCE */
---------------------------------------------------
/* === RESET BASE === */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.7;
  color: #1f2937;
  background: #fff;
}

.ns-container { max-width: 900px; margin: 0 auto; padding: 20px; }

/* === HERO === */
.ns-hero {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  padding: 60px 30px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(30, 58, 138, 0.3);
}

.ns-hero-icon {
  font-size: 72px;
  margin-bottom: 20px;
  display: inline-block;
}

.ns-hero h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ns-hero h2 {
  font-size: 24px;
  font-weight: 600;
  opacity: 0.95;
  line-height: 1.4;
  margin-bottom: 30px;
}

.ns-problem-list {
  background: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  max-width: 700px;
  margin: 30px auto;
  backdrop-filter: blur(10px);
}

.ns-problem-list h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

.ns-problem-item {
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 10px;
}

.ns-problem-item:before {
  content: "✓";
  font-weight: 900;
  margin-right: 10px;
  color: #10b981;
}

/* === SECTIONS === */
.ns-section {
  background: #fff;
  padding: 60px 30px;
  margin-bottom: 40px;
}

.ns-section h2 {
  font-size: 36px;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
}

.ns-section-intro {
  font-size: 18px;
  text-align: center;
  color: #4b5563;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* === FEATURES GRID === */
.ns-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.ns-feature {
  background: #f0f9ff;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
}

.ns-feature h3 {
  font-size: 20px;
  color: #1e3a8a;
  margin-bottom: 12px;
  font-weight: 700;
}

.ns-feature p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

/* === BUNDLE === */
.ns-bundle {
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
  padding: 60px 30px;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
}

.ns-bundle h2 {
  color: #fff;
  font-size: 38px;
  text-align: center;
  margin-bottom: 25px;
}

.ns-bundle-intro {
  font-size: 20px;
  text-align: center;
  opacity: 0.95;
  margin-bottom: 50px;
}

.ns-product {
  background: #fff;
  color: #1f2937;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
}

.ns-product h3 {
  font-size: 22px;
  color: #1e3a8a;
  margin-bottom: 10px;
}

.ns-product p {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 10px;
}

.ns-value {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 800;
  font-size: 16px;
}

.ns-bonus {
  display: inline-block;
  background: #10b981;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 800;
  margin-left: 10px;
}

/* === PRICING === */
.ns-pricing {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  color: #fff;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 15px 50px rgba(124, 58, 237, 0.4);
}

.ns-pricing-header {
  font-size: 18px;
  margin-bottom: 15px;
  opacity: 0.9;
}

.ns-pricing-amounts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.ns-old-price {
  font-size: 38px;
  font-weight: 800;
  text-decoration: line-through;
  opacity: 0.7;
}

.ns-new-price {
  font-size: 64px;
  font-weight: 900;
  color: #fde047;
}

.ns-savings {
  font-size: 19px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
}

/* === COMPLIANCE BOX === */
.ns-compliance {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 40px 30px;
  border-radius: 16px;
  border: 3px solid #f59e0b;
  margin: 50px 0;
  box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4);
}

.ns-compliance-icon {
  text-align: center;
  margin-bottom: 25px;
  font-size: 60px;
}

.ns-compliance h3 {
  color: #92400e;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
}

.ns-info-box {
  background: white;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  border-left: 5px solid #f59e0b;
}

.ns-info-section {
  margin-bottom: 20px;
}

.ns-info-section:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 2px solid #fef3c7;
}

.ns-info-section h4 {
  font-size: 18px;
  color: #92400e;
  margin-bottom: 10px;
  font-weight: 700;
}

.ns-info-section p, .ns-info-section ul {
  font-size: 15px;
  color: #78350f;
  line-height: 1.8;
  margin-bottom: 12px;
}

.ns-info-section ul {
  margin-left: 20px;
}

.ns-info-section li {
  margin-bottom: 8px;
}

/* === CHECKBOX === */
.ns-checkbox-container {
  background: white;
  padding: 25px;
  border-radius: 12px;
  border: 3px solid #f59e0b;
  transition: all 0.3s ease;
}

.ns-checkbox-container.checked {
  border-color: #10b981;
  background: #f0fdf4;
}

.ns-checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.ns-checkbox {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  margin-top: 3px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #f59e0b;
}

.ns-checkbox-text {
  font-size: 16px;
  color: #78350f;
  line-height: 1.8;
  font-weight: 600;
}

.ns-checkbox-text strong {
  color: #92400e;
}

.ns-checkbox-text a {
  color: #1e3a8a;
  text-decoration: underline;
  font-weight: 700;
}

.ns-compliance-note {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #92400e;
  font-weight: 700;
}

.ns-compliance-reminder {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #78350f;
  line-height: 1.6;
}

/* === CTA === */
.ns-cta {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  padding: 70px 30px;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(5, 150, 105, 0.3);
}

.ns-cta h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 900;
}

.ns-cta-intro {
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 600;
}

.ns-cta-button {
  display: inline-block;
  background: #fff;
  color: #059669;
  font-size: 28px;
  font-weight: 900;
  padding: 25px 70px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px 0;
}

.ns-cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
}

.ns-payment-methods {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.ns-payment-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 700;
}

.ns-payment-note {
  margin-top: 25px;
  font-size: 14px;
  opacity: 0.9;
  color: #fff;
  line-height: 1.6;
}

/* === GUARANTEE === */
.ns-guarantee {
  background: linear-gradient(135deg, #fef3c7 0%, #fde047 100%);
  padding: 60px 30px;
  text-align: center;
  border-radius: 16px;
  border: 3px solid #eab308;
  margin-bottom: 40px;
}

.ns-guarantee-icon {
  font-size: 72px;
  margin-bottom: 25px;
  display: inline-block;
}

.ns-guarantee h2 {
  color: #92400e;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 25px;
}

.ns-guarantee p {
  color: #78350f;
  font-size: 19px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 15px auto;
}

/* === FAQ === */
.ns-faq {
  padding: 60px 30px;
  background: #fff;
  margin-bottom: 40px;
}

.ns-faq h2 {
  font-size: 34px;
  color: #1e3a8a;
  text-align: center;
  margin-bottom: 40px;
}

.ns-faq-item {
  background: #f9fafb;
  padding: 25px;
  border-radius: 12px;
  border-left: 5px solid #3b82f6;
  margin-bottom: 25px;
}

.ns-faq-item h3 {
  font-size: 19px;
  color: #1e3a8a;
  margin-bottom: 12px;
}

.ns-faq-item p {
  color: #4b5563;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
}

/* === FOOTER === */
.ns-footer {
  background: #1f2937;
  color: #9ca3af;
  padding: 40px 30px;
  text-align: center;
  border-radius: 12px;
}

.ns-footer h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ns-footer p {
  font-size: 15px;
  margin-bottom: 15px;
}

.ns-footer a {
  color: #60a5fa;
  text-decoration: none;
}

.ns-footer a:hover {
  text-decoration: underline;
}

.ns-footer-divider {
  border-top: 1px solid #374151;
  padding-top: 20px;
  margin-top: 25px;
}

.ns-footer-links {
  margin-top: 20px;
  font-size: 12px;
}

.ns-footer-links a {
  margin: 0 10px;
  display: inline-block;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .ns-hero h1 { font-size: 32px; }
  .ns-hero h2 { font-size: 20px; }
  .ns-section h2 { font-size: 28px; }
  .ns-cta-button { font-size: 22px; padding: 20px 50px; }
  .ns-new-price { font-size: 48px; }
  .ns-compliance h3 { font-size: 22px; }
}

/* === ARCHIVE BLOG PAGE === */

.eu-blog-archive-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 40px;
}

.eu-archive-title {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.eu-archive-desc {
    font-size: 1.1em;
    opacity: 0.95;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

.eu-archive-container {
    padding: 40px 20px;
    background: #f8f9fa;
}

.eu-container {
    max-width: 900px;
    margin: 0 auto;
}

/* GRID LAYOUT */
.eu-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* BLOG CARD */
.eu-blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.eu-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.eu-blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #e9ecef;
}

.eu-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.eu-blog-card:hover .eu-card-img {
    transform: scale(1.05);
}

.eu-blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.eu-blog-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    font-size: 0.85em;
}

.eu-blog-date {
    color: #888;
    font-size: 0.9em;
}

.eu-blog-category {
    display: inline-block;
    background: #667eea;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
}

.eu-blog-title {
    margin: 10px 0;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.3;
}

.eu-blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.eu-blog-title a:hover {
    color: #667eea;
}

.eu-blog-excerpt {
    margin: 10px 0 15px 0;
    color: #555;
    font-size: 0.95em;
    line-height: 1.5;
    flex-grow: 1;
}

.eu-blog-link {
    display: inline-block;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    transition: all 0.2s;
    align-self: flex-start;
}

.eu-blog-link:hover {
    color: #764ba2;
    transform: translateX(3px);
}

/* PAGINATION */
.eu-pagination {
    text-align: center;
    margin: 40px 0;
}

.eu-pagination a,
.eu-pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #fff;
    color: #667eea;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: all 0.2s;
}

.eu-pagination a:hover,
.eu-pagination .page-numbers.current {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .eu-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .eu-archive-title {
        font-size: 2em;
    }

    .eu-blog-card {
        flex-direction: row;
    }

    .eu-blog-image {
        width: 150px;
        height: 150px;
        min-width: 150px;
    }

    .eu-blog-content {
        padding: 15px;
    }

    .eu-blog-excerpt {
        display: none;
    }
}

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

    .eu-blog-card {
        flex-direction: column;
    }

    .eu-blog-image {
        width: 100%;
        height: 150px;
    }
}

/* ============================================================================
   SINGLE PRODOTTO KIT - PAGINA SINGOLO PRODOTTO
   ============================================================================ */

.single-prodotto_kit {
    background: #f9fafb;
    padding: 40px 20px;
}

/* Hero prodotto */
.prodotto-kit-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 60px 30px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.3);
}

.prodotto-kit-header h1 {
    font-size: 2.8em;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.2;
}

.prodotto-kit-header-meta {
    font-size: 1.1em;
    opacity: 0.95;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.prodotto-meta-item {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95em;
}

/* Container principale */
.prodotto-kit-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Layout due colonne (immagine + contenuto) */
.prodotto-kit-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
    align-items: start;
}

/* Immagine sinistra */
.prodotto-kit-image {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
}

.prodotto-kit-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* Contenuto destra */
.prodotto-kit-content {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.prodotto-kit-content h2 {
    font-size: 2em;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
}

.prodotto-kit-description {
    font-size: 1.05em;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 30px;
}

/* Pricing box */
.prodotto-kit-pricing {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.prodotto-price-label {
    font-size: 0.9em;
    opacity: 0.9;
    margin-bottom: 10px;
    font-weight: 600;
}

.prodotto-price-display {
    font-size: 2.5em;
    font-weight: 900;
    color: #fde047;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.prodotto-price-old {
    font-size: 1.2em;
    text-decoration: line-through;
    opacity: 0.7;
    margin-right: 15px;
}

.prodotto-saving {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.95em;
    font-weight: 700;
}

/* CTA Buttons */
.prodotto-kit-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-acquista-prodotto,
.btn-info-prodotto {
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 1.1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
}

.btn-acquista-prodotto {
    background: linear-gradient(135deg, #00796B 0%, #004D40 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 121, 107, 0.3);
}

.btn-acquista-prodotto:hover {
    background: linear-gradient(135deg, #004D40 0%, #00251a 100%);
    box-shadow: 0 12px 35px rgba(0, 121, 107, 0.4);
    transform: translateY(-2px);
}

.btn-info-prodotto {
    background: #f3f4f6;
    color: #374151;
    border-color: #e5e7eb;
}

.btn-info-prodotto:hover {
    background: #e5e7eb;
    border-color: #d1d5db;
    color: #1f2937;
}

/* Features list */
.prodotto-kit-features {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #e5e7eb;
}

.prodotto-features-title {
    font-size: 1.5em;
    color: #1a1a1a;
    font-weight: 800;
    margin-bottom: 25px;
}

.prodotto-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prodotto-features-item {
    padding: 15px 0;
    padding-left: 30px;
    position: relative;
    font-size: 1.05em;
    color: #4b5563;
    line-height: 1.7;
}

.prodotto-features-item:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00796B;
    font-weight: 900;
    font-size: 1.3em;
}

/* Bonus section */
.prodotto-bonus-section {
    background: linear-gradient(135deg, #fef3c7 0%, #fde068 100%);
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
    border: 2px solid #f59e0b;
}

.prodotto-bonus-title {
    color: #92400e;
    font-size: 1.3em;
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prodotto-bonus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prodotto-bonus-item {
    color: #78350f;
    font-size: 1em;
    padding: 10px 0 10px 25px;
    position: relative;
    font-weight: 600;
}

.prodotto-bonus-item:before {
    content: "🎁";
    position: absolute;
    left: 0;
}

/* Guarantee badge */
.prodotto-guarantee {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #10b981;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.prodotto-guarantee-icon {
    font-size: 2.5em;
    flex-shrink: 0;
}

.prodotto-guarantee-content h4 {
    font-size: 1.1em;
    color: #1a1a1a;
    font-weight: 800;
    margin: 0 0 8px 0;
}

.prodotto-guarantee-content p {
    margin: 0;
    color: #4b5563;
    font-size: 0.95em;
    line-height: 1.6;
}

/* Related products section */
.prodotto-related {
    background: #fff;
    padding: 60px 30px;
    border-radius: 16px;
    margin-top: 80px;
}

.prodotto-related-title {
    font-size: 2em;
    color: #1a1a1a;
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
}

.prodotto-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* FAQ section */
.prodotto-faq {
    background: #fff;
    padding: 60px 30px;
    border-radius: 16px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.prodotto-faq-title {
    font-size: 2em;
    color: #1a1a1a;
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
}

.prodotto-faq-item {
    background: #f9fafb;
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #667eea;
    margin-bottom: 25px;
}

.prodotto-faq-item h3 {
    font-size: 1.2em;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.prodotto-faq-item p {
    color: #4b5563;
    line-height: 1.7;
    font-size: 0.95em;
    margin: 0;
}

/* ============================================================================
   RESPONSIVE - SINGLE PRODOTTO
   ============================================================================ */

@media (max-width: 1024px) {
    .prodotto-kit-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .prodotto-kit-image {
        position: static;
    }
}

@media (max-width: 768px) {
    .prodotto-kit-header {
        padding: 40px 20px;
    }

    .prodotto-kit-header h1 {
        font-size: 1.8em;
    }

    .prodotto-kit-header-meta {
        flex-direction: column;
        gap: 10px;
    }

    .prodotto-kit-content {
        padding: 25px;
    }

    .prodotto-kit-actions {
        grid-template-columns: 1fr;
    }

    .prodotto-price-display {
        font-size: 2em;
    }

    .prodotto-related-grid {
        grid-template-columns: 1fr;
    }

    .prodotto-faq {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .prodotto-kit-header {
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .prodotto-kit-header h1 {
        font-size: 1.5em;
    }

    .prodotto-kit-content {
        padding: 20px;
    }

    .prodotto-kit-features {
        padding-top: 20px;
    }

    .prodotto-guarantee {
        flex-direction: column;
        gap: 10px;
    }
}
/* ============================================================================
   FIX GLOBALI - TUTTE LE PAGINE
   ============================================================================ */

/* Ensure consistent spacing */
.site-content {
    max-width: 100%;
    padding: 0;
}

/* Fix per immagini responsive */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Fix overlay/shadows */
* {
    box-sizing: border-box;
}

/* Ensure footer aligns correctly */
.site-footer {
    margin-top: 60px;
    clear: both;
      display: none !important;
}

/* Link hover consistency */
a {
    transition: all 0.3s ease;
}

/* Form inputs uniformity */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    font-family: inherit;
    font-size: 16px;
}

/* Ensure buttons have consistent cursor */
button,
.btn-acquista-prodotto,
.btn-info-prodotto,
.btn-dettagli,
.btn-acquista {
    cursor: pointer;
}

/* Placeholder styling */
::placeholder {
    color: #9ca3af;
    opacity: 0.7;
}

::-webkit-placeholder {
    color: #9ca3af;
    opacity: 0.7;
}

/* Focus states */
:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
/* ============================================================================
   PAGE.PHP - PAGINE STATICHE EUROBRAND
   ============================================================================ */

.eurobrand-page-wrapper {
    background: #f9fafb;
    min-height: 100vh;
    padding-bottom: 60px;
}

/* HERO PAGE */
.eurobrand-page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.25);
}

.eurobrand-page-hero-content h1 {
    font-size: 3em;
    font-weight: 900;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
    line-height: 1.2;
}

.eurobrand-page-subtitle {
    font-size: 1.2em;
    opacity: 0.95;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

/* CONTAINER PRINCIPALE */
.eurobrand-page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* FEATURED IMAGE */
.eurobrand-page-featured-image {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    overflow: hidden;
}

.eurobrand-page-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* CONTENUTO PRINCIPALE */
.eurobrand-page-content {
    background: #fff;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
}

.eurobrand-page-content h2 {
    font-size: 2em;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
    font-weight: 800;
    border-bottom: 3px solid #667eea;
    padding-bottom: 10px;
}

.eurobrand-page-content h3 {
    font-size: 1.5em;
    color: #374151;
    margin: 30px 0 15px 0;
    font-weight: 700;
}

.eurobrand-page-content h4 {
    font-size: 1.2em;
    color: #4b5563;
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.eurobrand-page-content p {
    font-size: 1.05em;
    color: #4b5563;
    margin: 15px 0;
    line-height: 1.8;
}

.eurobrand-page-content a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.eurobrand-page-content a:hover {
    color: #764ba2;
    border-bottom-color: #764ba2;
}

.eurobrand-page-content ul,
.eurobrand-page-content ol {
    margin: 20px 0;
    padding-left: 30px;
    color: #4b5563;
    font-size: 1.05em;
}

.eurobrand-page-content li {
    margin: 12px 0;
    line-height: 1.8;
}

.eurobrand-page-content ul li:before {
    content: "✓";
    color: #00796B;
    font-weight: 900;
    margin-right: 10px;
}

.eurobrand-page-content blockquote {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-left: 5px solid #667eea;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    font-size: 1.1em;
    color: #4b5563;
    font-style: italic;
}

.eurobrand-page-content code {
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    color: #dc2626;
    font-size: 0.9em;
}

.eurobrand-page-content pre {
    background: #1f2937;
    color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
}

.eurobrand-page-content pre code {
    background: none;
    color: #f3f4f6;
    padding: 0;
}

.eurobrand-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border: 1px solid #e5e7eb;
}

.eurobrand-page-content table th {
    background: #667eea;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
}

.eurobrand-page-content table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.eurobrand-page-content table tr:nth-child(even) {
    background: #f9fafb;
}

.eurobrand-page-content table tr:hover {
    background: #f3f4f6;
}

/* CTA FINALE */
.eurobrand-page-cta {
    text-align: center;
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
}

.eurobrand-cta-button {
    display: inline-block;
    background: #fff;
    color: #667eea;
    padding: 18px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.eurobrand-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    background: #f3f4f6;
}

/* PAGE LINKS (paginazione interna) */
.page-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    padding: 20px;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 4px solid #667eea;
    font-size: 0.95em;
}

.page-links-title {
    font-weight: 700;
    color: #1a1a1a;
}

.page-links span {
    padding: 8px 12px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    display: inline-block;
}

.page-links a {
    color: #667eea;
    text-decoration: none;
    padding: 8px 12px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #667eea;
    font-weight: 600;
    transition: all 0.2s;
}

.page-links a:hover {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
}

/* ============================================================================
   RESPONSIVE - PAGE.PHP
   ============================================================================ */

@media (max-width: 768px) {
    .eurobrand-page-hero {
        padding: 50px 20px;
    }

    .eurobrand-page-hero-content h1 {
        font-size: 2em;
    }

    .eurobrand-page-hero-content p {
        font-size: 1em;
    }

    .eurobrand-page-content {
        padding: 30px 20px;
    }

    .eurobrand-page-content h2 {
        font-size: 1.5em;
    }

    .eurobrand-page-content h3 {
        font-size: 1.2em;
    }

    .eurobrand-page-content p,
    .eurobrand-page-content ul,
    .eurobrand-page-content ol {
        font-size: 1em;
    }

    .eurobrand-page-content table {
        font-size: 0.9em;
    }

    .eurobrand-page-content table th,
    .eurobrand-page-content table td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .eurobrand-page-hero-content h1 {
        font-size: 1.5em;
    }

    .eurobrand-page-content {
        padding: 20px 15px;
    }

    .eurobrand-page-featured-image {
        padding: 15px;
    }

    .eurobrand-page-content h2 {
        font-size: 1.3em;
    }

    .eurobrand-page-content blockquote {
        padding: 15px;
        font-size: 1em;
    }
}
/* ============================================================================
   PAGE.PHP - PAGINE STATICHE EUROBRAND
   ============================================================================ */

.eurobrand-page-wrapper {
    background: #f9fafb;
    min-height: 100vh;
    padding-bottom: 60px;
}

/* HERO PAGE */
.eurobrand-page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.25);
}

.eurobrand-page-hero-content h1 {
    font-size: 3em;
    font-weight: 900;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
    line-height: 1.2;
}

.eurobrand-page-subtitle {
    font-size: 1.2em;
    opacity: 0.95;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
}

/* CONTAINER PRINCIPALE */
.eurobrand-page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* FEATURED IMAGE */
.eurobrand-page-featured-image {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    overflow: hidden;
}

.eurobrand-page-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* CONTENUTO PRINCIPALE */
.eurobrand-page-content {
    background: #fff;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    line-height: 1.8;
}

.eurobrand-page-content h2 {
    font-size: 2em;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
    font-weight: 800;
    border-bottom: 3px solid #667eea;
    padding-bottom: 10px;
}

.eurobrand-page-content h3 {
    font-size: 1.5em;
    color: #374151;
    margin: 30px 0 15px 0;
    font-weight: 700;
}

.eurobrand-page-content h4 {
    font-size: 1.2em;
    color: #4b5563;
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.eurobrand-page-content p {
    font-size: 1.05em;
    color: #4b5563;
    margin: 15px 0;
    line-height: 1.8;
}

.eurobrand-page-content a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.eurobrand-page-content a:hover {
    color: #764ba2;
    border-bottom-color: #764ba2;
}

.eurobrand-page-content ul,
.eurobrand-page-content ol {
    margin: 20px 0;
    padding-left: 30px;
    color: #4b5563;
    font-size: 1.05em;
}

.eurobrand-page-content li {
    margin: 12px 0;
    line-height: 1.8;
}

.eurobrand-page-content ul li:before {
    content: "✓";
    color: #00796B;
    font-weight: 900;
    margin-right: 10px;
}

.eurobrand-page-content blockquote {
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-left: 5px solid #667eea;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    font-size: 1.1em;
    color: #4b5563;
    font-style: italic;
}

.eurobrand-page-content code {
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    color: #dc2626;
    font-size: 0.9em;
}

.eurobrand-page-content pre {
    background: #1f2937;
    color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
}

.eurobrand-page-content pre code {
    background: none;
    color: #f3f4f6;
    padding: 0;
}

.eurobrand-page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    border: 1px solid #e5e7eb;
}

.eurobrand-page-content table th {
    background: #667eea;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
}

.eurobrand-page-content table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.eurobrand-page-content table tr:nth-child(even) {
    background: #f9fafb;
}

.eurobrand-page-content table tr:hover {
    background: #f3f4f6;
}

/* CTA FINALE */
.eurobrand-page-cta {
    text-align: center;
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
}

.eurobrand-cta-button {
    display: inline-block;
    background: #fff;
    color: #667eea;
    padding: 18px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.eurobrand-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
    background: #f3f4f6;
}

/* PAGE LINKS (paginazione interna) */
.page-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    padding: 20px;
    background: #f9fafb;
    border-radius: 8px;
    border-left: 4px solid #667eea;
    font-size: 0.95em;
}

.page-links-title {
    font-weight: 700;
    color: #1a1a1a;
}

.page-links span {
    padding: 8px 12px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    display: inline-block;
}

.page-links a {
    color: #667eea;
    text-decoration: none;
    padding: 8px 12px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #667eea;
    font-weight: 600;
    transition: all 0.2s;
}

.page-links a:hover {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
}


/* ========================================
   OVERRIDE CSS ESTERNO NASCOSTO - FOOTER FIX
   ======================================== */

/* Abilita copyright bar (era display:none) */
.copyright-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ripristina padding footer widgets */
.site-footer .footer-widgets-container {
    padding: 20px !important;
    margin: 0 auto !important;
      display: none;
}

.site-footer .inside-footer-widgets {
    padding: 30px 20px !important;
      display: none !important;
}

/* Assicura visibilità footer container */
.site-footer,
.site-footer.footer-bar-active {
    /*display: block !important;*/
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 150px !important;
    background-color: #1a1a1a !important;
    padding: 40px 0 !important;
    display: none !important;
}

.site-info {
    display: block !important;
    visibility: visible !important;
    min-height: 50px !important;
    padding: 20px 0 !important;
}

.inside-site-info {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.copyright {
    display: inline !important;
    color: #ccc !important;
}

/* ========================================
   FOOTER GENERATEPRESS - FIX FINALE
   ======================================== */

/* Forza min-height anche se widget vuoti */
.site-footer {
      display: none !important;
/*  display: block !important;*/
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 180px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background-color: #1a1a1a !important;
  padding: 50px 0 !important;
  margin: 0 !important;
  z-index: 1 !important;
}

/* Widget container */
.site-footer .footer-widgets-container {
  /*display: grid !important;*/
    display: none !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  max-width: 1200px !important;

}

.site-footer .inside-footer-widgets {
  /*display: block !important;*/
    display: none !important;
  padding: 30px 20px !important;
  margin: 0 !important;
}

/* Footer widgets individual */
.footer-widget-1,
.footer-widget-2,
.footer-widget-3 {
  display: block !important;
  min-height: 80px !important;
  padding: 20px !important;
  background-color: rgba(255,255,255,0.05) !important;
  border-radius: 8px !important;
}

/* Widget text visibility */
.site-footer .widget_text p {
  color: #ccc !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
    display: none !important;
}

.site-footer .widget_text {
  color: #ccc !important;
    display: none !important;
}

/* Site info / copyright bar */
.site-info {
  /*display: block !important;*/
  display: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #0d0d0d !important;
  padding: 25px 0 !important;
  margin: 0 !important;
  border-top: 1px solid #333 !important;
  min-height: 60px !important;
}

.inside-site-info {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  text-align: center !important;
  padding: 15px 20px !important;
}

/* Copyright text */
.copyright-bar {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
}

.copyright {
  display: inline-block !important;
  color: #999 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.copyright a {
  color: #4CAF50 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  margin: 0 3px !important;
  transition: color 0.3s ease !important;
}

.copyright a:hover {
  color: #00ff00 !important;
  text-decoration: underline !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .site-footer {
    min-height: 140px !important;
    padding: 30px 0 !important;
      display: none !important;
  }
  
  .site-footer .footer-widgets-container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 15px !important;
      display: none;
  }
  
  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3 {
    min-height: 70px !important;
  }
  
  .inside-site-info {
    padding: 12px 15px !important;
  }
}

@media (max-width: 480px) {
  .site-footer {
    min-height: 120px !important;
    padding: 20px 0 !important;
      display: none !important;
  }
  
  .copyright {
    font-size: 11px !important;
  }
}
/* ========================================
   FOOTER - MINIMALE (SOLO COPYRIGHT) - site-footer footer-bar-active footer-bar-align-right
   ======================================== */

/* Nascondi widget area */
.site-footer .footer-widgets-container,
.inside-footer-widgets, .footer-widgets {
  display: none !important;
}

/* Footer container semplificato */
.site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 0 !important;
  height: auto !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
    display: none !important;
}

/* Copyright bar - unica visibile */
.site-info {
  /*display: block !important;*/
  display: none;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #1a1a1a !important;
  padding: 30px 0 !important;
  margin: 0 !important;
  border-top: 2px solid #00796B !important;
  min-height: auto !important;
}

.inside-site-info {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  flex-wrap: wrap !important;
  padding: 15px 20px !important;
}

.copyright-bar {
  display: block !important;
  width: 100% !important;
}

.copyright {
  display: inline-block !important;
  color: #999 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.copyright a {
  color: #4CAF50 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  margin: 0 5px !important;
  transition: all 0.3s ease !important;
}

.copyright a:hover {
  color: #00ff00 !important;
  text-decoration: underline !important;
}

/* Mobile */
@media (max-width: 768px) {
  .site-info {

    padding: 20px 0 !important;
  }
  
  .copyright {
    font-size: 12px !important;
  }
}


/* ============================================
 * BLOG PAGE - ARCHIVE GRID LAYOUT - v1.0
 * ============================================ */

/* Main blog container */
.blog-container,
.archive-container,
.post-archive,
.posts-container,
main.site-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 40px 0;
    width: 100%;
}

/* Individual post card */
.post-item,
.blog-post,
article.post,
article.type-post,
.post {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.post-item:hover,
.blog-post:hover,
article.post:hover,
article.type-post:hover,
.post:hover {
    border-color: #00796b;
    box-shadow: 0 8px 24px rgba(0, 121, 107, 0.15);
    transform: translateY(-4px);
}

/* Featured Image */
.post-image,
.post-thumbnail,
article.post .wp-post-image,
article.type-post .wp-post-image,
.featured-image,
.entry-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #f0f0f0;
}

/* Post content wrapper */
.post-content,
.entry-content,
.post-inner,
.post-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Post date + category */
.post-meta,
.entry-meta,
.post-header-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 12px;
    color: #999999;
    gap: 10px;
}

.post-date,
.entry-date,
.publish-date {
    color: #999999;
    font-size: 12px;
    white-space: nowrap;
}

.post-category,
.cat-links,
.entry-category,
.post-categories {
    display: inline-block;
    background: #f0f0f0;
    color: #00796b;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.post-category:hover,
.cat-links:hover,
.entry-category:hover {
    background: #e8f5f3;
    color: #004d40;
}

/* Post title */
.post-title,
.entry-title,
h2.post-title,
h2.entry-title,
h3.post-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
}

.post-title a,
.entry-title a,
h2.post-title a,
h2.entry-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 300ms ease;
}

.post-title a:hover,
.entry-title a:hover,
h2.post-title a:hover,
h2.entry-title a:hover {
    color: #00796b;
}

/* Post excerpt */
.post-excerpt,
.entry-summary,
p.excerpt,
.post-excerpt-text {
    color: #575760;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 15px 0;
    flex-grow: 1;
}

/* Read more button */
.read-more,
.more-link,
a.more-link,
.post-link,
.entry-more-link {
    display: inline-block;
    color: #00796b;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: auto;
    transition: all 300ms ease;
    padding: 8px 0;
}

.read-more:hover,
.more-link:hover,
a.more-link:hover,
.post-link:hover,
.entry-more-link:hover {
    color: #004d40;
    text-decoration: underline;
}

.read-more::after,
.more-link::after,
.entry-more-link::after {
    content: ' →';
    margin-left: 4px;
}

/* ============================================
 * ARCHIVE PAGE HEADER
 * ============================================ */

.page-title,
.archive-title,
h1.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.archive-description,
.term-description {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

/* ============================================
 * PAGINATION
 * ============================================ */

.pagination,
.posts-pagination,
nav.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span,
nav.pagination a,
nav.pagination span {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    text-decoration: none;
    color: #00796b;
    transition: all 300ms ease;
}

.pagination a:hover,
nav.pagination a:hover {
    background: #00796b;
    color: #ffffff;
}

.pagination .current,
nav.pagination .current {
    background: #00796b;
    color: #ffffff;
    border-color: #00796b;
}

/* ============================================
 * BLOG - RESPONSIVE DESIGN
 * ============================================ */

@media (max-width: 1024px) {
    .blog-container,
    .archive-container,
    .post-archive,
    .posts-container,
    main.site-main {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .blog-container,
    .archive-container,
    .post-archive,
    .posts-container,
    main.site-main {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .post-image,
    .post-thumbnail,
    article.post .wp-post-image {
        height: 200px;
    }
    
    .post-content,
    .entry-content {
        padding: 20px;
    }
    
    .post-title,
    .entry-title,
    h2.post-title,
    h2.entry-title {
        font-size: 16px;
    }
    
    .page-title,
    .archive-title,
    h1.archive-title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .blog-container,
    .archive-container,
    .post-archive,
    .posts-container,
    main.site-main {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .post-image,
    .post-thumbnail,
    article.post .wp-post-image {
        height: 180px;
    }
    
    .post-content,
    .entry-content {
        padding: 15px;
    }
    
    .post-meta,
    .entry-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .post-title,
    .entry-title,
    h2.post-title,
    h2.entry-title {
        font-size: 14px;
    }
    
    .page-title,
    .archive-title,
    h1.archive-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}




/* ============================================
 * END BLOG GRID STYLES
 * ============================================ */


 /* ============================================
 * EUROBRAND BLOG GRID - Shortcode Styles
 * HIGH SPECIFICITY OVERRIDE
 * ============================================ */

/* Main wrapper */
div.eurobrand-blog-grid-wrapper {
    width: 100% !important;
    margin: 40px 0 !important;
    padding: 0 !important;
}

/* Grid Container */
div.eurobrand-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 30px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Individual Post Card */
article.eurobrand-post-card {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 300ms ease-in-out !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

article.eurobrand-post-card:hover {
    border-color: #00796b !important;
    box-shadow: 0 8px 24px rgba(0, 121, 107, 0.15) !important;
    transform: translateY(-4px) !important;
}

/* Featured Image Container */
div.eurobrand-post-image {
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f0f0f0 !important;
}

div.eurobrand-post-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.eurobrand-post-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
}

/* Content Wrapper */
div.eurobrand-post-content {
    padding: 25px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    margin: 0 !important;
}

/* Meta (Date + Category) */
div.eurobrand-post-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
}

span.eurobrand-post-date {
    color: #999999 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

span.eurobrand-post-category {
    display: inline-block !important;
    background: #f0f0f0 !important;
    color: #00796b !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

span.eurobrand-post-category:hover {
    background: #e8f5f3 !important;
    color: #004d40 !important;
}

/* Title */
h2.eurobrand-post-title {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #1a1a1a !important;
}

h2.eurobrand-post-title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: color 300ms ease !important;
}

h2.eurobrand-post-title a:hover {
    color: #00796b !important;
    text-decoration: none !important;
}

/* Excerpt */
div.eurobrand-post-excerpt {
    color: #575760 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    flex-grow: 1 !important;
}

/* Read More Button */
a.eurobrand-read-more {
    display: inline-block !important;
    color: #00796b !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-top: auto !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    transition: all 300ms ease !important;
}

a.eurobrand-read-more:hover {
    color: #004d40 !important;
    text-decoration: underline !important;
}

a.eurobrand-read-more::after {
    content: ' →' !important;
    margin-left: 4px !important;
}

/* Pagination */
div.eurobrand-pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 40px !important;
    flex-wrap: wrap !important;
}

div.eurobrand-pagination a,
div.eurobrand-pagination span {
    padding: 8px 12px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #00796b !important;
    transition: all 300ms ease !important;
    margin: 0 !important;
}

div.eurobrand-pagination a:hover {
    background: #00796b !important;
    color: #ffffff !important;
}

div.eurobrand-pagination .current {
    background: #00796b !important;
    color: #ffffff !important;
    border-color: #00796b !important;
}

/* ============================================
 * RESPONSIVE - Tablet
 * ============================================ */

@media (max-width: 1024px) {
    div.eurobrand-blog-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
        gap: 25px !important;
    }
}

/* ============================================
 * RESPONSIVE - Mobile
 * ============================================ */

@media (max-width: 768px) {
    div.eurobrand-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    div.eurobrand-post-image {
        height: 200px !important;
    }
    
    div.eurobrand-post-content {
        padding: 20px !important;
    }
    
    h2.eurobrand-post-title {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    div.eurobrand-blog-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    div.eurobrand-post-image {
        height: 180px !important;
    }
    
    div.eurobrand-post-content {
        padding: 15px !important;
    }
    
    div.eurobrand-post-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    h2.eurobrand-post-title {
        font-size: 14px !important;
    }
}

/* ============================================
 * END BLOG GRID SHORTCODE
 * ============================================ */

/* ============================================
 * SINGLE POST PAGE - Article Template Styles
 * ============================================ */

/* Single Post Container */
article.eurobrand-single-post {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Featured Image */
div.eurobrand-single-featured-image {
    width: 100% !important;
    margin-bottom: 40px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

div.eurobrand-single-featured-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Single Title */
h1.eurobrand-single-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    color: #1a1a1a !important;
    line-height: 1.3 !important;
}

/* Single Meta */
div.eurobrand-single-meta {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid #e5e7eb !important;
    flex-wrap: wrap !important;
}

span.single-date,
span.reading-time {
    color: #999999 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

span.single-category {
    background: #f0f0f0 !important;
    color: #00796b !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* Single Content */
div.eurobrand-single-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333333 !important;
    margin-bottom: 60px !important;
}

div.eurobrand-single-content p {
    margin: 0 0 20px 0 !important;
    color: #333333 !important;
}

div.eurobrand-single-content h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 40px 0 20px 0 !important;
    color: #1a1a1a !important;
}

div.eurobrand-single-content h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 30px 0 15px 0 !important;
    color: #1a1a1a !important;
}

div.eurobrand-single-content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
    border-radius: 8px !important;
}

div.eurobrand-single-content a {
    color: #00796b !important;
    text-decoration: underline !important;
    transition: color 300ms ease !important;
}

div.eurobrand-single-content a:hover {
    color: #004d40 !important;
}

/* Tags */
div.eurobrand-single-tags {
    margin-bottom: 40px !important;
    padding-top: 20px !important;
    border-top: 2px solid #e5e7eb !important;
}

div.eurobrand-single-tags a {
    background: #f0f0f0 !important;
    color: #00796b !important;
    padding: 8px 12px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 300ms ease !important;
    display: inline-block !important;
    margin: 0 5px 10px 0 !important;
}

div.eurobrand-single-tags a:hover {
    background: #e8f5f3 !important;
    color: #004d40 !important;
    text-decoration: none !important;
}

/* Navigation */
div.eurobrand-single-navigation {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    margin-top: 60px !important;
    padding-top: 40px !important;
    border-top: 2px solid #e5e7eb !important;
}

div.eurobrand-single-navigation a {
    color: #00796b !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: color 300ms ease !important;
}

div.eurobrand-single-navigation a:hover {
    color: #004d40 !important;
    text-decoration: underline !important;
}

div.next-post {
    text-align: right !important;
}

/* ============================================
 * SINGLE POST - RESPONSIVE
 * ============================================ */

@media (max-width: 768px) {
    h1.eurobrand-single-title {
        font-size: 28px !important;
    }
    
    div.eurobrand-single-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }
    
    div.eurobrand-single-content {
        font-size: 15px !important;
    }
    
    div.eurobrand-single-navigation {
        grid-template-columns: 1fr !important;
    }
    
    div.next-post {
        text-align: left !important;
    }
}

@media (max-width: 480px) {
    h1.eurobrand-single-title {
        font-size: 22px !important;
    }
    
    div.eurobrand-single-featured-image {
        margin-bottom: 25px !important;
    }
    
    div.eurobrand-single-content {
        font-size: 14px !important;
    }
    
    div.eurobrand-single-content h2 {
        font-size: 20px !important;
    }
    
    div.eurobrand-single-content h3 {
        font-size: 18px !important;
    }
}

/* ============================================
 * END SINGLE POST STYLES
 * ============================================ */
