
    body { font-family: 'Helvetica Neue', Arial, sans-serif; line-height: 1.8; color: #333; max-width: 900px; margin: 0 auto; padding: 40px; background-color: #f9f9f9; }
    .content-box { background: white; padding: 50px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
    h1 { color: #1a1a1a; font-size: 28pt; line-height: 1.2; border-bottom: 3px solid #d4af37; padding-bottom: 15px; margin-bottom: 30px; }
    h2 { color: #2c3e50; font-size: 18pt; margin-top: 40px; border-left: 5px solid #d4af37; padding-left: 15px; }
    h3 { color: #34495e; font-size: 14pt; margin-top: 25px; }
    p { margin-bottom: 20px; text-align: justify; }
    .parameter-table { width: 100%; border-collapse: collapse; margin: 30px 0; }
    .parameter-table th, .parameter-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
    .parameter-table th { background-color: #f2f2f2; font-weight: bold; }
    .image-container { text-align: center; margin: 40px 0; }
    .image-container img { max-width: 100%; height: auto; border-radius: 4px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
    .image-caption { font-style: italic; color: #666; margin-top: 10px; font-size: 0.9em; }
    .highlight-box { background-color: #fff9e6; border-right: 4px solid #d4af37; padding: 20px; margin: 30px 0; }
    .tech-specs { font-family: monospace; background: #2c3e50; color: #ecf0f1; padding: 20px; border-radius: 5px; }
    .cta-button { display: inline-block; padding: 15px 30px; background: #d4af37; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 20px; }
