/* =========================================
   Auto Workshop Newsletter Template
   Color Scheme: Navy Blue / Gray / Orange
   ========================================= */

/* ---------- RESET & BASE ---------- */
body {
  margin: 0;
  padding: 0;
  background-color: #eef2f5;
  font-family: 'Segoe UI', 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: linear-gradient(135deg, #1a3a5c, #2b5a8c);
  padding: 18px 30px;
}
.header-logo {
  display: inline-block;
  max-width: 160px;
  height: auto;
}

/* ---------- HERO ---------- */
.hero-section {
  background-color: #1a3a5c;
}
.hero-section .hero-label {
  font-size: 11px;
  color: #f4811f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 8px;
  font-weight: 700;
}
.hero-section h1 {
  color: #ffffff;
  font-size: 30px;
  margin: 0 0 12px;
  font-weight: 800;
  line-height: 1.2;
}
.hero-section .hero-text {
  color: #b0c8dd;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px;
}
.hero-section .btn-orange {
  display: inline-block;
  background-color: #f4811f;
  color: #ffffff;
  padding: 12px 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-section .btn-orange:hover {
  background-color: #d96e0a;
}

/* ---------- STATS / TRUST BAR ---------- */
.stats-bar {
  background-color: #f4811f;
  padding: 18px 20px;
}
.stat-box {
  text-align: center;
  padding: 5px;
  border-right: 1px solid rgba(255,255,255,0.25);
}
.stat-box:last-child {
  border-right: none;
}
.stat-box .stat-num {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}
.stat-box .stat-desc {
  font-size: 10px;
  color: #fff3e0;
  margin: 3px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---------- SERVICES GRID ---------- */
.services-section {
  padding: 40px 25px 20px;
}
.services-section h2 {
  font-size: 22px;
  color: #1a3a5c;
  margin: 0 0 5px;
  text-align: center;
  font-weight: 800;
}
.services-section .section-sub {
  font-size: 13px;
  color: #888;
  margin: 0 0 25px;
  text-align: center;
}
.service-card {
  padding: 15px;
  background-color: #f8fafc;
  border-radius: 6px;
  border-left: 4px solid #f4811f;
  vertical-align: top;
}
.service-card .service-icon {
  font-size: 24px;
  margin: 0 0 5px;
}
.service-card h3 {
  font-size: 16px;
  color: #1a3a5c;
  margin: 0 0 5px;
}
.service-card p {
  font-size: 12px;
  color: #888;
  margin: 0;
}

/* ---------- DIAGNOSTIC OFFER ---------- */
.diagnostic-section {
  padding: 10px 25px;
}
.diagnostic-card {
  background-color: #1a3a5c;
  border-radius: 8px;
  padding: 25px 30px;
  text-align: center;
}
.diagnostic-card .offer-label {
  font-size: 11px;
  color: #f4811f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 5px;
  font-weight: 700;
}
.diagnostic-card h2 {
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 5px;
  font-weight: 900;
}
.diagnostic-card p {
  font-size: 13px;
  color: #b0c8dd;
  margin: 0 0 20px;
}
.diagnostic-card .btn-orange {
  display: inline-block;
  background-color: #f4811f;
  color: #ffffff;
  padding: 12px 35px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
}

/* ---------- SEASONAL MAINTENANCE ---------- */
.seasonal-section {
  padding: 30px 25px;
}
.seasonal-section .seasonal-label {
  font-size: 11px;
  color: #f4811f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 5px;
  font-weight: 700;
}
.seasonal-section h3 {
  font-size: 20px;
  color: #1a3a5c;
  margin: 0 0 10px;
}
.seasonal-section p {
  font-size: 13px;
  color: #888;
  margin: 0 0 15px;
  line-height: 20px;
}
.seasonal-section .btn-orange {
  display: inline-block;
  background-color: #f4811f;
  color: #ffffff;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
}

/* ---------- TESTIMONIALS ---------- */
.testimonials-section {
  background-color: #f8fafc;
  padding: 35px 25px;
}
.testimonials-section h2 {
  font-size: 20px;
  color: #1a3a5c;
  margin: 0 0 20px;
  text-align: center;
  font-weight: 800;
}
.testimonial-card {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #e8edf2;
  vertical-align: top;
}
.testimonial-card .stars {
  font-size: 14px;
  color: #f4811f;
  margin: 0 0 8px;
}
.testimonial-card p {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px;
  line-height: 20px;
  font-style: italic;
}
.testimonial-card .attribution {
  font-size: 12px;
  color: #1a3a5c;
  margin: 0;
  font-weight: 700;
}

/* ---------- CTA SECTION ---------- */
.cta-section {
  padding: 35px 25px;
  text-align: center;
  background: linear-gradient(135deg, #1a3a5c, #2b5a8c);
}
.cta-section h2 {
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 8px;
  font-weight: 800;
}
.cta-section p {
  font-size: 14px;
  color: #b0c8dd;
  margin: 0 0 22px;
}
.cta-section .btn-orange {
  display: inline-block;
  background-color: #f4811f;
  color: #ffffff;
  padding: 14px 45px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---------- SOCIAL ---------- */
.social-section {
  background-color: #ffffff;
  padding: 25px;
  text-align: center;
  border-top: 1px solid #e8edf2;
}
.social-section .social-label {
  font-size: 12px;
  color: #888;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---------- FOOTER ---------- */
.footer-section {
  background-color: #1a3a5c;
  padding: 22px 25px;
  text-align: center;
}
.footer-section p {
  font-size: 11px;
  color: #b0c8dd;
  margin: 12px 0;
  line-height: 18px;
}
.footer-links {
  font-size: 10px;
  color: #7a9bbd;
  margin: 8px 0 0;
  line-height: 16px;
}
.footer-links a {
  color: #b0c8dd;
  text-decoration: underline;
}
.copyright {
  font-size: 10px;
  color: #5a7a9d;
  margin: 8px 0 0;
  line-height: 14px;
}

/* ---------- RESPONSIVE ---------- */
@media only screen and (max-width: 600px) {
  .hero-section table, .hero-section tbody, .hero-section tr, .hero-section td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .hero-section td[width="55%"],
  .hero-section td[width="45%"] {
    padding: 25px !important;
  }
  .hero-section td[width="45%"] {
    display: none !important;
  }
  .stat-box {
    display: block !important;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 12px 5px;
  }
  .stat-box:last-child {
    border-bottom: none;
  }
  .service-card {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .testimonial-card {
    display: block !important;
    width: 100% !important;
    margin-bottom: 12px;
  }
  .seasonal-section table, .seasonal-section tbody, .seasonal-section tr, .seasonal-section td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .seasonal-section td[width="40%"] {
    margin-top: 15px;
  }
  .hero-section h1 {
    font-size: 24px;
  }
}
