* {margin: 0;padding: 0;box-sizing: border-box;}:root {--primary: #00a86b;--primary-dark: #008c5a;--secondary: #ff9500;--accent: #ff9500;--dark: #1a1a1a;--light: #f5f5f5;--gray: #666;--border: #e0e0e0;}body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;line-height: 1.6;color: var(--dark);background: #fff;}.container {max-width: 1200px;margin: 0 auto;padding: 0 20px;}.header {background: #fff;border-bottom: 1px solid var(--border);position: sticky;top: 0;z-index: 100;box-shadow: 0 2px 10px rgba(0,0,0,0.05);}.header .container {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;}.logo h1 {font-size: 24px;color: var(--primary);}.logo h1 a {text-decoration: none;color: inherit;}.logo h1 a:hover {text-decoration: none;}.nav {display: flex;gap: 25px;align-items: center;flex-wrap: wrap;}.nav a {text-decoration: none;color: var(--dark);font-size: 14px;font-weight: 500;transition: color 0.3s;}.nav a:hover {color: var(--primary);}.btn-primary {background: var(--primary);color: white !important;padding: 10px 20px;border-radius: 5px;transition: background 0.3s;}.btn-primary:hover {background: var(--primary-dark);}.btn-secondary {background: transparent;color: var(--primary) !important;border: 2px solid var(--primary);padding: 10px 20px;border-radius: 5px;transition: all 0.3s;}.btn-secondary:hover {background: var(--primary);color: white !important;}.btn-large {display: inline-block;padding: 15px 40px;font-size: 16px;font-weight: 600;border-radius: 8px;text-decoration: none;transition: all 0.3s;cursor: pointer;border: none;}.hero {background: linear-gradient(135deg, var(--primary) 0%, #0052a3 100%);color: white;padding: 80px 20px;text-align: center;}.hero-content h1 {font-size: 48px;margin-bottom: 20px;line-height: 1.2;}.hero-subtitle {font-size: 20px;margin-bottom: 40px;opacity: 0.95;max-width: 700px;margin-left: auto;margin-right: auto;}.hero-stats {display: flex;justify-content: center;gap: 60px;margin: 50px 0;flex-wrap: wrap;}.stat {display: flex;flex-direction: column;align-items: center;}.stat strong {font-size: 32px;display: block;margin-bottom: 5px;}.stat span {font-size: 14px;opacity: 0.9;}.hero-cta {display: flex;gap: 20px;justify-content: center;margin: 40px 0;flex-wrap: wrap;}.btn-large.btn-primary {background: var(--secondary);color: var(--dark) !important;}.btn-large.btn-primary:hover {background: #00b34d;}.btn-large.btn-secondary {background: white;color: var(--primary) !important;border: none;}.btn-large.btn-secondary:hover {background: var(--light);}.trust-badges {display: flex;justify-content: center;gap: 30px;margin-top: 40px;flex-wrap: wrap;font-size: 14px;}.problem-solution {padding: 80px 20px;background: var(--light);}.problem-solution h2 {text-align: center;font-size: 36px;margin-bottom: 60px;}.problem-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 40px;max-width: 900px;margin: 0 auto;}.problem-card, .solution-card {background: white;padding: 40px;border-radius: 10px;box-shadow: 0 5px 20px rgba(0,0,0,0.1);}.problem-card h3, .solution-card h3 {font-size: 24px;margin-bottom: 15px;}.problem-card p, .solution-card p {font-size: 16px;margin-bottom: 20px;color: var(--gray);}.problem-card ul, .solution-card ul {list-style: none;}.problem-card li, .solution-card li {padding: 10px 0;border-bottom: 1px solid var(--border);}.problem-card li:last-child, .solution-card li:last-child {border-bottom: none;}.benefits {padding: 80px 20px;}.benefits h2 {text-align: center;font-size: 36px;margin-bottom: 60px;}.benefits-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.benefit-card {background: white;padding: 40px;border-radius: 10px;border: 2px solid var(--border);transition: all 0.3s;text-align: center;}.benefit-card:hover {border-color: var(--primary);box-shadow: 0 10px 30px rgba(0,102,204,0.1);transform: translateY(-5px);}.benefit-icon {font-size: 48px;margin-bottom: 20px;}.benefit-card h3 {font-size: 20px;margin-bottom: 15px;color: var(--primary);}.benefit-card p {color: var(--gray);line-height: 1.8;}.platforms {padding: 80px 20px;background: var(--light);}.platforms h2 {text-align: center;font-size: 36px;margin-bottom: 15px;}.section-subtitle {text-align: center;color: var(--gray);margin-bottom: 60px;font-size: 18px;}.platforms-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;}.platform-card {background: white;padding: 30px;border-radius: 10px;text-decoration: none;color: var(--dark);border: 2px solid transparent;transition: all 0.3s;display: flex;flex-direction: column;justify-content: space-between;}.platform-card:hover {border-color: var(--primary);box-shadow: 0 10px 30px rgba(0,102,204,0.15);transform: translateY(-5px);}.platform-card h3 {font-size: 22px;margin-bottom: 10px;color: var(--primary);}.platform-card p {color: var(--gray);margin-bottom: 15px;}.arrow {color: var(--primary);font-size: 24px;font-weight: bold;}.pricing {padding: 80px 20px;}.pricing h2 {text-align: center;font-size: 36px;margin-bottom: 15px;}.pricing-card {background: white;border: 2px solid var(--border);border-radius: 10px;padding: 50px;max-width: 600px;margin: 0 auto;text-align: center;}.pricing-card.featured {border-color: var(--primary);box-shadow: 0 10px 40px rgba(0,102,204,0.2);position: relative;}.price-badge {background: var(--accent);color: white;padding: 8px 20px;border-radius: 20px;font-size: 12px;font-weight: 600;display: inline-block;margin-bottom: 20px;}.pricing-card h3 {font-size: 28px;margin-bottom: 20px;color: var(--primary);}.price {margin: 30px 0;}.amount {font-size: 48px;font-weight: 700;color: var(--primary);}.period {font-size: 18px;color: var(--gray);margin-left: 10px;}.price-features {text-align: left;margin: 40px 0;background: var(--light);padding: 30px;border-radius: 8px;}.feature {padding: 12px 0;border-bottom: 1px solid var(--border);font-size: 15px;}.feature:last-child {border-bottom: none;}.guarantee {margin-top: 20px;color: var(--gray);font-size: 14px;font-style: italic;}.testimonials {padding: 80px 20px;background: var(--light);}.testimonials h2 {text-align: center;font-size: 36px;margin-bottom: 60px;}.testimonials-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.testimonial-card {background: white;padding: 30px;border-radius: 10px;box-shadow: 0 5px 20px rgba(0,0,0,0.1);}.stars {margin-bottom: 15px;font-size: 18px;}.testimonial-card p {color: var(--gray);margin-bottom: 20px;line-height: 1.8;font-style: italic;}.testimonial-author {display: flex;flex-direction: column;}.testimonial-author strong {color: var(--primary);margin-bottom: 5px;}.testimonial-author span {font-size: 13px;color: var(--gray);}.final-cta {background: linear-gradient(135deg, var(--primary) 0%, #0052a3 100%);color: white;padding: 60px 20px;text-align: center;}.final-cta h2 {font-size: 36px;margin-bottom: 15px;}.final-cta p {font-size: 18px;margin-bottom: 30px;opacity: 0.95;}.footer {background: var(--dark);color: white;padding: 60px 20px 20px;}.footer-content {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 40px;margin-bottom: 40px;}.footer-section h4 {margin-bottom: 15px;color: var(--secondary);}.footer-section p {color: #ccc;margin-bottom: 10px;font-size: 14px;}.footer-section ul {list-style: none;}.footer-section ul li {margin-bottom: 10px;}.footer-section a {color: #ccc;text-decoration: none;font-size: 14px;transition: color 0.3s;}.footer-section a:hover {color: var(--secondary);}.footer-bottom {border-top: 1px solid #333;padding-top: 20px;text-align: center;color: #999;font-size: 13px;}@media (max-width: 768px) {.nav {gap: 15px;font-size: 12px;}.hero-content h1 {font-size: 32px;}.hero-subtitle {font-size: 16px;}.hero-stats {gap: 30px;}.problem-grid {grid-template-columns: 1fr;}.hero-cta {flex-direction: column;}.btn-large {width: 100%;}.pricing-card {padding: 30px;}.amount {font-size: 36px;}}

.whatsapp-btn {position: fixed;bottom: 30px;right: 30px;width: 60px;height: 60px;background: #25d366;border-radius: 50%;display: flex;align-items: center;justify-content: center;text-decoration: none;box-shadow: 0 4px 12px rgba(0,0,0,0.15);transition: all 0.3s;z-index: 999;}.whatsapp-btn:hover {background: #20ba5a;transform: scale(1.1);box-shadow: 0 6px 16px rgba(0,0,0,0.2);}.whatsapp-btn svg {width: 32px;height: 32px;fill: white;}@media (max-width: 768px) {.whatsapp-btn {bottom: 20px;right: 20px;width: 50px;height: 50px;}.whatsapp-btn svg {width: 26px;height: 26px;}}


/* Blog Section Styles */
.blog-section {
  padding: 60px 20px;
  background: white;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.blog-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-5px);
  border-color: var(--primary);
}

.blog-image {
  width: 100%;
  height: 200px;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

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

.blog-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
  font-size: 60px;
}

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

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 12px;
  flex-wrap: wrap;
}

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

