
        body { font-family: 'Helvetica Neue', Arial, sans-serif; margin: 0; padding: 0; color: #333; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
        h1, h2, h3 { color: #000; margin-bottom: 20px; font-weight: 700; }
        .btn { display: inline-block; background-color: #000; color: #fff; padding: 18px 35px; text-decoration: none; font-weight: bold; border-radius: 2px; margin-top: 20px; text-transform: uppercase; letter-spacing: 1px; }
        .btn:hover { background-color: #333; }
        
        /* Section 1: Hero Banner */
        .hero { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('factory-bg.jpg'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 120px 20px; }
        .hero h1 { color: #fff; font-size: 3em; margin-bottom: 10px; }
        .hero p { font-size: 1.4em; opacity: 0.9; max-width: 800px; margin: 0 auto; }
        
        /* Section 2 & 3: Image Text Split */
        .split-section { display: flex; align-items: center; justify-content: space-between; margin: 80px 0; gap: 60px; }
        .split-section.reverse { flex-direction: row-reverse; }
        .text-content { flex: 1; }
        .image-placeholder { flex: 1.2; background-color: #f0f0f0; height: 450px; display: flex; align-items: center; justify-content: center; color: #aaa; font-size: 1.2em; border: 1px solid #eee; position: relative; overflow: hidden; }
        .image-placeholder::after { content: 'IMAGE: YEGE PRODUCTION DETAIL'; }
        
        /* Section 4: Process */
        .process { text-align: center; background-color: #f9f9f9; padding: 80px 20px; border-top: 1px solid #eee; }
        .process-grid { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; }
        .process-item { flex: 1; padding: 30px; background: #fff; border-bottom: 3px solid #000; transition: transform 0.3s; }
        .process-item:hover { transform: translateY(-10px); }
        .icon { font-size: 3em; margin-bottom: 20px; display: block; }
        
        /* Section 5: CTA */
        .cta { background-color: #000; color: #fff; text-align: center; padding: 80px 20px; }
        .cta h2 { color: #fff; font-size: 2.5em; }
        .cta p { margin-bottom: 30px; opacity: 0.8; }

        @media (max-width: 768px) {
            .split-section, .split-section.reverse { flex-direction: column; }
            .process-grid { flex-direction: column; }
        }
    