.blog-2025 .blog-2025-hero {
  position: relative;
  height: 550px;
  background: linear-gradient(135deg, #DC143C 0%, #8B0000 100%);
  overflow: hidden;
}
.blog-2025 .blog-2025-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://images.unsplash.com/photo-1619405399517-d7fce0f13302?w=1600") center/cover;
  opacity: 0.2;
}
.blog-2025 .blog-2025-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px 50px;
  text-align: center;
}
.blog-2025 .blog-2025-category-badge {
  display: inline-block;
  color: #ffffff;
  padding: 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #e72134;
  background: linear-gradient(180deg, #9f061a 0%, #c02a35 50%, #9f061a 100%);
  border: 2px solid #DC143C;
}
.blog-2025 h1 {
  font-size: 3.5em;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
  line-height: 1.2;
}
.blog-2025 h2 {
  font-size: 2.2em;
  color: #ffffff;
  margin: 50px 0 25px;
  position: relative;
  padding-bottom: 15px;
}
.blog-2025 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #e72134, #DC143C);
  border-radius: 2px;
}
.blog-2025 h3 {
  font-size: 1.6em;
  color: #e72134;
  margin: 35px 0 20px;
}
.blog-2025 p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.8;
}
.blog-2025 ul {
  margin: 20px 0 30px 25px;
}
.blog-2025 ul li {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #ffffff;
}
.blog-2025 ul li strong {
  color: #e72134;
  font-weight: 700;
}
.blog-2025 ol {
  margin: 20px 0 30px 25px;
}
.blog-2025 ol li {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #ffffff;
}
.blog-2025 ol li strong {
  color: #e72134;
  font-weight: 700;
}
.blog-2025 blockquote {
  background: linear-gradient(135deg, #1a0000 0%, #0a0a0a 100%);
  border-left: 5px solid #DC143C;
  padding: 30px 40px;
  margin: 40px 0;
  font-size: 1.2em;
  font-style: italic;
  color: #ffffff;
  border-radius: 8px;
  position: relative;
}
.blog-2025 blockquote::before {
  content: '"';
  font-size: 4em;
  color: #e72134;
  opacity: 0.3;
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: Georgia, serif;
}
.blog-2025 .blog-2025-hero-meta {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
}
.blog-2025 .blog-2025-hero-meta span {
  margin: 0 15px;
}
.blog-2025 .blog-2025-container {
  max-width: 900px;
  margin: -50px auto 50px;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.blog-2025 .blog-2025-article-card {
  background: #0a0a0a;
  border-radius: 15px;
  padding: 60px;
  box-shadow: 0 20px 60px rgba(220, 20, 60, 0.3);
  border: 1px solid #1a1a1a;
}
.blog-2025 .blog-2025-intro {
  font-size: 1.3em;
  color: #e72134;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #DC143C;
  line-height: 1.8;
}
.blog-2025 .blog-2025-callout {
  background: linear-gradient(135deg, #1a0000 0%, #0a0a0a 100%);
  border: 2px solid #DC143C;
  border-radius: 12px;
  padding: 35px;
  margin: 40px 0;
}
.blog-2025 .blog-2025-callout h3 {
  color: #e72134;
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-2025 .blog-2025-callout p {
  margin-bottom: 0;
}
.blog-2025 .blog-2025-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 40px 0;
}
.blog-2025 .blog-2025-stat-card {
  background: linear-gradient(135deg, #1a0000 0%, #0a0a0a 100%);
  border: 2px solid #DC143C;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-2025 .blog-2025-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(220, 20, 60, 0.4);
}
.blog-2025 .blog-2025-stat-number {
  font-size: 2.8em;
  font-weight: 900;
  color: #e72134;
  margin-bottom: 10px;
}
.blog-2025 .blog-2025-stat-label {
  font-size: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-2025 .blog-2025-cta-section {
  background: #e72134;
  background: linear-gradient(180deg, #9f061a 0%, #c02a35 50%, #9f061a 100%);
  border-radius: 15px;
  padding: 50px;
  text-align: center;
  margin: 60px 0;
  border: 2px solid #DC143C;
}
.blog-2025 .blog-2025-cta-section h3 {
  color: #ffffff;
  font-size: 2em;
  margin-bottom: 20px;
}
.blog-2025 .blog-2025-cta-button {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-2025 .blog-2025-cta-button:hover {
  background: #ffffff;
  color: #DC143C;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}
.blog-2025 .blog-2025-author-box {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #e72134;
  background: linear-gradient(180deg, #9f061a 0%, #c02a35 50%, #9f061a 100%);
  border: 2px solid #DC143C;
  border-radius: 12px;
  padding: 30px;
  margin-top: 60px;
}
.blog-2025 .blog-2025-author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 3px solid #e72134;
}
.blog-2025 .blog-2025-author-info h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.blog-2025 .blog-2025-author-info p {
  color: #ffffff;
  font-size: 1em;
  margin: 0;
}
.blog-2025 .blog-2025-article-footer {
  text-align: center;
  padding: 50px 20px;
  background: #0a0a0a;
  color: #ffffff;
  margin-top: 80px;
  border-top: 3px solid #DC143C;
}
.blog-2025 .blog-2025-article-footer p {
  margin: 10px 0;
  font-size: 0.95em;
}
.blog-2025 .blog-2025-car-showcase {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border: 2px solid #DC143C;
}
.blog-2025 .blog-2025-car-showcase h4 {
  color: #e72134;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.blog-2025 .blog-2025-car-image-placeholder {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #1a0000 0%, #000000 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e72134;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  border: 1px solid #DC143C;
}
@media (max-width: 768px) {
  .blog-2025 h1 {
    font-size: 2.2em;
  }
  .blog-2025 h2 {
    font-size: 1.8em;
  }
  .blog-2025 .blog-2025-article-card {
    padding: 30px;
  }
  .blog-2025 .blog-2025-hero {
    height: 400px;
  }
  .blog-2025 .blog-2025-stats-grid {
    grid-template-columns: 1fr;
  }
  .blog-2025 .blog-2025-author-box {
    flex-direction: column;
    text-align: center;
  }
  .blog-2025 .blog-2025-cta-section {
    padding: 30px;
  }
}

/*# sourceMappingURL=blog2025.css.map */
