/* ===========================
   Reset Básico e Global
=========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif; /* Certifique-se de carregar a fonte */
  background-color: #F9FAFB;
  color: #111827;
  line-height: 1.6;
}
/* Uniformiza tamanho do h1 independentemente do contexto */
h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}



/* ===========================
   Variáveis de Cor
=========================== */
:root {
  --primary-color: #380b0b;    /* Azul escuro */
  --secondary-color: #10B981;  /* Verde vibrante */
  --bg-color: #F9FAFB;         /* Cinza claro */
  --text-color: #b5bccb;       /* Preto suave */
  --light-text-color: #4B5563; /* Texto para parágrafos em cards */
  --white-color: #ffffff;
  --border-color: #e5e7eb;
}

/* ===========================
   Container Padrão
=========================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem; /* Ajustado para telas menores */
}

/* ===========================
   Header
=========================== */
header {
  background-color: var(--white-color);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

header .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

header .logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none; /* Garante que o logo não tem underline */
}

/* Navegação Principal */
nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}

nav.main-nav ul li a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.3s;
}

nav.main-nav ul li a:hover {
  color: var(--secondary-color);
}

/* Botões */
.btn {
  background-color: var(--secondary-color);
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  display: inline-block; /* Para garantir padding e margins funcionem bem */
}

.btn:hover {
  background-color: #059669; /* Um pouco mais escuro */
  transform: translateY(-2px);
}

/* Botão do Header */
header .btn.desktop-btn {
  /* Estilos específicos se houver diferença do botão geral */
}

/* Menu Hamburguer (Mobile) */
.menu-toggle {
  display: none; /* Esconde por padrão, mostra em mobile */
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1001; /* Para ficar acima do menu quando aberto */
}

.hamburger {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--primary-color);
  position: relative;
  transition: background-color 0.3s;
}

.hamburger::before,
.hamburger::after {
  content: '';
  width: 25px;
  height: 3px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}

.hamburger::before {
  top: -8px;
}

.hamburger::after {
  top: 8px;
}

/* Animação do hamburguer para X */
.menu-toggle.active .hamburger {
  background-color: transparent;
}

.menu-toggle.active .hamburger::before {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active .hamburger::after {
  transform: translateY(-8px) rotate(-45deg);
}


/* ===========================
   Hero Section
=========================== */
.hero {
  background: linear-gradient(135deg, var(--primary-color), #111827);
  color: white;
  padding: 6rem 2rem; /* Aumentado um pouco o padding */
  text-align: center;
}

.hero h1 {
  font-size: 3.5rem; /* Aumentado para impacto */
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero p {
  max-width: 700px; /* Maior largura para o parágrafo */
  margin: 0 auto 2.5rem; /* Mais espaço abaixo */
  font-size: 1.25rem; /* Aumentado */
  opacity: 0.9; /* Suavemente mais transparente */
}

/* ===========================
   Seção de Conteúdo (Geral)
=========================== */
.section {
  padding: 5rem 1.5rem; /* Padding consistente */
}

.section h2 {
  text-align: center;
  font-size: 2.5rem; /* Aumentado */
  margin-bottom: 2.5rem;
  color: var(--primary-color);
}

/* ===========================
   Cards (Features Section)
=========================== */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.card {
  background-color: white;
  padding: 2rem; /* Padding aumentado */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08); /* Sombra mais pronunciada */
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  text-align: center; /* Centraliza conteúdo do card */
}

.card:hover {
  transform: translateY(-8px); /* Efeito mais visível */
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.card h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.card p {
  color: var(--light-text-color);
  font-size: 1rem;
}

.card img {
  max-width: 100%;
  height: auto;
  margin-top: 1.5rem; /* Espaço para imagem nos cards */
  border-radius: 8px; /* Borda suave para imagens */
}

/* ===========================
   CTA Section (Nova Seção)
=========================== */
.cta-section {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  padding: 4rem 1.5rem;
}

.cta-section h2 {
  color: var(--white-color); /* Sobrescreve a cor do H2 da seção */
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.cta-section p {
  max-width: 600px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
  opacity: 0.9;
}


/* ===========================
   Footer
=========================== */
footer {
  background-color: var(--primary-color);
  color: white;
  padding: 2.5rem 1.5rem; /* Aumentado o padding */
}

footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

footer p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

footer a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  text-decoration: underline;
  color: #6EE7B7; /* Um tom mais claro do verde */
}

/* ===========================
   Responsividade
=========================== */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero p {
    font-size: 1.15rem;
  }
  .section h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  header .nav-container {
    height: auto;
    padding: 1rem 1.5rem; /* Padding lateral consistente */
    flex-wrap: wrap; /* Permite que os itens quebrem linha */
  }

  header .desktop-btn {
    display: none; /* Esconde o botão "Get Started" na navegação principal em mobile */
  }

  .menu-toggle {
    display: block; /* Mostra o botão do hamburguer */
  }

  nav.main-nav {
    order: 3; /* Coloca a navegação abaixo do logo e hamburguer */
    flex-basis: 100%; /* Ocupa a largura total */
    height: 0; /* Esconde o menu por padrão */
    overflow: hidden;
    transition: height 0.3s ease-out;
  }

  nav.main-nav.active {
    height: auto; /* Mostra o menu quando ativo */
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
    margin-top: 1rem;
  }

  nav.main-nav ul {
    flex-direction: column;
    gap: 1.25rem;
    align-items: center; /* Centraliza itens do menu */
  }

  nav.main-nav ul li a {
    font-size: 1.1rem;
  }

  .hero {
    padding: 4rem 1.5rem;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .section {
    padding: 3rem 1.5rem;
  }

  .section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .cards {
    grid-template-columns: 1fr; /* Uma coluna em mobile */
  }
  
  .card {
    padding: 1.5rem;
  }

  .cta-section h2 {
    font-size: 2rem;
  }
  .cta-section p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem; /* Padding ainda menor para telas muito pequenas */
  }

  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 0.9rem;
  }

  .btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }

  .section h2 {
    font-size: 1.8rem;
  }
  .card h3 {
    font-size: 1.5rem;
  }
}


