/* =========================================
   Car Dealership Newsletter Template
   Color Scheme: Red / White / Black
   ========================================= */

/* ---------- RESET & BASE ---------- */
body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}
img {
  border: 0;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

/* ---------- HEADER ---------- */
.template-header {
  background-color: #cc0000;
  padding: 20px 30px;
  text-align: center;
}
.template-header .brand-name {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ---------- HERO ---------- */
.hero-section {
  background-color: #1a1a1a;
  padding: 40px 30px;
  text-align: center;
}
.hero-section h1 {
  color: #ffffff;
  font-size: 32px;
  margin: 25px 0 10px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.hero-section p {
  color: #cccccc;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px;
}
.hero-section .btn-primary {
  display: inline-block;
  background-color: #cc0000;
  color: #ffffff;
  padding: 14px 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.hero-section .btn-primary:hover {
  background-color: #990000;
}

/* ---------- STATS BAR ---------- */
.stats-section {
  background-color: #f8f8f8;
  padding: 30px;
}
.stat-item {
  text-align: center;
  padding: 10px;
}
.stat-number {
  font-size: 28px;
  font-weight: 900;
  color: #cc0000;
  margin: 0;
}
.stat-label {
  font-size: 12px;
  color: #666;
  margin: 5px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---------- FEATURED CARDS ---------- */
.featured-section {
  padding: 40px 30px 20px;
}
.featured-section h2 {
  font-size: 24px;
  color: #1a1a1a;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 900;
}
.featured-card {
  padding: 15px;
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #eee;
  vertical-align: top;
}
.featured-card h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin: 15px 0 5px;
}
.featured-card .specs {
  font-size: 13px;
  color: #888;
  margin: 0 0 10px;
}
.featured-card .price {
  font-size: 20px;
  font-weight: 900;
  color: #cc0000;
  margin: 0 0 15px;
}
.featured-card .btn-dark {
  display: block;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
}
.featured-card .btn-dark:hover {
  background-color: #333;
}

/* ---------- PROMO BANNER ---------- */
.promo-section {
  padding: 10px 30px;
}
.promo-banner {
  background: linear-gradient(135deg, #cc0000, #990000);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
.promo-banner .promo-label {
  font-size: 12px;
  color: #ffcccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 5px;
}
.promo-banner h2 {
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 5px;
  font-weight: 900;
}
.promo-banner p {
  font-size: 14px;
  color: #ffcccc;
  margin: 0 0 20px;
}
.promo-banner .btn-white {
  display: inline-block;
  background-color: #ffffff;
  color: #cc0000;
  padding: 12px 35px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
}

/* ---------- SERVICE SECTION ---------- */
.service-section {
  padding: 30px;
}
.service-card {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 25px;
}
.service-card .service-label {
  font-size: 11px;
  color: #cc0000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 3px;
}
.service-card h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.service-card p {
  font-size: 13px;
  color: #666;
  margin: 0 0 15px;
  line-height: 20px;
}
.service-card .btn-dark {
  display: inline-block;
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
}

/* ---------- TESTIMONIALS ---------- */
.testimonials-section {
  background-color: #1a1a1a;
  padding: 40px 30px;
}
.testimonials-section h2 {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 900;
}
.testimonial-card {
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 20px;
  vertical-align: top;
}
.testimonial-card .quote-mark {
  font-size: 28px;
  color: #cc0000;
  margin: 0 0 5px;
  line-height: 1;
}
.testimonial-card p {
  font-size: 13px;
  color: #cccccc;
  margin: 0 0 15px;
  line-height: 20px;
  font-style: italic;
}
.testimonial-card .attribution {
  font-size: 12px;
  color: #888;
  margin: 0;
  font-weight: 700;
}

/* ---------- CTA SECTION ---------- */
.cta-section {
  padding: 40px 30px;
  text-align: center;
}
.cta-section h2 {
  font-size: 24px;
  color: #1a1a1a;
  margin: 0 0 10px;
  font-weight: 900;
}
.cta-section p {
  font-size: 14px;
  color: #666;
  margin: 0 0 25px;
}
.cta-section .btn-primary {
  display: inline-block;
  background-color: #cc0000;
  color: #ffffff;
  padding: 15px 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

/* ---------- SOCIAL ---------- */
.social-section {
  background-color: #f8f8f8;
  padding: 30px;
  text-align: center;
}
.social-section .social-label {
  font-size: 13px;
  color: #666;
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.social-icon {
  display: block;
  padding: 0 8px;
}

/* ---------- FOOTER ---------- */
.footer-section {
  background-color: #1a1a1a;
  padding: 25px 30px;
  text-align: center;
}
.footer-section p {
  font-size: 11px;
  color: #888;
  margin: 15px 0;
  line-height: 18px;
}
.footer-section .footer-links {
  font-size: 10px;
  color: #666;
  margin: 10px 0 0;
  line-height: 16px;
}
.footer-section .footer-links a {
  color: #888;
  text-decoration: underline;
}
.footer-section .copyright {
  font-size: 10px;
  color: #555;
  margin: 10px 0 0;
  line-height: 14px;
}

/* ---------- RESPONSIVE ---------- */
@media only screen and (max-width: 600px) {
  .featured-card {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .stat-item {
    display: block !important;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 10px;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
  .testimonial-card {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .hero-section h1 {
    font-size: 26px;
  }
  .promo-banner h2 {
    font-size: 22px;
  }
  .service-card table, .service-card tbody, .service-card tr, .service-card td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .service-card td[width="40%"] {
    margin-top: 15px;
    text-align: center !important;
  }
}
