/* ===================================================
   Wholesale B2B – Newsletter Style Sheet
   Colors: Blue, Gray, White
   =================================================== */

body, table, td, p, a {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  background-color: #eef2f5;
  line-height: 1.5;
}
table {
  border-collapse: collapse;
}
img {
  border: 0;
  outline: none;
  text-decoration: none;
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}

.outer-table {
  background-color: #eef2f5;
}

.container {
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
}

.header {
  background-color: #1a2a3a;
  padding: 15px 25px;
}
.header-logo {
  width: 50%;
  vertical-align: middle;
}
.logo-img {
  max-width: 200px;
  height: auto;
}
.header-nav {
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
.nav-link {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #8a9aa8;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 12px;
}
.nav-link:hover {
  color: #ffffff;
}

.hero {
  padding: 0;
}
.hero-wholesale {
  background-color: #1a3a5a;
  background-image: linear-gradient(135deg, #1a3a5a 0%, #2a5a7a 100%);
}
.hero-content {
  padding: 50px 35px;
  text-align: center;
}
.hero-tag {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  color: #8ab4d0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.hero-title {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}
.hero-subtitle {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 15px;
  color: #b0c8d8;
  margin-bottom: 24px;
  line-height: 1.5;
}

.btn {
  display: inline-block;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 12px 28px;
  border-radius: 3px;
  text-align: center;
}
.btn-primary {
  background-color: #2a7ab0;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #1a5a8a;
}
.btn-secondary {
  background-color: #f0f4f8;
  color: #2a5a7a;
  border: 1px solid #b0c8d8;
}
.btn-secondary:hover {
  background-color: #e0e8f0;
}
.btn-accent {
  background-color: #ffffff;
  color: #1a3a5a;
}
.btn-accent:hover {
  background-color: #eef2f5;
}

.section {
  padding: 0;
}
.section-title {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1a2a3a;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stats-section {
  background-color: #f5f8fa;
  padding: 22px 20px;
  border-bottom: 1px solid #d8e0e8;
}
.stat-item {
  text-align: center;
  width: 33%;
  padding: 8px;
}
.stat-number {
  display: block;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #1a3a5a;
  margin-bottom: 2px;
}
.stat-label {
  display: block;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  color: #5a7a8a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.stat-divider {
  width: 1px;
  background-color: #c8d4dc;
}

.featured-section {
  padding: 35px 20px;
  background-color: #ffffff;
}
.featured-card {
  width: 50%;
  padding: 8px 10px 16px;
  text-align: center;
  vertical-align: top;
}
.card-stock {
  display: inline-block;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 9px;
  color: #ffffff;
  background-color: #3a8a5a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 10px;
  margin-bottom: 8px;
  border-radius: 2px;
}
.card-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #d8e0e8;
}
.card-title {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1a2a3a;
  margin-bottom: 4px;
}
.card-desc {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 12px;
  color: #5a6a7a;
  margin-bottom: 8px;
  line-height: 1.4;
}
.link-arrow {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 12px;
  color: #2a7ab0;
  font-weight: bold;
}
.link-arrow:hover {
  color: #1a5a8a;
}

.pricing-section {
  background-color: #f5f8fa;
  padding: 35px 15px;
}
.pricing-card {
  width: 33%;
  text-align: center;
  vertical-align: top;
  padding: 15px 8px;
  background-color: #ffffff;
  border: 1px solid #d8e0e8;
}
.pricing-featured {
  background-color: #f0f7fc;
  border: 2px solid #2a7ab0;
  position: relative;
}
.pricing-tier {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #1a2a3a;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.pricing-vol {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #5a6a7a;
  margin-bottom: 4px;
}
.pricing-discount {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2a7ab0;
  margin-bottom: 12px;
}
.pricing-popular {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 9px;
  color: #ffffff;
  background-color: #2a7ab0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 2px;
}

.promo-section {
  padding: 0;
}
.promo-wholesale {
  background-color: #1a3a5a;
}
.promo-content {
  padding: 40px 35px;
  text-align: center;
}
.promo-title {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.promo-desc {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  color: #b0c8d8;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-section {
  background-color: #ffffff;
  padding: 35px 30px;
}
.testimonial-card {
  padding: 12px 0;
  border-bottom: 1px solid #eef2f5;
}
.testimonial-card:last-child {
  border-bottom: none;
}
.testimonial-text {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 13px;
  color: #2a3a4a;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 4px;
}
.testimonial-author {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #5a7a8a;
  font-weight: bold;
}

.cta-section {
  padding: 0;
}
.cta-wholesale {
  background-color: #2a7ab0;
}
.cta-content {
  padding: 40px 35px;
  text-align: center;
}
.cta-title {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.cta-desc {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  color: #d0e4f0;
  margin-bottom: 20px;
  line-height: 1.5;
}

.social-section {
  background-color: #ffffff;
  padding: 20px 20px;
  border-top: 1px solid #d8e0e8;
  border-bottom: 1px solid #d8e0e8;
}
.social-links {
  text-align: center;
}
.social-icon {
  display: inline-block;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #2a5a7a;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 7px;
  margin: 0 2px;
}
.social-icon:hover {
  color: #2a7ab0;
}

.footer {
  background-color: #1a2a3a;
}
.footer-content {
  padding: 25px 20px;
  text-align: center;
}
.footer-text {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #8a9aa8;
  margin-bottom: 6px;
  line-height: 1.5;
}
.footer-text a {
  color: #b0c8d8;
  text-decoration: underline;
}
.footer-text a:hover {
  color: #ffffff;
}
.footer-copyright {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  color: #6a7a8a;
  margin-top: 8px;
}
.footer-address {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  color: #6a7a8a;
  margin-top: 2px;
}

@media only screen and (max-width: 640px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .header-logo,
  .header-nav {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  .header-nav {
    margin-top: 8px;
  }
  .nav-link {
    margin: 0 8px !important;
  }
  .hero-content {
    padding: 35px 20px !important;
  }
  .hero-title {
    font-size: 22px !important;
  }
  .featured-card {
    display: block !important;
    width: 100% !important;
  }
  .pricing-card {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .section-title {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 480px) {
  .hero-title {
    font-size: 20px !important;
  }
  .hero-subtitle {
    font-size: 13px !important;
  }
  .btn {
    padding: 10px 22px !important;
    font-size: 12px !important;
  }
  .promo-title {
    font-size: 20px !important;
  }
}
