* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #F8F8F8;
  color: #333;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 70px;
}

.dm-header {
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.dm-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dm-hamburger {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  line-height: 1;
  padding: 4px;
}

.dm-section-label {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
  line-height: 1;
}

.dm-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dm-header-icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
}

.dm-article {
  max-width: 100%;
  padding: 0;
  background: #F8F8F8;
}

.dm-headline {
  font-family: 'TimesNewRoman', 'Times New Roman', Times, Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding: 16px 16px 12px;
  margin: 0;
}

.dm-hero-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dm-hero-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.dm-meta {
  padding: 14px 16px 10px;
  border-bottom: none;
}

.dm-author {
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
}

.dm-author a {
  color: #004DB3;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.dm-body {
  padding: 0 16px;
}

.dm-body p {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 18px 0;
}

.dm-body p.dm-intro {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.dm-body p.dm-caption {
  font-size: 13px;
  color: #666;
  margin: 6px 0 18px;
  line-height: 1.4;
  font-style: italic;
}

.dm-body img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.dm-body h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 28px 0 10px;
  color: #000;
}

.dm-body h1 {
  font-family: 'TimesNewRoman', 'Times New Roman', Times, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  margin: 28px 0 14px;
  color: #000;
  line-height: 1.25;
}

.dm-body a {
  color: #004DB3;
  text-decoration: underline;
}

.dm-body .dm-dropcap {
  float: left;
  font-family: 'TimesNewRoman', 'Times New Roman', Times, Georgia, serif;
  font-size: 64px;
  line-height: 46px;
  padding-top: 4px;
  padding-right: 6px;
  color: #000;
  font-weight: 700;
}

.inline-cta-strip {
  background: #FFF5EE;
  border: 1px solid #FFD6BF;
  border-radius: 6px;
  padding: 14px;
  margin: 24px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.inline-cta-strip a {
  color: #E5612A;
  font-weight: 700;
  text-decoration: underline;
}

.dm-product-box {
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  padding: 20px 16px;
  margin: 24px 0;
  text-align: center;
  background: #fff;
}

.dm-product-box img.dm-product-img {
  max-width: 280px;
  width: 70%;
  height: auto;
  margin: 0 auto 16px;
}

.pulse-cta {
  display: block;
  background: linear-gradient(180deg, #FF7B3A 0%, #E5612A 100%);
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding: 18px 24px;
  border-radius: 8px;
  text-decoration: none !important;
  margin: 16px auto;
  max-width: 380px;
  line-height: 1.3;
  box-shadow: 0 4px 14px rgba(229, 97, 42, 0.35);
  animation: ctaPulse 2s ease infinite;
  letter-spacing: 0.3px;
}

.pulse-cta span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.9;
}

@keyframes ctaPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
    box-shadow: 0 6px 22px rgba(229, 97, 42, 0.4);
  }
}

.dm-divider {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  padding: 16px 0;
  margin: 28px 0;
}

.dm-celeb-quote {
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  color: #333;
  margin: 14px 0 24px;
}

.dm-important-callout {
  background: #FFF0F0;
  border-left: 4px solid #E53E3E;
  padding: 14px 16px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.dm-important-callout strong {
  color: #E53E3E;
}

.dm-update-box {
  background: #FFFBEA;
  border: 2px solid #F0C040;
  border-radius: 6px;
  padding: 14px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.5;
}

.dm-update-box .dm-checkmark {
  color: #28a745;
  font-weight: 700;
  margin-right: 4px;
}

.reader-reviews-section {
  background: #F8F8F8;
  margin: 28px 0 0;
  padding: 0 16px;
}

.reader-reviews-header {
  padding: 14px 0 10px;
  border-top: 3px solid #333;
}

.reader-reviews-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.review-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.review-card-name {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.review-card-stars {
  color: #D4A843;
  font-size: 14px;
  letter-spacing: 1px;
}

.review-card-text {
  font-size: 15px;
  color: #444;
  line-height: 1.55;
}

.review-card-date {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

.review-card-photo {
  width: 100%;
  max-width: 260px;
  border-radius: 6px;
  margin-top: 10px;
  display: block;
}

.dm-footer {
  background: #f0f0f0;
  border-top: 1px solid #e3e3e3;
  padding: 20px 16px;
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 24px;
}

.dm-footer a {
  color: #666;
  text-decoration: none;
  margin: 0 6px;
}

.dm-offer-expire {
  font-size: 17px;
  font-weight: 700;
  color: #E53E3E;
  background: #fff3cd;
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
}

.dm-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.dm-badge-text {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  background: #fafafa;
}

#bottombar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 16px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 9999;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #E5612A;
}

#bottombar .expire-text {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

#bottombar .expire-text .dm-red {
  color: #E53E3E;
  font-weight: 700;
}

#bottombar .btn-sticky {
  background: linear-gradient(180deg, #FF7B3A 0%, #E5612A 100%);
  color: #fff !important;
  border: none;
  font-weight: 800;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  min-height: 48px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .dm-article {
    max-width: 780px;
    margin: 0 auto;
  }

  .dm-headline {
    font-size: 36px;
  }
}