/* ===================================================
   Export Company – Newsletter Style Sheet
   Colors: Navy, Teal, Gold
   =================================================== */

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: #eaf0f0;
  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: #eaf0f0;
}

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

.header {
  background-color: #0a1a2a;
  padding: 15px 25px;
  border-bottom: 3px solid #c8a233;
}
.header-logo {
  width: 50%;
  vertical-align: middle;
}
.logo-img {
  max-width: 170px;
  height: auto;
}
.header-nav {
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
.nav-link {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #7a9ab0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-left: 14px;
}
.nav-link:hover {
  color: #c8a233;
}

.hero {
  padding: 0;
}
.hero-export {
  background-color: #0a2a2a;
  background-image: linear-gradient(135deg, #0a2a2a 0%, #0a4a4a 50%, #1a3a5a 100%);
}
.hero-content {
  padding: 50px 35px;
  text-align: center;
}
.hero-globe {
  font-size: 44px;
  margin-bottom: 6px;
}
.hero-tagline {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 13px;
  color: #c8a233;
  font-style: italic;
  margin-bottom: 8px;
}
.hero-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}
.hero-subtitle {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 15px;
  color: #8ac8b8;
  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: 13px 28px;
  text-align: center;
}
.btn-primary {
  background-color: #c8a233;
  color: #0a1a2a;
}
.btn-primary:hover {
  background-color: #b89028;
}
.btn-secondary {
  background-color: #f0f8f8;
  color: #0a4a4a;
  border: 1px solid #5aa8a0;
}
.btn-secondary:hover {
  background-color: #e0f0f0;
}
.btn-accent {
  background-color: #ffffff;
  color: #0a2a2a;
  border: 2px solid #c8a233;
}
.btn-accent:hover {
  background-color: #c8a233;
  color: #0a1a2a;
}
.btn-small {
  padding: 8px 16px;
  font-size: 11px;
}

.section {
  padding: 0;
}
.section-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 22px;
  color: #0a1a2a;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.stats-section {
  background-color: #f0f8f8;
  padding: 22px 15px;
  border-bottom: 1px solid #c0d8d0;
}
.stat-item {
  text-align: center;
  width: 33%;
  padding: 8px;
}
.stat-number {
  display: block;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 28px;
  font-weight: bold;
  color: #0a4a4a;
  margin-bottom: 2px;
}
.stat-label {
  display: block;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  color: #5a8a7a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.stat-divider {
  width: 1px;
  background-color: #b8d0c8;
}

.insights-section {
  padding: 35px 15px;
  background-color: #fcfdfd;
}
.insight-card {
  width: 50%;
  padding: 10px 12px 20px;
  text-align: center;
  vertical-align: top;
}
.insight-region {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0a4a4a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.insight-desc {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 12px;
  color: #3a5a4a;
  margin-bottom: 8px;
  line-height: 1.4;
}
.link-underline {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #c8a233;
  font-weight: bold;
  text-decoration: underline;
}
.link-underline:hover {
  color: #b89028;
}

.categories-section {
  background-color: #f0f8f8;
  padding: 35px 15px;
}
.cat-card {
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: 14px 10px;
}
.cat-icon {
  font-size: 32px;
  margin-bottom: 6px;
}
.cat-title {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #0a1a2a;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.promo-section {
  padding: 0;
}
.promo-export {
  background-color: #0a2a2a;
}
.promo-content {
  padding: 40px 35px;
  text-align: center;
}
.promo-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}
.promo-desc {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  color: #8ac8b8;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-section {
  background-color: #fcfdfd;
  padding: 35px 25px;
}
.testimonial-card {
  padding: 12px 0;
}
.testimonial-text {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 14px;
  color: #1a2a2a;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 4px;
}
.testimonial-author {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
  color: #5a8a7a;
  font-weight: bold;
}

.cta-section {
  padding: 0;
}
.cta-export {
  background-color: #0a4a4a;
}
.cta-content {
  padding: 40px 35px;
  text-align: center;
}
.cta-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
.cta-desc {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  color: #8ac8b8;
  margin-bottom: 20px;
  line-height: 1.5;
}

.social-section {
  background-color: #fcfdfd;
  padding: 18px 20px;
  border-top: 1px solid #c0d8d0;
  border-bottom: 1px solid #c0d8d0;
}
.social-links {
  text-align: center;
}
.social-icon {
  display: inline-block;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  color: #0a4a4a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  padding: 4px 7px;
  margin: 0 2px;
}
.social-icon:hover {
  color: #c8a233;
}

.footer {
  background-color: #0a1a2a;
}
.footer-content {
  padding: 22px 20px;
  text-align: center;
}
.footer-text {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 10px;
  color: #6a9a8a;
  margin-bottom: 5px;
  line-height: 1.5;
}
.footer-text a {
  color: #8ac8b8;
  text-decoration: underline;
}
.footer-text a:hover {
  color: #c8a233;
}
.footer-copyright {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 9px;
  color: #4a7a6a;
  margin-top: 8px;
}
.footer-address {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 9px;
  color: #4a7a6a;
  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: 6px;
  }
  .nav-link {
    margin: 0 7px !important;
  }
  .hero-content {
    padding: 35px 20px !important;
  }
  .hero-title {
    font-size: 24px !important;
  }
  .insight-card,
  .cat-card {
    display: block !important;
    width: 100% !important;
  }
}

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