# Plan: Footer Component + Remove Yellow Lines from Process Section _Locked via grill — by Claude + Kunthawat — Revised Round 1_ ## Goal สร้าง Footer component ใหม่ด้วย liquid glass style และลบเส้นสีเหลืองออกจาก How we work section ## Approach ### 1. ลบเส้นสีเหลืองจาก Process Section (`src/styles/global.css`) - ลบ `.process-grid::before` (เส้นแนวนอนสีเหลือง) → `display: none` - ลบ `.process-grid article::after` (วงกลม ">" สีเหลืองระหว่าง step) → `display: none` - `.process-grid .step-number`: เปลี่ยน `background: var(--yellow)` → `background: rgb(255 255 255 / .5)` + ลบ yellow box-shadow - `.service-proof-grid .process-grid .step-number`: override สีเหลืองเหมือนกัน (scope เพิ่ม) - **หมายเหตุ:** step numbers (01, 02, 03, 04) ยังคงแสดง sequential flow อยู่แล้ว ไม่ต้องเพิ่ม connector แทน ### 2. สร้าง Footer Component (`src/components/Footer.astro`) - ใช้ `