/* ... (Seu CSS existente aqui) ... */

/* ===========================
   Estilos Específicos para Novas Páginas
=========================== */

/* Hero Section para páginas internas (menor) */
.hero.hero-small {
  padding: 4rem 2rem;
  text-align: left; /* Alinha o texto à esquerda */
  background: var(--primary-color); /* Cor sólida para heros menores */
}

.hero.hero-small h1 {
  font-size: 2.8rem;
  text-align: left;
}

.hero.hero-small p {
  max-width: 600px;
  margin: 0; /* Remove margin auto */
  text-align: left;
  font-size: 1.15rem;
}

/* Ajustes para cards em seções menores (ex: About Us) */
.cards.cards-small {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.cards.cards-small .card {
  padding: 1.25rem;
}

.cards.cards-small .card h3 {
  font-size: 1.4rem;
}

/* Estilo para conteúdo legal (Privacy Policy, Terms) */
.legal-content h2 {
  text-align: left; /* Alinha títulos de seções legais à esquerda */
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.legal-content h3 {
  text-align: left; /* Alinha subtítulos de seções legais à esquerda */
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  color: var(--primary-color);
}

.legal-content p {
  margin-bottom: 1rem;
  color: var(--light-text-color);
}

.legal-content ul {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 1rem;
  color: var(--light-text-color);
}

.legal-content ul li {
  margin-bottom: 0.5rem;
}

/* Estilos para cards de posts de blog */
.card.blog-post-card {
  text-align: left; /* Alinha o texto do blog post card à esquerda */
}

.card.blog-post-card img {
  width: 100%;
  height: 200px; /* Altura fixa para as imagens dos posts (ajustável) */
  object-fit: cover; /* Garante que a imagem preencha o espaço */
  margin-bottom: 1rem;
}

.card.blog-post-card .post-meta {
  font-size: 0.85rem;
  color: #6B7280;
  margin-bottom: 0.75rem;
}

/* Paginação do Blog */
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.pagination .btn-small {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
}

/* Estilos para o formulário de contato e signup */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 2rem;
}

.contact-info h3,
.contact-form h3 {
  color: var(--primary-color);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.contact-info p {
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
}

.contact-info a {
  color: var(--secondary-color);
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.form-container {
  max-width: 500px;
  margin: 0 auto; /* Centraliza o formulário */
  background-color: var(--white-color);
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  font-size: 1rem;
  color: var(--text-color);
  background-color: var(--bg-color);
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2); /* Sombra suave no focus */
}

.form-group textarea {
  resize: vertical; /* Permite redimensionar verticalmente */
}

.form-group .btn {
  width: 100%; /* Botão "Send Message" ocupa a largura total */
  padding: 0.85rem 1.25rem;
  font-size: 1.1rem;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto; /* Overrides default width for inputs */
    margin: 0;
}

.checkbox-group label {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.checkbox-group label a {
    color: var(--secondary-color);
    text-decoration: none;
}

.checkbox-group label a:hover {
    text-decoration: underline;
}

.login-prompt {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: var(--light-text-color);
}

.login-prompt a {
  color: var(--secondary-color);
  text-decoration: none;
}

.login-prompt a:hover {
  text-decoration: underline;
}


/* CTAs menores para o final das seções */
.cta-section.small-cta {
  padding: 3rem 1.5rem;
  margin-top: 3rem;
  border-radius: 12px;
}

.cta-section.small-cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-section.small-cta p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.btn.btn-small {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
}


/* ===========================
   Responsividade para Novas Classes
=========================== */
@media (max-width: 768px) {
  .hero.hero-small {
    padding: 3rem 1.5rem;
  }
  .hero.hero-small h1 {
    font-size: 2.2rem;
    text-align: center;
  }
  .hero.hero-small p {
    text-align: center;
    margin: 0 auto 1.5rem;
  }

  .legal-content h2,
  .legal-content h3 {
    text-align: center; /* Centraliza títulos legais em mobile */
  }

  .legal-content ul {
    margin-left: 1.5rem;
  }

  .contact-grid {
    grid-template-columns: 1fr; /* Uma coluna em mobile */
    gap: 2rem;
  }

  .form-container {
    padding: 1.5rem;
  }

  .card.blog-post-card img {
    height: 180px;
  }

  .cta-section.small-cta {
    padding: 2.5rem 1.5rem;
  }

  .cta-section.small-cta h2 {
    font-size: 1.8rem;
  }
  .cta-section.small-cta p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .hero.hero-small h1 {
    font-size: 1.8rem;
  }

  .legal-content h2 {
    font-size: 1.6rem;
  }
  .legal-content h3 {
    font-size: 1.3rem;
  }
}/* ... (Seu CSS existente aqui) ... */

/* ===========================
   Estilos Específicos para Novas Páginas e Artigos
=========================== */

/* Hero Section para páginas internas (menor) */
.hero.hero-small {
  padding: 4rem 2rem;
  text-align: left; /* Alinha o texto à esquerda */
  background: var(--primary-color); /* Cor sólida para heros menores */
}

.hero.hero-small h1 {
  font-size: 2.8rem;
  text-align: left;
}

.hero.hero-small p {
  max-width: 600px;
  margin: 0; /* Remove margin auto */
  text-align: left;
  font-size: 1.15rem;
}

/* Estilo para links em cards (para que o card inteiro seja clicável) */
.card-link {
  text-decoration: none; /* Remove underline do link no card */
  color: inherit; /* Garante que o texto dentro do link herde a cor */
  display: block; /* Faz com que o link ocupe todo o card */
  height: 100%; /* Garante que o link ocupe a altura total do card */
}

.card-link .read-more {
  display: block;
  margin-top: 1rem;
  color: #047857; /* verde escuro pra alto contraste */
  font-weight: 600;
  transition: color 0.3s;
}

.card-link:hover .read-more {
  color: #065f46; /* ainda mais escuro no hover */
}



/* Ajustes para cards em seções menores (ex: About Us) */
.cards.cards-small {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.cards.cards-small .card {
  padding: 1.25rem;
}

.cards.cards-small .card h3 {
  font-size: 1.4rem;
}

/* Estilo para conteúdo legal (Privacy Policy, Terms) e artigos */
.content-article h2 {
  text-align: left; /* Alinha títulos de seções legais/artigos à esquerda */
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.content-article h3 {
  text-align: left; /* Alinha subtítulos de seções legais/artigos à esquerda */
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  color: var(--primary-color);
}
.content-article h4 { /* Novo para sub-subtítulos */
  text-align: left;
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
  color: var(--primary-color);
}


.content-article p {
  margin-bottom: 1rem;
  color: var(--light-text-color);
  font-size: 1rem;
}

.content-article ul,
.content-article ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
  color: var(--light-text-color);
}

.content-article ul li,
.content-article ol li {
  margin-bottom: 0.5rem;
}

.article-image {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Estilos para cards de posts de blog */
.card.blog-post-card {
  text-align: left; /* Alinha o texto do blog post card à esquerda */
}

.card.blog-post-card img {
  width: 100%;
  height: 200px; /* Altura fixa para as imagens dos posts (ajustável) */
  object-fit: cover; /* Garante que a imagem preencha o espaço */
  margin-bottom: 1rem;
}

.card.blog-post-card .post-meta {
  font-size: 0.85rem;
  color: #6B7280;
  margin-bottom: 0.75rem;
}

/* Paginação do Blog */
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.pagination .btn-small {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
}

/* CTAs menores para o final das seções */
.cta-section.small-cta {
  padding: 3rem 1.5rem;
  margin-top: 3rem;
  border-radius: 12px;
}

.cta-section.small-cta h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-section.small-cta p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.btn.btn-small {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
}


/* ===========================
   Responsividade para Novas Classes
=========================== */
@media (max-width: 768px) {
  .hero.hero-small {
    padding: 3rem 1.5rem;
  }
  .hero.hero-small h1 {
    font-size: 2.2rem;
    text-align: center;
  }
  .hero.hero-small p {
    text-align: center;
    margin: 0 auto 1.5rem;
  }

  .content-article h2,
  .content-article h3,
  .content-article h4 {
    text-align: center; /* Centraliza títulos de artigos em mobile */
  }

  .content-article ul,
  .content-article ol {
    margin-left: 1.5rem;
  }

  .card.blog-post-card img {
    height: 180px;
  }

  .cta-section.small-cta {
    padding: 2.5rem 1.5rem;
  }

  .cta-section.small-cta h2 {
    font-size: 1.8rem;
  }
  .cta-section.small-cta p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .hero.hero-small h1 {
    font-size: 1.8rem;
  }

  .content-article h2 {
    font-size: 1.6rem;
  }
  .content-article h3 {
    font-size: 1.3rem;
  }
  .content-article h4 {
    font-size: 1.1rem;
  }
}
/* ===========================
   Estilos de Conteúdo (para artigos e páginas de categoria)
=========================== */

/* Hero menor para páginas internas */
.hero.hero-small {
    padding: 6rem 1.5rem; /* Ajuste o padding conforme desejar */
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
}

.hero.hero-small h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero.hero-small p {
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    color: var(--white-color); /* Pode ser um pouco mais claro para contraste no fundo escuro */
}

/* Estilo para o corpo do artigo */
.content-article {
    padding-top: 4rem; /* Garante espaço após a hero-small */
    padding-bottom: 4rem;
}

.article-body {
    max-width: 800px; /* Largura ideal para leitura de texto */
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-color);
}

.article-body h2 {
    font-size: 2.2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: var(--primary-color);
}

.article-body h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.article-body p {
    margin-bottom: 1.5rem;
}

.article-body ul,
.article-body ol {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
}

.article-body li {
    margin-bottom: 0.5rem;
}

/* Imagens dentro do conteúdo do artigo */
.article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto; /* Centraliza e adiciona margem */
    border-radius: 8px; /* Cantos arredondados */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

/* Imagens pequenas dentro de cards ou grids de conteúdo */
.content-image-thumb {
    max-width: 100%;
    height: 150px; /* Altura fixa para thumbs se desejar */
    object-fit: cover; /* Garante que a imagem preencha o espaço sem distorcer */
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Estilo para a introdução do artigo */
.article-intro {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: var(--light-text-color);
}

/* Estilo para a conclusão do artigo */
.article-conclusion {
    font-style: italic;
    text-align: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
}

/* Seção de Tópicos Relacionados */
.related-topics {
    background-color: var(--bg-color);
    padding: 3rem 0;
    text-align: center;
}

.related-topics h2 {
    margin-bottom: 2rem;
    color: var(--primary-color);
}

/* Pequenos cards para tópicos relacionados */
.small-card {
    min-height: 180px; /* Ajuste conforme necessidade */
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.small-card .material-icons {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.small-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.small-card p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: var(--light-text-color);
}

/* Layout de grid para cards dentro do conteúdo (opcional, se não usar .cards) */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

/* Responsividade para artigos e conteúdo */
@media (max-width: 768px) {
    .hero.hero-small h1 {
        font-size: 2.5rem;
    }

    .hero.hero-small p {
        font-size: 1rem;
    }

    .article-body {
        font-size: 1rem;
    }

    .article-body h2 {
        font-size: 1.8rem;
    }

    .article-body h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .hero.hero-small h1 {
        font-size: 2rem;
    }
}
.car-card-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .car-card {
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            text-align: center;
        }

        .car-card h3 {
            margin-top: 0;
            color: #333;
            font-size: 1.4em;
        }

        .car-card p {
            color: #666;
            font-size: 1em;
            margin-bottom: 5px;
        }

        .highlight-card {
            background-color: #e6f7ff; /* Um azul claro para destaque */
            border-color: #99e1ff;
        }