* { 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: #0066cc; color: #fff; text-align: center; padding: 10px 16px; font-size: 14px; font-weight: 700; }
  .urgency-bar a { color: #ffff99; text-decoration: underline; }
  .container { max-width: 680px; margin: 0 auto; background: #fff; padding: 0 0 40px; margin-top: 42px; }
  .masthead { border-bottom: 3px solid #0066cc; padding: 18px 20px 12px; text-align: center; }
  .masthead-title { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 900; letter-spacing: -1px; color: #0066cc; }
  .masthead-sub { font-size: 11px; color: #888; letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; }
  .ad-tag { text-align: center; font-size: 10px; color: #aaa; letter-spacing: 2px; text-transform: uppercase; padding: 6px; border-bottom: 1px solid #eee; }
  .article-header { padding: 20px 20px 0; }
  .article-headline { font-family: Georgia, 'Times New Roman', serif; font-size: 27px; line-height: 1.25; font-weight: 900; color: #0066cc; margin-bottom: 12px; }
  .article-deck { font-size: 18px; color: #444; line-height: 1.5; font-style: italic; margin-bottom: 16px; }
  .byline { font-size: 13px; color: #666; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 8px 0; margin-bottom: 16px; }
  .share-bar { display: flex; gap: 8px; padding: 10px 0 16px; flex-wrap: wrap; }
  .share-btn { font-size: 12px; padding: 6px 12px; border-radius: 3px; font-weight: 700; border: none; cursor: pointer; }
  .share-fb { background: #1877f2; color: #fff; }
  .share-tw { background: #1da1f2; color: #fff; }
  .share-em { background: #888; color: #fff; }
  .live-badge { background: #0066cc; color: #fff; padding: 8px 16px; font-size: 13px; font-weight: 700; margin: 0 20px 20px; border-radius: 4px; display: flex; align-items: center; gap: 8px; }
  .live-dot { width: 8px; height: 8px; background: #ff4444; border-radius: 50%; display: inline-block; animation: pulse 1.2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
  .article-body { padding: 0 20px; }
  .article-body p { margin-bottom: 18px; }
  .article-body h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 900; color: #0066cc; margin: 30px 0 14px; }
  .pullquote { border-left: 4px solid #0066cc; padding: 14px 18px; margin: 24px 0; background: #e8f4fd; font-family: Georgia, serif; font-size: 19px; font-style: italic; color: #333; }
  .expert-box { background: #f0f7ff; border: 1px solid #bee3f8; border-radius: 6px; padding: 18px; margin: 24px 0; }
  .expert-box .expert-name { font-weight: 700; font-size: 14px; color: #0066cc; }
  .expert-box .expert-title { font-size: 12px; color: #666; margin-bottom: 10px; }
  .expert-box blockquote { font-style: italic; color: #333; }
  .value-box { background: #e8f5e9; border: 2px solid #0066cc; border-radius: 8px; padding: 20px; margin: 24px 0; text-align: center; }
  .value-box .price-big { font-size: 52px; font-weight: 900; color: #0066cc; line-height: 1; }
  .value-box .price-label { font-size: 14px; color: #555; }
  .product-img { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; display: block; }
  .img-caption { text-align: center; font-size: 12px; color: #888; font-style: italic; margin-top: -14px; margin-bottom: 20px; }
  .features-list { list-style: none; padding: 0; margin: 0 0 20px; }
  .features-list li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start; gap: 10px; }
  .features-list li:last-child { border-bottom: none; }
  .feature-check { color: #0066cc; font-size: 18px; flex-shrink: 0; }
  .testimonial-cluster { margin: 30px 0; }
  .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: #0066cc; }
  .testimonial-badge { font-size: 11px; color: #00a86b; font-weight: 600; }
  .testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: #ddd; display: inline-block; margin-right: 12px; vertical-align: middle; text-align: center; line-height: 44px; font-size: 18px; }
  .cta-btn { display: block; width: 100%; background: #0066cc; color: #fff; text-align: center; padding: 18px 20px; font-size: 18px; font-weight: 800; border-radius: 4px; text-decoration: none; margin: 24px 0; min-height: 52px; line-height: 1.3; border: none; cursor: pointer; 
  transition: background .18s ease, box-shadow .18s ease;
}
  .cta-btn:hover { background: #0050a0; }
  .cta-sub { text-align: center; font-size: 13px; color: #888; margin-top: -16px; margin-bottom: 20px; }
  .price-table { width: 100%; border-collapse: collapse; margin: 24px 0; }
  .price-table th { background: #0066cc; color: #fff; padding: 12px; text-align: left; font-size: 13px; }
  .price-table td { padding: 12px; border-bottom: 1px solid #eee; font-size: 14px; }
  .price-table tr:nth-child(even) { background: #f9f9f9; }
  .price-table .highlight-row { background: #e8f4fd !important; font-weight: 700; color: #0066cc; }
  .offer-box { background: linear-gradient(135deg, #0066cc 0%, #004a99 100%); color: #fff; border-radius: 8px; padding: 24px 20px; margin: 30px 0; text-align: center; }
  .offer-box h3 { font-family: Georgia, serif; font-size: 22px; margin-bottom: 10px; }
  .offer-box .offer-price { font-size: 52px; font-weight: 900; color: #ffff99; line-height: 1; }
  .offer-box .offer-orig { font-size: 16px; text-decoration: line-through; color: #aaa; }
  .offer-box .offer-scarcity { font-size: 13px; color: #ffcc00; margin-top: 8px; }
  .offer-box .cta-btn { background: #ff6b35; margin-top: 18px; }
  .offer-box .cta-btn:hover { background: #e85a28; }
  .faq-section { margin: 30px 0; }
  .faq-item { border-bottom: 1px solid #eee; padding: 16px 0; }
  .faq-q { font-weight: 700; color: #0066cc; margin-bottom: 8px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
  .faq-a { color: #555; font-size: 15px; display: none; }
  .faq-a.open { display: block; }
  .comments-section { padding: 20px; background: #f9f9f9; }
  .comments-title { font-family: Georgia, serif; font-size: 20px; font-weight: 900; color: #0066cc; 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; color: #0066cc; }
  .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; }
  .trust-bar { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0; }
  .trust-item { font-size: 12px; color: #555; background: #f5f5f5; padding: 6px 10px; border-radius: 20px; }
  .disclaimer { padding: 20px; font-size: 11px; color: #999; line-height: 1.6; border-top: 1px solid #eee; text-align: center; margin-top: 20px; }

  /* ── 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;
  }
