
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: 'Georgia', 'Times New Roman', serif;
      line-height: 1.85;
      color: #1a1a1a;
      background: #fff;
    }
    .article-container {
      max-width: 740px;
      margin: 0 auto;
      padding: 40px 20px 80px;
    }
    .breadcrumb {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-size: 0.82rem;
      color: #888;
      margin-bottom: 28px;
    }
    .breadcrumb a { color: #555; text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }
    .breadcrumb span { margin: 0 6px; }

    .hero-image {
      margin: 0 -20px 32px;
      overflow: hidden;
    }
    .hero-image img {
      width: 100%;
      height: auto;
      display: block;
    }
    .hero-caption {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      padding: 8px 20px;
      font-size: 0.78rem;
      color: #999;
      background: #f7f7f7;
    }

    .article-title {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.2;
      color: #111;
      margin-bottom: 12px;
      font-family: 'Georgia', serif;
      letter-spacing: -0.02em;
    }
    .article-meta {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-size: 0.82rem;
      color: #999;
      margin-bottom: 40px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
    }

    p {
      margin-bottom: 20px;
      font-size: 1.1rem;
      color: #222;
    }
    h2 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #111;
      margin: 44px 0 16px;
      font-family: 'Georgia', serif;
    }
    h3 {
      font-size: 1.15rem;
      font-weight: 700;
      color: #222;
      margin: 28px 0 10px;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }
    ul, ol {
      margin: 0 0 20px 20px;
      color: #222;
    }
    li { margin-bottom: 8px; font-size: 1.05rem; }
    strong { color: #000; }

    .dropcap::first-letter {
      float: left;
      font-size: 3.6rem;
      line-height: 0.8;
      padding-right: 8px;
      padding-top: 6px;
      font-weight: 700;
      color: #111;
      font-family: 'Georgia', serif;
    }

    .pullquote {
      border-left: 3px solid #111;
      margin: 32px 0;
      padding: 4px 0 4px 20px;
      font-size: 1.25rem;
      font-style: italic;
      color: #333;
      line-height: 1.6;
    }

    .comparison-table {
      width: 100%;
      border-collapse: collapse;
      margin: 20px 0 32px;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-size: 0.92rem;
    }
    .comparison-table th {
      background: #f5f5f5;
      padding: 10px 14px;
      text-align: left;
      font-weight: 600;
      color: #333;
      border-bottom: 2px solid #ddd;
    }
    .comparison-table td {
      padding: 10px 14px;
      border-bottom: 1px solid #eee;
      color: #333;
    }
    .comparison-table tr:hover td { background: #fafafa; }

    .note-box {
      background: #f9f9f0;
      border-left: 3px solid #c5a347;
      padding: 16px 20px;
      margin: 24px 0;
      font-size: 0.98rem;
      color: #444;
    }
    .note-box strong { color: #333; }

    .inline-image {
      margin: 32px -20px;
    }
    .inline-image img {
      width: 100%;
      height: auto;
      display: block;
    }
    .inline-caption {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      padding: 8px 20px;
      font-size: 0.78rem;
      color: #999;
      background: #f7f7f7;
    }

    .cta-section {
      margin-top: 56px;
      padding: 36px 0;
      border-top: 2px solid #111;
    }
    .cta-section h2 {
      margin-top: 0;
      font-size: 1.6rem;
    }
    .cta-section p {
      color: #555;
      font-size: 1.05rem;
    }
    .cta-btn {
      display: inline-block;
      background: #111;
      color: #fff;
      padding: 14px 32px;
      text-decoration: none;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-weight: 600;
      font-size: 0.95rem;
      letter-spacing: 0.03em;
      margin-top: 8px;
      transition: background 0.2s;
    }
    .cta-btn:hover { background: #333; }

    .faq-section { margin-top: 36px; }
    .faq-item {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
    }
    .faq-q {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      font-weight: 700;
      color: #111;
      font-size: 1.02rem;
      margin-bottom: 6px;
    }
    .faq-a {
      color: #555;
      font-size: 1rem;
      margin: 0;
    }

    @media (max-width: 640px) {
      .article-title { font-size: 1.7rem; }
      h2 { font-size: 1.3rem; }
      .article-container { padding: 24px 16px 60px; }
      .hero-image, .inline-image { margin-left: -16px; margin-right: -16px; }
    }
