*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

body {
  font-family: Georgia, "Times New Roman", serif;
  color: #2a2a2a;
  background: #f9f9f7;
  line-height: 1.7;
  font-size: 18px;
  padding-bottom: 70px
}

a {
  color: #1a6b3c;
  text-decoration: underline
}

a:hover {
  color: #145530
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

/* Disclosure bar */
.disclosure {
  background: #e8e8e4;
  text-align: center;
  padding: 6px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.5px
}

/* Nav-style header */
.site-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999
}

.site-header .logo {
  font-weight: 700;
  font-size: 16px;
  color: #222;
  letter-spacing: -0.5px
}

.site-header .nav-links span {
  margin-left: 18px;
  display: none
}

@media(min-width:600px) {
  .site-header .nav-links span {
    display: inline
  }
}

/* Container */
.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px
}

/* Article meta */
.article-meta {
  padding: 24px 0 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px
}

.article-meta .category {
  color: #1a6b3c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin-bottom: 6px
}

.article-meta .byline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px
}

.article-meta .byline .author-pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999
}

.article-meta .date {
  color: #bbb;
  font-size: 12px
}

/* Headlines */
h1 {
  font-size: 28px;
  line-height: 1.25;
  color: #1a1a1a;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: -0.5px
}

@media(min-width:600px) {
  h1 {
    font-size: 34px
  }
}

h2 {
  font-size: 22px;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 32px 0 14px;
  font-weight: 700
}

h3 {
  font-size: 19px;
  line-height: 1.35;
  color: #1a1a1a;
  margin: 28px 0 12px;
  font-weight: 700
}

/* Body text */
.article-body p {
  margin-bottom: 18px
}

.article-body .lead {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  font-style: italic;
  margin-bottom: 22px
}

@media(min-width:600px) {
  .article-body .lead {
    font-size: 21px
  }
}

/* Images */
.article-img {
  margin: 24px 0;
  border-radius: 6px;
  overflow: hidden
}

.article-img img {
  width: 100%
}

.article-img .caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
  padding: 8px 0 0;
  font-style: italic
}

/* Highlight box */
.highlight-box {
  background: #f0f7f2;
  border-left: 4px solid #1a6b3c;
  padding: 18px 20px;
  margin: 28px 0;
  border-radius: 0 6px 6px 0
}

.highlight-box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6
}

/* Product card */
.product-card {
  background: #fff;
  border: 2px solid #1a6b3c;
  border-radius: 10px;
  padding: 24px;
  margin: 32px 0;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08)
}

.product-card .badge {
  display: inline-block;
  background: #1a6b3c;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px
}

.product-card img {
  max-width: 200px;
  margin: 0 auto 16px
}

.product-card .product-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px
}

.product-card .product-sub {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #777;
  margin-bottom: 16px
}

.product-card .stars {
  color: #f5a623;
  font-size: 20px;
  margin-bottom: 4px
}

.product-card .review-count {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999;
  margin-bottom: 18px
}

.product-card .features {
  list-style: none;
  text-align: left;
  margin: 0 auto 20px;
  max-width: 340px
}

.product-card .features li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 8px
}

.product-card .features li::before {
  content: "✓";
  color: #1a6b3c;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0
}

/* CTA button */
.cta-btn {
  display: block;
  background: #1a6b3c;
  color: #fff;
  text-align: center;
  padding: 16px 28px;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  max-width: 400px;
  margin: 0 auto
}

.cta-btn:hover {
  background: #145530;
  color: #fff
}

.cta-btn small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.85;
  margin-top: 4px
}

/* Quiz */
.quiz-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 28px 24px;
  margin: 32px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06)
}

.quiz-section h3 {
  text-align: center;
  margin: 0 0 6px;
  font-size: 20px
}

.quiz-section .quiz-sub {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #888;
  margin-bottom: 20px
}

.quiz-step {
  display: none
}

.quiz-step.active {
  display: block
}

.quiz-step .step-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #1a6b3c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center
}

.quiz-step .step-question {
  font-size: 18px;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 700
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.quiz-option {
  display: block;
  padding: 14px 18px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
  background: #fff
}

.quiz-option:hover {
  border-color: #1a6b3c;
  background: #f0f7f2
}

.quiz-option.selected {
  border-color: #1a6b3c;
  background: #e8f5ec;
  font-weight: 700
}

.quiz-progress {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-bottom: 20px
}

.quiz-progress .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  transition: background 0.2s
}

.quiz-progress .dot.filled {
  background: #1a6b3c
}

/* Quiz result */
.quiz-result {
  display: none;
  text-align: center;
  padding: 10px 0
}

.quiz-result.show {
  display: block
}

.quiz-result .result-icon {
  font-size: 48px;
  margin-bottom: 10px
}

.quiz-result .result-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a6b3c;
  margin-bottom: 8px
}

.quiz-result .result-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5
}

.quiz-result .savings-badge {
  display: inline-block;
  background: #f0f7f2;
  border: 2px solid #1a6b3c;
  border-radius: 10px;
  padding: 12px 24px;
  margin-bottom: 20px
}

.quiz-result .savings-number {
  font-size: 36px;
  font-weight: 700;
  color: #1a6b3c
}

.quiz-result .savings-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666
}

/* Testimonials */
.testimonial {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0
}

.testimonial .t-stars {
  color: #f5a623;
  font-size: 16px;
  margin-bottom: 8px
}

.testimonial .t-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-style: italic
}

.testimonial .t-author {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999
}

.testimonial .t-disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #bbb;
  font-style: italic
}

/* Sticky bar */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 1000;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15)
}

.sticky-bar .stock-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ccc;
  white-space: nowrap
}

.sticky-bar .stock-text strong {
  color: #f5a623
}

.sticky-bar .sticky-cta {
  background: #1a6b3c;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0
}

.sticky-bar .sticky-cta:hover {
  background: #145530
}

/* Disclaimer footer */
.disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #aaa;
  line-height: 1.6;
  padding: 40px 20px 30px;
  max-width: 680px;
  margin: 0 auto
}

.disclaimer p {
  margin-bottom: 12px
}

/* Footer */
.site-footer {
  background: #222;
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 20px;
  text-align: center
}

.site-footer a {
  color: #aaa
}

/* Separator */
.sep {
  border: none;
  border-top: 1px solid #eee;
  margin: 32px 0
}
@media (max-width: 480px) {
  .sticky-bar {
    flex-direction: column;
  }
}