* { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #fff; color: #222; font-size: 17px; line-height: 1.75; }
  .sticky-header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; background: #0052a5; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; }
  .sticky-header .brand { color: #fff; font-weight: 700; font-size: 15px; }
  .sticky-header a { background: #00a86b; color: #fff; padding: 8px 16px; border-radius: 4px; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
  .container { max-width: 680px; margin: 0 auto; padding: 0 20px 60px; margin-top: 55px; }
  .author-block { display: flex; align-items: center; gap: 14px; padding: 24px 0 10px; border-bottom: 1px solid #eee; margin-bottom: 20px; }
  .author-avatar { width: 56px; height: 56px; border-radius: 50%; background: #ddd; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 26px; }
  .author-info .author-name { font-weight: 700; font-size: 15px; color: #0052a5; }
  .author-info .author-title { font-size: 13px; color: #888; }
  .meta-line { font-size: 13px; color: #aaa; margin-bottom: 24px; }
  h1 { font-family: Georgia, 'Times New Roman', serif; font-size: 29px; line-height: 1.2; font-weight: 900; color: #0052a5; margin-bottom: 16px; }
  .deck { font-size: 20px; color: #555; font-style: italic; margin-bottom: 24px; line-height: 1.5; }
  p { margin-bottom: 20px; }
  h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 900; color: #0052a5; margin: 32px 0 14px; }
  .scene-break { text-align: center; color: #ccc; font-size: 20px; margin: 30px 0; letter-spacing: 10px; }
  .pullquote { border-left: 4px solid #0052a5; padding: 14px 18px; margin: 28px 0; background: #f0f4ff; font-family: Georgia, serif; font-size: 20px; font-style: italic; color: #333; }
  .failed-list { list-style: none; padding: 0; margin: 0 0 24px; }
  .failed-list li { padding: 12px 0; border-bottom: 1px solid #f0f0f0; display: flex; gap: 12px; align-items: flex-start; }
  .failed-list li:last-child { border-bottom: none; }
  .fail-x { color: #e63946; font-size: 18px; flex-shrink: 0; }
  .product-img { width: 100%; height: auto; border-radius: 8px; margin: 24px 0; display: block; }
  .img-caption { text-align: center; font-size: 12px; color: #aaa; font-style: italic; margin-top: -18px; margin-bottom: 24px; }
  .reveal-box { background: #0052a5; color: #fff; border-radius: 8px; padding: 24px; margin: 30px 0; }
  .reveal-box h3 { font-family: Georgia, serif; font-size: 20px; color: #90ee90; margin-bottom: 14px; }
  .reveal-box ul { list-style: none; padding: 0; }
  .reveal-box ul li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 15px; display: flex; gap: 10px; }
  .reveal-box ul li:last-child { border-bottom: none; }
  .cta-soft { color: #0052a5; font-size: 16px; text-decoration: underline; font-style: italic; cursor: pointer; }
  .cta-btn { display: block; width: 100%; background: #0052a5; 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: #003d7a; }
  .cta-sub { text-align: center; font-size: 13px; color: #888; margin-top: -16px; margin-bottom: 20px; }
  .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: #0052a5; }
  .testimonial-badge { font-size: 11px; color: #00a86b; font-weight: 600; }
  .offer-box { background: #f0f4ff; border: 2px solid #0052a5; border-radius: 8px; padding: 24px 20px; margin: 30px 0; text-align: center; }
  .offer-box h3 { font-family: Georgia, serif; font-size: 20px; color: #0052a5; margin-bottom: 12px; }
  .offer-price { font-size: 44px; font-weight: 900; color: #0052a5; }
  .offer-orig { font-size: 15px; color: #aaa; text-decoration: line-through; }
  .offer-scarcity { font-size: 13px; color: #0052a5; font-weight: 700; margin-top: 8px; }
  .trust-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0; }
  .trust-item { font-size: 12px; color: #555; background: #f5f5f5; padding: 5px 10px; border-radius: 20px; }
  .faq-section { margin: 30px 0; }
  .faq-item { border-bottom: 1px solid #eee; padding: 16px 0; }
  .faq-q { font-weight: 700; color: #0052a5; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
  .faq-a { color: #555; font-size: 15px; display: none; margin-top: 10px; }
  .faq-a.open { display: block; }
  .comments-section { background: #f9f9f9; padding: 20px; margin: 0 -20px; }
  .comments-title { font-family: Georgia, serif; font-size: 20px; font-weight: 900; color: #0052a5; 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: #0052a5; }
  .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 { font-size: 11px; color: #bbb; line-height: 1.6; border-top: 1px solid #eee; padding-top: 20px; margin-top: 30px; text-align: center; }

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