.blog-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-card h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s;
}

.blog-card h3 a:hover {
  color: var(--primary);
}

.blog-excerpt {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 15px;
  line-height: 1.6;
  flex-grow: 1;
}

.btn-read-more {
  display: inline-block;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  margin-top: auto;
}

.btn-read-more:hover {
  color: var(--primary-dark);
  transform: translateX(5px);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 5px;
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}

.page-link:hover {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.page-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  background: var(--primary);
  color: white;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }
  
  .blog-image {
    height: 180px;
  }
  
  .blog-content {
    padding: 20px;
  }
  
  .blog-card h3 {
    font-size: 16px;
  }
  
  .blog-excerpt {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  
  .blog-image {
    height: 200px;
  }
  
  .pagination {
    gap: 5px;
  }
  
  .page-link, .page-active {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    padding: 0 8px;
  }
}


/* Article Page Styles */
.articolo-section {
  padding: 60px 20px;
  background: white;
}

.articolo-content {
  max-width: 800px;
  margin: 0 auto;
  background: white;
}

.articolo-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--dark);
  line-height: 1.3;
}

.articolo-meta {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--border);
}

.articolo-body {
  font-size: 16px;
  line-height: 1.8;
  color: var(--dark);
}

.articolo-body p {
  margin-bottom: 20px;
}

