/* Newsletter Form Moderno */
.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 420px;
  margin: 0 auto 0.7rem auto;
  background: #fff;
  border-radius: 2.2rem;
  box-shadow: 0 2px 12px #d4af3722;
  overflow: hidden;
}
.newsletter-form input[type="email"] {
  flex: 1 1 0;
  padding: 1.1rem 1.3rem;
  border: none;
  font-size: 1.08rem;
  border-radius: 2.2rem 0 0 2.2rem;
  outline: none;
  background: #fff;
  height: 100%;
  color: #18122B;
  transition: background 0.2s;
}
.newsletter-form input[type="email"]:focus {
  background: #f0e6d4;
}
.newsletter-form button.btn-primary {
  padding: 0 2.2rem;
  font-size: 1.08rem;
  border-radius: 0 2.2rem 2.2rem 0;
  background: linear-gradient(90deg,#d4af37 60%,#bfa133 100%);
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  height: 100%;
  min-width: 150px;
  justify-content: center;
}
.newsletter-form button.btn-primary:hover, .newsletter-form button.btn-primary:focus {
  background: linear-gradient(90deg,#bfa133 60%,#d4af37 100%);
  box-shadow: 0 4px 16px #d4af3744;
}
.newsletter-form svg {
  margin-left: 0.3rem;
}
@media (max-width: 600px) {
  .newsletter-form {
    flex-direction: column;
    border-radius: 1.2rem;
    box-shadow: 0 1px 6px #d4af3722;
  }
  .newsletter-form input[type="email"],
  .newsletter-form button.btn-primary {
    border-radius: 1.2rem !important;
    width: 100%;
    min-width: 0;
    font-size: 1rem;
    padding: 1rem 1.1rem;
  }
  .newsletter-form button.btn-primary {
    margin-top: 0.5rem;
    height: auto;
  }
}
/* Blog - Contraste e ícones aprimorados */
.blog-hero {
  background: linear-gradient(120deg, #18122B 60%, #d4af37 100%);
  color: #fff;
  padding: 3.5rem 0 2.5rem 0;
  text-align: center;
}
.blog-filters {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.blog-filter {
  background: #fffbe6;
  color: #bfa133;
  padding: 0.5rem 1.1rem;
  border-radius: 7px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.blog-filter.active,
.blog-filter:focus,
.blog-filter:hover {
  background: #d4af37;
  color: #18122B;
  outline: 2px solid #bfa133;
}
.blog-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 24px #d4af3733;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-card:hover,
.blog-card:focus-within {
  box-shadow: 0 8px 32px #d4af3766;
  transform: translateY(-4px) scale(1.01);
}
.blog-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  max-height: 180px;
  object-fit: cover;
  box-shadow: 0 2px 12px #d4af3722;
}
.blog-card-category, .card-category {
  color: #bfa133;
  font-weight: 700;
  font-size: 1.01rem;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.blog-card-title, .card-content h3 {
  font-size: 1.3rem;
  margin: 0.7rem 0 0.5rem 0;
  color: #18122B;
}
.blog-card-excerpt, .card-content p {
  color: #444;
  font-size: 1.07rem;
  margin-bottom: 0.7rem;
}
.blog-card-meta, .card-meta {
  font-size: 0.98rem;
  color: #888;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.blog-card-meta span, .card-meta span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.cta-btn, .card-link, .btn-primary {
  background: #d4af37;
  color: #18122B;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  border: none;
  transition: background 0.2s, color 0.2s;
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px #d4af3722;
}
.cta-btn:hover, .card-link:hover, .btn-primary:hover,
.cta-btn:focus, .card-link:focus, .btn-primary:focus {
  background: #bfa133;
  color: #fff;
  outline: 2px solid #bfa133;
}
.featured-stats {
  display: flex;
  gap: 1.2rem;
  justify-content: flex-start;
  margin: 0.7rem 0 0.7rem 0;
  color: #bfa133;
  font-weight: 600;
  font-size: 1.01rem;
}
.newsletter-icon {
  font-size: 2.2rem;
  color: #bfa133;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 2px 6px #d4af3722);
}
.newsletter-form input[type="email"] {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  border: 1.5px solid #d4af37;
  font-size: 1.08rem;
  background: #fff;
  color: #18122B;
  margin-bottom: 0.7rem;
  transition: border-color 0.2s;
}
.newsletter-form input[type="email"]:focus {
  outline: 2px solid #d4af37;
  border-color: #d4af37;
}
.newsletter-form .btn-primary {
  width: 100%;
  font-size: 1.1rem;
}
.newsletter-disclaimer {
  color: #444;
  font-size: 0.98rem;
  margin-top: 0.7rem;
}

body.dark-mode .blog-hero {
  background: linear-gradient(120deg, #18122B 60%, #d4af37 100%);
  color: #fff;
}
body.dark-mode .blog-card, body.dark-mode .card-image, body.dark-mode .newsletter-form input[type="email"] {
  background: #232136;
  color: #fff;
  border-color: #d4af37;
}
body.dark-mode .blog-card-title, body.dark-mode .card-content h3 {
  color: #fff;
}
body.dark-mode .blog-card-excerpt, body.dark-mode .card-content p, body.dark-mode .newsletter-disclaimer {
  color: #e0e0e0;
}
body.dark-mode .blog-card-category, body.dark-mode .card-category, body.dark-mode .featured-stats {
  color: #ffe082;
}
body.dark-mode .cta-btn, body.dark-mode .card-link, body.dark-mode .btn-primary {
  background: #d4af37;
  color: #18122B;
}
body.dark-mode .cta-btn:hover, body.dark-mode .card-link:hover, body.dark-mode .btn-primary:hover,
body.dark-mode .cta-btn:focus, body.dark-mode .card-link:focus, body.dark-mode .btn-primary:focus {
  background: #bfa133;
  color: #fff;
}
body.dark-mode .newsletter-icon {
  color: #ffe082;
  filter: drop-shadow(0 2px 6px #d4af3766);
}
/* CTA Final Comunidade - Destaque visual e contraste */
.community-page .community-cta {
  background: linear-gradient(120deg, #fffbe6 60%, #d4af37 100%);
  color: #18122B;
  padding: 3.2rem 0 2.5rem 0;
  box-shadow: 0 8px 32px #d4af3722;
  margin-top: 3rem;
}
.community-page .community-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.community-page .community-cta h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #bfa133;
  margin-bottom: 0.7rem;
  letter-spacing: -1px;
  text-shadow: 0 2px 12px #fffbe6cc;
}
.community-page .community-cta p {
  color: #18122B;
  font-size: 1.13rem;
  margin-bottom: 1.5rem;
  opacity: 0.95;
}
.community-page .community-cta .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}
.community-page .community-cta .btn-primary.large {
  font-size: 1.18rem;
  padding: 1.1rem 2.5rem;
  border-radius: 12px;
  background: #d4af37;
  color: #18122B;
  font-weight: 800;
  box-shadow: 0 4px 24px #d4af3722, 0 0 0 4px #fffbe6;
  border: none;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.community-page .community-cta .btn-primary.large:hover,
.community-page .community-cta .btn-primary.large:focus {
  background: #bfa133;
  color: #fff;
  box-shadow: 0 8px 32px #d4af3766, 0 0 0 4px #fffbe6;
}
.community-page .community-cta .cta-guarantee {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #18122B;
  font-size: 1.01rem;
  background: #fffbe6;
  border-radius: 8px;
  padding: 0.4rem 1rem;
  margin-top: 0.2rem;
  box-shadow: 0 2px 8px #d4af3722;
}
.community-page .community-cta .guarantee-icon {
  font-size: 1.2rem;
  color: #10b981;
  filter: drop-shadow(0 2px 6px #d4af3722);
}

body.dark-mode .community-page .community-cta {
  background: linear-gradient(120deg, #18122B 60%, #d4af37 100%);
  color: #fff;
  box-shadow: 0 8px 32px #d4af3733;
}
body.dark-mode .community-page .community-cta h2 {
  color: #ffe082;
  text-shadow: 0 2px 12px #232136cc;
}
body.dark-mode .community-page .community-cta p {
  color: #fff;
  opacity: 0.97;
}
body.dark-mode .community-page .community-cta .btn-primary.large {
  background: #d4af37;
  color: #18122B;
  box-shadow: 0 4px 24px #d4af3733, 0 0 0 4px #232136;
}
body.dark-mode .community-page .community-cta .btn-primary.large:hover,
body.dark-mode .community-page .community-cta .btn-primary.large:focus {
  background: #bfa133;
  color: #fff;
  box-shadow: 0 8px 32px #d4af3766, 0 0 0 4px #232136;
}
body.dark-mode .community-page .community-cta .cta-guarantee {
  background: #232136;
  color: #fff;
  box-shadow: 0 2px 8px #d4af3733;
}
body.dark-mode .community-page .community-cta .guarantee-icon {
  color: #10b981;
  filter: drop-shadow(0 2px 6px #d4af3766);
}

@media (max-width: 600px) {
  .community-page .community-cta .cta-content {
    padding: 0 1rem;
  }
  .community-page .community-cta h2 {
    font-size: 1.4rem;
  }
  .community-page .community-cta .btn-primary.large {
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
  }
}
/* Contraste aprimorado para estatísticas da comunidade */
.community-page .community-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 2.5rem 0 2.5rem 0;
}
.community-page .community-stat {
  background: #fffbe6;
  color: #18122B;
  border: 2px solid #d4af37;
  border-radius: 18px;
  box-shadow: 0 4px 24px #d4af3722;
  min-width: 220px;
  padding: 2.2rem 1.5rem 1.2rem 1.5rem;
  text-align: center;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
}
.community-page .community-stat .stat-number {
  font-size: 2.1rem;
  font-weight: 700;
  color: #bfa133;
  margin-bottom: 0.5rem;
  display: block;
}
.community-page .community-stat .stat-label {
  color: #18122B;
  font-size: 1.08rem;
  opacity: 0.95;
}

body.dark-mode .community-page .community-stat {
  background: #232136;
  color: #fff;
  border-color: #d4af37;
  box-shadow: 0 4px 24px #d4af3733;
}
body.dark-mode .community-page .community-stat .stat-number {
  color: #ffe082;
}
body.dark-mode .community-page .community-stat .stat-label {
  color: #fff;
}

/* Contraste para títulos de seções */
.community-page .section-title {
  color: #18122B;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 2.5rem 0 1.2rem 0;
  text-align: center;
}
body.dark-mode .community-page .section-title {
  color: #fff;
}

/* Contraste para depoimentos */
.community-page .community-testimonials {
  background: var(--color-bg-light, #fff);
  color: var(--color-text, #18122B);
  padding: 3rem 0 2.5rem 0;
}
.community-page .testimonials-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.community-page .testimonial-slide {
  background: #fffbe6;
  color: #18122B;
  border-radius: 14px;
  box-shadow: 0 4px 24px #d4af3722;
  padding: 2rem 1.5rem;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.community-page .testimonial-content blockquote {
  color: #18122B;
  font-size: 1.15rem;
  font-style: italic;
  margin-bottom: 1.2rem;
}
.community-page .testimonial-author h4 {
  color: #bfa133;
  font-size: 1.08rem;
  margin-bottom: 0.2rem;
}
.community-page .testimonial-author p {
  color: #444;
  font-size: 0.98rem;
  margin-bottom: 0;
}
body.dark-mode .community-page .community-testimonials {
  background: #18122B;
  color: #fff;
}
body.dark-mode .community-page .testimonial-slide {
  background: #232136;
  color: #fff;
  box-shadow: 0 4px 24px #d4af3733;
}
body.dark-mode .community-page .testimonial-content blockquote {
  color: #fff;
}
body.dark-mode .community-page .testimonial-author h4 {
  color: #ffe082;
}
body.dark-mode .community-page .testimonial-author p {
  color: #e0e0e0;
}
/* Contraste aprimorado para benefícios da comunidade */
.community-page .community-benefits {
  background: var(--color-bg-light, #fff);
  color: var(--color-text, #18122B);
  padding: 3rem 0 2.5rem 0;
}
.community-page .community-benefits .section-title {
  color: #18122B;
}
.community-page .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2.2rem;
}
.community-page .benefit-card {
  background: #fffbe6;
  color: #18122B;
  border-radius: 14px;
  box-shadow: 0 4px 24px #d4af3722;
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 180px;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
}
.community-page .benefit-card .benefit-icon {
  font-size: 2.1rem;
  margin-bottom: 0.7rem;
  color: #bfa133;
  filter: drop-shadow(0 2px 6px #d4af3722);
}
.community-page .benefit-card h3 {
  color: #18122B;
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.community-page .benefit-card p {
  color: #444;
  font-size: 1.04rem;
  margin-bottom: 0;
}

body.dark-mode .community-page .community-benefits {
  background: #18122B;
  color: #fff;
}
body.dark-mode .community-page .community-benefits .section-title {
  color: #fff;
}
body.dark-mode .community-page .benefit-card {
  background: #232136;
  color: #fff;
  box-shadow: 0 4px 24px #d4af3733;
}
body.dark-mode .community-page .benefit-card .benefit-icon {
  color: #ffe082;
  filter: drop-shadow(0 2px 6px #d4af3766);
}
body.dark-mode .community-page .benefit-card h3 {
  color: #fff;
}
body.dark-mode .community-page .benefit-card p {
  color: #e0e0e0;
}
/* Contraste aprimorado para página comunidade */
.community-page .tier-card {
  background: var(--color-bg-light, #fff);
  color: var(--color-text, #18122B);
  border-radius: 16px;
  box-shadow: 0 4px 24px #d4af3733;
  border: 2px solid #d4af37;
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s, color 0.2s;
}
.community-page .tier-card.featured {
  background: linear-gradient(120deg, #fffbe6 60%, #d4af37 100%);
  border: 2.5px solid #bfa133;
  color: #18122B;
  box-shadow: 0 8px 32px #d4af3766;
}
.community-page .tier-card .tier-name {
  color: #bfa133;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}
.community-page .tier-card .tier-price {
  color: #18122B;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.community-page .tier-card .tier-period {
  color: #444;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
.community-page .tier-card .tier-features li {
  color: #222;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.community-page .btn-primary {
  background: #d4af37;
  color: #18122B;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  border: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px #d4af3722;
}
.community-page .btn-primary:hover,
.community-page .btn-primary:focus {
  background: #bfa133;
  color: #fff;
  outline: 2px solid #bfa133;
}

body.dark-mode .community-page .tier-card {
  background: #232136;
  color: #fff;
  border-color: #d4af37;
}
body.dark-mode .community-page .tier-card.featured {
  background: linear-gradient(120deg, #232136 60%, #d4af37 100%);
  color: #fff;
  border-color: #bfa133;
}
body.dark-mode .community-page .tier-card .tier-name {
  color: #ffe082;
}
body.dark-mode .community-page .tier-card .tier-price {
  color: #fff;
}
body.dark-mode .community-page .tier-card .tier-period {
  color: #e0e0e0;
}
body.dark-mode .community-page .tier-card .tier-features li {
  color: #fff;
}
body.dark-mode .community-page .btn-primary {
  background: #d4af37;
  color: #18122B;
}
body.dark-mode .community-page .btn-primary:hover,
body.dark-mode .community-page .btn-primary:focus {
  background: #bfa133;
  color: #fff;
}
/* Newsletter Modern Styles */
.newsletter-hero {
  background: linear-gradient(120deg, var(--color-bg-dark, #18122B) 60%, var(--color-gold, #d4af37) 100%);
  padding: 3.5rem 0 2.5rem 0;
  text-align: center;
  color: var(--color-on-dark, #fff);
}
.newsletter-hero input[type="text"],
.newsletter-hero input[type="email"] {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  border: 1.5px solid var(--color-gold, #d4af37);
  font-size: 1.08rem;
  background: var(--color-bg-light, #fff);
  color: var(--color-text, #18122B);
  transition: border-color 0.2s;
}
.newsletter-hero input:focus {
  outline: 2px solid var(--color-gold, #d4af37);
  border-color: var(--color-gold, #d4af37);
}
.newsletter-hero .cta-btn {
  background: var(--color-gold, #d4af37);
  color: #18122B;
  border: none;
  border-radius: 8px;
  padding: 0.9rem 0;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.newsletter-hero .cta-btn:hover,
.newsletter-hero .cta-btn:focus {
  background: #bfa133;
  color: #fff;
}
.newsletter-bonus .bonus-item {
  background: #fff2c7;
  color: #bfa133;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
}

/* Blog Modern Styles */
.blog-hero {
  background: linear-gradient(120deg, var(--color-bg-dark, #18122B) 60%, var(--color-gold, #d4af37) 100%);
  padding: 3.5rem 0 2.5rem 0;
  text-align: center;
  color: var(--color-on-dark, #fff);
}
.blog-filters {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.blog-filter {
  background: #fff2c7;
  color: #bfa133;
  padding: 0.5rem 1.1rem;
  border-radius: 7px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-size: 1.05rem;
}
.blog-filter.active,
.blog-filter:focus,
.blog-filter:hover {
  background: var(--color-gold, #d4af37);
  color: #18122B;
  outline: 2px solid #bfa133;
}
.blog-content .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.blog-card {
  background: var(--color-bg-light, #fff);
  border-radius: 14px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 24px #d4af3733;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
}
.blog-card:hover,
.blog-card:focus-within {
  box-shadow: 0 8px 32px #d4af3766;
  transform: translateY(-4px) scale(1.01);
}
.blog-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  max-height: 180px;
  object-fit: cover;
}
.blog-card-category {
  color: #bfa133;
  font-weight: 600;
  margin-top: 0.7rem;
  font-size: 1.01rem;
}
.blog-card-title {
  font-size: 1.3rem;
  margin: 0.7rem 0 0.5rem 0;
  color: #18122B;
}
.blog-card-excerpt {
  color: #444;
  font-size: 1.07rem;
  margin-bottom: 0.7rem;
}
.blog-card-meta {
  font-size: 0.98rem;
  color: #888;
}
.blog-card .cta-btn {
  margin-top: 1rem;
  background: var(--color-gold, #d4af37);
  color: #18122B;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.08rem;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.blog-card .cta-btn:hover,
.blog-card .cta-btn:focus {
  background: #bfa133;
  color: #fff;
}

@media (max-width: 600px) {
  .newsletter-hero, .blog-hero {
    padding: 2.2rem 0 1.2rem 0;
  }
  .blog-card {
    padding: 1.2rem 0.7rem;
  }
}

/* Dark mode support */
body.dark-mode .newsletter-hero,
body.dark-mode .blog-hero {
  background: linear-gradient(120deg, #18122B 60%, #d4af37 100%);
  color: #fff;
}
body.dark-mode .newsletter-hero input,
body.dark-mode .newsletter-hero input[type="text"],
body.dark-mode .newsletter-hero input[type="email"] {
  background: #232136;
  color: #fff;
  border-color: #d4af37;
}
body.dark-mode .newsletter-hero .cta-btn {
  background: #d4af37;
  color: #18122B;
}
body.dark-mode .newsletter-hero .cta-btn:hover,
body.dark-mode .newsletter-hero .cta-btn:focus {
  background: #bfa133;
  color: #fff;
}
body.dark-mode .blog-card {
  background: #232136;
  color: #fff;
}
body.dark-mode .blog-card-title {
  color: #fff;
}
body.dark-mode .blog-card-excerpt {
  color: #e0e0e0;
}
body.dark-mode .blog-card .cta-btn {
  background: #d4af37;
  color: #18122B;
}
body.dark-mode .blog-card .cta-btn:hover,
body.dark-mode .blog-card .cta-btn:focus {
  background: #bfa133;
  color: #fff;
}
/* ===== ESTILOS AVANÇADOS PARA FUNCIONALIDADES EGGO ===== */

/* ===== 1. NAVBAR AVANÇADA ===== */

.eggo-navbar {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
}

.eggo-navbar.scrolled {
  background: rgba(26, 35, 126, 0.95);
  box-shadow: 0 2px 20px rgba(26, 35, 126, 0.1);
}

.eggo-navbar.hidden {
  transform: translateY(-100%);
}

/* Dropdown Desktop */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  min-width: 200px;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: 0.75rem 1.5rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: var(--primary-light);
  color: var(--primary);
  transform: translateX(5px);
}

/* Menu Mobile Aprimorado */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: white;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

.mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  background: var(--bg-light);
  transition: max-height 0.3s ease;
}

.mobile-dropdown-menu.active {
  max-height: 200px;
}

/* ===== 2. MODAL DE PREVIEW ===== */

.product-preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-preview-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  position: relative;
  background: white;
  border-radius: 20px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.product-preview-modal.active .modal-content {
  transform: scale(1) translateY(0);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: white;
  transform: scale(1.1);
}

.modal-body {
  padding: 2rem;
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.preview-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}

.preview-badge {
  background: var(--accent);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.preview-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: start;
}

.preview-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-zoom-indicator {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.preview-image:hover .image-zoom-indicator {
  opacity: 1;
}

.preview-description {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.preview-features h4 {
  color: var(--primary);
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.features-list li {
  padding: 0.5rem 0;
  color: var(--text);
  border-bottom: 1px solid var(--border-light);
  transition: color 0.2s ease;
}

.features-list li:hover {
  color: var(--primary);
}

.features-list li:last-child {
  border-bottom: none;
}

.preview-testimonial {
  background: var(--bg-light);
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--accent);
}

.mini-testimonial {
  font-style: italic;
  color: var(--text);
  margin: 0 0 0.5rem 0;
  font-size: 0.9rem;
}

.testimonial-author {
  color: var(--text-light);
  font-size: 0.8rem;
}

.preview-price {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 1rem;
}

.price-label {
  display: block;
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.price-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.price-old {
  text-decoration: line-through;
  opacity: 0.7;
  font-size: 1rem;
}

.price-value {
  font-size: 2rem;
  font-weight: 700;
}

.price-installments {
  font-size: 0.8rem;
  opacity: 0.9;
}

.preview-actions {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.preview-actions .btn-primary,
.preview-actions .btn-secondary {
  flex: 1;
  text-align: center;
}

.preview-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--text-light);
  font-size: 0.9rem;
}

/* ===== 3. SISTEMA DE NOTIFICAÇÕES ===== */

.eggo-notification {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transform: translateX(400px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  min-width: 320px;
  max-width: 400px;
}

.eggo-notification.show {
  transform: translateX(0);
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
}

.notification-icon {
  font-size: 1.2rem;
}

.notification-message {
  flex: 1;
  color: var(--text);
  font-weight: 500;
}

.notification-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-light);
  cursor: pointer;
  transition: color 0.2s ease;
}

.notification-close:hover {
  color: var(--text);
}

.notification-progress {
  height: 3px;
  background: var(--primary);
  width: 100%;
  animation: progress linear;
}

@keyframes progress {
  from { width: 100%; }
  to { width: 0%; }
}

/* Variações de notificação */
.eggo-notification.success {
  border-left: 4px solid #10b981;
}

.eggo-notification.error {
  border-left: 4px solid #ef4444;
}

.eggo-notification.warning {
  border-left: 4px solid #f59e0b;
}

.eggo-notification.info {
  border-left: 4px solid var(--primary);
}

/* ===== 4. FILTROS DE PRODUTOS AVANÇADOS ===== */

.products-filter {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: white;
  border: 2px solid var(--border-light);
  color: var(--text);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.filter-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.filter-btn:hover::before {
  left: 100%;
}

.filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 35, 126, 0.2);
}

.filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 35, 126, 0.3);
}

.product-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.product-card:hover {
  transform: translateY(-10px) rotateX(5deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ===== 5. SCROLL INDICATOR ANIMADO ===== */

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.scroll-indicator.pulse {
  animation: pulse 1.5s ease-in-out;
}

@keyframes pulse {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.1); }
}

.scroll-text {
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.8;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: rotate(45deg) translateY(0);
  }
  40% {
    transform: rotate(45deg) translateY(-10px);
  }
  60% {
    transform: rotate(45deg) translateY(-5px);
  }
}

/* ===== 6. MODO ESCURO ===== */

.dark-mode {
  --bg: #0f0f0f;
  --bg-light: #1a1a1a;
  --text: #e5e5e5;
  --text-light: #a0a0a0;
  --border-light: #333;
}

.dark-mode .eggo-navbar {
  background: rgba(15, 15, 15, 0.95);
}

.dark-mode .dropdown-menu {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
}

.dark-mode .modal-content {
  background: var(--bg-light);
}

.dark-mode .eggo-notification {
  background: var(--bg-light);
  border: 1px solid var(--border-light);
}

.dark-mode .filter-btn {
  background: var(--bg-light);
  border-color: var(--border-light);
  color: var(--text);
}

/* ===== 7. ANIMAÇÕES AVANÇADAS ===== */

.floating-animation {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== 8. PRODUTO PLACEHOLDER MELHORADO ===== */

.product-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-light));
  border-radius: 12px;
  color: var(--primary);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-placeholder::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 100%; }
}

.placeholder-icon {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.placeholder-text {
  font-weight: 600;
  font-size: 1.1rem;
}

/* ===== 9. RESPONSIVIDADE AVANÇADA ===== */

@media (max-width: 768px) {
  .preview-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .modal-body {
    padding: 1.5rem;
  }
  
  .products-filter {
    gap: 0.25rem;
  }
  
  .filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  
  .eggo-notification {
    right: 1rem;
    left: 1rem;
    min-width: auto;
  }
  
  .product-card:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 480px) {
  .mobile-menu-content {
    width: 100%;
  }
  
  .modal-content {
    width: 95%;
    margin: 1rem;
  }
  
  .preview-actions {
    flex-direction: column;
  }
}

/* ===== 10. PERFORMANCE E ACESSIBILIDADE ===== */

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Melhor contraste para acessibilidade */
@media (prefers-contrast: high) {
  .filter-btn {
    border-width: 3px;
  }
  
  .notification-content {
    border: 2px solid currentColor;
  }
}

/* ===== 11. MICROINTERAÇÕES ESPECIAIS ===== */

.btn-primary,
.btn-secondary {
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
.btn-secondary::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn-primary:active::after,
.btn-secondary:active::after {
  width: 300px;
  height: 300px;
}

/* Loading states */
.loading {
  position: relative;
  color: transparent;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ===== 12. SISTEMA DE BUSCA AVANÇADO ===== */

.search-container {
  position: relative;
}

.search-toggle {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-modal.active {
  opacity: 1;
  visibility: visible;
}

.search-content {
  background: white;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow: hidden;
  transform: translateY(-20px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-modal.active .search-content {
  transform: translateY(0);
}

.search-header {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-light);
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  background: transparent;
  color: var(--text);
}

.search-input::placeholder {
  color: var(--text-light);
}

.search-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--text-light);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.search-close:hover {
  background: var(--bg-light);
  color: var(--text);
}

.search-results {
  padding: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
}

.search-suggestions h4,
.category-section h4 {
  color: var(--primary);
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.suggestion-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.suggestion-tag {
  background: var(--primary-light);
  color: var(--primary);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.suggestion-tag:hover {
  background: var(--primary);
  color: white;
  transform: scale(1.05);
}

.category-section {
  margin-bottom: 1.5rem;
}

.quick-results {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.result-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.result-item:hover {
  background: var(--bg-light);
}

.result-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.result-info h5 {
  margin: 0 0 0.25rem 0;
  color: var(--text);
  font-size: 0.9rem;
}

.result-info p {
  margin: 0;
  color: var(--text-light);
  font-size: 0.8rem;
}

/* ===== 13. MODO ESCURO TOGGLE ===== */

.dark-mode-toggle {
  position: relative;
  display: inline-block;
}

.dark-toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.dark-toggle-label {
  display: block;
  width: 60px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.dark-toggle-slider {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.toggle-icon {
  position: absolute;
  font-size: 0.8rem;
  transition: opacity 0.3s ease;
}

.sun {
  opacity: 1;
}

.moon {
  opacity: 0;
}

.dark-toggle-input:checked + .dark-toggle-label {
  background: rgba(0, 0, 0, 0.3);
}

.dark-toggle-input:checked + .dark-toggle-label .dark-toggle-slider {
  transform: translateX(30px);
}

.dark-toggle-input:checked + .dark-toggle-label .sun {
  opacity: 0;
}

.dark-toggle-input:checked + .dark-toggle-label .moon {
  opacity: 1;
}

/* ===== 14. MELHORIAS NO MODO ESCURO ===== */

.dark-mode {
  --bg: #0a0a0a;
  --bg-light: #1a1a1a;
  --bg-lighter: #2a2a2a;
  --text: #e5e5e5;
  --text-light: #a0a0a0;
  --border-light: #333;
  --primary-light: rgba(26, 35, 126, 0.2);
}

.dark-mode .search-content {
  background: var(--bg-light);
  color: var(--text);
}

.dark-mode .search-input {
  color: var(--text);
}

.dark-mode .search-input::placeholder {
  color: var(--text-light);
}

.dark-mode .result-item:hover {
  background: var(--bg-lighter);
}

.dark-mode .suggestion-tag {
  background: var(--bg-lighter);
  color: var(--text);
}

.dark-mode .suggestion-tag:hover {
  background: var(--primary);
  color: white;
}

/* ===== 15. HAMBURGER MENU ANIMADO ===== */

.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.2s ease;
}

.mobile-menu-toggle:hover {
  transform: scale(1.1);
}

.hamburger-line {
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:first-child {
  transform: rotate(45deg) translateY(7px);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:last-child {
  transform: rotate(-45deg) translateY(-7px);
}

/* ===== 16. LOADING STATES MELHORADOS ===== */

.btn-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.btn-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.search-loading .search-results {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: var(--text-light);
}

.search-loading .search-results::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 3px solid var(--border-light);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* ===== 17. ESTILOS PARA PÁGINA ABOUT ===== */

.about-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(135deg, var(--primary) 0%, #23308a 100%);
  color: white;
  text-align: center;
}

.about-hero .hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.about-hero .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, white, var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero .hero-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.about-content {
  padding: 4rem 0;
  background: var(--bg);
}

.about-main {
  max-width: 800px;
  margin: 0 auto;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text);
}

.about-text .intro-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 2rem;
}

.mission-statement {
  background: linear-gradient(135deg, var(--primary-light), rgba(212, 175, 55, 0.1));
  padding: 2rem;
  border-radius: 16px;
  margin: 2rem 0;
  text-align: center;
  border-left: 4px solid var(--accent);
}

.about-pillars {
  padding: 4rem 0;
  background: var(--bg-light);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.pillar-card {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.pillar-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.pillar-card h3 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.pillar-card p {
  color: var(--text-light);
  line-height: 1.6;
}

.about-quote-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--primary) 0%, #23308a 100%);
  color: white;
  text-align: center;
}

.about-quote {
  font-size: 1.8rem;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto 1rem;
  position: relative;
  padding: 0 2rem;
}

.about-quote::before {
  content: '"';
  font-size: 4rem;
  position: absolute;
  left: -1rem;
  top: -1rem;
  color: var(--accent);
  font-family: serif;
}

.about-quote::after {
  content: '"';
  font-size: 4rem;
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  color: var(--accent);
  font-family: serif;
}

.quote-author {
  font-size: 1rem;
  opacity: 0.8;
  font-weight: 500;
}

.contact-section {
  padding: 4rem 0;
  background: var(--bg);
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info h2 {
  color: var(--primary);
  margin-bottom: 1rem;
}

.contact-info p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.method-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.contact-method h4 {
  color: var(--primary);
  margin: 0 0 0.25rem 0;
  font-size: 1.1rem;
}

.contact-method p {
  margin: 0;
  color: var(--text-light);
}

.contact-form {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
  color: var(--primary);
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.about-cta {
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--primary-light), rgba(212, 175, 55, 0.1));
  text-align: center;
}

.about-cta .cta-content h2 {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.about-cta .cta-content p {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 2rem;
}

/* Responsividade */
@media (max-width: 768px) {
  .about-hero .hero-title {
    font-size: 2rem;
  }
  
  .about-hero .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .about-quote {
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  
  .about-cta .cta-content h2 {
    font-size: 1.8rem;
  }
  
  .pillars-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== 19. ESTILOS PARA PÁGINA BLOG ===== */

.blog-hero {
  padding: 8rem 0 4rem;
  background: linear-gradient(135deg, var(--primary) 0%, #23308a 100%);
  color: white;
  text-align: center;
}

.blog-hero .hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.blog-hero .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, white, var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-hero .hero-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.blog-filters-section {
  padding: 2rem 0;
  background: var(--bg-light);
}

.blog-filters {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.search-filter {
  position: relative;
  max-width: 400px;
  flex: 1;
}

.search-filter input {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.search-filter input:focus {
  outline: none;
  border-color: var(--primary);
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-light);
}

.category-filter {
  padding: 1rem 1.5rem;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 1rem;
  background: white;
  min-width: 200px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.category-filter:focus {
  outline: none;
  border-color: var(--primary);
}

.blog-featured {
  padding: 3rem 0;
  background: var(--bg);
}

.featured-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.featured-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-post:hover .featured-image img {
  transform: scale(1.05);
}

.featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--accent);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.featured-content {
  padding: 2rem;
}

.post-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.post-category {
  background: var(--primary-light);
  color: var(--primary);
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.post-date {
  color: var(--text-light);
  font-size: 0.9rem;
}

.featured-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.featured-excerpt {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.featured-stats {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: var(--text-light);
}

.blog-grid-section {
  padding: 4rem 0;
  background: var(--bg-light);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.blog-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .card-image img {
  transform: scale(1.05);
}

.card-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--primary);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.card-content {
  padding: 1.5rem;
}

.card-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.card-content p {
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.card-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease, transform 0.3s ease;
}

.card-link:hover {
  color: var(--accent);
  transform: translateX(5px);
}

.blog-load-more {
  text-align: center;
  margin-top: 3rem;
}

.blog-newsletter {
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--primary) 0%, #23308a 100%);
  color: white;
  text-align: center;
}

.newsletter-content {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.newsletter-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.newsletter-content p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
}

.newsletter-form input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.newsletter-disclaimer {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-top: 1rem;
}

/* Responsividade */
@media (max-width: 768px) {
  .blog-hero .hero-title {
    font-size: 2rem;
  }
  
  .featured-post {
    grid-template-columns: 1fr;
  }
  
  .featured-image {
    height: 250px;
  }
  
  .featured-title {
    font-size: 1.5rem;
  }
  
  .blog-filters {
    flex-direction: column;
    align-items: stretch;
  }
  
  .search-filter {
    max-width: none;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .newsletter-content h2 {
    font-size: 1.8rem;
  }
}

/* ===== 18. RESPONSIVIDADE PARA NOVAS FUNCIONALIDADES ===== */

@media (max-width: 768px) {
  .navbar-actions {
    gap: 0.5rem;
  }
  
  .search-content {
    width: 95%;
    margin: 0 1rem;
  }
  
  .search-header {
    padding: 1rem;
  }
  
  .search-results {
    padding: 1rem;
  }
  
  .dark-toggle-label {
    width: 50px;
    height: 25px;
  }
  
  .dark-toggle-slider {
    width: 19px;
    height: 19px;
  }
  
  .dark-toggle-input:checked + .dark-toggle-label .dark-toggle-slider {
    transform: translateX(25px);
  }
  
  .suggestion-tags {
    gap: 0.25rem;
  }
  
  .suggestion-tag {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .search-modal {
    padding-top: 5vh;
  }
  
  .search-input {
    font-size: 1rem;
  }
  
  .navbar-actions {
    gap: 0.25rem;
  }
  
  .cta-button .cta-text {
    display: none;
  }
  
  .cta-button {
    min-width: auto;
    padding: 0.5rem;
  }
}

/* ===== CORREÇÕES DE BUGS VISUAIS ===== */
* {
  box-sizing: border-box;
}

/* Prevenção de overflow horizontal */
html, body {
  overflow-x: hidden;
  width: 100%;
}

/* Correção de z-index conflicts */
.eggo-navbar {
  z-index: 1000;
}

.search-modal {
  z-index: 1100;
}

.mobile-menu-overlay {
  z-index: 1050;
}

/* Estabilização de animações */
* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Prevenção de flickering */
.logo-icon svg,
.dark-toggle-slider,
.navbar-nav {
  transform: translateZ(0);
  will-change: transform;
}

/* ===== LOGO SVG STYLING ===== */
.logo-icon svg {
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.2));
}

.logo-icon:hover svg {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.3));
}

/* ===== PÁGINA DE COMUNIDADE ===== */
.community-page {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  min-height: 100vh;
  color: var(--text-light);
}

.community-hero {
  padding: 120px 0 80px;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  text-align: center;
  position: relative;
}

.community-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" patternUnits="userSpaceOnUse" width="100" height="100"><filter id="noise"><feTurbulence baseFrequency="0.9" numOctaves="1" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.05"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
}

.community-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #d4af37 0%, #f4e68c 50%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.community-subtitle {
  font-size: 1.25rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.community-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.community-stat {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.community-stat:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
}

.stat-label {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-top: 0.5rem;
}

.membership-tiers {
  padding: 80px 0;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.tier-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tier-card.featured {
  border-color: var(--primary-color);
  transform: scale(1.05);
}

.tier-card.featured::before {
  content: '⭐ MAIS POPULAR';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  color: #000;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.tier-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.tier-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.tier-period {
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.tier-features {
  list-style: none;
  margin-bottom: 2rem;
}

.tier-features li {
  padding: 0.5rem 0;
  color: var(--text-secondary);
  position: relative;
  padding-left: 1.5rem;
}

.tier-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

/* ===== PÁGINA DE BLOG ===== */
.blog-page {
  background: var(--bg-dark);
  min-height: 100vh;
  color: var(--text-light);
}

.blog-hero {
  padding: 120px 0 60px;
  text-align: center;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
}

.blog-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #d4af37 0%, #f4e68c 50%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3rem 0;
  flex-wrap: wrap;
}

.blog-filter {
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 30px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.blog-filter:hover,
.blog-filter.active {
  background: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.blog-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.blog-card-image {
  height: 200px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--primary-color);
}

.blog-card-content {
  padding: 1.5rem;
}

.blog-card-category {
  font-size: 0.75rem;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.blog-card-excerpt {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: var(--text-secondary);
}

/* ===== PÁGINA SOBRE ===== */
.about-page {
  background: var(--bg-dark);
  min-height: 100vh;
  color: var(--text-light);
}

.about-hero {
  padding: 120px 0 80px;
  text-align: center;
  background: radial-gradient(circle at center, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  position: relative;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="%23d4af37" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23dots)"/></svg>');
}

.about-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #d4af37 0%, #f4e68c 50%, #d4af37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-mission {
  padding: 80px 0;
}

.mission-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.mission-text h3 {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
  font-family: 'Cinzel Decorative', serif;
}

.mission-text p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.mission-visual {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  border: 1px solid rgba(212, 175, 55, 0.2);
  backdrop-filter: blur(10px);
}

.about-values {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.02);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.value-card {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.5);
}

.value-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.value-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.value-description {
  color: var(--text-secondary);
  line-height: 1.6;
}

.about-team {
  padding: 80px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.team-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.5);
}

.team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.3) 0%, rgba(212, 175, 55, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border: 3px solid rgba(212, 175, 55, 0.3);
}

.team-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}

.team-role {
  color: var(--primary-color);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.team-bio {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.875rem;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
  .mission-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .community-stats,
  .tier-grid,
  .blog-grid,
  .values-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
  
  .tier-card.featured {
    transform: none;
  }
  
  .blog-filters {
    gap: 0.5rem;
  }
  
  .blog-filter {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}

/* ===== CORREÇÕES DARK MODE ===== */
[data-theme="dark"] .community-page,
[data-theme="dark"] .blog-page,
[data-theme="dark"] .about-page {
  background: var(--bg-dark);
}

[data-theme="dark"] .logo-icon svg path {
  fill: #f5f5f5;
}

[data-theme="dark"] .logo-icon svg ellipse {
  fill: #e0e0e0;
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
.blog-card,
.tier-card,
.value-card,
.team-card,
.community-stat {
  contain: layout style paint;
}

/* Lazy loading para imagens */
.blog-card-image img,
.team-avatar img {
  transition: opacity 0.3s ease;
}

.blog-card-image img[loading="lazy"],
.team-avatar img[loading="lazy"] {
  opacity: 0;
}

.blog-card-image img.loaded,
.team-avatar img.loaded {
  opacity: 1;
}
