* { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f5f5f5; color: #222; font-size: 17px; line-height: 1.7; }
  .urgency-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background: #e63946; color: #fff; text-align: center; padding: 10px 16px; font-size: 14px; font-weight: 700; }
  .urgency-bar a { color: #fff; text-decoration: underline; }
  .container { max-width: 680px; margin: 0 auto; background: #fff; padding: 0 0 40px; margin-top: 42px; }
  .brand-header { background: #1a1a2e; color: #fff; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; }
  .brand-header .brand { font-family: Georgia, serif; font-size: 18px; font-weight: 700; color: #fff; }
  .brand-header .header-badge { font-size: 11px; color: #ccc; }
  .article-intro { padding: 24px 20px 0; }
  .article-intro h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1.25; font-weight: 900; color: #1a1a2e; margin-bottom: 16px; }
  .byline { font-size: 13px; color: #888; margin-bottom: 16px; }
  .intro-text { color: #444; margin-bottom: 16px; }
  .skip-link { display: block; background: #f5f5f5; border: 2px dashed #e63946; padding: 12px 16px; text-align: center; border-radius: 4px; color: #e63946; font-weight: 700; font-size: 15px; text-decoration: none; margin: 16px 0 24px; }
  .item { padding: 28px 20px; border-bottom: 2px solid #f0f0f0; }
  .item:last-of-type { border-bottom: none; }
  .item-number { width: 52px; height: 52px; background: #e63946; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 900; margin-bottom: 14px; }
  .item h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 21px; font-weight: 900; color: #1a1a2e; margin-bottom: 14px; line-height: 1.3; }
  .item p { margin-bottom: 14px; }
  .product-img { width: 100%; height: auto; border-radius: 8px; margin: 16px 0; display: block; }
  .img-caption { text-align: center; font-size: 12px; color: #888; font-style: italic; margin-top: -10px; margin-bottom: 16px; }
  .inline-stat { background: #1a1a2e; color: #fff; border-radius: 6px; padding: 14px 18px; margin: 16px 0; text-align: center; }
  .inline-stat .stat-num { font-size: 38px; font-weight: 900; color: #e63946; }
  .inline-stat .stat-label { font-size: 13px; color: #ccc; }
  .cta-btn { display: block; width: 100%; background: #e63946; color: #fff; text-align: center; padding: 18px 20px; font-size: 18px; font-weight: 800; border-radius: 4px; text-decoration: none; margin: 20px 0; min-height: 52px; line-height: 1.3; border: none; cursor: pointer; 
  transition: background .18s ease, box-shadow .18s ease;
}
  .cta-btn:hover { background: #c5303c; }
  .cta-sub { text-align: center; font-size: 13px; color: #888; margin-top: -14px; margin-bottom: 20px; }
  .inline-cta { background: #fff3f4; border: 2px solid #e63946; border-radius: 6px; padding: 16px; margin: 20px 0; text-align: center; }
  .inline-cta p { color: #1a1a2e; font-weight: 700; margin-bottom: 8px; font-size: 16px; }
  .inline-cta a { background: #e63946; color: #fff; padding: 12px 24px; border-radius: 4px; font-size: 15px; font-weight: 700; text-decoration: none; display: inline-block; }
  .testimonial-cluster { padding: 0 20px; margin: 10px 0 30px; }
  .testimonial { background: #fafafa; border: 1px solid #eee; border-radius: 8px; padding: 18px; margin-bottom: 16px; }
  .testimonial-stars { color: #f5a623; font-size: 16px; margin-bottom: 8px; }
  .testimonial-text { font-style: italic; color: #333; margin-bottom: 10px; }
  .testimonial-author { font-size: 13px; font-weight: 700; color: #1a1a2e; }
  .testimonial-badge { font-size: 11px; color: #00a86b; font-weight: 600; }
  .offer-section { background: #1a1a2e; padding: 28px 20px; margin: 0; }
  .offer-section h3 { font-family: Georgia, serif; font-size: 22px; color: #fff; margin-bottom: 6px; }
  .offer-section .offer-price { font-size: 48px; font-weight: 900; color: #e63946; line-height: 1; margin: 10px 0; }
  .offer-section .offer-orig { font-size: 15px; color: #aaa; text-decoration: line-through; }
  .offer-section p { color: #ccc; font-size: 14px; margin: 10px 0; }
  .offer-section .scarcity { color: #ffcc00; font-size: 13px; font-weight: 700; }
  .offer-section .cta-btn { background: #e63946; }
  .trust-bar { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 20px; }
  .trust-item { font-size: 12px; color: #555; background: #f5f5f5; padding: 5px 10px; border-radius: 20px; }
  .faq-section { padding: 0 20px; margin: 20px 0; }
  .faq-item { border-bottom: 1px solid #eee; padding: 16px 0; }
  .faq-q { font-weight: 700; color: #1a1a2e; cursor: pointer; display: flex; justify-content: space-between; }
  .faq-a { color: #555; font-size: 15px; display: none; margin-top: 10px; }
  .faq-a.open { display: block; }
  .comments-section { padding: 20px; background: #f9f9f9; }
  .comments-title { font-family: Georgia, serif; font-size: 20px; font-weight: 900; color: #1a1a2e; margin-bottom: 20px; }
  .comment { background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 14px; margin-bottom: 14px; }
  .comment-author { font-weight: 700; font-size: 14px; }
  .comment-time { font-size: 11px; color: #aaa; margin-left: 8px; }
  .comment-text { font-size: 14px; color: #444; margin-top: 6px; }
  .comment-likes { font-size: 12px; color: #888; margin-top: 8px; }
  .disclaimer { padding: 20px; font-size: 11px; color: #999; text-align: center; line-height: 1.6; border-top: 1px solid #eee; }

  /* ── Accessibility: focus styles ──────────────────────────────────────── */
  :focus-visible {
    outline: 3px solid #0066cc;
    outline-offset: 2px;
    border-radius: 2px;
  }
  .cta-btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px #0066cc;
  }
  .option-btn:focus-visible {
    outline: 3px solid #0066cc;
    outline-offset: 1px;
  }