.articolo-body h2 {
  font-size: 28px;
  margin: 40px 0 20px 0;
  color: var(--primary);
  line-height: 1.3;
}

.articolo-body h3 {
  font-size: 22px;
  margin: 30px 0 15px 0;
  color: var(--primary);
  line-height: 1.3;
}

.articolo-body ul,
.articolo-body ol {
  margin: 20px 0 20px 30px;
}

.articolo-body li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.articolo-body strong {
  color: var(--primary);
  font-weight: 600;
}

.articolo-body a {
  color: var(--primary);
  text-decoration: none;
  border-bottom: 2px solid var(--secondary);
  transition: all 0.3s;
}

.articolo-body a:hover {
  color: var(--primary-dark);
  border-bottom-color: var(--primary);
}

.articolo-figure {
  margin: 40px 0;
  text-align: center;
}

.articolo-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.articolo-align-right {
  float: right;
  margin: 0 0 20px 30px;
  max-width: 50%;
}

.articolo-align-left {
  float: left;
  margin: 0 30px 20px 0;
  max-width: 50%;
}

.articolo-align-center {
  text-align: center;
  margin: 30px 0;
}

.articolo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.btn-link {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 24px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 500;
}

.btn-link:hover {
  background: var(--primary-dark);
  transform: translateX(-5px);
}

@media (max-width: 768px) {
  .articolo-content h1 {
    font-size: 28px;
  }
  
  .articolo-body h2 {
    font-size: 22px;
  }
  
  .articolo-body h3 {
    font-size: 18px;
  }
  
  .articolo-align-right,
  .articolo-align-left {
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }
}


/* Blog Categories */
.blog-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.blog-category-tag {
  display: inline-block;
  padding: 4px 12px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-category-tag:hover {
  background: var(--primary-dark);
  transform: scale(1.05);
}


/* Article Categories */
.articolo-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--border);
}

.articolo-category-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.articolo-category-tag:hover {
  background: var(--primary-dark);
  transform: scale(1.05);
}


/* Authors Section */
.autori-section {
  padding: 60px 20px;
  background: white;
}

.autori-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.autore-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.autore-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-5px);
  border-color: var(--primary);
}

.autore-avatar {
  width: 100%;
  height: 200px;
  background: var(--light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.autore-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autore-avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  font-size: 60px;
  color: white;
  font-weight: bold;
}

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

.autore-content h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--primary);
}

.autore-bio {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 15px;
  line-height: 1.6;
  flex-grow: 1;
}

.autore-stats {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 15px;
}

.btn-autore {
  display: inline-block;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  margin-top: auto;
}

.btn-autore:hover {
  color: var(--primary-dark);
  transform: translateX(5px);
}

/* Author Detail Section */
.autore-detail-section {
  padding: 60px 20px;
  background: var(--light);
}

.autore-detail-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  max-width: 800px;
  margin: 0 auto;
}

.autore-detail-header {
  display: flex;
  gap: 40px;
  padding: 40px;
  align-items: flex-start;
}

.autore-detail-avatar {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.autore-detail-avatar-placeholder {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
}

.autore-detail-info h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: var(--primary);
}

.autore-detail-info p {
  font-size: 15px;
  color: var(--gray);
  margin-bottom: 12px;
  line-height: 1.8;
}

.autore-email a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.autore-email a:hover {
  text-decoration: underline;
}

.autore-stats {
  font-weight: 600;
  color: var(--primary);
}

.blog-author {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 12px;
}

.blog-author a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.blog-author a:hover {
  color: var(--primary-dark);
}

.articolo-author-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.articolo-author-link:hover {
  color: var(--primary-dark);
}

@media (max-width: 768px) {
  .autori-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .autore-detail-header {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
  
  .autore-detail-avatar,
  .autore-detail-avatar-placeholder {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  
  .autore-detail-info {
    text-align: center;
  }
}


/* Featured Image */
.articolo-featured-image {
  width: 100%;
  max-width: 800px;
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.articolo-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}


/* Blog Image Link */
.blog-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.blog-image a:hover img {
  transform: scale(1.05);
}


/* Hamburger Menu Styles */
.hamburger {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 101;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: var(--dark);
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    background: white;
    flex-direction: column;
    gap: 0;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    display: block;
  }

  .nav a:last-child {
    border-bottom: none;
  }

  .nav .btn-primary {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 12px 20px;
  }

  .header .container {
    flex-wrap: wrap;
  }
}
