* { 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: #1a2744; color: #fff; text-align: center; padding: 10px 16px; font-size: 14px; font-weight: 800; }
  .urgency-bar a { color: #ffd966; text-decoration: underline; font-weight: 900; }
  .container { max-width: 680px; margin: 0 auto; background: #fff; padding: 0 0 40px; margin-top: 42px; box-shadow: 0 0 30px rgba(0,0,0,.08); }
  .brand-header { background: #1a2744; color: #fff; padding: 14px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid #0066cc; }
  .brand-header .brand { font-family: Georgia, serif; font-size: 18px; font-weight: 700; color: #fff; }
  .brand-header .badge { font-size: 11px; color: rgba(255,255,255,.6); }
  .article-intro { padding: 24px 20px 0; }
  .article-intro h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.25; font-weight: 900; color: #1a1a1a; margin-bottom: 16px; }
  .byline { font-size: 13px; color: #888; margin-bottom: 16px; }
  .intro-text { color: #444; margin-bottom: 16px; }
  .skip-link { display: block; background: #e8f4fd; border: 2px dashed #0066cc; padding: 12px 16px; text-align: center; border-radius: 4px; color: #0066cc; font-weight: 700; font-size: 15px; text-decoration: none; margin: 16px 0 24px; }
  .item { padding: 28px 20px; border-bottom: 2px solid #f0f0f0; }
  .item-number { width: 52px; height: 52px; background: #1a2744; 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: #1a1a1a; margin-bottom: 14px; line-height: 1.3; border-left: 4px solid #0066cc; padding-left: 12px; }
  .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; }
  .grammy-box { background: #f0f7ff; border: 2px solid #bee3f8; border-radius: 8px; padding: 16px; margin: 16px 0; }
  .grammy-box h4 { color: #0066cc; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
  .grammy-box ul { list-style: none; padding: 0; }
  .grammy-box li { padding: 6px 0; display: flex; gap: 8px; font-size: 15px; border-bottom: 1px solid #d0e6f7; }
  .grammy-box li:last-child { border-bottom: none; }
  .stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
  .stat-card { background: #f0f7ff; border: 1px solid #bee3f8; border-radius: 6px; padding: 14px; text-align: center; }
  .stat-num { font-size: 30px; font-weight: 900; color: #1a2744; }
  .stat-label { font-size: 12px; color: #555; }
  .inline-cta { background: #e8f4fd; border: 2px solid #0066cc; border-radius: 6px; padding: 16px; margin: 20px 0; text-align: center; }
  .inline-cta p { color: #1a2744; font-weight: 700; margin-bottom: 8px; font-size: 16px; }
  .inline-cta a { background: #ff6b35; color: #fff; padding: 12px 24px; border-radius: 4px; font-size: 15px; font-weight: 800; text-decoration: none; display: inline-block; }
  .cta-btn { display: block; width: 100%; background: #ff6b35; color: #fff; text-align: center; padding: 18px 20px; font-size: 18px; font-weight: 900; 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: #e55a25; }
  .cta-sub { text-align: center; font-size: 13px; color: #888; margin-top: -14px; margin-bottom: 20px; }
  .testimonial-cluster { padding: 0 20px; margin: 10px 0 30px; }
  .testimonial { background: #fafafa; border: 1px solid #eee; border-left: 3px solid #0066cc; 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: #1a1a1a; }
  .testimonial-badge { font-size: 11px; color: #00a86b; font-weight: 600; }
  .offer-section { background: #1a2744; padding: 28px 20px; border-top: 3px solid #0066cc; }
  .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: #fff; line-height: 1; margin: 10px 0; }
  .offer-section .offer-orig { font-size: 15px; color: rgba(255,255,255,.5); }
  .offer-section p { color: rgba(255,255,255,.8); font-size: 14px; margin: 10px 0; }
  .offer-section .scarcity { color: #ffd966; font-size: 13px; font-weight: 700; }
  .offer-section .cta-btn { background: #ff6b35; color: #fff; }
  .offer-section .cta-btn:hover { background: #e55a25; }
  .trust-bar { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 20px; }
  .trust-item { font-size: 12px; color: #0066cc; background: #e8f4fd; padding: 5px 10px; border-radius: 20px; border: 1px solid #bee3f8; }
  .faq-section { padding: 0 20px; margin: 20px 0; }
  .faq-item { border-bottom: 1px solid #eee; padding: 16px 0; }
  .faq-q { font-weight: 700; color: #1a1a1a; 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: #1a1a1a; margin-bottom: 20px; }
  .comment { background: #fff; border: 1px solid #eee; border-left: 3px solid #0066cc; border-radius: 6px; padding: 14px; margin-bottom: 14px; }
  .comment-author { font-weight: 700; font-size: 14px; color: #1a1a1a; }
  .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;
  }
