/* AEO Elements & Tables */
    .aeo-direct-answer { background: #f8fafc; border-left: 5px solid #ff6b35; padding: 20px; max-width: 1200px; margin: 30px auto; border-radius: 0 8px 8px 0; font-size: 16px; line-height: 1.7; color: #334155; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
    .aeo-direct-answer strong { color: #ff6b35; }
    .key-takeaways { background: white; border: 1px solid #e2e8f0; padding: 25px; border-radius: 12px; max-width: 1200px; margin: 0 auto 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
    .key-takeaways ul { list-style-type: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; }
    .key-takeaways li { padding-left: 30px; position: relative; color: #475569; line-height: 1.5; }
    .key-takeaways li::before { content: '🎯'; position: absolute; left: 0; top: 0; }
    
    .comp-table { width: 100%; border-collapse: collapse; margin-top: 30px; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
    .comp-table th, .comp-table td { padding: 15px 20px; text-align: left; border-bottom: 1px solid #eee; }
    .comp-table th { background: green; color: black; font-weight: 700; }
    .comp-table .highlight { background: #fff3e0; color: #e65100; font-weight: bold; }